+ 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 [Wed Jun 10 10:28:10 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: neutron-server-6f6f9696bc-qqpzc 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 0x7f8bd3e14668 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-06-10 10:28:14.609 7 INFO neutron.common.config [-] Logging enabled! 2026-06-10 10:28:14.609 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-10 10:28:14.742 8 INFO neutron.common.config [-] Logging enabled! 2026-06-10 10:28:14.743 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-10 10:28:15.740 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-10 10:28:15.786 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-10 10:28:17.340 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-10 10:28:17.343 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-10 10:28:17.347 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-10 10:28:17.348 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-10 10:28:17.348 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-10 10:28:17.349 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-10 10:28:17.349 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 10:28:17.358 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 10:28:17.358 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 10:28:17.358 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-10 10:28:17.381 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-10 10:28:17.382 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-10 10:28:17.383 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-10 10:28:17.408 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-10 10:28:17.410 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-10 10:28:17.414 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-10 10:28:17.414 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-10 10:28:17.414 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-10 10:28:17.414 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-10 10:28:17.414 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-10 10:28:17.415 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-10 10:28:17.415 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-10 10:28:17.415 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-10 10:28:17.415 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 10:28:17.424 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 10:28:17.424 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 10:28:17.424 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-10 10:28:17.447 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-10 10:28:17.448 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-10 10:28:17.448 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-10 10:28:17.476 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-10 10:28:17.477 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-10 10:28:17.477 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-10 10:28:17.477 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-10 10:28:17.725 7 INFO neutron.plugins.ml2.managers [None req-a9b9defe-db16-404f-9bc1-c7137c11cf70 - - - - - -] Initializing driver for type 'vlan' 2026-06-10 10:28:17.764 8 INFO neutron.plugins.ml2.managers [None req-65c7bf8b-513e-4025-a8f4-a96ba039acc3 - - - - - -] Initializing driver for type 'vlan' 2026-06-10 10:28:18.063 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-65c7bf8b-513e-4025-a8f4-a96ba039acc3 - - - - - -] VlanTypeDriver initialization complete 2026-06-10 10:28:18.063 8 INFO neutron.plugins.ml2.managers [None req-65c7bf8b-513e-4025-a8f4-a96ba039acc3 - - - - - -] Initializing driver for type 'vxlan' 2026-06-10 10:28:18.063 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-65c7bf8b-513e-4025-a8f4-a96ba039acc3 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-10 10:28:18.089 8 INFO neutron.plugins.ml2.managers [None req-65c7bf8b-513e-4025-a8f4-a96ba039acc3 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-10 10:28:18.089 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-65c7bf8b-513e-4025-a8f4-a96ba039acc3 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-10 10:28:18.089 8 INFO neutron.plugins.ml2.managers [None req-65c7bf8b-513e-4025-a8f4-a96ba039acc3 - - - - - -] Initializing extension driver 'port_security' 2026-06-10 10:28:18.089 8 INFO neutron.plugins.ml2.extensions.port_security [None req-65c7bf8b-513e-4025-a8f4-a96ba039acc3 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-10 10:28:18.089 8 INFO neutron.plugins.ml2.managers [None req-65c7bf8b-513e-4025-a8f4-a96ba039acc3 - - - - - -] Initializing extension driver 'qos' 2026-06-10 10:28:18.090 8 INFO neutron.plugins.ml2.managers [None req-65c7bf8b-513e-4025-a8f4-a96ba039acc3 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-10 10:28:18.090 8 INFO neutron.plugins.ml2.managers [None req-65c7bf8b-513e-4025-a8f4-a96ba039acc3 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-10 10:28:18.105 8 INFO neutron.quota [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded quota_driver: . 2026-06-10 10:28:18.105 8 INFO neutron.plugins.ml2.plugin [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Modular L2 Plugin initialization complete 2026-06-10 10:28:18.105 8 INFO neutron.plugins.ml2.managers [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-10 10:28:18.105 8 INFO neutron.plugins.ml2.managers [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-10 10:28:18.105 8 INFO neutron.plugins.ml2.managers [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-10 10:28:18.106 8 INFO neutron.manager [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loading Plugin: qos 2026-06-10 10:28:18.118 8 INFO neutron.manager [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loading Plugin: router 2026-06-10 10:28:18.165 8 INFO neutron.services.service_base [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-10 10:28:18.166 8 INFO neutron.manager [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loading Plugin: segments 2026-06-10 10:28:18.179 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-a9b9defe-db16-404f-9bc1-c7137c11cf70 - - - - - -] VlanTypeDriver initialization complete 2026-06-10 10:28:18.179 7 INFO neutron.plugins.ml2.managers [None req-a9b9defe-db16-404f-9bc1-c7137c11cf70 - - - - - -] Initializing driver for type 'vxlan' 2026-06-10 10:28:18.180 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-a9b9defe-db16-404f-9bc1-c7137c11cf70 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-10 10:28:18.195 7 INFO neutron.plugins.ml2.managers [None req-a9b9defe-db16-404f-9bc1-c7137c11cf70 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-10 10:28:18.195 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-a9b9defe-db16-404f-9bc1-c7137c11cf70 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-10 10:28:18.195 7 INFO neutron.plugins.ml2.managers [None req-a9b9defe-db16-404f-9bc1-c7137c11cf70 - - - - - -] Initializing extension driver 'port_security' 2026-06-10 10:28:18.196 7 INFO neutron.plugins.ml2.extensions.port_security [None req-a9b9defe-db16-404f-9bc1-c7137c11cf70 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-10 10:28:18.196 7 INFO neutron.plugins.ml2.managers [None req-a9b9defe-db16-404f-9bc1-c7137c11cf70 - - - - - -] Initializing extension driver 'qos' 2026-06-10 10:28:18.196 7 INFO neutron.plugins.ml2.managers [None req-a9b9defe-db16-404f-9bc1-c7137c11cf70 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-10 10:28:18.196 7 INFO neutron.plugins.ml2.managers [None req-a9b9defe-db16-404f-9bc1-c7137c11cf70 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-10 10:28:18.211 7 INFO neutron.quota [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded quota_driver: . 2026-06-10 10:28:18.211 7 INFO neutron.plugins.ml2.plugin [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Modular L2 Plugin initialization complete 2026-06-10 10:28:18.211 7 INFO neutron.plugins.ml2.managers [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-10 10:28:18.212 7 INFO neutron.plugins.ml2.managers [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-10 10:28:18.212 7 INFO neutron.plugins.ml2.managers [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-10 10:28:18.212 7 INFO neutron.manager [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loading Plugin: qos 2026-06-10 10:28:18.228 7 INFO neutron.manager [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loading Plugin: router 2026-06-10 10:28:18.263 8 INFO neutron.manager [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loading Plugin: trunk 2026-06-10 10:28:18.277 8 INFO neutron.manager [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loading Plugin: vpnaas 2026-06-10 10:28:18.292 7 INFO neutron.services.service_base [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-10 10:28:18.293 7 INFO neutron.manager [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loading Plugin: segments 2026-06-10 10:28:18.319 8 WARNING stevedore.named [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 10:28:18.410 8 INFO neutron_vpnaas.services.vpn.plugin [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-10 10:28:18.411 8 INFO neutron.common.utils [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-10 10:28:18.411 8 INFO neutron.manager [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loading Plugin: taas 2026-06-10 10:28:18.418 7 INFO neutron.manager [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loading Plugin: trunk 2026-06-10 10:28:18.434 7 INFO neutron.manager [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loading Plugin: vpnaas 2026-06-10 10:28:18.438 8 WARNING stevedore.named [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 10:28:18.438 8 WARNING stevedore.named [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-10 10:28:18.463 8 INFO neutron_taas.services.taas.taas_plugin [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-10 10:28:18.463 8 INFO neutron.manager [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loading Plugin: tapmirror 2026-06-10 10:28:18.476 8 WARNING stevedore.named [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 10:28:18.476 8 WARNING stevedore.named [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-10 10:28:18.476 7 WARNING stevedore.named [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 10:28:18.491 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-10 10:28:18.492 8 INFO neutron.manager [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loading Plugin: auto_allocate 2026-06-10 10:28:18.500 8 INFO neutron.manager [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loading Plugin: tag 2026-06-10 10:28:18.508 8 INFO neutron.manager [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loading Plugin: timestamp 2026-06-10 10:28:18.511 8 INFO neutron.manager [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loading Plugin: network_ip_availability 2026-06-10 10:28:18.515 8 INFO neutron.manager [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loading Plugin: flavors 2026-06-10 10:28:18.518 8 INFO neutron.manager [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loading Plugin: revisions 2026-06-10 10:28:18.522 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Initializing extension manager. 2026-06-10 10:28:18.523 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: address-group 2026-06-10 10:28:18.524 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: address-scope 2026-06-10 10:28:18.525 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-10 10:28:18.526 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: agent 2026-06-10 10:28:18.526 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: agent-resources-synced 2026-06-10 10:28:18.527 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-10 10:28:18.528 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-10 10:28:18.529 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: availability_zone 2026-06-10 10:28:18.529 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: availability_zone_filter 2026-06-10 10:28:18.530 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-10 10:28:18.530 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: default-subnetpools 2026-06-10 10:28:18.532 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-10 10:28:18.532 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: dns-integration 2026-06-10 10:28:18.533 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: dns-domain-ports 2026-06-10 10:28:18.533 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-10 10:28:18.534 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: dvr 2026-06-10 10:28:18.534 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-10 10:28:18.535 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: empty-string-filtering 2026-06-10 10:28:18.536 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-10 10:28:18.536 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-10 10:28:18.537 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: external-net 2026-06-10 10:28:18.537 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-10 10:28:18.538 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: extraroute 2026-06-10 10:28:18.538 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: extraroute-atomic 2026-06-10 10:28:18.539 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-10 10:28:18.539 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-10 10:28:18.540 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-10 10:28:18.540 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-10 10:28:18.541 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: fip-port-details 2026-06-10 10:28:18.542 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: flavors 2026-06-10 10:28:18.543 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-10 10:28:18.544 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: floatingip-pools 2026-06-10 10:28:18.545 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: ip_allocation 2026-06-10 10:28:18.545 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-10 10:28:18.546 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: l2_adjacency 2026-06-10 10:28:18.547 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: router 2026-06-10 10:28:18.549 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-10 10:28:18.549 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-10 10:28:18.549 7 INFO neutron_vpnaas.services.vpn.plugin [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-10 10:28:18.550 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-10 10:28:18.550 7 INFO neutron.common.utils [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-10 10:28:18.550 7 INFO neutron.manager [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loading Plugin: taas 2026-06-10 10:28:18.550 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: ext-gw-mode 2026-06-10 10:28:18.551 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: l3-ha 2026-06-10 10:28:18.551 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-10 10:28:18.552 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-10 10:28:18.552 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: l3-flavors 2026-06-10 10:28:18.553 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-10 10:28:18.554 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-10 10:28:18.556 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-10 10:28:18.557 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-10 10:28:18.558 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-10 10:28:18.559 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-10 10:28:18.560 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-10 10:28:18.560 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: multi-provider 2026-06-10 10:28:18.561 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: net-mtu 2026-06-10 10:28:18.561 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: net-mtu-writable 2026-06-10 10:28:18.562 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: network_availability_zone 2026-06-10 10:28:18.562 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: network_ha 2026-06-10 10:28:18.563 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: network-ip-availability 2026-06-10 10:28:18.564 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-10 10:28:18.565 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: pagination 2026-06-10 10:28:18.565 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: port-device-profile 2026-06-10 10:28:18.566 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-10 10:28:18.566 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-10 10:28:18.567 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-10 10:28:18.567 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: port-mac-override 2026-06-10 10:28:18.568 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-10 10:28:18.569 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-10 10:28:18.569 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-10 10:28:18.570 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: port-resource-request 2026-06-10 10:28:18.570 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-10 10:28:18.571 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-10 10:28:18.571 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: binding 2026-06-10 10:28:18.572 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: binding-extended 2026-06-10 10:28:18.573 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: port-security 2026-06-10 10:28:18.573 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: project-id 2026-06-10 10:28:18.574 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: provider 2026-06-10 10:28:18.574 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-10 10:28:18.575 7 WARNING stevedore.named [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 10:28:18.576 7 WARNING stevedore.named [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-10 10:28:18.577 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: qos 2026-06-10 10:28:18.577 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-10 10:28:18.578 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-10 10:28:18.578 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: qos-default 2026-06-10 10:28:18.579 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: qos-fip 2026-06-10 10:28:18.579 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-10 10:28:18.580 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-10 10:28:18.580 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-10 10:28:18.581 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-10 10:28:18.581 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-10 10:28:18.582 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: qos-pps 2026-06-10 10:28:18.583 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-10 10:28:18.583 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-10 10:28:18.584 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: qos-rules-alias 2026-06-10 10:28:18.584 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: quota-check-limit 2026-06-10 10:28:18.585 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-10 10:28:18.587 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: quotas 2026-06-10 10:28:18.588 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: quota_details 2026-06-10 10:28:18.589 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: rbac-policies 2026-06-10 10:28:18.590 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: rbac-address-group 2026-06-10 10:28:18.590 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: rbac-address-scope 2026-06-10 10:28:18.591 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: rbac-security-groups 2026-06-10 10:28:18.591 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-10 10:28:18.592 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: revision-if-match 2026-06-10 10:28:18.593 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-10 10:28:18.593 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: router_availability_zone 2026-06-10 10:28:18.594 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-10 10:28:18.595 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-10 10:28:18.596 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-10 10:28:18.596 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-10 10:28:18.597 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-10 10:28:18.597 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-10 10:28:18.598 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-10 10:28:18.600 7 INFO neutron_taas.services.taas.taas_plugin [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-10 10:28:18.601 7 INFO neutron.manager [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loading Plugin: tapmirror 2026-06-10 10:28:18.603 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: security-group 2026-06-10 10:28:18.604 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: segment 2026-06-10 10:28:18.604 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-10 10:28:18.605 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: service-type 2026-06-10 10:28:18.606 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: sorting 2026-06-10 10:28:18.606 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: standard-attr-segment 2026-06-10 10:28:18.607 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: standard-attr-description 2026-06-10 10:28:18.608 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: stateful-security-group 2026-06-10 10:28:18.609 8 WARNING neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-10 10:28:18.609 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-10 10:28:18.610 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: subnet-external-network 2026-06-10 10:28:18.611 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: subnet_onboard 2026-06-10 10:28:18.611 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-10 10:28:18.612 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: subnet-service-types 2026-06-10 10:28:18.612 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: subnet_allocation 2026-06-10 10:28:18.615 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-10 10:28:18.616 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: tag-creation 2026-06-10 10:28:18.616 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-10 10:28:18.619 7 WARNING stevedore.named [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 10:28:18.619 7 WARNING stevedore.named [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-10 10:28:18.621 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: standard-attr-tag 2026-06-10 10:28:18.622 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-10 10:28:18.623 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: trunk 2026-06-10 10:28:18.624 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: trunk-details 2026-06-10 10:28:18.624 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-10 10:28:18.625 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-10 10:28:18.626 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-10 10:28:18.627 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-10 10:28:18.629 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-10 10:28:18.630 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-10 10:28:18.630 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: vpn-flavors 2026-06-10 10:28:18.632 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: vpnaas 2026-06-10 10:28:18.634 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-10 10:28:18.635 7 INFO neutron.manager [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loading Plugin: auto_allocate 2026-06-10 10:28:18.635 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: taas 2026-06-10 10:28:18.636 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: tap-mirror 2026-06-10 10:28:18.636 8 INFO neutron.api.extensions [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-10 10:28:18.639 8 INFO neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-10 10:28:18.640 8 INFO neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-10 10:28:18.640 8 INFO neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 10:28:18.640 8 INFO neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-10 10:28:18.644 8 INFO neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-10 10:28:18.644 8 INFO neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-10 10:28:18.648 7 INFO neutron.manager [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loading Plugin: tag 2026-06-10 10:28:18.650 8 INFO neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-10 10:28:18.651 8 INFO neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-10 10:28:18.651 8 INFO neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-10 10:28:18.653 8 INFO neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 10:28:18.653 8 WARNING neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] subnetpool is already registered 2026-06-10 10:28:18.653 8 INFO neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 10:28:18.654 8 WARNING neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] subnetpool is already registered 2026-06-10 10:28:18.654 8 INFO neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-10 10:28:18.655 8 INFO neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 10:28:18.655 8 INFO neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 10:28:18.655 8 INFO neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-10 10:28:18.656 8 INFO neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-10 10:28:18.656 8 INFO neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-10 10:28:18.657 8 INFO neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 10:28:18.657 8 WARNING neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] ipsecpolicy is already registered 2026-06-10 10:28:18.658 8 INFO neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 10:28:18.658 8 WARNING neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] ikepolicy is already registered 2026-06-10 10:28:18.664 8 INFO neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-10 10:28:18.664 8 WARNING neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] router is already registered 2026-06-10 10:28:18.665 8 INFO neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-10 10:28:18.665 8 WARNING neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] floatingip is already registered 2026-06-10 10:28:18.669 8 INFO neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-10 10:28:18.669 8 WARNING neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] rbac_policy is already registered 2026-06-10 10:28:18.670 8 INFO neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-10 10:28:18.670 8 WARNING neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] security_group is already registered 2026-06-10 10:28:18.671 8 INFO neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-10 10:28:18.671 7 INFO neutron.manager [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loading Plugin: timestamp 2026-06-10 10:28:18.671 8 WARNING neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] security_group_rule is already registered 2026-06-10 10:28:18.672 8 INFO neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 10:28:18.672 8 WARNING neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] subnetpool is already registered 2026-06-10 10:28:18.673 8 INFO neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 10:28:18.673 8 WARNING neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] subnetpool is already registered 2026-06-10 10:28:18.673 8 INFO neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-10 10:28:18.674 8 WARNING neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] trunk is already registered 2026-06-10 10:28:18.674 8 INFO neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 10:28:18.674 8 WARNING neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] ikepolicy is already registered 2026-06-10 10:28:18.675 8 INFO neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 10:28:18.675 8 WARNING neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] ipsecpolicy is already registered 2026-06-10 10:28:18.676 8 INFO neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-10 10:28:18.676 7 INFO neutron.manager [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loading Plugin: network_ip_availability 2026-06-10 10:28:18.676 8 WARNING neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] endpoint_group is already registered 2026-06-10 10:28:18.677 8 INFO neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-10 10:28:18.677 8 WARNING neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] vpnservice is already registered 2026-06-10 10:28:18.677 8 INFO neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-10 10:28:18.678 8 WARNING neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] ipsec_site_connection is already registered 2026-06-10 10:28:18.678 8 INFO neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 10:28:18.678 8 WARNING neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] ipsecpolicy is already registered 2026-06-10 10:28:18.678 8 INFO neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 10:28:18.679 8 WARNING neutron.quota.resource_registry [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] ikepolicy is already registered 2026-06-10 10:28:18.680 7 INFO neutron.manager [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loading Plugin: flavors 2026-06-10 10:28:18.684 7 INFO neutron.manager [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loading Plugin: revisions 2026-06-10 10:28:18.688 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Initializing extension manager. 2026-06-10 10:28:18.689 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: address-group 2026-06-10 10:28:18.697 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: address-scope 2026-06-10 10:28:18.698 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-10 10:28:18.700 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: agent 2026-06-10 10:28:18.701 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: agent-resources-synced 2026-06-10 10:28:18.704 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-10 10:28:18.705 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-10 10:28:18.706 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: availability_zone 2026-06-10 10:28:18.707 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: availability_zone_filter 2026-06-10 10:28:18.707 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-10 10:28:18.708 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: default-subnetpools 2026-06-10 10:28:18.709 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-10 10:28:18.710 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: dns-integration 2026-06-10 10:28:18.710 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: dns-domain-ports 2026-06-10 10:28:18.711 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-10 10:28:18.711 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: dvr 2026-06-10 10:28:18.712 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-10 10:28:18.712 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: empty-string-filtering 2026-06-10 10:28:18.713 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-10 10:28:18.713 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-10 10:28:18.714 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: external-net 2026-06-10 10:28:18.715 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-10 10:28:18.715 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: extraroute 2026-06-10 10:28:18.716 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: extraroute-atomic 2026-06-10 10:28:18.716 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-10 10:28:18.717 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-10 10:28:18.717 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-10 10:28:18.718 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-10 10:28:18.718 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: fip-port-details 2026-06-10 10:28:18.719 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: flavors 2026-06-10 10:28:18.720 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-10 10:28:18.721 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: floatingip-pools 2026-06-10 10:28:18.722 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: ip_allocation 2026-06-10 10:28:18.722 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-10 10:28:18.723 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: l2_adjacency 2026-06-10 10:28:18.724 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: router 2026-06-10 10:28:18.724 8 WARNING keystonemiddleware._common.config [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-10 10:28:18.726 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-10 10:28:18.726 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-10 10:28:18.727 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-10 10:28:18.727 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: ext-gw-mode 2026-06-10 10:28:18.728 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: l3-ha 2026-06-10 10:28:18.728 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-10 10:28:18.729 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-10 10:28:18.729 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: l3-flavors 2026-06-10 10:28:18.730 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-10 10:28:18.731 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-10 10:28:18.732 8 WARNING oslo_config.cfg [None req-8b600635-fc04-4430-a273-612c82f31e14 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-06-10 10:28:18.733 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-10 10:28:18.734 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Extension local_ip not supported by any of loaded plugins WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f8bd3e14668 pid: 8 (default app) 2026-06-10 10:28:18.735 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-10 10:28:18.736 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-10 10:28:18.737 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-10 10:28:18.737 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: multi-provider 2026-06-10 10:28:18.738 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: net-mtu 2026-06-10 10:28:18.738 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: net-mtu-writable 2026-06-10 10:28:18.739 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: network_availability_zone 2026-06-10 10:28:18.739 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: network_ha 2026-06-10 10:28:18.740 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: network-ip-availability 2026-06-10 10:28:18.741 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-10 10:28:18.741 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: pagination 2026-06-10 10:28:18.742 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: port-device-profile 2026-06-10 10:28:18.742 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-10 10:28:18.743 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-10 10:28:18.743 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-10 10:28:18.744 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: port-mac-override 2026-06-10 10:28:18.744 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-10 10:28:18.745 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-10 10:28:18.745 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-10 10:28:18.746 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: port-resource-request 2026-06-10 10:28:18.747 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-10 10:28:18.747 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-10 10:28:18.747 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: binding 2026-06-10 10:28:18.748 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: binding-extended 2026-06-10 10:28:18.749 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: port-security 2026-06-10 10:28:18.750 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: project-id 2026-06-10 10:28:18.750 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: provider 2026-06-10 10:28:18.751 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-10 10:28:18.753 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: qos 2026-06-10 10:28:18.754 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-10 10:28:18.754 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-10 10:28:18.755 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: qos-default 2026-06-10 10:28:18.755 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: qos-fip 2026-06-10 10:28:18.756 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-10 10:28:18.756 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-10 10:28:18.757 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-10 10:28:18.758 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-10 10:28:18.758 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-10 10:28:18.759 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: qos-pps 2026-06-10 10:28:18.759 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-10 10:28:18.760 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-10 10:28:18.761 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: qos-rules-alias 2026-06-10 10:28:18.761 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: quota-check-limit 2026-06-10 10:28:18.762 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-10 10:28:18.764 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: quotas 2026-06-10 10:28:18.765 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: quota_details 2026-06-10 10:28:18.767 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: rbac-policies 2026-06-10 10:28:18.767 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: rbac-address-group 2026-06-10 10:28:18.768 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: rbac-address-scope 2026-06-10 10:28:18.768 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: rbac-security-groups 2026-06-10 10:28:18.769 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-10 10:28:18.769 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: revision-if-match 2026-06-10 10:28:18.770 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-10 10:28:18.771 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: router_availability_zone 2026-06-10 10:28:18.771 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-10 10:28:18.773 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-10 10:28:18.773 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-10 10:28:18.774 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-10 10:28:18.774 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-10 10:28:18.775 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-10 10:28:18.775 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-10 10:28:18.780 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: security-group 2026-06-10 10:28:18.782 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: segment 2026-06-10 10:28:18.784 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-10 10:28:18.784 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: service-type 2026-06-10 10:28:18.785 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: sorting 2026-06-10 10:28:18.785 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: standard-attr-segment 2026-06-10 10:28:18.786 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: standard-attr-description 2026-06-10 10:28:18.787 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: stateful-security-group 2026-06-10 10:28:18.787 7 WARNING neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-10 10:28:18.788 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-10 10:28:18.788 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: subnet-external-network 2026-06-10 10:28:18.789 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: subnet_onboard 2026-06-10 10:28:18.789 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-10 10:28:18.790 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: subnet-service-types 2026-06-10 10:28:18.790 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: subnet_allocation 2026-06-10 10:28:18.791 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-10 10:28:18.792 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: tag-creation 2026-06-10 10:28:18.792 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-10 10:28:18.796 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: standard-attr-tag 2026-06-10 10:28:18.797 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-10 10:28:18.798 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: trunk 2026-06-10 10:28:18.798 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: trunk-details 2026-06-10 10:28:18.799 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-10 10:28:18.799 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-10 10:28:18.800 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-10 10:28:18.800 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-10 10:28:18.802 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-10 10:28:18.803 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-10 10:28:18.804 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: vpn-flavors 2026-06-10 10:28:18.805 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: vpnaas 2026-06-10 10:28:18.807 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: taas 2026-06-10 10:28:18.808 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: tap-mirror 2026-06-10 10:28:18.808 7 INFO neutron.api.extensions [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-10 10:28:18.811 7 INFO neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-10 10:28:18.811 7 INFO neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-10 10:28:18.811 7 INFO neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 10:28:18.811 7 INFO neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-10 10:28:18.815 7 INFO neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-10 10:28:18.815 7 INFO neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-10 10:28:18.820 7 INFO neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-10 10:28:18.820 7 INFO neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-10 10:28:18.821 7 INFO neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-10 10:28:18.822 7 INFO neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 10:28:18.822 7 WARNING neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] subnetpool is already registered 2026-06-10 10:28:18.822 7 INFO neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 10:28:18.822 7 WARNING neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] subnetpool is already registered 2026-06-10 10:28:18.823 7 INFO neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-10 10:28:18.823 7 INFO neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 10:28:18.824 7 INFO neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 10:28:18.824 7 INFO neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-10 10:28:18.824 7 INFO neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-10 10:28:18.825 7 INFO neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-10 10:28:18.825 7 INFO neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 10:28:18.825 7 WARNING neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] ipsecpolicy is already registered 2026-06-10 10:28:18.826 7 INFO neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 10:28:18.826 7 WARNING neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] ikepolicy is already registered 2026-06-10 10:28:18.830 7 INFO neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-10 10:28:18.830 7 WARNING neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] router is already registered 2026-06-10 10:28:18.831 7 INFO neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-10 10:28:18.831 7 WARNING neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] floatingip is already registered 2026-06-10 10:28:18.835 7 INFO neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-10 10:28:18.836 7 WARNING neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] rbac_policy is already registered 2026-06-10 10:28:18.836 7 INFO neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-10 10:28:18.837 7 WARNING neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] security_group is already registered 2026-06-10 10:28:18.837 7 INFO neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-10 10:28:18.837 7 WARNING neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] security_group_rule is already registered 2026-06-10 10:28:18.838 7 INFO neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 10:28:18.838 7 WARNING neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] subnetpool is already registered 2026-06-10 10:28:18.840 7 INFO neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 10:28:18.840 7 WARNING neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] subnetpool is already registered 2026-06-10 10:28:18.841 7 INFO neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-10 10:28:18.841 7 WARNING neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] trunk is already registered 2026-06-10 10:28:18.841 7 INFO neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 10:28:18.842 7 WARNING neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] ikepolicy is already registered 2026-06-10 10:28:18.842 7 INFO neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 10:28:18.842 7 WARNING neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] ipsecpolicy is already registered 2026-06-10 10:28:18.843 7 INFO neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-10 10:28:18.843 7 WARNING neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] endpoint_group is already registered 2026-06-10 10:28:18.844 7 INFO neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-10 10:28:18.844 7 WARNING neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] vpnservice is already registered 2026-06-10 10:28:18.844 7 INFO neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-10 10:28:18.844 7 WARNING neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] ipsec_site_connection is already registered 2026-06-10 10:28:18.845 7 INFO neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 10:28:18.845 7 WARNING neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] ipsecpolicy is already registered 2026-06-10 10:28:18.846 7 INFO neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 10:28:18.846 7 WARNING neutron.quota.resource_registry [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] ikepolicy is already registered 2026-06-10 10:28:18.891 7 WARNING keystonemiddleware._common.config [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-10 10:28:18.898 7 WARNING oslo_config.cfg [None req-937c05a5-cda6-44bc-9a2b-8a000d292ed6 - - - - - -] 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 0x7f8bd3e14668 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-06-10 10:28:23.290 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dbcb4fff-b24e-4cad-8531-b37ca58dff1e fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1/4] 199.204.45.132 () {44 vars in 928 bytes} [Wed Jun 10 10:28:22 2026] GET /v2.0/networks/public => generated 108 bytes in 951 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 4/5] 199.204.45.132 () {44 vars in 950 bytes} [Wed Jun 10 10:28:23 2026] GET /v2.0/networks?name=public => generated 15 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:28:24.096 7 WARNING neutron.services.revisions.revision_plugin [None req-26f4a224-e0dd-4805-a9ba-ed3f923e39cb fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Could not find related network for resource to bump revision. 2026-06-10 10:28:24.135 7 INFO neutron.db.segments_db [None req-26f4a224-e0dd-4805-a9ba-ed3f923e39cb fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Added segment 1858cc95-1e09-4c1e-b14b-d50f4601cfc9 of type flat for network 6aa967e7-a80f-4e3e-9c5d-6e09b09f6196 2026-06-10 10:28:24.189 7 INFO neutron.pecan_wsgi.hooks.translation [None req-26f4a224-e0dd-4805-a9ba-ed3f923e39cb fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/6] 199.204.45.132 () {48 vars in 968 bytes} [Wed Jun 10 10:28:23 2026] POST /v2.0/networks => generated 124 bytes in 547 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:28:30.489 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4020ffd7-cf9b-42a9-a304-f9fa02b3ee7f fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.132 () {44 vars in 928 bytes} [Wed Jun 10 10:28:30 2026] GET /v2.0/networks/public => generated 108 bytes in 424 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.132 () {44 vars in 950 bytes} [Wed Jun 10 10:28:30 2026] GET /v2.0/networks?name=public => generated 15 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:28:30.789 8 WARNING neutron.services.revisions.revision_plugin [None req-5884b7e8-ca02-4e0b-91fc-df28153ca5ed fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Could not find related network for resource to bump revision. 2026-06-10 10:28:30.814 8 INFO neutron.db.segments_db [None req-5884b7e8-ca02-4e0b-91fc-df28153ca5ed fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Added segment 3356d451-860a-4ae4-a9a5-9c9374990341 of type flat for network fb6f8f4f-a465-4b08-b82f-c531a649da18 2026-06-10 10:28:30.862 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5884b7e8-ca02-4e0b-91fc-df28153ca5ed fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.132 () {48 vars in 968 bytes} [Wed Jun 10 10:28:30 2026] POST /v2.0/networks => generated 124 bytes in 348 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:28:36.756 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0e633edd-0e2f-4b9a-b067-6b77ed2234a6 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.204.45.132 () {44 vars in 928 bytes} [Wed Jun 10 10:28:36 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/11] 199.204.45.132 () {44 vars in 950 bytes} [Wed Jun 10 10:28:36 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:28:36.832 7 WARNING neutron.services.revisions.revision_plugin [None req-16614308-f3c2-4888-b7fb-5839e905116b fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Could not find related network for resource to bump revision. 2026-06-10 10:28:36.846 7 INFO neutron.db.segments_db [None req-16614308-f3c2-4888-b7fb-5839e905116b fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Added segment 401d9d4e-71b9-4b23-85f2-105beb9c01f4 of type flat for network 0bac87d5-68b1-497a-867a-1f679b457a94 2026-06-10 10:28:36.871 7 INFO neutron.pecan_wsgi.hooks.translation [None req-16614308-f3c2-4888-b7fb-5839e905116b fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.204.45.132 () {48 vars in 968 bytes} [Wed Jun 10 10:28:36 2026] POST /v2.0/networks => generated 124 bytes in 102 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:28:42.763 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6e3c259b-4839-48d4-b68d-5d9c048b0da9 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.204.45.132 () {44 vars in 928 bytes} [Wed Jun 10 10:28:42 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 199.204.45.132 () {44 vars in 950 bytes} [Wed Jun 10 10:28:42 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:28:42.838 7 WARNING neutron.services.revisions.revision_plugin [None req-9205b18a-5070-4f88-a6c5-4215b4e312f5 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Could not find related network for resource to bump revision. 2026-06-10 10:28:42.853 7 INFO neutron.db.segments_db [None req-9205b18a-5070-4f88-a6c5-4215b4e312f5 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Added segment b033dca8-addf-4d2e-81f8-7c616ae22b9f of type flat for network e0cb77ad-3d46-4546-af0f-24a85edfa30f 2026-06-10 10:28:42.876 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9205b18a-5070-4f88-a6c5-4215b4e312f5 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.204.45.132 () {48 vars in 968 bytes} [Wed Jun 10 10:28:42 2026] POST /v2.0/networks => generated 124 bytes in 98 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:28:48.776 8 INFO neutron.pecan_wsgi.hooks.translation [None req-347b2e20-b33a-4e89-867a-96086ace2da9 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.132 () {44 vars in 928 bytes} [Wed Jun 10 10:28:48 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: 7|app: 0|req: 8/18] 199.204.45.132 () {44 vars in 950 bytes} [Wed Jun 10 10:28:48 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:28:48.848 8 WARNING neutron.services.revisions.revision_plugin [None req-d2dc11bb-20c4-48fe-94b5-e7536ad33b5d fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Could not find related network for resource to bump revision. 2026-06-10 10:28:48.861 8 INFO neutron.db.segments_db [None req-d2dc11bb-20c4-48fe-94b5-e7536ad33b5d fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Added segment 43c122f8-995a-47e6-b834-85512b4e7e20 of type flat for network fa62eb3f-d88b-4922-b910-e5337238fecf 2026-06-10 10:28:48.883 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d2dc11bb-20c4-48fe-94b5-e7536ad33b5d fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.204.45.132 () {48 vars in 968 bytes} [Wed Jun 10 10:28:48 2026] POST /v2.0/networks => generated 124 bytes in 94 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:28:54.764 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d211cee9-0ca2-48f7-b05f-1f32310eb54d fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/21] 199.204.45.132 () {44 vars in 928 bytes} [Wed Jun 10 10:28:54 2026] GET /v2.0/networks/public => generated 108 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/22] 199.204.45.132 () {44 vars in 950 bytes} [Wed Jun 10 10:28:54 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:28:54.850 8 WARNING neutron.services.revisions.revision_plugin [None req-0401b74a-4207-4f0b-9661-6e332ecd7968 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Could not find related network for resource to bump revision. 2026-06-10 10:28:54.869 8 INFO neutron.db.segments_db [None req-0401b74a-4207-4f0b-9661-6e332ecd7968 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Added segment 806c6cef-0833-47ba-ac26-1aca55667e97 of type flat for network 281554b6-08e5-455d-8e74-1c0a40315bf3 [pid: 8|app: 0|req: 13/23] 199.204.45.132 () {48 vars in 968 bytes} [Wed Jun 10 10:28:54 2026] POST /v2.0/networks => generated 706 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:28:56.052 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f3617217-6c30-4467-88de-d115b1b39767 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/24] 199.204.45.132 () {44 vars in 928 bytes} [Wed Jun 10 10:28:55 2026] GET /v2.0/networks/public => generated 108 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/25] 199.204.45.132 () {44 vars in 950 bytes} [Wed Jun 10 10:28:56 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-06-10 10:28:56.149 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ba548e82-b3fb-4bd3-aa2a-f2db97302636 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/26] 199.204.45.132 () {44 vars in 1035 bytes} [Wed Jun 10 10:28:56 2026] GET /v2.0/subnets/public-subnet?network_id=281554b6-08e5-455d-8e74-1c0a40315bf3 => generated 113 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/27] 199.204.45.132 () {44 vars in 1058 bytes} [Wed Jun 10 10:28:56 2026] GET /v2.0/subnets?name=public-subnet&network_id=281554b6-08e5-455d-8e74-1c0a40315bf3 => 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: 13/28] 199.204.45.132 () {48 vars in 966 bytes} [Wed Jun 10 10:28:56 2026] POST /v2.0/subnets => generated 664 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:33:52.016 8 INFO neutron.pecan_wsgi.hooks.translation [None req-957e9872-e461-4890-9b1c-f244d345c55f fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/68] 199.204.45.132 () {44 vars in 938 bytes} [Wed Jun 10 10:33:51 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/69] 199.204.45.132 () {44 vars in 960 bytes} [Wed Jun 10 10:33:52 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:33:52.129 8 INFO neutron.db.segments_db [None req-c8980330-8f73-4355-8e8e-d04771664df4 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Added segment e77c1766-cf7d-4613-9e67-734e9cd99149 of type vxlan for network 258c8386-c682-4ad9-97ba-578ca71b30e8 [pid: 8|app: 0|req: 37/70] 199.204.45.132 () {48 vars in 967 bytes} [Wed Jun 10 10:33:52 2026] POST /v2.0/networks => generated 688 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:33:53.163 7 INFO neutron.pecan_wsgi.hooks.translation [None req-46bb6cb9-66ec-4db6-9c2f-4d909e77d775 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/71] 199.204.45.132 () {44 vars in 938 bytes} [Wed Jun 10 10:33:53 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/72] 199.204.45.132 () {44 vars in 960 bytes} [Wed Jun 10 10:33:53 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-06-10 10:33:53.214 7 INFO neutron.pecan_wsgi.hooks.translation [None req-81a28584-222f-439a-8e78-4f742b5ec06a fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/73] 199.204.45.132 () {44 vars in 1037 bytes} [Wed Jun 10 10:33:53 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=258c8386-c682-4ad9-97ba-578ca71b30e8 => generated 114 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/74] 199.204.45.132 () {44 vars in 1060 bytes} [Wed Jun 10 10:33:53 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=258c8386-c682-4ad9-97ba-578ca71b30e8 => generated 14 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/75] 199.204.45.132 () {48 vars in 966 bytes} [Wed Jun 10 10:33:53 2026] POST /v2.0/subnets => generated 651 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:33:54.570 8 INFO neutron.api.v2.resource [None req-2ae9fd3d-44f5-46bb-8b60-57cb2626f794 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 40/76] 199.204.45.132 () {44 vars in 972 bytes} [Wed Jun 10 10:33:54 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/77] 199.204.45.132 () {44 vars in 994 bytes} [Wed Jun 10 10:33:54 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/78] 199.204.45.132 () {48 vars in 981 bytes} [Wed Jun 10 10:33:54 2026] POST /v2.0/security-groups => generated 1616 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/79] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:33:55 2026] GET /v2.0/security-groups/73b7f99c-c135-464d-86a5-b4c4dc3a60bf => generated 1616 bytes in 47 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.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:33:55 2026] GET /v2.0/security-groups/73b7f99c-c135-464d-86a5-b4c4dc3a60bf => generated 1616 bytes in 24 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.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:33:55 2026] GET /v2.0/security-groups/73b7f99c-c135-464d-86a5-b4c4dc3a60bf => generated 1616 bytes in 22 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.132 () {48 vars in 992 bytes} [Wed Jun 10 10:33:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 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.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:33:56 2026] GET /v2.0/security-groups/73b7f99c-c135-464d-86a5-b4c4dc3a60bf => generated 2230 bytes in 47 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.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:33:56 2026] GET /v2.0/security-groups/73b7f99c-c135-464d-86a5-b4c4dc3a60bf => generated 2230 bytes in 29 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.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:33:56 2026] GET /v2.0/security-groups/73b7f99c-c135-464d-86a5-b4c4dc3a60bf => generated 2230 bytes in 27 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.132 () {48 vars in 992 bytes} [Wed Jun 10 10:33:57 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: 42/87] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:33:57 2026] GET /v2.0/security-groups/73b7f99c-c135-464d-86a5-b4c4dc3a60bf => generated 2846 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/88] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:33:58 2026] GET /v2.0/security-groups/73b7f99c-c135-464d-86a5-b4c4dc3a60bf => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/89] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:33:58 2026] GET /v2.0/security-groups/73b7f99c-c135-464d-86a5-b4c4dc3a60bf => generated 2846 bytes in 31 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.132 () {48 vars in 992 bytes} [Wed Jun 10 10:33:58 2026] POST /v2.0/security-group-rules => generated 603 bytes in 91 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.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:33:59 2026] GET /v2.0/security-groups/73b7f99c-c135-464d-86a5-b4c4dc3a60bf => generated 3462 bytes in 58 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.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:33:59 2026] GET /v2.0/security-groups/73b7f99c-c135-464d-86a5-b4c4dc3a60bf => 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: 45/93] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:33:59 2026] GET /v2.0/security-groups/73b7f99c-c135-464d-86a5-b4c4dc3a60bf => generated 3462 bytes in 40 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.132 () {48 vars in 992 bytes} [Wed Jun 10 10:33:59 2026] POST /v2.0/security-group-rules => generated 603 bytes in 90 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.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:34:00 2026] GET /v2.0/security-groups/73b7f99c-c135-464d-86a5-b4c4dc3a60bf => generated 4078 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/96] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:34:00 2026] GET /v2.0/security-groups/73b7f99c-c135-464d-86a5-b4c4dc3a60bf => generated 4078 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/97] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:34:00 2026] GET /v2.0/security-groups/73b7f99c-c135-464d-86a5-b4c4dc3a60bf => generated 4078 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/98] 199.204.45.132 () {48 vars in 992 bytes} [Wed Jun 10 10:34:00 2026] POST /v2.0/security-group-rules => generated 603 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/99] 199.204.45.132 () {44 vars in 988 bytes} [Wed Jun 10 10:34:01 2026] GET /v2.0/networks/258c8386-c682-4ad9-97ba-578ca71b30e8 => generated 732 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:34:01.707 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0f91141f-c1d8-40a5-a9ab-6a1dd33b69e4 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 52/100] 199.204.45.132 () {44 vars in 1077 bytes} [Wed Jun 10 10:34:01 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=258c8386-c682-4ad9-97ba-578ca71b30e8 => generated 132 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/101] 199.204.45.132 () {44 vars in 1100 bytes} [Wed Jun 10 10:34:01 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=258c8386-c682-4ad9-97ba-578ca71b30e8 => 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: 53/102] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:34:01 2026] GET /v2.0/security-groups/73b7f99c-c135-464d-86a5-b4c4dc3a60bf => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/103] 199.204.45.132 () {48 vars in 962 bytes} [Wed Jun 10 10:34:01 2026] POST /v2.0/ports => generated 1100 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 10:34:09.648 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bb47b5b2-a512-4149-89b5-8c864189e194 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 55/106] 199.204.45.132 () {44 vars in 980 bytes} [Wed Jun 10 10:34:09 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /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: 52/107] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:34:09 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/108] 199.204.45.132 () {48 vars in 1032 bytes} [Wed Jun 10 10:34:09 2026] PUT /v2.0/ports/a404be9f-bfc6-42fa-a1f3-35c6c6badf2a => generated 1249 bytes in 754 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/109] 199.204.45.132 () {44 vars in 921 bytes} [Wed Jun 10 10:34:11 2026] GET /v2.0/ports => generated 3730 bytes in 346 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-06-10 10:34:13.296 8 INFO neutron.api.v2.resource [None req-eb0e41ed-d5be-4fa8-82d0-585e07cc9dce fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 57/110] 199.204.45.132 () {44 vars in 960 bytes} [Wed Jun 10 10:34:13 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/111] 199.204.45.132 () {44 vars in 982 bytes} [Wed Jun 10 10:34:13 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/112] 199.204.45.132 () {48 vars in 981 bytes} [Wed Jun 10 10:34:13 2026] POST /v2.0/security-groups => generated 1610 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/113] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:34:14 2026] GET /v2.0/security-groups/2ac2cf06-3737-4029-b0f4-2093baab4dbe => generated 1610 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/114] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:34:14 2026] GET /v2.0/security-groups/2ac2cf06-3737-4029-b0f4-2093baab4dbe => generated 1610 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/115] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:34:14 2026] GET /v2.0/security-groups/2ac2cf06-3737-4029-b0f4-2093baab4dbe => generated 1610 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/116] 199.204.45.132 () {48 vars in 992 bytes} [Wed Jun 10 10:34:14 2026] POST /v2.0/security-group-rules => generated 623 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/117] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:34:15 2026] GET /v2.0/security-groups/2ac2cf06-3737-4029-b0f4-2093baab4dbe => generated 2246 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/118] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:34:15 2026] GET /v2.0/security-groups/2ac2cf06-3737-4029-b0f4-2093baab4dbe => generated 2246 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/119] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:34:15 2026] GET /v2.0/security-groups/2ac2cf06-3737-4029-b0f4-2093baab4dbe => generated 2246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/120] 199.204.45.132 () {48 vars in 992 bytes} [Wed Jun 10 10:34:15 2026] POST /v2.0/security-group-rules => generated 627 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 67/129] 199.204.45.132 () {44 vars in 976 bytes} [Wed Jun 10 10:35:18 2026] GET /v2.0/quotas/8c1b8dcd962549a5819f2ff2f84c2074 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/130] 199.204.45.132 () {48 vars in 1028 bytes} [Wed Jun 10 10:35:18 2026] PUT /v2.0/quotas/8c1b8dcd962549a5819f2ff2f84c2074 => generated 291 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 10:37:39.675 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d231884f-4ed0-4cde-a560-e60b82c3d54b fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 74/151] 199.204.45.132 () {30 vars in 741 bytes} [Wed Jun 10 10:37:39 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 146 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: 78/152] 199.204.45.132 () {30 vars in 763 bytes} [Wed Jun 10 10:37:39 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:37:41.534 7 INFO neutron.pecan_wsgi.hooks.translation [None req-94764260-73a3-4a38-8cf6-3cea47dcb374 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 75/153] 199.204.45.132 () {30 vars in 741 bytes} [Wed Jun 10 10:37:41 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 79/154] 199.204.45.132 () {30 vars in 763 bytes} [Wed Jun 10 10:37:41 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:43:36.959 7 INFO neutron.api.v2.resource [None req-421a908f-dc42-4734-987b-8d960492e209 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 99/203] 199.204.45.132 () {44 vars in 1075 bytes} [Wed Jun 10 10:43:36 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=f7bfe3bacdc24095900a6238b4b2ed14 => generated 139 bytes in 122 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/204] 199.204.45.132 () {44 vars in 1098 bytes} [Wed Jun 10 10:43:36 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=f7bfe3bacdc24095900a6238b4b2ed14 => generated 23 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 100/205] 199.204.45.132 () {48 vars in 982 bytes} [Wed Jun 10 10:43:37 2026] POST /v2.0/security-groups => generated 1624 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/206] 199.204.45.132 () {44 vars in 1089 bytes} [Wed Jun 10 10:43:38 2026] GET /v2.0/security-groups/00bef69b-baed-4f6f-b7ff-333a9a2e1ffd?project_id=f7bfe3bacdc24095900a6238b4b2ed14 => generated 1624 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/207] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:43:38 2026] GET /v2.0/security-groups/00bef69b-baed-4f6f-b7ff-333a9a2e1ffd => generated 1624 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/208] 199.204.45.132 () {44 vars in 1089 bytes} [Wed Jun 10 10:43:38 2026] GET /v2.0/security-groups/00bef69b-baed-4f6f-b7ff-333a9a2e1ffd?project_id=f7bfe3bacdc24095900a6238b4b2ed14 => 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: 102/209] 199.204.45.132 () {48 vars in 992 bytes} [Wed Jun 10 10:43:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/210] 199.204.45.132 () {44 vars in 1089 bytes} [Wed Jun 10 10:43:39 2026] GET /v2.0/security-groups/00bef69b-baed-4f6f-b7ff-333a9a2e1ffd?project_id=f7bfe3bacdc24095900a6238b4b2ed14 => generated 2234 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/211] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:43:39 2026] GET /v2.0/security-groups/00bef69b-baed-4f6f-b7ff-333a9a2e1ffd => generated 2234 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/212] 199.204.45.132 () {44 vars in 1089 bytes} [Wed Jun 10 10:43:39 2026] GET /v2.0/security-groups/00bef69b-baed-4f6f-b7ff-333a9a2e1ffd?project_id=f7bfe3bacdc24095900a6238b4b2ed14 => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/213] 199.204.45.132 () {48 vars in 992 bytes} [Wed Jun 10 10:43:39 2026] POST /v2.0/security-group-rules => generated 599 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/214] 199.204.45.132 () {44 vars in 1089 bytes} [Wed Jun 10 10:43:40 2026] GET /v2.0/security-groups/00bef69b-baed-4f6f-b7ff-333a9a2e1ffd?project_id=f7bfe3bacdc24095900a6238b4b2ed14 => generated 2846 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/215] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:43:40 2026] GET /v2.0/security-groups/00bef69b-baed-4f6f-b7ff-333a9a2e1ffd => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/216] 199.204.45.132 () {44 vars in 1089 bytes} [Wed Jun 10 10:43:40 2026] GET /v2.0/security-groups/00bef69b-baed-4f6f-b7ff-333a9a2e1ffd?project_id=f7bfe3bacdc24095900a6238b4b2ed14 => 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: 106/217] 199.204.45.132 () {48 vars in 992 bytes} [Wed Jun 10 10:43:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/218] 199.204.45.132 () {44 vars in 1089 bytes} [Wed Jun 10 10:43:41 2026] GET /v2.0/security-groups/00bef69b-baed-4f6f-b7ff-333a9a2e1ffd?project_id=f7bfe3bacdc24095900a6238b4b2ed14 => generated 3460 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/219] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:43:41 2026] GET /v2.0/security-groups/00bef69b-baed-4f6f-b7ff-333a9a2e1ffd => generated 3460 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/220] 199.204.45.132 () {44 vars in 1089 bytes} [Wed Jun 10 10:43:41 2026] GET /v2.0/security-groups/00bef69b-baed-4f6f-b7ff-333a9a2e1ffd?project_id=f7bfe3bacdc24095900a6238b4b2ed14 => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/221] 199.204.45.132 () {48 vars in 992 bytes} [Wed Jun 10 10:43:41 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: 8|app: 0|req: 123/240] 199.204.45.132 () {30 vars in 740 bytes} [Wed Jun 10 10:45:57 2026] GET /v2.0/networks?tenant_id=f7bfe3bacdc24095900a6238b4b2ed14&shared=False => generated 15 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:45:58.157 7 INFO neutron.db.segments_db [None req-608719eb-303b-4b41-935c-2a92a60ad2fe 41e4fc7112af49938e87771c8f9835eb f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Added segment 0e0c573c-5aba-4867-a0d9-501ddd0e0583 of type vxlan for network 4d6150e5-0463-4e97-8c61-1ae782a3474f [pid: 7|app: 0|req: 118/241] 199.204.45.132 () {34 vars in 682 bytes} [Wed Jun 10 10:45:58 2026] POST /v2.0/networks => generated 699 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/242] 199.204.45.132 () {30 vars in 722 bytes} [Wed Jun 10 10:45:58 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => 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: 119/243] 199.204.45.132 () {30 vars in 633 bytes} [Wed Jun 10 10:45:58 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: 125/244] 199.204.45.132 () {34 vars in 677 bytes} [Wed Jun 10 10:45:58 2026] POST /v2.0/ports => generated 999 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/245] 199.204.45.132 () {30 vars in 703 bytes} [Wed Jun 10 10:45:58 2026] GET /v2.0/networks/4d6150e5-0463-4e97-8c61-1ae782a3474f => 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/246] 199.204.45.132 () {30 vars in 722 bytes} [Wed Jun 10 10:46:00 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/247] 199.204.45.132 () {30 vars in 703 bytes} [Wed Jun 10 10:46:00 2026] GET /v2.0/networks/4d6150e5-0463-4e97-8c61-1ae782a3474f => generated 705 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/250] 199.204.45.132 () {44 vars in 976 bytes} [Wed Jun 10 10:46:13 2026] GET /v2.0/quotas/f7bfe3bacdc24095900a6238b4b2ed14 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/251] 199.204.45.132 () {48 vars in 1028 bytes} [Wed Jun 10 10:46:14 2026] PUT /v2.0/quotas/f7bfe3bacdc24095900a6238b4b2ed14 => generated 291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:57:41.724 8 INFO neutron.pecan_wsgi.hooks.translation [None req-67fc9a6b-5537-43dd-9865-becdeef662d0 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 175/344] 199.204.45.132 () {44 vars in 928 bytes} [Wed Jun 10 10:57:41 2026] GET /v2.0/networks/public => generated 108 bytes in 134 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 170/345] 199.204.45.132 () {44 vars in 950 bytes} [Wed Jun 10 10:57:41 2026] GET /v2.0/networks?name=public => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:57:42.964 8 INFO neutron.pecan_wsgi.hooks.translation [None req-89f5d39f-2c8a-48fd-aa91-0eb2f7560342 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 176/346] 199.204.45.132 () {44 vars in 928 bytes} [Wed Jun 10 10:57:42 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: 7|app: 0|req: 171/347] 199.204.45.132 () {44 vars in 950 bytes} [Wed Jun 10 10:57:42 2026] GET /v2.0/networks?name=public => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:57:43.034 8 INFO neutron.pecan_wsgi.hooks.translation [None req-baa3c860-7cb7-4a14-abba-995da99f1107 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 177/348] 199.204.45.132 () {44 vars in 1035 bytes} [Wed Jun 10 10:57:43 2026] GET /v2.0/subnets/public-subnet?network_id=281554b6-08e5-455d-8e74-1c0a40315bf3 => generated 113 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/349] 199.204.45.132 () {44 vars in 1058 bytes} [Wed Jun 10 10:57:43 2026] GET /v2.0/subnets?name=public-subnet&network_id=281554b6-08e5-455d-8e74-1c0a40315bf3 => generated 667 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:58:10.408 7 INFO neutron.pecan_wsgi.hooks.translation [None req-40de0d4a-898b-4a49-b677-b5ef1bf84516 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 175/354] 199.204.45.132 () {44 vars in 938 bytes} [Wed Jun 10 10:58:10 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/355] 199.204.45.132 () {44 vars in 960 bytes} [Wed Jun 10 10:58:10 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:58:11.410 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9a32a845-6b39-4db9-bb6c-68a4a7879236 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 176/356] 199.204.45.132 () {44 vars in 938 bytes} [Wed Jun 10 10:58:11 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/357] 199.204.45.132 () {44 vars in 960 bytes} [Wed Jun 10 10:58:11 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:58:11.482 7 INFO neutron.pecan_wsgi.hooks.translation [None req-03882f2b-4c1a-41e4-a0bd-bfdbbca7e001 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 177/358] 199.204.45.132 () {44 vars in 1037 bytes} [Wed Jun 10 10:58:11 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=258c8386-c682-4ad9-97ba-578ca71b30e8 => generated 114 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/359] 199.204.45.132 () {44 vars in 1060 bytes} [Wed Jun 10 10:58:11 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=258c8386-c682-4ad9-97ba-578ca71b30e8 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:58:12.621 7 INFO neutron.api.v2.resource [None req-0759d1b9-67dc-47db-85d7-20a8439e73da fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 178/360] 199.204.45.132 () {44 vars in 972 bytes} [Wed Jun 10 10:58:12 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/361] 199.204.45.132 () {44 vars in 994 bytes} [Wed Jun 10 10:58:12 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/362] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:58:13 2026] GET /v2.0/security-groups/73b7f99c-c135-464d-86a5-b4c4dc3a60bf => generated 4694 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/363] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:58:13 2026] GET /v2.0/security-groups/73b7f99c-c135-464d-86a5-b4c4dc3a60bf => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/364] 199.204.45.132 () {44 vars in 1012 bytes} [Wed Jun 10 10:58:13 2026] GET /v2.0/security-group-rules/a5a4ea8c-4f7f-4ec0-b024-8591ab13600e => generated 601 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/365] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:58:14 2026] GET /v2.0/security-groups/73b7f99c-c135-464d-86a5-b4c4dc3a60bf => generated 4694 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/366] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:58:14 2026] GET /v2.0/security-groups/73b7f99c-c135-464d-86a5-b4c4dc3a60bf => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/367] 199.204.45.132 () {44 vars in 1012 bytes} [Wed Jun 10 10:58:14 2026] GET /v2.0/security-group-rules/7f370aff-fd4c-4bf2-8e96-0f35ac2760fd => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/368] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:58:15 2026] GET /v2.0/security-groups/73b7f99c-c135-464d-86a5-b4c4dc3a60bf => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/369] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:58:15 2026] GET /v2.0/security-groups/73b7f99c-c135-464d-86a5-b4c4dc3a60bf => generated 4694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/370] 199.204.45.132 () {44 vars in 1012 bytes} [Wed Jun 10 10:58:15 2026] GET /v2.0/security-group-rules/b5e19f1c-b1fb-401f-8ce1-68fd235ffa62 => 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/371] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:58:16 2026] GET /v2.0/security-groups/73b7f99c-c135-464d-86a5-b4c4dc3a60bf => generated 4694 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/372] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:58:16 2026] GET /v2.0/security-groups/73b7f99c-c135-464d-86a5-b4c4dc3a60bf => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/373] 199.204.45.132 () {44 vars in 1012 bytes} [Wed Jun 10 10:58:16 2026] GET /v2.0/security-group-rules/4e518a39-20ab-4cc3-9701-e6463f9386aa => 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: 185/374] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:58:17 2026] GET /v2.0/security-groups/73b7f99c-c135-464d-86a5-b4c4dc3a60bf => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/375] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:58:17 2026] GET /v2.0/security-groups/73b7f99c-c135-464d-86a5-b4c4dc3a60bf => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/376] 199.204.45.132 () {44 vars in 1012 bytes} [Wed Jun 10 10:58:17 2026] GET /v2.0/security-group-rules/504ffd03-f249-443b-b1b7-e2d7b000cc1e => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/377] 199.204.45.132 () {44 vars in 988 bytes} [Wed Jun 10 10:58:18 2026] GET /v2.0/networks/258c8386-c682-4ad9-97ba-578ca71b30e8 => generated 732 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:58:18.925 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d4ce6aeb-9a20-4de8-a7cf-23ca8504c5b1 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 187/378] 199.204.45.132 () {44 vars in 1077 bytes} [Wed Jun 10 10:58:18 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=258c8386-c682-4ad9-97ba-578ca71b30e8 => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/379] 199.204.45.132 () {44 vars in 1100 bytes} [Wed Jun 10 10:58:18 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=258c8386-c682-4ad9-97ba-578ca71b30e8 => generated 1254 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/380] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:58:19 2026] GET /v2.0/security-groups/73b7f99c-c135-464d-86a5-b4c4dc3a60bf => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:58:26.682 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7d9c1777-f6d0-42e9-bd86-8beebc86d91b fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 194/383] 199.204.45.132 () {44 vars in 980 bytes} [Wed Jun 10 10:58:26 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/384] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:58:26 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/385] 199.204.45.132 () {44 vars in 921 bytes} [Wed Jun 10 10:58:28 2026] GET /v2.0/ports => generated 4725 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:58:29.259 7 INFO neutron.api.v2.resource [None req-9317f2f8-12ab-4ed7-b44b-095542dc8644 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 191/386] 199.204.45.132 () {44 vars in 960 bytes} [Wed Jun 10 10:58:29 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/387] 199.204.45.132 () {44 vars in 982 bytes} [Wed Jun 10 10:58:29 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/388] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:58:30 2026] GET /v2.0/security-groups/2ac2cf06-3737-4029-b0f4-2093baab4dbe => generated 2886 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/389] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:58:30 2026] GET /v2.0/security-groups/2ac2cf06-3737-4029-b0f4-2093baab4dbe => generated 2886 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/390] 199.204.45.132 () {44 vars in 1012 bytes} [Wed Jun 10 10:58:30 2026] GET /v2.0/security-group-rules/b7a3d94e-16bb-43c3-b710-095e1953091c => generated 623 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/391] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:58:31 2026] GET /v2.0/security-groups/2ac2cf06-3737-4029-b0f4-2093baab4dbe => generated 2886 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/392] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:58:31 2026] GET /v2.0/security-groups/2ac2cf06-3737-4029-b0f4-2093baab4dbe => 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/393] 199.204.45.132 () {44 vars in 1012 bytes} [Wed Jun 10 10:58:31 2026] GET /v2.0/security-group-rules/c97c7977-1af6-422a-8cd8-f9176c354c46 => generated 627 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/396] 199.204.45.132 () {44 vars in 976 bytes} [Wed Jun 10 10:58:42 2026] GET /v2.0/quotas/8c1b8dcd962549a5819f2ff2f84c2074 => generated 291 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:59:37.946 8 INFO neutron.api.v2.resource [None req-6c3d26e7-6612-494d-bc05-5ccf5da3a7b1 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 206/405] 199.204.45.132 () {44 vars in 1075 bytes} [Wed Jun 10 10:59:37 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=f7bfe3bacdc24095900a6238b4b2ed14 => generated 139 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/406] 199.204.45.132 () {44 vars in 1098 bytes} [Wed Jun 10 10:59:37 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=f7bfe3bacdc24095900a6238b4b2ed14 => generated 4072 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/407] 199.204.45.132 () {44 vars in 1089 bytes} [Wed Jun 10 10:59:38 2026] GET /v2.0/security-groups/00bef69b-baed-4f6f-b7ff-333a9a2e1ffd?project_id=f7bfe3bacdc24095900a6238b4b2ed14 => 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: 201/408] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:59:39 2026] GET /v2.0/security-groups/00bef69b-baed-4f6f-b7ff-333a9a2e1ffd => generated 4075 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/409] 199.204.45.132 () {44 vars in 1012 bytes} [Wed Jun 10 10:59:39 2026] GET /v2.0/security-group-rules/377dc0b1-8005-4c5a-8d63-3d8529d4340e => generated 597 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/410] 199.204.45.132 () {44 vars in 1089 bytes} [Wed Jun 10 10:59:40 2026] GET /v2.0/security-groups/00bef69b-baed-4f6f-b7ff-333a9a2e1ffd?project_id=f7bfe3bacdc24095900a6238b4b2ed14 => generated 4075 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/411] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:59:40 2026] GET /v2.0/security-groups/00bef69b-baed-4f6f-b7ff-333a9a2e1ffd => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/412] 199.204.45.132 () {44 vars in 1012 bytes} [Wed Jun 10 10:59:40 2026] GET /v2.0/security-group-rules/a8eb402d-85a1-4d1f-84fd-d548627ecfb2 => generated 599 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/413] 199.204.45.132 () {44 vars in 1089 bytes} [Wed Jun 10 10:59:41 2026] GET /v2.0/security-groups/00bef69b-baed-4f6f-b7ff-333a9a2e1ffd?project_id=f7bfe3bacdc24095900a6238b4b2ed14 => generated 4075 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/414] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:59:41 2026] GET /v2.0/security-groups/00bef69b-baed-4f6f-b7ff-333a9a2e1ffd => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/415] 199.204.45.132 () {44 vars in 1012 bytes} [Wed Jun 10 10:59:41 2026] GET /v2.0/security-group-rules/4e2be348-e8b7-446e-9fa3-887b0fd756cf => generated 601 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/416] 199.204.45.132 () {44 vars in 1089 bytes} [Wed Jun 10 10:59:42 2026] GET /v2.0/security-groups/00bef69b-baed-4f6f-b7ff-333a9a2e1ffd?project_id=f7bfe3bacdc24095900a6238b4b2ed14 => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/417] 199.204.45.132 () {44 vars in 1002 bytes} [Wed Jun 10 10:59:42 2026] GET /v2.0/security-groups/00bef69b-baed-4f6f-b7ff-333a9a2e1ffd => generated 4075 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/418] 199.204.45.132 () {44 vars in 1012 bytes} [Wed Jun 10 10:59:42 2026] GET /v2.0/security-group-rules/6983bc31-7884-4863-aeb0-d3162a494022 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/419] 199.204.45.132 () {44 vars in 976 bytes} [Wed Jun 10 10:59:49 2026] GET /v2.0/quotas/f7bfe3bacdc24095900a6238b4b2ed14 => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/428] 199.204.45.132 () {44 vars in 950 bytes} [Wed Jun 10 11:00:38 2026] GET /v2.0/networks?name=public => generated 753 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/433] 10.0.0.195 () {32 vars in 649 bytes} [Wed Jun 10 11:01:16 2026] GET /v2.0/networks => generated 2168 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/434] 10.0.0.195 () {32 vars in 655 bytes} [Wed Jun 10 11:01:17 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: 8|app: 0|req: 221/435] 10.0.0.195 () {32 vars in 647 bytes} [Wed Jun 10 11:01:17 2026] GET /v2.0/routers => generated 15 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/436] 10.0.0.195 () {32 vars in 643 bytes} [Wed Jun 10 11:01:17 2026] GET /v2.0/ports => generated 4725 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/437] 10.0.0.195 () {32 vars in 647 bytes} [Wed Jun 10 11:01:17 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/438] 10.0.0.195 () {32 vars in 649 bytes} [Wed Jun 10 11:01:17 2026] GET /v2.0/networks => generated 2168 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/439] 10.0.0.195 () {32 vars in 663 bytes} [Wed Jun 10 11:01:17 2026] GET /v2.0/security-groups => generated 17401 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/440] 10.0.0.195 () {32 vars in 655 bytes} [Wed Jun 10 11:01:17 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) 2026-06-10 11:01:28.480 8 INFO neutron.db.segments_db [None req-00b11db0-3e52-48d2-88ab-eb4c8e406c5e fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Added segment 1f8e217f-361d-42ab-9235-c7efeccf8d43 of type vxlan for network 409b4296-6291-4ad9-b4f6-bc3cd7820400 2026-06-10 11:01:28.488 7 INFO neutron.db.segments_db [None req-8932a435-e842-4aed-a22b-529b80c9849f fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Added segment d96779a0-bdc8-4877-9aa7-ad9fb022242e of type vxlan for network 0512c82b-d918-40a7-9f49-9540758592f8 [pid: 8|app: 0|req: 225/443] 10.0.0.195 () {34 vars in 671 bytes} [Wed Jun 10 11:01:28 2026] POST /v2.0/networks => generated 725 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/444] 10.0.0.195 () {34 vars in 671 bytes} [Wed Jun 10 11:01:28 2026] POST /v2.0/networks => generated 728 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/445] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:01:28 2026] POST /v2.0/subnets => generated 691 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:01:28.855 8 INFO neutron.db.segments_db [None req-57ff1ed9-2feb-49f4-80f5-43a876d6d08a fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Added segment 9c5a684a-25c1-4a71-9826-0bbe80a176dd of type vxlan for network 49561155-8bcf-420e-b074-b85cec15ee81 [pid: 7|app: 0|req: 221/446] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:01:28 2026] POST /v2.0/subnets => generated 694 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:01:28.921 7 INFO neutron.db.segments_db [None req-c6b283d2-379d-422e-b665-edc813b08272 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Added segment b635ed62-53a9-4cb3-becb-14fdc98eb147 of type vxlan for network 767cb926-0546-4f8f-8ebc-7e0928eb346a [pid: 8|app: 0|req: 226/447] 10.0.0.195 () {34 vars in 671 bytes} [Wed Jun 10 11:01:28 2026] POST /v2.0/networks => generated 732 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:01:29.095 7 INFO neutron.db.l3_hamode_db [None req-c6b283d2-379d-422e-b665-edc813b08272 fdd1631be39440f1880320d5221245d1 3cfd6347170c4a5faaf0afed639df0a6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 227/448] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:01:28 2026] GET /v2.0/security-groups?tenant_id=a7dc0021facf4036a8f13a9b5a77c386&name=default => generated 2921 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:01:29.149 8 INFO neutron.db.segments_db [None req-0d837724-c096-45e6-92ab-4eee3ee6cf2c fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Added segment 6f32ed1d-02d0-4620-bca4-f6988fb8f51c of type vxlan for network f15649ae-dbf9-485f-ae22-7854a7736875 2026-06-10 11:01:29.343 8 INFO neutron.db.l3_hamode_db [None req-0d837724-c096-45e6-92ab-4eee3ee6cf2c fdd1631be39440f1880320d5221245d1 ad55a303fc6c4df79e1e072b46d4277a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 11:01:29.916 7 INFO neutron.db.l3_hamode_db [None req-c6b283d2-379d-422e-b665-edc813b08272 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 11:01:30.406 8 INFO neutron.db.l3_hamode_db [None req-0d837724-c096-45e6-92ab-4eee3ee6cf2c fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 222/449] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:01:28 2026] POST /v2.0/routers => generated 731 bytes in 2158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/450] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:01:31 2026] POST /v2.0/subnets => generated 698 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/451] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:01:31 2026] DELETE /v2.0/security-groups/cfcbc72b-92bb-47b3-bbaf-fba0c25a3dd7 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/452] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:01:29 2026] POST /v2.0/routers => generated 734 bytes in 2256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:01:31.399 8 INFO neutron.db.segments_db [None req-e4b082c1-b320-4c05-97df-0532ed09273f fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Added segment 6e46c789-c97c-4f39-ba33-5dfd6f61f298 of type vxlan for network 0ceda789-a489-4415-9430-df58b9bd4899 2026-06-10 11:01:31.605 8 INFO neutron.db.l3_hamode_db [None req-e4b082c1-b320-4c05-97df-0532ed09273f fdd1631be39440f1880320d5221245d1 3634238e9bdf4d31ba56dd6a199764d3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 11:01:32.275 8 INFO neutron.db.l3_hamode_db [None req-e4b082c1-b320-4c05-97df-0532ed09273f fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 225/453] 10.0.0.195 () {34 vars in 783 bytes} [Wed Jun 10 11:01:31 2026] PUT /v2.0/routers/14c0faff-bd9f-4444-b96a-ed9c50f33ca5/add_router_interface => generated 309 bytes in 1068 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/454] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:01:31 2026] POST /v2.0/routers => generated 738 bytes in 1764 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:01:33.350 8 INFO neutron.db.segments_db [None req-faa6e424-4fff-44c9-bb07-bba96552098f fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Added segment dd11639a-c115-42c1-928c-2c5d010dc002 of type vxlan for network 28647193-c3e1-4a85-8e1a-eaed38ac1246 [pid: 8|app: 0|req: 230/455] 10.0.0.195 () {34 vars in 671 bytes} [Wed Jun 10 11:01:33 2026] POST /v2.0/networks => generated 729 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/456] 10.0.0.195 () {34 vars in 783 bytes} [Wed Jun 10 11:01:32 2026] PUT /v2.0/routers/ca394fed-e6e7-40ac-bd33-4d4521316e1e/add_router_interface => generated 309 bytes in 1137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/457] 10.0.0.172 () {38 vars in 971 bytes} [Wed Jun 10 11:01:33 2026] POST /v2.0/security-groups => generated 1680 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/458] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:01:33 2026] POST /v2.0/subnets => generated 695 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:01:33.857 7 INFO neutron.db.segments_db [None req-948409cb-eb5c-4b38-8e52-222ce60a047f fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Added segment 9b4a3efd-2d3e-4e52-ac26-5a3cc2abe31f of type vxlan for network 8f7571a8-bbf7-4cc1-9737-9717ac454929 2026-06-10 11:01:34.112 7 INFO neutron.db.l3_hamode_db [None req-948409cb-eb5c-4b38-8e52-222ce60a047f fdd1631be39440f1880320d5221245d1 1a3db93d7a0247a7922ce2e582f9f4ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 231/459] 10.0.0.195 () {34 vars in 783 bytes} [Wed Jun 10 11:01:33 2026] PUT /v2.0/routers/aa3b6042-4d55-46fa-b1be-894d376ab87f/add_router_interface => generated 309 bytes in 1051 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/460] 10.0.0.195 () {34 vars in 685 bytes} [Wed Jun 10 11:01:34 2026] POST /v2.0/security-groups => generated 1658 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/461] 10.0.0.172 () {38 vars in 971 bytes} [Wed Jun 10 11:01:34 2026] POST /v2.0/security-groups => generated 1682 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 11:01:34.882 7 INFO neutron.db.l3_hamode_db [None req-948409cb-eb5c-4b38-8e52-222ce60a047f fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 234/462] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:01:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/463] 10.0.0.172 () {38 vars in 971 bytes} [Wed Jun 10 11:01:34 2026] POST /v2.0/security-groups => generated 1681 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/464] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:01:35 2026] POST /v2.0/security-group-rules => generated 602 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/465] 10.0.0.195 () {34 vars in 685 bytes} [Wed Jun 10 11:01:35 2026] POST /v2.0/security-groups => generated 1659 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/466] 10.0.0.172 () {34 vars in 1002 bytes} [Wed Jun 10 11:01:35 2026] GET /v2.0/security-groups?tenant_id=3cfd6347170c4a5faaf0afed639df0a6 => generated 7904 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/467] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:01:33 2026] POST /v2.0/routers => generated 735 bytes in 1935 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/468] 10.0.0.195 () {34 vars in 676 bytes} [Wed Jun 10 11:01:35 2026] POST /v2.0/floatingips => generated 552 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/469] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:01:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/470] 10.0.0.172 () {34 vars in 991 bytes} [Wed Jun 10 11:01:35 2026] GET /v2.0/security-groups/707daf32-e99b-4b54-aced-8ac01017bc35 => generated 2918 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/471] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:01:36 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: 242/472] 10.0.0.172 () {34 vars in 991 bytes} [Wed Jun 10 11:01:36 2026] GET /v2.0/security-groups/707daf32-e99b-4b54-aced-8ac01017bc35 => generated 2918 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/473] 10.0.0.195 () {34 vars in 676 bytes} [Wed Jun 10 11:01:36 2026] POST /v2.0/floatingips => generated 552 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/474] 10.0.0.172 () {34 vars in 991 bytes} [Wed Jun 10 11:01:36 2026] GET /v2.0/security-groups/43a519eb-b021-4f35-8cc3-afe6fc115ca1 => generated 1680 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/475] 10.0.0.172 () {36 vars in 1013 bytes} [Wed Jun 10 11:01:36 2026] DELETE /v2.0/security-groups/43a519eb-b021-4f35-8cc3-afe6fc115ca1 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:01:36.686 8 INFO neutron.api.v2.resource [req-859f7518-dde5-4d42-8db9-ddfffb223041 req-0004e9a6-94a4-4768-8ca6-bc3b9e0d1099 78d86d20a63a4a93abab7512208ddc26 3cfd6347170c4a5faaf0afed639df0a6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 246/476] 10.0.0.172 () {34 vars in 991 bytes} [Wed Jun 10 11:01:36 2026] GET /v2.0/security-groups/43a519eb-b021-4f35-8cc3-afe6fc115ca1 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/477] 10.0.0.172 () {34 vars in 991 bytes} [Wed Jun 10 11:01:36 2026] GET /v2.0/security-groups/1d6532dd-07aa-43d6-a86b-dcac8f5a84e9 => generated 1682 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/478] 10.0.0.172 () {36 vars in 1013 bytes} [Wed Jun 10 11:01:36 2026] DELETE /v2.0/security-groups/1d6532dd-07aa-43d6-a86b-dcac8f5a84e9 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:01:36.828 8 INFO neutron.api.v2.resource [req-9681bb99-e2d7-4e94-960e-2337ba5a586c req-72b732a4-813f-4ad5-9e25-5e2796956cd0 78d86d20a63a4a93abab7512208ddc26 3cfd6347170c4a5faaf0afed639df0a6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 249/479] 10.0.0.172 () {34 vars in 991 bytes} [Wed Jun 10 11:01:36 2026] GET /v2.0/security-groups/1d6532dd-07aa-43d6-a86b-dcac8f5a84e9 => generated 146 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/480] 10.0.0.172 () {34 vars in 991 bytes} [Wed Jun 10 11:01:36 2026] GET /v2.0/security-groups/c1922db4-38be-4c9a-bfbc-92b3d254b24f => generated 1681 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/481] 10.0.0.195 () {34 vars in 783 bytes} [Wed Jun 10 11:01:35 2026] PUT /v2.0/routers/7ce1246a-76f0-452d-be2a-33f69af60953/add_router_interface => generated 309 bytes in 987 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/484] 10.0.0.172 () {36 vars in 1013 bytes} [Wed Jun 10 11:01:36 2026] DELETE /v2.0/security-groups/c1922db4-38be-4c9a-bfbc-92b3d254b24f => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:01:36.959 8 INFO neutron.api.v2.resource [req-e8cf6cd9-977f-4144-a77b-a51f642732ec req-ee4c0a08-814a-4d59-b4c1-b69c27ebc47c 78d86d20a63a4a93abab7512208ddc26 3cfd6347170c4a5faaf0afed639df0a6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 252/485] 10.0.0.172 () {34 vars in 991 bytes} [Wed Jun 10 11:01:36 2026] GET /v2.0/security-groups/c1922db4-38be-4c9a-bfbc-92b3d254b24f => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/486] 10.0.0.172 () {34 vars in 1098 bytes} [Wed Jun 10 11:01:36 2026] GET /v2.0/security-groups?name=tempest-securitygroup--287259561&fields=id&tenant_id=3634238e9bdf4d31ba56dd6a199764d3 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/487] 10.0.0.172 () {34 vars in 1002 bytes} [Wed Jun 10 11:01:36 2026] GET /v2.0/security-groups?tenant_id=3cfd6347170c4a5faaf0afed639df0a6 => generated 2921 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/488] 10.0.0.172 () {34 vars in 991 bytes} [Wed Jun 10 11:01:37 2026] GET /v2.0/security-groups/707daf32-e99b-4b54-aced-8ac01017bc35 => generated 2918 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/489] 10.0.0.172 () {34 vars in 982 bytes} [Wed Jun 10 11:01:37 2026] GET /v2.0/networks?id=49561155-8bcf-420e-b074-b85cec15ee81 => generated 683 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/490] 10.0.0.172 () {34 vars in 991 bytes} [Wed Jun 10 11:01:37 2026] GET /v2.0/security-groups/707daf32-e99b-4b54-aced-8ac01017bc35 => generated 2918 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/491] 10.0.0.172 () {34 vars in 965 bytes} [Wed Jun 10 11:01:37 2026] GET /v2.0/quotas/3634238e9bdf4d31ba56dd6a199764d3 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:01:37.118 7 INFO neutron.api.v2.resource [req-fdda8904-f1cb-4b09-8c39-6c8683dee663 req-e8fe6aa7-8708-47cb-817e-765cfc4f41ac 78d86d20a63a4a93abab7512208ddc26 3cfd6347170c4a5faaf0afed639df0a6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 237/492] 10.0.0.172 () {34 vars in 991 bytes} [Wed Jun 10 11:01:37 2026] GET /v2.0/security-groups/c1922db4-38be-4c9a-bfbc-92b3d254b24f => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:01:37.146 7 INFO neutron.api.v2.resource [req-19ef7f3d-bd16-4cfe-ae74-44535a2c9c2c req-958637a8-b874-43bd-8aa6-decadd1add42 78d86d20a63a4a93abab7512208ddc26 3cfd6347170c4a5faaf0afed639df0a6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 238/493] 10.0.0.172 () {34 vars in 991 bytes} [Wed Jun 10 11:01:37 2026] GET /v2.0/security-groups/1d6532dd-07aa-43d6-a86b-dcac8f5a84e9 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:01:37.175 7 INFO neutron.api.v2.resource [req-93469c6f-9001-4316-baa0-348887a1ece5 req-59c1d57f-a8f7-4a5c-a703-8a93089e21fa 78d86d20a63a4a93abab7512208ddc26 3cfd6347170c4a5faaf0afed639df0a6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 239/494] 10.0.0.172 () {34 vars in 991 bytes} [Wed Jun 10 11:01:37 2026] GET /v2.0/security-groups/43a519eb-b021-4f35-8cc3-afe6fc115ca1 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/495] 10.0.0.172 () {34 vars in 1002 bytes} [Wed Jun 10 11:01:37 2026] GET /v2.0/ports?tenant_id=3634238e9bdf4d31ba56dd6a199764d3&fields=id => generated 57 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/496] 10.0.0.172 () {38 vars in 971 bytes} [Wed Jun 10 11:01:37 2026] POST /v2.0/security-groups => generated 1685 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/497] 10.0.0.172 () {34 vars in 907 bytes} [Wed Jun 10 11:01:37 2026] GET /v2.0/extensions => generated 21537 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/498] 10.0.0.172 () {34 vars in 991 bytes} [Wed Jun 10 11:01:37 2026] GET /v2.0/security-groups/4d9deb95-9ad9-4c42-bd30-1134b3234b94 => generated 1685 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/499] 10.0.0.172 () {34 vars in 1008 bytes} [Wed Jun 10 11:01:37 2026] GET /v2.0/networks/49561155-8bcf-420e-b074-b85cec15ee81?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: 261/500] 10.0.0.172 () {38 vars in 981 bytes} [Wed Jun 10 11:01:37 2026] POST /v2.0/security-group-rules => generated 614 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/501] 10.0.0.172 () {34 vars in 1108 bytes} [Wed Jun 10 11:01:37 2026] GET /v2.0/networks/49561155-8bcf-420e-b074-b85cec15ee81?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) 2026-06-10 11:01:37.884 7 INFO neutron_taas.services.taas.taas_plugin [None req-779332b0-e010-41f7-ba87-b4ad0a28467e fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: 7fe72f68-c616-47f3-985f-c5f6bc6000f3 [pid: 8|app: 0|req: 263/502] 10.0.0.172 () {38 vars in 971 bytes} [Wed Jun 10 11:01:37 2026] POST /v2.0/security-groups => generated 1686 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 11:01:37.892 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-779332b0-e010-41f7-ba87-b4ad0a28467e fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: 7fe72f68-c616-47f3-985f-c5f6bc6000f3 [pid: 8|app: 0|req: 264/503] 10.0.0.172 () {34 vars in 991 bytes} [Wed Jun 10 11:01:37 2026] GET /v2.0/security-groups/53acd18f-59d1-4fa4-9ee6-bdfe208068cd => generated 1686 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/504] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:37 2026] GET /v2.0/ports?device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/505] 10.0.0.172 () {38 vars in 981 bytes} [Wed Jun 10 11:01:37 2026] POST /v2.0/security-group-rules => generated 614 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/506] 10.0.0.172 () {34 vars in 991 bytes} [Wed Jun 10 11:01:38 2026] GET /v2.0/security-groups/53acd18f-59d1-4fa4-9ee6-bdfe208068cd => generated 2311 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/507] 10.0.0.172 () {38 vars in 981 bytes} [Wed Jun 10 11:01:38 2026] POST /v2.0/security-group-rules => generated 619 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/508] 10.0.0.172 () {34 vars in 991 bytes} [Wed Jun 10 11:01:38 2026] GET /v2.0/security-groups/53acd18f-59d1-4fa4-9ee6-bdfe208068cd => 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: 270/509] 10.0.0.172 () {34 vars in 1001 bytes} [Wed Jun 10 11:01:38 2026] GET /v2.0/security-group-rules/dc17f1ea-e9ee-4121-9adb-086f0f36d957 => generated 616 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/510] 10.0.0.172 () {34 vars in 991 bytes} [Wed Jun 10 11:01:38 2026] GET /v2.0/security-groups/53acd18f-59d1-4fa4-9ee6-bdfe208068cd => generated 2941 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/511] 10.0.0.195 () {34 vars in 789 bytes} [Wed Jun 10 11:01:37 2026] PUT /v2.0/routers/14c0faff-bd9f-4444-b96a-ed9c50f33ca5/remove_router_interface => generated 309 bytes in 1294 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/512] 10.0.0.172 () {36 vars in 1023 bytes} [Wed Jun 10 11:01:38 2026] DELETE /v2.0/security-group-rules/dc17f1ea-e9ee-4121-9adb-086f0f36d957 => 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: 273/513] 10.0.0.172 () {34 vars in 991 bytes} [Wed Jun 10 11:01:38 2026] GET /v2.0/security-groups/53acd18f-59d1-4fa4-9ee6-bdfe208068cd => generated 2311 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:01:38.654 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb3acdda-e59f-4307-98b8-2a443ff271e3 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: c55dcbe3-3dd9-4444-b91e-93d8f22e6e03 2026-06-10 11:01:38.661 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb3acdda-e59f-4307-98b8-2a443ff271e3 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: c55dcbe3-3dd9-4444-b91e-93d8f22e6e03 [pid: 8|app: 0|req: 274/514] 10.0.0.172 () {36 vars in 1013 bytes} [Wed Jun 10 11:01:38 2026] DELETE /v2.0/security-groups/53acd18f-59d1-4fa4-9ee6-bdfe208068cd => 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: 275/515] 10.0.0.172 () {34 vars in 991 bytes} [Wed Jun 10 11:01:38 2026] GET /v2.0/security-groups/4d9deb95-9ad9-4c42-bd30-1134b3234b94 => generated 2310 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/516] 10.0.0.172 () {36 vars in 1013 bytes} [Wed Jun 10 11:01:38 2026] DELETE /v2.0/security-groups/4d9deb95-9ad9-4c42-bd30-1134b3234b94 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:01:38.857 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb3acdda-e59f-4307-98b8-2a443ff271e3 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: 8a5863f1-c74c-478c-b601-2e9cc5bb1c0a 2026-06-10 11:01:38.860 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb3acdda-e59f-4307-98b8-2a443ff271e3 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: 8a5863f1-c74c-478c-b601-2e9cc5bb1c0a 2026-06-10 11:01:38.938 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-cb3acdda-e59f-4307-98b8-2a443ff271e3 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-06-10 11:01:39.266 7 INFO neutron.db.l3_hamode_db [None req-cb3acdda-e59f-4307-98b8-2a443ff271e3 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] HA network 767cb926-0546-4f8f-8ebc-7e0928eb346a was deleted as no HA routers are present in tenant 3cfd6347170c4a5faaf0afed639df0a6. [pid: 7|app: 0|req: 241/517] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:01:38 2026] DELETE /v2.0/routers/14c0faff-bd9f-4444-b96a-ed9c50f33ca5 => generated 0 bytes in 792 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/518] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:39 2026] GET /v2.0/ports?device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:01:39.353 8 INFO neutron_taas.services.taas.taas_plugin [None req-d102ac62-bd9a-48e3-b03c-ea2124a83329 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: 9d089de7-411b-49a5-b338-ffb62ac2a54d 2026-06-10 11:01:39.362 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d102ac62-bd9a-48e3-b03c-ea2124a83329 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: 9d089de7-411b-49a5-b338-ffb62ac2a54d [pid: 7|app: 0|req: 243/519] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:01:39 2026] DELETE /v2.0/subnets/d90b9224-d064-415d-a4c8-fe0347b0d9d2 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:01:39.587 7 INFO neutron.services.segments.plugin [-] Segment b635ed62-53a9-4cb3-becb-14fdc98eb147 resource provider aggregate not found 2026-06-10 11:01:39.598 7 INFO neutron.services.segments.plugin [-] Segment b635ed62-53a9-4cb3-becb-14fdc98eb147 resource provider aggregate not found 2026-06-10 11:01:39.626 7 INFO neutron.services.segments.plugin [-] Segment b635ed62-53a9-4cb3-becb-14fdc98eb147 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b635ed62-53a9-4cb3-becb-14fdc98eb147 found for delete ", "request_id": "req-f2ae22ea-5c23-4c4d-8d06-406f05135a87"}]} 2026-06-10 11:01:39.630 7 INFO neutron_taas.services.taas.taas_plugin [None req-104c0a8a-f105-4ef4-9037-803160377bba fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: c37691a0-464a-4a9e-a5cd-b617d53f68fe 2026-06-10 11:01:39.633 7 INFO neutron.services.segments.plugin [-] Segment b635ed62-53a9-4cb3-becb-14fdc98eb147 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b635ed62-53a9-4cb3-becb-14fdc98eb147 found for delete ", "request_id": "req-99620c18-4375-4a56-942d-e2f5e1449442"}]} 2026-06-10 11:01:39.633 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-104c0a8a-f105-4ef4-9037-803160377bba fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: c37691a0-464a-4a9e-a5cd-b617d53f68fe [pid: 7|app: 0|req: 244/520] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:01:39 2026] DELETE /v2.0/networks/409b4296-6291-4ad9-b4f6-bc3cd7820400 => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/521] 10.0.0.195 () {34 vars in 789 bytes} [Wed Jun 10 11:01:38 2026] PUT /v2.0/routers/7ce1246a-76f0-452d-be2a-33f69af60953/remove_router_interface => generated 309 bytes in 1075 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/522] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:01:39 2026] GET /v2.0/security-groups?tenant_id=3cfd6347170c4a5faaf0afed639df0a6&name=default => generated 2921 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/523] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:01:39 2026] DELETE /v2.0/security-groups/707daf32-e99b-4b54-aced-8ac01017bc35 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:01:40.170 7 INFO neutron_taas.services.taas.taas_plugin [None req-54c5caf1-2df7-405a-b8ae-c918f45a8842 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: 19223b24-7823-4ea1-b7e1-87ab1a36a93a 2026-06-10 11:01:40.173 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54c5caf1-2df7-405a-b8ae-c918f45a8842 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: 19223b24-7823-4ea1-b7e1-87ab1a36a93a [pid: 8|app: 0|req: 280/524] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:40 2026] GET /v2.0/ports?device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:01:40.455 7 INFO neutron_taas.services.taas.taas_plugin [None req-54c5caf1-2df7-405a-b8ae-c918f45a8842 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: 657fca3e-1488-4829-9598-62a1781c5517 2026-06-10 11:01:40.458 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54c5caf1-2df7-405a-b8ae-c918f45a8842 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: 657fca3e-1488-4829-9598-62a1781c5517 [pid: 8|app: 0|req: 281/525] 10.0.0.172 () {34 vars in 1096 bytes} [Wed Jun 10 11:01:40 2026] GET /v2.0/security-groups?name=tempest-securitygroup--28459514&fields=id&tenant_id=ad55a303fc6c4df79e1e072b46d4277a => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/526] 10.0.0.172 () {34 vars in 982 bytes} [Wed Jun 10 11:01:40 2026] GET /v2.0/networks?id=0512c82b-d918-40a7-9f49-9540758592f8 => generated 679 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/527] 10.0.0.172 () {34 vars in 965 bytes} [Wed Jun 10 11:01:40 2026] GET /v2.0/quotas/ad55a303fc6c4df79e1e072b46d4277a => 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: 284/528] 10.0.0.172 () {34 vars in 1002 bytes} [Wed Jun 10 11:01:40 2026] GET /v2.0/ports?tenant_id=ad55a303fc6c4df79e1e072b46d4277a&fields=id => generated 57 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:01:40.761 7 INFO neutron.db.l3_hamode_db [None req-54c5caf1-2df7-405a-b8ae-c918f45a8842 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] HA network 8f7571a8-bbf7-4cc1-9737-9717ac454929 was deleted as no HA routers are present in tenant 1a3db93d7a0247a7922ce2e582f9f4ba. [pid: 7|app: 0|req: 245/529] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:01:39 2026] DELETE /v2.0/routers/7ce1246a-76f0-452d-be2a-33f69af60953 => 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: 285/530] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:01:40 2026] DELETE /v2.0/subnets/69c9b364-9a7b-4597-a5e0-3dca78135ce6 => 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: 246/531] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:01:40 2026] DELETE /v2.0/networks/28647193-c3e1-4a85-8e1a-eaed38ac1246 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/532] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:01:41 2026] GET /v2.0/security-groups?tenant_id=1a3db93d7a0247a7922ce2e582f9f4ba&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/533] 10.0.0.172 () {34 vars in 907 bytes} [Wed Jun 10 11:01:41 2026] GET /v2.0/extensions => generated 21537 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/534] 10.0.0.172 () {34 vars in 1008 bytes} [Wed Jun 10 11:01:41 2026] GET /v2.0/networks/0512c82b-d918-40a7-9f49-9540758592f8?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: 248/535] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:01:41 2026] DELETE /v2.0/security-groups/ab4bbe62-587c-43a8-858e-14a5f3c70ae5 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/536] 10.0.0.172 () {34 vars in 1108 bytes} [Wed Jun 10 11:01:41 2026] GET /v2.0/networks/0512c82b-d918-40a7-9f49-9540758592f8?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: 249/537] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:41 2026] GET /v2.0/ports?device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:01:41.649 7 INFO neutron.services.segments.plugin [-] Segment 1f8e217f-361d-42ab-9235-c7efeccf8d43 resource provider aggregate not found 2026-06-10 11:01:41.653 7 INFO neutron.services.segments.plugin [-] Segment 1f8e217f-361d-42ab-9235-c7efeccf8d43 resource provider aggregate not found 2026-06-10 11:01:41.676 7 INFO neutron.services.segments.plugin [-] Segment 1f8e217f-361d-42ab-9235-c7efeccf8d43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f8e217f-361d-42ab-9235-c7efeccf8d43 found for delete ", "request_id": "req-7a217ddd-a8ec-4809-8bfe-4b8f71999a71"}]} 2026-06-10 11:01:41.681 7 INFO neutron.services.segments.plugin [-] Segment 1f8e217f-361d-42ab-9235-c7efeccf8d43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f8e217f-361d-42ab-9235-c7efeccf8d43 found for delete ", "request_id": "req-41666a0c-dd37-4385-9c34-7949f81e1f86"}]} 2026-06-10 11:01:41.692 7 INFO neutron.services.segments.plugin [-] Segment 9b4a3efd-2d3e-4e52-ac26-5a3cc2abe31f resource provider aggregate not found 2026-06-10 11:01:41.700 7 INFO neutron.services.segments.plugin [-] Segment 9b4a3efd-2d3e-4e52-ac26-5a3cc2abe31f resource provider aggregate not found 2026-06-10 11:01:41.711 7 INFO neutron.services.segments.plugin [-] Segment 9b4a3efd-2d3e-4e52-ac26-5a3cc2abe31f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b4a3efd-2d3e-4e52-ac26-5a3cc2abe31f found for delete ", "request_id": "req-d605f11c-d88a-4bb5-8ac8-597dfe2b7c83"}]} 2026-06-10 11:01:41.721 7 INFO neutron.services.segments.plugin [-] Segment 9b4a3efd-2d3e-4e52-ac26-5a3cc2abe31f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b4a3efd-2d3e-4e52-ac26-5a3cc2abe31f found for delete ", "request_id": "req-417883e6-8ea3-428a-bc45-fc67a1532a17"}]} 2026-06-10 11:01:41.728 7 INFO neutron.services.segments.plugin [-] Segment dd11639a-c115-42c1-928c-2c5d010dc002 resource provider aggregate not found 2026-06-10 11:01:41.745 7 INFO neutron.services.segments.plugin [-] Segment dd11639a-c115-42c1-928c-2c5d010dc002 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd11639a-c115-42c1-928c-2c5d010dc002 found for delete ", "request_id": "req-05d93458-cfc9-47ad-a412-0826dc14d2d1"}]} [pid: 8|app: 0|req: 289/538] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:41 2026] GET /v2.0/ports?device_id=d1d17973-6da3-4e1d-896d-2c0ae416af1c => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:01:41.749 7 INFO neutron.services.segments.plugin [-] Segment dd11639a-c115-42c1-928c-2c5d010dc002 resource provider aggregate not found 2026-06-10 11:01:41.764 7 INFO neutron.services.segments.plugin [-] Segment dd11639a-c115-42c1-928c-2c5d010dc002 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd11639a-c115-42c1-928c-2c5d010dc002 found for delete ", "request_id": "req-9dfb7e0f-2e79-451b-ad18-545c76fff02b"}]} [pid: 7|app: 0|req: 250/539] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:42 2026] GET /v2.0/ports?device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9 => 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: 251/540] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:42 2026] GET /v2.0/ports?device_id=d1d17973-6da3-4e1d-896d-2c0ae416af1c => 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: 290/541] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:01:42 2026] GET /v2.0/networks?id=49561155-8bcf-420e-b074-b85cec15ee81 => generated 683 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/542] 199.204.45.132 () {34 vars in 911 bytes} [Wed Jun 10 11:01:43 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/543] 199.204.45.132 () {34 vars in 1050 bytes} [Wed Jun 10 11:01:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3634238e9bdf4d31ba56dd6a199764d3 => generated 180 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:01:43.460 8 INFO neutron.db.segments_db [None req-809bd5e6-3ed2-4f50-b0a6-b62aa85ae2af fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Added segment 0eb63c07-dbc3-40d0-acf3-d523a30a60d0 of type vxlan for network 80aec963-bfc6-441b-b99a-ab48bdbd1028 [pid: 8|app: 0|req: 292/544] 10.0.0.195 () {34 vars in 671 bytes} [Wed Jun 10 11:01:43 2026] POST /v2.0/networks => generated 724 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/545] 199.204.45.132 () {38 vars in 955 bytes} [Wed Jun 10 11:01:43 2026] POST /v2.0/ports => generated 954 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/546] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:01:43 2026] POST /v2.0/subnets => generated 690 bytes in 149 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-06-10 11:01:43.776 7 INFO neutron.db.segments_db [None req-ddf5229e-81d8-451e-86d5-2b1ad4a2d8f0 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Added segment 94c89655-5243-489a-992f-c6048458370d of type vxlan for network bcd761d8-3e8d-4124-b303-5a850637bfde [pid: 8|app: 0|req: 294/547] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:43 2026] GET /v2.0/ports?device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9 => generated 957 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/548] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:01:43 2026] GET /v2.0/security-groups?id=2921dc73-76a7-4582-a56f-1158ea5ce61a&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/549] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:43 2026] GET /v2.0/ports?device_id=d1d17973-6da3-4e1d-896d-2c0ae416af1c => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:01:44.038 8 WARNING keystonemiddleware.audit [req-02d8d771-4c80-4abc-bebd-650b222be42b req-57d9df5f-a65b-408b-ad3e-998f110c777c 116fa7b9cfd84af08e27125882dc863b ad55a303fc6c4df79e1e072b46d4277a - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. 2026-06-10 11:01:44.092 7 INFO neutron.db.l3_hamode_db [None req-ddf5229e-81d8-451e-86d5-2b1ad4a2d8f0 fdd1631be39440f1880320d5221245d1 7f65232cdcec4b019893835e49232c9e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 297/550] 199.204.45.132 () {38 vars in 1028 bytes} [Wed Jun 10 11:01:43 2026] PUT /v2.0/ports/3c8a45b0-3867-48e0-9d60-b7022079d0e5 => generated 1235 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:01:44.861 7 INFO neutron.db.l3_hamode_db [None req-ddf5229e-81d8-451e-86d5-2b1ad4a2d8f0 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 11:01:44.894 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9de08eca-cd07-4754-98c0-002e00ee750e'] response: {'name': 'network-changed', 'server_uuid': 'dfea7197-7e8a-4a97-b7c5-5de42679afb9', 'tag': '3c8a45b0-3867-48e0-9d60-b7022079d0e5', '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: 298/551] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:44 2026] GET /v2.0/ports?device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9 => 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: 299/552] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:01:45 2026] GET /v2.0/security-groups?tenant_id=9c1a9c8e615c4829acdbd29e01b419e1&name=default => generated 2925 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/553] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:01:45 2026] GET /v2.0/security-groups?id=2921dc73-76a7-4582-a56f-1158ea5ce61a&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: 301/554] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:45 2026] GET /v2.0/ports?device_id=d1d17973-6da3-4e1d-896d-2c0ae416af1c => 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: 302/555] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:01:45 2026] DELETE /v2.0/security-groups/033c5403-e2f7-4508-8d11-327b405149f4 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:01:45.411 8 WARNING keystonemiddleware.audit [None req-72f25dbd-3625-44d1-b9d1-1b839d8566f4 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 303/556] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:01:45 2026] GET /v2.0/ports?tenant_id=3634238e9bdf4d31ba56dd6a199764d3&device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9 => generated 1238 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/557] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:01:43 2026] POST /v2.0/routers => generated 730 bytes in 1903 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:01:45.620 7 WARNING keystonemiddleware.audit [None req-ddf5229e-81d8-451e-86d5-2b1ad4a2d8f0 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 304/558] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:01:45 2026] GET /v2.0/security-groups?tenant_id=fd23b5c5b3b7457fb13112698e5b9b10&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/559] 199.204.45.132 () {34 vars in 1018 bytes} [Wed Jun 10 11:01:45 2026] GET /v2.0/networks?tenant_id=3634238e9bdf4d31ba56dd6a199764d3&shared=False => generated 779 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/560] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:01:45 2026] DELETE /v2.0/security-groups/abe87e5c-11f4-42fc-a995-71819ed66efe => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:01:45.735 7 WARNING keystonemiddleware.audit [None req-c6abfef4-605b-497c-9f76-3e6dae724d3f fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 257/561] 199.204.45.132 () {34 vars in 930 bytes} [Wed Jun 10 11:01:45 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/562] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:01:46 2026] GET /v2.0/networks?id=0512c82b-d918-40a7-9f49-9540758592f8 => generated 679 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/563] 199.204.45.132 () {34 vars in 1050 bytes} [Wed Jun 10 11:01:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ad55a303fc6c4df79e1e072b46d4277a => generated 179 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/564] 199.204.45.132 () {38 vars in 955 bytes} [Wed Jun 10 11:01:46 2026] POST /v2.0/ports => generated 954 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: 7|app: 0|req: 261/565] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:46 2026] GET /v2.0/ports?device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9 => 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: 262/566] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:46 2026] GET /v2.0/ports?device_id=d1d17973-6da3-4e1d-896d-2c0ae416af1c => generated 957 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:01:46.725 7 WARNING keystonemiddleware.audit [req-be56e2af-d74a-4a05-a9a7-7ebdd6e02044 req-513a5602-a75d-44ef-a068-a062bb80d5fc 116fa7b9cfd84af08e27125882dc863b ad55a303fc6c4df79e1e072b46d4277a - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 305/567] 10.0.0.195 () {34 vars in 783 bytes} [Wed Jun 10 11:01:45 2026] PUT /v2.0/routers/3ae42ee2-df1f-48c6-9d2f-95975f19e713/add_router_interface => generated 309 bytes in 1221 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/568] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:01:46 2026] GET /v2.0/security-groups?id=2921dc73-76a7-4582-a56f-1158ea5ce61a&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/569] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:01:46 2026] GET /v2.0/security-groups?id=1e439225-8c24-43d6-8efe-3588777c243c&fields=id&fields=name => generated 112 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:01:46.909 8 WARNING keystonemiddleware.audit [req-be56e2af-d74a-4a05-a9a7-7ebdd6e02044 req-e62ebbc2-a83c-4e29-9048-c3063b719e33 116fa7b9cfd84af08e27125882dc863b ad55a303fc6c4df79e1e072b46d4277a - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 308/570] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:01:46 2026] GET /v2.0/ports?tenant_id=3634238e9bdf4d31ba56dd6a199764d3&device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:01:46.953 8 WARNING keystonemiddleware.audit [req-6a2ebd94-7bf4-4f06-9bcc-7c08250dedf5 req-76cf13f7-70e0-41d7-87cb-ca021bb0c129 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 309/571] 199.204.45.132 () {34 vars in 1058 bytes} [Wed Jun 10 11:01:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=3c8a45b0-3867-48e0-9d60-b7022079d0e5 => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:01:47.007 8 WARNING keystonemiddleware.audit [req-6a2ebd94-7bf4-4f06-9bcc-7c08250dedf5 req-05d41233-82ba-4108-ad0f-2eaeefe2b8de 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 310/572] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:01:47 2026] GET /v2.0/subnets?id=440e200c-328e-4bcc-95ae-e6902dca9592 => generated 701 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:01:47.067 8 WARNING keystonemiddleware.audit [req-6a2ebd94-7bf4-4f06-9bcc-7c08250dedf5 req-f2a22533-e723-4b77-8f89-44fa70741efa 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 263/573] 199.204.45.132 () {38 vars in 1028 bytes} [Wed Jun 10 11:01:46 2026] PUT /v2.0/ports/1e160224-7cf6-4b4c-87a6-096e607906c0 => generated 1235 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/574] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:01:47 2026] GET /v2.0/ports?network_id=49561155-8bcf-420e-b074-b85cec15ee81&device_owner=network%3Adhcp => generated 1244 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:01:47.149 7 WARNING keystonemiddleware.audit [req-c61ceb8c-2d77-421c-84c6-f94275522acf req-a5bb728d-3383-4453-a9e0-4f633596cdae 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 264/575] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:01:47 2026] GET /v2.0/networks/49561155-8bcf-420e-b074-b85cec15ee81?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:01:47.192 8 WARNING keystonemiddleware.audit [req-6a2ebd94-7bf4-4f06-9bcc-7c08250dedf5 req-8026bee1-4ca3-4d12-8a6b-78ac8a98cc5e 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 312/576] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:01:47 2026] GET /v2.0/networks/49561155-8bcf-420e-b074-b85cec15ee81?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/577] 10.0.0.195 () {34 vars in 685 bytes} [Wed Jun 10 11:01:47 2026] POST /v2.0/security-groups => generated 1660 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 11:01:47.535 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b44dc410-35f8-42fa-bd42-186d61a7708b'] response: {'name': 'network-changed', 'server_uuid': 'd1d17973-6da3-4e1d-896d-2c0ae416af1c', 'tag': '1e160224-7cf6-4b4c-87a6-096e607906c0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 313/578] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:01:47 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: 266/579] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:01:47 2026] POST /v2.0/security-group-rules => generated 602 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/580] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:47 2026] GET /v2.0/ports?device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/581] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:47 2026] GET /v2.0/ports?device_id=d1d17973-6da3-4e1d-896d-2c0ae416af1c => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/582] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:01:48 2026] GET /v2.0/security-groups?id=2921dc73-76a7-4582-a56f-1158ea5ce61a&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: 270/583] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:01:48 2026] GET /v2.0/security-groups?id=1e439225-8c24-43d6-8efe-3588777c243c&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:01:48.086 7 WARNING keystonemiddleware.audit [req-f8cd7d62-14d9-4969-b991-7a3524b40fb6 req-0f16713a-51a8-4529-aa2c-7fded29421d4 116fa7b9cfd84af08e27125882dc863b ad55a303fc6c4df79e1e072b46d4277a - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 271/584] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:01:48 2026] GET /v2.0/ports?tenant_id=ad55a303fc6c4df79e1e072b46d4277a&device_id=d1d17973-6da3-4e1d-896d-2c0ae416af1c => generated 1238 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:01:48.153 7 WARNING keystonemiddleware.audit [req-43acea38-714f-4c21-83a9-87629e5d525d req-08511ee9-7667-4159-ab9b-f46923b43217 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 272/585] 199.204.45.132 () {34 vars in 1018 bytes} [Wed Jun 10 11:01:48 2026] GET /v2.0/networks?tenant_id=ad55a303fc6c4df79e1e072b46d4277a&shared=False => generated 775 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:01:48.215 7 WARNING keystonemiddleware.audit [req-43acea38-714f-4c21-83a9-87629e5d525d req-80d4db61-014b-446a-8fc8-c69f18487d67 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 273/586] 199.204.45.132 () {34 vars in 930 bytes} [Wed Jun 10 11:01:48 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/587] 10.0.0.195 () {34 vars in 676 bytes} [Wed Jun 10 11:01:47 2026] POST /v2.0/floatingips => generated 552 bytes in 524 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/588] 10.0.0.172 () {34 vars in 1098 bytes} [Wed Jun 10 11:01:48 2026] GET /v2.0/security-groups?name=tempest-securitygroup--954512643&fields=id&tenant_id=7f65232cdcec4b019893835e49232c9e => generated 69 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/589] 10.0.0.172 () {34 vars in 982 bytes} [Wed Jun 10 11:01:48 2026] GET /v2.0/networks?id=80aec963-bfc6-441b-b99a-ab48bdbd1028 => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/590] 10.0.0.172 () {34 vars in 965 bytes} [Wed Jun 10 11:01:48 2026] GET /v2.0/quotas/7f65232cdcec4b019893835e49232c9e => generated 292 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/591] 10.0.0.172 () {34 vars in 1002 bytes} [Wed Jun 10 11:01:48 2026] GET /v2.0/ports?tenant_id=7f65232cdcec4b019893835e49232c9e&fields=id => generated 57 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/592] 10.0.0.172 () {34 vars in 1008 bytes} [Wed Jun 10 11:01:48 2026] GET /v2.0/networks/80aec963-bfc6-441b-b99a-ab48bdbd1028?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: 317/593] 10.0.0.172 () {34 vars in 1108 bytes} [Wed Jun 10 11:01:49 2026] GET /v2.0/networks/80aec963-bfc6-441b-b99a-ab48bdbd1028?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: 277/594] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:49 2026] GET /v2.0/ports?device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9 => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/595] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:01:49 2026] GET /v2.0/security-groups?id=2921dc73-76a7-4582-a56f-1158ea5ce61a&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: 278/596] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:49 2026] GET /v2.0/ports?device_id=d1d17973-6da3-4e1d-896d-2c0ae416af1c => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:01:49.290 7 WARNING keystonemiddleware.audit [req-877f9c82-8f3d-4841-ad02-8459696f2eff req-60cc27d3-ae7f-4791-8ead-c51380de18a8 116fa7b9cfd84af08e27125882dc863b ad55a303fc6c4df79e1e072b46d4277a - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 319/597] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:49 2026] GET /v2.0/ports?device_id=d727b8c6-ec2c-4b99-a3b4-b76fba200591 => 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: 279/598] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:01:49 2026] GET /v2.0/ports?tenant_id=ad55a303fc6c4df79e1e072b46d4277a&device_id=d1d17973-6da3-4e1d-896d-2c0ae416af1c => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/599] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:01:49 2026] GET /v2.0/security-groups?id=1e439225-8c24-43d6-8efe-3588777c243c&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:01:49.333 7 WARNING keystonemiddleware.audit [req-c61ceb8c-2d77-421c-84c6-f94275522acf req-f3574a43-760c-4779-9717-be341a2c3b7a 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 280/600] 199.204.45.132 () {34 vars in 1058 bytes} [Wed Jun 10 11:01:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=1e160224-7cf6-4b4c-87a6-096e607906c0 => generated 19 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:01:49.702 8 WARNING keystonemiddleware.audit [req-877f9c82-8f3d-4841-ad02-8459696f2eff req-f7318cea-14ce-4e27-be4c-6a3935caea94 116fa7b9cfd84af08e27125882dc863b ad55a303fc6c4df79e1e072b46d4277a - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 321/601] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:01:49 2026] GET /v2.0/subnets?id=4ca075c1-1411-44c3-929f-a7d56535fca1 => generated 697 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:01:49.748 7 WARNING keystonemiddleware.audit [req-c61ceb8c-2d77-421c-84c6-f94275522acf req-3b0b0e62-db4a-40cc-9e93-a3104442eff2 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 281/602] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:01:49 2026] GET /v2.0/ports?network_id=0512c82b-d918-40a7-9f49-9540758592f8&device_owner=network%3Adhcp => generated 1244 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:01:49.826 8 WARNING keystonemiddleware.audit [req-c61ceb8c-2d77-421c-84c6-f94275522acf req-cb073fb3-9a95-4627-b03b-c8602ade8401 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 322/603] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:01:49 2026] GET /v2.0/networks/0512c82b-d918-40a7-9f49-9540758592f8?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:01:49.895 7 WARNING keystonemiddleware.audit [req-c61ceb8c-2d77-421c-84c6-f94275522acf req-8192fce0-536f-441b-ae3a-c71a4ce21108 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 282/604] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:01:49 2026] GET /v2.0/networks/0512c82b-d918-40a7-9f49-9540758592f8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/605] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:50 2026] GET /v2.0/ports?device_id=d727b8c6-ec2c-4b99-a3b4-b76fba200591 => 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: 323/606] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:50 2026] GET /v2.0/ports?device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9 => generated 969 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/607] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:01:50 2026] GET /v2.0/security-groups?id=2921dc73-76a7-4582-a56f-1158ea5ce61a&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/608] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:50 2026] GET /v2.0/ports?device_id=d1d17973-6da3-4e1d-896d-2c0ae416af1c => generated 969 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/609] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:01:50 2026] GET /v2.0/security-groups?id=1e439225-8c24-43d6-8efe-3588777c243c&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: 325/610] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:51 2026] GET /v2.0/ports?device_id=d727b8c6-ec2c-4b99-a3b4-b76fba200591 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/611] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:51 2026] GET /v2.0/ports?device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/612] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:01:51 2026] GET /v2.0/security-groups?id=2921dc73-76a7-4582-a56f-1158ea5ce61a&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: 287/613] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:51 2026] GET /v2.0/ports?device_id=d1d17973-6da3-4e1d-896d-2c0ae416af1c => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/614] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:01:51 2026] GET /v2.0/security-groups?id=1e439225-8c24-43d6-8efe-3588777c243c&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/617] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:52 2026] GET /v2.0/ports?device_id=d727b8c6-ec2c-4b99-a3b4-b76fba200591 => 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: 329/618] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:52 2026] GET /v2.0/ports?device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9 => 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: 330/619] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:01:52 2026] GET /v2.0/security-groups?id=2921dc73-76a7-4582-a56f-1158ea5ce61a&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: 331/620] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:52 2026] GET /v2.0/ports?device_id=d1d17973-6da3-4e1d-896d-2c0ae416af1c => generated 969 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/621] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:01:52 2026] GET /v2.0/security-groups?id=1e439225-8c24-43d6-8efe-3588777c243c&fields=id&fields=name => generated 112 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/622] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:01:52 2026] GET /v2.0/security-groups?tenant_id=42049aa2a9b84a3b8bd4a1f2f1dc78b6&name=default => generated 2925 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/623] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:01:52 2026] DELETE /v2.0/security-groups/69f6b2d5-0dde-4a2e-8098-30a9fa8f722a => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/624] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:01:53 2026] GET /v2.0/security-groups?tenant_id=8efbdcd9a3b649a59f91220d64e88f14&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/625] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:01:53 2026] DELETE /v2.0/security-groups/741841b4-4711-42eb-a14f-05277e86b28e => 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: 292/626] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:01:53 2026] GET /v2.0/networks?id=80aec963-bfc6-441b-b99a-ab48bdbd1028 => generated 675 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/627] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:53 2026] GET /v2.0/ports?device_id=d727b8c6-ec2c-4b99-a3b4-b76fba200591 => 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: 293/628] 199.204.45.132 () {34 vars in 1050 bytes} [Wed Jun 10 11:01:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7f65232cdcec4b019893835e49232c9e => generated 180 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/629] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:53 2026] GET /v2.0/ports?device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/630] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:01:53 2026] GET /v2.0/security-groups?id=2921dc73-76a7-4582-a56f-1158ea5ce61a&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: 296/631] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:54 2026] GET /v2.0/ports?device_id=d1d17973-6da3-4e1d-896d-2c0ae416af1c => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/632] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:01:54 2026] GET /v2.0/security-groups?id=1e439225-8c24-43d6-8efe-3588777c243c&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/633] 199.204.45.132 () {38 vars in 955 bytes} [Wed Jun 10 11:01:53 2026] POST /v2.0/ports => generated 954 bytes in 508 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:01:54.164 7 WARNING keystonemiddleware.audit [req-bb4a296d-642c-48d0-99b4-8eb122b2e1e7 req-306eb096-5856-4685-8f53-ea59848dfbed 116fa7b9cfd84af08e27125882dc863b ad55a303fc6c4df79e1e072b46d4277a - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 298/634] 199.204.45.132 () {38 vars in 1028 bytes} [Wed Jun 10 11:01:54 2026] PUT /v2.0/ports/c9f58a05-04ee-41f6-b800-e68af56b4622 => generated 1235 bytes in 465 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:01:54.670 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-48c850e7-e724-4175-9020-0b673e904dae'] response: {'name': 'network-changed', 'server_uuid': 'd727b8c6-ec2c-4b99-a3b4-b76fba200591', 'tag': 'c9f58a05-04ee-41f6-b800-e68af56b4622', '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: 337/635] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:54 2026] GET /v2.0/ports?device_id=d727b8c6-ec2c-4b99-a3b4-b76fba200591 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 299/636] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:01:54 2026] GET /v2.0/security-groups?id=05733e3e-d8fe-46da-877d-48676c6b7e65&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: 338/637] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:54 2026] GET /v2.0/ports?device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9 => 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: 300/638] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:01:55 2026] GET /v2.0/security-groups?id=2921dc73-76a7-4582-a56f-1158ea5ce61a&fields=id&fields=name => generated 113 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:01:55.190 7 WARNING keystonemiddleware.audit [req-b2fd64fb-d9a5-4b78-88d5-ac8555c55a84 req-637b2ad2-694a-4a3d-b641-287f2efefba4 e8657fdb36b047ea8a95cdf543a4e744 3634238e9bdf4d31ba56dd6a199764d3 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 339/639] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:55 2026] GET /v2.0/ports?device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/640] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:01:55 2026] GET /v2.0/ports?tenant_id=7f65232cdcec4b019893835e49232c9e&device_id=d727b8c6-ec2c-4b99-a3b4-b76fba200591 => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/641] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:55 2026] GET /v2.0/ports?device_id=d1d17973-6da3-4e1d-896d-2c0ae416af1c => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:01:55.255 8 WARNING keystonemiddleware.audit [req-d2a0965d-89f3-45e8-8b51-53e98b305918 req-b2f71d24-f190-4807-9ec1-3f630da54e63 116fa7b9cfd84af08e27125882dc863b ad55a303fc6c4df79e1e072b46d4277a - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 341/642] 199.204.45.132 () {34 vars in 1018 bytes} [Wed Jun 10 11:01:55 2026] GET /v2.0/networks?tenant_id=7f65232cdcec4b019893835e49232c9e&shared=False => generated 771 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/643] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:01:55 2026] GET /v2.0/security-groups?id=1e439225-8c24-43d6-8efe-3588777c243c&fields=id&fields=name => generated 112 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:01:55.314 8 WARNING keystonemiddleware.audit [req-d2a0965d-89f3-45e8-8b51-53e98b305918 req-ee02d0f3-dca2-4d08-bb2d-9d87d5e67a36 116fa7b9cfd84af08e27125882dc863b ad55a303fc6c4df79e1e072b46d4277a - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 343/644] 199.204.45.132 () {34 vars in 930 bytes} [Wed Jun 10 11:01:55 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:01:55.681 7 INFO neutron.db.l3_db [None req-a1d57896-49bf-40c4-a85c-18a39d2aec7d e8657fdb36b047ea8a95cdf543a4e744 3634238e9bdf4d31ba56dd6a199764d3 - - default default] Floating IP bf96c9f5-4cbd-4b4b-8a07-c5b734218452 associated. External IP: 10.96.250.219, port: 3c8a45b0-3867-48e0-9d60-b7022079d0e5. [pid: 8|app: 0|req: 344/645] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:55 2026] GET /v2.0/ports?device_id=d727b8c6-ec2c-4b99-a3b4-b76fba200591 => 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: 345/646] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:01:55 2026] GET /v2.0/security-groups?id=05733e3e-d8fe-46da-877d-48676c6b7e65&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/647] 10.0.0.195 () {34 vars in 749 bytes} [Wed Jun 10 11:01:55 2026] PUT /v2.0/floatingips/bf96c9f5-4cbd-4b4b-8a07-c5b734218452 => generated 855 bytes in 774 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/648] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:56 2026] GET /v2.0/ports?device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/649] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:01:56 2026] GET /v2.0/security-groups?id=2921dc73-76a7-4582-a56f-1158ea5ce61a&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:01:56.374 8 WARNING keystonemiddleware.audit [req-32edcf42-8ea0-48cc-a009-420e0918d42c req-00558b73-3be1-4abb-9c20-9a6a311682c2 e8657fdb36b047ea8a95cdf543a4e744 3634238e9bdf4d31ba56dd6a199764d3 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 347/650] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:01:56 2026] GET /v2.0/ports?tenant_id=7f65232cdcec4b019893835e49232c9e&device_id=d727b8c6-ec2c-4b99-a3b4-b76fba200591 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/651] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:56 2026] GET /v2.0/ports?device_id=d1d17973-6da3-4e1d-896d-2c0ae416af1c => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:01:56.418 8 WARNING keystonemiddleware.audit [req-3d0003ce-866f-4f61-a31b-603a52dfbdda req-d41bceb8-4c33-4873-beff-6e8d129b12c2 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 348/652] 199.204.45.132 () {34 vars in 1058 bytes} [Wed Jun 10 11:01:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.2&port_id=c9f58a05-04ee-41f6-b800-e68af56b4622 => 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: 305/653] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:01:56 2026] GET /v2.0/security-groups?id=1e439225-8c24-43d6-8efe-3588777c243c&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:01:56.458 8 WARNING keystonemiddleware.audit [req-3d0003ce-866f-4f61-a31b-603a52dfbdda req-9c74268c-68fa-4d8f-92f5-44bcf3f96b73 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 349/654] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:01:56 2026] GET /v2.0/subnets?id=79d1f6da-6118-4224-bd60-2165a4dccb6a => generated 693 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:01:56.497 7 WARNING keystonemiddleware.audit [req-2e3ab298-9f2a-4dab-8058-9a61b571e450 req-f09d3117-78c9-4d8f-b78f-ccd10b3b05fe 116fa7b9cfd84af08e27125882dc863b ad55a303fc6c4df79e1e072b46d4277a - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 306/655] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:01:56 2026] GET /v2.0/ports?network_id=80aec963-bfc6-441b-b99a-ab48bdbd1028&device_owner=network%3Adhcp => generated 1101 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:01:56.539 8 WARNING keystonemiddleware.audit [req-3d0003ce-866f-4f61-a31b-603a52dfbdda req-03e45a78-425f-49f4-9238-62029dc7850a 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 350/656] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:01:56 2026] GET /v2.0/networks/80aec963-bfc6-441b-b99a-ab48bdbd1028?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:01:56.595 7 WARNING keystonemiddleware.audit [req-3d0003ce-866f-4f61-a31b-603a52dfbdda req-6ded5bce-7f69-4da0-954d-946dbdc271c3 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 307/657] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:01:56 2026] GET /v2.0/networks/80aec963-bfc6-441b-b99a-ab48bdbd1028?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:01:56.715 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-54dc6111-6777-4e5c-b08a-97044ade4d70'] response: {'name': 'network-changed', 'server_uuid': 'dfea7197-7e8a-4a97-b7c5-5de42679afb9', 'tag': '3c8a45b0-3867-48e0-9d60-b7022079d0e5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 351/658] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:56 2026] GET /v2.0/ports?device_id=d727b8c6-ec2c-4b99-a3b4-b76fba200591 => 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: 308/659] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:01:57 2026] GET /v2.0/security-groups?id=05733e3e-d8fe-46da-877d-48676c6b7e65&fields=id&fields=name => generated 113 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:01:57.240 8 WARNING keystonemiddleware.audit [req-cfccf07b-5446-4657-a508-e50a62d24cf3 req-8c4d4e4d-56c3-4918-bbeb-482f79981b98 f46a5510c31f4b4697bfc69719bb9b4c 7f65232cdcec4b019893835e49232c9e - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 352/660] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:01:57 2026] GET /v2.0/ports?tenant_id=3634238e9bdf4d31ba56dd6a199764d3&device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9 => generated 1240 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:01:57.295 7 WARNING keystonemiddleware.audit [req-cfccf07b-5446-4657-a508-e50a62d24cf3 req-b8797928-8184-4f64-9da8-f7a86821e255 f46a5510c31f4b4697bfc69719bb9b4c 7f65232cdcec4b019893835e49232c9e - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 309/661] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:01:57 2026] GET /v2.0/networks?id=49561155-8bcf-420e-b074-b85cec15ee81 => generated 779 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:01:57.370 8 WARNING keystonemiddleware.audit [req-868121f8-deaf-4291-81ce-b9f6cfdc35ca req-f0226dfa-9ea7-4499-a7df-ebe1dfb92acb 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 353/662] 199.204.45.132 () {34 vars in 1058 bytes} [Wed Jun 10 11:01:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=3c8a45b0-3867-48e0-9d60-b7022079d0e5 => generated 858 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:01:57.441 7 WARNING keystonemiddleware.audit [req-868121f8-deaf-4291-81ce-b9f6cfdc35ca req-34e18d56-482a-4997-ad15-159041588034 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 310/663] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:01:57 2026] GET /v2.0/subnets?id=440e200c-328e-4bcc-95ae-e6902dca9592 => generated 701 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:01:57.498 8 WARNING keystonemiddleware.audit [req-868121f8-deaf-4291-81ce-b9f6cfdc35ca req-9ec0a9b4-6d93-4e18-881b-0b73fee46dbc 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 354/664] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:01:57 2026] GET /v2.0/ports?network_id=49561155-8bcf-420e-b074-b85cec15ee81&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:01:57.558 8 WARNING keystonemiddleware.audit [req-868121f8-deaf-4291-81ce-b9f6cfdc35ca req-6b311cda-1480-4462-a6ce-af4067f11093 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 355/665] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:01:57 2026] GET /v2.0/networks/49561155-8bcf-420e-b074-b85cec15ee81?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: 311/666] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:57 2026] GET /v2.0/ports?device_id=d1d17973-6da3-4e1d-896d-2c0ae416af1c => generated 971 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:01:57.654 7 WARNING keystonemiddleware.audit [req-81fb8844-7365-4d8c-8d8a-d31d2d4f01b8 req-8eed6b3d-a259-4af5-a38c-e475db03d0d7 116fa7b9cfd84af08e27125882dc863b ad55a303fc6c4df79e1e072b46d4277a - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 312/667] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:01:57 2026] GET /v2.0/networks/49561155-8bcf-420e-b074-b85cec15ee81?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: 313/668] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:01:57 2026] GET /v2.0/security-groups?id=1e439225-8c24-43d6-8efe-3588777c243c&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/669] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:01:57 2026] GET /v2.0/security-groups?tenant_id=026850f39423466897714d2a40745b60&name=default => generated 2925 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/670] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:01:57 2026] DELETE /v2.0/security-groups/bdcb8293-baef-4bfb-96b9-cd67e1463c8e => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/671] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:58 2026] GET /v2.0/ports?device_id=d727b8c6-ec2c-4b99-a3b4-b76fba200591 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/672] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:01:58 2026] GET /v2.0/security-groups?id=05733e3e-d8fe-46da-877d-48676c6b7e65&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: 315/673] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:01:58 2026] GET /v2.0/security-groups?tenant_id=e27fc5db8b69455a80cf4780d98dea7d&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/674] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:01:58 2026] DELETE /v2.0/security-groups/bc2a5542-296d-493c-b5fa-c35d6f4030f1 => 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: 316/675] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:58 2026] GET /v2.0/ports?device_id=d1d17973-6da3-4e1d-896d-2c0ae416af1c => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/676] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:01:58 2026] GET /v2.0/security-groups?id=1e439225-8c24-43d6-8efe-3588777c243c&fields=id&fields=name => generated 112 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/677] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:59 2026] GET /v2.0/ports?device_id=d1d17973-6da3-4e1d-896d-2c0ae416af1c => 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: 318/678] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:01:59 2026] GET /v2.0/ports?device_id=d727b8c6-ec2c-4b99-a3b4-b76fba200591 => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/679] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:01:59 2026] GET /v2.0/security-groups?id=05733e3e-d8fe-46da-877d-48676c6b7e65&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:01:59.832 8 INFO neutron.db.l3_db [None req-08cc4cdc-bee7-474b-ae87-ebab4b0bf776 116fa7b9cfd84af08e27125882dc863b ad55a303fc6c4df79e1e072b46d4277a - - default default] Floating IP 848fb574-06e0-4df2-9ba8-ea3c2d44b785 associated. External IP: 10.96.250.205, port: 1e160224-7cf6-4b4c-87a6-096e607906c0. [pid: 8|app: 0|req: 361/680] 10.0.0.195 () {34 vars in 749 bytes} [Wed Jun 10 11:01:59 2026] PUT /v2.0/floatingips/848fb574-06e0-4df2-9ba8-ea3c2d44b785 => generated 855 bytes in 1020 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:00.150 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe4b9817-184c-46e1-9826-d8cdaa92efb2'] response: {'name': 'network-changed', 'server_uuid': 'd1d17973-6da3-4e1d-896d-2c0ae416af1c', 'tag': '1e160224-7cf6-4b4c-87a6-096e607906c0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 320/681] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:00 2026] GET /v2.0/ports?device_id=d1d17973-6da3-4e1d-896d-2c0ae416af1c => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/682] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:02:00 2026] GET /v2.0/security-groups?id=1e439225-8c24-43d6-8efe-3588777c243c&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: 321/683] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:00 2026] GET /v2.0/ports?device_id=d727b8c6-ec2c-4b99-a3b4-b76fba200591 => 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: 322/684] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:02:00 2026] GET /v2.0/security-groups?id=05733e3e-d8fe-46da-877d-48676c6b7e65&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:00.702 7 WARNING keystonemiddleware.audit [req-9f47b428-6143-43f2-9fd5-5d0daaa44099 req-199a9269-5ebe-48ff-bc9b-4b4648c7b998 f46a5510c31f4b4697bfc69719bb9b4c 7f65232cdcec4b019893835e49232c9e - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 363/685] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:00 2026] GET /v2.0/ports?device_id=d1d17973-6da3-4e1d-896d-2c0ae416af1c => generated 971 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/686] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:02:00 2026] GET /v2.0/ports?tenant_id=ad55a303fc6c4df79e1e072b46d4277a&device_id=d1d17973-6da3-4e1d-896d-2c0ae416af1c => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/687] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:02:00 2026] GET /v2.0/security-groups?id=1e439225-8c24-43d6-8efe-3588777c243c&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:00.752 7 WARNING keystonemiddleware.audit [req-0add34c4-5b27-4107-a010-77d9aaaef0f1 req-dd847dbf-dfa0-427a-96dc-866deabd2661 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 324/688] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:02:00 2026] GET /v2.0/networks?id=0512c82b-d918-40a7-9f49-9540758592f8 => generated 775 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:00.806 8 WARNING keystonemiddleware.audit [req-d044c829-ed7e-46cc-800b-a24dbf9dec7b req-b96a5e59-8168-4af3-8655-159617d61db1 116fa7b9cfd84af08e27125882dc863b ad55a303fc6c4df79e1e072b46d4277a - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 365/689] 199.204.45.132 () {34 vars in 1058 bytes} [Wed Jun 10 11:02:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=1e160224-7cf6-4b4c-87a6-096e607906c0 => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:00.854 7 WARNING keystonemiddleware.audit [req-0add34c4-5b27-4107-a010-77d9aaaef0f1 req-4e6ef751-f80f-4b75-8262-63aaf5af17a3 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 325/690] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:02:00 2026] GET /v2.0/subnets?id=4ca075c1-1411-44c3-929f-a7d56535fca1 => generated 697 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:00.892 8 WARNING keystonemiddleware.audit [req-0add34c4-5b27-4107-a010-77d9aaaef0f1 req-df6797f4-0496-4167-b4bd-93ea2cbc9ef3 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 366/691] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:02:00 2026] GET /v2.0/ports?network_id=0512c82b-d918-40a7-9f49-9540758592f8&device_owner=network%3Adhcp => generated 1244 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:02:00.975 7 WARNING keystonemiddleware.audit [req-0add34c4-5b27-4107-a010-77d9aaaef0f1 req-498d4964-8f60-4829-bc7f-a4b2466d2e39 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 326/692] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:02:00 2026] GET /v2.0/networks/0512c82b-d918-40a7-9f49-9540758592f8?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:02:01.018 8 WARNING keystonemiddleware.audit [req-0add34c4-5b27-4107-a010-77d9aaaef0f1 req-4ddc6f9a-9aca-4df7-9ca6-3795280dae49 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 367/693] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:02:01 2026] GET /v2.0/networks/0512c82b-d918-40a7-9f49-9540758592f8?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: 7|app: 0|req: 327/694] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:02:01 2026] GET /v2.0/security-groups?tenant_id=a40725de3e2d4fa18c3b32f5855fea4c&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: 368/695] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:02:01 2026] DELETE /v2.0/security-groups/63a055a5-3366-40ce-a2f2-b26e1adea1ae => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/696] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:01 2026] GET /v2.0/ports?device_id=d727b8c6-ec2c-4b99-a3b4-b76fba200591 => 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: 369/697] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:01 2026] GET /v2.0/ports?device_id=d1d17973-6da3-4e1d-896d-2c0ae416af1c => 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: 329/698] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:02:01 2026] GET /v2.0/security-groups?id=05733e3e-d8fe-46da-877d-48676c6b7e65&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/699] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:02:01 2026] GET /v2.0/security-groups?id=1e439225-8c24-43d6-8efe-3588777c243c&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/700] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:01 2026] GET /v2.0/ports?device_id=d727b8c6-ec2c-4b99-a3b4-b76fba200591 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:02.362 8 INFO neutron.db.l3_db [None req-af94be97-a2c2-4696-bdb0-5df63bdc539e f46a5510c31f4b4697bfc69719bb9b4c 7f65232cdcec4b019893835e49232c9e - - default default] Floating IP 9236f5e0-566d-4364-890f-cd7620ca9585 associated. External IP: 10.96.250.213, port: c9f58a05-04ee-41f6-b800-e68af56b4622. [pid: 8|app: 0|req: 371/701] 10.0.0.195 () {34 vars in 749 bytes} [Wed Jun 10 11:02:02 2026] PUT /v2.0/floatingips/9236f5e0-566d-4364-890f-cd7620ca9585 => generated 855 bytes in 623 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:02.692 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-26836140-d9d6-4f4c-89f6-61f804184218'] response: {'name': 'network-changed', 'server_uuid': 'd727b8c6-ec2c-4b99-a3b4-b76fba200591', 'tag': 'c9f58a05-04ee-41f6-b800-e68af56b4622', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 331/702] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:02 2026] GET /v2.0/ports?device_id=d727b8c6-ec2c-4b99-a3b4-b76fba200591 => 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: 372/703] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:02:02 2026] GET /v2.0/security-groups?id=05733e3e-d8fe-46da-877d-48676c6b7e65&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/704] 199.204.45.132 () {34 vars in 994 bytes} [Wed Jun 10 11:02:03 2026] GET /v2.0/ports?device_id=d1d17973-6da3-4e1d-896d-2c0ae416af1c => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/705] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:02 2026] GET /v2.0/ports?device_id=d1d17973-6da3-4e1d-896d-2c0ae416af1c => generated 971 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/706] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:03 2026] GET /v2.0/ports?device_id=d727b8c6-ec2c-4b99-a3b4-b76fba200591 => 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: 334/707] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:02:03 2026] GET /v2.0/security-groups?id=1e439225-8c24-43d6-8efe-3588777c243c&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:03.194 8 INFO neutron_taas.services.taas.taas_plugin [req-63b16f16-9e38-462e-a849-900646c19ec0 req-327113a8-fa5a-43d6-b4dc-9e2e47219d54 116fa7b9cfd84af08e27125882dc863b ad55a303fc6c4df79e1e072b46d4277a - - default default] TaaS: Handle Delete Port: 1e160224-7cf6-4b4c-87a6-096e607906c0 2026-06-10 11:02:03.199 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-63b16f16-9e38-462e-a849-900646c19ec0 req-327113a8-fa5a-43d6-b4dc-9e2e47219d54 116fa7b9cfd84af08e27125882dc863b ad55a303fc6c4df79e1e072b46d4277a - - default default] Tap Mirror: Handle Delete Port: 1e160224-7cf6-4b4c-87a6-096e607906c0 [pid: 7|app: 0|req: 335/708] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:02:03 2026] GET /v2.0/security-groups?id=05733e3e-d8fe-46da-877d-48676c6b7e65&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:03.215 7 WARNING keystonemiddleware.audit [req-d6b25c23-5f52-4658-8f77-9ee732495764 req-ca944c4b-8a9f-4af3-956f-22351e27d039 f46a5510c31f4b4697bfc69719bb9b4c 7f65232cdcec4b019893835e49232c9e - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 336/709] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:02:03 2026] GET /v2.0/ports?tenant_id=7f65232cdcec4b019893835e49232c9e&device_id=d727b8c6-ec2c-4b99-a3b4-b76fba200591 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:02:03.262 7 WARNING keystonemiddleware.audit [req-5f255069-1402-46b0-b5a7-183b8f90f7c6 req-5d6558e3-6f58-4340-96c7-6f0a1f8ab284 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 337/710] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:02:03 2026] GET /v2.0/networks?id=80aec963-bfc6-441b-b99a-ab48bdbd1028 => generated 771 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:03.321 7 WARNING keystonemiddleware.audit [req-5f255069-1402-46b0-b5a7-183b8f90f7c6 req-b8c01ee5-5ed3-4a28-a076-7f6c833866bf 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 338/711] 199.204.45.132 () {34 vars in 1058 bytes} [Wed Jun 10 11:02:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.2&port_id=c9f58a05-04ee-41f6-b800-e68af56b4622 => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:03.364 7 WARNING keystonemiddleware.audit [req-5f255069-1402-46b0-b5a7-183b8f90f7c6 req-8f800a72-235f-46aa-be83-dd0f6ee46437 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. 2026-06-10 11:02:03.382 8 INFO neutron.db.l3_db [req-63b16f16-9e38-462e-a849-900646c19ec0 req-327113a8-fa5a-43d6-b4dc-9e2e47219d54 116fa7b9cfd84af08e27125882dc863b ad55a303fc6c4df79e1e072b46d4277a - - default default] Floating IP 848fb574-06e0-4df2-9ba8-ea3c2d44b785 disassociated. External IP: 10.96.250.205, port: 1e160224-7cf6-4b4c-87a6-096e607906c0. [pid: 7|app: 0|req: 339/712] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:02:03 2026] GET /v2.0/subnets?id=79d1f6da-6118-4224-bd60-2165a4dccb6a => generated 693 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:03.394 7 WARNING keystonemiddleware.audit [req-5f255069-1402-46b0-b5a7-183b8f90f7c6 req-cac7420d-a2fd-42a5-ad90-55af88cf03d4 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 340/713] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:02:03 2026] GET /v2.0/ports?network_id=80aec963-bfc6-441b-b99a-ab48bdbd1028&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:02:03.444 7 WARNING keystonemiddleware.audit [req-5f255069-1402-46b0-b5a7-183b8f90f7c6 req-0415b634-d2c2-4433-ac64-8467fb06df8d 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 341/714] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:02:03 2026] GET /v2.0/networks/80aec963-bfc6-441b-b99a-ab48bdbd1028?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: 374/715] 199.204.45.132 () {36 vars in 997 bytes} [Wed Jun 10 11:02:03 2026] DELETE /v2.0/ports/1e160224-7cf6-4b4c-87a6-096e607906c0 => generated 0 bytes in 765 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:02:03.823 8 WARNING keystonemiddleware.audit [req-63b16f16-9e38-462e-a849-900646c19ec0 req-327113a8-fa5a-43d6-b4dc-9e2e47219d54 116fa7b9cfd84af08e27125882dc863b ad55a303fc6c4df79e1e072b46d4277a - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 375/716] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:02:03 2026] GET /v2.0/networks/80aec963-bfc6-441b-b99a-ab48bdbd1028?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) 2026-06-10 11:02:03.890 7 INFO neutron.db.segments_db [None req-2a93c8b0-e3fc-4262-9ddc-d9e11df6f788 110facb863414026b4ab15d7386c1277 576fa0d2b6324d62ad3c61def69e100c - - default default] Added segment 91edb713-fa6d-4c4e-86b7-44bd3041e1fa of type vxlan for network b441a4e8-fded-4dae-b7ee-c092b00e77c5 [pid: 7|app: 0|req: 342/717] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:02:03 2026] POST /v2.0/networks => generated 631 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/718] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:02:03 2026] POST /v2.0/subnets => generated 627 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/719] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:04 2026] GET /v2.0/ports?device_id=d1d17973-6da3-4e1d-896d-2c0ae416af1c => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:02:04.301 7 INFO neutron.db.segments_db [None req-099b68f8-3e47-4488-a791-a34300fcc5bb 110facb863414026b4ab15d7386c1277 576fa0d2b6324d62ad3c61def69e100c - - default default] Added segment c45bb105-55be-4a24-be38-3e6633dd8ec3 of type vxlan for network 4c659d69-ab9f-4898-88d9-20b953bdd735 [pid: 8|app: 0|req: 378/720] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:04 2026] GET /v2.0/ports?device_id=d727b8c6-ec2c-4b99-a3b4-b76fba200591 => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/721] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:02:04 2026] GET /v2.0/security-groups?id=05733e3e-d8fe-46da-877d-48676c6b7e65&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-06-10 11:02:04.554 7 INFO neutron.db.l3_hamode_db [None req-099b68f8-3e47-4488-a791-a34300fcc5bb 110facb863414026b4ab15d7386c1277 576fa0d2b6324d62ad3c61def69e100c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 380/722] 10.0.0.142 () {34 vars in 990 bytes} [Wed Jun 10 11:02:04 2026] GET /v2.0/ports?device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9 => generated 1240 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/723] 10.0.0.142 () {34 vars in 1040 bytes} [Wed Jun 10 11:02:04 2026] GET /v2.0/security-groups?id=2921dc73-76a7-4582-a56f-1158ea5ce61a&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:04.733 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-84da609f-89fd-43f1-b29a-a5a66e6a82b9'] response: {'server_uuid': 'd1d17973-6da3-4e1d-896d-2c0ae416af1c', 'name': 'network-vif-deleted', 'tag': '1e160224-7cf6-4b4c-87a6-096e607906c0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 382/724] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:05 2026] GET /v2.0/ports?device_id=d1d17973-6da3-4e1d-896d-2c0ae416af1c => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:02:05.401 7 INFO neutron.db.l3_hamode_db [None req-099b68f8-3e47-4488-a791-a34300fcc5bb 110facb863414026b4ab15d7386c1277 576fa0d2b6324d62ad3c61def69e100c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 383/725] 199.204.45.132 () {34 vars in 994 bytes} [Wed Jun 10 11:02:05 2026] GET /v2.0/ports?device_id=d727b8c6-ec2c-4b99-a3b4-b76fba200591 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/726] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:05 2026] GET /v2.0/ports?device_id=d727b8c6-ec2c-4b99-a3b4-b76fba200591 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:05.670 8 INFO neutron_taas.services.taas.taas_plugin [req-9b23e79c-b545-43db-a1ff-9844d4052853 req-ad937f26-8c6f-484b-8d2e-c7127fe8909e f46a5510c31f4b4697bfc69719bb9b4c 7f65232cdcec4b019893835e49232c9e - - default default] TaaS: Handle Delete Port: c9f58a05-04ee-41f6-b800-e68af56b4622 2026-06-10 11:02:05.673 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9b23e79c-b545-43db-a1ff-9844d4052853 req-ad937f26-8c6f-484b-8d2e-c7127fe8909e f46a5510c31f4b4697bfc69719bb9b4c 7f65232cdcec4b019893835e49232c9e - - default default] Tap Mirror: Handle Delete Port: c9f58a05-04ee-41f6-b800-e68af56b4622 2026-06-10 11:02:05.794 8 INFO neutron.db.l3_db [req-9b23e79c-b545-43db-a1ff-9844d4052853 req-ad937f26-8c6f-484b-8d2e-c7127fe8909e f46a5510c31f4b4697bfc69719bb9b4c 7f65232cdcec4b019893835e49232c9e - - default default] Floating IP 9236f5e0-566d-4364-890f-cd7620ca9585 disassociated. External IP: 10.96.250.213, port: c9f58a05-04ee-41f6-b800-e68af56b4622. [pid: 8|app: 0|req: 385/727] 199.204.45.132 () {36 vars in 997 bytes} [Wed Jun 10 11:02:05 2026] DELETE /v2.0/ports/c9f58a05-04ee-41f6-b800-e68af56b4622 => generated 0 bytes in 584 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/728] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:02:06 2026] GET /v2.0/security-groups?id=05733e3e-d8fe-46da-877d-48676c6b7e65&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: 343/729] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:02:04 2026] POST /v2.0/routers => generated 694 bytes in 2065 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/730] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:06 2026] GET /v2.0/ports?device_id=d1d17973-6da3-4e1d-896d-2c0ae416af1c => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:02:06.774 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e7644b6-e183-42af-8763-9b5871d5e400'] response: {'server_uuid': 'd727b8c6-ec2c-4b99-a3b4-b76fba200591', 'name': 'network-vif-deleted', 'tag': 'c9f58a05-04ee-41f6-b800-e68af56b4622', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 347/733] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:07 2026] GET /v2.0/ports?device_id=d727b8c6-ec2c-4b99-a3b4-b76fba200591 => 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: 387/734] 10.0.0.195 () {34 vars in 783 bytes} [Wed Jun 10 11:02:06 2026] PUT /v2.0/routers/cf9fc382-c38f-4ba7-9a0c-8f1606eb6e72/add_router_interface => generated 309 bytes in 1175 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/735] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:07 2026] GET /v2.0/ports?device_id=d1d17973-6da3-4e1d-896d-2c0ae416af1c => 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: 348/736] 10.0.0.195 () {34 vars in 665 bytes} [Wed Jun 10 11:02:07 2026] POST /v2.0/ports => generated 959 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/737] 10.0.0.195 () {34 vars in 665 bytes} [Wed Jun 10 11:02:07 2026] POST /v2.0/ports => generated 954 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 390/738] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:08 2026] GET /v2.0/ports?device_id=d727b8c6-ec2c-4b99-a3b4-b76fba200591 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/739] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:02:08 2026] DELETE /v2.0/security-groups/1e439225-8c24-43d6-8efe-3588777c243c => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:02:08.815 8 INFO neutron.api.v2.resource [None req-8a1a9b3d-2cad-47cd-bfb7-e8e9b355c294 116fa7b9cfd84af08e27125882dc863b ad55a303fc6c4df79e1e072b46d4277a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 392/740] 10.0.0.195 () {32 vars in 737 bytes} [Wed Jun 10 11:02:08 2026] GET /v2.0/security-groups/1e439225-8c24-43d6-8efe-3588777c243c => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:02:08.945 8 INFO neutron_taas.services.taas.taas_plugin [None req-5fbf110c-0cd3-4a52-9c9d-9c92faff9342 116fa7b9cfd84af08e27125882dc863b ad55a303fc6c4df79e1e072b46d4277a - - default default] TaaS: Handle Delete Port: b2f14310-5a29-4e2e-9f93-ef2c7fae8b38 2026-06-10 11:02:08.948 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5fbf110c-0cd3-4a52-9c9d-9c92faff9342 116fa7b9cfd84af08e27125882dc863b ad55a303fc6c4df79e1e072b46d4277a - - default default] Tap Mirror: Handle Delete Port: b2f14310-5a29-4e2e-9f93-ef2c7fae8b38 2026-06-10 11:02:09.023 7 INFO neutron.db.l3_db [None req-26767c4c-e78e-4edc-aa0e-f7e9156d4c42 110facb863414026b4ab15d7386c1277 576fa0d2b6324d62ad3c61def69e100c - - default default] Floating IP a0cbe314-fcbc-43ca-a22c-9108915c5bef associated. External IP: 10.96.250.202, port: 691f12fe-68e1-4ec5-b61b-2deacd033842. [pid: 8|app: 0|req: 393/741] 10.0.0.195 () {32 vars in 732 bytes} [Wed Jun 10 11:02:08 2026] DELETE /v2.0/floatingips/848fb574-06e0-4df2-9ba8-ea3c2d44b785 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/742] 10.0.0.195 () {34 vars in 677 bytes} [Wed Jun 10 11:02:08 2026] POST /v2.0/floatingips => generated 841 bytes in 1070 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:02:09.396 7 INFO neutron.db.l3_db [None req-9a1e9bd2-1def-4453-8fe8-1cb3bc801ea5 110facb863414026b4ab15d7386c1277 576fa0d2b6324d62ad3c61def69e100c - - default default] Floating IP a0cbe314-fcbc-43ca-a22c-9108915c5bef disassociated. External IP: 10.96.250.202, port: 691f12fe-68e1-4ec5-b61b-2deacd033842. 2026-06-10 11:02:09.563 8 INFO neutron_taas.services.taas.taas_plugin [None req-84b37bd0-22b6-4966-bf80-ee6552600bad fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: e87c18b0-66c3-4b72-b050-743b01cc8c5c 2026-06-10 11:02:09.569 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84b37bd0-22b6-4966-bf80-ee6552600bad fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: e87c18b0-66c3-4b72-b050-743b01cc8c5c [pid: 7|app: 0|req: 350/743] 10.0.0.195 () {34 vars in 749 bytes} [Wed Jun 10 11:02:09 2026] PUT /v2.0/floatingips/a0cbe314-fcbc-43ca-a22c-9108915c5bef => generated 552 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/744] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:02:09 2026] DELETE /v2.0/security-groups/05733e3e-d8fe-46da-877d-48676c6b7e65 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:02:09.925 7 INFO neutron_taas.services.taas.taas_plugin [None req-550c82e8-cb6f-42e8-8c42-f13ad27ee3a3 110facb863414026b4ab15d7386c1277 576fa0d2b6324d62ad3c61def69e100c - - default default] TaaS: Handle Delete Port: 70a37fbd-f686-4b8b-a577-c04d849b571e 2026-06-10 11:02:09.928 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-550c82e8-cb6f-42e8-8c42-f13ad27ee3a3 110facb863414026b4ab15d7386c1277 576fa0d2b6324d62ad3c61def69e100c - - default default] Tap Mirror: Handle Delete Port: 70a37fbd-f686-4b8b-a577-c04d849b571e [pid: 7|app: 0|req: 352/745] 10.0.0.195 () {32 vars in 732 bytes} [Wed Jun 10 11:02:09 2026] DELETE /v2.0/floatingips/a0cbe314-fcbc-43ca-a22c-9108915c5bef => generated 0 bytes in 247 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:02:10.081 7 INFO neutron.api.v2.resource [None req-4c6c1f3d-0ebf-4bc0-b780-5e50376cc2e3 f46a5510c31f4b4697bfc69719bb9b4c 7f65232cdcec4b019893835e49232c9e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 353/746] 10.0.0.195 () {32 vars in 737 bytes} [Wed Jun 10 11:02:10 2026] GET /v2.0/security-groups/05733e3e-d8fe-46da-877d-48676c6b7e65 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/747] 10.0.0.195 () {34 vars in 789 bytes} [Wed Jun 10 11:02:09 2026] PUT /v2.0/routers/ca394fed-e6e7-40ac-bd33-4d4521316e1e/remove_router_interface => generated 309 bytes in 995 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:10.233 8 INFO neutron_taas.services.taas.taas_plugin [None req-0b97b5ca-965a-44ab-a2bc-815bae259bc4 f46a5510c31f4b4697bfc69719bb9b4c 7f65232cdcec4b019893835e49232c9e - - default default] TaaS: Handle Delete Port: 9dd065ab-a5af-46a1-998e-10e9d0b883cd 2026-06-10 11:02:10.236 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b97b5ca-965a-44ab-a2bc-815bae259bc4 f46a5510c31f4b4697bfc69719bb9b4c 7f65232cdcec4b019893835e49232c9e - - default default] Tap Mirror: Handle Delete Port: 9dd065ab-a5af-46a1-998e-10e9d0b883cd [pid: 8|app: 0|req: 395/748] 10.0.0.195 () {32 vars in 732 bytes} [Wed Jun 10 11:02:10 2026] DELETE /v2.0/floatingips/9236f5e0-566d-4364-890f-cd7620ca9585 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:02:10.560 8 INFO neutron_taas.services.taas.taas_plugin [None req-15ce22ca-f89c-4de0-b288-80af1d3ef53c fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: c8c9e997-9a28-469d-95fe-b06a94c38fe4 2026-06-10 11:02:10.563 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15ce22ca-f89c-4de0-b288-80af1d3ef53c fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: c8c9e997-9a28-469d-95fe-b06a94c38fe4 2026-06-10 11:02:10.799 8 INFO neutron_taas.services.taas.taas_plugin [None req-15ce22ca-f89c-4de0-b288-80af1d3ef53c fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: d6d7e7bc-7d11-4d36-992f-4fb9a6b5723d 2026-06-10 11:02:10.801 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15ce22ca-f89c-4de0-b288-80af1d3ef53c fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: d6d7e7bc-7d11-4d36-992f-4fb9a6b5723d 2026-06-10 11:02:10.809 7 INFO neutron.db.l3_db [None req-4cdb2077-268e-4592-a21a-dda78cbd603c 110facb863414026b4ab15d7386c1277 576fa0d2b6324d62ad3c61def69e100c - - default default] Floating IP 2b7a68bc-1e4b-4d72-95a4-0139ac898dd7 associated. External IP: 10.96.250.212, port: 2e352f79-a0b6-4e1f-a1bd-5b5ac4638396. 2026-06-10 11:02:10.862 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-15ce22ca-f89c-4de0-b288-80af1d3ef53c fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - 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: 354/749] 10.0.0.195 () {34 vars in 677 bytes} [Wed Jun 10 11:02:10 2026] POST /v2.0/floatingips => generated 843 bytes in 955 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:02:11.211 8 INFO neutron.db.l3_hamode_db [None req-15ce22ca-f89c-4de0-b288-80af1d3ef53c fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] HA network f15649ae-dbf9-485f-ae22-7854a7736875 was deleted as no HA routers are present in tenant ad55a303fc6c4df79e1e072b46d4277a. [pid: 8|app: 0|req: 396/750] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:02:10 2026] DELETE /v2.0/routers/ca394fed-e6e7-40ac-bd33-4d4521316e1e => generated 0 bytes in 860 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/751] 10.0.0.195 () {32 vars in 729 bytes} [Wed Jun 10 11:02:11 2026] GET /v2.0/floatingips/2b7a68bc-1e4b-4d72-95a4-0139ac898dd7 => generated 843 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/752] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:02:11 2026] DELETE /v2.0/subnets/4ca075c1-1411-44c3-929f-a7d56535fca1 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:02:11.401 7 INFO neutron_taas.services.taas.taas_plugin [None req-b05b8ce8-169f-47bf-b967-93a857d663b2 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: 16f26304-1e9e-4a67-9ec4-ba03ed6dd4b4 2026-06-10 11:02:11.404 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b05b8ce8-169f-47bf-b967-93a857d663b2 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: 16f26304-1e9e-4a67-9ec4-ba03ed6dd4b4 2026-06-10 11:02:11.815 8 INFO neutron.services.segments.plugin [-] Segment 6f32ed1d-02d0-4620-bca4-f6988fb8f51c resource provider aggregate not found 2026-06-10 11:02:11.822 8 INFO neutron.services.segments.plugin [-] Segment 6f32ed1d-02d0-4620-bca4-f6988fb8f51c resource provider aggregate not found [pid: 8|app: 0|req: 399/753] 10.0.0.195 () {32 vars in 655 bytes} [Wed Jun 10 11:02:11 2026] GET /v2.0/floatingips => generated 846 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:11.835 8 INFO neutron.services.segments.plugin [-] Segment 6f32ed1d-02d0-4620-bca4-f6988fb8f51c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f32ed1d-02d0-4620-bca4-f6988fb8f51c found for delete ", "request_id": "req-58d27e61-639e-4714-bd7b-e75fee06c836"}]} 2026-06-10 11:02:11.839 8 INFO neutron.services.segments.plugin [-] Segment 6f32ed1d-02d0-4620-bca4-f6988fb8f51c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f32ed1d-02d0-4620-bca4-f6988fb8f51c found for delete ", "request_id": "req-9f8fd62b-c85c-49ab-896f-b54e89a2c990"}]} 2026-06-10 11:02:11.917 8 INFO neutron_taas.services.taas.taas_plugin [None req-2c6b45dc-5588-4553-8e60-a38fbab2703d fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: efbc0884-dbe6-45aa-af09-8a493b8b2f1f 2026-06-10 11:02:11.920 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c6b45dc-5588-4553-8e60-a38fbab2703d fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: efbc0884-dbe6-45aa-af09-8a493b8b2f1f [pid: 8|app: 0|req: 400/754] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:02:11 2026] DELETE /v2.0/networks/0512c82b-d918-40a7-9f49-9540758592f8 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/755] 10.0.0.195 () {34 vars in 789 bytes} [Wed Jun 10 11:02:11 2026] PUT /v2.0/routers/3ae42ee2-df1f-48c6-9d2f-95975f19e713/remove_router_interface => generated 309 bytes in 1168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/756] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:02:12 2026] GET /v2.0/security-groups?tenant_id=ad55a303fc6c4df79e1e072b46d4277a&name=default => generated 2921 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:02:12.420 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc3a445b-b568-4609-89df-70c6e691ec85 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: 92ba97f6-b799-4950-bbfa-37e41e35aeb6 2026-06-10 11:02:12.423 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc3a445b-b568-4609-89df-70c6e691ec85 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: 92ba97f6-b799-4950-bbfa-37e41e35aeb6 2026-06-10 11:02:12.450 8 INFO neutron.db.l3_db [None req-957c5a10-e650-4642-b188-43c8ad1dded6 110facb863414026b4ab15d7386c1277 576fa0d2b6324d62ad3c61def69e100c - - default default] Floating IP 2b7a68bc-1e4b-4d72-95a4-0139ac898dd7 associated. External IP: 10.96.250.212, port: 2e352f79-a0b6-4e1f-a1bd-5b5ac4638396. 2026-06-10 11:02:12.688 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc3a445b-b568-4609-89df-70c6e691ec85 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: 91b4033d-2759-44f4-a74b-e242a31b1d0b 2026-06-10 11:02:12.692 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc3a445b-b568-4609-89df-70c6e691ec85 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: 91b4033d-2759-44f4-a74b-e242a31b1d0b [pid: 8|app: 0|req: 401/757] 10.0.0.195 () {34 vars in 749 bytes} [Wed Jun 10 11:02:12 2026] PUT /v2.0/floatingips/2b7a68bc-1e4b-4d72-95a4-0139ac898dd7 => generated 841 bytes in 919 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:13.083 7 INFO neutron.services.segments.plugin [-] Segment 94c89655-5243-489a-992f-c6048458370d resource provider aggregate not found 2026-06-10 11:02:13.085 7 INFO neutron.services.segments.plugin [-] Segment 94c89655-5243-489a-992f-c6048458370d resource provider aggregate not found 2026-06-10 11:02:13.107 7 INFO neutron.services.segments.plugin [-] Segment 94c89655-5243-489a-992f-c6048458370d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94c89655-5243-489a-992f-c6048458370d found for delete ", "request_id": "req-c6bcdfe3-6b79-4a11-96a9-e92242b80a25"}]} 2026-06-10 11:02:13.109 7 INFO neutron.services.segments.plugin [-] Segment 94c89655-5243-489a-992f-c6048458370d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94c89655-5243-489a-992f-c6048458370d found for delete ", "request_id": "req-072ddcdf-9d31-42f0-91ee-f4db13327fb7"}]} 2026-06-10 11:02:13.123 7 INFO neutron.db.l3_hamode_db [None req-cc3a445b-b568-4609-89df-70c6e691ec85 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] HA network bcd761d8-3e8d-4124-b303-5a850637bfde was deleted as no HA routers are present in tenant 7f65232cdcec4b019893835e49232c9e. [pid: 7|app: 0|req: 357/758] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:02:12 2026] DELETE /v2.0/routers/3ae42ee2-df1f-48c6-9d2f-95975f19e713 => generated 0 bytes in 892 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/759] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:02:13 2026] DELETE /v2.0/security-groups/581bd00d-b30d-43c8-b874-3054317476bd => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:02:13.246 7 INFO neutron.db.l3_db [None req-92da6601-1bcf-4bd3-8a93-cad5d5b0b2a9 110facb863414026b4ab15d7386c1277 576fa0d2b6324d62ad3c61def69e100c - - default default] Floating IP 2b7a68bc-1e4b-4d72-95a4-0139ac898dd7 disassociated. External IP: 10.96.250.212, port: 691f12fe-68e1-4ec5-b61b-2deacd033842. [pid: 8|app: 0|req: 403/760] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:02:13 2026] DELETE /v2.0/subnets/79d1f6da-6118-4224-bd60-2165a4dccb6a => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:02:13.385 8 INFO neutron_taas.services.taas.taas_plugin [None req-4f3e6014-9595-4a17-8c63-7e3375f6a9ae fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: 4867b014-729f-4e60-b03d-f6ca28817101 2026-06-10 11:02:13.387 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f3e6014-9595-4a17-8c63-7e3375f6a9ae fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: 4867b014-729f-4e60-b03d-f6ca28817101 [pid: 7|app: 0|req: 358/761] 10.0.0.195 () {34 vars in 749 bytes} [Wed Jun 10 11:02:13 2026] PUT /v2.0/floatingips/2b7a68bc-1e4b-4d72-95a4-0139ac898dd7 => generated 552 bytes in 428 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/762] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:02:13 2026] DELETE /v2.0/networks/80aec963-bfc6-441b-b99a-ab48bdbd1028 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:02:13.698 7 INFO neutron_taas.services.taas.taas_plugin [None req-4919dd77-4656-4422-9afc-71236fddce74 110facb863414026b4ab15d7386c1277 576fa0d2b6324d62ad3c61def69e100c - - default default] TaaS: Handle Delete Port: ca9c9407-2334-4e45-abd2-cc873db38021 2026-06-10 11:02:13.700 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4919dd77-4656-4422-9afc-71236fddce74 110facb863414026b4ab15d7386c1277 576fa0d2b6324d62ad3c61def69e100c - - default default] Tap Mirror: Handle Delete Port: ca9c9407-2334-4e45-abd2-cc873db38021 [pid: 8|app: 0|req: 405/763] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:02:13 2026] GET /v2.0/security-groups?tenant_id=7f65232cdcec4b019893835e49232c9e&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:02:13.872 8 INFO neutron.services.segments.plugin [-] Segment d96779a0-bdc8-4877-9aa7-ad9fb022242e resource provider aggregate not found 2026-06-10 11:02:13.872 8 INFO neutron.services.segments.plugin [-] Segment d96779a0-bdc8-4877-9aa7-ad9fb022242e resource provider aggregate not found [pid: 7|app: 0|req: 359/764] 10.0.0.195 () {32 vars in 732 bytes} [Wed Jun 10 11:02:13 2026] DELETE /v2.0/floatingips/2b7a68bc-1e4b-4d72-95a4-0139ac898dd7 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:02:13.894 8 INFO neutron.services.segments.plugin [-] Segment d96779a0-bdc8-4877-9aa7-ad9fb022242e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d96779a0-bdc8-4877-9aa7-ad9fb022242e found for delete ", "request_id": "req-3c29d4b2-9585-47a4-bd67-db5a317461fe"}]} 2026-06-10 11:02:13.910 8 INFO neutron.services.segments.plugin [-] Segment d96779a0-bdc8-4877-9aa7-ad9fb022242e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d96779a0-bdc8-4877-9aa7-ad9fb022242e found for delete ", "request_id": "req-be391e60-fafe-49e7-9681-462f328fe9f8"}]} 2026-06-10 11:02:13.911 7 INFO neutron.api.v2.resource [None req-390bfe0b-d263-4020-97c0-57d272a7a343 110facb863414026b4ab15d7386c1277 576fa0d2b6324d62ad3c61def69e100c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 360/765] 10.0.0.195 () {32 vars in 732 bytes} [Wed Jun 10 11:02:13 2026] DELETE /v2.0/floatingips/2b7a68bc-1e4b-4d72-95a4-0139ac898dd7 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:02:13.917 8 INFO neutron.services.segments.plugin [-] Segment 0eb63c07-dbc3-40d0-acf3-d523a30a60d0 resource provider aggregate not found 2026-06-10 11:02:13.933 8 INFO neutron.services.segments.plugin [-] Segment 0eb63c07-dbc3-40d0-acf3-d523a30a60d0 resource provider aggregate not found 2026-06-10 11:02:13.934 8 INFO neutron.services.segments.plugin [-] Segment 0eb63c07-dbc3-40d0-acf3-d523a30a60d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0eb63c07-dbc3-40d0-acf3-d523a30a60d0 found for delete ", "request_id": "req-eed40a6d-6749-445c-a0b7-2facacdcf675"}]} 2026-06-10 11:02:13.948 8 INFO neutron.services.segments.plugin [-] Segment 0eb63c07-dbc3-40d0-acf3-d523a30a60d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0eb63c07-dbc3-40d0-acf3-d523a30a60d0 found for delete ", "request_id": "req-23ad2308-df2f-4fab-af0d-b6889466a514"}]} [pid: 8|app: 0|req: 406/766] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:02:13 2026] DELETE /v2.0/security-groups/690bc97e-9369-4c95-a35c-bff1b9070389 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:02:14.092 7 INFO neutron_taas.services.taas.taas_plugin [None req-577ab44e-e7b4-4c90-ac06-86632a28dbdd 110facb863414026b4ab15d7386c1277 576fa0d2b6324d62ad3c61def69e100c - - default default] TaaS: Handle Delete Port: 691f12fe-68e1-4ec5-b61b-2deacd033842 2026-06-10 11:02:14.100 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-577ab44e-e7b4-4c90-ac06-86632a28dbdd 110facb863414026b4ab15d7386c1277 576fa0d2b6324d62ad3c61def69e100c - - default default] Tap Mirror: Handle Delete Port: 691f12fe-68e1-4ec5-b61b-2deacd033842 [pid: 7|app: 0|req: 361/767] 10.0.0.195 () {32 vars in 720 bytes} [Wed Jun 10 11:02:13 2026] DELETE /v2.0/ports/691f12fe-68e1-4ec5-b61b-2deacd033842 => generated 0 bytes in 370 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:02:14.401 8 INFO neutron_taas.services.taas.taas_plugin [None req-7569733a-51bd-4690-9368-19c0ed3eaae9 110facb863414026b4ab15d7386c1277 576fa0d2b6324d62ad3c61def69e100c - - default default] TaaS: Handle Delete Port: 2e352f79-a0b6-4e1f-a1bd-5b5ac4638396 2026-06-10 11:02:14.403 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7569733a-51bd-4690-9368-19c0ed3eaae9 110facb863414026b4ab15d7386c1277 576fa0d2b6324d62ad3c61def69e100c - - default default] Tap Mirror: Handle Delete Port: 2e352f79-a0b6-4e1f-a1bd-5b5ac4638396 [pid: 8|app: 0|req: 407/768] 10.0.0.195 () {32 vars in 720 bytes} [Wed Jun 10 11:02:14 2026] DELETE /v2.0/ports/2e352f79-a0b6-4e1f-a1bd-5b5ac4638396 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/769] 10.0.0.195 () {32 vars in 736 bytes} [Wed Jun 10 11:02:14 2026] GET /v2.0/ports?device_id=cf9fc382-c38f-4ba7-9a0c-8f1606eb6e72 => generated 958 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:14.862 8 INFO neutron_taas.services.taas.taas_plugin [None req-165e169a-4e26-4980-bb54-739c7a031b7f 110facb863414026b4ab15d7386c1277 576fa0d2b6324d62ad3c61def69e100c - - default default] TaaS: Handle Delete Port: 915b66ae-d778-4e44-b3f8-89337efb45d9 2026-06-10 11:02:14.865 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-165e169a-4e26-4980-bb54-739c7a031b7f 110facb863414026b4ab15d7386c1277 576fa0d2b6324d62ad3c61def69e100c - - default default] Tap Mirror: Handle Delete Port: 915b66ae-d778-4e44-b3f8-89337efb45d9 [pid: 8|app: 0|req: 408/770] 10.0.0.195 () {34 vars in 789 bytes} [Wed Jun 10 11:02:14 2026] PUT /v2.0/routers/cf9fc382-c38f-4ba7-9a0c-8f1606eb6e72/remove_router_interface => generated 309 bytes in 708 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:15.323 7 INFO neutron.db.segments_db [None req-e727e36c-d858-488b-8cb6-ca94d0d47d12 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Added segment b86c1032-bac7-4e7c-9913-8eec55fef1d4 of type vxlan for network a172eccd-b355-4c28-8447-ae7a9527422d [pid: 7|app: 0|req: 363/771] 10.0.0.195 () {34 vars in 671 bytes} [Wed Jun 10 11:02:14 2026] POST /v2.0/networks => generated 724 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:02:15.470 8 INFO neutron_taas.services.taas.taas_plugin [None req-67bcf7ea-92db-46ce-b039-900d4a434108 110facb863414026b4ab15d7386c1277 576fa0d2b6324d62ad3c61def69e100c - - default default] TaaS: Handle Delete Port: 0e543b61-3e29-4cff-8cfc-25726e3bb422 2026-06-10 11:02:15.472 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67bcf7ea-92db-46ce-b039-900d4a434108 110facb863414026b4ab15d7386c1277 576fa0d2b6324d62ad3c61def69e100c - - default default] Tap Mirror: Handle Delete Port: 0e543b61-3e29-4cff-8cfc-25726e3bb422 [pid: 7|app: 0|req: 364/772] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:02:15 2026] POST /v2.0/subnets => generated 690 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:02:15.688 8 INFO neutron_taas.services.taas.taas_plugin [None req-67bcf7ea-92db-46ce-b039-900d4a434108 110facb863414026b4ab15d7386c1277 576fa0d2b6324d62ad3c61def69e100c - - default default] TaaS: Handle Delete Port: 8635cfa8-fa35-40ef-badf-f992f0099e74 2026-06-10 11:02:15.691 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67bcf7ea-92db-46ce-b039-900d4a434108 110facb863414026b4ab15d7386c1277 576fa0d2b6324d62ad3c61def69e100c - - default default] Tap Mirror: Handle Delete Port: 8635cfa8-fa35-40ef-badf-f992f0099e74 2026-06-10 11:02:15.700 7 INFO neutron.db.segments_db [None req-0e5cab2d-1238-4928-b8c3-ff4c52b68f46 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Added segment 479ab877-9678-443e-a78d-0648c5190d4e of type vxlan for network aecfc629-bb19-4235-81e5-114c334bc8da 2026-06-10 11:02:15.919 7 INFO neutron.db.l3_hamode_db [None req-0e5cab2d-1238-4928-b8c3-ff4c52b68f46 fdd1631be39440f1880320d5221245d1 5fbe0c5b8a974c0a8e865d1ef28db981 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 11:02:16.020 8 INFO neutron.services.segments.plugin [-] Segment c45bb105-55be-4a24-be38-3e6633dd8ec3 resource provider aggregate not found 2026-06-10 11:02:16.033 8 INFO neutron.services.segments.plugin [-] Segment c45bb105-55be-4a24-be38-3e6633dd8ec3 resource provider aggregate not found 2026-06-10 11:02:16.044 8 INFO neutron.services.segments.plugin [-] Segment c45bb105-55be-4a24-be38-3e6633dd8ec3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c45bb105-55be-4a24-be38-3e6633dd8ec3 found for delete ", "request_id": "req-8ec49bd6-7dbd-4717-8b00-a64abd9444bb"}]} 2026-06-10 11:02:16.058 8 INFO neutron.db.l3_hamode_db [None req-67bcf7ea-92db-46ce-b039-900d4a434108 110facb863414026b4ab15d7386c1277 576fa0d2b6324d62ad3c61def69e100c - - default default] HA network 4c659d69-ab9f-4898-88d9-20b953bdd735 was deleted as no HA routers are present in tenant 576fa0d2b6324d62ad3c61def69e100c. [pid: 8|app: 0|req: 409/773] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:02:15 2026] DELETE /v2.0/routers/cf9fc382-c38f-4ba7-9a0c-8f1606eb6e72 => generated 0 bytes in 785 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:02:16.067 8 INFO neutron.services.segments.plugin [-] Segment c45bb105-55be-4a24-be38-3e6633dd8ec3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c45bb105-55be-4a24-be38-3e6633dd8ec3 found for delete ", "request_id": "req-67983b6f-9a81-442d-b586-79e78c5ea46d"}]} [pid: 8|app: 0|req: 410/774] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:02:16 2026] DELETE /v2.0/subnets/667485e4-abe5-4e5b-b3f4-133067123de4 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/775] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:02:16 2026] DELETE /v2.0/networks/b441a4e8-fded-4dae-b7ee-c092b00e77c5 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:02:16.711 7 INFO neutron.db.l3_hamode_db [None req-0e5cab2d-1238-4928-b8c3-ff4c52b68f46 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 412/776] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:02:16 2026] GET /v2.0/security-groups?tenant_id=576fa0d2b6324d62ad3c61def69e100c&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/777] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:02:16 2026] DELETE /v2.0/security-groups/0dbc0897-fb53-4ffe-b8f5-6ece3b8a37f5 => 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: 365/778] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:02:15 2026] POST /v2.0/routers => generated 730 bytes in 1881 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:02:18.064 8 INFO neutron.services.segments.plugin [-] Segment 91edb713-fa6d-4c4e-86b7-44bd3041e1fa resource provider aggregate not found 2026-06-10 11:02:18.099 8 INFO neutron.services.segments.plugin [-] Segment 91edb713-fa6d-4c4e-86b7-44bd3041e1fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91edb713-fa6d-4c4e-86b7-44bd3041e1fa found for delete ", "request_id": "req-ce03a7a1-04a1-43c6-ba9c-4337dc9951e0"}]} 2026-06-10 11:02:18.106 8 INFO neutron.services.segments.plugin [-] Segment 91edb713-fa6d-4c4e-86b7-44bd3041e1fa resource provider aggregate not found 2026-06-10 11:02:18.134 8 INFO neutron.services.segments.plugin [-] Segment 91edb713-fa6d-4c4e-86b7-44bd3041e1fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91edb713-fa6d-4c4e-86b7-44bd3041e1fa found for delete ", "request_id": "req-742e0c9e-524a-4bd7-afdd-0145b79d9f96"}]} [pid: 8|app: 0|req: 414/779] 10.0.0.195 () {34 vars in 783 bytes} [Wed Jun 10 11:02:17 2026] PUT /v2.0/routers/482b79b6-af29-4837-8628-91936f6b4290/add_router_interface => generated 309 bytes in 1265 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/780] 10.0.0.195 () {34 vars in 685 bytes} [Wed Jun 10 11:02:19 2026] POST /v2.0/security-groups => generated 1660 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/781] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:02:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:02:19.650 7 INFO neutron.db.segments_db [None req-bddf692a-6663-4583-8da3-e8a8bacef02d 456bf806f8a04daeb7f71d80f017913d 98578f0071404917bb0f48e4658bc23e - - default default] Added segment 9fbd487a-3bfa-407a-aeab-4ceb6ef3579a of type vxlan for network b5402897-4681-4388-8394-7338e7de152b 2026-06-10 11:02:19.704 7 INFO neutron.db.segments_db [None req-bddf692a-6663-4583-8da3-e8a8bacef02d 456bf806f8a04daeb7f71d80f017913d 98578f0071404917bb0f48e4658bc23e - - default default] Added segment c32dc2af-0ce6-4b68-bbdb-5b998913de66 of type vxlan for network abfbc7fe-1098-47e4-af1c-3a28658df625 [pid: 8|app: 0|req: 417/782] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:02:19 2026] GET /v2.0/security-groups?tenant_id=1d98b4388f1f44219de0a53ab8bd8fbc&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/783] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:02:19 2026] POST /v2.0/networks => generated 1207 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/784] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:02:19 2026] DELETE /v2.0/security-groups/e920b8f6-45e0-465a-aabf-0aa5babf5385 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/785] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:02:19 2026] POST /v2.0/security-group-rules => generated 602 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/786] 10.0.0.195 () {32 vars in 649 bytes} [Wed Jun 10 11:02:19 2026] GET /v2.0/networks => generated 1844 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:02:20.084 7 INFO neutron.services.segments.plugin [-] Segment 9fbd487a-3bfa-407a-aeab-4ceb6ef3579a resource provider aggregate not found 2026-06-10 11:02:20.088 7 INFO neutron.services.segments.plugin [-] Segment 9fbd487a-3bfa-407a-aeab-4ceb6ef3579a resource provider aggregate not found 2026-06-10 11:02:20.111 7 INFO neutron.services.segments.plugin [-] Segment 9fbd487a-3bfa-407a-aeab-4ceb6ef3579a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fbd487a-3bfa-407a-aeab-4ceb6ef3579a found for delete ", "request_id": "req-af401a80-61db-4cf5-b2f7-ef9a997eeb6d"}]} 2026-06-10 11:02:20.116 7 INFO neutron.services.segments.plugin [-] Segment 9fbd487a-3bfa-407a-aeab-4ceb6ef3579a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fbd487a-3bfa-407a-aeab-4ceb6ef3579a found for delete ", "request_id": "req-07aca981-a574-4570-9670-bff2bcaf2f77"}]} [pid: 7|app: 0|req: 369/787] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:02:19 2026] DELETE /v2.0/networks/b5402897-4681-4388-8394-7338e7de152b => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/788] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:02:20 2026] GET /v2.0/security-groups?tenant_id=ac7212be43a94ce283edc8d86f82f47a&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/789] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:02:20 2026] DELETE /v2.0/networks/abfbc7fe-1098-47e4-af1c-3a28658df625 => 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: 419/790] 10.0.0.195 () {34 vars in 676 bytes} [Wed Jun 10 11:02:19 2026] POST /v2.0/floatingips => generated 552 bytes in 530 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/791] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:02:20 2026] DELETE /v2.0/security-groups/b7807869-a696-4821-b8d2-ec201616ebda => 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: 420/792] 10.0.0.195 () {32 vars in 649 bytes} [Wed Jun 10 11:02:20 2026] GET /v2.0/networks => generated 651 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:20.588 7 INFO neutron.db.segments_db [None req-3781c53f-e57b-4c70-8309-cc24c4018877 456bf806f8a04daeb7f71d80f017913d 98578f0071404917bb0f48e4658bc23e - - default default] Added segment 7818c73f-bb11-4584-998b-1334236c708a of type vxlan for network 851e642e-f61d-402a-89e6-b66e7c4db8a4 [pid: 7|app: 0|req: 373/793] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:02:20 2026] POST /v2.0/networks => generated 635 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:02:20.738 8 INFO neutron.db.segments_db [None req-d9c4bc86-3866-49b3-9318-b87ec703ab4d 456bf806f8a04daeb7f71d80f017913d 98578f0071404917bb0f48e4658bc23e - - default default] Added segment 3b185986-98a7-4818-af68-baee3fb7b5c2 of type vxlan for network 58147b78-da4a-46ed-80d8-0c2bc5b6998f [pid: 8|app: 0|req: 421/794] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:02:20 2026] POST /v2.0/networks => generated 635 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/795] 10.0.0.172 () {34 vars in 1098 bytes} [Wed Jun 10 11:02:20 2026] GET /v2.0/security-groups?name=tempest-securitygroup--998444291&fields=id&tenant_id=5fbe0c5b8a974c0a8e865d1ef28db981 => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/796] 10.0.0.172 () {34 vars in 982 bytes} [Wed Jun 10 11:02:20 2026] GET /v2.0/networks?id=a172eccd-b355-4c28-8447-ae7a9527422d => 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: 424/797] 10.0.0.172 () {34 vars in 965 bytes} [Wed Jun 10 11:02:20 2026] GET /v2.0/quotas/5fbe0c5b8a974c0a8e865d1ef28db981 => 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: 425/798] 10.0.0.172 () {34 vars in 1002 bytes} [Wed Jun 10 11:02:21 2026] GET /v2.0/ports?tenant_id=5fbe0c5b8a974c0a8e865d1ef28db981&fields=id => generated 57 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/799] 10.0.0.172 () {34 vars in 1008 bytes} [Wed Jun 10 11:02:21 2026] GET /v2.0/networks/a172eccd-b355-4c28-8447-ae7a9527422d?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: 427/800] 10.0.0.172 () {34 vars in 1108 bytes} [Wed Jun 10 11:02:21 2026] GET /v2.0/networks/a172eccd-b355-4c28-8447-ae7a9527422d?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: 428/801] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:21 2026] GET /v2.0/ports?device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/802] 10.0.0.195 () {34 vars in 665 bytes} [Wed Jun 10 11:02:20 2026] POST /v2.0/ports => generated 1506 bytes in 615 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/803] 10.0.0.195 () {32 vars in 643 bytes} [Wed Jun 10 11:02:21 2026] GET /v2.0/ports => generated 1506 bytes in 121 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-06-10 11:02:21.700 7 INFO neutron_taas.services.taas.taas_plugin [None req-216b8007-1a02-4019-a212-9bf611d282e1 456bf806f8a04daeb7f71d80f017913d 98578f0071404917bb0f48e4658bc23e - - default default] TaaS: Handle Delete Port: eeb4c70e-6906-4ad3-904f-22151a025488 2026-06-10 11:02:21.703 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-216b8007-1a02-4019-a212-9bf611d282e1 456bf806f8a04daeb7f71d80f017913d 98578f0071404917bb0f48e4658bc23e - - default default] Tap Mirror: Handle Delete Port: eeb4c70e-6906-4ad3-904f-22151a025488 [pid: 7|app: 0|req: 375/804] 10.0.0.195 () {32 vars in 720 bytes} [Wed Jun 10 11:02:21 2026] DELETE /v2.0/ports/eeb4c70e-6906-4ad3-904f-22151a025488 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:02:21.889 8 INFO neutron_taas.services.taas.taas_plugin [None req-5171ddfa-4fd2-4bc2-bf99-8602a6393adc 456bf806f8a04daeb7f71d80f017913d 98578f0071404917bb0f48e4658bc23e - - default default] TaaS: Handle Delete Port: d9ea0cb1-d58d-4276-ba23-ff0dbe4eaf5f 2026-06-10 11:02:21.893 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5171ddfa-4fd2-4bc2-bf99-8602a6393adc 456bf806f8a04daeb7f71d80f017913d 98578f0071404917bb0f48e4658bc23e - - default default] Tap Mirror: Handle Delete Port: d9ea0cb1-d58d-4276-ba23-ff0dbe4eaf5f [pid: 8|app: 0|req: 430/807] 10.0.0.195 () {32 vars in 720 bytes} [Wed Jun 10 11:02:21 2026] DELETE /v2.0/ports/d9ea0cb1-d58d-4276-ba23-ff0dbe4eaf5f => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/808] 10.0.0.195 () {32 vars in 643 bytes} [Wed Jun 10 11:02:21 2026] GET /v2.0/ports => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:02:22.073 8 INFO neutron.db.segments_db [None req-76628875-3dd7-43bc-9274-531fd51da553 456bf806f8a04daeb7f71d80f017913d 98578f0071404917bb0f48e4658bc23e - - default default] Added segment 4c77c99a-6be5-4181-9a06-2968e3adee62 of type vxlan for network c770f7e4-cdc6-4849-8319-d38f3abb122f 2026-06-10 11:02:22.132 7 INFO neutron.services.segments.plugin [-] Segment c32dc2af-0ce6-4b68-bbdb-5b998913de66 resource provider aggregate not found 2026-06-10 11:02:22.138 7 INFO neutron.services.segments.plugin [-] Segment c32dc2af-0ce6-4b68-bbdb-5b998913de66 resource provider aggregate not found 2026-06-10 11:02:22.155 7 INFO neutron.services.segments.plugin [-] Segment c32dc2af-0ce6-4b68-bbdb-5b998913de66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c32dc2af-0ce6-4b68-bbdb-5b998913de66 found for delete ", "request_id": "req-cc5e8830-342a-458e-882c-b94d2e31ff2b"}]} 2026-06-10 11:02:22.161 7 INFO neutron.services.segments.plugin [-] Segment c32dc2af-0ce6-4b68-bbdb-5b998913de66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c32dc2af-0ce6-4b68-bbdb-5b998913de66 found for delete ", "request_id": "req-64e92ab1-3988-4a83-a627-867a869e7541"}]} [pid: 8|app: 0|req: 431/809] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:02:22 2026] POST /v2.0/networks => generated 635 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:02:22.260 7 INFO neutron.db.segments_db [None req-a768615d-f8bc-4fb5-92f4-d1a76de44d68 456bf806f8a04daeb7f71d80f017913d 98578f0071404917bb0f48e4658bc23e - - default default] Added segment 47023bc3-c202-446c-9876-72b673683ea5 of type vxlan for network 4480eea3-40d1-42b9-a08f-372d4af5ba69 [pid: 8|app: 0|req: 432/810] 10.0.0.195 () {32 vars in 653 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions => generated 21537 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/811] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:02:22 2026] POST /v2.0/networks => generated 635 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/812] 10.0.0.195 () {32 vars in 681 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/813] 10.0.0.195 () {32 vars in 681 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/814] 10.0.0.195 () {32 vars in 729 bytes} [Wed Jun 10 11:02:22 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: 435/815] 10.0.0.195 () {32 vars in 665 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/816] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/ports?device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => 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: 436/817] 10.0.0.195 () {32 vars in 699 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/818] 10.0.0.195 () {32 vars in 697 bytes} [Wed Jun 10 11:02:22 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: 437/819] 10.0.0.195 () {32 vars in 701 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/820] 10.0.0.195 () {32 vars in 689 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/821] 10.0.0.195 () {32 vars in 703 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/822] 10.0.0.195 () {32 vars in 693 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/823] 10.0.0.195 () {32 vars in 695 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/824] 10.0.0.195 () {32 vars in 685 bytes} [Wed Jun 10 11:02:22 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: 440/825] 10.0.0.195 () {32 vars in 687 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/826] 10.0.0.195 () {32 vars in 661 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/827] 10.0.0.195 () {32 vars in 699 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/828] 10.0.0.195 () {32 vars in 679 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/829] 10.0.0.195 () {32 vars in 683 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/830] 10.0.0.195 () {32 vars in 675 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/extraroute => 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: 443/831] 10.0.0.195 () {32 vars in 689 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/832] 10.0.0.195 () {32 vars in 723 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/833] 10.0.0.195 () {32 vars in 687 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/834] 10.0.0.195 () {32 vars in 669 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/835] 10.0.0.195 () {32 vars in 687 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/836] 10.0.0.195 () {32 vars in 681 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/837] 10.0.0.195 () {32 vars in 699 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/838] 10.0.0.195 () {32 vars in 679 bytes} [Wed Jun 10 11:02:22 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: 8|app: 0|req: 447/839] 10.0.0.195 () {32 vars in 667 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/router => generated 256 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/840] 10.0.0.195 () {32 vars in 677 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/841] 10.0.0.195 () {32 vars in 665 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/842] 10.0.0.195 () {32 vars in 675 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/843] 10.0.0.195 () {32 vars in 713 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/844] 10.0.0.195 () {32 vars in 691 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/845] 10.0.0.195 () {32 vars in 683 bytes} [Wed Jun 10 11:02:22 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: 7|app: 0|req: 396/846] 10.0.0.195 () {32 vars in 669 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/847] 10.0.0.195 () {32 vars in 687 bytes} [Wed Jun 10 11:02:22 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: 7|app: 0|req: 397/848] 10.0.0.195 () {32 vars in 705 bytes} [Wed Jun 10 11:02:22 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: 8|app: 0|req: 452/849] 10.0.0.195 () {32 vars in 675 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/850] 10.0.0.195 () {32 vars in 701 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/851] 10.0.0.195 () {32 vars in 675 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/852] 10.0.0.195 () {32 vars in 693 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/853] 10.0.0.195 () {32 vars in 689 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/854] 10.0.0.195 () {32 vars in 709 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/855] 10.0.0.195 () {32 vars in 705 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/856] 10.0.0.195 () {32 vars in 719 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/857] 10.0.0.195 () {32 vars in 697 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/858] 10.0.0.195 () {32 vars in 711 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/859] 10.0.0.195 () {32 vars in 669 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/binding => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/860] 10.0.0.195 () {32 vars in 687 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/861] 10.0.0.195 () {32 vars in 681 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/862] 10.0.0.195 () {32 vars in 675 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/863] 10.0.0.195 () {32 vars in 671 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/864] 10.0.0.195 () {32 vars in 661 bytes} [Wed Jun 10 11:02:22 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: 463/865] 10.0.0.195 () {32 vars in 699 bytes} [Wed Jun 10 11:02:22 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: 464/866] 10.0.0.195 () {32 vars in 699 bytes} [Wed Jun 10 11:02:22 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: 8|app: 0|req: 465/867] 10.0.0.195 () {32 vars in 677 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/868] 10.0.0.195 () {32 vars in 669 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/869] 10.0.0.195 () {32 vars in 683 bytes} [Wed Jun 10 11:02:22 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: 468/870] 10.0.0.195 () {32 vars in 701 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/871] 10.0.0.195 () {32 vars in 685 bytes} [Wed Jun 10 11:02:22 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: 470/872] 10.0.0.195 () {32 vars in 707 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/873] 10.0.0.195 () {32 vars in 669 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/874] 10.0.0.195 () {32 vars in 697 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/875] 10.0.0.195 () {32 vars in 695 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/876] 10.0.0.195 () {32 vars in 685 bytes} [Wed Jun 10 11:02:22 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: 8|app: 0|req: 475/877] 10.0.0.195 () {32 vars in 689 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/878] 10.0.0.195 () {32 vars in 705 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/879] 10.0.0.195 () {32 vars in 667 bytes} [Wed Jun 10 11:02:22 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: 478/880] 10.0.0.195 () {32 vars in 681 bytes} [Wed Jun 10 11:02:22 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/881] 10.0.0.195 () {32 vars in 681 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/882] 10.0.0.195 () {32 vars in 691 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/883] 10.0.0.195 () {32 vars in 691 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/884] 10.0.0.195 () {32 vars in 695 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/885] 10.0.0.195 () {32 vars in 685 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/886] 10.0.0.195 () {32 vars in 689 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/887] 10.0.0.195 () {32 vars in 701 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/888] 10.0.0.195 () {32 vars in 703 bytes} [Wed Jun 10 11:02:23 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: 8|app: 0|req: 487/889] 10.0.0.195 () {32 vars in 713 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/890] 10.0.0.195 () {32 vars in 717 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/891] 10.0.0.195 () {32 vars in 715 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/892] 10.0.0.195 () {32 vars in 727 bytes} [Wed Jun 10 11:02:23 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: 8|app: 0|req: 491/893] 10.0.0.195 () {32 vars in 741 bytes} [Wed Jun 10 11:02:23 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: 492/894] 10.0.0.195 () {32 vars in 719 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/895] 10.0.0.195 () {32 vars in 683 bytes} [Wed Jun 10 11:02:23 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: 494/896] 10.0.0.195 () {32 vars in 669 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/extensions/segment => generated 145 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/897] 10.0.0.195 () {32 vars in 719 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/898] 10.0.0.195 () {32 vars in 679 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/899] 10.0.0.195 () {32 vars in 669 bytes} [Wed Jun 10 11:02:23 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: 498/900] 10.0.0.195 () {32 vars in 697 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/901] 10.0.0.195 () {32 vars in 705 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/902] 10.0.0.195 () {32 vars in 701 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/903] 10.0.0.195 () {32 vars in 701 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/904] 10.0.0.195 () {32 vars in 683 bytes} [Wed Jun 10 11:02:23 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: 8|app: 0|req: 503/905] 10.0.0.195 () {32 vars in 705 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/906] 10.0.0.195 () {32 vars in 695 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/907] 10.0.0.195 () {32 vars in 689 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/908] 10.0.0.195 () {32 vars in 697 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/909] 10.0.0.195 () {32 vars in 679 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/910] 10.0.0.195 () {32 vars in 689 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/911] 10.0.0.195 () {32 vars in 701 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/912] 10.0.0.195 () {32 vars in 665 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/913] 10.0.0.195 () {32 vars in 681 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/914] 10.0.0.195 () {32 vars in 677 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/915] 10.0.0.195 () {32 vars in 693 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/916] 10.0.0.195 () {32 vars in 677 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/917] 10.0.0.195 () {32 vars in 667 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/918] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:02:22 2026] POST /v2.0/subnets => generated 1324 bytes in 521 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/919] 10.0.0.195 () {32 vars in 663 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/920] 10.0.0.195 () {32 vars in 675 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/921] 10.0.0.195 () {32 vars in 687 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/922] 10.0.0.195 () {32 vars in 647 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/subnets => generated 1960 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/923] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/ports?device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => 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: 519/924] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:02:23 2026] DELETE /v2.0/subnets/b4fbc526-d9ef-4fc0-b0a8-cacf82aef789 => 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: 406/925] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:02:23 2026] DELETE /v2.0/subnets/79f6cddb-c5d0-4834-b51a-f92ea0b7255c => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/926] 10.0.0.195 () {32 vars in 647 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/subnets => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/927] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:02:23 2026] DELETE /v2.0/networks/4480eea3-40d1-42b9-a08f-372d4af5ba69 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:02:23.947 8 INFO neutron.services.segments.plugin [-] Segment 4c77c99a-6be5-4181-9a06-2968e3adee62 resource provider aggregate not found 2026-06-10 11:02:23.949 8 INFO neutron.services.segments.plugin [-] Segment 4c77c99a-6be5-4181-9a06-2968e3adee62 resource provider aggregate not found [pid: 8|app: 0|req: 521/928] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:02:23 2026] DELETE /v2.0/networks/c770f7e4-cdc6-4849-8319-d38f3abb122f => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:02:23.984 8 INFO neutron.services.segments.plugin [-] Segment 4c77c99a-6be5-4181-9a06-2968e3adee62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c77c99a-6be5-4181-9a06-2968e3adee62 found for delete ", "request_id": "req-1f4ec1a4-29a2-4a40-aaf9-828b4911a683"}]} 2026-06-10 11:02:23.985 8 INFO neutron.services.segments.plugin [-] Segment 4c77c99a-6be5-4181-9a06-2968e3adee62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c77c99a-6be5-4181-9a06-2968e3adee62 found for delete ", "request_id": "req-efc948fe-4d9b-4f51-a288-e12dc5450ac0"}]} [pid: 8|app: 0|req: 522/929] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:02:23 2026] DELETE /v2.0/networks/58147b78-da4a-46ed-80d8-0c2bc5b6998f => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:02:24.184 7 INFO neutron.services.segments.plugin [-] Segment 47023bc3-c202-446c-9876-72b673683ea5 resource provider aggregate not found 2026-06-10 11:02:24.184 7 INFO neutron.services.segments.plugin [-] Segment 47023bc3-c202-446c-9876-72b673683ea5 resource provider aggregate not found 2026-06-10 11:02:24.209 7 INFO neutron.services.segments.plugin [-] Segment 47023bc3-c202-446c-9876-72b673683ea5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47023bc3-c202-446c-9876-72b673683ea5 found for delete ", "request_id": "req-332be34f-c304-4184-ad01-f057ed8e7c9c"}]} 2026-06-10 11:02:24.209 7 INFO neutron.services.segments.plugin [-] Segment 47023bc3-c202-446c-9876-72b673683ea5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47023bc3-c202-446c-9876-72b673683ea5 found for delete ", "request_id": "req-08436668-ca4d-452f-9a62-be3c56126bc3"}]} [pid: 7|app: 0|req: 408/930] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:02:23 2026] GET /v2.0/security-groups?tenant_id=472510db94574e57ae8c08bada2e0310&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/931] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:02:24 2026] DELETE /v2.0/networks/851e642e-f61d-402a-89e6-b66e7c4db8a4 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/932] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:02:24 2026] DELETE /v2.0/security-groups/f4bf4fd6-d55d-43ec-ad9e-eca9534c3fa9 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/933] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:24 2026] GET /v2.0/ports?device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => 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: 524/934] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:24 2026] GET /v2.0/ports?device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/935] 10.0.0.172 () {34 vars in 971 bytes} [Wed Jun 10 11:02:24 2026] GET /v2.0/ports/3c8a45b0-3867-48e0-9d60-b7022079d0e5 => generated 968 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/936] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:02:24 2026] GET /v2.0/security-groups?tenant_id=98578f0071404917bb0f48e4658bc23e&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/937] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:02:24 2026] DELETE /v2.0/security-groups/7e558cb1-9fd7-4c69-8a42-1ad1528a631d => 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: 526/938] 199.204.45.132 () {34 vars in 1000 bytes} [Wed Jun 10 11:02:25 2026] GET /v2.0/subnets?network_id=49561155-8bcf-420e-b074-b85cec15ee81 => generated 683 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/939] 199.204.45.132 () {34 vars in 1146 bytes} [Wed Jun 10 11:02:25 2026] GET /v2.0/ports?device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9&device_owner=compute%3Anova&network_id=49561155-8bcf-420e-b074-b85cec15ee81 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/940] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:02:25 2026] GET /v2.0/networks?id=a172eccd-b355-4c28-8447-ae7a9527422d => generated 675 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/941] 199.204.45.132 () {34 vars in 1050 bytes} [Wed Jun 10 11:02:25 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5fbe0c5b8a974c0a8e865d1ef28db981 => generated 180 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/942] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:25 2026] GET /v2.0/ports?device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:02:26.011 8 INFO neutron.services.segments.plugin [-] Segment 3b185986-98a7-4818-af68-baee3fb7b5c2 resource provider aggregate not found 2026-06-10 11:02:26.018 8 INFO neutron.services.segments.plugin [-] Segment 3b185986-98a7-4818-af68-baee3fb7b5c2 resource provider aggregate not found 2026-06-10 11:02:26.039 8 INFO neutron.services.segments.plugin [-] Segment 3b185986-98a7-4818-af68-baee3fb7b5c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b185986-98a7-4818-af68-baee3fb7b5c2 found for delete ", "request_id": "req-c7679bfd-0fed-4a4c-9e20-9472533235f5"}]} 2026-06-10 11:02:26.043 8 INFO neutron.services.segments.plugin [-] Segment 3b185986-98a7-4818-af68-baee3fb7b5c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b185986-98a7-4818-af68-baee3fb7b5c2 found for delete ", "request_id": "req-ff15e647-4f26-42e4-96ff-1c50939528ff"}]} 2026-06-10 11:02:26.073 8 INFO neutron.services.segments.plugin [-] Segment 7818c73f-bb11-4584-998b-1334236c708a resource provider aggregate not found [pid: 7|app: 0|req: 417/943] 199.204.45.132 () {38 vars in 955 bytes} [Wed Jun 10 11:02:25 2026] POST /v2.0/ports => generated 954 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:02:26.097 8 INFO neutron.services.segments.plugin [-] Segment 7818c73f-bb11-4584-998b-1334236c708a resource provider aggregate not found 2026-06-10 11:02:26.112 8 INFO neutron.services.segments.plugin [-] Segment 7818c73f-bb11-4584-998b-1334236c708a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7818c73f-bb11-4584-998b-1334236c708a found for delete ", "request_id": "req-226e3980-603b-4113-8061-51d14214d630"}]} 2026-06-10 11:02:26.119 8 INFO neutron.services.segments.plugin [-] Segment 7818c73f-bb11-4584-998b-1334236c708a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7818c73f-bb11-4584-998b-1334236c708a found for delete ", "request_id": "req-d686eed4-3e90-4c44-b366-cfa9b4717b55"}]} [pid: 8|app: 0|req: 527/944] 199.204.45.132 () {38 vars in 1028 bytes} [Wed Jun 10 11:02:25 2026] PUT /v2.0/ports/3c8a45b0-3867-48e0-9d60-b7022079d0e5 => generated 1145 bytes in 626 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:02:26.187 8 WARNING keystonemiddleware.audit [req-fab16b07-c174-49d3-afd5-ac59704489c1 req-c35f13c6-8e84-4430-a299-f921dcee45da e8657fdb36b047ea8a95cdf543a4e744 3634238e9bdf4d31ba56dd6a199764d3 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-06-10 11:02:26.225 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-12adcb01-e5c8-4a4d-8f07-9c65db7a1a2f'] response: {'name': 'network-changed', 'server_uuid': 'dfea7197-7e8a-4a97-b7c5-5de42679afb9', 'tag': '3c8a45b0-3867-48e0-9d60-b7022079d0e5', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 11:02:26.389 7 INFO neutron.db.segments_db [None req-6227c1e0-9077-4d8e-86e1-bdaa73cab9c2 ada5d1c7819d4e9d98da78f4dbb40dab 45c3587045814ef5bebf661d8ad58a8b - - default default] Added segment 69d13eb5-c282-4b18-bb69-14600bd0a5aa of type vxlan for network cb5df06f-e602-4783-80fb-12eeaa2f5c8f [pid: 7|app: 0|req: 418/945] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:02:26 2026] POST /v2.0/networks => generated 625 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/946] 199.204.45.132 () {38 vars in 1028 bytes} [Wed Jun 10 11:02:26 2026] PUT /v2.0/ports/0c831c64-2873-4f56-943d-e1f7523bc487 => generated 1235 bytes in 391 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: 419/947] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:02:26 2026] POST /v2.0/subnets => generated 641 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:02:26.716 7 WARNING keystonemiddleware.audit [None req-128457ac-ca00-45e2-bea2-4de96f8e3ea6 ada5d1c7819d4e9d98da78f4dbb40dab 45c3587045814ef5bebf661d8ad58a8b - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 420/948] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:02:26 2026] GET /v2.0/ports?tenant_id=3634238e9bdf4d31ba56dd6a199764d3&device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9 => generated 1417 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:02:26.783 7 INFO neutron.db.segments_db [None req-f414233a-70b1-4c2e-86ed-9d81e427825f ada5d1c7819d4e9d98da78f4dbb40dab 45c3587045814ef5bebf661d8ad58a8b - - default default] Added segment f6733938-d405-4da2-aa67-64f3cc3b4533 of type vxlan for network 74c93305-d595-4ec2-b044-94721de53a90 2026-06-10 11:02:26.820 8 INFO neutron.db.segments_db [None req-194ea7b5-8142-4cb8-a509-22652665c921 9b2e80b833354907b2ce869ffeed1d67 b3ad037ee49347fdb64f3ea564b87a3b - - default default] Added segment d34c93c2-bb85-4c09-9c4f-b8425364eaf2 of type vxlan for network e5d558d6-6704-411d-9a4e-d7c60bcb5484 [pid: 7|app: 0|req: 421/949] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:02:26 2026] POST /v2.0/networks => generated 625 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:02:26.859 7 WARNING keystonemiddleware.audit [None req-f414233a-70b1-4c2e-86ed-9d81e427825f ada5d1c7819d4e9d98da78f4dbb40dab 45c3587045814ef5bebf661d8ad58a8b - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. 2026-06-10 11:02:26.879 8 INFO neutron.db.segments_db [None req-194ea7b5-8142-4cb8-a509-22652665c921 9b2e80b833354907b2ce869ffeed1d67 b3ad037ee49347fdb64f3ea564b87a3b - - default default] Added segment d97639c0-326d-4a06-b976-cbe43846b91c of type vxlan for network 406d7e91-6a25-4df3-9f35-61f061c3c336 [pid: 7|app: 0|req: 422/950] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:02:26 2026] GET /v2.0/networks?id=49561155-8bcf-420e-b074-b85cec15ee81 => generated 779 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/951] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:26 2026] GET /v2.0/ports?device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/952] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:02:26 2026] POST /v2.0/networks => generated 1208 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 11:02:26.984 8 WARNING keystonemiddleware.audit [None req-194ea7b5-8142-4cb8-a509-22652665c921 9b2e80b833354907b2ce869ffeed1d67 b3ad037ee49347fdb64f3ea564b87a3b - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 424/953] 10.0.0.195 () {34 vars in 743 bytes} [Wed Jun 10 11:02:26 2026] PUT /v2.0/networks/74c93305-d595-4ec2-b044-94721de53a90 => generated 592 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/954] 199.204.45.132 () {34 vars in 1058 bytes} [Wed Jun 10 11:02:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=3c8a45b0-3867-48e0-9d60-b7022079d0e5 => 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: 425/955] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:02:26 2026] GET /v2.0/security-groups?id=b524251d-1266-42a3-921d-9f5c730f1c94&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: 531/956] 10.0.0.195 () {32 vars in 649 bytes} [Wed Jun 10 11:02:26 2026] GET /v2.0/networks => generated 1845 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:02:27.068 8 WARNING keystonemiddleware.audit [None req-9deb8cad-aa70-4c51-8da6-3740765ef2e3 9b2e80b833354907b2ce869ffeed1d67 b3ad037ee49347fdb64f3ea564b87a3b - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 532/957] 199.204.45.132 () {34 vars in 1058 bytes} [Wed Jun 10 11:02:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=3c8a45b0-3867-48e0-9d60-b7022079d0e5 => generated 860 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/958] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:02:27 2026] DELETE /v2.0/networks/e5d558d6-6704-411d-9a4e-d7c60bcb5484 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:02:27.268 8 WARNING keystonemiddleware.audit [None req-159e88aa-8a52-4dda-bb62-86a5951fe9ea 9b2e80b833354907b2ce869ffeed1d67 b3ad037ee49347fdb64f3ea564b87a3b - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 426/959] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:02:27 2026] POST /v2.0/subnets => generated 626 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/960] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:02:27 2026] GET /v2.0/subnets?id=440e200c-328e-4bcc-95ae-e6902dca9592 => generated 701 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:27.401 7 INFO neutron.services.segments.plugin [-] Segment d97639c0-326d-4a06-b976-cbe43846b91c resource provider aggregate not found [pid: 8|app: 0|req: 535/961] 10.0.0.195 () {34 vars in 741 bytes} [Wed Jun 10 11:02:27 2026] PUT /v2.0/subnets/feca4cb7-60e7-4ad7-85d9-a99c98730393 => generated 636 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:27.410 7 INFO neutron.services.segments.plugin [-] Segment d97639c0-326d-4a06-b976-cbe43846b91c resource provider aggregate not found 2026-06-10 11:02:27.411 8 WARNING keystonemiddleware.audit [None req-e76532f5-2231-4c49-b955-c73e21555dc3 ada5d1c7819d4e9d98da78f4dbb40dab 45c3587045814ef5bebf661d8ad58a8b - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. 2026-06-10 11:02:27.426 7 INFO neutron.services.segments.plugin [-] Segment d97639c0-326d-4a06-b976-cbe43846b91c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d97639c0-326d-4a06-b976-cbe43846b91c found for delete ", "request_id": "req-8dd34be3-3bff-4500-b962-8dd52e53ee69"}]} 2026-06-10 11:02:27.429 7 INFO neutron.services.segments.plugin [-] Segment d97639c0-326d-4a06-b976-cbe43846b91c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d97639c0-326d-4a06-b976-cbe43846b91c found for delete ", "request_id": "req-114d379e-5460-4200-b6f9-8dad35cd9c77"}]} [pid: 7|app: 0|req: 427/962] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:02:27 2026] DELETE /v2.0/networks/406d7e91-6a25-4df3-9f35-61f061c3c336 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/963] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:02:27 2026] GET /v2.0/ports?network_id=49561155-8bcf-420e-b074-b85cec15ee81&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: 537/964] 10.0.0.195 () {32 vars in 649 bytes} [Wed Jun 10 11:02:27 2026] GET /v2.0/networks => generated 651 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:27.483 8 WARNING keystonemiddleware.audit [None req-b810e6af-c58e-41a2-834a-a911878c89a3 9b2e80b833354907b2ce869ffeed1d67 b3ad037ee49347fdb64f3ea564b87a3b - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 538/965] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:02:27 2026] GET /v2.0/networks/49561155-8bcf-420e-b074-b85cec15ee81?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:02:27.572 8 INFO neutron.db.segments_db [None req-fe6dbdc7-f57a-4b18-a280-b6a7b708f752 9b2e80b833354907b2ce869ffeed1d67 b3ad037ee49347fdb64f3ea564b87a3b - - default default] Added segment 0e84e420-54a5-49ba-a50c-753646b32d5a of type vxlan for network bcecf62d-560c-46a2-87cc-c10c5404e251 [pid: 7|app: 0|req: 428/966] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:02:27 2026] DELETE /v2.0/networks/74c93305-d595-4ec2-b044-94721de53a90 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:02:27.618 7 WARNING keystonemiddleware.audit [None req-874bc4d0-1edb-43b3-b9eb-b13f5972d9ad ada5d1c7819d4e9d98da78f4dbb40dab 45c3587045814ef5bebf661d8ad58a8b - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 429/967] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:02:27 2026] GET /v2.0/networks/49561155-8bcf-420e-b074-b85cec15ee81?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) 2026-06-10 11:02:27.656 7 WARNING keystonemiddleware.audit [req-fab16b07-c174-49d3-afd5-ac59704489c1 req-3c066c58-4d56-4b9a-ba3e-dae1aa7b280c 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 539/968] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:02:27 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) 2026-06-10 11:02:27.673 8 INFO neutron.pecan_wsgi.hooks.translation [None req-24129cc9-659b-43c3-8d41-f16e4182cfd5 ada5d1c7819d4e9d98da78f4dbb40dab 45c3587045814ef5bebf661d8ad58a8b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 540/969] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:02:27 2026] DELETE /v2.0/networks/74c93305-d595-4ec2-b044-94721de53a90 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/970] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:02:27 2026] GET /v2.0/ports?tenant_id=5fbe0c5b8a974c0a8e865d1ef28db981&device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:02:27.724 8 INFO neutron.db.segments_db [None req-12c1a2fe-bc45-4038-bb64-8723717244f6 9b2e80b833354907b2ce869ffeed1d67 b3ad037ee49347fdb64f3ea564b87a3b - - default default] Added segment 8107f004-fd83-4002-9ee4-ac5ea8343e70 of type vxlan for network c92c7d47-073a-4d5b-9686-b4c309b331d3 [pid: 7|app: 0|req: 431/971] 10.0.0.195 () {32 vars in 694 bytes} [Wed Jun 10 11:02:27 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:27.735 7 WARNING keystonemiddleware.audit [None req-0e620fdc-3e25-44c1-90b2-898f1a035257 ada5d1c7819d4e9d98da78f4dbb40dab 45c3587045814ef5bebf661d8ad58a8b - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 432/972] 199.204.45.132 () {34 vars in 1058 bytes} [Wed Jun 10 11:02:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=0c831c64-2873-4f56-943d-e1f7523bc487 => 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: 433/973] 10.0.0.195 () {32 vars in 742 bytes} [Wed Jun 10 11:02:27 2026] GET /v2.0/subnets?network_id=281554b6-08e5-455d-8e74-1c0a40315bf3 => generated 649 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:27.780 7 WARNING keystonemiddleware.audit [None req-d16b7218-8036-4d02-bc08-f45b14c98abb ada5d1c7819d4e9d98da78f4dbb40dab 45c3587045814ef5bebf661d8ad58a8b - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 434/974] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:02:27 2026] GET /v2.0/subnets?id=1948df2c-c802-486d-8d38-4528b47e4c57 => generated 693 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/975] 10.0.0.195 () {32 vars in 653 bytes} [Wed Jun 10 11:02:27 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-10 11:02:27.803 7 WARNING keystonemiddleware.audit [None req-4e9fefc5-6f96-4b25-a645-7c9fcaa7ffc1 ada5d1c7819d4e9d98da78f4dbb40dab 45c3587045814ef5bebf661d8ad58a8b - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 541/976] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:02:27 2026] POST /v2.0/networks => generated 631 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/977] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:02:27 2026] GET /v2.0/ports?network_id=a172eccd-b355-4c28-8447-ae7a9527422d&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: 542/978] 10.0.0.195 () {32 vars in 649 bytes} [Wed Jun 10 11:02:27 2026] GET /v2.0/networks => generated 1309 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:02:27.858 8 WARNING keystonemiddleware.audit [None req-cbc197dc-e519-4250-84e8-427e91303eb1 ada5d1c7819d4e9d98da78f4dbb40dab 45c3587045814ef5bebf661d8ad58a8b - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 543/979] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:02:27 2026] GET /v2.0/networks/a172eccd-b355-4c28-8447-ae7a9527422d?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: 544/980] 10.0.0.195 () {32 vars in 647 bytes} [Wed Jun 10 11:02:27 2026] GET /v2.0/subnets => generated 1280 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:02:27.933 8 WARNING keystonemiddleware.audit [None req-e0afafd2-dd9f-4537-9c91-6fe8529948a6 ada5d1c7819d4e9d98da78f4dbb40dab 45c3587045814ef5bebf661d8ad58a8b - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 545/981] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:02:27 2026] GET /v2.0/networks/a172eccd-b355-4c28-8447-ae7a9527422d?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: 546/982] 10.0.0.195 () {32 vars in 723 bytes} [Wed Jun 10 11:02:27 2026] GET /v2.0/networks/cb5df06f-e602-4783-80fb-12eeaa2f5c8f => generated 669 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/983] 10.0.0.195 () {32 vars in 721 bytes} [Wed Jun 10 11:02:28 2026] GET /v2.0/subnets/822f0ae0-d41f-4051-8f54-40e1077b548a => generated 641 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:28.056 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1c044730-cd3f-4376-ace9-4dfa11d6de8c ada5d1c7819d4e9d98da78f4dbb40dab 45c3587045814ef5bebf661d8ad58a8b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 548/984] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:02:28 2026] DELETE /v2.0/subnets/feca4cb7-60e7-4ad7-85d9-a99c98730393 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:02:28.076 8 INFO neutron.pecan_wsgi.hooks.translation [None req-92a43965-9b37-4bad-a083-33b9e91c4e3b ada5d1c7819d4e9d98da78f4dbb40dab 45c3587045814ef5bebf661d8ad58a8b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 549/985] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:02:28 2026] DELETE /v2.0/networks/74c93305-d595-4ec2-b044-94721de53a90 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:02:28.127 8 INFO neutron.services.segments.plugin [-] Segment d34c93c2-bb85-4c09-9c4f-b8425364eaf2 resource provider aggregate not found 2026-06-10 11:02:28.143 8 INFO neutron.services.segments.plugin [-] Segment d34c93c2-bb85-4c09-9c4f-b8425364eaf2 resource provider aggregate not found 2026-06-10 11:02:28.152 8 INFO neutron.services.segments.plugin [-] Segment d34c93c2-bb85-4c09-9c4f-b8425364eaf2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d34c93c2-bb85-4c09-9c4f-b8425364eaf2 found for delete ", "request_id": "req-c614a405-7733-4998-b5d5-f16525583bcb"}]} 2026-06-10 11:02:28.162 8 INFO neutron.services.segments.plugin [-] Segment d34c93c2-bb85-4c09-9c4f-b8425364eaf2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d34c93c2-bb85-4c09-9c4f-b8425364eaf2 found for delete ", "request_id": "req-71381eac-9861-47e7-b983-6265b56a9471"}]} [pid: 8|app: 0|req: 550/986] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:02:28 2026] DELETE /v2.0/subnets/822f0ae0-d41f-4051-8f54-40e1077b548a => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/987] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:28 2026] GET /v2.0/ports?device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/988] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:28 2026] GET /v2.0/ports?device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9 => generated 1148 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/989] 10.0.0.195 () {34 vars in 665 bytes} [Wed Jun 10 11:02:27 2026] POST /v2.0/ports => generated 1506 bytes in 535 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: 438/990] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:02:28 2026] GET /v2.0/security-groups?id=b524251d-1266-42a3-921d-9f5c730f1c94&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: 439/991] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:02:28 2026] GET /v2.0/security-groups?id=2921dc73-76a7-4582-a56f-1158ea5ce61a&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-06-10 11:02:28.425 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d7ed9a5f-02f2-4bc6-88c4-e29c9a071733'] response: {'name': 'network-changed', 'server_uuid': '21732cb6-1a0b-4172-a2ab-78d6a3023db9', 'tag': '0c831c64-2873-4f56-943d-e1f7523bc487', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 553/992] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:02:28 2026] DELETE /v2.0/networks/cb5df06f-e602-4783-80fb-12eeaa2f5c8f => 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: 440/993] 10.0.0.195 () {32 vars in 643 bytes} [Wed Jun 10 11:02:28 2026] GET /v2.0/ports => generated 1506 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:02:28.571 8 INFO neutron_taas.services.taas.taas_plugin [None req-40b218f6-3638-413f-9a56-624c0e076d2b 9b2e80b833354907b2ce869ffeed1d67 b3ad037ee49347fdb64f3ea564b87a3b - - default default] TaaS: Handle Delete Port: 433b852f-42a9-42ae-8fd4-b68226a2589f 2026-06-10 11:02:28.574 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40b218f6-3638-413f-9a56-624c0e076d2b 9b2e80b833354907b2ce869ffeed1d67 b3ad037ee49347fdb64f3ea564b87a3b - - default default] Tap Mirror: Handle Delete Port: 433b852f-42a9-42ae-8fd4-b68226a2589f [pid: 8|app: 0|req: 554/994] 10.0.0.195 () {32 vars in 720 bytes} [Wed Jun 10 11:02:28 2026] DELETE /v2.0/ports/433b852f-42a9-42ae-8fd4-b68226a2589f => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:02:28.676 8 WARNING keystonemiddleware.audit [None req-40b218f6-3638-413f-9a56-624c0e076d2b 9b2e80b833354907b2ce869ffeed1d67 b3ad037ee49347fdb64f3ea564b87a3b - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 555/995] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:02:28 2026] GET /v2.0/ports?tenant_id=3634238e9bdf4d31ba56dd6a199764d3&device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9 => generated 1417 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:02:28.721 8 WARNING keystonemiddleware.audit [req-e9973888-1387-41e1-9ade-dcd5ace30b32 req-1b690478-a87d-4b7b-82f1-5b333af4c335 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. 2026-06-10 11:02:28.743 7 INFO neutron_taas.services.taas.taas_plugin [None req-833a32fc-6e69-4214-9ae2-f98387e65daa 9b2e80b833354907b2ce869ffeed1d67 b3ad037ee49347fdb64f3ea564b87a3b - - default default] TaaS: Handle Delete Port: a97cca23-35eb-400d-b8e0-48f9515297a1 2026-06-10 11:02:28.745 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-833a32fc-6e69-4214-9ae2-f98387e65daa 9b2e80b833354907b2ce869ffeed1d67 b3ad037ee49347fdb64f3ea564b87a3b - - default default] Tap Mirror: Handle Delete Port: a97cca23-35eb-400d-b8e0-48f9515297a1 [pid: 8|app: 0|req: 556/996] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:02:28 2026] GET /v2.0/networks?id=49561155-8bcf-420e-b074-b85cec15ee81 => generated 779 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:28.779 8 WARNING keystonemiddleware.audit [req-e9973888-1387-41e1-9ade-dcd5ace30b32 req-c42c3ad3-f53e-42d5-8bdb-8585aebadd79 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 557/997] 199.204.45.132 () {34 vars in 1058 bytes} [Wed Jun 10 11:02:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=3c8a45b0-3867-48e0-9d60-b7022079d0e5 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:02:28.804 8 WARNING keystonemiddleware.audit [req-e9973888-1387-41e1-9ade-dcd5ace30b32 req-5e14ee19-b537-4cec-8f14-0ddc7554ee5d 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 441/998] 10.0.0.195 () {32 vars in 720 bytes} [Wed Jun 10 11:02:28 2026] DELETE /v2.0/ports/a97cca23-35eb-400d-b8e0-48f9515297a1 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/999] 199.204.45.132 () {34 vars in 1058 bytes} [Wed Jun 10 11:02:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=3c8a45b0-3867-48e0-9d60-b7022079d0e5 => generated 860 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:28.845 8 WARNING keystonemiddleware.audit [req-e9973888-1387-41e1-9ade-dcd5ace30b32 req-ec2839ab-fb5a-43bb-8b01-4e59db261ca1 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 442/1000] 10.0.0.195 () {32 vars in 643 bytes} [Wed Jun 10 11:02:28 2026] GET /v2.0/ports => 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: 559/1001] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:02:28 2026] GET /v2.0/subnets?id=440e200c-328e-4bcc-95ae-e6902dca9592 => generated 701 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:28.892 8 WARNING keystonemiddleware.audit [req-e9973888-1387-41e1-9ade-dcd5ace30b32 req-c958f39e-4eb9-4055-a570-c4d0a09748f0 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. 2026-06-10 11:02:28.903 7 INFO neutron.db.segments_db [None req-1bc43989-a5ac-49f2-8004-44c7368edcc6 9b2e80b833354907b2ce869ffeed1d67 b3ad037ee49347fdb64f3ea564b87a3b - - default default] Added segment 640696ee-3045-46f8-95a9-7bb0793649a0 of type vxlan for network 942a5b53-bb9c-44cd-9552-68fa6a7aefbe [pid: 8|app: 0|req: 560/1002] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:02:28 2026] GET /v2.0/ports?network_id=49561155-8bcf-420e-b074-b85cec15ee81&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/1003] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:02:28 2026] POST /v2.0/networks => generated 630 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:02:28.985 7 WARNING keystonemiddleware.audit [None req-1bc43989-a5ac-49f2-8004-44c7368edcc6 9b2e80b833354907b2ce869ffeed1d67 b3ad037ee49347fdb64f3ea564b87a3b - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 444/1004] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:02:28 2026] GET /v2.0/networks/49561155-8bcf-420e-b074-b85cec15ee81?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: 561/1005] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:02:28 2026] GET /v2.0/security-groups?tenant_id=45c3587045814ef5bebf661d8ad58a8b&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:02:29.069 8 WARNING keystonemiddleware.audit [None req-8b2d5ad2-b0db-4133-9dba-d034c694c665 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. 2026-06-10 11:02:29.091 7 INFO neutron.db.segments_db [None req-43d0daf9-45cf-4dcd-8633-fc68232f8525 9b2e80b833354907b2ce869ffeed1d67 b3ad037ee49347fdb64f3ea564b87a3b - - default default] Added segment d5328777-2333-46e8-84a6-7cdeab51b669 of type vxlan for network cb8e355b-2a00-4e7a-b6f3-acb0349f6411 [pid: 8|app: 0|req: 562/1006] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:02:29 2026] GET /v2.0/ports?tenant_id=5fbe0c5b8a974c0a8e865d1ef28db981&device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:02:29.108 8 WARNING keystonemiddleware.audit [req-397af57d-d146-4a4b-a9b9-6a8aee2cb1d5 req-52b2c105-5c83-40d2-812a-e59769ea20ac 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 563/1007] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:02:29 2026] GET /v2.0/networks/49561155-8bcf-420e-b074-b85cec15ee81?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: 445/1008] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:02:29 2026] POST /v2.0/networks => generated 630 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:02:29.158 7 WARNING keystonemiddleware.audit [None req-43d0daf9-45cf-4dcd-8633-fc68232f8525 9b2e80b833354907b2ce869ffeed1d67 b3ad037ee49347fdb64f3ea564b87a3b - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 446/1009] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:02:29 2026] GET /v2.0/networks?id=a172eccd-b355-4c28-8447-ae7a9527422d => generated 771 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1010] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:02:29 2026] DELETE /v2.0/security-groups/cc75c91c-bb70-4d8d-8cd0-59455385c35c => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:02:29.239 8 WARNING keystonemiddleware.audit [None req-97815929-1eaf-487d-9a47-e76945cc7d9d fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 565/1011] 199.204.45.132 () {34 vars in 1058 bytes} [Wed Jun 10 11:02:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=0c831c64-2873-4f56-943d-e1f7523bc487 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:02:29.259 8 WARNING keystonemiddleware.audit [req-397af57d-d146-4a4b-a9b9-6a8aee2cb1d5 req-53d2c908-c79e-49a6-b8db-9c5b0289fa49 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 566/1012] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:02:29 2026] GET /v2.0/subnets?id=1948df2c-c802-486d-8d38-4528b47e4c57 => generated 693 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:29.294 8 WARNING keystonemiddleware.audit [req-397af57d-d146-4a4b-a9b9-6a8aee2cb1d5 req-eaedec40-7596-4fdf-b230-dbfc94429f8f 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 567/1013] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:02:29 2026] GET /v2.0/ports?network_id=a172eccd-b355-4c28-8447-ae7a9527422d&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:02:29.327 8 WARNING keystonemiddleware.audit [req-397af57d-d146-4a4b-a9b9-6a8aee2cb1d5 req-53fe121e-0479-4127-accd-6f16fb53df10 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 568/1014] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:02:29 2026] GET /v2.0/networks/a172eccd-b355-4c28-8447-ae7a9527422d?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:02:29.370 8 WARNING keystonemiddleware.audit [req-397af57d-d146-4a4b-a9b9-6a8aee2cb1d5 req-388a651b-0d2b-4b28-a894-fcaf5dba2705 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 569/1015] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:02:29 2026] GET /v2.0/networks/a172eccd-b355-4c28-8447-ae7a9527422d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:02:29.449 7 INFO neutron.services.segments.plugin [-] Segment f6733938-d405-4da2-aa67-64f3cc3b4533 resource provider aggregate not found 2026-06-10 11:02:29.455 7 INFO neutron.services.segments.plugin [-] Segment f6733938-d405-4da2-aa67-64f3cc3b4533 resource provider aggregate not found 2026-06-10 11:02:29.480 7 INFO neutron.services.segments.plugin [-] Segment f6733938-d405-4da2-aa67-64f3cc3b4533 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6733938-d405-4da2-aa67-64f3cc3b4533 found for delete ", "request_id": "req-af02dc5e-7063-4119-9252-1c1f125e3c18"}]} [pid: 8|app: 0|req: 570/1016] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:29 2026] GET /v2.0/ports?device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:29.497 7 INFO neutron.services.segments.plugin [-] Segment f6733938-d405-4da2-aa67-64f3cc3b4533 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6733938-d405-4da2-aa67-64f3cc3b4533 found for delete ", "request_id": "req-2eb31850-a513-4d0a-b225-7a374d92659b"}]} [pid: 8|app: 0|req: 571/1017] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:02:29 2026] GET /v2.0/security-groups?id=b524251d-1266-42a3-921d-9f5c730f1c94&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: 447/1018] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:02:29 2026] POST /v2.0/subnets => generated 1272 bytes in 453 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1019] 10.0.0.195 () {32 vars in 647 bytes} [Wed Jun 10 11:02:29 2026] GET /v2.0/subnets => generated 1908 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/1020] 199.204.45.132 () {34 vars in 1118 bytes} [Wed Jun 10 11:02:29 2026] GET /v2.0/ports?device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.3 => generated 1148 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1021] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:02:29 2026] DELETE /v2.0/subnets/abe0d1ae-ae69-4437-89cc-1677b8968785 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1022] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:02:29 2026] DELETE /v2.0/subnets/ac9d801f-d462-4655-9640-fe4dca6d0607 => 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: 575/1023] 10.0.0.195 () {32 vars in 647 bytes} [Wed Jun 10 11:02:29 2026] GET /v2.0/subnets => generated 649 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1024] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:02:29 2026] DELETE /v2.0/networks/cb8e355b-2a00-4e7a-b6f3-acb0349f6411 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:02:30.175 8 INFO neutron.services.segments.plugin [-] Segment 69d13eb5-c282-4b18-bb69-14600bd0a5aa resource provider aggregate not found 2026-06-10 11:02:30.190 8 INFO neutron.services.segments.plugin [-] Segment 69d13eb5-c282-4b18-bb69-14600bd0a5aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69d13eb5-c282-4b18-bb69-14600bd0a5aa found for delete ", "request_id": "req-56e07e16-aeb7-4f66-bad1-452c79752582"}]} 2026-06-10 11:02:30.195 8 INFO neutron.services.segments.plugin [-] Segment 69d13eb5-c282-4b18-bb69-14600bd0a5aa resource provider aggregate not found 2026-06-10 11:02:30.221 8 INFO neutron.services.segments.plugin [-] Segment 69d13eb5-c282-4b18-bb69-14600bd0a5aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69d13eb5-c282-4b18-bb69-14600bd0a5aa found for delete ", "request_id": "req-ca03891d-0d1d-4f8a-821e-0b8011f075b1"}]} 2026-06-10 11:02:30.225 8 INFO neutron.services.segments.plugin [-] Segment d5328777-2333-46e8-84a6-7cdeab51b669 resource provider aggregate not found 2026-06-10 11:02:30.245 8 INFO neutron.services.segments.plugin [-] Segment d5328777-2333-46e8-84a6-7cdeab51b669 resource provider aggregate not found 2026-06-10 11:02:30.249 8 INFO neutron.services.segments.plugin [-] Segment d5328777-2333-46e8-84a6-7cdeab51b669 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5328777-2333-46e8-84a6-7cdeab51b669 found for delete ", "request_id": "req-1a88ada4-46c9-4191-af35-86d66183fe63"}]} 2026-06-10 11:02:30.260 8 INFO neutron.services.segments.plugin [-] Segment d5328777-2333-46e8-84a6-7cdeab51b669 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5328777-2333-46e8-84a6-7cdeab51b669 found for delete ", "request_id": "req-6932a84e-1db1-40c0-be99-e719cbb07802"}]} [pid: 8|app: 0|req: 577/1025] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:02:30 2026] DELETE /v2.0/networks/942a5b53-bb9c-44cd-9552-68fa6a7aefbe => 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: 449/1026] 199.204.45.132 () {38 vars in 1028 bytes} [Wed Jun 10 11:02:29 2026] PUT /v2.0/ports/3c8a45b0-3867-48e0-9d60-b7022079d0e5 => generated 968 bytes in 564 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:30.323 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-93f56201-98e5-4391-8aa3-15fb2221a9bf'] response: {'name': 'network-changed', 'server_uuid': 'dfea7197-7e8a-4a97-b7c5-5de42679afb9', 'tag': '3c8a45b0-3867-48e0-9d60-b7022079d0e5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 578/1027] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:02:30 2026] DELETE /v2.0/networks/c92c7d47-073a-4d5b-9686-b4c309b331d3 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 450/1028] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:02:30 2026] DELETE /v2.0/networks/bcecf62d-560c-46a2-87cc-c10c5404e251 => 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: 579/1029] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:30 2026] GET /v2.0/ports?device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/1030] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:02:30 2026] GET /v2.0/security-groups?id=b524251d-1266-42a3-921d-9f5c730f1c94&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:30.811 8 WARNING keystonemiddleware.audit [req-e3c3287c-9489-4eb2-89b3-526612b5a24b req-2ee3d56f-6dbe-4454-8bad-bb542f63dccd d6fc3ceb7eb447898241791ba36e98d6 5fbe0c5b8a974c0a8e865d1ef28db981 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 580/1031] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:02:30 2026] GET /v2.0/ports?tenant_id=3634238e9bdf4d31ba56dd6a199764d3&device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:02:30.860 7 WARNING keystonemiddleware.audit [req-e3c3287c-9489-4eb2-89b3-526612b5a24b req-29716dd9-ea64-4071-a502-49dd9e94d2a5 d6fc3ceb7eb447898241791ba36e98d6 5fbe0c5b8a974c0a8e865d1ef28db981 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 452/1032] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:02:30 2026] GET /v2.0/networks?id=49561155-8bcf-420e-b074-b85cec15ee81 => generated 779 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:30.911 8 WARNING keystonemiddleware.audit [req-22e9b222-ba60-49bd-83fe-6040c081398b req-37508cea-8164-4576-a669-3d9de8a97b97 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 581/1033] 199.204.45.132 () {34 vars in 1058 bytes} [Wed Jun 10 11:02:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=3c8a45b0-3867-48e0-9d60-b7022079d0e5 => generated 860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:30.958 7 WARNING keystonemiddleware.audit [req-22e9b222-ba60-49bd-83fe-6040c081398b req-3f7d9d5a-cd0e-4419-9b65-d11df668eb4c 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 453/1034] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:02:30 2026] GET /v2.0/subnets?id=440e200c-328e-4bcc-95ae-e6902dca9592 => generated 701 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:30.991 8 WARNING keystonemiddleware.audit [req-22e9b222-ba60-49bd-83fe-6040c081398b req-f93bbb84-93a7-40a8-857b-4bf021a0a92a 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 582/1035] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:02:30 2026] GET /v2.0/ports?network_id=49561155-8bcf-420e-b074-b85cec15ee81&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:02:31.032 8 WARNING keystonemiddleware.audit [req-22e9b222-ba60-49bd-83fe-6040c081398b req-dab3a4f0-ac56-4a0a-9614-f6057ef2ad6c 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 583/1036] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:02:31 2026] GET /v2.0/networks/49561155-8bcf-420e-b074-b85cec15ee81?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:02:31.084 8 WARNING keystonemiddleware.audit [req-22e9b222-ba60-49bd-83fe-6040c081398b req-e33ca526-0399-41a6-a1d9-c08385f0923d 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 584/1037] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:02:31 2026] GET /v2.0/networks/49561155-8bcf-420e-b074-b85cec15ee81?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1038] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:02:31 2026] GET /v2.0/security-groups?tenant_id=b3ad037ee49347fdb64f3ea564b87a3b&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: 586/1039] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:02:31 2026] DELETE /v2.0/security-groups/c999d776-db24-440d-8514-70ae00dadba8 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:02:31.380 7 INFO neutron.db.segments_db [None req-81424dac-b982-43de-b751-8aace94e6e26 f1c3025875084993a7518c42029f7eb5 d88477f9838147cc8b0a468a2854bcf8 - - default default] Added segment 8edf8a2a-f773-4e83-b34f-cb22de4fcdcb of type vxlan for network b434777c-5fd5-4d5a-a69a-2bd8f70fc83b [pid: 7|app: 0|req: 454/1040] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:02:31 2026] POST /v2.0/networks => generated 629 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:02:31.503 7 INFO neutron.services.segments.plugin [-] Segment 0e84e420-54a5-49ba-a50c-753646b32d5a resource provider aggregate not found 2026-06-10 11:02:31.529 7 INFO neutron.services.segments.plugin [-] Segment 0e84e420-54a5-49ba-a50c-753646b32d5a resource provider aggregate not found 2026-06-10 11:02:31.533 7 INFO neutron.services.segments.plugin [-] Segment 0e84e420-54a5-49ba-a50c-753646b32d5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e84e420-54a5-49ba-a50c-753646b32d5a found for delete ", "request_id": "req-9114de92-4d66-43ae-9ed8-527c6e4cc48a"}]} 2026-06-10 11:02:31.544 7 INFO neutron.services.segments.plugin [-] Segment 0e84e420-54a5-49ba-a50c-753646b32d5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e84e420-54a5-49ba-a50c-753646b32d5a found for delete ", "request_id": "req-1830df47-14fd-4b83-ad7f-22044f523f6a"}]} [pid: 7|app: 0|req: 455/1041] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:31 2026] GET /v2.0/ports?device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => generated 971 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1042] 10.0.0.195 () {34 vars in 665 bytes} [Wed Jun 10 11:02:31 2026] POST /v2.0/ports => generated 777 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 456/1043] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:02:31 2026] GET /v2.0/security-groups?id=b524251d-1266-42a3-921d-9f5c730f1c94&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:31.961 8 INFO neutron.db.segments_db [None req-842365be-25dc-4fe2-9bcd-d578915452ff f1c3025875084993a7518c42029f7eb5 d88477f9838147cc8b0a468a2854bcf8 - - default default] Added segment 9ad335a1-f303-4dc5-8de5-faa6a063beaf of type vxlan for network b334ac49-ef6b-4f30-b9b6-066d0c26b654 [pid: 7|app: 0|req: 457/1044] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:31 2026] GET /v2.0/ports?device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/1045] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:02:31 2026] GET /v2.0/security-groups?id=2921dc73-76a7-4582-a56f-1158ea5ce61a&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1046] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:02:31 2026] POST /v2.0/networks => generated 617 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:02:32.157 8 WARNING keystonemiddleware.audit [None req-842365be-25dc-4fe2-9bcd-d578915452ff f1c3025875084993a7518c42029f7eb5 d88477f9838147cc8b0a468a2854bcf8 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 589/1047] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:02:32 2026] GET /v2.0/ports?tenant_id=3634238e9bdf4d31ba56dd6a199764d3&device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9 => generated 1240 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:02:32.209 8 WARNING keystonemiddleware.audit [req-fe08b7fb-7df1-45e5-bb5a-082f168fcf6d req-2ac06c50-5caf-4969-a874-661f77d80ec2 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 590/1048] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:02:32 2026] GET /v2.0/networks?id=49561155-8bcf-420e-b074-b85cec15ee81 => generated 779 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:32.258 8 WARNING keystonemiddleware.audit [req-fe08b7fb-7df1-45e5-bb5a-082f168fcf6d req-c23cae59-aaca-42ba-a1f7-2f28219d1ebd 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. 2026-06-10 11:02:32.285 8 INFO neutron.services.segments.plugin [-] Segment 640696ee-3045-46f8-95a9-7bb0793649a0 resource provider aggregate not found 2026-06-10 11:02:32.292 8 INFO neutron.services.segments.plugin [-] Segment 640696ee-3045-46f8-95a9-7bb0793649a0 resource provider aggregate not found [pid: 7|app: 0|req: 459/1049] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:02:32 2026] POST /v2.0/subnets => generated 646 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:02:32.310 8 INFO neutron.services.segments.plugin [-] Segment 640696ee-3045-46f8-95a9-7bb0793649a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 640696ee-3045-46f8-95a9-7bb0793649a0 found for delete ", "request_id": "req-99d965c6-82c0-4023-a5db-648d4d086b93"}]} 2026-06-10 11:02:32.318 8 INFO neutron.services.segments.plugin [-] Segment 640696ee-3045-46f8-95a9-7bb0793649a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 640696ee-3045-46f8-95a9-7bb0793649a0 found for delete ", "request_id": "req-b81486d6-7278-4b89-9da4-2ce3714cb381"}]} [pid: 8|app: 0|req: 591/1050] 199.204.45.132 () {34 vars in 1058 bytes} [Wed Jun 10 11:02:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=3c8a45b0-3867-48e0-9d60-b7022079d0e5 => generated 860 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:32.341 8 INFO neutron.services.segments.plugin [-] Segment 8107f004-fd83-4002-9ee4-ac5ea8343e70 resource provider aggregate not found 2026-06-10 11:02:32.350 8 WARNING keystonemiddleware.audit [req-fe08b7fb-7df1-45e5-bb5a-082f168fcf6d req-cbd1fc34-0b90-4dec-b7bd-18fae5f5e428 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. 2026-06-10 11:02:32.359 8 INFO neutron.services.segments.plugin [-] Segment 8107f004-fd83-4002-9ee4-ac5ea8343e70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8107f004-fd83-4002-9ee4-ac5ea8343e70 found for delete ", "request_id": "req-de31537b-db54-44c1-b8db-59b8db0e8319"}]} 2026-06-10 11:02:32.365 8 INFO neutron.services.segments.plugin [-] Segment 8107f004-fd83-4002-9ee4-ac5ea8343e70 resource provider aggregate not found [pid: 8|app: 0|req: 592/1051] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:02:32 2026] GET /v2.0/subnets?id=440e200c-328e-4bcc-95ae-e6902dca9592 => generated 701 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:32.382 8 INFO neutron.services.segments.plugin [-] Segment 8107f004-fd83-4002-9ee4-ac5ea8343e70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8107f004-fd83-4002-9ee4-ac5ea8343e70 found for delete ", "request_id": "req-8b127e05-0799-4cca-91ca-9c2d26432cf2"}]} 2026-06-10 11:02:32.392 8 WARNING keystonemiddleware.audit [req-fe08b7fb-7df1-45e5-bb5a-082f168fcf6d req-0c0eb19e-c752-4261-99db-0d4e1c4b2b7c 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 593/1052] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:02:32 2026] GET /v2.0/ports?network_id=49561155-8bcf-420e-b074-b85cec15ee81&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:02:32.433 8 WARNING keystonemiddleware.audit [req-fe08b7fb-7df1-45e5-bb5a-082f168fcf6d req-0217c2fd-151e-40f8-b28e-1d0e7b09d076 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 594/1053] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:02:32 2026] GET /v2.0/networks/49561155-8bcf-420e-b074-b85cec15ee81?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:02:32.478 8 WARNING keystonemiddleware.audit [req-fe08b7fb-7df1-45e5-bb5a-082f168fcf6d req-ba59a0f3-9264-4fc2-a812-da5a6e8ecafe 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 595/1054] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:02:32 2026] GET /v2.0/networks/49561155-8bcf-420e-b074-b85cec15ee81?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: 460/1055] 10.0.0.195 () {34 vars in 665 bytes} [Wed Jun 10 11:02:32 2026] POST /v2.0/ports => generated 966 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:02:32.765 8 INFO neutron_taas.services.taas.taas_plugin [None req-e39f1b4a-3485-43a5-903f-b8bbda910e4a f1c3025875084993a7518c42029f7eb5 d88477f9838147cc8b0a468a2854bcf8 - - default default] TaaS: Handle Delete Port: 9d5d0d42-b888-41e5-973c-deab5a9ef23d 2026-06-10 11:02:32.767 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e39f1b4a-3485-43a5-903f-b8bbda910e4a f1c3025875084993a7518c42029f7eb5 d88477f9838147cc8b0a468a2854bcf8 - - default default] Tap Mirror: Handle Delete Port: 9d5d0d42-b888-41e5-973c-deab5a9ef23d [pid: 8|app: 0|req: 596/1056] 10.0.0.195 () {32 vars in 720 bytes} [Wed Jun 10 11:02:32 2026] DELETE /v2.0/ports/9d5d0d42-b888-41e5-973c-deab5a9ef23d => generated 0 bytes in 242 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-06-10 11:02:32.905 7 INFO neutron.pecan_wsgi.hooks.translation [None req-066ab22d-f650-42c8-9fe0-e13c02b6ba6e f1c3025875084993a7518c42029f7eb5 d88477f9838147cc8b0a468a2854bcf8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 461/1057] 10.0.0.195 () {32 vars in 720 bytes} [Wed Jun 10 11:02:32 2026] DELETE /v2.0/ports/9d5d0d42-b888-41e5-973c-deab5a9ef23d => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:02:32.950 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2618b456-0e1d-42c7-ac68-9bc96f444d9c f1c3025875084993a7518c42029f7eb5 d88477f9838147cc8b0a468a2854bcf8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 597/1058] 10.0.0.195 () {32 vars in 717 bytes} [Wed Jun 10 11:02:32 2026] GET /v2.0/ports/9d5d0d42-b888-41e5-973c-deab5a9ef23d => generated 132 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1059] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:33 2026] GET /v2.0/ports?device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/1060] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:02:32 2026] DELETE /v2.0/subnets/a985a04c-5e5c-448c-ba2d-adabb230721c => 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: 463/1061] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:02:33 2026] GET /v2.0/security-groups?id=b524251d-1266-42a3-921d-9f5c730f1c94&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: 599/1062] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:33 2026] GET /v2.0/ports?device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9 => generated 971 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/1063] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:02:33 2026] DELETE /v2.0/networks/b334ac49-ef6b-4f30-b9b6-066d0c26b654 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/1064] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:02:33 2026] GET /v2.0/security-groups?id=2921dc73-76a7-4582-a56f-1158ea5ce61a&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/1065] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:33 2026] GET /v2.0/ports?device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:33.436 7 INFO neutron.db.segments_db [None req-031c8d20-eed5-47f7-b4fc-9c8f7547944f f1c3025875084993a7518c42029f7eb5 d88477f9838147cc8b0a468a2854bcf8 - - default default] Added segment 560c1d12-8815-4ae6-a554-2600553c88f1 of type vxlan for network 53b17a4f-cdff-425b-9a14-bb4f67171ca0 [pid: 7|app: 0|req: 467/1066] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:02:33 2026] POST /v2.0/networks => generated 616 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:02:33.561 7 INFO neutron.services.segments.plugin [-] Segment 9ad335a1-f303-4dc5-8de5-faa6a063beaf resource provider aggregate not found 2026-06-10 11:02:33.568 8 INFO neutron.db.segments_db [None req-4a1be807-0998-4350-980b-1611fa010e85 70c2203a3f8f4963a6714bf6d7f5840d b1d0a992721846f3b316513fc838607a - - default default] Added segment 27d352a1-5587-440e-a4b9-bb08f50287bb of type vxlan for network ea7b01c2-c18b-4a0d-b7c0-4691b2c70403 2026-06-10 11:02:33.581 7 INFO neutron.services.segments.plugin [-] Segment 9ad335a1-f303-4dc5-8de5-faa6a063beaf resource provider aggregate not found 2026-06-10 11:02:33.587 7 INFO neutron.services.segments.plugin [-] Segment 9ad335a1-f303-4dc5-8de5-faa6a063beaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ad335a1-f303-4dc5-8de5-faa6a063beaf found for delete ", "request_id": "req-eef2ea47-43cb-44cb-a521-e3254e320c0a"}]} 2026-06-10 11:02:33.605 7 INFO neutron.services.segments.plugin [-] Segment 9ad335a1-f303-4dc5-8de5-faa6a063beaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ad335a1-f303-4dc5-8de5-faa6a063beaf found for delete ", "request_id": "req-91b4f6f1-1235-4d23-af30-ad458c734a11"}]} [pid: 8|app: 0|req: 600/1067] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:02:33 2026] POST /v2.0/networks => generated 628 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:02:33.907 7 INFO neutron.db.l3_db [None req-0f661436-1c71-414d-8750-5addd0fc4992 d6fc3ceb7eb447898241791ba36e98d6 5fbe0c5b8a974c0a8e865d1ef28db981 - - default default] Floating IP 4a39884c-a4ff-41b2-9afe-bc0b0dd6cc6a associated. External IP: 10.96.250.209, port: 0c831c64-2873-4f56-943d-e1f7523bc487. [pid: 8|app: 0|req: 601/1068] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:02:33 2026] POST /v2.0/subnets => generated 646 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/1069] 10.0.0.195 () {34 vars in 749 bytes} [Wed Jun 10 11:02:33 2026] PUT /v2.0/floatingips/4a39884c-a4ff-41b2-9afe-bc0b0dd6cc6a => generated 855 bytes in 659 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:34.216 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8eff3e33-aa33-4819-9106-a4246663a73a'] response: {'name': 'network-changed', 'server_uuid': '21732cb6-1a0b-4172-a2ab-78d6a3023db9', 'tag': '0c831c64-2873-4f56-943d-e1f7523bc487', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 602/1070] 10.0.0.195 () {34 vars in 665 bytes} [Wed Jun 10 11:02:33 2026] POST /v2.0/ports => generated 924 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:02:34.347 8 INFO neutron_taas.services.taas.taas_plugin [None req-d5e30c6c-de1c-4451-8484-c9e0fe5eef3c f1c3025875084993a7518c42029f7eb5 d88477f9838147cc8b0a468a2854bcf8 - - default default] TaaS: Handle Delete Port: eb8340b8-07a1-4b64-9561-5deabe58c524 2026-06-10 11:02:34.350 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5e30c6c-de1c-4451-8484-c9e0fe5eef3c f1c3025875084993a7518c42029f7eb5 d88477f9838147cc8b0a468a2854bcf8 - - default default] Tap Mirror: Handle Delete Port: eb8340b8-07a1-4b64-9561-5deabe58c524 [pid: 7|app: 0|req: 469/1071] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:02:34 2026] POST /v2.0/subnets => generated 673 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1072] 10.0.0.195 () {32 vars in 720 bytes} [Wed Jun 10 11:02:34 2026] DELETE /v2.0/ports/eb8340b8-07a1-4b64-9561-5deabe58c524 => 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: 604/1073] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:34 2026] GET /v2.0/ports?device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9 => 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: 470/1074] 199.204.45.132 () {34 vars in 994 bytes} [Wed Jun 10 11:02:34 2026] GET /v2.0/ports?device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:34.513 7 INFO neutron.pecan_wsgi.hooks.translation [None req-693732d6-ab27-49c9-913c-ddd39b9edbbe f1c3025875084993a7518c42029f7eb5 d88477f9838147cc8b0a468a2854bcf8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 471/1075] 10.0.0.195 () {32 vars in 717 bytes} [Wed Jun 10 11:02:34 2026] GET /v2.0/ports/eb8340b8-07a1-4b64-9561-5deabe58c524 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:02:34.541 8 INFO neutron.db.segments_db [None req-495bd39d-c3c8-454d-abfe-e90d61b1afec 70c2203a3f8f4963a6714bf6d7f5840d b1d0a992721846f3b316513fc838607a - - default default] Added segment 75c15d3b-b581-47aa-90f2-4fefa946dcae of type vxlan for network 4a4b930b-fc7b-4b11-bc1b-86bb7fb794f9 [pid: 7|app: 0|req: 472/1076] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:02:34 2026] GET /v2.0/security-groups?id=2921dc73-76a7-4582-a56f-1158ea5ce61a&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: 605/1077] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:02:34 2026] POST /v2.0/networks => generated 628 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:02:34.665 7 INFO neutron_taas.services.taas.taas_plugin [req-074c459d-ea99-4791-9542-7f970302bc05 req-79fa3298-74b3-4e08-aaf3-f27563ba2246 e8657fdb36b047ea8a95cdf543a4e744 3634238e9bdf4d31ba56dd6a199764d3 - - default default] TaaS: Handle Delete Port: 3c8a45b0-3867-48e0-9d60-b7022079d0e5 2026-06-10 11:02:34.668 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-074c459d-ea99-4791-9542-7f970302bc05 req-79fa3298-74b3-4e08-aaf3-f27563ba2246 e8657fdb36b047ea8a95cdf543a4e744 3634238e9bdf4d31ba56dd6a199764d3 - - default default] Tap Mirror: Handle Delete Port: 3c8a45b0-3867-48e0-9d60-b7022079d0e5 [pid: 8|app: 0|req: 606/1078] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:02:34 2026] DELETE /v2.0/subnets/8121a3b3-4d9c-49ec-8487-bdda0fb6df4a => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:02:34.826 7 INFO neutron.db.l3_db [req-074c459d-ea99-4791-9542-7f970302bc05 req-79fa3298-74b3-4e08-aaf3-f27563ba2246 e8657fdb36b047ea8a95cdf543a4e744 3634238e9bdf4d31ba56dd6a199764d3 - - default default] Floating IP bf96c9f5-4cbd-4b4b-8a07-c5b734218452 disassociated. External IP: 10.96.250.219, port: 3c8a45b0-3867-48e0-9d60-b7022079d0e5. [pid: 8|app: 0|req: 607/1079] 10.0.0.195 () {34 vars in 743 bytes} [Wed Jun 10 11:02:34 2026] PUT /v2.0/networks/4a4b930b-fc7b-4b11-bc1b-86bb7fb794f9 => generated 592 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:34.872 8 WARNING keystonemiddleware.audit [None req-18ca161f-7583-4bd1-8540-2b65a75dd0cc 70c2203a3f8f4963a6714bf6d7f5840d b1d0a992721846f3b316513fc838607a - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 608/1080] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:02:34 2026] GET /v2.0/ports?tenant_id=5fbe0c5b8a974c0a8e865d1ef28db981&device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => generated 1240 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:02:35.029 8 INFO neutron.services.segments.plugin [-] Segment 560c1d12-8815-4ae6-a554-2600553c88f1 resource provider aggregate not found 2026-06-10 11:02:35.032 8 INFO neutron.services.segments.plugin [-] Segment 560c1d12-8815-4ae6-a554-2600553c88f1 resource provider aggregate not found [pid: 8|app: 0|req: 609/1081] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:02:34 2026] DELETE /v2.0/networks/53b17a4f-cdff-425b-9a14-bb4f67171ca0 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:02:35.060 8 INFO neutron.services.segments.plugin [-] Segment 560c1d12-8815-4ae6-a554-2600553c88f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 560c1d12-8815-4ae6-a554-2600553c88f1 found for delete ", "request_id": "req-b59e5112-26ba-47db-9c41-cd9b88792b3d"}]} 2026-06-10 11:02:35.061 8 INFO neutron.services.segments.plugin [-] Segment 560c1d12-8815-4ae6-a554-2600553c88f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 560c1d12-8815-4ae6-a554-2600553c88f1 found for delete ", "request_id": "req-f5117237-3c17-488c-8ed7-cefc7d2c2bbe"}]} [pid: 7|app: 0|req: 473/1082] 199.204.45.132 () {36 vars in 997 bytes} [Wed Jun 10 11:02:34 2026] DELETE /v2.0/ports/3c8a45b0-3867-48e0-9d60-b7022079d0e5 => generated 0 bytes in 631 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:02:35.177 7 WARNING keystonemiddleware.audit [req-074c459d-ea99-4791-9542-7f970302bc05 req-79fa3298-74b3-4e08-aaf3-f27563ba2246 e8657fdb36b047ea8a95cdf543a4e744 3634238e9bdf4d31ba56dd6a199764d3 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 474/1083] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:02:35 2026] GET /v2.0/networks?id=a172eccd-b355-4c28-8447-ae7a9527422d => generated 771 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1084] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:02:35 2026] POST /v2.0/subnets => generated 646 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:02:35.348 8 WARNING keystonemiddleware.audit [None req-0c126fa4-53d0-4abd-99f6-63f772d297a6 70c2203a3f8f4963a6714bf6d7f5840d b1d0a992721846f3b316513fc838607a - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 611/1085] 199.204.45.132 () {34 vars in 1058 bytes} [Wed Jun 10 11:02:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=0c831c64-2873-4f56-943d-e1f7523bc487 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/1086] 10.0.0.195 () {34 vars in 665 bytes} [Wed Jun 10 11:02:35 2026] POST /v2.0/ports => generated 779 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:02:35.523 7 WARNING keystonemiddleware.audit [None req-9210da46-6e06-45d6-a378-823c1e5537ec f1c3025875084993a7518c42029f7eb5 d88477f9838147cc8b0a468a2854bcf8 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 612/1087] 10.0.0.195 () {34 vars in 741 bytes} [Wed Jun 10 11:02:35 2026] PUT /v2.0/subnets/a84defc7-c607-470f-a936-6f9fe4e078ad => generated 656 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/1088] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:02:35 2026] GET /v2.0/subnets?id=1948df2c-c802-486d-8d38-4528b47e4c57 => generated 693 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1089] 10.0.0.195 () {34 vars in 737 bytes} [Wed Jun 10 11:02:35 2026] PUT /v2.0/ports/1b33423f-ccfc-4591-868b-e880cb2c1699 => generated 752 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:35.733 8 WARNING keystonemiddleware.audit [None req-6a588785-22e0-4eeb-8ad7-a1fbb077c4c8 f1c3025875084993a7518c42029f7eb5 d88477f9838147cc8b0a468a2854bcf8 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-06-10 11:02:35.746 7 INFO neutron.services.segments.plugin [-] Segment 75c15d3b-b581-47aa-90f2-4fefa946dcae resource provider aggregate not found 2026-06-10 11:02:35.748 7 INFO neutron.services.segments.plugin [-] Segment 75c15d3b-b581-47aa-90f2-4fefa946dcae resource provider aggregate not found [pid: 8|app: 0|req: 614/1090] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:02:35 2026] GET /v2.0/ports?network_id=a172eccd-b355-4c28-8447-ae7a9527422d&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/1091] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:02:35 2026] DELETE /v2.0/networks/4a4b930b-fc7b-4b11-bc1b-86bb7fb794f9 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1092] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:35 2026] GET /v2.0/ports?device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:02:35.774 7 INFO neutron.services.segments.plugin [-] Segment 75c15d3b-b581-47aa-90f2-4fefa946dcae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75c15d3b-b581-47aa-90f2-4fefa946dcae found for delete ", "request_id": "req-355edd42-d89f-4ae5-9ace-9389d882d3bd"}]} 2026-06-10 11:02:35.777 8 WARNING keystonemiddleware.audit [req-ee4ad4a4-8e9c-4297-8781-70c52e4f1300 req-56ea2dbe-006c-4b96-9c45-46595ba0ed58 e8657fdb36b047ea8a95cdf543a4e744 3634238e9bdf4d31ba56dd6a199764d3 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. 2026-06-10 11:02:35.777 7 INFO neutron.services.segments.plugin [-] Segment 75c15d3b-b581-47aa-90f2-4fefa946dcae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75c15d3b-b581-47aa-90f2-4fefa946dcae found for delete ", "request_id": "req-c1c5ade7-cf4a-4102-a3f9-053c9834c89d"}]} [pid: 8|app: 0|req: 616/1093] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:02:35 2026] GET /v2.0/networks/a172eccd-b355-4c28-8447-ae7a9527422d?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:02:35.825 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1ea790f8-23d6-4e39-a7c1-1f5d537b1ef8 70c2203a3f8f4963a6714bf6d7f5840d b1d0a992721846f3b316513fc838607a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 617/1094] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:02:35 2026] DELETE /v2.0/networks/4a4b930b-fc7b-4b11-bc1b-86bb7fb794f9 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:02:35.830 8 WARNING keystonemiddleware.audit [None req-1ea790f8-23d6-4e39-a7c1-1f5d537b1ef8 70c2203a3f8f4963a6714bf6d7f5840d b1d0a992721846f3b316513fc838607a - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 618/1095] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:02:35 2026] GET /v2.0/networks/a172eccd-b355-4c28-8447-ae7a9527422d?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) 2026-06-10 11:02:35.884 7 INFO neutron_taas.services.taas.taas_plugin [None req-47f8c081-7810-4dcf-a00f-4752063bf5df f1c3025875084993a7518c42029f7eb5 d88477f9838147cc8b0a468a2854bcf8 - - default default] TaaS: Handle Delete Port: 1b33423f-ccfc-4591-868b-e880cb2c1699 2026-06-10 11:02:35.886 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47f8c081-7810-4dcf-a00f-4752063bf5df f1c3025875084993a7518c42029f7eb5 d88477f9838147cc8b0a468a2854bcf8 - - default default] Tap Mirror: Handle Delete Port: 1b33423f-ccfc-4591-868b-e880cb2c1699 [pid: 8|app: 0|req: 619/1096] 10.0.0.195 () {32 vars in 694 bytes} [Wed Jun 10 11:02:35 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1097] 10.0.0.195 () {32 vars in 742 bytes} [Wed Jun 10 11:02:35 2026] GET /v2.0/subnets?network_id=281554b6-08e5-455d-8e74-1c0a40315bf3 => generated 649 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/1098] 10.0.0.195 () {32 vars in 720 bytes} [Wed Jun 10 11:02:35 2026] DELETE /v2.0/ports/1b33423f-ccfc-4591-868b-e880cb2c1699 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1099] 10.0.0.195 () {32 vars in 653 bytes} [Wed Jun 10 11:02:35 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/1100] 10.0.0.195 () {32 vars in 643 bytes} [Wed Jun 10 11:02:35 2026] GET /v2.0/ports => generated 780 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1101] 10.0.0.195 () {32 vars in 649 bytes} [Wed Jun 10 11:02:35 2026] GET /v2.0/networks => generated 1312 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:02:36.014 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a8544493-fecc-4ef6-afa1-b243c878cfa6 f1c3025875084993a7518c42029f7eb5 d88477f9838147cc8b0a468a2854bcf8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 480/1102] 10.0.0.195 () {32 vars in 717 bytes} [Wed Jun 10 11:02:35 2026] GET /v2.0/ports/1b33423f-ccfc-4591-868b-e880cb2c1699 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1103] 10.0.0.195 () {32 vars in 647 bytes} [Wed Jun 10 11:02:36 2026] GET /v2.0/subnets => generated 1312 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/1104] 10.0.0.195 () {32 vars in 643 bytes} [Wed Jun 10 11:02:36 2026] GET /v2.0/ports => generated 780 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1105] 10.0.0.195 () {32 vars in 723 bytes} [Wed Jun 10 11:02:36 2026] GET /v2.0/networks/ea7b01c2-c18b-4a0d-b7c0-4691b2c70403 => generated 672 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/1106] 10.0.0.195 () {32 vars in 717 bytes} [Wed Jun 10 11:02:36 2026] GET /v2.0/ports/0b2f23f6-68b9-4a13-a610-379c65ee484e => generated 777 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1107] 10.0.0.195 () {32 vars in 721 bytes} [Wed Jun 10 11:02:36 2026] GET /v2.0/subnets/d8e65403-1777-42dd-98d8-fb20b7775325 => generated 673 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:36.124 7 INFO neutron.pecan_wsgi.hooks.translation [None req-929445dd-ce06-4847-903d-71e0de419934 f1c3025875084993a7518c42029f7eb5 d88477f9838147cc8b0a468a2854bcf8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 483/1108] 10.0.0.195 () {32 vars in 720 bytes} [Wed Jun 10 11:02:36 2026] DELETE /v2.0/ports/eb8340b8-07a1-4b64-9561-5deabe58c524 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:02:36.136 8 INFO neutron.pecan_wsgi.hooks.translation [None req-39756cf0-9b8a-4847-a456-3d1e8649c762 70c2203a3f8f4963a6714bf6d7f5840d b1d0a992721846f3b316513fc838607a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 626/1109] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:02:36 2026] DELETE /v2.0/subnets/a84defc7-c607-470f-a936-6f9fe4e078ad => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:02:36.152 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c5ebc81b-0eb0-4d2c-b142-efe01158dfdf 70c2203a3f8f4963a6714bf6d7f5840d b1d0a992721846f3b316513fc838607a - - default default] DELETE failed (client error): The resource could not be found. 2026-06-10 11:02:36.153 7 INFO neutron.pecan_wsgi.hooks.translation [None req-53a25f90-f2a3-493d-9be0-e5bb240788d4 f1c3025875084993a7518c42029f7eb5 d88477f9838147cc8b0a468a2854bcf8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 627/1110] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:02:36 2026] DELETE /v2.0/networks/4a4b930b-fc7b-4b11-bc1b-86bb7fb794f9 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/1111] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:02:36 2026] DELETE /v2.0/subnets/8121a3b3-4d9c-49ec-8487-bdda0fb6df4a => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:02:36.173 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ab640a00-be11-46e7-864a-d1023b41d417 f1c3025875084993a7518c42029f7eb5 d88477f9838147cc8b0a468a2854bcf8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 485/1112] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:02:36 2026] DELETE /v2.0/subnets/a985a04c-5e5c-448c-ba2d-adabb230721c => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:02:36.259 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-393c9a8a-d22a-48ac-9f5d-78f4f03f7ed4'] response: {'server_uuid': 'dfea7197-7e8a-4a97-b7c5-5de42679afb9', 'name': 'network-vif-deleted', 'tag': '3c8a45b0-3867-48e0-9d60-b7022079d0e5', 'status': 'completed', 'code': 200} 2026-06-10 11:02:36.274 7 INFO neutron_taas.services.taas.taas_plugin [None req-dc14fd5e-a0cc-43bd-b3c7-7a0432c19afc f1c3025875084993a7518c42029f7eb5 d88477f9838147cc8b0a468a2854bcf8 - - default default] TaaS: Handle Delete Port: 0b2f23f6-68b9-4a13-a610-379c65ee484e 2026-06-10 11:02:36.278 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc14fd5e-a0cc-43bd-b3c7-7a0432c19afc f1c3025875084993a7518c42029f7eb5 d88477f9838147cc8b0a468a2854bcf8 - - default default] Tap Mirror: Handle Delete Port: 0b2f23f6-68b9-4a13-a610-379c65ee484e [pid: 8|app: 0|req: 628/1113] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:02:36 2026] DELETE /v2.0/subnets/d8e65403-1777-42dd-98d8-fb20b7775325 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/1114] 10.0.0.195 () {32 vars in 720 bytes} [Wed Jun 10 11:02:36 2026] DELETE /v2.0/ports/0b2f23f6-68b9-4a13-a610-379c65ee484e => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1115] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:02:36 2026] DELETE /v2.0/networks/ea7b01c2-c18b-4a0d-b7c0-4691b2c70403 => 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: 487/1116] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:02:36 2026] DELETE /v2.0/networks/b434777c-5fd5-4d5a-a69a-2bd8f70fc83b => 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: 630/1117] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:36 2026] GET /v2.0/ports?device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:02:37.082 8 INFO neutron.services.segments.plugin [-] Segment 27d352a1-5587-440e-a4b9-bb08f50287bb resource provider aggregate not found 2026-06-10 11:02:37.089 8 INFO neutron.services.segments.plugin [-] Segment 27d352a1-5587-440e-a4b9-bb08f50287bb resource provider aggregate not found 2026-06-10 11:02:37.107 8 INFO neutron.services.segments.plugin [-] Segment 27d352a1-5587-440e-a4b9-bb08f50287bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27d352a1-5587-440e-a4b9-bb08f50287bb found for delete ", "request_id": "req-e642afc1-dfc9-47a8-af0e-78327735e953"}]} 2026-06-10 11:02:37.120 8 INFO neutron.services.segments.plugin [-] Segment 27d352a1-5587-440e-a4b9-bb08f50287bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27d352a1-5587-440e-a4b9-bb08f50287bb found for delete ", "request_id": "req-ec80b2c9-8b2e-44c0-a93e-a9712b7c3ae9"}]} [pid: 7|app: 0|req: 489/1120] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:02:36 2026] GET /v2.0/security-groups?tenant_id=b1d0a992721846f3b316513fc838607a&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1121] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:02:36 2026] GET /v2.0/security-groups?tenant_id=d88477f9838147cc8b0a468a2854bcf8&name=default => generated 2925 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1122] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:02:37 2026] DELETE /v2.0/security-groups/38dc0755-e3eb-4995-98e1-393b4c540c58 => 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: 490/1123] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:02:37 2026] DELETE /v2.0/security-groups/69459ec4-50a2-4f0c-9156-84209c19a890 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:02:37.802 7 INFO neutron.services.segments.plugin [-] Segment 8edf8a2a-f773-4e83-b34f-cb22de4fcdcb resource provider aggregate not found 2026-06-10 11:02:37.817 7 INFO neutron.services.segments.plugin [-] Segment 8edf8a2a-f773-4e83-b34f-cb22de4fcdcb resource provider aggregate not found 2026-06-10 11:02:37.825 7 INFO neutron.services.segments.plugin [-] Segment 8edf8a2a-f773-4e83-b34f-cb22de4fcdcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8edf8a2a-f773-4e83-b34f-cb22de4fcdcb found for delete ", "request_id": "req-09fa7130-274b-4a44-8e78-398548b7b251"}]} 2026-06-10 11:02:37.836 7 INFO neutron.services.segments.plugin [-] Segment 8edf8a2a-f773-4e83-b34f-cb22de4fcdcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8edf8a2a-f773-4e83-b34f-cb22de4fcdcb found for delete ", "request_id": "req-25ee1762-8424-4be1-b017-4ac5691fca2e"}]} [pid: 8|app: 0|req: 634/1124] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:37 2026] GET /v2.0/ports?device_id=dfea7197-7e8a-4a97-b7c5-5de42679afb9 => 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: 635/1125] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:02:39 2026] DELETE /v2.0/security-groups/2921dc73-76a7-4582-a56f-1158ea5ce61a => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:02:39.320 7 INFO neutron.db.segments_db [None req-9fbd625c-f2e4-49e4-8a0e-a21d59b372d0 f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] Added segment f8904729-42f3-4b72-9656-9497ff3cb5e2 of type vxlan for network d90cb6b4-5c57-4a90-8d1f-26490b685273 2026-06-10 11:02:39.342 8 INFO neutron.db.segments_db [None req-27870822-d93f-42dc-8f5e-6d6bcdb043a4 9aebfa58958d4ae9a587e5d726343001 f51c602a8923404d9b7c04a5a900bcf1 - - default default] Added segment e513f802-3e77-46eb-9872-f7f92683cecd of type vxlan for network 25d319a5-83de-4419-95a7-a7f099e693d5 [pid: 7|app: 0|req: 491/1126] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:02:38 2026] POST /v2.0/networks => generated 615 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:02:39.424 7 INFO neutron.api.v2.resource [None req-93651c3f-d59b-4913-aa8f-d05c8cb371aa e8657fdb36b047ea8a95cdf543a4e744 3634238e9bdf4d31ba56dd6a199764d3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 492/1127] 10.0.0.195 () {32 vars in 737 bytes} [Wed Jun 10 11:02:39 2026] GET /v2.0/security-groups/2921dc73-76a7-4582-a56f-1158ea5ce61a => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1128] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:02:39 2026] POST /v2.0/networks => generated 626 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:02:39.475 7 INFO neutron.db.segments_db [None req-7cadefc2-bee4-488e-b1b9-e5a22fde715a f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] Added segment da6547f2-7b57-4108-92ee-adf7f8829895 of type vxlan for network eafb6eba-7b20-4644-99f4-30b5e65f0464 2026-06-10 11:02:39.520 8 INFO neutron_taas.services.taas.taas_plugin [None req-30b7c8e1-7d66-48f6-81bc-9924f136803f e8657fdb36b047ea8a95cdf543a4e744 3634238e9bdf4d31ba56dd6a199764d3 - - default default] TaaS: Handle Delete Port: e80a9b54-ba8c-47c7-af7d-7fb7daa463fb 2026-06-10 11:02:39.523 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30b7c8e1-7d66-48f6-81bc-9924f136803f e8657fdb36b047ea8a95cdf543a4e744 3634238e9bdf4d31ba56dd6a199764d3 - - default default] Tap Mirror: Handle Delete Port: e80a9b54-ba8c-47c7-af7d-7fb7daa463fb [pid: 7|app: 0|req: 493/1129] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:02:39 2026] POST /v2.0/networks => generated 614 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1130] 10.0.0.195 () {32 vars in 732 bytes} [Wed Jun 10 11:02:39 2026] DELETE /v2.0/floatingips/bf96c9f5-4cbd-4b4b-8a07-c5b734218452 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1131] 10.0.0.195 () {34 vars in 665 bytes} [Wed Jun 10 11:02:39 2026] POST /v2.0/ports => generated 775 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: 8|app: 0|req: 638/1132] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:02:39 2026] POST /v2.0/subnets => generated 646 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:02:39.922 8 INFO neutron.db.segments_db [None req-1014351d-9877-4346-a0dd-23438f961ec2 9aebfa58958d4ae9a587e5d726343001 f51c602a8923404d9b7c04a5a900bcf1 - - default default] Added segment 67135c60-8db1-44c2-adf5-fa4db9340937 of type vxlan for network 70881a2d-52bd-444d-a7c6-5390cf8a778a [pid: 8|app: 0|req: 639/1133] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:02:39 2026] POST /v2.0/networks => generated 612 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:02:40.165 7 INFO neutron_taas.services.taas.taas_plugin [None req-7a874e68-5bb0-4ef2-aeed-7df1cb1f31b5 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: ab93c31d-3d9c-4ce0-8c30-c1e4bf0677fa 2026-06-10 11:02:40.167 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a874e68-5bb0-4ef2-aeed-7df1cb1f31b5 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: ab93c31d-3d9c-4ce0-8c30-c1e4bf0677fa [pid: 8|app: 0|req: 640/1134] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:02:40 2026] POST /v2.0/subnets => generated 655 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1135] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:02:40 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) 2026-06-10 11:02:40.565 8 INFO neutron.db.segments_db [None req-23c1b32d-17e2-4450-be7a-7ff6bd7228ec f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] Added segment f93e9dae-3ed5-4e74-8a9b-3ca920033ced of type vxlan for network 07932efb-37e6-44db-aa0b-1d2f6b71f4aa [pid: 7|app: 0|req: 495/1136] 10.0.0.195 () {34 vars in 789 bytes} [Wed Jun 10 11:02:39 2026] PUT /v2.0/routers/aa3b6042-4d55-46fa-b1be-894d376ab87f/remove_router_interface => generated 309 bytes in 763 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:40.814 8 INFO neutron.db.l3_hamode_db [None req-23c1b32d-17e2-4450-be7a-7ff6bd7228ec f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 11:02:40.951 8 INFO neutron.db.l3_hamode_db [None req-23c1b32d-17e2-4450-be7a-7ff6bd7228ec f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 496/1137] 10.0.0.195 () {34 vars in 665 bytes} [Wed Jun 10 11:02:40 2026] POST /v2.0/ports => generated 954 bytes in 389 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-06-10 11:02:41.217 7 INFO neutron_taas.services.taas.taas_plugin [None req-99c0b921-542c-49ee-8352-74f5ac75145d fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: 4c83621c-0579-4ec3-930a-9a8e5d1c0a46 2026-06-10 11:02:41.221 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99c0b921-542c-49ee-8352-74f5ac75145d fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: 4c83621c-0579-4ec3-930a-9a8e5d1c0a46 2026-06-10 11:02:41.478 7 INFO neutron_taas.services.taas.taas_plugin [None req-99c0b921-542c-49ee-8352-74f5ac75145d fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: e4ac58fa-8279-46c0-b95a-2f28bd0c29c7 2026-06-10 11:02:41.481 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99c0b921-542c-49ee-8352-74f5ac75145d fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: e4ac58fa-8279-46c0-b95a-2f28bd0c29c7 [pid: 8|app: 0|req: 642/1138] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:02:40 2026] POST /v2.0/routers => generated 510 bytes in 1014 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:02:41.600 8 INFO neutron_taas.services.taas.taas_plugin [None req-ac2d7efa-b05f-4327-8983-bbc9f5394df2 9aebfa58958d4ae9a587e5d726343001 f51c602a8923404d9b7c04a5a900bcf1 - - default default] TaaS: Handle Delete Port: 0a60b35e-2ef9-4cc6-85a4-54d33fff4694 2026-06-10 11:02:41.603 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac2d7efa-b05f-4327-8983-bbc9f5394df2 9aebfa58958d4ae9a587e5d726343001 f51c602a8923404d9b7c04a5a900bcf1 - - default default] Tap Mirror: Handle Delete Port: 0a60b35e-2ef9-4cc6-85a4-54d33fff4694 [pid: 8|app: 0|req: 643/1139] 10.0.0.195 () {32 vars in 720 bytes} [Wed Jun 10 11:02:41 2026] DELETE /v2.0/ports/0a60b35e-2ef9-4cc6-85a4-54d33fff4694 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:02:42.466 7 INFO neutron.services.segments.plugin [-] Segment 6e46c789-c97c-4f39-ba33-5dfd6f61f298 resource provider aggregate not found 2026-06-10 11:02:42.474 7 INFO neutron.services.segments.plugin [-] Segment 6e46c789-c97c-4f39-ba33-5dfd6f61f298 resource provider aggregate not found 2026-06-10 11:02:42.483 7 INFO neutron.services.segments.plugin [-] Segment 6e46c789-c97c-4f39-ba33-5dfd6f61f298 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e46c789-c97c-4f39-ba33-5dfd6f61f298 found for delete ", "request_id": "req-d2360968-3795-4570-be25-d8ea559d3816"}]} 2026-06-10 11:02:42.494 7 INFO neutron.services.segments.plugin [-] Segment 6e46c789-c97c-4f39-ba33-5dfd6f61f298 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e46c789-c97c-4f39-ba33-5dfd6f61f298 found for delete ", "request_id": "req-f9e41d64-c1fe-411e-afc8-a2263cf505e0"}]} 2026-06-10 11:02:42.497 7 INFO neutron.db.l3_hamode_db [None req-99c0b921-542c-49ee-8352-74f5ac75145d fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] HA network 0ceda789-a489-4415-9430-df58b9bd4899 was deleted as no HA routers are present in tenant 3634238e9bdf4d31ba56dd6a199764d3. [pid: 7|app: 0|req: 497/1140] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:02:41 2026] DELETE /v2.0/routers/aa3b6042-4d55-46fa-b1be-894d376ab87f => generated 0 bytes in 1503 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:02:42.515 7 INFO neutron.pecan_wsgi.hooks.translation [None req-95a26153-4971-4e75-ba56-ffa18894ced0 9aebfa58958d4ae9a587e5d726343001 f51c602a8923404d9b7c04a5a900bcf1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 498/1141] 10.0.0.195 () {32 vars in 720 bytes} [Wed Jun 10 11:02:42 2026] DELETE /v2.0/ports/0a60b35e-2ef9-4cc6-85a4-54d33fff4694 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1142] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:02:42 2026] DELETE /v2.0/subnets/440e200c-328e-4bcc-95ae-e6902dca9592 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:02:42.676 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1f8ec47d-9c0e-4bdd-a95f-21eb967cd09e 9aebfa58958d4ae9a587e5d726343001 f51c602a8923404d9b7c04a5a900bcf1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 500/1143] 10.0.0.195 () {32 vars in 717 bytes} [Wed Jun 10 11:02:42 2026] GET /v2.0/ports/0a60b35e-2ef9-4cc6-85a4-54d33fff4694 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1144] 10.0.0.195 () {34 vars in 783 bytes} [Wed Jun 10 11:02:41 2026] PUT /v2.0/routers/75b35c63-0b77-4616-a541-66f1cd4f582f/add_router_interface => generated 309 bytes in 1016 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:42.764 7 INFO neutron_taas.services.taas.taas_plugin [None req-0dc94a37-72e1-4990-99cf-daf7554d40e9 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: dbe18e79-65bc-4d4d-ba50-ffdb7d35c2c9 2026-06-10 11:02:42.767 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0dc94a37-72e1-4990-99cf-daf7554d40e9 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: dbe18e79-65bc-4d4d-ba50-ffdb7d35c2c9 [pid: 8|app: 0|req: 645/1145] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:02:42 2026] DELETE /v2.0/subnets/ada77ed8-a57a-48bf-b7c7-faf0e00b2af5 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1146] 10.0.0.195 () {32 vars in 717 bytes} [Wed Jun 10 11:02:42 2026] GET /v2.0/ports/c73b9044-9b47-4926-8f01-6135cca7ac2b => generated 959 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1147] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:02:42 2026] DELETE /v2.0/networks/49561155-8bcf-420e-b074-b85cec15ee81 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:02:43.004 8 INFO neutron.services.segments.plugin [-] Segment 67135c60-8db1-44c2-adf5-fa4db9340937 resource provider aggregate not found 2026-06-10 11:02:43.018 8 INFO neutron.services.segments.plugin [-] Segment 67135c60-8db1-44c2-adf5-fa4db9340937 resource provider aggregate not found 2026-06-10 11:02:43.026 8 INFO neutron.services.segments.plugin [-] Segment 67135c60-8db1-44c2-adf5-fa4db9340937 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67135c60-8db1-44c2-adf5-fa4db9340937 found for delete ", "request_id": "req-32718f34-3601-411a-bbd5-84e26d827791"}]} 2026-06-10 11:02:43.036 8 INFO neutron.services.segments.plugin [-] Segment 67135c60-8db1-44c2-adf5-fa4db9340937 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67135c60-8db1-44c2-adf5-fa4db9340937 found for delete ", "request_id": "req-1ffab20a-bb4f-4baf-8eee-05dba16a4f2c"}]} [pid: 8|app: 0|req: 647/1148] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:02:42 2026] DELETE /v2.0/networks/70881a2d-52bd-444d-a7c6-5390cf8a778a => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:02:43.108 8 INFO neutron.db.segments_db [None req-cb42b019-3a18-4b1e-a3ec-5044ee252641 9aebfa58958d4ae9a587e5d726343001 f51c602a8923404d9b7c04a5a900bcf1 - - default default] Added segment d74c7bb3-6871-404d-8e98-e85581bfa39d of type vxlan for network d6be17b7-d97e-4dce-b870-c31974b9af10 [pid: 8|app: 0|req: 648/1149] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:02:43 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) [pid: 8|app: 0|req: 649/1150] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:02:43 2026] GET /v2.0/security-groups?tenant_id=3634238e9bdf4d31ba56dd6a199764d3&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: 650/1151] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:02:43 2026] POST /v2.0/subnets => generated 626 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1152] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:02:43 2026] DELETE /v2.0/security-groups/be6e343b-4a52-4c69-9fea-fce44f55b7e0 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1153] 10.0.0.195 () {34 vars in 665 bytes} [Wed Jun 10 11:02:43 2026] POST /v2.0/ports => generated 916 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1154] 10.0.0.142 () {34 vars in 990 bytes} [Wed Jun 10 11:02:43 2026] GET /v2.0/ports?device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:02:43.949 8 INFO neutron_taas.services.taas.taas_plugin [None req-d14b18e6-20e0-4ce9-b01b-4c7f872bef48 9aebfa58958d4ae9a587e5d726343001 f51c602a8923404d9b7c04a5a900bcf1 - - default default] TaaS: Handle Delete Port: 60b15a7c-6404-443f-a4e1-048d2d000c21 2026-06-10 11:02:43.952 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d14b18e6-20e0-4ce9-b01b-4c7f872bef48 9aebfa58958d4ae9a587e5d726343001 f51c602a8923404d9b7c04a5a900bcf1 - - default default] Tap Mirror: Handle Delete Port: 60b15a7c-6404-443f-a4e1-048d2d000c21 [pid: 7|app: 0|req: 502/1155] 10.0.0.195 () {34 vars in 783 bytes} [Wed Jun 10 11:02:42 2026] PUT /v2.0/routers/75b35c63-0b77-4616-a541-66f1cd4f582f/add_router_interface => generated 309 bytes in 1148 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1156] 10.0.0.195 () {32 vars in 720 bytes} [Wed Jun 10 11:02:43 2026] DELETE /v2.0/ports/60b15a7c-6404-443f-a4e1-048d2d000c21 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1157] 10.0.0.142 () {34 vars in 1040 bytes} [Wed Jun 10 11:02:44 2026] GET /v2.0/security-groups?id=b524251d-1266-42a3-921d-9f5c730f1c94&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-06-10 11:02:44.152 7 INFO neutron.pecan_wsgi.hooks.translation [None req-705e212b-0f76-40c6-a890-3845ea258531 9aebfa58958d4ae9a587e5d726343001 f51c602a8923404d9b7c04a5a900bcf1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 504/1158] 10.0.0.195 () {32 vars in 717 bytes} [Wed Jun 10 11:02:44 2026] GET /v2.0/ports/60b15a7c-6404-443f-a4e1-048d2d000c21 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1159] 10.0.0.195 () {32 vars in 717 bytes} [Wed Jun 10 11:02:44 2026] GET /v2.0/ports/490a0ad1-54ae-44a5-a8d8-7a18beb57a3d => generated 967 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1160] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:02:44 2026] DELETE /v2.0/subnets/c753de01-a858-4eda-8b57-38d78421bf1f => 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: 506/1161] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:02:44 2026] DELETE /v2.0/networks/d6be17b7-d97e-4dce-b870-c31974b9af10 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:02:44.503 7 INFO neutron.services.segments.plugin [-] Segment 9c5a684a-25c1-4a71-9826-0bbe80a176dd resource provider aggregate not found 2026-06-10 11:02:44.507 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce5ff6b2-c5d5-49cd-942b-5cf0f5dfe4c9 f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] TaaS: Handle Delete Port: 490a0ad1-54ae-44a5-a8d8-7a18beb57a3d 2026-06-10 11:02:44.510 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce5ff6b2-c5d5-49cd-942b-5cf0f5dfe4c9 f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] Tap Mirror: Handle Delete Port: 490a0ad1-54ae-44a5-a8d8-7a18beb57a3d 2026-06-10 11:02:44.526 7 INFO neutron.services.segments.plugin [-] Segment 9c5a684a-25c1-4a71-9826-0bbe80a176dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c5a684a-25c1-4a71-9826-0bbe80a176dd found for delete ", "request_id": "req-af0e4340-8e85-451d-89a3-52fbe257ffd9"}]} 2026-06-10 11:02:44.529 7 INFO neutron.services.segments.plugin [-] Segment 9c5a684a-25c1-4a71-9826-0bbe80a176dd resource provider aggregate not found 2026-06-10 11:02:44.550 7 INFO neutron.services.segments.plugin [-] Segment d74c7bb3-6871-404d-8e98-e85581bfa39d resource provider aggregate not found 2026-06-10 11:02:44.555 7 INFO neutron.services.segments.plugin [-] Segment 9c5a684a-25c1-4a71-9826-0bbe80a176dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c5a684a-25c1-4a71-9826-0bbe80a176dd found for delete ", "request_id": "req-68400722-1d76-4a95-b53c-a6d99c808196"}]} 2026-06-10 11:02:44.569 7 INFO neutron.services.segments.plugin [-] Segment d74c7bb3-6871-404d-8e98-e85581bfa39d resource provider aggregate not found 2026-06-10 11:02:44.573 7 INFO neutron.services.segments.plugin [-] Segment d74c7bb3-6871-404d-8e98-e85581bfa39d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d74c7bb3-6871-404d-8e98-e85581bfa39d found for delete ", "request_id": "req-9cb4909c-3648-4b15-9f25-086088b1ea57"}]} 2026-06-10 11:02:44.583 7 INFO neutron.services.segments.plugin [-] Segment d74c7bb3-6871-404d-8e98-e85581bfa39d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d74c7bb3-6871-404d-8e98-e85581bfa39d found for delete ", "request_id": "req-c116c930-b421-410f-972d-ce2dd3de67b1"}]} [pid: 7|app: 0|req: 507/1162] 10.0.0.195 () {34 vars in 665 bytes} [Wed Jun 10 11:02:44 2026] POST /v2.0/ports => generated 775 bytes in 292 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: 656/1163] 10.0.0.195 () {34 vars in 789 bytes} [Wed Jun 10 11:02:44 2026] PUT /v2.0/routers/75b35c63-0b77-4616-a541-66f1cd4f582f/remove_router_interface => generated 309 bytes in 679 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1164] 10.0.0.195 () {34 vars in 737 bytes} [Wed Jun 10 11:02:44 2026] PUT /v2.0/ports/6b5221ad-9586-4f6c-82d3-3eb568a25cfa => generated 752 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 11:02:45.017 7 INFO neutron_taas.services.taas.taas_plugin [None req-9f178ef7-5b46-49f6-92ba-8c3301427164 9aebfa58958d4ae9a587e5d726343001 f51c602a8923404d9b7c04a5a900bcf1 - - default default] TaaS: Handle Delete Port: 6b5221ad-9586-4f6c-82d3-3eb568a25cfa 2026-06-10 11:02:45.022 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f178ef7-5b46-49f6-92ba-8c3301427164 9aebfa58958d4ae9a587e5d726343001 f51c602a8923404d9b7c04a5a900bcf1 - - default default] Tap Mirror: Handle Delete Port: 6b5221ad-9586-4f6c-82d3-3eb568a25cfa 2026-06-10 11:02:45.122 8 INFO neutron_taas.services.taas.taas_plugin [None req-abe74230-3d8e-4850-bac1-63c07904192b f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] TaaS: Handle Delete Port: c73b9044-9b47-4926-8f01-6135cca7ac2b 2026-06-10 11:02:45.125 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abe74230-3d8e-4850-bac1-63c07904192b f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] Tap Mirror: Handle Delete Port: c73b9044-9b47-4926-8f01-6135cca7ac2b [pid: 7|app: 0|req: 509/1165] 10.0.0.195 () {32 vars in 720 bytes} [Wed Jun 10 11:02:44 2026] DELETE /v2.0/ports/6b5221ad-9586-4f6c-82d3-3eb568a25cfa => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1166] 10.0.0.195 () {32 vars in 643 bytes} [Wed Jun 10 11:02:45 2026] GET /v2.0/ports => generated 778 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:45.191 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d1cf45d5-ae13-49ab-ba72-bb79f5e1f434 9aebfa58958d4ae9a587e5d726343001 f51c602a8923404d9b7c04a5a900bcf1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 511/1167] 10.0.0.195 () {32 vars in 717 bytes} [Wed Jun 10 11:02:45 2026] GET /v2.0/ports/6b5221ad-9586-4f6c-82d3-3eb568a25cfa => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1168] 10.0.0.195 () {32 vars in 643 bytes} [Wed Jun 10 11:02:45 2026] GET /v2.0/ports => generated 778 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:45.529 7 INFO neutron.db.segments_db [None req-3b3ce5d5-752b-44a0-930c-4bf03a2ff5e9 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Added segment 8af6f124-e916-479c-9909-9c0ffaff540e of type vxlan for network b238a802-ac5f-486b-b305-9dd4aae8040b [pid: 7|app: 0|req: 513/1169] 10.0.0.195 () {34 vars in 671 bytes} [Wed Jun 10 11:02:45 2026] POST /v2.0/networks => generated 719 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1170] 10.0.0.195 () {32 vars in 717 bytes} [Wed Jun 10 11:02:45 2026] GET /v2.0/ports/30a191d3-3141-4e07-a69d-2fcac1d0d74b => generated 775 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1171] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:02:45 2026] POST /v2.0/subnets => generated 685 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:02:45.849 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a1037492-560b-4582-b52c-3f4875f7a2fa 9aebfa58958d4ae9a587e5d726343001 f51c602a8923404d9b7c04a5a900bcf1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 516/1172] 10.0.0.195 () {32 vars in 720 bytes} [Wed Jun 10 11:02:45 2026] DELETE /v2.0/ports/60b15a7c-6404-443f-a4e1-048d2d000c21 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1173] 10.0.0.195 () {34 vars in 789 bytes} [Wed Jun 10 11:02:44 2026] PUT /v2.0/routers/75b35c63-0b77-4616-a541-66f1cd4f582f/remove_router_interface => generated 309 bytes in 1029 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:45.892 7 INFO neutron.db.segments_db [None req-d6c2c5ed-4d95-4454-9d16-b8160f567064 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Added segment cadb1cf1-42af-4eac-8f16-ed8bfc64fbda of type vxlan for network d8c32a18-8c5c-4a72-bbe5-164f763f811c 2026-06-10 11:02:45.894 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d92afc0b-c4f1-49ea-95dc-9d9faec38075 9aebfa58958d4ae9a587e5d726343001 f51c602a8923404d9b7c04a5a900bcf1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 658/1174] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:02:45 2026] DELETE /v2.0/subnets/c753de01-a858-4eda-8b57-38d78421bf1f => 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: 659/1175] 10.0.0.195 () {32 vars in 736 bytes} [Wed Jun 10 11:02:45 2026] GET /v2.0/ports?device_id=75b35c63-0b77-4616-a541-66f1cd4f582f => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:02:45.921 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d4c71a83-87d7-473b-92b4-62c0c9a93147 9aebfa58958d4ae9a587e5d726343001 f51c602a8923404d9b7c04a5a900bcf1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 660/1176] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:02:45 2026] DELETE /v2.0/subnets/ada77ed8-a57a-48bf-b7c7-faf0e00b2af5 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:02:46.087 8 INFO neutron_taas.services.taas.taas_plugin [None req-69a941ca-c2bf-4bd9-97e2-e377e5d1929d f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] TaaS: Handle Delete Port: 9d9125f6-d0f4-45ee-8065-b44b21c482c0 2026-06-10 11:02:46.089 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69a941ca-c2bf-4bd9-97e2-e377e5d1929d f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] Tap Mirror: Handle Delete Port: 9d9125f6-d0f4-45ee-8065-b44b21c482c0 2026-06-10 11:02:46.127 7 INFO neutron.db.l3_hamode_db [None req-d6c2c5ed-4d95-4454-9d16-b8160f567064 fdd1631be39440f1880320d5221245d1 cbf6a0c70a804d09a5528d659bf606de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 11:02:46.361 8 INFO neutron.services.segments.plugin [-] Segment f93e9dae-3ed5-4e74-8a9b-3ca920033ced resource provider aggregate not found 2026-06-10 11:02:46.367 8 INFO neutron.services.segments.plugin [-] Segment f93e9dae-3ed5-4e74-8a9b-3ca920033ced resource provider aggregate not found 2026-06-10 11:02:46.380 8 INFO neutron.services.segments.plugin [-] Segment f93e9dae-3ed5-4e74-8a9b-3ca920033ced resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f93e9dae-3ed5-4e74-8a9b-3ca920033ced found for delete ", "request_id": "req-0f29b333-09f4-40ef-8d0f-9b354b5f2d6a"}]} 2026-06-10 11:02:46.383 8 INFO neutron.services.segments.plugin [-] Segment f93e9dae-3ed5-4e74-8a9b-3ca920033ced resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f93e9dae-3ed5-4e74-8a9b-3ca920033ced found for delete ", "request_id": "req-d53515f0-9c89-4bd5-8bc1-f99acadea7e8"}]} 2026-06-10 11:02:46.386 8 INFO neutron.db.l3_hamode_db [None req-69a941ca-c2bf-4bd9-97e2-e377e5d1929d f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] HA network 07932efb-37e6-44db-aa0b-1d2f6b71f4aa was deleted as no HA routers are present in tenant 8c5cab14bd4345cc8d7f2cfb50685d67. [pid: 8|app: 0|req: 661/1177] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:02:45 2026] DELETE /v2.0/routers/75b35c63-0b77-4616-a541-66f1cd4f582f => generated 0 bytes in 469 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:02:46.509 8 INFO neutron_taas.services.taas.taas_plugin [None req-43b3b9c0-f871-4480-9aed-de06eb28f1a3 9aebfa58958d4ae9a587e5d726343001 f51c602a8923404d9b7c04a5a900bcf1 - - default default] TaaS: Handle Delete Port: 30a191d3-3141-4e07-a69d-2fcac1d0d74b 2026-06-10 11:02:46.512 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43b3b9c0-f871-4480-9aed-de06eb28f1a3 9aebfa58958d4ae9a587e5d726343001 f51c602a8923404d9b7c04a5a900bcf1 - - default default] Tap Mirror: Handle Delete Port: 30a191d3-3141-4e07-a69d-2fcac1d0d74b [pid: 8|app: 0|req: 662/1178] 10.0.0.195 () {32 vars in 720 bytes} [Wed Jun 10 11:02:46 2026] DELETE /v2.0/ports/30a191d3-3141-4e07-a69d-2fcac1d0d74b => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1179] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:02:46 2026] DELETE /v2.0/subnets/e1a1c066-59ec-4dc3-952e-1dbfa53f3b1e => 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: 664/1180] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:02:46 2026] DELETE /v2.0/networks/25d319a5-83de-4419-95a7-a7f099e693d5 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:02:46.882 7 INFO neutron.db.l3_hamode_db [None req-d6c2c5ed-4d95-4454-9d16-b8160f567064 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 665/1181] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:02:46 2026] DELETE /v2.0/subnets/9f90e959-53d1-4e67-97f8-d3147c57fcb6 => 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: 666/1182] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:02:46 2026] DELETE /v2.0/networks/eafb6eba-7b20-4644-99f4-30b5e65f0464 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:02:47.133 8 INFO neutron_taas.services.taas.taas_plugin [None req-490b1b13-1676-40cc-8ea9-1d01b8319b30 f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] TaaS: Handle Delete Port: d4eb291a-514c-472a-bff2-4e17ba468b3d 2026-06-10 11:02:47.136 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-490b1b13-1676-40cc-8ea9-1d01b8319b30 f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] Tap Mirror: Handle Delete Port: d4eb291a-514c-472a-bff2-4e17ba468b3d [pid: 8|app: 0|req: 667/1183] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:02:47 2026] DELETE /v2.0/networks/d90cb6b4-5c57-4a90-8d1f-26490b685273 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1184] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:02:47 2026] GET /v2.0/security-groups?tenant_id=f51c602a8923404d9b7c04a5a900bcf1&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:02:47.483 8 INFO neutron.db.segments_db [None req-36378f09-e36b-4cfb-aab2-b5c50436bd20 f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] Added segment fa3f8156-04ae-4239-aee0-1efd17806973 of type vxlan for network 70e44109-8eec-4695-a514-6f140862a0eb [pid: 8|app: 0|req: 669/1185] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:02:47 2026] POST /v2.0/networks => generated 615 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1186] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:02:47 2026] DELETE /v2.0/security-groups/874b3810-35a3-4fbf-8737-583752137425 => 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: 517/1187] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:02:45 2026] POST /v2.0/routers => generated 725 bytes in 1826 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1188] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:02:47 2026] POST /v2.0/subnets => generated 646 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:02:47.931 8 INFO neutron.db.segments_db [None req-d69e2d08-bef3-415a-94ae-730a6dba38f8 f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] Added segment cdadb217-ea29-4327-9077-fc455e8ded91 of type vxlan for network 893b19e3-48ce-46e9-adeb-020809bad06c 2026-06-10 11:02:48.181 8 INFO neutron.db.l3_hamode_db [None req-d69e2d08-bef3-415a-94ae-730a6dba38f8 f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 11:02:48.294 8 INFO neutron.db.l3_hamode_db [None req-d69e2d08-bef3-415a-94ae-730a6dba38f8 f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 11:02:48.408 8 INFO neutron.services.segments.plugin [-] Segment e513f802-3e77-46eb-9872-f7f92683cecd resource provider aggregate not found 2026-06-10 11:02:48.415 8 INFO neutron.services.segments.plugin [-] Segment e513f802-3e77-46eb-9872-f7f92683cecd resource provider aggregate not found 2026-06-10 11:02:48.431 8 INFO neutron.services.segments.plugin [-] Segment e513f802-3e77-46eb-9872-f7f92683cecd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e513f802-3e77-46eb-9872-f7f92683cecd found for delete ", "request_id": "req-8a708d22-857a-46c1-b273-2f42b0a2ff5d"}]} 2026-06-10 11:02:48.436 8 INFO neutron.services.segments.plugin [-] Segment e513f802-3e77-46eb-9872-f7f92683cecd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e513f802-3e77-46eb-9872-f7f92683cecd found for delete ", "request_id": "req-85b5a6ad-11dd-4a69-a1ea-fdd2d8ff6146"}]} 2026-06-10 11:02:48.453 8 INFO neutron.services.segments.plugin [-] Segment da6547f2-7b57-4108-92ee-adf7f8829895 resource provider aggregate not found 2026-06-10 11:02:48.460 8 INFO neutron.services.segments.plugin [-] Segment da6547f2-7b57-4108-92ee-adf7f8829895 resource provider aggregate not found 2026-06-10 11:02:48.471 8 INFO neutron.services.segments.plugin [-] Segment da6547f2-7b57-4108-92ee-adf7f8829895 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da6547f2-7b57-4108-92ee-adf7f8829895 found for delete ", "request_id": "req-7a3914c4-d1e9-4071-b291-fb21964b4f58"}]} 2026-06-10 11:02:48.485 8 INFO neutron.services.segments.plugin [-] Segment da6547f2-7b57-4108-92ee-adf7f8829895 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da6547f2-7b57-4108-92ee-adf7f8829895 found for delete ", "request_id": "req-6dc20307-5fff-4ea0-b0c4-4b3b16cbe633"}]} 2026-06-10 11:02:48.492 8 INFO neutron.services.segments.plugin [-] Segment f8904729-42f3-4b72-9656-9497ff3cb5e2 resource provider aggregate not found 2026-06-10 11:02:48.534 8 INFO neutron.services.segments.plugin [-] Segment f8904729-42f3-4b72-9656-9497ff3cb5e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8904729-42f3-4b72-9656-9497ff3cb5e2 found for delete ", "request_id": "req-92224908-8aaa-4acb-bed1-e5c5e4fab6c1"}]} 2026-06-10 11:02:48.536 8 INFO neutron.services.segments.plugin [-] Segment f8904729-42f3-4b72-9656-9497ff3cb5e2 resource provider aggregate not found 2026-06-10 11:02:48.550 8 INFO neutron.services.segments.plugin [-] Segment f8904729-42f3-4b72-9656-9497ff3cb5e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8904729-42f3-4b72-9656-9497ff3cb5e2 found for delete ", "request_id": "req-1aa007d1-a9a5-4bbc-b37f-b75e0676c0e9"}]} [pid: 7|app: 0|req: 518/1189] 10.0.0.195 () {34 vars in 783 bytes} [Wed Jun 10 11:02:47 2026] PUT /v2.0/routers/0470fb1e-c8b1-4801-ad79-f8192eba7fdb/add_router_interface => generated 309 bytes in 1236 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1190] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:02:47 2026] POST /v2.0/routers => generated 511 bytes in 1133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1191] 10.0.0.195 () {34 vars in 665 bytes} [Wed Jun 10 11:02:49 2026] POST /v2.0/ports => generated 964 bytes in 338 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: 520/1192] 10.0.0.195 () {34 vars in 685 bytes} [Wed Jun 10 11:02:49 2026] POST /v2.0/security-groups => generated 1660 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1193] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:02:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1194] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:02:49 2026] POST /v2.0/security-group-rules => generated 602 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1195] 10.0.0.195 () {34 vars in 676 bytes} [Wed Jun 10 11:02:49 2026] POST /v2.0/floatingips => generated 552 bytes in 494 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1196] 10.0.0.195 () {34 vars in 783 bytes} [Wed Jun 10 11:02:49 2026] PUT /v2.0/routers/79288c76-358f-4d5d-a415-ac0f468f3a83/add_router_interface => generated 309 bytes in 1074 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1197] 10.0.0.195 () {32 vars in 717 bytes} [Wed Jun 10 11:02:50 2026] GET /v2.0/ports/24a0f53a-6e77-412c-8a29-f44a956b2a9f => generated 1038 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 525/1198] 10.0.0.172 () {34 vars in 1100 bytes} [Wed Jun 10 11:02:50 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1939540207&fields=id&tenant_id=cbf6a0c70a804d09a5528d659bf606de => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1199] 10.0.0.172 () {34 vars in 982 bytes} [Wed Jun 10 11:02:50 2026] GET /v2.0/networks?id=b238a802-ac5f-486b-b305-9dd4aae8040b => generated 670 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1200] 10.0.0.172 () {34 vars in 965 bytes} [Wed Jun 10 11:02:50 2026] GET /v2.0/quotas/cbf6a0c70a804d09a5528d659bf606de => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:50.867 8 INFO neutron_taas.services.taas.taas_plugin [None req-27f04c53-653e-4581-9627-5829d5cc4af7 f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] TaaS: Handle Delete Port: 24a0f53a-6e77-412c-8a29-f44a956b2a9f 2026-06-10 11:02:50.870 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27f04c53-653e-4581-9627-5829d5cc4af7 f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] Tap Mirror: Handle Delete Port: 24a0f53a-6e77-412c-8a29-f44a956b2a9f [pid: 7|app: 0|req: 528/1201] 10.0.0.172 () {34 vars in 1002 bytes} [Wed Jun 10 11:02:50 2026] GET /v2.0/ports?tenant_id=cbf6a0c70a804d09a5528d659bf606de&fields=id => generated 57 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1202] 10.0.0.172 () {34 vars in 1008 bytes} [Wed Jun 10 11:02:50 2026] GET /v2.0/networks/b238a802-ac5f-486b-b305-9dd4aae8040b?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: 530/1203] 10.0.0.172 () {34 vars in 1108 bytes} [Wed Jun 10 11:02:51 2026] GET /v2.0/networks/b238a802-ac5f-486b-b305-9dd4aae8040b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1204] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:51 2026] GET /v2.0/ports?device_id=984a0263-9254-4c09-9b54-4f234db81ed4 => 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: 674/1205] 10.0.0.195 () {34 vars in 789 bytes} [Wed Jun 10 11:02:50 2026] PUT /v2.0/routers/79288c76-358f-4d5d-a415-ac0f468f3a83/remove_router_interface => generated 309 bytes in 819 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:51.501 7 INFO neutron.api.v2.resource [None req-f35ebac6-71b3-4214-a49b-8bc8039b983e f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 532/1206] 10.0.0.195 () {34 vars in 789 bytes} [Wed Jun 10 11:02:51 2026] PUT /v2.0/routers/79288c76-358f-4d5d-a415-ac0f468f3a83/remove_router_interface => generated 197 bytes in 159 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: 675/1207] 10.0.0.195 () {32 vars in 736 bytes} [Wed Jun 10 11:02:51 2026] GET /v2.0/ports?device_id=79288c76-358f-4d5d-a415-ac0f468f3a83 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:02:51.697 7 INFO neutron_taas.services.taas.taas_plugin [None req-4ea2a6c8-4037-4e61-9d03-e9c096dfebb8 f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] TaaS: Handle Delete Port: b3361d0c-d295-4de5-b41d-a84363433fd1 2026-06-10 11:02:51.700 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ea2a6c8-4037-4e61-9d03-e9c096dfebb8 f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] Tap Mirror: Handle Delete Port: b3361d0c-d295-4de5-b41d-a84363433fd1 [pid: 8|app: 0|req: 676/1208] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:02:51 2026] GET /v2.0/security-groups?tenant_id=cfa938428d054123b02602f556f8fd8e&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1209] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:02:51 2026] DELETE /v2.0/security-groups/c8e07edc-27f3-4956-bd34-489c006feefa => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:02:52.122 7 INFO neutron.services.segments.plugin [-] Segment cdadb217-ea29-4327-9077-fc455e8ded91 resource provider aggregate not found 2026-06-10 11:02:52.126 7 INFO neutron.services.segments.plugin [-] Segment cdadb217-ea29-4327-9077-fc455e8ded91 resource provider aggregate not found 2026-06-10 11:02:52.144 7 INFO neutron.services.segments.plugin [-] Segment cdadb217-ea29-4327-9077-fc455e8ded91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdadb217-ea29-4327-9077-fc455e8ded91 found for delete ", "request_id": "req-291e8975-6253-4e4c-bc78-8b273c2dd30a"}]} 2026-06-10 11:02:52.150 7 INFO neutron.services.segments.plugin [-] Segment cdadb217-ea29-4327-9077-fc455e8ded91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdadb217-ea29-4327-9077-fc455e8ded91 found for delete ", "request_id": "req-9c89e418-13db-4550-a2c9-b1d072630e98"}]} 2026-06-10 11:02:52.155 7 INFO neutron.db.l3_hamode_db [None req-4ea2a6c8-4037-4e61-9d03-e9c096dfebb8 f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] HA network 893b19e3-48ce-46e9-adeb-020809bad06c was deleted as no HA routers are present in tenant 8c5cab14bd4345cc8d7f2cfb50685d67. [pid: 7|app: 0|req: 533/1212] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:02:51 2026] DELETE /v2.0/routers/79288c76-358f-4d5d-a415-ac0f468f3a83 => generated 0 bytes in 625 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1213] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:02:52 2026] DELETE /v2.0/subnets/9cda16fc-e823-4a25-947e-f2eb520e4dd1 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1214] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:52 2026] GET /v2.0/ports?device_id=984a0263-9254-4c09-9b54-4f234db81ed4 => 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: 534/1215] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:02:52 2026] DELETE /v2.0/networks/70e44109-8eec-4695-a514-6f140862a0eb => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:02:52.544 8 INFO neutron.db.segments_db [None req-f0e82381-095b-49d8-b6d9-8a589e58ac6d f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] Added segment 1ca25da0-079a-4606-b64f-044c52e21564 of type vxlan for network 30158d11-ccb3-4415-80ad-95c6c83c7c02 [pid: 8|app: 0|req: 682/1216] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:02:52 2026] POST /v2.0/networks => generated 614 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1217] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:02:52 2026] POST /v2.0/subnets => generated 646 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:02:52.950 8 INFO neutron.db.segments_db [None req-b68007a8-a2e0-4049-9020-8e07932f32aa f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] Added segment 33f086c4-a79b-4d3c-b946-4a01b0d00200 of type vxlan for network 7fd1bc3b-7af3-4db3-9125-67c794494e1e 2026-06-10 11:02:53.240 8 INFO neutron.db.l3_hamode_db [None req-b68007a8-a2e0-4049-9020-8e07932f32aa f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 11:02:53.378 8 INFO neutron.db.l3_hamode_db [None req-b68007a8-a2e0-4049-9020-8e07932f32aa f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 536/1218] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:53 2026] GET /v2.0/ports?device_id=984a0263-9254-4c09-9b54-4f234db81ed4 => 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: 683/1219] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:02:52 2026] POST /v2.0/routers => generated 510 bytes in 1116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:02:54.171 7 INFO neutron.services.segments.plugin [-] Segment fa3f8156-04ae-4239-aee0-1efd17806973 resource provider aggregate not found 2026-06-10 11:02:54.176 7 INFO neutron.services.segments.plugin [-] Segment fa3f8156-04ae-4239-aee0-1efd17806973 resource provider aggregate not found 2026-06-10 11:02:54.192 7 INFO neutron.services.segments.plugin [-] Segment fa3f8156-04ae-4239-aee0-1efd17806973 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa3f8156-04ae-4239-aee0-1efd17806973 found for delete ", "request_id": "req-840f4566-7a1f-4ef2-9aa4-2e81038a5d73"}]} 2026-06-10 11:02:54.193 7 INFO neutron.services.segments.plugin [-] Segment fa3f8156-04ae-4239-aee0-1efd17806973 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa3f8156-04ae-4239-aee0-1efd17806973 found for delete ", "request_id": "req-725cd007-944b-491b-9431-8ee49778d137"}]} [pid: 8|app: 0|req: 684/1220] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:54 2026] GET /v2.0/ports?device_id=984a0263-9254-4c09-9b54-4f234db81ed4 => 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: 537/1221] 10.0.0.195 () {34 vars in 783 bytes} [Wed Jun 10 11:02:54 2026] PUT /v2.0/routers/be605efc-def0-4cd6-b2fa-03785d8f5b64/add_router_interface => generated 309 bytes in 1047 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1222] 10.0.0.195 () {32 vars in 717 bytes} [Wed Jun 10 11:02:55 2026] GET /v2.0/ports/d7329d30-d1ba-4dee-a8f0-06827001c267 => generated 959 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:55.483 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c1aeeea-c3ab-4df3-9e81-e1a90987865c f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] TaaS: Handle Delete Port: d7329d30-d1ba-4dee-a8f0-06827001c267 2026-06-10 11:02:55.486 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c1aeeea-c3ab-4df3-9e81-e1a90987865c f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] Tap Mirror: Handle Delete Port: d7329d30-d1ba-4dee-a8f0-06827001c267 [pid: 8|app: 0|req: 686/1223] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:02:55 2026] GET /v2.0/security-groups?tenant_id=e9c32267b6ad4859a5f27a5d3c1b550e&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1224] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:02:55 2026] GET /v2.0/networks?id=b238a802-ac5f-486b-b305-9dd4aae8040b => generated 670 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1225] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:02:55 2026] DELETE /v2.0/security-groups/d2faac80-e632-4187-90ae-3a27fc78094d => 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: 689/1226] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:55 2026] GET /v2.0/ports?device_id=984a0263-9254-4c09-9b54-4f234db81ed4 => 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: 690/1227] 199.204.45.132 () {34 vars in 1050 bytes} [Wed Jun 10 11:02:55 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cbf6a0c70a804d09a5528d659bf606de => generated 181 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1228] 10.0.0.195 () {34 vars in 789 bytes} [Wed Jun 10 11:02:55 2026] PUT /v2.0/routers/be605efc-def0-4cd6-b2fa-03785d8f5b64/remove_router_interface => generated 309 bytes in 730 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1229] 10.0.0.195 () {32 vars in 736 bytes} [Wed Jun 10 11:02:55 2026] GET /v2.0/ports?device_id=be605efc-def0-4cd6-b2fa-03785d8f5b64 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:02:56.079 7 INFO neutron_taas.services.taas.taas_plugin [None req-f63bd11a-7d8d-4a1f-b13e-8c4fb99c41a1 f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] TaaS: Handle Delete Port: 000ae3f7-9d00-42ab-b85e-7da1610f6c39 2026-06-10 11:02:56.082 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f63bd11a-7d8d-4a1f-b13e-8c4fb99c41a1 f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] Tap Mirror: Handle Delete Port: 000ae3f7-9d00-42ab-b85e-7da1610f6c39 [pid: 8|app: 0|req: 691/1230] 199.204.45.132 () {38 vars in 955 bytes} [Wed Jun 10 11:02:55 2026] POST /v2.0/ports => generated 958 bytes in 344 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: 692/1231] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:56 2026] GET /v2.0/ports?device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:56.266 8 WARNING keystonemiddleware.audit [req-928d238e-11cc-4dee-a850-17397dcc8e2d req-a593cf2b-8c01-49bb-9601-dade3dbba48d d6fc3ceb7eb447898241791ba36e98d6 5fbe0c5b8a974c0a8e865d1ef28db981 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. 2026-06-10 11:02:56.401 7 INFO neutron.services.segments.plugin [-] Segment 33f086c4-a79b-4d3c-b946-4a01b0d00200 resource provider aggregate not found 2026-06-10 11:02:56.406 7 INFO neutron.services.segments.plugin [-] Segment 33f086c4-a79b-4d3c-b946-4a01b0d00200 resource provider aggregate not found 2026-06-10 11:02:56.431 7 INFO neutron.services.segments.plugin [-] Segment 33f086c4-a79b-4d3c-b946-4a01b0d00200 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33f086c4-a79b-4d3c-b946-4a01b0d00200 found for delete ", "request_id": "req-8ef53490-1ed5-4711-9baf-9ecd3f6b8782"}]} 2026-06-10 11:02:56.431 7 INFO neutron.services.segments.plugin [-] Segment 33f086c4-a79b-4d3c-b946-4a01b0d00200 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33f086c4-a79b-4d3c-b946-4a01b0d00200 found for delete ", "request_id": "req-7fc446e5-5ea0-4c85-b987-541c425fa8b3"}]} 2026-06-10 11:02:56.445 7 INFO neutron.db.l3_hamode_db [None req-f63bd11a-7d8d-4a1f-b13e-8c4fb99c41a1 f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] HA network 7fd1bc3b-7af3-4db3-9125-67c794494e1e was deleted as no HA routers are present in tenant 8c5cab14bd4345cc8d7f2cfb50685d67. [pid: 7|app: 0|req: 540/1232] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:02:55 2026] DELETE /v2.0/routers/be605efc-def0-4cd6-b2fa-03785d8f5b64 => generated 0 bytes in 529 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1233] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:02:56 2026] GET /v2.0/security-groups?id=b524251d-1266-42a3-921d-9f5c730f1c94&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: 542/1234] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:02:56 2026] DELETE /v2.0/subnets/80e2a057-d863-4733-8bdd-54839913f157 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1235] 199.204.45.132 () {38 vars in 1028 bytes} [Wed Jun 10 11:02:56 2026] PUT /v2.0/ports/7cefbf30-dead-484c-81c7-34a6e5b003de => generated 1239 bytes in 375 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: 543/1236] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:56 2026] GET /v2.0/ports?device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:56.676 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f4f19aae-6004-4da1-9dc8-e5b3e98150b0'] response: {'name': 'network-changed', 'server_uuid': '984a0263-9254-4c09-9b54-4f234db81ed4', 'tag': '7cefbf30-dead-484c-81c7-34a6e5b003de', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 544/1237] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:02:56 2026] GET /v2.0/security-groups?id=b524251d-1266-42a3-921d-9f5c730f1c94&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:56.763 8 INFO neutron.services.segments.plugin [-] Segment 1ca25da0-079a-4606-b64f-044c52e21564 resource provider aggregate not found 2026-06-10 11:02:56.764 8 INFO neutron.services.segments.plugin [-] Segment 1ca25da0-079a-4606-b64f-044c52e21564 resource provider aggregate not found 2026-06-10 11:02:56.788 8 INFO neutron.services.segments.plugin [-] Segment 1ca25da0-079a-4606-b64f-044c52e21564 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ca25da0-079a-4606-b64f-044c52e21564 found for delete ", "request_id": "req-49a437ea-6d8a-426b-aa2f-428406bdc57a"}]} 2026-06-10 11:02:56.794 8 INFO neutron.services.segments.plugin [-] Segment 1ca25da0-079a-4606-b64f-044c52e21564 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ca25da0-079a-4606-b64f-044c52e21564 found for delete ", "request_id": "req-5f5ab028-8ca8-45fa-91e6-0bccb40f18d6"}]} [pid: 8|app: 0|req: 694/1238] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:02:56 2026] DELETE /v2.0/networks/30158d11-ccb3-4415-80ad-95c6c83c7c02 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:02:56.850 7 INFO neutron.db.segments_db [None req-7c63f29e-1735-481c-89ef-43eea3b02d31 f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] Added segment 6ab45a7b-30a6-4ddc-9bd2-86321606a534 of type vxlan for network 396b2034-d9c9-4b2d-92ce-d9e24c8446e0 [pid: 8|app: 0|req: 695/1239] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:56 2026] GET /v2.0/ports?device_id=984a0263-9254-4c09-9b54-4f234db81ed4 => 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: 696/1240] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:02:56 2026] GET /v2.0/security-groups?id=a4773251-a540-4edc-be93-e5347ece2190&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:57.085 7 INFO neutron.db.l3_hamode_db [None req-7c63f29e-1735-481c-89ef-43eea3b02d31 f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 697/1241] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:57 2026] GET /v2.0/ports?device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => 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: 698/1242] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:02:57 2026] GET /v2.0/security-groups?id=b524251d-1266-42a3-921d-9f5c730f1c94&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:57.189 8 WARNING keystonemiddleware.audit [req-18602785-69fd-4f5e-9f08-92aed9fac80e req-1844c5b9-2920-4059-beaf-7362b14589d3 d6fc3ceb7eb447898241791ba36e98d6 5fbe0c5b8a974c0a8e865d1ef28db981 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 699/1243] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:02:57 2026] GET /v2.0/ports?tenant_id=cbf6a0c70a804d09a5528d659bf606de&device_id=984a0263-9254-4c09-9b54-4f234db81ed4 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:02:57.233 8 WARNING keystonemiddleware.audit [req-1aa29bb4-5fcf-46f6-aa6a-a7a6c5da17a0 req-8e82edb1-97c3-4add-aa1e-b20957197186 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 700/1244] 199.204.45.132 () {34 vars in 1018 bytes} [Wed Jun 10 11:02:57 2026] GET /v2.0/networks?tenant_id=cbf6a0c70a804d09a5528d659bf606de&shared=False => generated 766 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:57.285 8 WARNING keystonemiddleware.audit [req-1aa29bb4-5fcf-46f6-aa6a-a7a6c5da17a0 req-8d458588-7c20-4c5c-aa21-ca0c4a2bc5ae 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 701/1245] 199.204.45.132 () {34 vars in 930 bytes} [Wed Jun 10 11:02:57 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:57.807 7 INFO neutron.db.l3_hamode_db [None req-7c63f29e-1735-481c-89ef-43eea3b02d31 f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 702/1246] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:58 2026] GET /v2.0/ports?device_id=984a0263-9254-4c09-9b54-4f234db81ed4 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1247] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:02:58 2026] GET /v2.0/security-groups?id=a4773251-a540-4edc-be93-e5347ece2190&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: 704/1248] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:58 2026] GET /v2.0/ports?device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1249] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:02:58 2026] GET /v2.0/security-groups?id=b524251d-1266-42a3-921d-9f5c730f1c94&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:58.342 8 WARNING keystonemiddleware.audit [req-2e40e0b1-76c2-4399-bbe1-113ebfff6ab7 req-e9d88863-af11-4b58-9858-ecdaf98f8adc d6fc3ceb7eb447898241791ba36e98d6 5fbe0c5b8a974c0a8e865d1ef28db981 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 706/1250] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:02:58 2026] GET /v2.0/ports?tenant_id=cbf6a0c70a804d09a5528d659bf606de&device_id=984a0263-9254-4c09-9b54-4f234db81ed4 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:02:58.382 8 WARNING keystonemiddleware.audit [req-6002e7e5-f2e1-477d-a7a4-7cf0e3181806 req-a913ea95-b71e-4856-9491-ff17d4772595 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 707/1251] 199.204.45.132 () {34 vars in 1060 bytes} [Wed Jun 10 11:02:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=7cefbf30-dead-484c-81c7-34a6e5b003de => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:02:58.409 8 WARNING keystonemiddleware.audit [req-6002e7e5-f2e1-477d-a7a4-7cf0e3181806 req-c415180c-22d1-4ad6-a340-247215305804 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 708/1252] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:02:58 2026] GET /v2.0/subnets?id=401ae119-76e5-4dd7-8f75-25593ce5b2b4 => generated 688 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:58.442 8 WARNING keystonemiddleware.audit [req-6002e7e5-f2e1-477d-a7a4-7cf0e3181806 req-30f6e5c2-c900-4cae-ac3e-1f8fc9e20873 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 709/1253] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:02:58 2026] GET /v2.0/ports?network_id=b238a802-ac5f-486b-b305-9dd4aae8040b&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:02:58.479 8 WARNING keystonemiddleware.audit [req-6002e7e5-f2e1-477d-a7a4-7cf0e3181806 req-fbf4f8a4-abeb-492a-b494-b02c4593ed61 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 710/1254] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:02:58 2026] GET /v2.0/networks/b238a802-ac5f-486b-b305-9dd4aae8040b?fields=segments => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:02:58.510 8 WARNING keystonemiddleware.audit [req-6002e7e5-f2e1-477d-a7a4-7cf0e3181806 req-530ead25-2c8c-423d-9136-43e9d7862b23 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 711/1255] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:02:58 2026] GET /v2.0/networks/b238a802-ac5f-486b-b305-9dd4aae8040b?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) 2026-06-10 11:02:58.560 8 WARNING keystonemiddleware.audit [req-6002e7e5-f2e1-477d-a7a4-7cf0e3181806 req-b783729c-4bcf-4a5d-9676-cdd66b0323bd 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 712/1256] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:02:58 2026] GET /v2.0/ports?tenant_id=5fbe0c5b8a974c0a8e865d1ef28db981&device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:02:58.591 8 WARNING keystonemiddleware.audit [req-3c609631-9c5e-4e87-a743-1b7315672368 req-21079b24-e967-4c1c-95bd-515a99dc2132 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 713/1257] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:02:58 2026] GET /v2.0/networks?id=a172eccd-b355-4c28-8447-ae7a9527422d => generated 771 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:58.634 8 WARNING keystonemiddleware.audit [req-3c609631-9c5e-4e87-a743-1b7315672368 req-ec0edafb-95ec-4b09-9abe-93cf7dfecea8 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 545/1258] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:02:56 2026] POST /v2.0/routers => generated 692 bytes in 1849 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1259] 199.204.45.132 () {34 vars in 1058 bytes} [Wed Jun 10 11:02:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=0c831c64-2873-4f56-943d-e1f7523bc487 => generated 860 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:58.666 8 WARNING keystonemiddleware.audit [req-3c609631-9c5e-4e87-a743-1b7315672368 req-fe57f294-d035-47e4-91c9-5575df5485fc 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 715/1260] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:02:58 2026] GET /v2.0/subnets?id=1948df2c-c802-486d-8d38-4528b47e4c57 => generated 693 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:58.693 8 WARNING keystonemiddleware.audit [req-3c609631-9c5e-4e87-a743-1b7315672368 req-79315436-a423-4750-a7e7-05d31c3d1550 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 546/1261] 10.0.0.195 () {32 vars in 721 bytes} [Wed Jun 10 11:02:58 2026] GET /v2.0/routers/df16e20c-00de-4074-b819-9af2aa2dd769 => generated 698 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1262] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:02:58 2026] GET /v2.0/ports?network_id=a172eccd-b355-4c28-8447-ae7a9527422d&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:02:58.739 8 WARNING keystonemiddleware.audit [req-3c609631-9c5e-4e87-a743-1b7315672368 req-998651e3-9c90-423a-bf9b-f04321e2d04a 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 717/1263] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:02:58 2026] GET /v2.0/networks/a172eccd-b355-4c28-8447-ae7a9527422d?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:02:58.782 8 WARNING keystonemiddleware.audit [req-3c609631-9c5e-4e87-a743-1b7315672368 req-0b150f7e-bef1-4a73-b9fa-515817778873 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 547/1264] 10.0.0.195 () {32 vars in 647 bytes} [Wed Jun 10 11:02:58 2026] GET /v2.0/routers => generated 701 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1265] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:02:58 2026] GET /v2.0/networks/a172eccd-b355-4c28-8447-ae7a9527422d?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: 719/1266] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:59 2026] GET /v2.0/ports?device_id=984a0263-9254-4c09-9b54-4f234db81ed4 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1267] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:02:59 2026] GET /v2.0/security-groups?id=a4773251-a540-4edc-be93-e5347ece2190&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1268] 10.0.0.195 () {34 vars in 741 bytes} [Wed Jun 10 11:02:58 2026] PUT /v2.0/routers/df16e20c-00de-4074-b819-9af2aa2dd769 => generated 705 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1269] 10.0.0.195 () {32 vars in 721 bytes} [Wed Jun 10 11:02:59 2026] GET /v2.0/routers/df16e20c-00de-4074-b819-9af2aa2dd769 => generated 705 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1270] 10.0.0.195 () {32 vars in 736 bytes} [Wed Jun 10 11:02:59 2026] GET /v2.0/ports?device_id=df16e20c-00de-4074-b819-9af2aa2dd769 => 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: 722/1271] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:02:59 2026] GET /v2.0/ports?device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1272] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:02:59 2026] GET /v2.0/security-groups?id=b524251d-1266-42a3-921d-9f5c730f1c94&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:02:59.525 7 INFO neutron_taas.services.taas.taas_plugin [None req-ae21b6c1-5083-4201-abd2-5ee21a79da78 f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] TaaS: Handle Delete Port: 0f71093d-d635-4d96-8e18-83bdc1172fe8 2026-06-10 11:02:59.528 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae21b6c1-5083-4201-abd2-5ee21a79da78 f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] Tap Mirror: Handle Delete Port: 0f71093d-d635-4d96-8e18-83bdc1172fe8 2026-06-10 11:02:59.758 7 INFO neutron_taas.services.taas.taas_plugin [None req-ae21b6c1-5083-4201-abd2-5ee21a79da78 f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] TaaS: Handle Delete Port: 3c896ff6-a75c-4c1e-a434-3748de62bac1 2026-06-10 11:02:59.760 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae21b6c1-5083-4201-abd2-5ee21a79da78 f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] Tap Mirror: Handle Delete Port: 3c896ff6-a75c-4c1e-a434-3748de62bac1 2026-06-10 11:03:00.044 7 INFO neutron.services.segments.plugin [-] Segment 6ab45a7b-30a6-4ddc-9bd2-86321606a534 resource provider aggregate not found 2026-06-10 11:03:00.056 7 INFO neutron.services.segments.plugin [-] Segment 6ab45a7b-30a6-4ddc-9bd2-86321606a534 resource provider aggregate not found 2026-06-10 11:03:00.066 7 INFO neutron.services.segments.plugin [-] Segment 6ab45a7b-30a6-4ddc-9bd2-86321606a534 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ab45a7b-30a6-4ddc-9bd2-86321606a534 found for delete ", "request_id": "req-c8cd694f-5b51-45aa-ba04-e31666f9ac53"}]} 2026-06-10 11:03:00.073 7 INFO neutron.services.segments.plugin [-] Segment 6ab45a7b-30a6-4ddc-9bd2-86321606a534 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ab45a7b-30a6-4ddc-9bd2-86321606a534 found for delete ", "request_id": "req-b09c4c58-88e0-477e-ae04-e8e017a10521"}]} 2026-06-10 11:03:00.076 7 INFO neutron.db.l3_hamode_db [None req-ae21b6c1-5083-4201-abd2-5ee21a79da78 f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] HA network 396b2034-d9c9-4b2d-92ce-d9e24c8446e0 was deleted as no HA routers are present in tenant 8c5cab14bd4345cc8d7f2cfb50685d67. [pid: 7|app: 0|req: 550/1273] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:02:59 2026] DELETE /v2.0/routers/df16e20c-00de-4074-b819-9af2aa2dd769 => generated 0 bytes in 754 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1274] 10.0.0.195 () {32 vars in 736 bytes} [Wed Jun 10 11:03:00 2026] GET /v2.0/ports?device_id=df16e20c-00de-4074-b819-9af2aa2dd769 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:03:00.148 7 INFO neutron.api.v2.resource [None req-ea02bb08-6b42-4d8c-9e55-3ed1c10be7b6 f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 551/1275] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:03:00 2026] DELETE /v2.0/routers/df16e20c-00de-4074-b819-9af2aa2dd769 => generated 135 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1276] 10.0.0.195 () {32 vars in 736 bytes} [Wed Jun 10 11:03:00 2026] GET /v2.0/ports?device_id=be605efc-def0-4cd6-b2fa-03785d8f5b64 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:03:00.199 7 INFO neutron.api.v2.resource [None req-13cff836-3e2e-4c7b-bab0-792e9f03a804 f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 552/1277] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:03:00 2026] DELETE /v2.0/routers/be605efc-def0-4cd6-b2fa-03785d8f5b64 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:03:00.218 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5061f95d-2597-4abe-8cd0-0178ec5b549c f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 726/1278] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:03:00 2026] DELETE /v2.0/subnets/80e2a057-d863-4733-8bdd-54839913f157 => 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: 553/1279] 10.0.0.195 () {32 vars in 736 bytes} [Wed Jun 10 11:03:00 2026] GET /v2.0/ports?device_id=79288c76-358f-4d5d-a415-ac0f468f3a83 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:03:00.266 8 INFO neutron.api.v2.resource [None req-03e735a9-027f-4b62-9084-e6f7217661f6 f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 727/1280] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:03:00 2026] DELETE /v2.0/routers/79288c76-358f-4d5d-a415-ac0f468f3a83 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:03:00.289 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cce15e69-5cc8-4f92-a275-c537900a6df3 f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 728/1281] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:03:00 2026] DELETE /v2.0/subnets/9cda16fc-e823-4a25-947e-f2eb520e4dd1 => 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: 729/1282] 10.0.0.195 () {32 vars in 736 bytes} [Wed Jun 10 11:03:00 2026] GET /v2.0/ports?device_id=75b35c63-0b77-4616-a541-66f1cd4f582f => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:03:00.336 8 INFO neutron.api.v2.resource [None req-afaa4791-9d38-4b33-bf40-bc7a77a09bd2 f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 730/1283] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:03:00 2026] DELETE /v2.0/routers/75b35c63-0b77-4616-a541-66f1cd4f582f => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1284] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:00 2026] GET /v2.0/ports?device_id=984a0263-9254-4c09-9b54-4f234db81ed4 => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:03:00.351 8 INFO neutron.pecan_wsgi.hooks.translation [None req-255cda39-1a97-4f03-a45b-d9deb6d83a59 f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 731/1285] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:03:00 2026] DELETE /v2.0/subnets/e1a1c066-59ec-4dc3-952e-1dbfa53f3b1e => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:03:00.366 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e24e7751-d034-4e07-9f45-28393638b547 f0d555da5cb0438fac916d488ca70c28 8c5cab14bd4345cc8d7f2cfb50685d67 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 732/1286] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:03:00 2026] DELETE /v2.0/subnets/9f90e959-53d1-4e67-97f8-d3147c57fcb6 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1287] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:00 2026] GET /v2.0/security-groups?id=a4773251-a540-4edc-be93-e5347ece2190&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1288] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:00 2026] GET /v2.0/ports?device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1289] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:00 2026] GET /v2.0/security-groups?id=b524251d-1266-42a3-921d-9f5c730f1c94&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1290] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:03:00 2026] GET /v2.0/security-groups?tenant_id=8c5cab14bd4345cc8d7f2cfb50685d67&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1291] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:03:01 2026] DELETE /v2.0/security-groups/7edde17c-8a28-420d-a734-ea9730d3dd4f => 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: 735/1292] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:01 2026] GET /v2.0/ports?device_id=984a0263-9254-4c09-9b54-4f234db81ed4 => generated 973 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1293] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:01 2026] GET /v2.0/security-groups?id=a4773251-a540-4edc-be93-e5347ece2190&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: 736/1294] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:01 2026] GET /v2.0/ports?device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1295] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:01 2026] GET /v2.0/security-groups?id=b524251d-1266-42a3-921d-9f5c730f1c94&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1296] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:02 2026] GET /v2.0/ports?device_id=984a0263-9254-4c09-9b54-4f234db81ed4 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1297] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:02 2026] GET /v2.0/security-groups?id=a4773251-a540-4edc-be93-e5347ece2190&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: 738/1298] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:02 2026] GET /v2.0/ports?device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => 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: 739/1299] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:02 2026] GET /v2.0/security-groups?id=b524251d-1266-42a3-921d-9f5c730f1c94&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: 561/1300] 10.0.0.195 () {34 vars in 684 bytes} [Wed Jun 10 11:03:02 2026] POST /v2.0/security-groups => generated 1625 bytes in 539 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1301] 10.0.0.195 () {32 vars in 663 bytes} [Wed Jun 10 11:03:03 2026] GET /v2.0/security-groups => generated 4530 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1302] 10.0.0.195 () {34 vars in 758 bytes} [Wed Jun 10 11:03:03 2026] PUT /v2.0/security-groups/c1547dda-4989-4dc1-a751-c8e45a2afd5d => generated 1663 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1303] 10.0.0.195 () {32 vars in 737 bytes} [Wed Jun 10 11:03:03 2026] GET /v2.0/security-groups/c1547dda-4989-4dc1-a751-c8e45a2afd5d => generated 1663 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1304] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:03:03 2026] DELETE /v2.0/security-groups/c1547dda-4989-4dc1-a751-c8e45a2afd5d => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1305] 10.0.0.195 () {32 vars in 663 bytes} [Wed Jun 10 11:03:03 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:03:03.779 7 INFO neutron.api.v2.resource [None req-2c5a8938-00aa-48ef-aea6-1df3a1cdeb1e 4c09d1d29a4442fbbe508502b67c02e5 8243c1da14d84bfc8c7ea893b9e42c6d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 564/1306] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:03:03 2026] DELETE /v2.0/security-groups/c1547dda-4989-4dc1-a751-c8e45a2afd5d => 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: 565/1307] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:03 2026] GET /v2.0/ports?device_id=984a0263-9254-4c09-9b54-4f234db81ed4 => 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: 566/1308] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:03 2026] GET /v2.0/security-groups?id=a4773251-a540-4edc-be93-e5347ece2190&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: 743/1309] 10.0.0.195 () {34 vars in 684 bytes} [Wed Jun 10 11:03:03 2026] POST /v2.0/security-groups => generated 1625 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1310] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:03 2026] GET /v2.0/ports?device_id=984a0263-9254-4c09-9b54-4f234db81ed4 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1311] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:03:03 2026] POST /v2.0/security-group-rules => generated 601 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1312] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:04 2026] GET /v2.0/ports?device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1313] 10.0.0.195 () {32 vars in 747 bytes} [Wed Jun 10 11:03:04 2026] GET /v2.0/security-group-rules/0da08812-1f64-48d1-acf2-529b9d8432cb => generated 601 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1314] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:04 2026] GET /v2.0/security-groups?id=b524251d-1266-42a3-921d-9f5c730f1c94&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: 748/1315] 10.0.0.195 () {32 vars in 673 bytes} [Wed Jun 10 11:03:04 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1316] 10.0.0.195 () {32 vars in 750 bytes} [Wed Jun 10 11:03:04 2026] DELETE /v2.0/security-group-rules/0da08812-1f64-48d1-acf2-529b9d8432cb => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:03:04.407 7 INFO neutron.db.l3_db [None req-db81aee9-4fa5-4d58-903d-77ec9999a877 44376b371ff34b5dbd773c2ab0f0535c cbf6a0c70a804d09a5528d659bf606de - - default default] Floating IP c89443ca-79a8-4bbf-8141-c4a72a0ced17 associated. External IP: 10.96.250.203, port: 7cefbf30-dead-484c-81c7-34a6e5b003de. [pid: 8|app: 0|req: 750/1317] 10.0.0.195 () {32 vars in 673 bytes} [Wed Jun 10 11:03:04 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1318] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:03:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1319] 10.0.0.195 () {32 vars in 747 bytes} [Wed Jun 10 11:03:04 2026] GET /v2.0/security-group-rules/65470c03-064f-4b3a-815b-4892441cd260 => generated 601 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1320] 10.0.0.195 () {32 vars in 673 bytes} [Wed Jun 10 11:03:04 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1321] 10.0.0.195 () {32 vars in 750 bytes} [Wed Jun 10 11:03:04 2026] DELETE /v2.0/security-group-rules/65470c03-064f-4b3a-815b-4892441cd260 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1322] 10.0.0.195 () {34 vars in 749 bytes} [Wed Jun 10 11:03:04 2026] PUT /v2.0/floatingips/c89443ca-79a8-4bbf-8141-c4a72a0ced17 => generated 856 bytes in 754 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1323] 10.0.0.195 () {32 vars in 673 bytes} [Wed Jun 10 11:03:04 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:03:04.823 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4b0c23e7-d501-4e01-aba8-7f03e04201ee'] response: {'name': 'network-changed', 'server_uuid': '984a0263-9254-4c09-9b54-4f234db81ed4', 'tag': '7cefbf30-dead-484c-81c7-34a6e5b003de', 'status': 'completed', 'code': 200} 2026-06-10 11:03:04.852 8 INFO neutron.db.securitygroups_db [None req-3b37838c-604e-447b-bd8b-a53236f51821 4c09d1d29a4442fbbe508502b67c02e5 8243c1da14d84bfc8c7ea893b9e42c6d - - default default] Project 8243c1da14d84bfc8c7ea893b9e42c6d 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: 569/1324] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:04 2026] GET /v2.0/ports?device_id=984a0263-9254-4c09-9b54-4f234db81ed4 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1325] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:04 2026] GET /v2.0/security-groups?id=a4773251-a540-4edc-be93-e5347ece2190&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: 756/1326] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:03:04 2026] POST /v2.0/security-group-rules => generated 607 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1327] 10.0.0.195 () {32 vars in 747 bytes} [Wed Jun 10 11:03:04 2026] GET /v2.0/security-group-rules/bd06596d-13d9-4e83-ba8c-2cd2cbf9f477 => generated 607 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1328] 10.0.0.195 () {32 vars in 673 bytes} [Wed Jun 10 11:03:04 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1329] 10.0.0.195 () {32 vars in 750 bytes} [Wed Jun 10 11:03:05 2026] DELETE /v2.0/security-group-rules/bd06596d-13d9-4e83-ba8c-2cd2cbf9f477 => 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: 758/1330] 10.0.0.195 () {32 vars in 673 bytes} [Wed Jun 10 11:03:05 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: 573/1331] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:03:05 2026] DELETE /v2.0/security-groups/49466f1c-b05a-4c22-8bfe-373c4bae019c => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1332] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:05 2026] GET /v2.0/ports?device_id=984a0263-9254-4c09-9b54-4f234db81ed4 => 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: 760/1333] 10.0.0.195 () {32 vars in 663 bytes} [Wed Jun 10 11:03:05 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) 2026-06-10 11:03:05.364 8 WARNING keystonemiddleware.audit [None req-3bfc47bb-73c3-488e-98f8-a039f3d2407d 4c09d1d29a4442fbbe508502b67c02e5 8243c1da14d84bfc8c7ea893b9e42c6d - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 761/1334] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:03:05 2026] GET /v2.0/ports?tenant_id=cbf6a0c70a804d09a5528d659bf606de&device_id=984a0263-9254-4c09-9b54-4f234db81ed4 => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1335] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:05 2026] GET /v2.0/ports?device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => generated 969 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1336] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:05 2026] GET /v2.0/security-groups?id=a4773251-a540-4edc-be93-e5347ece2190&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:03:05.437 8 WARNING keystonemiddleware.audit [req-9ae906cb-6421-4e12-a878-8ab43e532cb0 req-4108a0d5-3fe3-4c3e-bd3c-3dbf911578a2 44376b371ff34b5dbd773c2ab0f0535c cbf6a0c70a804d09a5528d659bf606de - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 575/1337] 10.0.0.195 () {32 vars in 663 bytes} [Wed Jun 10 11:03:05 2026] GET /v2.0/security-groups => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1338] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:03:05 2026] GET /v2.0/networks?id=b238a802-ac5f-486b-b305-9dd4aae8040b => generated 766 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:03:05.491 8 WARNING keystonemiddleware.audit [req-54c7e123-79b7-4a66-90ae-9b15e64a8b58 req-406e7dfc-fb0e-429e-b425-4f2676707b21 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 576/1339] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:05 2026] GET /v2.0/security-groups?id=b524251d-1266-42a3-921d-9f5c730f1c94&fields=id&fields=name => generated 113 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1340] 199.204.45.132 () {34 vars in 1060 bytes} [Wed Jun 10 11:03:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=7cefbf30-dead-484c-81c7-34a6e5b003de => generated 859 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:03:05.553 7 WARNING keystonemiddleware.audit [req-03920d74-de67-45ff-8c66-fcff0f742350 req-951be061-041f-4794-b0e4-a81250309f5a d6fc3ceb7eb447898241791ba36e98d6 5fbe0c5b8a974c0a8e865d1ef28db981 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 577/1341] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:03:05 2026] GET /v2.0/subnets?id=401ae119-76e5-4dd7-8f75-25593ce5b2b4 => generated 688 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:03:05.597 8 WARNING keystonemiddleware.audit [req-54c7e123-79b7-4a66-90ae-9b15e64a8b58 req-80ecc10a-7c29-4b1f-8839-d83edec747c4 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 765/1342] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:03:05 2026] GET /v2.0/ports?network_id=b238a802-ac5f-486b-b305-9dd4aae8040b&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:03:05.650 7 WARNING keystonemiddleware.audit [req-54c7e123-79b7-4a66-90ae-9b15e64a8b58 req-d7e621bb-40c3-4c75-9846-03fbade029ca 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 578/1343] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:03:05 2026] GET /v2.0/networks/b238a802-ac5f-486b-b305-9dd4aae8040b?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:03:05.707 8 WARNING keystonemiddleware.audit [req-54c7e123-79b7-4a66-90ae-9b15e64a8b58 req-f875f31b-d7fb-4ca5-93e2-00808b2234d2 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 766/1344] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:03:05 2026] GET /v2.0/networks/b238a802-ac5f-486b-b305-9dd4aae8040b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1345] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:03:05 2026] GET /v2.0/security-groups?tenant_id=8243c1da14d84bfc8c7ea893b9e42c6d&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1346] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:03:05 2026] GET /v2.0/security-groups?tenant_id=d77b9676213e48dc80310b9d6894eac2&name=default => generated 2925 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1347] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:03:06 2026] DELETE /v2.0/security-groups/96e02abe-8f9f-4dfa-a9f7-c3e69da3a750 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1348] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:03:06 2026] DELETE /v2.0/security-groups/5ca89d82-42ef-46a3-84dd-ac3418aa0a79 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1349] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:06 2026] GET /v2.0/ports?device_id=984a0263-9254-4c09-9b54-4f234db81ed4 => generated 975 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1350] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:06 2026] GET /v2.0/ports?device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1351] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:06 2026] GET /v2.0/security-groups?id=a4773251-a540-4edc-be93-e5347ece2190&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: 770/1352] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:06 2026] GET /v2.0/security-groups?id=b524251d-1266-42a3-921d-9f5c730f1c94&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1355] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:07 2026] GET /v2.0/ports?device_id=984a0263-9254-4c09-9b54-4f234db81ed4 => 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: 772/1356] 199.204.45.132 () {34 vars in 994 bytes} [Wed Jun 10 11:03:07 2026] GET /v2.0/ports?device_id=984a0263-9254-4c09-9b54-4f234db81ed4 => 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: 585/1357] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:07 2026] GET /v2.0/security-groups?id=a4773251-a540-4edc-be93-e5347ece2190&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:03:07.858 8 INFO neutron_taas.services.taas.taas_plugin [req-0e27ce6a-b742-4def-8684-87f3d33adb08 req-479dae4f-7149-490a-b544-2d910d90dc61 44376b371ff34b5dbd773c2ab0f0535c cbf6a0c70a804d09a5528d659bf606de - - default default] TaaS: Handle Delete Port: 7cefbf30-dead-484c-81c7-34a6e5b003de 2026-06-10 11:03:07.861 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0e27ce6a-b742-4def-8684-87f3d33adb08 req-479dae4f-7149-490a-b544-2d910d90dc61 44376b371ff34b5dbd773c2ab0f0535c cbf6a0c70a804d09a5528d659bf606de - - default default] Tap Mirror: Handle Delete Port: 7cefbf30-dead-484c-81c7-34a6e5b003de 2026-06-10 11:03:07.981 8 INFO neutron.db.l3_db [req-0e27ce6a-b742-4def-8684-87f3d33adb08 req-479dae4f-7149-490a-b544-2d910d90dc61 44376b371ff34b5dbd773c2ab0f0535c cbf6a0c70a804d09a5528d659bf606de - - default default] Floating IP c89443ca-79a8-4bbf-8141-c4a72a0ced17 disassociated. External IP: 10.96.250.203, port: 7cefbf30-dead-484c-81c7-34a6e5b003de. [pid: 8|app: 0|req: 773/1358] 199.204.45.132 () {36 vars in 997 bytes} [Wed Jun 10 11:03:07 2026] DELETE /v2.0/ports/7cefbf30-dead-484c-81c7-34a6e5b003de => generated 0 bytes in 594 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:03:08.392 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-70c0b0f3-95cf-418a-974a-a438405e9593'] response: {'server_uuid': '984a0263-9254-4c09-9b54-4f234db81ed4', 'name': 'network-vif-deleted', 'tag': '7cefbf30-dead-484c-81c7-34a6e5b003de', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 586/1359] 10.0.0.195 () {34 vars in 684 bytes} [Wed Jun 10 11:03:08 2026] POST /v2.0/security-groups => generated 1624 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1360] 10.0.0.195 () {32 vars in 663 bytes} [Wed Jun 10 11:03:08 2026] GET /v2.0/security-groups => generated 4529 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1361] 10.0.0.195 () {34 vars in 758 bytes} [Wed Jun 10 11:03:08 2026] PUT /v2.0/security-groups/a2cc52eb-718f-4fa6-8e93-fadb44d00a55 => generated 1662 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1362] 10.0.0.195 () {32 vars in 737 bytes} [Wed Jun 10 11:03:08 2026] GET /v2.0/security-groups/a2cc52eb-718f-4fa6-8e93-fadb44d00a55 => generated 1662 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1363] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:03:08 2026] DELETE /v2.0/security-groups/a2cc52eb-718f-4fa6-8e93-fadb44d00a55 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1364] 10.0.0.195 () {32 vars in 663 bytes} [Wed Jun 10 11:03:08 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) 2026-06-10 11:03:08.793 7 INFO neutron.api.v2.resource [None req-fc672b63-08cf-414e-b1be-5f3260aa7c94 f9dd8b56156546e1b38a928e89199b21 9abef1d29912473492c5dea266de348a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 589/1365] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:03:08 2026] DELETE /v2.0/security-groups/a2cc52eb-718f-4fa6-8e93-fadb44d00a55 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1366] 10.0.0.195 () {34 vars in 684 bytes} [Wed Jun 10 11:03:08 2026] POST /v2.0/security-groups => generated 1625 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1367] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:03:08 2026] POST /v2.0/security-group-rules => generated 601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1368] 10.0.0.195 () {32 vars in 747 bytes} [Wed Jun 10 11:03:09 2026] GET /v2.0/security-group-rules/336d6bc2-081d-428b-9c98-0b8604a12fb7 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1369] 10.0.0.195 () {32 vars in 673 bytes} [Wed Jun 10 11:03:09 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: 781/1370] 10.0.0.195 () {32 vars in 750 bytes} [Wed Jun 10 11:03:09 2026] DELETE /v2.0/security-group-rules/336d6bc2-081d-428b-9c98-0b8604a12fb7 => 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: 782/1371] 10.0.0.195 () {32 vars in 673 bytes} [Wed Jun 10 11:03:09 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1372] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:08 2026] GET /v2.0/ports?device_id=984a0263-9254-4c09-9b54-4f234db81ed4 => generated 12 bytes in 460 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1373] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:03:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1374] 10.0.0.195 () {32 vars in 747 bytes} [Wed Jun 10 11:03:09 2026] GET /v2.0/security-group-rules/16a1b31e-0d91-4773-a9ca-ad4ce5815472 => 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: 785/1375] 10.0.0.195 () {32 vars in 673 bytes} [Wed Jun 10 11:03:09 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1376] 10.0.0.195 () {32 vars in 750 bytes} [Wed Jun 10 11:03:09 2026] DELETE /v2.0/security-group-rules/16a1b31e-0d91-4773-a9ca-ad4ce5815472 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1377] 10.0.0.195 () {32 vars in 673 bytes} [Wed Jun 10 11:03:09 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1378] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:03:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1379] 10.0.0.195 () {32 vars in 747 bytes} [Wed Jun 10 11:03:09 2026] GET /v2.0/security-group-rules/8fc92ebc-47ef-4feb-98cc-9a7ab6fb40af => generated 602 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:03:09.719 7 INFO neutron.db.segments_db [None req-c1ff4700-019c-4915-94ce-67728ddce0be 9ceeb34c120648f797a6f479598e336b 7e8c38701d264c9fa0edbc043b317ab6 - - default default] Added segment 6f1ff38a-5dc4-4421-840f-db492045f626 of type vxlan for network 1affe3f7-916f-44ac-a859-c24cc551f90d [pid: 8|app: 0|req: 790/1380] 10.0.0.195 () {32 vars in 673 bytes} [Wed Jun 10 11:03:09 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1381] 10.0.0.195 () {34 vars in 671 bytes} [Wed Jun 10 11:03:09 2026] POST /v2.0/networks => generated 614 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1382] 10.0.0.195 () {32 vars in 750 bytes} [Wed Jun 10 11:03:09 2026] DELETE /v2.0/security-group-rules/8fc92ebc-47ef-4feb-98cc-9a7ab6fb40af => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:03:09.838 7 INFO neutron.db.segments_db [None req-6b26c595-5a38-4fca-ad77-76c4905901fe 9ceeb34c120648f797a6f479598e336b 7e8c38701d264c9fa0edbc043b317ab6 - - default default] Added segment f1745b91-91a5-4fda-bfb3-cfa53cc76712 of type vxlan for network 36e678d7-2980-43e8-be59-4d658a8c82e3 [pid: 8|app: 0|req: 792/1383] 10.0.0.195 () {32 vars in 673 bytes} [Wed Jun 10 11:03:09 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1384] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:03:09 2026] DELETE /v2.0/security-groups/37713424-215e-4c5e-a119-ca5217cc968f => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1385] 10.0.0.195 () {32 vars in 663 bytes} [Wed Jun 10 11:03:09 2026] GET /v2.0/security-groups => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1386] 10.0.0.195 () {32 vars in 663 bytes} [Wed Jun 10 11:03:09 2026] GET /v2.0/security-groups => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:03:10.110 7 INFO neutron.db.l3_hamode_db [None req-6b26c595-5a38-4fca-ad77-76c4905901fe 9ceeb34c120648f797a6f479598e336b 7e8c38701d264c9fa0edbc043b317ab6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 796/1387] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:10 2026] GET /v2.0/ports?device_id=984a0263-9254-4c09-9b54-4f234db81ed4 => 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: 797/1388] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:03:10 2026] GET /v2.0/security-groups?tenant_id=9abef1d29912473492c5dea266de348a&name=default => generated 2925 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1389] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:03:10 2026] DELETE /v2.0/security-groups/23d1c79c-a31b-43fc-a262-303460b2b55c => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:03:10.807 7 INFO neutron.db.l3_hamode_db [None req-6b26c595-5a38-4fca-ad77-76c4905901fe 9ceeb34c120648f797a6f479598e336b 7e8c38701d264c9fa0edbc043b317ab6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 799/1390] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:11 2026] GET /v2.0/ports?device_id=984a0263-9254-4c09-9b54-4f234db81ed4 => 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: 592/1391] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:03:09 2026] POST /v2.0/routers => generated 695 bytes in 1886 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1392] 10.0.0.195 () {32 vars in 776 bytes} [Wed Jun 10 11:03:11 2026] GET /v2.0/subnets?project_id=7e8c38701d264c9fa0edbc043b317ab6&cidr=10.100.0.0%2F28 => generated 14 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1393] 10.0.0.195 () {32 vars in 694 bytes} [Wed Jun 10 11:03:11 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1394] 10.0.0.195 () {32 vars in 784 bytes} [Wed Jun 10 11:03:11 2026] GET /v2.0/subnets?network_id=281554b6-08e5-455d-8e74-1c0a40315bf3&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: 594/1395] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:03:12 2026] POST /v2.0/subnets => generated 656 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:03:12.564 7 INFO neutron.db.segments_db [None req-701c9821-9a74-4218-8ab2-3c5aae27afd1 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Added segment 341eb5ff-f8b9-4228-a41e-9c20cf758a95 of type vxlan for network 40cbeed6-cb8b-4e3a-8cb3-05a73f94a544 [pid: 7|app: 0|req: 595/1396] 10.0.0.195 () {34 vars in 671 bytes} [Wed Jun 10 11:03:12 2026] POST /v2.0/networks => generated 720 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1397] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:03:12 2026] DELETE /v2.0/security-groups/a4773251-a540-4edc-be93-e5347ece2190 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1398] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:03:12 2026] POST /v2.0/subnets => generated 687 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:03:12.934 7 INFO neutron.api.v2.resource [None req-61830097-bd9b-44d2-814c-68410a3b556d 44376b371ff34b5dbd773c2ab0f0535c cbf6a0c70a804d09a5528d659bf606de - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 598/1399] 10.0.0.195 () {32 vars in 737 bytes} [Wed Jun 10 11:03:12 2026] GET /v2.0/security-groups/a4773251-a540-4edc-be93-e5347ece2190 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:03:12.975 7 INFO neutron.db.segments_db [None req-0e7c0b96-221d-4d13-96ce-7db4ae28a9da fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Added segment e39da85b-163f-4954-bcf8-66daa55a1dde of type vxlan for network 5dfe9732-df85-49ab-89ef-ba0e32987c2d 2026-06-10 11:03:13.210 7 INFO neutron.db.l3_hamode_db [None req-0e7c0b96-221d-4d13-96ce-7db4ae28a9da fdd1631be39440f1880320d5221245d1 9550e77976844bdda383a002c20b9242 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 802/1400] 10.0.0.195 () {34 vars in 783 bytes} [Wed Jun 10 11:03:12 2026] PUT /v2.0/routers/a15dd61a-633c-4df8-91fe-1de3d39f9a75/add_router_interface => generated 309 bytes in 1154 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:03:13.534 8 INFO neutron_taas.services.taas.taas_plugin [None req-c18cf108-fe9b-485d-9bbe-f9afee14b5c7 44376b371ff34b5dbd773c2ab0f0535c cbf6a0c70a804d09a5528d659bf606de - - default default] TaaS: Handle Delete Port: 54593e33-7170-4986-ba74-f52a2e619d70 2026-06-10 11:03:13.536 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c18cf108-fe9b-485d-9bbe-f9afee14b5c7 44376b371ff34b5dbd773c2ab0f0535c cbf6a0c70a804d09a5528d659bf606de - - default default] Tap Mirror: Handle Delete Port: 54593e33-7170-4986-ba74-f52a2e619d70 [pid: 8|app: 0|req: 803/1401] 10.0.0.195 () {32 vars in 732 bytes} [Wed Jun 10 11:03:13 2026] DELETE /v2.0/floatingips/c89443ca-79a8-4bbf-8141-c4a72a0ced17 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1402] 10.0.0.195 () {32 vars in 649 bytes} [Wed Jun 10 11:03:13 2026] GET /v2.0/networks => generated 7956 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:03:13.990 7 INFO neutron.db.l3_hamode_db [None req-0e7c0b96-221d-4d13-96ce-7db4ae28a9da fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 11:03:14.132 8 INFO neutron_taas.services.taas.taas_plugin [None req-94480ec2-5d82-4c6c-85ac-df6bb577ca4d fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: 94006a52-9dd0-49c0-84dd-04932b7ba24f 2026-06-10 11:03:14.134 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94480ec2-5d82-4c6c-85ac-df6bb577ca4d fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: 94006a52-9dd0-49c0-84dd-04932b7ba24f [pid: 8|app: 0|req: 805/1403] 10.0.0.195 () {34 vars in 789 bytes} [Wed Jun 10 11:03:13 2026] PUT /v2.0/routers/0470fb1e-c8b1-4801-ad79-f8192eba7fdb/remove_router_interface => generated 309 bytes in 879 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1404] 10.0.0.195 () {32 vars in 647 bytes} [Wed Jun 10 11:03:14 2026] GET /v2.0/subnets => generated 6492 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1405] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:03:12 2026] POST /v2.0/routers => generated 727 bytes in 1949 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:03:14.942 8 INFO neutron_taas.services.taas.taas_plugin [None req-c877812a-8156-4271-8009-48cc57672a9e fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: 5f4d030b-842f-4680-acbb-ef7e653c57e7 2026-06-10 11:03:14.946 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c877812a-8156-4271-8009-48cc57672a9e fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: 5f4d030b-842f-4680-acbb-ef7e653c57e7 [pid: 7|app: 0|req: 600/1406] 10.0.0.195 () {32 vars in 647 bytes} [Wed Jun 10 11:03:14 2026] GET /v2.0/routers => generated 2727 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:03:15.253 8 INFO neutron_taas.services.taas.taas_plugin [None req-c877812a-8156-4271-8009-48cc57672a9e fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: 1e2ef04a-7007-4707-b12c-38640617a7cc 2026-06-10 11:03:15.255 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c877812a-8156-4271-8009-48cc57672a9e fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: 1e2ef04a-7007-4707-b12c-38640617a7cc 2026-06-10 11:03:15.602 8 INFO neutron.services.segments.plugin [-] Segment cadb1cf1-42af-4eac-8f16-ed8bfc64fbda resource provider aggregate not found 2026-06-10 11:03:15.611 8 INFO neutron.services.segments.plugin [-] Segment cadb1cf1-42af-4eac-8f16-ed8bfc64fbda resource provider aggregate not found 2026-06-10 11:03:15.621 8 INFO neutron.services.segments.plugin [-] Segment cadb1cf1-42af-4eac-8f16-ed8bfc64fbda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cadb1cf1-42af-4eac-8f16-ed8bfc64fbda found for delete ", "request_id": "req-3ddff0f4-d1f6-4c61-8691-d35ff62f5ec9"}]} 2026-06-10 11:03:15.630 8 INFO neutron.services.segments.plugin [-] Segment cadb1cf1-42af-4eac-8f16-ed8bfc64fbda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cadb1cf1-42af-4eac-8f16-ed8bfc64fbda found for delete ", "request_id": "req-883562b2-9c7a-4b1f-bb0c-883f0522dd06"}]} 2026-06-10 11:03:15.633 8 INFO neutron.db.l3_hamode_db [None req-c877812a-8156-4271-8009-48cc57672a9e fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] HA network d8c32a18-8c5c-4a72-bbe5-164f763f811c was deleted as no HA routers are present in tenant cbf6a0c70a804d09a5528d659bf606de. [pid: 8|app: 0|req: 807/1407] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:03:14 2026] DELETE /v2.0/routers/0470fb1e-c8b1-4801-ad79-f8192eba7fdb => generated 0 bytes in 939 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1408] 10.0.0.195 () {34 vars in 685 bytes} [Wed Jun 10 11:03:15 2026] POST /v2.0/security-groups => generated 1675 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1409] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:03:15 2026] DELETE /v2.0/subnets/401ae119-76e5-4dd7-8f75-25593ce5b2b4 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1410] 10.0.0.195 () {34 vars in 783 bytes} [Wed Jun 10 11:03:14 2026] PUT /v2.0/routers/b1476ebe-b812-45cd-97df-c4b34004d009/add_router_interface => generated 309 bytes in 1096 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1411] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:03:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:03:16.173 7 INFO neutron_taas.services.taas.taas_plugin [None req-bbf785f3-85d6-434e-8d53-4d772b84a725 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: dac6f741-fec1-4b5e-b012-7c52bb7c1004 2026-06-10 11:03:16.175 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbf785f3-85d6-434e-8d53-4d772b84a725 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: dac6f741-fec1-4b5e-b012-7c52bb7c1004 [pid: 8|app: 0|req: 811/1412] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:03:16 2026] POST /v2.0/security-group-rules => generated 596 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:03:16.377 7 INFO neutron.services.segments.plugin [-] Segment 8af6f124-e916-479c-9909-9c0ffaff540e resource provider aggregate not found [pid: 8|app: 0|req: 812/1413] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:03:16 2026] POST /v2.0/security-group-rules => generated 602 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:03:16.388 7 INFO neutron.services.segments.plugin [-] Segment 8af6f124-e916-479c-9909-9c0ffaff540e resource provider aggregate not found [pid: 7|app: 0|req: 602/1414] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:03:16 2026] DELETE /v2.0/networks/b238a802-ac5f-486b-b305-9dd4aae8040b => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:03:16.403 7 INFO neutron.services.segments.plugin [-] Segment 8af6f124-e916-479c-9909-9c0ffaff540e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8af6f124-e916-479c-9909-9c0ffaff540e found for delete ", "request_id": "req-34f8b5d4-2085-4f28-8525-6ebe2064669a"}]} 2026-06-10 11:03:16.412 7 INFO neutron.services.segments.plugin [-] Segment 8af6f124-e916-479c-9909-9c0ffaff540e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8af6f124-e916-479c-9909-9c0ffaff540e found for delete ", "request_id": "req-6a398d5b-a3d3-4bab-a6a3-ef66c246bd87"}]} [pid: 8|app: 0|req: 813/1415] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:03:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:03:16.578 8 INFO neutron.db.securitygroups_db [None req-0eb2cbcd-f1c4-40ca-ad36-8f940f82ef69 9ceeb34c120648f797a6f479598e336b 7e8c38701d264c9fa0edbc043b317ab6 - - default default] Project 7e8c38701d264c9fa0edbc043b317ab6 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: 603/1416] 10.0.0.142 () {34 vars in 990 bytes} [Wed Jun 10 11:03:16 2026] GET /v2.0/ports?device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => generated 1240 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1417] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:03:16 2026] GET /v2.0/security-groups?tenant_id=cbf6a0c70a804d09a5528d659bf606de&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1418] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:03:16 2026] POST /v2.0/security-group-rules => generated 607 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1419] 10.0.0.142 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:16 2026] GET /v2.0/security-groups?id=b524251d-1266-42a3-921d-9f5c730f1c94&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:03:16.726 7 INFO neutron.db.securitygroups_db [None req-81d41138-ebc1-46ef-80a8-95c578b7a6e1 9ceeb34c120648f797a6f479598e336b 7e8c38701d264c9fa0edbc043b317ab6 - - default default] Project 7e8c38701d264c9fa0edbc043b317ab6 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: 815/1420] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:03:16 2026] DELETE /v2.0/security-groups/460ffe8c-c896-49f4-8976-692b761e5115 => 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: 606/1421] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:03:16 2026] POST /v2.0/security-group-rules => generated 606 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1422] 10.0.0.195 () {32 vars in 649 bytes} [Wed Jun 10 11:03:17 2026] GET /v2.0/networks => generated 1298 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1423] 10.0.0.172 () {34 vars in 1100 bytes} [Wed Jun 10 11:03:17 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1309454542&fields=id&tenant_id=7e8c38701d264c9fa0edbc043b317ab6 => 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: 817/1424] 10.0.0.172 () {34 vars in 982 bytes} [Wed Jun 10 11:03:17 2026] GET /v2.0/networks?id=1affe3f7-916f-44ac-a859-c24cc551f90d => generated 661 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1425] 10.0.0.172 () {34 vars in 965 bytes} [Wed Jun 10 11:03:17 2026] GET /v2.0/quotas/7e8c38701d264c9fa0edbc043b317ab6 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1426] 10.0.0.172 () {34 vars in 1002 bytes} [Wed Jun 10 11:03:17 2026] GET /v2.0/ports?tenant_id=7e8c38701d264c9fa0edbc043b317ab6&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: 609/1427] 10.0.0.172 () {34 vars in 1008 bytes} [Wed Jun 10 11:03:17 2026] GET /v2.0/networks/1affe3f7-916f-44ac-a859-c24cc551f90d?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1428] 10.0.0.172 () {34 vars in 1108 bytes} [Wed Jun 10 11:03:17 2026] GET /v2.0/networks/1affe3f7-916f-44ac-a859-c24cc551f90d?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: 610/1429] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:17 2026] GET /v2.0/ports?device_id=e23f985a-e7c4-4c2a-825e-5257e45a1190 => 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: 820/1430] 10.0.0.172 () {34 vars in 982 bytes} [Wed Jun 10 11:03:18 2026] GET /v2.0/networks?id=40cbeed6-cb8b-4e3a-8cb3-05a73f94a544 => generated 672 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1431] 10.0.0.172 () {34 vars in 965 bytes} [Wed Jun 10 11:03:18 2026] GET /v2.0/quotas/9550e77976844bdda383a002c20b9242 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1432] 10.0.0.172 () {34 vars in 1002 bytes} [Wed Jun 10 11:03:18 2026] GET /v2.0/ports?tenant_id=9550e77976844bdda383a002c20b9242&fields=id => generated 57 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1433] 10.0.0.172 () {34 vars in 1008 bytes} [Wed Jun 10 11:03:18 2026] GET /v2.0/networks/40cbeed6-cb8b-4e3a-8cb3-05a73f94a544?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: 824/1434] 10.0.0.172 () {34 vars in 1108 bytes} [Wed Jun 10 11:03:18 2026] GET /v2.0/networks/40cbeed6-cb8b-4e3a-8cb3-05a73f94a544?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) 2026-06-10 11:03:18.928 7 INFO neutron.db.segments_db [None req-ab2245a3-e5e2-4d8a-9f99-98028c3fe2cd fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Added segment ec0a8987-9483-42c8-8f66-30c8dda33ce6 of type vxlan for network eccaef79-9e84-47bc-926f-6f532304094e [pid: 8|app: 0|req: 825/1435] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:18 2026] GET /v2.0/ports?device_id=4cddeaff-4fea-4354-b3d3-dfa7f9fe5908 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1436] 10.0.0.195 () {34 vars in 671 bytes} [Wed Jun 10 11:03:18 2026] POST /v2.0/networks => generated 727 bytes in 489 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1437] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:19 2026] GET /v2.0/ports?device_id=e23f985a-e7c4-4c2a-825e-5257e45a1190 => 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: 826/1438] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:03:19 2026] POST /v2.0/subnets => generated 693 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:03:19.296 7 INFO neutron.db.segments_db [None req-22cf71a0-0a20-4d2d-a708-995dad26828f fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Added segment 13029cdf-5d88-456b-97e0-4a8237afbb7c of type vxlan for network 7baf79fe-5da6-455c-8589-b98c1a96a22c 2026-06-10 11:03:19.537 7 INFO neutron.db.l3_hamode_db [None req-22cf71a0-0a20-4d2d-a708-995dad26828f fdd1631be39440f1880320d5221245d1 a0ef7b12117f48e0aaf640cb33da148d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 827/1439] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:20 2026] GET /v2.0/ports?device_id=4cddeaff-4fea-4354-b3d3-dfa7f9fe5908 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1440] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:20 2026] GET /v2.0/ports?device_id=e23f985a-e7c4-4c2a-825e-5257e45a1190 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:03:20.325 7 INFO neutron.db.l3_hamode_db [None req-22cf71a0-0a20-4d2d-a708-995dad26828f fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 829/1441] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:21 2026] GET /v2.0/ports?device_id=4cddeaff-4fea-4354-b3d3-dfa7f9fe5908 => 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: 613/1442] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:03:19 2026] POST /v2.0/routers => generated 733 bytes in 1948 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1443] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:21 2026] GET /v2.0/ports?device_id=e23f985a-e7c4-4c2a-825e-5257e45a1190 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1446] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:22 2026] GET /v2.0/ports?device_id=4cddeaff-4fea-4354-b3d3-dfa7f9fe5908 => 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: 618/1447] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:03:22 2026] GET /v2.0/networks?id=1affe3f7-916f-44ac-a859-c24cc551f90d => generated 661 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1448] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:22 2026] GET /v2.0/ports?device_id=e23f985a-e7c4-4c2a-825e-5257e45a1190 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1449] 199.204.45.132 () {34 vars in 1050 bytes} [Wed Jun 10 11:03:22 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7e8c38701d264c9fa0edbc043b317ab6 => generated 181 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1450] 10.0.0.195 () {34 vars in 783 bytes} [Wed Jun 10 11:03:21 2026] PUT /v2.0/routers/8b1e10dc-2654-447e-81c6-3146962487c0/add_router_interface => generated 309 bytes in 1296 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1451] 199.204.45.132 () {38 vars in 955 bytes} [Wed Jun 10 11:03:22 2026] POST /v2.0/ports => generated 954 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:03:22.863 8 WARNING keystonemiddleware.audit [None req-46a7ebe3-e32c-4efd-a916-15ef51615ef5 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 831/1452] 199.204.45.132 () {38 vars in 1028 bytes} [Wed Jun 10 11:03:22 2026] PUT /v2.0/ports/eefb2ed7-741f-4af9-a5a5-da32f69ed749 => generated 1235 bytes in 387 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:03:23.274 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8c86ebef-d35b-4ab3-9f71-5f91a9c39af2'] response: {'name': 'network-changed', 'server_uuid': 'e23f985a-e7c4-4c2a-825e-5257e45a1190', 'tag': 'eefb2ed7-741f-4af9-a5a5-da32f69ed749', '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: 622/1453] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:23 2026] GET /v2.0/ports?device_id=4cddeaff-4fea-4354-b3d3-dfa7f9fe5908 => generated 12 bytes in 19 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: 623/1454] 10.0.0.172 () {34 vars in 982 bytes} [Wed Jun 10 11:03:23 2026] GET /v2.0/networks?id=eccaef79-9e84-47bc-926f-6f532304094e => generated 678 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1455] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:23 2026] GET /v2.0/ports?device_id=e23f985a-e7c4-4c2a-825e-5257e45a1190 => 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: 624/1456] 10.0.0.172 () {34 vars in 965 bytes} [Wed Jun 10 11:03:23 2026] GET /v2.0/quotas/a0ef7b12117f48e0aaf640cb33da148d => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1457] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:23 2026] GET /v2.0/security-groups?id=6a0f87b8-dd2d-4fb6-bea1-07bc31ae1022&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: 625/1458] 10.0.0.172 () {34 vars in 1002 bytes} [Wed Jun 10 11:03:23 2026] GET /v2.0/ports?tenant_id=a0ef7b12117f48e0aaf640cb33da148d&fields=id => generated 103 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1459] 10.0.0.172 () {34 vars in 1008 bytes} [Wed Jun 10 11:03:23 2026] GET /v2.0/networks/eccaef79-9e84-47bc-926f-6f532304094e?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: 626/1460] 10.0.0.172 () {34 vars in 1108 bytes} [Wed Jun 10 11:03:23 2026] GET /v2.0/networks/eccaef79-9e84-47bc-926f-6f532304094e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:03:23.796 8 WARNING keystonemiddleware.audit [req-47fe3a80-f314-42b0-9f2e-880fc300befb req-7b3b85ad-122c-4767-bb0a-fd4bbe5a453e 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 835/1461] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:03:23 2026] GET /v2.0/ports?tenant_id=7e8c38701d264c9fa0edbc043b317ab6&device_id=e23f985a-e7c4-4c2a-825e-5257e45a1190 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:03:23.835 7 WARNING keystonemiddleware.audit [req-47fe3a80-f314-42b0-9f2e-880fc300befb req-1ce3cbdb-ed21-4a6a-ad54-492c288fdb5d 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 627/1462] 199.204.45.132 () {34 vars in 1018 bytes} [Wed Jun 10 11:03:23 2026] GET /v2.0/networks?tenant_id=7e8c38701d264c9fa0edbc043b317ab6&shared=False => generated 757 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:03:23.911 7 WARNING keystonemiddleware.audit [req-a3fe3e7c-d861-4e9e-83e1-22a7fb723fe1 req-ecb80ed3-83bc-4f87-92bd-8452559fae46 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 836/1463] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:23 2026] GET /v2.0/ports?device_id=94d9839d-73b3-469a-b96e-4030031b7bd6 => 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: 628/1464] 199.204.45.132 () {34 vars in 930 bytes} [Wed Jun 10 11:03:23 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1465] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:03:24 2026] GET /v2.0/networks?id=40cbeed6-cb8b-4e3a-8cb3-05a73f94a544 => generated 672 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1466] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:24 2026] GET /v2.0/ports?device_id=4cddeaff-4fea-4354-b3d3-dfa7f9fe5908 => 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: 630/1467] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:24 2026] GET /v2.0/ports?device_id=e23f985a-e7c4-4c2a-825e-5257e45a1190 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1468] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:24 2026] GET /v2.0/security-groups?id=6a0f87b8-dd2d-4fb6-bea1-07bc31ae1022&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1469] 199.204.45.132 () {38 vars in 955 bytes} [Wed Jun 10 11:03:24 2026] POST /v2.0/ports => generated 958 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:03:24.773 7 WARNING keystonemiddleware.audit [req-54fd3fd4-5d7a-449e-9f56-964260835c05 req-4cf1c293-a0cf-4ed4-aa59-41d0d1dd2a76 9ceeb34c120648f797a6f479598e336b 7e8c38701d264c9fa0edbc043b317ab6 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. 2026-06-10 11:03:24.981 8 WARNING keystonemiddleware.audit [req-d3649e31-f4b1-42b9-80fc-4d4f23a16549 req-d8fdb0fa-fe14-4dc2-8b0b-cc836d9c56de 72c926b7228b4938a901b3bd4b2645a6 9550e77976844bdda383a002c20b9242 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 839/1470] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:03:24 2026] GET /v2.0/ports?tenant_id=7e8c38701d264c9fa0edbc043b317ab6&device_id=e23f985a-e7c4-4c2a-825e-5257e45a1190 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1471] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:25 2026] GET /v2.0/ports?device_id=94d9839d-73b3-469a-b96e-4030031b7bd6 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:03:25.034 8 WARNING keystonemiddleware.audit [req-317e972d-5680-419e-9665-0832e87b8410 req-bca076a5-5927-4023-a5e2-5b4f69f78b4b b58d78d8d0804e5e9415f2f7390dbcad a0ef7b12117f48e0aaf640cb33da148d - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 841/1472] 199.204.45.132 () {34 vars in 1058 bytes} [Wed Jun 10 11:03:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=eefb2ed7-741f-4af9-a5a5-da32f69ed749 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:03:25.072 8 WARNING keystonemiddleware.audit [req-950a5c5f-7f32-4f0d-a4be-94b68664e83e req-7e9d8c8e-bcd7-4b08-959b-54f45a4e2b0d 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 842/1473] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:03:25 2026] GET /v2.0/subnets?id=9556ba4b-bfe5-4516-92e4-b13572ed3215 => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:03:25.113 8 WARNING keystonemiddleware.audit [req-950a5c5f-7f32-4f0d-a4be-94b68664e83e req-a1857bd0-70af-4fd4-a29a-767062f063c7 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 843/1474] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:03:25 2026] GET /v2.0/ports?network_id=1affe3f7-916f-44ac-a859-c24cc551f90d&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:03:25.158 8 WARNING keystonemiddleware.audit [req-950a5c5f-7f32-4f0d-a4be-94b68664e83e req-7d57bbd8-eea5-4e28-8716-4d1cab8e8658 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 844/1475] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:03:25 2026] GET /v2.0/networks/1affe3f7-916f-44ac-a859-c24cc551f90d?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: 632/1476] 199.204.45.132 () {38 vars in 1028 bytes} [Wed Jun 10 11:03:24 2026] PUT /v2.0/ports/2cc0da4c-f929-4552-950d-09fc48df559f => generated 1239 bytes in 439 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:03:25.211 8 WARNING keystonemiddleware.audit [req-950a5c5f-7f32-4f0d-a4be-94b68664e83e req-42f46525-ae00-4dce-8ae5-0608d1364da9 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. 2026-06-10 11:03:25.240 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1b356a6e-4fa6-4de0-92f4-6f217ed44f92'] response: {'name': 'network-changed', 'server_uuid': '4cddeaff-4fea-4354-b3d3-dfa7f9fe5908', 'tag': '2cc0da4c-f929-4552-950d-09fc48df559f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 845/1477] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:03:25 2026] GET /v2.0/networks/1affe3f7-916f-44ac-a859-c24cc551f90d?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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 633/1478] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:25 2026] GET /v2.0/ports?device_id=4cddeaff-4fea-4354-b3d3-dfa7f9fe5908 => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1479] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:25 2026] GET /v2.0/security-groups?id=2e5f2362-fc15-43da-a554-a472ca4e2a66&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:03:25.755 7 WARNING keystonemiddleware.audit [req-96c6c6cc-6c58-4de6-927f-59bd86da77c6 req-f02388e6-3612-4576-a560-a8f2ccc81157 72c926b7228b4938a901b3bd4b2645a6 9550e77976844bdda383a002c20b9242 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 634/1480] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:03:25 2026] GET /v2.0/ports?tenant_id=9550e77976844bdda383a002c20b9242&device_id=4cddeaff-4fea-4354-b3d3-dfa7f9fe5908 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:03:25.801 8 WARNING keystonemiddleware.audit [req-96c6c6cc-6c58-4de6-927f-59bd86da77c6 req-500f44da-0d54-495a-8376-5a952581547f 72c926b7228b4938a901b3bd4b2645a6 9550e77976844bdda383a002c20b9242 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 847/1481] 199.204.45.132 () {34 vars in 1018 bytes} [Wed Jun 10 11:03:25 2026] GET /v2.0/networks?tenant_id=9550e77976844bdda383a002c20b9242&shared=False => generated 767 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:03:25.853 8 WARNING keystonemiddleware.audit [req-b88f3b3b-a990-431f-8761-5fa5f6b224a3 req-c73f2c20-d47b-462e-ad58-37067d468580 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 635/1482] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:25 2026] GET /v2.0/ports?device_id=e23f985a-e7c4-4c2a-825e-5257e45a1190 => 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: 848/1483] 199.204.45.132 () {34 vars in 930 bytes} [Wed Jun 10 11:03:25 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1484] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:25 2026] GET /v2.0/security-groups?id=6a0f87b8-dd2d-4fb6-bea1-07bc31ae1022&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: 849/1485] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:26 2026] GET /v2.0/ports?device_id=94d9839d-73b3-469a-b96e-4030031b7bd6 => 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: 637/1486] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:26 2026] GET /v2.0/ports?device_id=4cddeaff-4fea-4354-b3d3-dfa7f9fe5908 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1487] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:26 2026] GET /v2.0/security-groups?id=2e5f2362-fc15-43da-a554-a472ca4e2a66&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:03:26.905 7 WARNING keystonemiddleware.audit [req-b0ae0145-7cb5-4d52-8a31-53e0c7f67a1d req-5bfd67d4-9055-401e-aad0-58c88c586d82 72c926b7228b4938a901b3bd4b2645a6 9550e77976844bdda383a002c20b9242 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 638/1488] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:03:26 2026] GET /v2.0/ports?tenant_id=9550e77976844bdda383a002c20b9242&device_id=4cddeaff-4fea-4354-b3d3-dfa7f9fe5908 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:03:26.944 8 WARNING keystonemiddleware.audit [req-b0ae0145-7cb5-4d52-8a31-53e0c7f67a1d req-d1478732-8bf8-43bf-9def-2d9140851c4e 72c926b7228b4938a901b3bd4b2645a6 9550e77976844bdda383a002c20b9242 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 851/1489] 199.204.45.132 () {34 vars in 1060 bytes} [Wed Jun 10 11:03:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=2cc0da4c-f929-4552-950d-09fc48df559f => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:03:26.975 7 WARNING keystonemiddleware.audit [req-d3649e31-f4b1-42b9-80fc-4d4f23a16549 req-592475b9-dec6-48d5-99e0-50460dc801d6 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 639/1490] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:03:26 2026] GET /v2.0/subnets?id=1ef76d1c-9568-40fa-9e92-6c8c8889c771 => generated 690 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:03:27.009 7 WARNING keystonemiddleware.audit [req-d3649e31-f4b1-42b9-80fc-4d4f23a16549 req-4615f46c-add9-43f6-80e9-3faddc4eb3ae 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 852/1491] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:26 2026] GET /v2.0/ports?device_id=e23f985a-e7c4-4c2a-825e-5257e45a1190 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1492] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:03:27 2026] GET /v2.0/ports?network_id=40cbeed6-cb8b-4e3a-8cb3-05a73f94a544&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:03:27.062 7 WARNING keystonemiddleware.audit [req-d3649e31-f4b1-42b9-80fc-4d4f23a16549 req-3aec76ca-de67-4617-a4ee-8a802f2351ee 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 853/1493] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:27 2026] GET /v2.0/security-groups?id=6a0f87b8-dd2d-4fb6-bea1-07bc31ae1022&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: 641/1494] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:03:27 2026] GET /v2.0/networks/40cbeed6-cb8b-4e3a-8cb3-05a73f94a544?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:03:27.117 8 WARNING keystonemiddleware.audit [req-926d23b2-2ec1-4483-a31f-f81cfd7bfb72 req-7a22277a-8abb-49d1-bf25-b6dab6139d0a 9ceeb34c120648f797a6f479598e336b 7e8c38701d264c9fa0edbc043b317ab6 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 854/1495] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:03:27 2026] GET /v2.0/networks/40cbeed6-cb8b-4e3a-8cb3-05a73f94a544?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1496] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:27 2026] GET /v2.0/ports?device_id=94d9839d-73b3-469a-b96e-4030031b7bd6 => 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: 855/1497] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:27 2026] GET /v2.0/ports?device_id=4cddeaff-4fea-4354-b3d3-dfa7f9fe5908 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1498] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:27 2026] GET /v2.0/security-groups?id=2e5f2362-fc15-43da-a554-a472ca4e2a66&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1499] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:28 2026] GET /v2.0/ports?device_id=e23f985a-e7c4-4c2a-825e-5257e45a1190 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1500] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:28 2026] GET /v2.0/security-groups?id=6a0f87b8-dd2d-4fb6-bea1-07bc31ae1022&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: 644/1501] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:03:28 2026] GET /v2.0/networks?id=eccaef79-9e84-47bc-926f-6f532304094e => generated 678 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1502] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:28 2026] GET /v2.0/ports?device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => 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: 859/1503] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:28 2026] GET /v2.0/ports?device_id=94d9839d-73b3-469a-b96e-4030031b7bd6 => 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: 860/1504] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:28 2026] GET /v2.0/security-groups?id=b524251d-1266-42a3-921d-9f5c730f1c94&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1505] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:28 2026] GET /v2.0/ports?device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => 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: 862/1506] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:28 2026] GET /v2.0/security-groups?id=b524251d-1266-42a3-921d-9f5c730f1c94&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: 645/1507] 199.204.45.132 () {38 vars in 955 bytes} [Wed Jun 10 11:03:28 2026] POST /v2.0/ports => generated 954 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:03:28.616 8 WARNING keystonemiddleware.audit [req-1bfa5237-392f-4ddc-b002-70fff1ca00f3 req-b146cb5e-0622-4e47-83c1-8b8a501d1d28 d6fc3ceb7eb447898241791ba36e98d6 5fbe0c5b8a974c0a8e865d1ef28db981 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 863/1508] 199.204.45.132 () {38 vars in 1028 bytes} [Wed Jun 10 11:03:28 2026] PUT /v2.0/ports/99a2ae7a-4061-4137-9a8d-165c8196bced => generated 1235 bytes in 385 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-06-10 11:03:29.043 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2dcce298-af7f-44be-a915-deb65ce7b820'] response: {'name': 'network-changed', 'server_uuid': '94d9839d-73b3-469a-b96e-4030031b7bd6', 'tag': '99a2ae7a-4061-4137-9a8d-165c8196bced', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 646/1509] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:29 2026] GET /v2.0/ports?device_id=4cddeaff-4fea-4354-b3d3-dfa7f9fe5908 => generated 973 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: 864/1510] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:29 2026] GET /v2.0/security-groups?id=2e5f2362-fc15-43da-a554-a472ca4e2a66&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1511] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:29 2026] GET /v2.0/ports?device_id=e23f985a-e7c4-4c2a-825e-5257e45a1190 => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1512] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:29 2026] GET /v2.0/security-groups?id=6a0f87b8-dd2d-4fb6-bea1-07bc31ae1022&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: 648/1513] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:29 2026] GET /v2.0/ports?device_id=94d9839d-73b3-469a-b96e-4030031b7bd6 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1514] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:29 2026] GET /v2.0/security-groups?id=f8366f03-27bf-40c8-a6f4-0fe09ad93472&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:03:29.553 7 WARNING keystonemiddleware.audit [req-0513d125-c744-481e-ba9f-39e32824a85a req-6c44a0c9-5496-4f46-8201-1a3d7d43bf8c b58d78d8d0804e5e9415f2f7390dbcad a0ef7b12117f48e0aaf640cb33da148d - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 649/1515] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:03:29 2026] GET /v2.0/ports?tenant_id=a0ef7b12117f48e0aaf640cb33da148d&device_id=94d9839d-73b3-469a-b96e-4030031b7bd6 => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:03:29.588 8 WARNING keystonemiddleware.audit [req-0513d125-c744-481e-ba9f-39e32824a85a req-53d779e8-08df-4592-a5e2-a5c0cfdc4f40 b58d78d8d0804e5e9415f2f7390dbcad a0ef7b12117f48e0aaf640cb33da148d - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 867/1516] 199.204.45.132 () {34 vars in 1018 bytes} [Wed Jun 10 11:03:29 2026] GET /v2.0/networks?tenant_id=a0ef7b12117f48e0aaf640cb33da148d&shared=False => generated 774 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:03:29.629 7 WARNING keystonemiddleware.audit [req-6abd8fb2-9e75-4dc1-97a7-3d18eab3e3cc req-990e96dd-5339-4a17-a738-5f0540f150fe 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 868/1517] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:29 2026] GET /v2.0/ports?device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => generated 971 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1518] 199.204.45.132 () {34 vars in 930 bytes} [Wed Jun 10 11:03:29 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1519] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:29 2026] GET /v2.0/security-groups?id=b524251d-1266-42a3-921d-9f5c730f1c94&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: 651/1520] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:30 2026] GET /v2.0/ports?device_id=4cddeaff-4fea-4354-b3d3-dfa7f9fe5908 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1521] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:30 2026] GET /v2.0/security-groups?id=2e5f2362-fc15-43da-a554-a472ca4e2a66&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1522] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:30 2026] GET /v2.0/ports?device_id=e23f985a-e7c4-4c2a-825e-5257e45a1190 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1523] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:30 2026] GET /v2.0/security-groups?id=6a0f87b8-dd2d-4fb6-bea1-07bc31ae1022&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: 653/1524] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:30 2026] GET /v2.0/ports?device_id=94d9839d-73b3-469a-b96e-4030031b7bd6 => 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: 872/1525] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:30 2026] GET /v2.0/security-groups?id=f8366f03-27bf-40c8-a6f4-0fe09ad93472&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:03:30.682 7 WARNING keystonemiddleware.audit [req-6251add6-791e-4082-82ad-4406faa746bf req-ee7e3cc5-f310-4fe1-9081-65f689b4e385 b58d78d8d0804e5e9415f2f7390dbcad a0ef7b12117f48e0aaf640cb33da148d - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 654/1526] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:03:30 2026] GET /v2.0/ports?tenant_id=a0ef7b12117f48e0aaf640cb33da148d&device_id=94d9839d-73b3-469a-b96e-4030031b7bd6 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:03:30.724 8 WARNING keystonemiddleware.audit [req-6251add6-791e-4082-82ad-4406faa746bf req-7025a5f6-5e06-4b4e-81e9-9988a6993d8f b58d78d8d0804e5e9415f2f7390dbcad a0ef7b12117f48e0aaf640cb33da148d - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 873/1527] 199.204.45.132 () {34 vars in 1058 bytes} [Wed Jun 10 11:03:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=99a2ae7a-4061-4137-9a8d-165c8196bced => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:03:30.755 7 WARNING keystonemiddleware.audit [req-47fe3a80-f314-42b0-9f2e-880fc300befb req-043ef353-bb4d-47d2-b11f-a6755384b01d 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 655/1528] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:03:30 2026] GET /v2.0/subnets?id=cb2170f2-623b-483f-ae97-7881be3fa749 => generated 696 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:03:30.791 7 WARNING keystonemiddleware.audit [req-47fe3a80-f314-42b0-9f2e-880fc300befb req-e1d4f61a-9aa1-4331-ae1f-bf3366165c9a 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 874/1529] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:30 2026] GET /v2.0/ports?device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => generated 971 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1530] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:03:30 2026] GET /v2.0/ports?network_id=eccaef79-9e84-47bc-926f-6f532304094e&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: 875/1531] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:30 2026] GET /v2.0/security-groups?id=b524251d-1266-42a3-921d-9f5c730f1c94&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:03:30.842 7 WARNING keystonemiddleware.audit [req-47fe3a80-f314-42b0-9f2e-880fc300befb req-1c7530ad-ac4d-4f85-b1c6-b1c0d96b3e24 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 657/1532] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:03:30 2026] GET /v2.0/networks/eccaef79-9e84-47bc-926f-6f532304094e?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:03:30.914 8 WARNING keystonemiddleware.audit [req-0c31e4e0-8e59-4084-93a0-0f2e7d68a55f req-67ce8cec-5d4f-4166-9dcb-5c7f1baa3bdb d6fc3ceb7eb447898241791ba36e98d6 5fbe0c5b8a974c0a8e865d1ef28db981 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 876/1533] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:03:30 2026] GET /v2.0/networks/eccaef79-9e84-47bc-926f-6f532304094e?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: 658/1534] 199.204.45.132 () {34 vars in 994 bytes} [Wed Jun 10 11:03:30 2026] GET /v2.0/ports?device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => generated 971 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:03:31.188 8 INFO neutron_taas.services.taas.taas_plugin [req-cfd95938-391a-4288-9266-85147a76c1d7 req-67f2591a-f59d-4c27-bac0-496b93f0c447 d6fc3ceb7eb447898241791ba36e98d6 5fbe0c5b8a974c0a8e865d1ef28db981 - - default default] TaaS: Handle Delete Port: 0c831c64-2873-4f56-943d-e1f7523bc487 2026-06-10 11:03:31.191 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cfd95938-391a-4288-9266-85147a76c1d7 req-67f2591a-f59d-4c27-bac0-496b93f0c447 d6fc3ceb7eb447898241791ba36e98d6 5fbe0c5b8a974c0a8e865d1ef28db981 - - default default] Tap Mirror: Handle Delete Port: 0c831c64-2873-4f56-943d-e1f7523bc487 2026-06-10 11:03:31.327 8 INFO neutron.db.l3_db [req-cfd95938-391a-4288-9266-85147a76c1d7 req-67f2591a-f59d-4c27-bac0-496b93f0c447 d6fc3ceb7eb447898241791ba36e98d6 5fbe0c5b8a974c0a8e865d1ef28db981 - - default default] Floating IP 4a39884c-a4ff-41b2-9afe-bc0b0dd6cc6a disassociated. External IP: 10.96.250.209, port: 0c831c64-2873-4f56-943d-e1f7523bc487. [pid: 7|app: 0|req: 659/1535] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:31 2026] GET /v2.0/ports?device_id=4cddeaff-4fea-4354-b3d3-dfa7f9fe5908 => 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: 660/1536] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:31 2026] GET /v2.0/security-groups?id=2e5f2362-fc15-43da-a554-a472ca4e2a66&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1537] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:31 2026] GET /v2.0/ports?device_id=e23f985a-e7c4-4c2a-825e-5257e45a1190 => 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: 877/1538] 199.204.45.132 () {36 vars in 997 bytes} [Wed Jun 10 11:03:31 2026] DELETE /v2.0/ports/0c831c64-2873-4f56-943d-e1f7523bc487 => generated 0 bytes in 638 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1539] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:31 2026] GET /v2.0/security-groups?id=6a0f87b8-dd2d-4fb6-bea1-07bc31ae1022&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:03:31.793 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e4103e8d-cfc4-48b0-a739-560cb5e8dce5'] response: {'server_uuid': '21732cb6-1a0b-4172-a2ab-78d6a3023db9', 'name': 'network-vif-deleted', 'tag': '0c831c64-2873-4f56-943d-e1f7523bc487', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 878/1540] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:31 2026] GET /v2.0/ports?device_id=94d9839d-73b3-469a-b96e-4030031b7bd6 => generated 969 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1541] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:31 2026] GET /v2.0/security-groups?id=f8366f03-27bf-40c8-a6f4-0fe09ad93472&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1542] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:31 2026] GET /v2.0/ports?device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => 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: 664/1543] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:32 2026] GET /v2.0/ports?device_id=4cddeaff-4fea-4354-b3d3-dfa7f9fe5908 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1544] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:32 2026] GET /v2.0/security-groups?id=2e5f2362-fc15-43da-a554-a472ca4e2a66&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1545] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:32 2026] GET /v2.0/ports?device_id=e23f985a-e7c4-4c2a-825e-5257e45a1190 => 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: 881/1546] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:32 2026] GET /v2.0/security-groups?id=6a0f87b8-dd2d-4fb6-bea1-07bc31ae1022&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1547] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:32 2026] GET /v2.0/ports?device_id=94d9839d-73b3-469a-b96e-4030031b7bd6 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1548] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:33 2026] GET /v2.0/ports?device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => 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: 882/1549] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:33 2026] GET /v2.0/security-groups?id=f8366f03-27bf-40c8-a6f4-0fe09ad93472&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1550] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:33 2026] GET /v2.0/ports?device_id=4cddeaff-4fea-4354-b3d3-dfa7f9fe5908 => 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: 669/1551] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:33 2026] GET /v2.0/ports?device_id=e23f985a-e7c4-4c2a-825e-5257e45a1190 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1552] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:33 2026] GET /v2.0/security-groups?id=2e5f2362-fc15-43da-a554-a472ca4e2a66&fields=id&fields=name => generated 88 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1553] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:34 2026] GET /v2.0/security-groups?id=6a0f87b8-dd2d-4fb6-bea1-07bc31ae1022&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1554] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:34 2026] GET /v2.0/ports?device_id=21732cb6-1a0b-4172-a2ab-78d6a3023db9 => 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: 671/1555] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:34 2026] GET /v2.0/ports?device_id=94d9839d-73b3-469a-b96e-4030031b7bd6 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1556] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:34 2026] GET /v2.0/security-groups?id=f8366f03-27bf-40c8-a6f4-0fe09ad93472&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1557] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:34 2026] GET /v2.0/ports?device_id=e23f985a-e7c4-4c2a-825e-5257e45a1190 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1558] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:34 2026] GET /v2.0/security-groups?id=6a0f87b8-dd2d-4fb6-bea1-07bc31ae1022&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: 673/1559] 10.0.0.195 () {32 vars in 736 bytes} [Wed Jun 10 11:03:34 2026] GET /v2.0/ports?device_id=e23f985a-e7c4-4c2a-825e-5257e45a1190 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1560] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:35 2026] GET /v2.0/ports?device_id=4cddeaff-4fea-4354-b3d3-dfa7f9fe5908 => 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: 675/1561] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:35 2026] GET /v2.0/security-groups?id=2e5f2362-fc15-43da-a554-a472ca4e2a66&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: 676/1562] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:03:35 2026] DELETE /v2.0/security-groups/b524251d-1266-42a3-921d-9f5c730f1c94 => 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: 677/1563] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:35 2026] GET /v2.0/ports?device_id=94d9839d-73b3-469a-b96e-4030031b7bd6 => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:03:35.474 7 INFO neutron.api.v2.resource [None req-4b5dfcb0-0e1b-4a7a-a4c1-14f1f6cac024 d6fc3ceb7eb447898241791ba36e98d6 5fbe0c5b8a974c0a8e865d1ef28db981 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 678/1564] 10.0.0.195 () {32 vars in 737 bytes} [Wed Jun 10 11:03:35 2026] GET /v2.0/security-groups/b524251d-1266-42a3-921d-9f5c730f1c94 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1565] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:35 2026] GET /v2.0/security-groups?id=f8366f03-27bf-40c8-a6f4-0fe09ad93472&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:03:35.535 8 INFO neutron.db.l3_db [None req-47857fc6-81f4-44eb-b36d-6060ce11b424 9ceeb34c120648f797a6f479598e336b 7e8c38701d264c9fa0edbc043b317ab6 - - default default] Floating IP d914d57e-8327-48a7-bd86-ee01a204fab2 associated. External IP: 10.96.250.206, port: eefb2ed7-741f-4af9-a5a5-da32f69ed749. 2026-06-10 11:03:35.674 7 INFO neutron_taas.services.taas.taas_plugin [None req-7bedefac-c7c2-4985-ad91-7690f631818d d6fc3ceb7eb447898241791ba36e98d6 5fbe0c5b8a974c0a8e865d1ef28db981 - - default default] TaaS: Handle Delete Port: 208298e4-df16-4560-aa3f-e6720ddc00f9 2026-06-10 11:03:35.678 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bedefac-c7c2-4985-ad91-7690f631818d d6fc3ceb7eb447898241791ba36e98d6 5fbe0c5b8a974c0a8e865d1ef28db981 - - default default] Tap Mirror: Handle Delete Port: 208298e4-df16-4560-aa3f-e6720ddc00f9 [pid: 7|app: 0|req: 680/1566] 10.0.0.195 () {32 vars in 732 bytes} [Wed Jun 10 11:03:35 2026] DELETE /v2.0/floatingips/4a39884c-a4ff-41b2-9afe-bc0b0dd6cc6a => generated 0 bytes in 325 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1567] 10.0.0.195 () {34 vars in 677 bytes} [Wed Jun 10 11:03:34 2026] POST /v2.0/floatingips => generated 855 bytes in 1516 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1568] 10.0.0.195 () {32 vars in 729 bytes} [Wed Jun 10 11:03:35 2026] GET /v2.0/floatingips/d914d57e-8327-48a7-bd86-ee01a204fab2 => generated 855 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:03:35.929 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a08c65f9-0a80-4c1a-b2a8-ca20c96a0518'] response: {'name': 'network-changed', 'server_uuid': 'e23f985a-e7c4-4c2a-825e-5257e45a1190', 'tag': 'eefb2ed7-741f-4af9-a5a5-da32f69ed749', 'status': 'completed', 'code': 200} 2026-06-10 11:03:36.249 7 INFO neutron_taas.services.taas.taas_plugin [None req-75f4a8bc-4b8a-4bb0-acfb-f4277a6d0f60 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: 0468f5cb-389f-4b9f-afeb-abd480f2da40 2026-06-10 11:03:36.251 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75f4a8bc-4b8a-4bb0-acfb-f4277a6d0f60 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: 0468f5cb-389f-4b9f-afeb-abd480f2da40 [pid: 8|app: 0|req: 889/1569] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:36 2026] GET /v2.0/ports?device_id=4cddeaff-4fea-4354-b3d3-dfa7f9fe5908 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1570] 199.204.45.132 () {34 vars in 994 bytes} [Wed Jun 10 11:03:36 2026] GET /v2.0/ports?device_id=4cddeaff-4fea-4354-b3d3-dfa7f9fe5908 => 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: 891/1571] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:36 2026] GET /v2.0/security-groups?id=2e5f2362-fc15-43da-a554-a472ca4e2a66&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-06-10 11:03:36.563 8 INFO neutron_taas.services.taas.taas_plugin [req-d1830948-6c67-416b-a210-cdeb10fd38d7 req-2a8270ef-d9be-4a98-897e-4744179079bd 72c926b7228b4938a901b3bd4b2645a6 9550e77976844bdda383a002c20b9242 - - default default] TaaS: Handle Delete Port: 2cc0da4c-f929-4552-950d-09fc48df559f 2026-06-10 11:03:36.566 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d1830948-6c67-416b-a210-cdeb10fd38d7 req-2a8270ef-d9be-4a98-897e-4744179079bd 72c926b7228b4938a901b3bd4b2645a6 9550e77976844bdda383a002c20b9242 - - default default] Tap Mirror: Handle Delete Port: 2cc0da4c-f929-4552-950d-09fc48df559f [pid: 8|app: 0|req: 892/1572] 199.204.45.132 () {36 vars in 997 bytes} [Wed Jun 10 11:03:36 2026] DELETE /v2.0/ports/2cc0da4c-f929-4552-950d-09fc48df559f => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:03:36.678 8 WARNING keystonemiddleware.audit [req-d1830948-6c67-416b-a210-cdeb10fd38d7 req-2a8270ef-d9be-4a98-897e-4744179079bd 72c926b7228b4938a901b3bd4b2645a6 9550e77976844bdda383a002c20b9242 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 893/1573] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:03:36 2026] GET /v2.0/ports?tenant_id=7e8c38701d264c9fa0edbc043b317ab6&device_id=e23f985a-e7c4-4c2a-825e-5257e45a1190 => generated 1240 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1574] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:36 2026] GET /v2.0/ports?device_id=94d9839d-73b3-469a-b96e-4030031b7bd6 => generated 971 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:03:36.732 8 WARNING keystonemiddleware.audit [req-4b9ec500-a572-4288-a0b0-7c27af58e877 req-66832661-2292-47f5-9e8a-a2aac170f723 b58d78d8d0804e5e9415f2f7390dbcad a0ef7b12117f48e0aaf640cb33da148d - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 895/1575] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:03:36 2026] GET /v2.0/networks?id=1affe3f7-916f-44ac-a859-c24cc551f90d => generated 757 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1576] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:36 2026] GET /v2.0/security-groups?id=f8366f03-27bf-40c8-a6f4-0fe09ad93472&fields=id&fields=name => generated 88 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:03:36.793 8 WARNING keystonemiddleware.audit [req-4b9ec500-a572-4288-a0b0-7c27af58e877 req-7a93557e-390a-48d3-8abe-f8840c36d0bf b58d78d8d0804e5e9415f2f7390dbcad a0ef7b12117f48e0aaf640cb33da148d - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 897/1577] 199.204.45.132 () {34 vars in 1058 bytes} [Wed Jun 10 11:03:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=eefb2ed7-741f-4af9-a5a5-da32f69ed749 => generated 858 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:03:36.829 8 WARNING keystonemiddleware.audit [req-a7dae215-d734-4153-95ba-b77d4cfb5828 req-f85c1b7b-9f40-468a-bd0c-c730f4800a3b 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 681/1578] 10.0.0.195 () {34 vars in 789 bytes} [Wed Jun 10 11:03:35 2026] PUT /v2.0/routers/482b79b6-af29-4837-8628-91936f6b4290/remove_router_interface => generated 309 bytes in 986 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1579] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:03:36 2026] GET /v2.0/subnets?id=9556ba4b-bfe5-4516-92e4-b13572ed3215 => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:03:36.867 8 WARNING keystonemiddleware.audit [req-a7dae215-d734-4153-95ba-b77d4cfb5828 req-a4642cfd-a692-45a2-8e77-75a1787c3912 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 899/1580] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:03:36 2026] GET /v2.0/ports?network_id=1affe3f7-916f-44ac-a859-c24cc551f90d&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:03:36.904 8 WARNING keystonemiddleware.audit [req-a7dae215-d734-4153-95ba-b77d4cfb5828 req-1bef3360-61d4-4815-8bb6-add61772e668 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 902/1583] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:03:36 2026] GET /v2.0/networks/1affe3f7-916f-44ac-a859-c24cc551f90d?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: 903/1584] 10.0.0.195 () {32 vars in 729 bytes} [Wed Jun 10 11:03:36 2026] GET /v2.0/floatingips/d914d57e-8327-48a7-bd86-ee01a204fab2 => generated 855 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:03:36.976 8 WARNING keystonemiddleware.audit [None req-b18c1556-4e8e-4ec8-ab1e-5cd63d8b5123 9ceeb34c120648f797a6f479598e336b 7e8c38701d264c9fa0edbc043b317ab6 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 904/1585] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:03:36 2026] GET /v2.0/networks/1affe3f7-916f-44ac-a859-c24cc551f90d?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) 2026-06-10 11:03:37.085 7 INFO neutron_taas.services.taas.taas_plugin [None req-44a873c3-fa4d-4409-bfcf-17e686f10b9f fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: 2c54ad02-4245-4899-be45-608ab798ea0e 2026-06-10 11:03:37.089 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44a873c3-fa4d-4409-bfcf-17e686f10b9f fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: 2c54ad02-4245-4899-be45-608ab798ea0e [pid: 8|app: 0|req: 905/1586] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:37 2026] GET /v2.0/ports?device_id=94d9839d-73b3-469a-b96e-4030031b7bd6 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1587] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:37 2026] GET /v2.0/security-groups?id=f8366f03-27bf-40c8-a6f4-0fe09ad93472&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-06-10 11:03:37.303 7 INFO neutron_taas.services.taas.taas_plugin [None req-44a873c3-fa4d-4409-bfcf-17e686f10b9f fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: 3ff22673-423a-4cda-8114-fd72003472a9 2026-06-10 11:03:37.306 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44a873c3-fa4d-4409-bfcf-17e686f10b9f fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: 3ff22673-423a-4cda-8114-fd72003472a9 [pid: 8|app: 0|req: 907/1588] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:37 2026] GET /v2.0/ports?device_id=4cddeaff-4fea-4354-b3d3-dfa7f9fe5908 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:03:37.660 7 INFO neutron.services.segments.plugin [-] Segment 479ab877-9678-443e-a78d-0648c5190d4e resource provider aggregate not found 2026-06-10 11:03:37.665 7 INFO neutron.services.segments.plugin [-] Segment 479ab877-9678-443e-a78d-0648c5190d4e resource provider aggregate not found 2026-06-10 11:03:37.684 7 INFO neutron.services.segments.plugin [-] Segment 479ab877-9678-443e-a78d-0648c5190d4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 479ab877-9678-443e-a78d-0648c5190d4e found for delete ", "request_id": "req-7ddc199c-c7a0-4920-922a-9dcb88ad4687"}]} 2026-06-10 11:03:37.685 7 INFO neutron.services.segments.plugin [-] Segment 479ab877-9678-443e-a78d-0648c5190d4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 479ab877-9678-443e-a78d-0648c5190d4e found for delete ", "request_id": "req-f752b39c-faf9-4eb1-bd71-b3af30fdef5d"}]} 2026-06-10 11:03:37.707 7 INFO neutron.db.l3_hamode_db [None req-44a873c3-fa4d-4409-bfcf-17e686f10b9f fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] HA network aecfc629-bb19-4235-81e5-114c334bc8da was deleted as no HA routers are present in tenant 5fbe0c5b8a974c0a8e865d1ef28db981. [pid: 7|app: 0|req: 682/1589] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:03:36 2026] DELETE /v2.0/routers/482b79b6-af29-4837-8628-91936f6b4290 => generated 0 bytes in 861 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1590] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:03:37 2026] DELETE /v2.0/subnets/1948df2c-c802-486d-8d38-4528b47e4c57 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:03:37.966 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6350fe1d-733e-47d8-876d-9547af19f412'] response: {'server_uuid': '4cddeaff-4fea-4354-b3d3-dfa7f9fe5908', 'name': 'network-vif-deleted', 'tag': '2cc0da4c-f929-4552-950d-09fc48df559f', 'status': 'completed', 'code': 200} 2026-06-10 11:03:37.968 7 INFO neutron_taas.services.taas.taas_plugin [None req-dd8d6558-131a-443e-aae6-387173a92141 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: cab69c72-23f4-4e65-b53f-bf417d965ec4 2026-06-10 11:03:37.971 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd8d6558-131a-443e-aae6-387173a92141 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: cab69c72-23f4-4e65-b53f-bf417d965ec4 [pid: 8|app: 0|req: 909/1591] 10.0.0.195 () {32 vars in 729 bytes} [Wed Jun 10 11:03:37 2026] GET /v2.0/floatingips/d914d57e-8327-48a7-bd86-ee01a204fab2 => generated 857 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1592] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:03:37 2026] DELETE /v2.0/networks/a172eccd-b355-4c28-8447-ae7a9527422d => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1593] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:03:38 2026] GET /v2.0/security-groups?tenant_id=5fbe0c5b8a974c0a8e865d1ef28db981&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1594] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:38 2026] GET /v2.0/ports?device_id=94d9839d-73b3-469a-b96e-4030031b7bd6 => 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: 685/1595] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:38 2026] GET /v2.0/security-groups?id=f8366f03-27bf-40c8-a6f4-0fe09ad93472&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: 911/1596] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:03:38 2026] DELETE /v2.0/security-groups/7018205e-376c-4353-8bc1-8e782c0aee26 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1597] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:38 2026] GET /v2.0/ports?device_id=4cddeaff-4fea-4354-b3d3-dfa7f9fe5908 => 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: 912/1598] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:39 2026] GET /v2.0/ports?device_id=94d9839d-73b3-469a-b96e-4030031b7bd6 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1599] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:39 2026] GET /v2.0/security-groups?id=f8366f03-27bf-40c8-a6f4-0fe09ad93472&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: 913/1600] 199.204.45.132 () {34 vars in 994 bytes} [Wed Jun 10 11:03:39 2026] GET /v2.0/ports?device_id=94d9839d-73b3-469a-b96e-4030031b7bd6 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:03:39.671 7 INFO neutron_taas.services.taas.taas_plugin [req-eb2d7566-98e0-45f9-b7e2-027d2f3569f9 req-87acfead-9349-4a20-8236-18ca60a3addb b58d78d8d0804e5e9415f2f7390dbcad a0ef7b12117f48e0aaf640cb33da148d - - default default] TaaS: Handle Delete Port: 99a2ae7a-4061-4137-9a8d-165c8196bced 2026-06-10 11:03:39.673 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-eb2d7566-98e0-45f9-b7e2-027d2f3569f9 req-87acfead-9349-4a20-8236-18ca60a3addb b58d78d8d0804e5e9415f2f7390dbcad a0ef7b12117f48e0aaf640cb33da148d - - default default] Tap Mirror: Handle Delete Port: 99a2ae7a-4061-4137-9a8d-165c8196bced 2026-06-10 11:03:39.707 7 INFO neutron.services.segments.plugin [-] Segment b86c1032-bac7-4e7c-9913-8eec55fef1d4 resource provider aggregate not found 2026-06-10 11:03:39.712 7 INFO neutron.services.segments.plugin [-] Segment b86c1032-bac7-4e7c-9913-8eec55fef1d4 resource provider aggregate not found 2026-06-10 11:03:39.725 7 INFO neutron.services.segments.plugin [-] Segment b86c1032-bac7-4e7c-9913-8eec55fef1d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b86c1032-bac7-4e7c-9913-8eec55fef1d4 found for delete ", "request_id": "req-707d3db9-7451-4ff6-8fad-858d87f0cac9"}]} 2026-06-10 11:03:39.725 7 INFO neutron.services.segments.plugin [-] Segment b86c1032-bac7-4e7c-9913-8eec55fef1d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b86c1032-bac7-4e7c-9913-8eec55fef1d4 found for delete ", "request_id": "req-5526cdc3-e610-4286-a708-1c8b524375c4"}]} [pid: 8|app: 0|req: 914/1601] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:39 2026] GET /v2.0/ports?device_id=4cddeaff-4fea-4354-b3d3-dfa7f9fe5908 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1602] 199.204.45.132 () {36 vars in 997 bytes} [Wed Jun 10 11:03:39 2026] DELETE /v2.0/ports/99a2ae7a-4061-4137-9a8d-165c8196bced => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:03:39.848 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9ed93c7d-d227-4aca-9acd-c4e538b2a7a6'] response: {'server_uuid': '94d9839d-73b3-469a-b96e-4030031b7bd6', 'name': 'network-vif-deleted', 'tag': '99a2ae7a-4061-4137-9a8d-165c8196bced', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 915/1603] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:40 2026] GET /v2.0/ports?device_id=94d9839d-73b3-469a-b96e-4030031b7bd6 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1604] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:03:41 2026] GET /v2.0/security-groups?tenant_id=b181b2753b304ec08d78506af9e5fd6c&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: 916/1605] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:03:41 2026] DELETE /v2.0/security-groups/f32f03fd-5313-476e-9d2d-b0778e4b2ba1 => 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: 690/1606] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:41 2026] GET /v2.0/ports?device_id=94d9839d-73b3-469a-b96e-4030031b7bd6 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:03:42.390 8 INFO neutron_taas.services.taas.taas_plugin [None req-b17c5f81-4b3b-42e1-b312-47a269d4ad25 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: 5659eea9-c9d4-428f-a32c-f6983daccbbd 2026-06-10 11:03:42.393 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b17c5f81-4b3b-42e1-b312-47a269d4ad25 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: 5659eea9-c9d4-428f-a32c-f6983daccbbd [pid: 7|app: 0|req: 691/1607] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:42 2026] GET /v2.0/ports?device_id=94d9839d-73b3-469a-b96e-4030031b7bd6 => 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: 917/1608] 10.0.0.195 () {34 vars in 789 bytes} [Wed Jun 10 11:03:41 2026] PUT /v2.0/routers/b1476ebe-b812-45cd-97df-c4b34004d009/remove_router_interface => generated 309 bytes in 891 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:03:43.081 7 INFO neutron_taas.services.taas.taas_plugin [None req-001277e4-7954-47f3-9a4b-6b07db87e3a3 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: 25867a6d-e79b-4cf4-ad55-6c1609dd1be9 2026-06-10 11:03:43.084 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-001277e4-7954-47f3-9a4b-6b07db87e3a3 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: 25867a6d-e79b-4cf4-ad55-6c1609dd1be9 2026-06-10 11:03:43.314 7 INFO neutron_taas.services.taas.taas_plugin [None req-001277e4-7954-47f3-9a4b-6b07db87e3a3 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: 5baea503-c8d7-41d9-b1db-4c2e503b711b 2026-06-10 11:03:43.316 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-001277e4-7954-47f3-9a4b-6b07db87e3a3 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: 5baea503-c8d7-41d9-b1db-4c2e503b711b 2026-06-10 11:03:43.626 7 INFO neutron.services.segments.plugin [-] Segment e39da85b-163f-4954-bcf8-66daa55a1dde resource provider aggregate not found 2026-06-10 11:03:43.632 7 INFO neutron.services.segments.plugin [-] Segment e39da85b-163f-4954-bcf8-66daa55a1dde resource provider aggregate not found 2026-06-10 11:03:43.660 7 INFO neutron.services.segments.plugin [-] Segment e39da85b-163f-4954-bcf8-66daa55a1dde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e39da85b-163f-4954-bcf8-66daa55a1dde found for delete ", "request_id": "req-d3719b3a-d32e-47ae-b795-b3d70ff16341"}]} 2026-06-10 11:03:43.662 7 INFO neutron.services.segments.plugin [-] Segment e39da85b-163f-4954-bcf8-66daa55a1dde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e39da85b-163f-4954-bcf8-66daa55a1dde found for delete ", "request_id": "req-94e4119a-a9b3-4a0a-aa5d-4d7fa9a23183"}]} 2026-06-10 11:03:43.669 7 INFO neutron.db.l3_hamode_db [None req-001277e4-7954-47f3-9a4b-6b07db87e3a3 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] HA network 5dfe9732-df85-49ab-89ef-ba0e32987c2d was deleted as no HA routers are present in tenant 9550e77976844bdda383a002c20b9242. [pid: 7|app: 0|req: 692/1609] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:03:42 2026] DELETE /v2.0/routers/b1476ebe-b812-45cd-97df-c4b34004d009 => generated 0 bytes in 788 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1610] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:03:43 2026] DELETE /v2.0/subnets/1ef76d1c-9568-40fa-9e92-6c8c8889c771 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:03:43.913 7 INFO neutron_taas.services.taas.taas_plugin [None req-d1812434-f919-40e3-a879-b8c9042177e8 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: 31aef397-8151-49b1-888d-343f46e5bae2 2026-06-10 11:03:43.915 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1812434-f919-40e3-a879-b8c9042177e8 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: 31aef397-8151-49b1-888d-343f46e5bae2 [pid: 7|app: 0|req: 693/1611] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:03:43 2026] DELETE /v2.0/networks/40cbeed6-cb8b-4e3a-8cb3-05a73f94a544 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:03:44.267 8 INFO neutron_taas.services.taas.taas_plugin [None req-e45b72a3-8b8f-4e44-ad31-574b9d64de44 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: b006be6d-f28f-48c5-b7a1-a6b8ff06d309 2026-06-10 11:03:44.269 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e45b72a3-8b8f-4e44-ad31-574b9d64de44 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: b006be6d-f28f-48c5-b7a1-a6b8ff06d309 [pid: 7|app: 0|req: 694/1612] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:03:44 2026] GET /v2.0/security-groups?tenant_id=9550e77976844bdda383a002c20b9242&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1613] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:03:44 2026] DELETE /v2.0/security-groups/2e5f2362-fc15-43da-a554-a472ca4e2a66 => 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: 919/1614] 10.0.0.195 () {34 vars in 789 bytes} [Wed Jun 10 11:03:43 2026] PUT /v2.0/routers/8b1e10dc-2654-447e-81c6-3146962487c0/remove_router_interface => generated 309 bytes in 907 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:03:44.979 7 INFO neutron_taas.services.taas.taas_plugin [None req-378d3710-97dd-4594-b107-bede1a3bf844 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: ef166dbc-1dfc-436d-aa20-16518a17a4e8 2026-06-10 11:03:44.982 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-378d3710-97dd-4594-b107-bede1a3bf844 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: ef166dbc-1dfc-436d-aa20-16518a17a4e8 2026-06-10 11:03:45.262 7 INFO neutron_taas.services.taas.taas_plugin [None req-378d3710-97dd-4594-b107-bede1a3bf844 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: b0053f36-e02a-492a-a2c3-99ea738ade1e 2026-06-10 11:03:45.266 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-378d3710-97dd-4594-b107-bede1a3bf844 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: b0053f36-e02a-492a-a2c3-99ea738ade1e [pid: 8|app: 0|req: 920/1615] 10.0.0.142 () {34 vars in 990 bytes} [Wed Jun 10 11:03:45 2026] GET /v2.0/ports?device_id=e23f985a-e7c4-4c2a-825e-5257e45a1190 => 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: 921/1616] 10.0.0.142 () {34 vars in 1040 bytes} [Wed Jun 10 11:03:45 2026] GET /v2.0/security-groups?id=6a0f87b8-dd2d-4fb6-bea1-07bc31ae1022&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:03:45.689 7 INFO neutron.services.segments.plugin [-] Segment 341eb5ff-f8b9-4228-a41e-9c20cf758a95 resource provider aggregate not found 2026-06-10 11:03:45.689 7 INFO neutron.services.segments.plugin [-] Segment 341eb5ff-f8b9-4228-a41e-9c20cf758a95 resource provider aggregate not found 2026-06-10 11:03:45.710 7 INFO neutron.db.l3_hamode_db [None req-378d3710-97dd-4594-b107-bede1a3bf844 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] HA network 7baf79fe-5da6-455c-8589-b98c1a96a22c was deleted as no HA routers are present in tenant a0ef7b12117f48e0aaf640cb33da148d. [pid: 7|app: 0|req: 696/1617] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:03:44 2026] DELETE /v2.0/routers/8b1e10dc-2654-447e-81c6-3146962487c0 => generated 0 bytes in 945 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:03:45.720 7 INFO neutron.services.segments.plugin [-] Segment 341eb5ff-f8b9-4228-a41e-9c20cf758a95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 341eb5ff-f8b9-4228-a41e-9c20cf758a95 found for delete ", "request_id": "req-bb75fcce-f832-47d6-986f-75876bcd2097"}]} 2026-06-10 11:03:45.732 7 INFO neutron.services.segments.plugin [-] Segment 341eb5ff-f8b9-4228-a41e-9c20cf758a95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 341eb5ff-f8b9-4228-a41e-9c20cf758a95 found for delete ", "request_id": "req-6836a373-a08b-490f-b4e0-468fdd53d8cf"}]} 2026-06-10 11:03:45.748 7 INFO neutron.services.segments.plugin [-] Segment 13029cdf-5d88-456b-97e0-4a8237afbb7c resource provider aggregate not found 2026-06-10 11:03:45.755 7 INFO neutron.services.segments.plugin [-] Segment 13029cdf-5d88-456b-97e0-4a8237afbb7c resource provider aggregate not found 2026-06-10 11:03:45.779 7 INFO neutron.services.segments.plugin [-] Segment 13029cdf-5d88-456b-97e0-4a8237afbb7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13029cdf-5d88-456b-97e0-4a8237afbb7c found for delete ", "request_id": "req-8decb1cf-b532-4eca-b76e-5c77fb2787c0"}]} 2026-06-10 11:03:45.781 7 INFO neutron.services.segments.plugin [-] Segment 13029cdf-5d88-456b-97e0-4a8237afbb7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13029cdf-5d88-456b-97e0-4a8237afbb7c found for delete ", "request_id": "req-260a3360-3ea1-4b1d-963a-fbe28ac9a6a1"}]} [pid: 8|app: 0|req: 922/1618] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:03:45 2026] GET /v2.0/security-groups?tenant_id=d881aa5db0684388839bc399d85f66da&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1619] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:03:45 2026] DELETE /v2.0/subnets/cb2170f2-623b-483f-ae97-7881be3fa749 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1620] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:03:45 2026] DELETE /v2.0/security-groups/7096dac7-b8f6-4b43-b87a-5893fd8959b1 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:03:46.015 7 INFO neutron_taas.services.taas.taas_plugin [None req-08c89921-7ac6-4ae7-a184-e47ef6562add fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: 336c8cdf-d5af-4806-b49f-7d7b67b61dcf 2026-06-10 11:03:46.020 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08c89921-7ac6-4ae7-a184-e47ef6562add fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: 336c8cdf-d5af-4806-b49f-7d7b67b61dcf [pid: 8|app: 0|req: 924/1621] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:03:46 2026] GET /v2.0/security-groups?tenant_id=7251e579a8d446958bd51e72e88f0521&name=default => generated 2925 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1622] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:03:45 2026] DELETE /v2.0/networks/eccaef79-9e84-47bc-926f-6f532304094e => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1623] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:03:46 2026] DELETE /v2.0/security-groups/90817030-2594-4790-871a-b4dbc8d07252 => 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: 700/1624] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:03:46 2026] GET /v2.0/security-groups?tenant_id=a0ef7b12117f48e0aaf640cb33da148d&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1625] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:03:46 2026] DELETE /v2.0/security-groups/f8366f03-27bf-40c8-a6f4-0fe09ad93472 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:03:46.450 8 INFO neutron.db.segments_db [None req-312319c3-ef9c-4c2e-a1d5-178b6bc4d220 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Added segment f6466c17-61cc-46b6-9530-5c339e8c44c6 of type vxlan for network b28203ef-74f7-4a23-abaf-561ffd7879a1 [pid: 8|app: 0|req: 925/1626] 10.0.0.195 () {34 vars in 671 bytes} [Wed Jun 10 11:03:46 2026] POST /v2.0/networks => generated 722 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1627] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:03:46 2026] POST /v2.0/subnets => generated 688 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:03:46.831 8 INFO neutron.db.segments_db [None req-f0c522ca-f821-4b39-8231-f6edbf21fab2 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Added segment ce8755e9-822c-4ba1-814d-d8b9fe07ca23 of type vxlan for network 57732e7a-f252-4037-9947-ca4cf8682dc5 2026-06-10 11:03:47.057 8 INFO neutron.db.l3_hamode_db [None req-f0c522ca-f821-4b39-8231-f6edbf21fab2 fdd1631be39440f1880320d5221245d1 eed2500a0f6a43a8925186ac662426c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 11:03:47.800 7 INFO neutron.services.segments.plugin [-] Segment ec0a8987-9483-42c8-8f66-30c8dda33ce6 resource provider aggregate not found 2026-06-10 11:03:47.804 7 INFO neutron.services.segments.plugin [-] Segment ec0a8987-9483-42c8-8f66-30c8dda33ce6 resource provider aggregate not found 2026-06-10 11:03:47.816 7 INFO neutron.services.segments.plugin [-] Segment ec0a8987-9483-42c8-8f66-30c8dda33ce6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec0a8987-9483-42c8-8f66-30c8dda33ce6 found for delete ", "request_id": "req-1dd55606-74d2-4031-bb98-f43138f9a03a"}]} 2026-06-10 11:03:47.822 7 INFO neutron.services.segments.plugin [-] Segment ec0a8987-9483-42c8-8f66-30c8dda33ce6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec0a8987-9483-42c8-8f66-30c8dda33ce6 found for delete ", "request_id": "req-72261ac9-7315-493e-9a2d-6cf0aff34afd"}]} 2026-06-10 11:03:47.879 8 INFO neutron.db.l3_hamode_db [None req-f0c522ca-f821-4b39-8231-f6edbf21fab2 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 926/1628] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:03:46 2026] POST /v2.0/routers => generated 728 bytes in 2006 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1629] 10.0.0.195 () {34 vars in 783 bytes} [Wed Jun 10 11:03:48 2026] PUT /v2.0/routers/616232b5-4946-407e-ac09-873acd99d468/add_router_interface => generated 309 bytes in 1094 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1630] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:03:50 2026] GET /v2.0/security-groups?tenant_id=cfe6a98bed0340f3b4a2c11085378d7c&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1631] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:03:50 2026] DELETE /v2.0/security-groups/94d2298d-3a24-40b5-a605-6464582815e7 => 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: 928/1632] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:03:50 2026] GET /v2.0/security-groups?tenant_id=4df253a5f26d4e52ae49728e7413b9f3&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1633] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:03:50 2026] DELETE /v2.0/security-groups/ce37b404-253f-45d2-945f-24a5265a4543 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:03:51.143 8 INFO neutron.db.segments_db [None req-1473dbb6-a4b1-4635-a02e-c50b83bbde0c fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Added segment 96144fce-3221-4666-a0f9-b0d2a4e2679b of type vxlan for network 46e209db-5292-498a-bb8b-9c86742d4bd7 [pid: 8|app: 0|req: 929/1634] 10.0.0.195 () {34 vars in 671 bytes} [Wed Jun 10 11:03:51 2026] POST /v2.0/networks => generated 722 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1635] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:03:51 2026] POST /v2.0/subnets => generated 688 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:03:51.417 8 INFO neutron.db.segments_db [None req-56c27ca4-2d41-4d25-a34f-3e6b1f9779f9 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Added segment 13fba431-d4f5-4948-bf4a-7bee29b1562d of type vxlan for network 18a530de-8a6e-494e-9443-0dff77f2655d 2026-06-10 11:03:51.645 8 INFO neutron.db.l3_hamode_db [None req-56c27ca4-2d41-4d25-a34f-3e6b1f9779f9 fdd1631be39440f1880320d5221245d1 2d1be9de2b5f4e08b831e6e77a134079 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 707/1636] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:03:51 2026] GET /v2.0/security-groups?tenant_id=f421dc28655e4b59bd2699bfdf2f7d13&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1637] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:03:51 2026] DELETE /v2.0/security-groups/5b9ba4a2-e113-4583-850f-da7affaa6416 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:03:52.457 8 INFO neutron.db.l3_hamode_db [None req-56c27ca4-2d41-4d25-a34f-3e6b1f9779f9 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 930/1640] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:03:51 2026] POST /v2.0/routers => generated 728 bytes in 1984 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1641] 10.0.0.195 () {34 vars in 783 bytes} [Wed Jun 10 11:03:53 2026] PUT /v2.0/routers/a2150690-a82a-4abf-9866-56dee06b04b4/add_router_interface => generated 309 bytes in 1141 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1642] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:03:54 2026] GET /v2.0/security-groups?tenant_id=c8840b340f724148b0123e0bf803cc57&name=default => generated 2925 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1643] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:03:54 2026] DELETE /v2.0/security-groups/847488b6-be87-4d3a-95d8-f26fbc02cf7f => 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: 932/1644] 10.0.0.195 () {32 vars in 826 bytes} [Wed Jun 10 11:03:55 2026] GET /v2.0/ports?project_id=7e8c38701d264c9fa0edbc043b317ab6&network_id=1affe3f7-916f-44ac-a859-c24cc551f90d => generated 3691 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1645] 10.0.0.195 () {34 vars in 685 bytes} [Wed Jun 10 11:03:55 2026] POST /v2.0/security-groups => generated 1675 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1646] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:03:55 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: 714/1647] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:03:55 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: 934/1648] 10.0.0.195 () {32 vars in 742 bytes} [Wed Jun 10 11:03:55 2026] GET /v2.0/subnets?network_id=281554b6-08e5-455d-8e74-1c0a40315bf3 => generated 667 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1649] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:03:55 2026] POST /v2.0/security-group-rules => generated 602 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1650] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:03:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:03:55.874 8 INFO neutron.db.l3_db [None req-04bff064-9cb3-407c-bb51-c8bf84ffc3e7 9ceeb34c120648f797a6f479598e336b 7e8c38701d264c9fa0edbc043b317ab6 - - default default] Floating IP d914d57e-8327-48a7-bd86-ee01a204fab2 disassociated. External IP: 10.96.250.206, port: eefb2ed7-741f-4af9-a5a5-da32f69ed749. 2026-06-10 11:03:55.908 7 INFO neutron.db.securitygroups_db [None req-b6884b1d-032d-4419-bf9f-19a05d43b16c fa752bb12da2498994a05590115b6be5 eed2500a0f6a43a8925186ac662426c6 - - default default] Project eed2500a0f6a43a8925186ac662426c6 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: 717/1651] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:03:55 2026] POST /v2.0/security-group-rules => generated 607 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:03:56.056 7 INFO neutron.db.securitygroups_db [None req-03f2a3f8-5454-421f-862f-c1d743cd815d fa752bb12da2498994a05590115b6be5 eed2500a0f6a43a8925186ac662426c6 - - default default] Project eed2500a0f6a43a8925186ac662426c6 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: 718/1652] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:03:56 2026] POST /v2.0/security-group-rules => generated 606 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1653] 10.0.0.195 () {34 vars in 749 bytes} [Wed Jun 10 11:03:55 2026] PUT /v2.0/floatingips/d914d57e-8327-48a7-bd86-ee01a204fab2 => generated 554 bytes in 537 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1654] 10.0.0.195 () {32 vars in 729 bytes} [Wed Jun 10 11:03:56 2026] GET /v2.0/floatingips/d914d57e-8327-48a7-bd86-ee01a204fab2 => generated 554 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:03:56.294 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0eb70982-c21a-4e1d-88f7-79d3552e8eb2'] response: {'name': 'network-changed', 'server_uuid': 'e23f985a-e7c4-4c2a-825e-5257e45a1190', 'tag': 'eefb2ed7-741f-4af9-a5a5-da32f69ed749', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 936/1655] 10.0.0.195 () {34 vars in 685 bytes} [Wed Jun 10 11:03:56 2026] POST /v2.0/security-groups => generated 1659 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 11:03:56.817 8 WARNING keystonemiddleware.audit [None req-67c0dfcc-0588-4c51-9497-8aa108a4d455 fa752bb12da2498994a05590115b6be5 eed2500a0f6a43a8925186ac662426c6 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 937/1656] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:03:56 2026] GET /v2.0/ports?tenant_id=7e8c38701d264c9fa0edbc043b317ab6&device_id=e23f985a-e7c4-4c2a-825e-5257e45a1190 => generated 1240 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:03:56.883 8 WARNING keystonemiddleware.audit [req-dee833a0-405e-4759-83a3-72d6485d584c req-393f595d-385f-44a3-8f21-3c18dd700e32 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 720/1657] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:03:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1658] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:03:56 2026] GET /v2.0/networks?id=1affe3f7-916f-44ac-a859-c24cc551f90d => generated 757 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:03:56.946 8 WARNING keystonemiddleware.audit [req-dee833a0-405e-4759-83a3-72d6485d584c req-58b4c3e6-d882-4fac-840f-4c6f9b894ea9 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 939/1659] 199.204.45.132 () {34 vars in 1058 bytes} [Wed Jun 10 11:03:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=eefb2ed7-741f-4af9-a5a5-da32f69ed749 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:03:56.977 8 WARNING keystonemiddleware.audit [req-dee833a0-405e-4759-83a3-72d6485d584c req-b28a79f4-6027-4cf2-b29f-bc3560b6ac51 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 940/1660] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:03:56 2026] GET /v2.0/subnets?id=9556ba4b-bfe5-4516-92e4-b13572ed3215 => generated 677 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1661] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:03:56 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) 2026-06-10 11:03:57.020 8 WARNING keystonemiddleware.audit [req-dee833a0-405e-4759-83a3-72d6485d584c req-3339a3fa-f148-45b6-bb10-5a343e2d3547 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 941/1662] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:03:57 2026] GET /v2.0/ports?network_id=1affe3f7-916f-44ac-a859-c24cc551f90d&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-06-10 11:03:57.066 8 WARNING keystonemiddleware.audit [req-dee833a0-405e-4759-83a3-72d6485d584c req-d2a20c19-2251-4ba0-b6aa-acb3ac862c13 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 942/1663] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:03:57 2026] GET /v2.0/networks/1affe3f7-916f-44ac-a859-c24cc551f90d?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:03:57.128 8 WARNING keystonemiddleware.audit [req-dee833a0-405e-4759-83a3-72d6485d584c req-6dd36164-3dc3-4ff6-bb67-e06719f03905 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 943/1664] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:03:57 2026] GET /v2.0/networks/1affe3f7-916f-44ac-a859-c24cc551f90d?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) 2026-06-10 11:03:57.479 8 INFO neutron.db.segments_db [None req-eff3072a-b1d7-4aae-ad8a-7c57b76f0522 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] Added segment 0e754c77-32bc-4101-8663-858e103e0fa2 of type vxlan for network 67eb4729-accc-4c47-8f40-f4f7ea2116cb [pid: 7|app: 0|req: 722/1665] 10.0.0.195 () {34 vars in 676 bytes} [Wed Jun 10 11:03:57 2026] POST /v2.0/floatingips => generated 552 bytes in 511 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1666] 10.0.0.195 () {32 vars in 729 bytes} [Wed Jun 10 11:03:57 2026] GET /v2.0/floatingips/d914d57e-8327-48a7-bd86-ee01a204fab2 => generated 554 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1667] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:03:57 2026] POST /v2.0/networks => generated 610 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:03:57.639 8 INFO neutron.db.segments_db [None req-fefbec62-fb08-46ec-9d3c-0ab50df06767 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] Added segment 081731b3-83e8-4f13-bccb-0fe2e78cd7ba of type vxlan for network b219406e-9dc2-4910-9c7f-9a8d17c8a7bd [pid: 8|app: 0|req: 945/1668] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:03:57 2026] POST /v2.0/networks => generated 611 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1669] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:03:57 2026] GET /v2.0/security-groups?tenant_id=16a4123f642b4935b34307c7565739e9&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1670] 10.0.0.172 () {34 vars in 1098 bytes} [Wed Jun 10 11:03:57 2026] GET /v2.0/security-groups?name=tempest-securitygroup--670873976&fields=id&tenant_id=eed2500a0f6a43a8925186ac662426c6 => 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: 947/1671] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:03:57 2026] DELETE /v2.0/security-groups/edc7b8cf-abaa-4618-8481-7060eeef3379 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1672] 10.0.0.172 () {34 vars in 1100 bytes} [Wed Jun 10 11:03:57 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1936318959&fields=id&tenant_id=eed2500a0f6a43a8925186ac662426c6 => generated 69 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1673] 10.0.0.172 () {34 vars in 982 bytes} [Wed Jun 10 11:03:57 2026] GET /v2.0/networks?id=b28203ef-74f7-4a23-abaf-561ffd7879a1 => generated 673 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1674] 10.0.0.172 () {34 vars in 965 bytes} [Wed Jun 10 11:03:57 2026] GET /v2.0/quotas/eed2500a0f6a43a8925186ac662426c6 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1675] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:03:57 2026] POST /v2.0/subnets => generated 626 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1676] 10.0.0.172 () {34 vars in 1002 bytes} [Wed Jun 10 11:03:57 2026] GET /v2.0/ports?tenant_id=eed2500a0f6a43a8925186ac662426c6&fields=id => generated 103 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1677] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:03:57 2026] GET /v2.0/security-groups?tenant_id=62e0420c23ec4027bb893f8aba6f053b&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1678] 10.0.0.172 () {34 vars in 1008 bytes} [Wed Jun 10 11:03:58 2026] GET /v2.0/networks/b28203ef-74f7-4a23-abaf-561ffd7879a1?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1679] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:03:58 2026] DELETE /v2.0/security-groups/fa1fe536-36cc-4617-a3b9-92bb33bd0684 => 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: 954/1680] 10.0.0.172 () {34 vars in 1108 bytes} [Wed Jun 10 11:03:58 2026] GET /v2.0/networks/b28203ef-74f7-4a23-abaf-561ffd7879a1?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: 727/1681] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:03:58 2026] POST /v2.0/subnets => generated 626 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:03:58.372 8 INFO neutron.db.segments_db [None req-4fed5e9d-182b-4ec2-8617-4ba825562425 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] Added segment c0f8eee9-bb5a-4f69-8460-4d519d882a1d of type vxlan for network b36b95ca-471e-4408-b293-d980bec74bfd [pid: 7|app: 0|req: 728/1682] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:58 2026] GET /v2.0/ports?device_id=243ed069-77a2-4f0e-88e4-e355546929ec => 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: 729/1683] 10.0.0.195 () {32 vars in 729 bytes} [Wed Jun 10 11:03:58 2026] GET /v2.0/floatingips/d914d57e-8327-48a7-bd86-ee01a204fab2 => generated 552 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:03:58.625 8 INFO neutron.db.l3_hamode_db [None req-4fed5e9d-182b-4ec2-8617-4ba825562425 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 11:03:58.741 8 INFO neutron.db.l3_hamode_db [None req-4fed5e9d-182b-4ec2-8617-4ba825562425 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 955/1684] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:03:58 2026] POST /v2.0/routers => generated 506 bytes in 1053 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1685] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:03:59 2026] GET /v2.0/ports?device_id=243ed069-77a2-4f0e-88e4-e355546929ec => 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: 957/1686] 10.0.0.195 () {34 vars in 685 bytes} [Wed Jun 10 11:03:59 2026] POST /v2.0/security-groups => generated 1673 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1687] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:03:59 2026] POST /v2.0/security-group-rules => generated 597 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1688] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:03:59 2026] POST /v2.0/security-group-rules => generated 596 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1689] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:04:00 2026] POST /v2.0/security-group-rules => generated 602 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1690] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:04:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:04:00.248 8 INFO neutron.db.securitygroups_db [None req-2d9b527e-6f6b-4d55-acd0-6d2d5a770297 9ceeb34c120648f797a6f479598e336b 7e8c38701d264c9fa0edbc043b317ab6 - - default default] Project 7e8c38701d264c9fa0edbc043b317ab6 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: 962/1691] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:04:00 2026] POST /v2.0/security-group-rules => generated 607 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:04:00.357 8 INFO neutron.db.securitygroups_db [None req-879d7ef3-49b8-4f70-8d2c-73c80977b4af 9ceeb34c120648f797a6f479598e336b 7e8c38701d264c9fa0edbc043b317ab6 - - default default] Project 7e8c38701d264c9fa0edbc043b317ab6 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: 963/1692] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:04:00 2026] POST /v2.0/security-group-rules => generated 606 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1693] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:00 2026] GET /v2.0/ports?device_id=243ed069-77a2-4f0e-88e4-e355546929ec => 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: 730/1694] 10.0.0.195 () {34 vars in 783 bytes} [Wed Jun 10 11:03:59 2026] PUT /v2.0/routers/a992dea6-ef6c-4587-b6c3-949441272a89/add_router_interface => generated 309 bytes in 1493 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1695] 10.0.0.195 () {32 vars in 717 bytes} [Wed Jun 10 11:04:00 2026] GET /v2.0/ports/47654ff8-aa67-485c-9536-3a40cded7290 => generated 955 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1696] 10.0.0.195 () {32 vars in 649 bytes} [Wed Jun 10 11:04:00 2026] GET /v2.0/networks => generated 1298 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1697] 10.0.0.172 () {34 vars in 1098 bytes} [Wed Jun 10 11:04:01 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-149823417&fields=id&tenant_id=7e8c38701d264c9fa0edbc043b317ab6 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1698] 10.0.0.172 () {34 vars in 982 bytes} [Wed Jun 10 11:04:01 2026] GET /v2.0/networks?id=1affe3f7-916f-44ac-a859-c24cc551f90d => generated 661 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1699] 10.0.0.172 () {34 vars in 965 bytes} [Wed Jun 10 11:04:01 2026] GET /v2.0/quotas/7e8c38701d264c9fa0edbc043b317ab6 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1700] 10.0.0.172 () {34 vars in 1002 bytes} [Wed Jun 10 11:04:01 2026] GET /v2.0/ports?tenant_id=7e8c38701d264c9fa0edbc043b317ab6&fields=id => generated 149 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1701] 10.0.0.172 () {34 vars in 1008 bytes} [Wed Jun 10 11:04:01 2026] GET /v2.0/networks/1affe3f7-916f-44ac-a859-c24cc551f90d?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: 971/1702] 10.0.0.172 () {34 vars in 1108 bytes} [Wed Jun 10 11:04:01 2026] GET /v2.0/networks/1affe3f7-916f-44ac-a859-c24cc551f90d?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: 972/1703] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:01 2026] GET /v2.0/ports?device_id=0a761fab-a251-463b-862d-9204e5863835 => 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: 973/1704] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:01 2026] GET /v2.0/ports?device_id=243ed069-77a2-4f0e-88e4-e355546929ec => 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: 732/1705] 10.0.0.195 () {34 vars in 783 bytes} [Wed Jun 10 11:04:00 2026] PUT /v2.0/routers/a992dea6-ef6c-4587-b6c3-949441272a89/add_router_interface => generated 309 bytes in 1116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1706] 10.0.0.195 () {32 vars in 717 bytes} [Wed Jun 10 11:04:02 2026] GET /v2.0/ports/9ab342cb-88a0-4f61-a6c1-17f91e4d19e5 => generated 955 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1707] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:02 2026] GET /v2.0/security-groups?tenant_id=648bca0a6b7e46bea010d8479d96f699&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:04:02.518 7 INFO neutron_taas.services.taas.taas_plugin [None req-476a0c3b-c4f7-4912-96f8-b06ae6bff03c 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] TaaS: Handle Delete Port: 9ab342cb-88a0-4f61-a6c1-17f91e4d19e5 2026-06-10 11:04:02.523 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-476a0c3b-c4f7-4912-96f8-b06ae6bff03c 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] Tap Mirror: Handle Delete Port: 9ab342cb-88a0-4f61-a6c1-17f91e4d19e5 [pid: 8|app: 0|req: 976/1708] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:02 2026] DELETE /v2.0/security-groups/5bc10725-8482-4c30-923b-d85ceb17b7aa => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1709] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:02 2026] GET /v2.0/ports?device_id=0a761fab-a251-463b-862d-9204e5863835 => 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: 978/1710] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:02 2026] GET /v2.0/security-groups?tenant_id=f5a22600fa774d88a7d7e5804ba0b8ba&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1711] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:04:02 2026] GET /v2.0/networks?id=b28203ef-74f7-4a23-abaf-561ffd7879a1 => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1712] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:02 2026] GET /v2.0/ports?device_id=243ed069-77a2-4f0e-88e4-e355546929ec => 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: 733/1713] 10.0.0.195 () {34 vars in 789 bytes} [Wed Jun 10 11:04:02 2026] PUT /v2.0/routers/a992dea6-ef6c-4587-b6c3-949441272a89/remove_router_interface => generated 309 bytes in 818 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1714] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:02 2026] DELETE /v2.0/security-groups/bf57c012-d915-426f-b179-eb1fae40df3f => 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: 734/1715] 199.204.45.132 () {34 vars in 1050 bytes} [Wed Jun 10 11:04:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=eed2500a0f6a43a8925186ac662426c6 => generated 273 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:04:03.380 8 INFO neutron_taas.services.taas.taas_plugin [None req-6e3e068a-92b2-4845-be8a-314d3c5af7c7 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] TaaS: Handle Delete Port: 47654ff8-aa67-485c-9536-3a40cded7290 2026-06-10 11:04:03.382 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e3e068a-92b2-4845-be8a-314d3c5af7c7 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] Tap Mirror: Handle Delete Port: 47654ff8-aa67-485c-9536-3a40cded7290 [pid: 7|app: 0|req: 735/1716] 199.204.45.132 () {38 vars in 955 bytes} [Wed Jun 10 11:04:03 2026] POST /v2.0/ports => generated 997 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:04:03.468 7 WARNING keystonemiddleware.audit [req-e57ff4fc-12ae-42a6-a219-bdd22c8d8b44 req-ff826008-34f6-43ef-a084-b946486515fa fa752bb12da2498994a05590115b6be5 eed2500a0f6a43a8925186ac662426c6 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 736/1717] 199.204.45.132 () {38 vars in 1028 bytes} [Wed Jun 10 11:04:03 2026] PUT /v2.0/ports/97edb62e-c30d-4ccb-8b65-e814e5334995 => generated 1278 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1718] 10.0.0.195 () {34 vars in 789 bytes} [Wed Jun 10 11:04:02 2026] PUT /v2.0/routers/a992dea6-ef6c-4587-b6c3-949441272a89/remove_router_interface => generated 309 bytes in 846 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: 737/1719] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:03 2026] GET /v2.0/ports?device_id=0a761fab-a251-463b-862d-9204e5863835 => 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: 983/1720] 10.0.0.195 () {32 vars in 736 bytes} [Wed Jun 10 11:04:03 2026] GET /v2.0/ports?device_id=a992dea6-ef6c-4587-b6c3-949441272a89 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:04:03.861 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-33a6f8c7-5f6f-4f2b-bea3-77b7825f6f04'] response: {'name': 'network-changed', 'server_uuid': '243ed069-77a2-4f0e-88e4-e355546929ec', 'tag': '97edb62e-c30d-4ccb-8b65-e814e5334995', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 984/1721] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:03 2026] GET /v2.0/ports?device_id=243ed069-77a2-4f0e-88e4-e355546929ec => generated 1012 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:04:04.022 7 INFO neutron_taas.services.taas.taas_plugin [None req-37c1172e-618a-4ea9-a176-968ac53135fe 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] TaaS: Handle Delete Port: 40385078-7d2c-4bd7-a19f-3db5c41b2f3a 2026-06-10 11:04:04.025 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-37c1172e-618a-4ea9-a176-968ac53135fe 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] Tap Mirror: Handle Delete Port: 40385078-7d2c-4bd7-a19f-3db5c41b2f3a [pid: 8|app: 0|req: 985/1722] 10.0.0.172 () {34 vars in 1120 bytes} [Wed Jun 10 11:04:04 2026] GET /v2.0/security-groups?id=9a848748-292f-47c6-bc93-d5a585ef4a2c&id=694c6cab-af6a-46b0-b776-a2191fbf5db6&fields=id&fields=name => generated 206 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:04:04.376 8 WARNING keystonemiddleware.audit [req-a1071ef8-3068-460e-b642-5b24b25add36 req-8a1637c2-572f-4ab6-8d47-5a8cb65fef00 fa752bb12da2498994a05590115b6be5 eed2500a0f6a43a8925186ac662426c6 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 986/1723] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:04:04 2026] GET /v2.0/ports?tenant_id=eed2500a0f6a43a8925186ac662426c6&device_id=243ed069-77a2-4f0e-88e4-e355546929ec => generated 1281 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:04:04.410 7 INFO neutron.services.segments.plugin [-] Segment c0f8eee9-bb5a-4f69-8460-4d519d882a1d resource provider aggregate not found 2026-06-10 11:04:04.416 7 INFO neutron.services.segments.plugin [-] Segment c0f8eee9-bb5a-4f69-8460-4d519d882a1d resource provider aggregate not found 2026-06-10 11:04:04.423 8 WARNING keystonemiddleware.audit [req-76b2edd8-a9c9-45bf-bbb3-9c9e14b9bf31 req-c41bf4f0-0371-49e6-beb9-d89d9145318b 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. 2026-06-10 11:04:04.446 7 INFO neutron.services.segments.plugin [-] Segment c0f8eee9-bb5a-4f69-8460-4d519d882a1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0f8eee9-bb5a-4f69-8460-4d519d882a1d found for delete ", "request_id": "req-e517eebf-c3ad-4ba7-babd-acf8f65c18b1"}]} 2026-06-10 11:04:04.450 7 INFO neutron.services.segments.plugin [-] Segment c0f8eee9-bb5a-4f69-8460-4d519d882a1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0f8eee9-bb5a-4f69-8460-4d519d882a1d found for delete ", "request_id": "req-ebad34d9-c2be-40a1-b52a-b2108f3b44af"}]} 2026-06-10 11:04:04.460 7 INFO neutron.db.l3_hamode_db [None req-37c1172e-618a-4ea9-a176-968ac53135fe 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] HA network b36b95ca-471e-4408-b293-d980bec74bfd was deleted as no HA routers are present in tenant 03fa8bc5c3c24122880071cb77f9fa1f. [pid: 7|app: 0|req: 738/1724] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:04:03 2026] DELETE /v2.0/routers/a992dea6-ef6c-4587-b6c3-949441272a89 => generated 0 bytes in 617 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1725] 199.204.45.132 () {34 vars in 1018 bytes} [Wed Jun 10 11:04:04 2026] GET /v2.0/networks?tenant_id=eed2500a0f6a43a8925186ac662426c6&shared=False => generated 769 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:04:04.479 8 WARNING keystonemiddleware.audit [req-76b2edd8-a9c9-45bf-bbb3-9c9e14b9bf31 req-da3825ab-3a63-492e-9359-3ce49bd3b3ae 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 988/1726] 199.204.45.132 () {34 vars in 930 bytes} [Wed Jun 10 11:04:04 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1727] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:04:04 2026] DELETE /v2.0/subnets/64154a75-c9c7-4da0-85fb-bfd4c31d1565 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1728] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:04:04 2026] DELETE /v2.0/subnets/09acf72d-eb79-484d-853d-1b87c79a9aaf => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:04:04.884 7 INFO neutron_taas.services.taas.taas_plugin [None req-0ea929d0-7633-4171-af26-e7af0b0db572 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] TaaS: Handle Delete Port: 0e612cd2-86c4-4b44-abb7-1cf0b21c717f 2026-06-10 11:04:04.886 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ea929d0-7633-4171-af26-e7af0b0db572 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] Tap Mirror: Handle Delete Port: 0e612cd2-86c4-4b44-abb7-1cf0b21c717f [pid: 8|app: 0|req: 990/1729] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:04 2026] GET /v2.0/ports?device_id=0a761fab-a251-463b-862d-9204e5863835 => 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: 740/1730] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:04:04 2026] DELETE /v2.0/networks/b219406e-9dc2-4910-9c7f-9a8d17c8a7bd => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:04:05.158 8 INFO neutron_taas.services.taas.taas_plugin [None req-128b04db-1445-4303-9968-dfedfbf804ca 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] TaaS: Handle Delete Port: 870f9b4c-19f9-458c-ae5a-b5b67724f25f 2026-06-10 11:04:05.161 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-128b04db-1445-4303-9968-dfedfbf804ca 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] Tap Mirror: Handle Delete Port: 870f9b4c-19f9-458c-ae5a-b5b67724f25f [pid: 7|app: 0|req: 741/1731] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:05 2026] GET /v2.0/ports?device_id=243ed069-77a2-4f0e-88e4-e355546929ec => generated 1012 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1732] 10.0.0.172 () {34 vars in 1120 bytes} [Wed Jun 10 11:04:05 2026] GET /v2.0/security-groups?id=9a848748-292f-47c6-bc93-d5a585ef4a2c&id=694c6cab-af6a-46b0-b776-a2191fbf5db6&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:04:05.330 8 INFO neutron.services.segments.plugin [-] Segment 0e754c77-32bc-4101-8663-858e103e0fa2 resource provider aggregate not found 2026-06-10 11:04:05.335 8 INFO neutron.services.segments.plugin [-] Segment 0e754c77-32bc-4101-8663-858e103e0fa2 resource provider aggregate not found 2026-06-10 11:04:05.352 8 INFO neutron.services.segments.plugin [-] Segment 0e754c77-32bc-4101-8663-858e103e0fa2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e754c77-32bc-4101-8663-858e103e0fa2 found for delete ", "request_id": "req-112ac78a-c3f7-415f-9071-7ce0715bd9e5"}]} 2026-06-10 11:04:05.353 8 INFO neutron.services.segments.plugin [-] Segment 0e754c77-32bc-4101-8663-858e103e0fa2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e754c77-32bc-4101-8663-858e103e0fa2 found for delete ", "request_id": "req-26f3b870-3c8b-4266-b276-92393ef4c12e"}]} [pid: 8|app: 0|req: 991/1733] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:04:05 2026] DELETE /v2.0/networks/67eb4729-accc-4c47-8f40-f4f7ea2116cb => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:04:05.423 7 INFO neutron.db.segments_db [None req-4d5bb047-8404-44f2-a820-fea971a6d6b2 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] Added segment 081f95df-97e8-42dd-9fd3-f11a0c404137 of type vxlan for network 96678c4d-8444-42ea-8a33-c5f532af6e31 [pid: 7|app: 0|req: 743/1734] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:04:05 2026] POST /v2.0/networks => generated 610 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:04:05.545 7 WARNING keystonemiddleware.audit [None req-4d5bb047-8404-44f2-a820-fea971a6d6b2 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 744/1735] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:04:05 2026] GET /v2.0/ports?tenant_id=eed2500a0f6a43a8925186ac662426c6&device_id=243ed069-77a2-4f0e-88e4-e355546929ec => generated 1281 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:04:05.588 7 WARNING keystonemiddleware.audit [req-e57ff4fc-12ae-42a6-a219-bdd22c8d8b44 req-d565c38d-d370-4b8b-9916-217aba9735ab 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 745/1736] 199.204.45.132 () {34 vars in 1060 bytes} [Wed Jun 10 11:04:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=97edb62e-c30d-4ccb-8b65-e814e5334995 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:04:05.613 7 WARNING keystonemiddleware.audit [req-e57ff4fc-12ae-42a6-a219-bdd22c8d8b44 req-e45b39de-8d66-4d05-b169-4f3456913003 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 746/1737] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:04:05 2026] GET /v2.0/subnets?id=89063008-0497-4d15-ab5e-ce1f369c5e19 => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:04:05.650 7 WARNING keystonemiddleware.audit [req-e57ff4fc-12ae-42a6-a219-bdd22c8d8b44 req-b4cfeeae-c198-424c-b8d2-47244934e677 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 747/1738] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:04:05 2026] GET /v2.0/ports?network_id=b28203ef-74f7-4a23-abaf-561ffd7879a1&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:04:05.690 7 WARNING keystonemiddleware.audit [req-e57ff4fc-12ae-42a6-a219-bdd22c8d8b44 req-bff2fb5b-d64b-4455-b742-1762b0353843 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 748/1739] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:04:05 2026] GET /v2.0/networks/b28203ef-74f7-4a23-abaf-561ffd7879a1?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:04:05.742 7 WARNING keystonemiddleware.audit [req-e57ff4fc-12ae-42a6-a219-bdd22c8d8b44 req-85b0821c-67a1-4cb5-bb45-a74d14bb7242 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 992/1740] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:04:05 2026] POST /v2.0/subnets => generated 626 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1741] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:04:05 2026] GET /v2.0/networks/b28203ef-74f7-4a23-abaf-561ffd7879a1?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-06-10 11:04:05.802 8 INFO neutron.db.segments_db [None req-69daddd6-5487-482b-b125-d16053d6a3a7 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] Added segment 184f551d-1f5e-499c-ba62-7463a90d5d15 of type vxlan for network 5482e012-8f00-41e1-864d-40a224cf5213 [pid: 7|app: 0|req: 750/1742] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:04:05 2026] GET /v2.0/networks?id=1affe3f7-916f-44ac-a859-c24cc551f90d => 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: 751/1743] 199.204.45.132 () {34 vars in 1050 bytes} [Wed Jun 10 11:04:05 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7e8c38701d264c9fa0edbc043b317ab6 => generated 273 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:04:06.024 8 INFO neutron.db.l3_hamode_db [None req-69daddd6-5487-482b-b125-d16053d6a3a7 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 11:04:06.161 8 INFO neutron.db.l3_hamode_db [None req-69daddd6-5487-482b-b125-d16053d6a3a7 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 752/1744] 199.204.45.132 () {38 vars in 955 bytes} [Wed Jun 10 11:04:05 2026] POST /v2.0/ports => generated 958 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 753/1745] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:06 2026] GET /v2.0/ports?device_id=0a761fab-a251-463b-862d-9204e5863835 => generated 961 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1746] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:06 2026] GET /v2.0/ports?device_id=243ed069-77a2-4f0e-88e4-e355546929ec => generated 1012 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:04:06.443 7 WARNING keystonemiddleware.audit [req-20307f97-debe-4a55-a978-98ad29f2cc43 req-bbcdcde3-ba7e-4bc1-849a-f26f292a9598 fa752bb12da2498994a05590115b6be5 eed2500a0f6a43a8925186ac662426c6 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. 2026-06-10 11:04:06.472 7 INFO neutron.services.segments.plugin [-] Segment 081731b3-83e8-4f13-bccb-0fe2e78cd7ba resource provider aggregate not found 2026-06-10 11:04:06.481 7 INFO neutron.services.segments.plugin [-] Segment 081731b3-83e8-4f13-bccb-0fe2e78cd7ba resource provider aggregate not found 2026-06-10 11:04:06.495 7 INFO neutron.services.segments.plugin [-] Segment 081731b3-83e8-4f13-bccb-0fe2e78cd7ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 081731b3-83e8-4f13-bccb-0fe2e78cd7ba found for delete ", "request_id": "req-e8cb63f0-27ac-4ec0-b77f-08cd6de700ef"}]} 2026-06-10 11:04:06.501 7 INFO neutron.services.segments.plugin [-] Segment 081731b3-83e8-4f13-bccb-0fe2e78cd7ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 081731b3-83e8-4f13-bccb-0fe2e78cd7ba found for delete ", "request_id": "req-38e197e0-dfd2-4e55-8fd4-300c1076b8db"}]} [pid: 8|app: 0|req: 993/1747] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:04:05 2026] POST /v2.0/routers => generated 507 bytes in 1027 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1748] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:04:06 2026] GET /v2.0/security-groups?id=a699eb13-7b58-40c1-8a7b-ce7fb85676d3&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: 995/1749] 10.0.0.172 () {34 vars in 1120 bytes} [Wed Jun 10 11:04:06 2026] GET /v2.0/security-groups?id=9a848748-292f-47c6-bc93-d5a585ef4a2c&id=694c6cab-af6a-46b0-b776-a2191fbf5db6&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1750] 199.204.45.132 () {38 vars in 1028 bytes} [Wed Jun 10 11:04:06 2026] PUT /v2.0/ports/02a0e1af-1576-4557-9286-3e62210c8bc0 => generated 1239 bytes in 505 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:04:07.002 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-350bd13d-4fe6-4a1d-94bd-13d8682be720'] response: {'name': 'network-changed', 'server_uuid': '0a761fab-a251-463b-862d-9204e5863835', 'tag': '02a0e1af-1576-4557-9286-3e62210c8bc0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 996/1753] 10.0.0.195 () {34 vars in 665 bytes} [Wed Jun 10 11:04:06 2026] POST /v2.0/ports => generated 951 bytes in 372 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-06-10 11:04:07.512 8 WARNING keystonemiddleware.audit [None req-b7ddd415-e54f-4c60-81d1-631000f12c2c 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 997/1754] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:04:07 2026] GET /v2.0/ports?tenant_id=7e8c38701d264c9fa0edbc043b317ab6&device_id=0a761fab-a251-463b-862d-9204e5863835 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:04:07.550 8 WARNING keystonemiddleware.audit [req-7f525b22-fd76-4c68-9a54-a322d08f151b req-d5e32eda-0082-46e8-96d8-022b32b68bd3 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 998/1755] 199.204.45.132 () {34 vars in 1018 bytes} [Wed Jun 10 11:04:07 2026] GET /v2.0/networks?tenant_id=7e8c38701d264c9fa0edbc043b317ab6&shared=False => generated 757 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:04:07.605 8 WARNING keystonemiddleware.audit [req-7f525b22-fd76-4c68-9a54-a322d08f151b req-2607a22b-2c31-470c-9a8c-45c1872145cd 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 999/1756] 199.204.45.132 () {34 vars in 930 bytes} [Wed Jun 10 11:04:07 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: 1000/1757] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:07 2026] GET /v2.0/ports?device_id=0a761fab-a251-463b-862d-9204e5863835 => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1758] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:08 2026] GET /v2.0/ports?device_id=243ed069-77a2-4f0e-88e4-e355546929ec => generated 1012 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1759] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:04:08 2026] GET /v2.0/security-groups?id=a699eb13-7b58-40c1-8a7b-ce7fb85676d3&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1760] 10.0.0.172 () {34 vars in 1120 bytes} [Wed Jun 10 11:04:08 2026] GET /v2.0/security-groups?id=9a848748-292f-47c6-bc93-d5a585ef4a2c&id=694c6cab-af6a-46b0-b776-a2191fbf5db6&fields=id&fields=name => generated 206 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1761] 10.0.0.195 () {34 vars in 783 bytes} [Wed Jun 10 11:04:07 2026] PUT /v2.0/routers/66fb3167-9bca-4d4e-9dd6-10ddde2a3618/add_router_interface => generated 309 bytes in 1131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1762] 10.0.0.195 () {32 vars in 717 bytes} [Wed Jun 10 11:04:08 2026] GET /v2.0/ports/45f236db-d74b-4d31-9390-96f662171a77 => generated 1025 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 11:04:08.666 8 WARNING keystonemiddleware.audit [None req-40494a02-8d93-4b97-8338-4f9c0b38f091 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 1005/1763] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:04:08 2026] GET /v2.0/ports?tenant_id=7e8c38701d264c9fa0edbc043b317ab6&device_id=0a761fab-a251-463b-862d-9204e5863835 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:04:08.705 8 WARNING keystonemiddleware.audit [req-24f2e713-9807-4e22-8830-cf0228dd60b1 req-7484964b-a53f-463f-851a-3c03672a957f 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 1006/1764] 199.204.45.132 () {34 vars in 1060 bytes} [Wed Jun 10 11:04:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=02a0e1af-1576-4557-9286-3e62210c8bc0 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:04:08.732 8 WARNING keystonemiddleware.audit [req-24f2e713-9807-4e22-8830-cf0228dd60b1 req-4519f9ef-a326-4737-bcf2-dabe350a9365 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. 2026-06-10 11:04:08.736 7 INFO neutron_taas.services.taas.taas_plugin [None req-80f4d284-7129-4aa1-9d20-18c306e91786 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] TaaS: Handle Delete Port: 45f236db-d74b-4d31-9390-96f662171a77 2026-06-10 11:04:08.738 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80f4d284-7129-4aa1-9d20-18c306e91786 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] Tap Mirror: Handle Delete Port: 45f236db-d74b-4d31-9390-96f662171a77 [pid: 8|app: 0|req: 1007/1765] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:04:08 2026] GET /v2.0/subnets?id=9556ba4b-bfe5-4516-92e4-b13572ed3215 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1766] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:08 2026] GET /v2.0/security-groups?tenant_id=696cae52af094dd9af403c3e61de9cf7&name=default => generated 2925 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:04:08.962 8 WARNING keystonemiddleware.audit [None req-591ab367-cd25-4c55-bf07-2a5b99977053 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 1009/1767] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:04:08 2026] GET /v2.0/ports?network_id=1affe3f7-916f-44ac-a859-c24cc551f90d&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1768] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:08 2026] DELETE /v2.0/security-groups/442fb212-7bcf-4b2c-a7a5-8e1c9e0ff126 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:04:09.107 8 WARNING keystonemiddleware.audit [None req-6ec2ec32-81dc-45f4-86e9-f73c32676c4d fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 759/1769] 10.0.0.195 () {34 vars in 789 bytes} [Wed Jun 10 11:04:08 2026] PUT /v2.0/routers/66fb3167-9bca-4d4e-9dd6-10ddde2a3618/remove_router_interface => generated 309 bytes in 711 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:04:09.128 7 WARNING keystonemiddleware.audit [None req-80f4d284-7129-4aa1-9d20-18c306e91786 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1011/1770] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:04:09 2026] GET /v2.0/networks/1affe3f7-916f-44ac-a859-c24cc551f90d?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1771] 199.204.45.132 () {34 vars in 994 bytes} [Wed Jun 10 11:04:09 2026] GET /v2.0/ports?device_id=243ed069-77a2-4f0e-88e4-e355546929ec => generated 1281 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:04:09.160 7 WARNING keystonemiddleware.audit [req-6149ded1-97f1-44df-a3c2-4ab59527e702 req-a5a9fee8-ef7c-4633-a03d-6401c3d28e2c 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 761/1772] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:04:09 2026] GET /v2.0/networks/1affe3f7-916f-44ac-a859-c24cc551f90d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:04:09.196 7 WARNING keystonemiddleware.audit [req-24f2e713-9807-4e22-8830-cf0228dd60b1 req-705a86a6-6d1b-4cc2-a069-11c901b3823f 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 762/1773] 199.204.45.132 () {34 vars in 1124 bytes} [Wed Jun 10 11:04:09 2026] GET /v2.0/security-groups?id=9a848748-292f-47c6-bc93-d5a585ef4a2c&id=694c6cab-af6a-46b0-b776-a2191fbf5db6&fields=id&fields=name => generated 206 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:04:09.239 8 INFO neutron.api.v2.resource [None req-a6bf8baa-8a3b-4447-9f30-a7c344672bf4 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1012/1774] 10.0.0.195 () {34 vars in 789 bytes} [Wed Jun 10 11:04:09 2026] PUT /v2.0/routers/66fb3167-9bca-4d4e-9dd6-10ddde2a3618/remove_router_interface => generated 197 bytes in 90 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1775] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:09 2026] GET /v2.0/ports?device_id=0a761fab-a251-463b-862d-9204e5863835 => generated 973 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1776] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:09 2026] GET /v2.0/ports?device_id=243ed069-77a2-4f0e-88e4-e355546929ec => generated 1012 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1777] 10.0.0.195 () {32 vars in 736 bytes} [Wed Jun 10 11:04:09 2026] GET /v2.0/ports?device_id=66fb3167-9bca-4d4e-9dd6-10ddde2a3618 => 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: 766/1778] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:04:09 2026] GET /v2.0/security-groups?id=a699eb13-7b58-40c1-8a7b-ce7fb85676d3&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: 1013/1779] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:09 2026] GET /v2.0/security-groups?tenant_id=2f4e5894b2714856a4b67ba0e0476369&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1780] 10.0.0.172 () {34 vars in 1120 bytes} [Wed Jun 10 11:04:09 2026] GET /v2.0/security-groups?id=9a848748-292f-47c6-bc93-d5a585ef4a2c&id=694c6cab-af6a-46b0-b776-a2191fbf5db6&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1781] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:09 2026] DELETE /v2.0/security-groups/b77d90d8-51e5-4f3d-b29c-cabcb3cfe0eb => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:04:09.554 8 INFO neutron_taas.services.taas.taas_plugin [None req-d7418d10-0be1-4323-a5d8-08ca796adafd 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] TaaS: Handle Delete Port: ba2e4d53-6f54-49fe-87de-36283a5f92eb 2026-06-10 11:04:09.557 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7418d10-0be1-4323-a5d8-08ca796adafd 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] Tap Mirror: Handle Delete Port: ba2e4d53-6f54-49fe-87de-36283a5f92eb 2026-06-10 11:04:09.939 8 INFO neutron.services.segments.plugin [-] Segment 184f551d-1f5e-499c-ba62-7463a90d5d15 resource provider aggregate not found 2026-06-10 11:04:09.942 8 INFO neutron.services.segments.plugin [-] Segment 184f551d-1f5e-499c-ba62-7463a90d5d15 resource provider aggregate not found 2026-06-10 11:04:09.955 8 INFO neutron.services.segments.plugin [-] Segment 184f551d-1f5e-499c-ba62-7463a90d5d15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 184f551d-1f5e-499c-ba62-7463a90d5d15 found for delete ", "request_id": "req-f55692b4-da53-4d3f-a445-432e54a8c830"}]} 2026-06-10 11:04:09.963 8 INFO neutron.services.segments.plugin [-] Segment 184f551d-1f5e-499c-ba62-7463a90d5d15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 184f551d-1f5e-499c-ba62-7463a90d5d15 found for delete ", "request_id": "req-b78a7adc-ceb4-4474-a483-4709edf3e1c6"}]} 2026-06-10 11:04:09.977 8 INFO neutron.db.l3_hamode_db [None req-d7418d10-0be1-4323-a5d8-08ca796adafd 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] HA network 5482e012-8f00-41e1-864d-40a224cf5213 was deleted as no HA routers are present in tenant 03fa8bc5c3c24122880071cb77f9fa1f. [pid: 8|app: 0|req: 1014/1782] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:04:09 2026] DELETE /v2.0/routers/66fb3167-9bca-4d4e-9dd6-10ddde2a3618 => generated 0 bytes in 600 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1783] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:04:09 2026] DELETE /v2.0/subnets/18dec33e-dace-43c3-ae1b-2f92aeb46786 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:04:10.274 8 INFO neutron_taas.services.taas.taas_plugin [None req-00e5cbd0-b3ed-44e4-a938-6d70663201f8 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] TaaS: Handle Delete Port: f24accce-e1bd-4891-9b6e-946b3ee8d1f4 2026-06-10 11:04:10.277 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00e5cbd0-b3ed-44e4-a938-6d70663201f8 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] Tap Mirror: Handle Delete Port: f24accce-e1bd-4891-9b6e-946b3ee8d1f4 [pid: 7|app: 0|req: 770/1784] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:10 2026] GET /v2.0/ports?device_id=0a761fab-a251-463b-862d-9204e5863835 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1785] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:04:10 2026] DELETE /v2.0/networks/96678c4d-8444-42ea-8a33-c5f532af6e31 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1786] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:04:10 2026] GET /v2.0/security-groups?id=a699eb13-7b58-40c1-8a7b-ce7fb85676d3&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1787] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:10 2026] GET /v2.0/ports?device_id=243ed069-77a2-4f0e-88e4-e355546929ec => generated 1014 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:04:10.584 7 INFO neutron.db.segments_db [None req-3c9a4a16-5014-46c2-b06f-95d2789291b2 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] Added segment e26f97df-7b3c-409d-a423-50a8b332c1af of type vxlan for network 66759d81-e168-439c-9222-d0bf028cb177 [pid: 8|app: 0|req: 1017/1788] 10.0.0.172 () {34 vars in 1120 bytes} [Wed Jun 10 11:04:10 2026] GET /v2.0/security-groups?id=9a848748-292f-47c6-bc93-d5a585ef4a2c&id=694c6cab-af6a-46b0-b776-a2191fbf5db6&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1789] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:04:10 2026] POST /v2.0/networks => generated 610 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1790] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:04:10 2026] POST /v2.0/subnets => generated 626 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:04:10.986 7 INFO neutron.db.segments_db [None req-88528ba6-a19d-4192-83da-76c0212c42e8 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] Added segment 040af86c-1b52-412e-b85c-f17371ae31f5 of type vxlan for network 10ce2c90-cfaf-4418-a361-9d3d6dcb0978 2026-06-10 11:04:11.224 7 INFO neutron.db.l3_hamode_db [None req-88528ba6-a19d-4192-83da-76c0212c42e8 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 11:04:11.318 7 INFO neutron.db.l3_hamode_db [None req-88528ba6-a19d-4192-83da-76c0212c42e8 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1019/1791] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:11 2026] GET /v2.0/ports?device_id=0a761fab-a251-463b-862d-9204e5863835 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1792] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:04:11 2026] GET /v2.0/security-groups?id=a699eb13-7b58-40c1-8a7b-ce7fb85676d3&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: 8|app: 0|req: 1021/1793] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:11 2026] GET /v2.0/ports?device_id=243ed069-77a2-4f0e-88e4-e355546929ec => generated 1014 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/1794] 10.0.0.172 () {34 vars in 1120 bytes} [Wed Jun 10 11:04:11 2026] GET /v2.0/security-groups?id=9a848748-292f-47c6-bc93-d5a585ef4a2c&id=694c6cab-af6a-46b0-b776-a2191fbf5db6&fields=id&fields=name => generated 206 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1795] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:04:10 2026] POST /v2.0/routers => generated 507 bytes in 988 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/1796] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:11 2026] GET /v2.0/ports?device_id=243ed069-77a2-4f0e-88e4-e355546929ec => generated 1014 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:04:11.972 8 INFO neutron.services.segments.plugin [-] Segment 081f95df-97e8-42dd-9fd3-f11a0c404137 resource provider aggregate not found 2026-06-10 11:04:11.990 8 INFO neutron.services.segments.plugin [-] Segment 081f95df-97e8-42dd-9fd3-f11a0c404137 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 081f95df-97e8-42dd-9fd3-f11a0c404137 found for delete ", "request_id": "req-e944c129-4bf4-4835-a8ab-6e2c304b8188"}]} 2026-06-10 11:04:11.999 8 INFO neutron.services.segments.plugin [-] Segment 081f95df-97e8-42dd-9fd3-f11a0c404137 resource provider aggregate not found 2026-06-10 11:04:12.032 8 INFO neutron.services.segments.plugin [-] Segment 081f95df-97e8-42dd-9fd3-f11a0c404137 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 081f95df-97e8-42dd-9fd3-f11a0c404137 found for delete ", "request_id": "req-9dedbdc4-c4ff-454c-aebf-aa8eadd52d69"}]} 2026-06-10 11:04:12.323 8 INFO neutron.db.l3_db [None req-ffc3e1e9-8fca-40de-b3cf-406d6177d0d1 fa752bb12da2498994a05590115b6be5 eed2500a0f6a43a8925186ac662426c6 - - default default] Floating IP a89aeba8-7505-438e-9200-7965ee1820ce associated. External IP: 10.96.250.201, port: 97edb62e-c30d-4ccb-8b65-e814e5334995. [pid: 8|app: 0|req: 1024/1797] 10.0.0.195 () {34 vars in 749 bytes} [Wed Jun 10 11:04:11 2026] PUT /v2.0/floatingips/a89aeba8-7505-438e-9200-7965ee1820ce => generated 856 bytes in 636 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:04:12.635 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c710d4f3-e60a-4b4e-bc6e-fb75b698649b'] response: {'name': 'network-changed', 'server_uuid': '243ed069-77a2-4f0e-88e4-e355546929ec', 'tag': '97edb62e-c30d-4ccb-8b65-e814e5334995', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1025/1798] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:12 2026] GET /v2.0/security-groups?tenant_id=175b6da83029486ba52faa753522995f&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/1799] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:12 2026] GET /v2.0/ports?device_id=0a761fab-a251-463b-862d-9204e5863835 => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/1800] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:12 2026] DELETE /v2.0/security-groups/bb06368a-0933-47c4-9edd-f0c662cfc16a => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1801] 10.0.0.195 () {34 vars in 783 bytes} [Wed Jun 10 11:04:11 2026] PUT /v2.0/routers/abbdff75-d139-439a-81bf-e7524b0b6207/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: 1028/1802] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:04:13 2026] GET /v2.0/security-groups?id=a699eb13-7b58-40c1-8a7b-ce7fb85676d3&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-06-10 11:04:13.159 8 WARNING keystonemiddleware.audit [req-3a9941a4-618a-4583-8ce6-cc40288e8439 req-0cc9c2dd-08e8-4aa8-972c-9c61ed25c195 9ceeb34c120648f797a6f479598e336b 7e8c38701d264c9fa0edbc043b317ab6 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 775/1803] 10.0.0.195 () {32 vars in 717 bytes} [Wed Jun 10 11:04:13 2026] GET /v2.0/ports/aee0046c-b30a-475b-8d83-ea0739eee8d8 => generated 955 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/1804] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:04:13 2026] GET /v2.0/ports?tenant_id=eed2500a0f6a43a8925186ac662426c6&device_id=243ed069-77a2-4f0e-88e4-e355546929ec => generated 1283 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:04:13.211 8 WARNING keystonemiddleware.audit [req-19592054-d3e8-473e-9989-fea3e4f4b825 req-2d9bcb6e-e0b7-446c-985d-6b1888e013ae 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 1030/1805] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:04:13 2026] GET /v2.0/networks?id=b28203ef-74f7-4a23-abaf-561ffd7879a1 => generated 769 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:04:13.267 8 WARNING keystonemiddleware.audit [req-19592054-d3e8-473e-9989-fea3e4f4b825 req-9a0ac897-777f-4a88-aac6-1dc02f8b0e75 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 1031/1806] 199.204.45.132 () {34 vars in 1060 bytes} [Wed Jun 10 11:04:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=97edb62e-c30d-4ccb-8b65-e814e5334995 => generated 859 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:04:13.320 8 WARNING keystonemiddleware.audit [req-19592054-d3e8-473e-9989-fea3e4f4b825 req-75dbc89c-c085-4a35-b360-37beae906146 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 1032/1807] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:04:13 2026] GET /v2.0/subnets?id=89063008-0497-4d15-ab5e-ce1f369c5e19 => generated 691 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:04:13.355 8 WARNING keystonemiddleware.audit [req-19592054-d3e8-473e-9989-fea3e4f4b825 req-42bce6f0-cf13-4774-b40d-db80573d3fed 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 1033/1808] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:04:13 2026] GET /v2.0/ports?network_id=b28203ef-74f7-4a23-abaf-561ffd7879a1&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:04:13.413 8 WARNING keystonemiddleware.audit [req-19592054-d3e8-473e-9989-fea3e4f4b825 req-3eb0b05c-250f-4de0-9a8d-d4af952fcde6 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 1034/1809] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:04:13 2026] GET /v2.0/networks/b28203ef-74f7-4a23-abaf-561ffd7879a1?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:04:13.472 8 WARNING keystonemiddleware.audit [req-19592054-d3e8-473e-9989-fea3e4f4b825 req-6bff84b3-1ceb-4541-b4ee-71f98a2ad4fe 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 1035/1810] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:04:13 2026] GET /v2.0/networks/b28203ef-74f7-4a23-abaf-561ffd7879a1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:04:13.517 7 INFO neutron_taas.services.taas.taas_plugin [None req-2cfce6a2-19dc-44a2-b00a-c02bd61cba09 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] TaaS: Handle Delete Port: aee0046c-b30a-475b-8d83-ea0739eee8d8 2026-06-10 11:04:13.521 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2cfce6a2-19dc-44a2-b00a-c02bd61cba09 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] Tap Mirror: Handle Delete Port: aee0046c-b30a-475b-8d83-ea0739eee8d8 [pid: 7|app: 0|req: 776/1811] 10.0.0.195 () {34 vars in 789 bytes} [Wed Jun 10 11:04:13 2026] PUT /v2.0/routers/abbdff75-d139-439a-81bf-e7524b0b6207/remove_router_interface => generated 309 bytes in 773 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/1812] 10.0.0.195 () {32 vars in 736 bytes} [Wed Jun 10 11:04:13 2026] GET /v2.0/ports?device_id=abbdff75-d139-439a-81bf-e7524b0b6207 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:04:14.158 7 INFO neutron_taas.services.taas.taas_plugin [None req-64b3c6e6-87e2-4149-81cf-5f5fe679988e 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] TaaS: Handle Delete Port: 91789a0b-ec00-488e-b544-7de41afe47b5 2026-06-10 11:04:14.161 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64b3c6e6-87e2-4149-81cf-5f5fe679988e 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] Tap Mirror: Handle Delete Port: 91789a0b-ec00-488e-b544-7de41afe47b5 [pid: 8|app: 0|req: 1037/1813] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:14 2026] GET /v2.0/ports?device_id=0a761fab-a251-463b-862d-9204e5863835 => generated 975 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/1814] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:04:14 2026] GET /v2.0/security-groups?id=a699eb13-7b58-40c1-8a7b-ce7fb85676d3&fields=id&fields=name => generated 113 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:04:14.520 7 INFO neutron.services.segments.plugin [-] Segment 040af86c-1b52-412e-b85c-f17371ae31f5 resource provider aggregate not found 2026-06-10 11:04:14.524 7 INFO neutron.services.segments.plugin [-] Segment 040af86c-1b52-412e-b85c-f17371ae31f5 resource provider aggregate not found 2026-06-10 11:04:14.540 7 INFO neutron.services.segments.plugin [-] Segment 040af86c-1b52-412e-b85c-f17371ae31f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 040af86c-1b52-412e-b85c-f17371ae31f5 found for delete ", "request_id": "req-d625975b-c94b-4fcb-847b-a286ddc5db5a"}]} 2026-06-10 11:04:14.541 7 INFO neutron.db.l3_hamode_db [None req-64b3c6e6-87e2-4149-81cf-5f5fe679988e 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] HA network 10ce2c90-cfaf-4418-a361-9d3d6dcb0978 was deleted as no HA routers are present in tenant 03fa8bc5c3c24122880071cb77f9fa1f. 2026-06-10 11:04:14.546 7 INFO neutron.services.segments.plugin [-] Segment 040af86c-1b52-412e-b85c-f17371ae31f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 040af86c-1b52-412e-b85c-f17371ae31f5 found for delete ", "request_id": "req-6860e7da-8896-4f44-859f-bfac3c75fe43"}]} [pid: 7|app: 0|req: 777/1815] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:04:13 2026] DELETE /v2.0/routers/abbdff75-d139-439a-81bf-e7524b0b6207 => generated 0 bytes in 574 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/1816] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:04:14 2026] DELETE /v2.0/subnets/b3ca1830-d80a-4dca-b701-0f8fac852f42 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1817] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:04:14 2026] DELETE /v2.0/networks/66759d81-e168-439c-9222-d0bf028cb177 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:04:14.877 8 INFO neutron.db.segments_db [None req-d7353f62-9d9c-4fda-b217-9f689508d6eb 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] Added segment 09f45ffb-cab1-461c-bfc0-abf892855ec3 of type vxlan for network 5ce4047e-8a85-4f82-bbeb-70a46b358ec7 [pid: 7|app: 0|req: 779/1818] 10.0.0.195 () {32 vars in 623 bytes} [Wed Jun 10 11:04:15 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) 2026-06-10 11:04:15.056 8 INFO neutron.db.l3_hamode_db [None req-d7353f62-9d9c-4fda-b217-9f689508d6eb 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 780/1819] 10.0.0.195 () {32 vars in 633 bytes} [Wed Jun 10 11:04:15 2026] GET /v2.0/ => generated 632 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1820] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:15 2026] GET /v2.0/ports?device_id=0a761fab-a251-463b-862d-9204e5863835 => 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: 782/1821] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:04:15 2026] GET /v2.0/security-groups?id=a699eb13-7b58-40c1-8a7b-ce7fb85676d3&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: 783/1822] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:15 2026] GET /v2.0/ports?device_id=0a761fab-a251-463b-862d-9204e5863835 => 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: 784/1823] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:04:15 2026] GET /v2.0/security-groups?id=a699eb13-7b58-40c1-8a7b-ce7fb85676d3&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: 785/1824] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:15 2026] GET /v2.0/security-groups?tenant_id=30c59ad89b4f45069d3feac90c77a590&name=default => generated 2925 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1825] 10.0.0.195 () {32 vars in 736 bytes} [Wed Jun 10 11:04:15 2026] GET /v2.0/ports?device_id=0a761fab-a251-463b-862d-9204e5863835 => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1826] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:15 2026] DELETE /v2.0/security-groups/56093186-c36a-40ed-a445-448dce0d14c9 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:04:16.312 8 INFO neutron.db.l3_hamode_db [None req-d7353f62-9d9c-4fda-b217-9f689508d6eb 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 11:04:16.398 7 INFO neutron.db.l3_db [None req-f8754db8-fbf6-4035-b1c6-81d1e5177dd7 9ceeb34c120648f797a6f479598e336b 7e8c38701d264c9fa0edbc043b317ab6 - - default default] Floating IP d914d57e-8327-48a7-bd86-ee01a204fab2 associated. External IP: 10.96.250.206, port: 02a0e1af-1576-4557-9286-3e62210c8bc0. 2026-06-10 11:04:16.568 7 INFO neutron.services.segments.plugin [-] Segment e26f97df-7b3c-409d-a423-50a8b332c1af resource provider aggregate not found 2026-06-10 11:04:16.572 7 INFO neutron.services.segments.plugin [-] Segment e26f97df-7b3c-409d-a423-50a8b332c1af resource provider aggregate not found 2026-06-10 11:04:16.585 7 INFO neutron.services.segments.plugin [-] Segment e26f97df-7b3c-409d-a423-50a8b332c1af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e26f97df-7b3c-409d-a423-50a8b332c1af found for delete ", "request_id": "req-45aaeffb-d8c4-4666-9a8b-1abb65edaaa6"}]} 2026-06-10 11:04:16.605 7 INFO neutron.services.segments.plugin [-] Segment e26f97df-7b3c-409d-a423-50a8b332c1af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e26f97df-7b3c-409d-a423-50a8b332c1af found for delete ", "request_id": "req-dc5e89cf-32aa-4fe5-9c47-b9344a4d4a28"}]} [pid: 7|app: 0|req: 788/1827] 10.0.0.195 () {34 vars in 749 bytes} [Wed Jun 10 11:04:16 2026] PUT /v2.0/floatingips/d914d57e-8327-48a7-bd86-ee01a204fab2 => generated 856 bytes in 732 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1828] 10.0.0.195 () {32 vars in 729 bytes} [Wed Jun 10 11:04:16 2026] GET /v2.0/floatingips/d914d57e-8327-48a7-bd86-ee01a204fab2 => generated 856 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:04:16.855 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-187e1fd3-5e65-4be7-ad3d-8fa37fbabf70'] response: {'name': 'network-changed', 'server_uuid': '0a761fab-a251-463b-862d-9204e5863835', 'tag': '02a0e1af-1576-4557-9286-3e62210c8bc0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1040/1829] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:04:14 2026] POST /v2.0/routers => generated 687 bytes in 2388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1830] 10.0.0.195 () {32 vars in 721 bytes} [Wed Jun 10 11:04:17 2026] GET /v2.0/routers/3b4d9736-99fc-47e1-998d-f40d4e30bdc1 => generated 693 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:04:17.366 7 WARNING keystonemiddleware.audit [None req-f868b317-1378-4f16-82de-41852bfc836c 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 791/1831] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:04:17 2026] GET /v2.0/ports?tenant_id=7e8c38701d264c9fa0edbc043b317ab6&device_id=0a761fab-a251-463b-862d-9204e5863835 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:04:17.411 7 WARNING keystonemiddleware.audit [req-19249c98-9c3b-4a58-8a08-5b546859e631 req-5f4170a8-ddb8-4cb2-b0b6-e65f45f47e2c 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 1041/1832] 10.0.0.195 () {32 vars in 647 bytes} [Wed Jun 10 11:04:17 2026] GET /v2.0/routers => generated 696 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1833] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:04:17 2026] GET /v2.0/networks?id=1affe3f7-916f-44ac-a859-c24cc551f90d => generated 757 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:04:17.476 7 WARNING keystonemiddleware.audit [req-19249c98-9c3b-4a58-8a08-5b546859e631 req-48b6a2c6-87b0-4316-b634-3249279a44d2 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 793/1834] 199.204.45.132 () {34 vars in 1060 bytes} [Wed Jun 10 11:04:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=02a0e1af-1576-4557-9286-3e62210c8bc0 => generated 859 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:04:17.532 7 WARNING keystonemiddleware.audit [req-19249c98-9c3b-4a58-8a08-5b546859e631 req-d65ea9fd-bee6-4431-9960-21df8fa22c9a 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 794/1835] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:04:17 2026] GET /v2.0/subnets?id=9556ba4b-bfe5-4516-92e4-b13572ed3215 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:04:17.571 7 WARNING keystonemiddleware.audit [req-19249c98-9c3b-4a58-8a08-5b546859e631 req-cb39e567-9b84-45a2-a89a-f7fa5d907779 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 795/1836] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:04:17 2026] GET /v2.0/ports?network_id=1affe3f7-916f-44ac-a859-c24cc551f90d&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:04:17.616 7 WARNING keystonemiddleware.audit [req-19249c98-9c3b-4a58-8a08-5b546859e631 req-fc75ae12-ea0d-4d6e-93f1-750b193b2459 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 796/1837] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:04:17 2026] GET /v2.0/networks/1affe3f7-916f-44ac-a859-c24cc551f90d?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:04:17.666 7 WARNING keystonemiddleware.audit [req-19249c98-9c3b-4a58-8a08-5b546859e631 req-e2b4ad90-490f-49ec-aeea-0cb832d9d2ac 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 797/1838] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:04:17 2026] GET /v2.0/networks/1affe3f7-916f-44ac-a859-c24cc551f90d?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: 1042/1839] 10.0.0.195 () {34 vars in 741 bytes} [Wed Jun 10 11:04:17 2026] PUT /v2.0/routers/3b4d9736-99fc-47e1-998d-f40d4e30bdc1 => generated 700 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/1840] 10.0.0.195 () {32 vars in 729 bytes} [Wed Jun 10 11:04:17 2026] GET /v2.0/floatingips/d914d57e-8327-48a7-bd86-ee01a204fab2 => generated 856 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1841] 10.0.0.195 () {32 vars in 721 bytes} [Wed Jun 10 11:04:17 2026] GET /v2.0/routers/3b4d9736-99fc-47e1-998d-f40d4e30bdc1 => generated 700 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/1842] 10.0.0.195 () {32 vars in 736 bytes} [Wed Jun 10 11:04:17 2026] GET /v2.0/ports?device_id=3b4d9736-99fc-47e1-998d-f40d4e30bdc1 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:04:18.132 7 INFO neutron_taas.services.taas.taas_plugin [None req-26380382-be17-4ad7-b9e2-3829b95aadcd 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] TaaS: Handle Delete Port: 6bba221e-ed91-49a8-8802-8b1c29ca3d84 2026-06-10 11:04:18.135 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26380382-be17-4ad7-b9e2-3829b95aadcd 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] Tap Mirror: Handle Delete Port: 6bba221e-ed91-49a8-8802-8b1c29ca3d84 2026-06-10 11:04:18.360 7 INFO neutron_taas.services.taas.taas_plugin [None req-26380382-be17-4ad7-b9e2-3829b95aadcd 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] TaaS: Handle Delete Port: 42b5fa66-2325-4fbc-92a7-a3cb0075e53f 2026-06-10 11:04:18.363 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26380382-be17-4ad7-b9e2-3829b95aadcd 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] Tap Mirror: Handle Delete Port: 42b5fa66-2325-4fbc-92a7-a3cb0075e53f 2026-06-10 11:04:18.723 7 INFO neutron.services.segments.plugin [-] Segment 09f45ffb-cab1-461c-bfc0-abf892855ec3 resource provider aggregate not found 2026-06-10 11:04:18.723 7 INFO neutron.services.segments.plugin [-] Segment 09f45ffb-cab1-461c-bfc0-abf892855ec3 resource provider aggregate not found 2026-06-10 11:04:18.745 7 INFO neutron.services.segments.plugin [-] Segment 09f45ffb-cab1-461c-bfc0-abf892855ec3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09f45ffb-cab1-461c-bfc0-abf892855ec3 found for delete ", "request_id": "req-e94ed54d-8fbc-4957-a6f5-e4708bd46866"}]} 2026-06-10 11:04:18.747 7 INFO neutron.services.segments.plugin [-] Segment 09f45ffb-cab1-461c-bfc0-abf892855ec3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09f45ffb-cab1-461c-bfc0-abf892855ec3 found for delete ", "request_id": "req-00880560-feeb-432f-8bd9-5053493d4d1a"}]} 2026-06-10 11:04:18.758 7 INFO neutron.db.l3_hamode_db [None req-26380382-be17-4ad7-b9e2-3829b95aadcd 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] HA network 5ce4047e-8a85-4f82-bbeb-70a46b358ec7 was deleted as no HA routers are present in tenant 03fa8bc5c3c24122880071cb77f9fa1f. [pid: 7|app: 0|req: 799/1843] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:04:17 2026] DELETE /v2.0/routers/3b4d9736-99fc-47e1-998d-f40d4e30bdc1 => generated 0 bytes in 832 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/1844] 10.0.0.195 () {32 vars in 736 bytes} [Wed Jun 10 11:04:18 2026] GET /v2.0/ports?device_id=3b4d9736-99fc-47e1-998d-f40d4e30bdc1 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:04:18.822 7 INFO neutron.api.v2.resource [None req-fbc7b31b-456e-4b69-8a6f-723b441f27ab 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 800/1845] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:04:18 2026] DELETE /v2.0/routers/3b4d9736-99fc-47e1-998d-f40d4e30bdc1 => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/1846] 10.0.0.195 () {32 vars in 736 bytes} [Wed Jun 10 11:04:18 2026] GET /v2.0/ports?device_id=abbdff75-d139-439a-81bf-e7524b0b6207 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:04:18.872 7 INFO neutron.api.v2.resource [None req-cf921328-67cc-47df-bc69-65416852e954 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 801/1847] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:04:18 2026] DELETE /v2.0/routers/abbdff75-d139-439a-81bf-e7524b0b6207 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:04:18.902 8 INFO neutron.pecan_wsgi.hooks.translation [None req-349922c2-c741-4b0a-b4f3-885f4b75a05d 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1047/1848] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:04:18 2026] DELETE /v2.0/subnets/b3ca1830-d80a-4dca-b701-0f8fac852f42 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/1849] 10.0.0.195 () {32 vars in 736 bytes} [Wed Jun 10 11:04:18 2026] GET /v2.0/ports?device_id=66fb3167-9bca-4d4e-9dd6-10ddde2a3618 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:04:18.949 8 INFO neutron.api.v2.resource [None req-e99bc168-585f-42dc-9942-b92135f199e7 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1049/1850] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:04:18 2026] DELETE /v2.0/routers/66fb3167-9bca-4d4e-9dd6-10ddde2a3618 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1851] 10.0.0.195 () {32 vars in 729 bytes} [Wed Jun 10 11:04:18 2026] GET /v2.0/floatingips/d914d57e-8327-48a7-bd86-ee01a204fab2 => generated 858 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:04:18.963 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dfa685df-641c-41f9-ba60-cc1f36f19cee 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1050/1852] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:04:18 2026] DELETE /v2.0/subnets/18dec33e-dace-43c3-ae1b-2f92aeb46786 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1853] 10.0.0.195 () {32 vars in 736 bytes} [Wed Jun 10 11:04:18 2026] GET /v2.0/ports?device_id=a992dea6-ef6c-4587-b6c3-949441272a89 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:04:19.014 8 INFO neutron.api.v2.resource [None req-da255c98-4976-4783-bf6a-d5ebd136028d 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1051/1854] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:04:18 2026] DELETE /v2.0/routers/a992dea6-ef6c-4587-b6c3-949441272a89 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:04:19.035 7 INFO neutron.pecan_wsgi.hooks.translation [None req-44339475-6a98-4255-8017-bd9550c55482 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 804/1855] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:04:19 2026] DELETE /v2.0/subnets/64154a75-c9c7-4da0-85fb-bfd4c31d1565 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:04:19.060 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c97ea156-5b6a-459d-84da-d647d5678762 874468f58ffe40468e8a464c92d725c3 03fa8bc5c3c24122880071cb77f9fa1f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1052/1856] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:04:19 2026] DELETE /v2.0/subnets/09acf72d-eb79-484d-853d-1b87c79a9aaf => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1857] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:19 2026] GET /v2.0/security-groups?tenant_id=03fa8bc5c3c24122880071cb77f9fa1f&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/1858] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:19 2026] DELETE /v2.0/security-groups/8ba93479-eaae-4b3b-97b2-946b588dd0ac => 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: 806/1859] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:19 2026] GET /v2.0/ports?device_id=243ed069-77a2-4f0e-88e4-e355546929ec => generated 1014 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/1860] 10.0.0.172 () {34 vars in 1120 bytes} [Wed Jun 10 11:04:20 2026] GET /v2.0/security-groups?id=9a848748-292f-47c6-bc93-d5a585ef4a2c&id=694c6cab-af6a-46b0-b776-a2191fbf5db6&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1861] 10.0.0.195 () {32 vars in 736 bytes} [Wed Jun 10 11:04:20 2026] GET /v2.0/ports?device_id=243ed069-77a2-4f0e-88e4-e355546929ec => generated 1283 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/1862] 10.0.0.195 () {32 vars in 858 bytes} [Wed Jun 10 11:04:20 2026] GET /v2.0/floatingips?floating_network_id=281554b6-08e5-455d-8e74-1c0a40315bf3&port_id=97edb62e-c30d-4ccb-8b65-e814e5334995 => generated 861 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/1863] 10.0.0.142 () {34 vars in 990 bytes} [Wed Jun 10 11:04:21 2026] GET /v2.0/ports?device_id=243ed069-77a2-4f0e-88e4-e355546929ec => generated 1283 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/1864] 10.0.0.142 () {34 vars in 1120 bytes} [Wed Jun 10 11:04:21 2026] GET /v2.0/security-groups?id=9a848748-292f-47c6-bc93-d5a585ef4a2c&id=694c6cab-af6a-46b0-b776-a2191fbf5db6&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1865] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:20 2026] GET /v2.0/security-groups?tenant_id=77dbb548d63b4720a934c795994c6674&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/1866] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:21 2026] DELETE /v2.0/security-groups/bb1ec419-479f-4ef1-b98f-81f7b4b546bc => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1867] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:21 2026] GET /v2.0/security-groups?tenant_id=165ea1202df543ce9e450465bc23ba24&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/1868] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:21 2026] DELETE /v2.0/security-groups/20be07e9-5eaf-4b5c-a908-489109028e45 => 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: 810/1869] 10.0.0.195 () {34 vars in 676 bytes} [Wed Jun 10 11:04:21 2026] POST /v2.0/subnetpools => generated 548 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/1870] 10.0.0.195 () {32 vars in 729 bytes} [Wed Jun 10 11:04:21 2026] GET /v2.0/subnetpools/afaa823d-69a9-41bc-8fb3-693dbe68a874 => generated 548 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1871] 10.0.0.195 () {34 vars in 749 bytes} [Wed Jun 10 11:04:21 2026] PUT /v2.0/subnetpools/afaa823d-69a9-41bc-8fb3-693dbe68a874 => generated 500 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/1872] 10.0.0.195 () {32 vars in 732 bytes} [Wed Jun 10 11:04:21 2026] DELETE /v2.0/subnetpools/afaa823d-69a9-41bc-8fb3-693dbe68a874 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:04:21.901 7 INFO neutron.api.v2.resource [None req-5003ed2d-ac4c-4403-b8bb-89912a812e83 f18c0ddac72d41989cc9273cba646fe9 4d5c039853ba44e2b9612f17d9f080a1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 812/1875] 10.0.0.195 () {32 vars in 729 bytes} [Wed Jun 10 11:04:21 2026] GET /v2.0/subnetpools/afaa823d-69a9-41bc-8fb3-693dbe68a874 => generated 145 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:04:21.919 8 INFO neutron.api.v2.resource [None req-4bf7779e-48eb-4535-b70c-cd641a10cc9e f18c0ddac72d41989cc9273cba646fe9 4d5c039853ba44e2b9612f17d9f080a1 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1064/1876] 10.0.0.195 () {32 vars in 732 bytes} [Wed Jun 10 11:04:21 2026] DELETE /v2.0/subnetpools/afaa823d-69a9-41bc-8fb3-693dbe68a874 => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1877] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:22 2026] GET /v2.0/security-groups?tenant_id=4d5c039853ba44e2b9612f17d9f080a1&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/1878] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:22 2026] DELETE /v2.0/security-groups/7edbe1a9-261a-4672-9700-422e16f2f07d => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1879] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:23 2026] GET /v2.0/ports?device_id=243ed069-77a2-4f0e-88e4-e355546929ec => generated 1014 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/1880] 10.0.0.172 () {34 vars in 1120 bytes} [Wed Jun 10 11:04:23 2026] GET /v2.0/security-groups?id=9a848748-292f-47c6-bc93-d5a585ef4a2c&id=694c6cab-af6a-46b0-b776-a2191fbf5db6&fields=id&fields=name => generated 206 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/1881] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:24 2026] GET /v2.0/ports?device_id=243ed069-77a2-4f0e-88e4-e355546929ec => generated 1014 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/1882] 10.0.0.172 () {34 vars in 1120 bytes} [Wed Jun 10 11:04:24 2026] GET /v2.0/security-groups?id=9a848748-292f-47c6-bc93-d5a585ef4a2c&id=694c6cab-af6a-46b0-b776-a2191fbf5db6&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1883] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:24 2026] GET /v2.0/security-groups?tenant_id=587342b0ea3741a59f00ca4855cbdae0&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/1884] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:25 2026] DELETE /v2.0/security-groups/dd5cfd01-db39-4c17-ac10-0108acb44347 => 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: 816/1885] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:26 2026] GET /v2.0/ports?device_id=243ed069-77a2-4f0e-88e4-e355546929ec => generated 1014 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/1886] 199.204.45.132 () {34 vars in 994 bytes} [Wed Jun 10 11:04:26 2026] GET /v2.0/ports?device_id=243ed069-77a2-4f0e-88e4-e355546929ec => generated 1014 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1887] 10.0.0.172 () {34 vars in 1120 bytes} [Wed Jun 10 11:04:26 2026] GET /v2.0/security-groups?id=9a848748-292f-47c6-bc93-d5a585ef4a2c&id=694c6cab-af6a-46b0-b776-a2191fbf5db6&fields=id&fields=name => generated 206 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1888] 10.0.0.142 () {34 vars in 990 bytes} [Wed Jun 10 11:04:26 2026] GET /v2.0/ports?device_id=0a761fab-a251-463b-862d-9204e5863835 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:04:26.327 8 INFO neutron_taas.services.taas.taas_plugin [req-810dc778-305b-46fe-b42f-211e12423593 req-132bbe48-de69-4a31-bbd4-984f4daf2518 fa752bb12da2498994a05590115b6be5 eed2500a0f6a43a8925186ac662426c6 - - default default] TaaS: Handle Delete Port: 97edb62e-c30d-4ccb-8b65-e814e5334995 2026-06-10 11:04:26.332 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-810dc778-305b-46fe-b42f-211e12423593 req-132bbe48-de69-4a31-bbd4-984f4daf2518 fa752bb12da2498994a05590115b6be5 eed2500a0f6a43a8925186ac662426c6 - - default default] Tap Mirror: Handle Delete Port: 97edb62e-c30d-4ccb-8b65-e814e5334995 [pid: 7|app: 0|req: 819/1889] 10.0.0.142 () {34 vars in 1040 bytes} [Wed Jun 10 11:04:26 2026] GET /v2.0/security-groups?id=a699eb13-7b58-40c1-8a7b-ce7fb85676d3&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:04:26.469 8 INFO neutron.db.l3_db [req-810dc778-305b-46fe-b42f-211e12423593 req-132bbe48-de69-4a31-bbd4-984f4daf2518 fa752bb12da2498994a05590115b6be5 eed2500a0f6a43a8925186ac662426c6 - - default default] Floating IP a89aeba8-7505-438e-9200-7965ee1820ce disassociated. External IP: 10.96.250.201, port: 97edb62e-c30d-4ccb-8b65-e814e5334995. [pid: 8|app: 0|req: 1071/1890] 199.204.45.132 () {36 vars in 997 bytes} [Wed Jun 10 11:04:26 2026] DELETE /v2.0/ports/97edb62e-c30d-4ccb-8b65-e814e5334995 => generated 0 bytes in 652 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:04:26.912 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-758eefce-1a66-45bd-a075-08e57946ba79'] response: {'server_uuid': '243ed069-77a2-4f0e-88e4-e355546929ec', 'name': 'network-vif-deleted', 'tag': '97edb62e-c30d-4ccb-8b65-e814e5334995', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 820/1891] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:27 2026] GET /v2.0/security-groups?tenant_id=0cdf08aef3e44e678008ddececf9bb18&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/1892] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:27 2026] GET /v2.0/ports?device_id=243ed069-77a2-4f0e-88e4-e355546929ec => 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: 821/1893] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:27 2026] DELETE /v2.0/security-groups/83d14c34-ad86-4647-9af5-e35ac40f5ed1 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/1894] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:27 2026] GET /v2.0/security-groups?tenant_id=6c3dfa4d30444a1f8dfd43b004ae195b&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/1895] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:27 2026] DELETE /v2.0/security-groups/8c115905-1b85-4500-b89e-f9d13278d75a => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1896] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:27 2026] GET /v2.0/security-groups?tenant_id=bc6a36f583bc4bfb9b02d4d2fe62e8ee&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: 1075/1897] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:27 2026] DELETE /v2.0/security-groups/f41a4770-d531-4691-8453-01b5098eae0b => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1898] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:28 2026] GET /v2.0/ports?device_id=243ed069-77a2-4f0e-88e4-e355546929ec => 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: 1076/1899] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:29 2026] GET /v2.0/ports?device_id=243ed069-77a2-4f0e-88e4-e355546929ec => 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: 824/1900] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:30 2026] DELETE /v2.0/security-groups/694c6cab-af6a-46b0-b776-a2191fbf5db6 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:04:30.783 8 INFO neutron.api.v2.resource [None req-bcebbbbd-74f8-4967-964f-e194bc0bbb32 fa752bb12da2498994a05590115b6be5 eed2500a0f6a43a8925186ac662426c6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1077/1901] 10.0.0.195 () {32 vars in 737 bytes} [Wed Jun 10 11:04:30 2026] GET /v2.0/security-groups/694c6cab-af6a-46b0-b776-a2191fbf5db6 => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:04:30.889 7 INFO neutron_taas.services.taas.taas_plugin [None req-aa2df1c4-2758-4d39-a641-9efe3a617284 fa752bb12da2498994a05590115b6be5 eed2500a0f6a43a8925186ac662426c6 - - default default] TaaS: Handle Delete Port: fa1258ca-a1d2-45a3-a0e6-d9e107417038 2026-06-10 11:04:30.892 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa2df1c4-2758-4d39-a641-9efe3a617284 fa752bb12da2498994a05590115b6be5 eed2500a0f6a43a8925186ac662426c6 - - default default] Tap Mirror: Handle Delete Port: fa1258ca-a1d2-45a3-a0e6-d9e107417038 [pid: 7|app: 0|req: 825/1902] 10.0.0.195 () {32 vars in 732 bytes} [Wed Jun 10 11:04:30 2026] DELETE /v2.0/floatingips/a89aeba8-7505-438e-9200-7965ee1820ce => generated 0 bytes in 288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/1903] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:31 2026] DELETE /v2.0/security-groups/9a848748-292f-47c6-bc93-d5a585ef4a2c => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:04:31.606 7 INFO neutron_taas.services.taas.taas_plugin [None req-c6bc090a-c924-4abd-b8b4-2ff3c75ae4dd fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: 5fe3ed55-28b1-4243-8182-a63d8bc86455 2026-06-10 11:04:31.609 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6bc090a-c924-4abd-b8b4-2ff3c75ae4dd fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: 5fe3ed55-28b1-4243-8182-a63d8bc86455 2026-06-10 11:04:32.089 8 INFO neutron.db.segments_db [None req-1700c3cd-b84b-4c11-8a5f-55688d45a308 43738c4e51f54588b3ef89cf6b1e2aa9 f418848f742d42a2bc1bf6f173928c0d - - default default] Added segment 4aa6ba0b-1073-408a-8f70-db22a2b64a64 of type vxlan for network 79e53bc5-20af-454a-8634-0fd6aa7ab98e [pid: 7|app: 0|req: 826/1904] 10.0.0.195 () {34 vars in 789 bytes} [Wed Jun 10 11:04:31 2026] PUT /v2.0/routers/616232b5-4946-407e-ac09-873acd99d468/remove_router_interface => generated 309 bytes in 932 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/1905] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:04:31 2026] POST /v2.0/networks => generated 707 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:04:32.376 7 INFO neutron_taas.services.taas.taas_plugin [None req-50e2b40a-0cea-4c6b-ac41-b4ea7cccd59e fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: 1df7a97d-97d4-46cb-89f7-5052d967f4d3 2026-06-10 11:04:32.379 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50e2b40a-0cea-4c6b-ac41-b4ea7cccd59e fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: 1df7a97d-97d4-46cb-89f7-5052d967f4d3 [pid: 8|app: 0|req: 1080/1906] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:04:32 2026] POST /v2.0/subnets => generated 644 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:04:32.387 8 WARNING neutron.api.v2.base [None req-a02d2878-0d26-483e-8cc0-2ca8d4ce3b58 43738c4e51f54588b3ef89cf6b1e2aa9 f418848f742d42a2bc1bf6f173928c0d - - 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-06-10 11:04:32.388 8 INFO neutron.api.v2.resource [None req-a02d2878-0d26-483e-8cc0-2ca8d4ce3b58 43738c4e51f54588b3ef89cf6b1e2aa9 f418848f742d42a2bc1bf6f173928c0d - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1081/1907] 10.0.0.195 () {34 vars in 681 bytes} [Wed Jun 10 11:04:32 2026] POST /v2.0/rbac-policies => generated 143 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-06-10 11:04:32.564 8 INFO neutron.services.segments.plugin [-] Segment 4aa6ba0b-1073-408a-8f70-db22a2b64a64 resource provider aggregate not found 2026-06-10 11:04:32.572 8 INFO neutron.services.segments.plugin [-] Segment 4aa6ba0b-1073-408a-8f70-db22a2b64a64 resource provider aggregate not found 2026-06-10 11:04:32.590 8 INFO neutron.services.segments.plugin [-] Segment 4aa6ba0b-1073-408a-8f70-db22a2b64a64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4aa6ba0b-1073-408a-8f70-db22a2b64a64 found for delete ", "request_id": "req-d88f3fc0-5899-48bb-923d-2624a6a2a936"}]} 2026-06-10 11:04:32.591 8 INFO neutron.services.segments.plugin [-] Segment 4aa6ba0b-1073-408a-8f70-db22a2b64a64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4aa6ba0b-1073-408a-8f70-db22a2b64a64 found for delete ", "request_id": "req-8ffe91cb-d1b0-41b7-ab35-028cbbe28e65"}]} [pid: 8|app: 0|req: 1082/1908] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:04:32 2026] DELETE /v2.0/networks/79e53bc5-20af-454a-8634-0fd6aa7ab98e => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:04:32.627 7 INFO neutron_taas.services.taas.taas_plugin [None req-50e2b40a-0cea-4c6b-ac41-b4ea7cccd59e fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: f3371718-f93b-47c9-8640-18fba73e0273 2026-06-10 11:04:32.630 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50e2b40a-0cea-4c6b-ac41-b4ea7cccd59e fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: f3371718-f93b-47c9-8640-18fba73e0273 2026-06-10 11:04:32.666 8 INFO neutron.db.segments_db [None req-1b74f3df-5c79-4bd5-9404-eac4f29d6d85 43738c4e51f54588b3ef89cf6b1e2aa9 f418848f742d42a2bc1bf6f173928c0d - - default default] Added segment 18032db8-3b2a-455e-bff2-ca4fb2146996 of type vxlan for network 2bf47bb7-0c10-4845-b9da-fb6d9366a945 [pid: 8|app: 0|req: 1083/1909] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:04:32 2026] POST /v2.0/networks => generated 707 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/1910] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:04:32 2026] POST /v2.0/subnets => generated 647 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:04:32.965 8 WARNING neutron.api.v2.base [None req-9d6b1058-e4c9-4d95-a315-7db618f6b9d3 43738c4e51f54588b3ef89cf6b1e2aa9 f418848f742d42a2bc1bf6f173928c0d - - 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-06-10 11:04:32.965 8 INFO neutron.api.v2.resource [None req-9d6b1058-e4c9-4d95-a315-7db618f6b9d3 43738c4e51f54588b3ef89cf6b1e2aa9 f418848f742d42a2bc1bf6f173928c0d - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1085/1911] 10.0.0.195 () {34 vars in 681 bytes} [Wed Jun 10 11:04:32 2026] POST /v2.0/rbac-policies => generated 547 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-06-10 11:04:32.974 7 INFO neutron.services.segments.plugin [-] Segment ce8755e9-822c-4ba1-814d-d8b9fe07ca23 resource provider aggregate not found 2026-06-10 11:04:32.990 7 INFO neutron.services.segments.plugin [-] Segment ce8755e9-822c-4ba1-814d-d8b9fe07ca23 resource provider aggregate not found 2026-06-10 11:04:32.995 7 INFO neutron.services.segments.plugin [-] Segment ce8755e9-822c-4ba1-814d-d8b9fe07ca23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce8755e9-822c-4ba1-814d-d8b9fe07ca23 found for delete ", "request_id": "req-6d5ffdc9-9589-4a17-aa9e-81ab5af91be0"}]} 2026-06-10 11:04:33.014 7 INFO neutron.services.segments.plugin [-] Segment ce8755e9-822c-4ba1-814d-d8b9fe07ca23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce8755e9-822c-4ba1-814d-d8b9fe07ca23 found for delete ", "request_id": "req-a4d2a996-914a-4606-880a-16e27130b413"}]} 2026-06-10 11:04:33.017 7 INFO neutron.db.l3_hamode_db [None req-50e2b40a-0cea-4c6b-ac41-b4ea7cccd59e fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] HA network 57732e7a-f252-4037-9947-ca4cf8682dc5 was deleted as no HA routers are present in tenant eed2500a0f6a43a8925186ac662426c6. [pid: 7|app: 0|req: 827/1912] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:04:32 2026] DELETE /v2.0/routers/616232b5-4946-407e-ac09-873acd99d468 => generated 0 bytes in 850 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/1913] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:04:32 2026] DELETE /v2.0/networks/2bf47bb7-0c10-4845-b9da-fb6d9366a945 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1914] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:04:33 2026] DELETE /v2.0/subnets/89063008-0497-4d15-ab5e-ce1f369c5e19 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:04:33.237 8 INFO neutron.db.segments_db [None req-87e6f576-4650-4069-9065-b14e8444a867 43738c4e51f54588b3ef89cf6b1e2aa9 f418848f742d42a2bc1bf6f173928c0d - - default default] Added segment d67b3377-1b71-49f1-8dae-1fb28570450d of type vxlan for network c642f83d-7bc2-4c36-9183-8774cdad8fdf [pid: 8|app: 0|req: 1087/1915] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:04:33 2026] POST /v2.0/networks => generated 708 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:04:33.328 7 INFO neutron_taas.services.taas.taas_plugin [None req-1a3ec5e1-1406-4a37-ab34-761e13a79863 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: 47fd61dc-4d3f-468d-b68c-84afa54539d8 2026-06-10 11:04:33.331 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a3ec5e1-1406-4a37-ab34-761e13a79863 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: 47fd61dc-4d3f-468d-b68c-84afa54539d8 [pid: 8|app: 0|req: 1088/1916] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:04:33 2026] POST /v2.0/subnets => generated 647 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1917] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:04:33 2026] DELETE /v2.0/networks/b28203ef-74f7-4a23-abaf-561ffd7879a1 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/1918] 10.0.0.195 () {34 vars in 681 bytes} [Wed Jun 10 11:04:33 2026] POST /v2.0/rbac-policies => generated 324 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:04:33.915 7 INFO neutron_taas.services.taas.taas_plugin [None req-bd82a32f-6349-4ed4-8eff-613667b8adc5 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: 77e2a6bb-31fe-4d87-960e-264e758342fb 2026-06-10 11:04:33.917 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd82a32f-6349-4ed4-8eff-613667b8adc5 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: 77e2a6bb-31fe-4d87-960e-264e758342fb [pid: 8|app: 0|req: 1090/1919] 10.0.0.195 () {32 vars in 723 bytes} [Wed Jun 10 11:04:34 2026] GET /v2.0/networks/c642f83d-7bc2-4c36-9183-8774cdad8fdf => generated 655 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1920] 10.0.0.195 () {34 vars in 789 bytes} [Wed Jun 10 11:04:33 2026] PUT /v2.0/routers/a2150690-a82a-4abf-9866-56dee06b04b4/remove_router_interface => generated 309 bytes in 972 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:04:34.612 8 INFO neutron.services.segments.plugin [-] Segment 18032db8-3b2a-455e-bff2-ca4fb2146996 resource provider aggregate not found 2026-06-10 11:04:34.623 8 INFO neutron.services.segments.plugin [-] Segment 18032db8-3b2a-455e-bff2-ca4fb2146996 resource provider aggregate not found 2026-06-10 11:04:34.626 7 INFO neutron.pecan_wsgi.hooks.translation [None req-94b4983e-577b-4c9d-9ea9-9c7485a5b6ac b5b43a19b1014b88aece93b81ab37efe 63ba15af433b4611b338f63486c157ea - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 831/1921] 10.0.0.195 () {32 vars in 723 bytes} [Wed Jun 10 11:04:34 2026] GET /v2.0/networks/c642f83d-7bc2-4c36-9183-8774cdad8fdf => generated 138 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:04:34.641 8 INFO neutron.services.segments.plugin [-] Segment 18032db8-3b2a-455e-bff2-ca4fb2146996 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18032db8-3b2a-455e-bff2-ca4fb2146996 found for delete ", "request_id": "req-9c7dbcb8-9c56-4c64-9ed4-5172f09a86f1"}]} 2026-06-10 11:04:34.641 8 INFO neutron.services.segments.plugin [-] Segment 18032db8-3b2a-455e-bff2-ca4fb2146996 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18032db8-3b2a-455e-bff2-ca4fb2146996 found for delete ", "request_id": "req-bc6280d4-c5b0-44e5-b40e-2ddabe4f7ab6"}]} 2026-06-10 11:04:34.749 8 INFO neutron_taas.services.taas.taas_plugin [None req-44ffc5fa-d626-4cb8-8e30-6e5dffc6f996 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: f79e82b4-cf5f-4e89-ae48-de0562f22761 2026-06-10 11:04:34.753 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44ffc5fa-d626-4cb8-8e30-6e5dffc6f996 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: f79e82b4-cf5f-4e89-ae48-de0562f22761 [pid: 7|app: 0|req: 832/1922] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:04:34 2026] DELETE /v2.0/networks/c642f83d-7bc2-4c36-9183-8774cdad8fdf => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:04:34.848 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cec17688-9046-4746-8c62-d03a423d14e5 43738c4e51f54588b3ef89cf6b1e2aa9 f418848f742d42a2bc1bf6f173928c0d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 833/1923] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:04:34 2026] DELETE /v2.0/subnets/c2f16ba3-c6c1-438c-aff1-d219b46f2eea => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:04:34.871 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b6f85577-1c87-4eed-a919-4b12b204a93a 43738c4e51f54588b3ef89cf6b1e2aa9 f418848f742d42a2bc1bf6f173928c0d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 834/1924] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:04:34 2026] DELETE /v2.0/subnets/4a465b07-256d-4142-be9c-31fcc5904722 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:04:34.901 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4af0ec2b-a5c7-47db-9cb5-00f26674ea59 43738c4e51f54588b3ef89cf6b1e2aa9 f418848f742d42a2bc1bf6f173928c0d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 835/1925] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:04:34 2026] DELETE /v2.0/subnets/989485b5-906c-4ad3-b593-215a0ab73359 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:04:34.982 8 INFO neutron_taas.services.taas.taas_plugin [None req-44ffc5fa-d626-4cb8-8e30-6e5dffc6f996 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: 1f890352-b081-40ee-9bc4-07359e594606 2026-06-10 11:04:34.985 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44ffc5fa-d626-4cb8-8e30-6e5dffc6f996 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: 1f890352-b081-40ee-9bc4-07359e594606 2026-06-10 11:04:35.023 7 INFO neutron.services.segments.plugin [-] Segment f6466c17-61cc-46b6-9530-5c339e8c44c6 resource provider aggregate not found 2026-06-10 11:04:35.042 7 INFO neutron.services.segments.plugin [-] Segment f6466c17-61cc-46b6-9530-5c339e8c44c6 resource provider aggregate not found 2026-06-10 11:04:35.043 7 INFO neutron.services.segments.plugin [-] Segment f6466c17-61cc-46b6-9530-5c339e8c44c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6466c17-61cc-46b6-9530-5c339e8c44c6 found for delete ", "request_id": "req-4938079b-450e-474b-a8d2-c0d14622f606"}]} 2026-06-10 11:04:35.061 7 INFO neutron.services.segments.plugin [-] Segment d67b3377-1b71-49f1-8dae-1fb28570450d resource provider aggregate not found 2026-06-10 11:04:35.071 7 INFO neutron.services.segments.plugin [-] Segment f6466c17-61cc-46b6-9530-5c339e8c44c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6466c17-61cc-46b6-9530-5c339e8c44c6 found for delete ", "request_id": "req-9bb69252-49fe-4aac-b17f-4f17388fd968"}]} 2026-06-10 11:04:35.078 7 INFO neutron.services.segments.plugin [-] Segment d67b3377-1b71-49f1-8dae-1fb28570450d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d67b3377-1b71-49f1-8dae-1fb28570450d found for delete ", "request_id": "req-85b70098-de9b-4c21-958f-313f907986c3"}]} 2026-06-10 11:04:35.095 7 INFO neutron.services.segments.plugin [-] Segment d67b3377-1b71-49f1-8dae-1fb28570450d resource provider aggregate not found 2026-06-10 11:04:35.108 7 INFO neutron.services.segments.plugin [-] Segment d67b3377-1b71-49f1-8dae-1fb28570450d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d67b3377-1b71-49f1-8dae-1fb28570450d found for delete ", "request_id": "req-5ce5d7f6-2c1d-466d-9144-8f2c95d1fe5b"}]} 2026-06-10 11:04:35.349 8 INFO neutron.db.l3_hamode_db [None req-44ffc5fa-d626-4cb8-8e30-6e5dffc6f996 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] HA network 18a530de-8a6e-494e-9443-0dff77f2655d was deleted as no HA routers are present in tenant 2d1be9de2b5f4e08b831e6e77a134079. [pid: 8|app: 0|req: 1091/1926] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:04:34 2026] DELETE /v2.0/routers/a2150690-a82a-4abf-9866-56dee06b04b4 => generated 0 bytes in 847 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1927] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:04:35 2026] DELETE /v2.0/subnets/2b7da342-161c-4cb7-828d-8ab541a87850 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:04:35.620 8 INFO neutron_taas.services.taas.taas_plugin [None req-1290ff82-7944-4b80-b3f8-1bbab24fd453 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: c0a75003-3866-4d06-b7a6-ffbbf324e23f 2026-06-10 11:04:35.623 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1290ff82-7944-4b80-b3f8-1bbab24fd453 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: c0a75003-3866-4d06-b7a6-ffbbf324e23f [pid: 8|app: 0|req: 1092/1928] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:04:35 2026] DELETE /v2.0/networks/46e209db-5292-498a-bb8b-9c86742d4bd7 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1929] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:35 2026] GET /v2.0/security-groups?tenant_id=10b70a45dc0749eea3d83ac6c2907cc9&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/1930] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:36 2026] DELETE /v2.0/security-groups/674955d7-50d4-425d-aab0-7c18f3ac67e6 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1931] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:36 2026] GET /v2.0/security-groups?tenant_id=2d1be9de2b5f4e08b831e6e77a134079&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1932] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:36 2026] GET /v2.0/security-groups?tenant_id=f418848f742d42a2bc1bf6f173928c0d&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/1933] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:36 2026] DELETE /v2.0/security-groups/e6d06e72-0296-43c7-ac12-679bfdd3a1ed => 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: 840/1934] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:36 2026] DELETE /v2.0/security-groups/e32490c3-5bd2-4bf3-8b21-27eecb2f58f4 => 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: 1095/1935] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:36 2026] GET /v2.0/security-groups?tenant_id=eed2500a0f6a43a8925186ac662426c6&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/1936] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:36 2026] DELETE /v2.0/security-groups/c6f7ca8d-572e-4523-9bee-e700ad6de039 => 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: 841/1937] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:36 2026] GET /v2.0/security-groups?tenant_id=63ba15af433b4611b338f63486c157ea&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:04:36.670 8 INFO neutron.services.segments.plugin [-] Segment 13fba431-d4f5-4948-bf4a-7bee29b1562d resource provider aggregate not found 2026-06-10 11:04:36.676 8 INFO neutron.services.segments.plugin [-] Segment 13fba431-d4f5-4948-bf4a-7bee29b1562d resource provider aggregate not found 2026-06-10 11:04:36.695 8 INFO neutron.services.segments.plugin [-] Segment 13fba431-d4f5-4948-bf4a-7bee29b1562d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13fba431-d4f5-4948-bf4a-7bee29b1562d found for delete ", "request_id": "req-cc978040-41ff-401b-9c9c-ea3e78dcc9a4"}]} 2026-06-10 11:04:36.703 8 INFO neutron.services.segments.plugin [-] Segment 13fba431-d4f5-4948-bf4a-7bee29b1562d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13fba431-d4f5-4948-bf4a-7bee29b1562d found for delete ", "request_id": "req-8532b604-2287-4fd1-a1c4-8b2e3ac0c771"}]} 2026-06-10 11:04:36.710 8 INFO neutron.services.segments.plugin [-] Segment 96144fce-3221-4666-a0f9-b0d2a4e2679b resource provider aggregate not found 2026-06-10 11:04:36.729 8 INFO neutron.services.segments.plugin [-] Segment 96144fce-3221-4666-a0f9-b0d2a4e2679b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96144fce-3221-4666-a0f9-b0d2a4e2679b found for delete ", "request_id": "req-90f9ef4b-4150-4921-a28c-af9fdd80576f"}]} 2026-06-10 11:04:36.732 8 INFO neutron.services.segments.plugin [-] Segment 96144fce-3221-4666-a0f9-b0d2a4e2679b resource provider aggregate not found 2026-06-10 11:04:36.750 8 INFO neutron.services.segments.plugin [-] Segment 96144fce-3221-4666-a0f9-b0d2a4e2679b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96144fce-3221-4666-a0f9-b0d2a4e2679b found for delete ", "request_id": "req-dc0ded05-1e1b-4f27-b006-633e9b58b65d"}]} [pid: 8|app: 0|req: 1097/1938] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:36 2026] DELETE /v2.0/security-groups/69cf7fa4-5681-4324-a7aa-5197f916b28d => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1941] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:36 2026] GET /v2.0/ports?device_id=0a761fab-a251-463b-862d-9204e5863835 => generated 975 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/1942] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:04:36 2026] GET /v2.0/security-groups?id=a699eb13-7b58-40c1-8a7b-ce7fb85676d3&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: 843/1943] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:38 2026] GET /v2.0/ports?device_id=0a761fab-a251-463b-862d-9204e5863835 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/1944] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:04:38 2026] GET /v2.0/security-groups?id=a699eb13-7b58-40c1-8a7b-ce7fb85676d3&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: 844/1945] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:39 2026] GET /v2.0/ports?device_id=0a761fab-a251-463b-862d-9204e5863835 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/1946] 199.204.45.132 () {34 vars in 994 bytes} [Wed Jun 10 11:04:39 2026] GET /v2.0/ports?device_id=0a761fab-a251-463b-862d-9204e5863835 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1947] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:04:39 2026] GET /v2.0/security-groups?id=a699eb13-7b58-40c1-8a7b-ce7fb85676d3&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:04:39.450 8 INFO neutron_taas.services.taas.taas_plugin [req-1393a29b-3868-4802-8371-0daf6349193f req-76d3aba6-feec-4782-b0b6-519b07c9c9ae 9ceeb34c120648f797a6f479598e336b 7e8c38701d264c9fa0edbc043b317ab6 - - default default] TaaS: Handle Delete Port: 02a0e1af-1576-4557-9286-3e62210c8bc0 2026-06-10 11:04:39.454 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1393a29b-3868-4802-8371-0daf6349193f req-76d3aba6-feec-4782-b0b6-519b07c9c9ae 9ceeb34c120648f797a6f479598e336b 7e8c38701d264c9fa0edbc043b317ab6 - - default default] Tap Mirror: Handle Delete Port: 02a0e1af-1576-4557-9286-3e62210c8bc0 2026-06-10 11:04:39.600 8 INFO neutron.db.l3_db [req-1393a29b-3868-4802-8371-0daf6349193f req-76d3aba6-feec-4782-b0b6-519b07c9c9ae 9ceeb34c120648f797a6f479598e336b 7e8c38701d264c9fa0edbc043b317ab6 - - default default] Floating IP d914d57e-8327-48a7-bd86-ee01a204fab2 disassociated. External IP: 10.96.250.206, port: 02a0e1af-1576-4557-9286-3e62210c8bc0. [pid: 8|app: 0|req: 1103/1948] 199.204.45.132 () {36 vars in 997 bytes} [Wed Jun 10 11:04:39 2026] DELETE /v2.0/ports/02a0e1af-1576-4557-9286-3e62210c8bc0 => generated 0 bytes in 612 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:04:39.995 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e4631513-13d7-4c0c-91d9-639adceada8f'] response: {'server_uuid': '0a761fab-a251-463b-862d-9204e5863835', 'name': 'network-vif-deleted', 'tag': '02a0e1af-1576-4557-9286-3e62210c8bc0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 846/1949] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:40 2026] GET /v2.0/ports?device_id=0a761fab-a251-463b-862d-9204e5863835 => 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: 847/1950] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:40 2026] GET /v2.0/security-groups?tenant_id=4014cedbe5454cc7821e69a880459bbf&name=default => generated 2925 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:04:41.236 7 INFO neutron.db.segments_db [None req-fc09c3a5-1aec-45e2-882b-f132a3475d29 81a1d79e75ea4e729e299db724528543 1a9fa2b0c9b946a5b21e212febe7b161 - - default default] Added segment 0b26f305-12ba-4e92-85f8-73518ef7ca22 of type vxlan for network 3fd5c3b3-e2da-4f05-8574-0fe18bef6913 [pid: 7|app: 0|req: 848/1951] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:04:41 2026] POST /v2.0/networks => generated 613 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/1952] 10.0.0.195 () {34 vars in 676 bytes} [Wed Jun 10 11:04:40 2026] POST /v2.0/floatingips => generated 552 bytes in 573 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1953] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:41 2026] DELETE /v2.0/security-groups/6ab7bffb-f7f3-424f-a8af-2c6c2672ee1c => 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: 1105/1954] 10.0.0.195 () {34 vars in 664 bytes} [Wed Jun 10 11:04:41 2026] POST /v2.0/ports => generated 743 bytes in 311 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: 1106/1955] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:41 2026] GET /v2.0/ports?device_id=0a761fab-a251-463b-862d-9204e5863835 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:04:41.761 8 INFO neutron.db.segments_db [None req-a8bb3aa5-8b17-446f-b23d-2270c667b12d 81a1d79e75ea4e729e299db724528543 1a9fa2b0c9b946a5b21e212febe7b161 - - default default] Added segment 45eb038d-24f8-419e-89df-d7c25b7f51d5 of type vxlan for network aac59e79-1c8b-4e99-9a1c-5dc422e71f13 [pid: 7|app: 0|req: 850/1956] 10.0.0.195 () {34 vars in 676 bytes} [Wed Jun 10 11:04:41 2026] POST /v2.0/floatingips => generated 552 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/1957] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:04:41 2026] POST /v2.0/networks => generated 613 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/1958] 10.0.0.195 () {34 vars in 664 bytes} [Wed Jun 10 11:04:41 2026] POST /v2.0/ports => generated 743 bytes in 309 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-06-10 11:04:42.220 8 INFO neutron.db.segments_db [None req-d980cb37-9009-4985-9a8a-6238cd79481c 81a1d79e75ea4e729e299db724528543 1a9fa2b0c9b946a5b21e212febe7b161 - - default default] Added segment dba77c95-866b-4307-ad6c-db7ebe9f0c81 of type vxlan for network 4268f843-4e6d-45da-a9f4-f8053677b740 [pid: 7|app: 0|req: 851/1959] 10.0.0.195 () {34 vars in 676 bytes} [Wed Jun 10 11:04:41 2026] POST /v2.0/floatingips => generated 552 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/1960] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:04:42 2026] POST /v2.0/networks => generated 612 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/1961] 10.0.0.195 () {34 vars in 664 bytes} [Wed Jun 10 11:04:42 2026] POST /v2.0/ports => generated 743 bytes in 286 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-06-10 11:04:42.653 8 INFO neutron.db.segments_db [None req-acfd4282-0a1f-4545-8f4d-680e3223f74a 81a1d79e75ea4e729e299db724528543 1a9fa2b0c9b946a5b21e212febe7b161 - - default default] Added segment 950eb728-fa3f-4aeb-9a1e-0c513ced3bba of type vxlan for network 0faabd85-f39a-4485-9cf3-59cff75d1108 [pid: 8|app: 0|req: 1111/1962] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:04:42 2026] POST /v2.0/networks => generated 612 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/1963] 10.0.0.195 () {34 vars in 664 bytes} [Wed Jun 10 11:04:42 2026] POST /v2.0/ports => generated 743 bytes in 245 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: 1113/1964] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:42 2026] GET /v2.0/ports?device_id=0a761fab-a251-463b-862d-9204e5863835 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:04:43.072 8 INFO neutron.db.segments_db [None req-f5d5a940-9e90-482e-b4d3-bc8c1cd2cbfa 81a1d79e75ea4e729e299db724528543 1a9fa2b0c9b946a5b21e212febe7b161 - - default default] Added segment 49f43644-aa7a-4829-9dea-577e31c036fb of type vxlan for network 40a15107-2d6f-4d90-883b-d306611f2e0f [pid: 8|app: 0|req: 1114/1965] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:04:43 2026] POST /v2.0/networks => generated 612 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1966] 10.0.0.195 () {34 vars in 676 bytes} [Wed Jun 10 11:04:42 2026] POST /v2.0/floatingips => generated 552 bytes in 927 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/1967] 10.0.0.195 () {34 vars in 664 bytes} [Wed Jun 10 11:04:43 2026] POST /v2.0/ports => generated 743 bytes in 231 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: 1116/1968] 10.0.0.195 () {34 vars in 747 bytes} [Wed Jun 10 11:04:43 2026] PUT /v2.0/ports/7154de6f-9d97-41fb-9844-02e070b2cabb/tags => generated 17 bytes in 71 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: 1117/1969] 10.0.0.195 () {34 vars in 747 bytes} [Wed Jun 10 11:04:43 2026] PUT /v2.0/ports/a98cd86d-eb6a-4c74-bc2e-9e24a7609637/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1118/1970] 10.0.0.195 () {34 vars in 747 bytes} [Wed Jun 10 11:04:43 2026] PUT /v2.0/ports/e0e8fad2-4684-4042-ae5b-f23e77c3bf7c/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 853/1971] 10.0.0.195 () {34 vars in 676 bytes} [Wed Jun 10 11:04:43 2026] POST /v2.0/floatingips => generated 552 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/1972] 10.0.0.195 () {34 vars in 747 bytes} [Wed Jun 10 11:04:43 2026] PUT /v2.0/ports/afb5ec3b-3868-4d16-8987-8f9cb2162426/tags => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 854/1973] 10.0.0.195 () {34 vars in 759 bytes} [Wed Jun 10 11:04:43 2026] PUT /v2.0/floatingips/78283eb2-92fc-4fc3-abc6-85e4ae28a971/tags => generated 17 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/1974] 10.0.0.195 () {32 vars in 660 bytes} [Wed Jun 10 11:04:43 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1975] 10.0.0.195 () {34 vars in 759 bytes} [Wed Jun 10 11:04:43 2026] PUT /v2.0/floatingips/5542f5e4-a8fe-446f-b2c6-a57b6a2c1265/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/1976] 10.0.0.195 () {32 vars in 674 bytes} [Wed Jun 10 11:04:43 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1977] 10.0.0.195 () {34 vars in 759 bytes} [Wed Jun 10 11:04:43 2026] PUT /v2.0/floatingips/13e56f6c-25e9-4f90-bd2c-772b6c57de86/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: 1122/1978] 10.0.0.195 () {32 vars in 670 bytes} [Wed Jun 10 11:04:43 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1979] 10.0.0.195 () {34 vars in 759 bytes} [Wed Jun 10 11:04:43 2026] PUT /v2.0/floatingips/728b6074-ba1f-4741-a71a-7f4d3602ba25/tags => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/1980] 10.0.0.195 () {32 vars in 682 bytes} [Wed Jun 10 11:04:43 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1981] 10.0.0.195 () {32 vars in 672 bytes} [Wed Jun 10 11:04:43 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1982] 10.0.0.195 () {32 vars in 686 bytes} [Wed Jun 10 11:04:43 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/1983] 10.0.0.195 () {32 vars in 668 bytes} [Wed Jun 10 11:04:43 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1984] 10.0.0.195 () {32 vars in 682 bytes} [Wed Jun 10 11:04:44 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1985] 10.0.0.195 () {32 vars in 694 bytes} [Wed Jun 10 11:04:44 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/1986] 10.0.0.195 () {32 vars in 682 bytes} [Wed Jun 10 11:04:44 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/1987] 10.0.0.195 () {32 vars in 680 bytes} [Wed Jun 10 11:04:44 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/1988] 10.0.0.195 () {32 vars in 678 bytes} [Wed Jun 10 11:04:44 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1989] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:44 2026] DELETE /v2.0/security-groups/a699eb13-7b58-40c1-8a7b-ce7fb85676d3 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/1990] 10.0.0.195 () {32 vars in 694 bytes} [Wed Jun 10 11:04:44 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/1991] 10.0.0.195 () {32 vars in 690 bytes} [Wed Jun 10 11:04:44 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1992] 10.0.0.195 () {32 vars in 690 bytes} [Wed Jun 10 11:04:44 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:04:44.348 8 INFO neutron_taas.services.taas.taas_plugin [None req-f523c77e-e890-41dc-9a8f-2a050adf7c6d 9ceeb34c120648f797a6f479598e336b 7e8c38701d264c9fa0edbc043b317ab6 - - default default] TaaS: Handle Delete Port: 551d0d04-5a6f-4ff0-835f-e9477b4ecdcb 2026-06-10 11:04:44.350 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f523c77e-e890-41dc-9a8f-2a050adf7c6d 9ceeb34c120648f797a6f479598e336b 7e8c38701d264c9fa0edbc043b317ab6 - - default default] Tap Mirror: Handle Delete Port: 551d0d04-5a6f-4ff0-835f-e9477b4ecdcb [pid: 7|app: 0|req: 864/1993] 10.0.0.195 () {32 vars in 702 bytes} [Wed Jun 10 11:04:44 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:04:44.451 7 INFO neutron_taas.services.taas.taas_plugin [None req-8e2a860b-09f8-4ae8-833e-b4b5a44f467a 81a1d79e75ea4e729e299db724528543 1a9fa2b0c9b946a5b21e212febe7b161 - - default default] TaaS: Handle Delete Port: 7154de6f-9d97-41fb-9844-02e070b2cabb 2026-06-10 11:04:44.453 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e2a860b-09f8-4ae8-833e-b4b5a44f467a 81a1d79e75ea4e729e299db724528543 1a9fa2b0c9b946a5b21e212febe7b161 - - default default] Tap Mirror: Handle Delete Port: 7154de6f-9d97-41fb-9844-02e070b2cabb [pid: 8|app: 0|req: 1130/1994] 10.0.0.195 () {32 vars in 732 bytes} [Wed Jun 10 11:04:44 2026] DELETE /v2.0/floatingips/d914d57e-8327-48a7-bd86-ee01a204fab2 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1995] 10.0.0.195 () {32 vars in 720 bytes} [Wed Jun 10 11:04:44 2026] DELETE /v2.0/ports/7154de6f-9d97-41fb-9844-02e070b2cabb => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:04:44.554 8 INFO neutron_taas.services.taas.taas_plugin [None req-28bcb153-9c0d-4875-95f2-690ceba442c1 a8bb74b4af7f46d68c6d8e9f56a99771 42908b743556455bbd5cd4d4fea24b99 - - default default] TaaS: Handle Delete Port: cac2d8c8-76a7-4cd2-bdb5-8ed65a9003c0 2026-06-10 11:04:44.557 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28bcb153-9c0d-4875-95f2-690ceba442c1 a8bb74b4af7f46d68c6d8e9f56a99771 42908b743556455bbd5cd4d4fea24b99 - - default default] Tap Mirror: Handle Delete Port: cac2d8c8-76a7-4cd2-bdb5-8ed65a9003c0 [pid: 7|app: 0|req: 866/1996] 10.0.0.100 () {32 vars in 802 bytes} [Wed Jun 10 11:04:44 2026] GET /v2.0/extensions => generated 21537 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/1997] 10.0.0.195 () {32 vars in 732 bytes} [Wed Jun 10 11:04:44 2026] DELETE /v2.0/floatingips/78283eb2-92fc-4fc3-abc6-85e4ae28a971 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:04:44.749 7 INFO neutron_taas.services.taas.taas_plugin [None req-376e3d1b-2a9c-4a68-aa48-d6ed605a1a1a 81a1d79e75ea4e729e299db724528543 1a9fa2b0c9b946a5b21e212febe7b161 - - default default] TaaS: Handle Delete Port: a98cd86d-eb6a-4c74-bc2e-9e24a7609637 2026-06-10 11:04:44.753 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-376e3d1b-2a9c-4a68-aa48-d6ed605a1a1a 81a1d79e75ea4e729e299db724528543 1a9fa2b0c9b946a5b21e212febe7b161 - - default default] Tap Mirror: Handle Delete Port: a98cd86d-eb6a-4c74-bc2e-9e24a7609637 [pid: 8|app: 0|req: 1132/1998] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:44 2026] GET /v2.0/ports?device_id=e23f985a-e7c4-4c2a-825e-5257e45a1190 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1999] 10.0.0.195 () {32 vars in 720 bytes} [Wed Jun 10 11:04:44 2026] DELETE /v2.0/ports/a98cd86d-eb6a-4c74-bc2e-9e24a7609637 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:04:44.856 8 INFO neutron_taas.services.taas.taas_plugin [None req-13004330-4cdc-4a00-8d37-689b0373fc3d a8bb74b4af7f46d68c6d8e9f56a99771 42908b743556455bbd5cd4d4fea24b99 - - default default] TaaS: Handle Delete Port: 16773e34-7fbb-45b7-94bb-075de44638ea 2026-06-10 11:04:44.859 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13004330-4cdc-4a00-8d37-689b0373fc3d a8bb74b4af7f46d68c6d8e9f56a99771 42908b743556455bbd5cd4d4fea24b99 - - default default] Tap Mirror: Handle Delete Port: 16773e34-7fbb-45b7-94bb-075de44638ea [pid: 7|app: 0|req: 868/2000] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:04:44 2026] GET /v2.0/security-groups?id=6a0f87b8-dd2d-4fb6-bea1-07bc31ae1022&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/2001] 10.0.0.100 () {30 vars in 724 bytes} [Wed Jun 10 11:04:44 2026] GET /v2.0/quotas/69d5af12d0fa4e7898a7067d0182e1ed/details => generated 847 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2002] 10.0.0.195 () {32 vars in 732 bytes} [Wed Jun 10 11:04:44 2026] DELETE /v2.0/floatingips/5542f5e4-a8fe-446f-b2c6-a57b6a2c1265 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:04:45.066 7 INFO neutron_taas.services.taas.taas_plugin [None req-a5f13678-e616-4ccd-8bc8-dd75a086f1a5 81a1d79e75ea4e729e299db724528543 1a9fa2b0c9b946a5b21e212febe7b161 - - default default] TaaS: Handle Delete Port: e0e8fad2-4684-4042-ae5b-f23e77c3bf7c 2026-06-10 11:04:45.071 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5f13678-e616-4ccd-8bc8-dd75a086f1a5 81a1d79e75ea4e729e299db724528543 1a9fa2b0c9b946a5b21e212febe7b161 - - default default] Tap Mirror: Handle Delete Port: e0e8fad2-4684-4042-ae5b-f23e77c3bf7c 2026-06-10 11:04:45.096 8 INFO neutron_taas.services.taas.taas_plugin [None req-2f5be632-2f2e-4010-861e-1c8183171fc4 a8bb74b4af7f46d68c6d8e9f56a99771 42908b743556455bbd5cd4d4fea24b99 - - default default] TaaS: Handle Delete Port: b40d13a9-7c21-48e2-83ff-4b0f70804fec 2026-06-10 11:04:45.099 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f5be632-2f2e-4010-861e-1c8183171fc4 a8bb74b4af7f46d68c6d8e9f56a99771 42908b743556455bbd5cd4d4fea24b99 - - default default] Tap Mirror: Handle Delete Port: b40d13a9-7c21-48e2-83ff-4b0f70804fec [pid: 7|app: 0|req: 870/2003] 10.0.0.195 () {32 vars in 720 bytes} [Wed Jun 10 11:04:44 2026] DELETE /v2.0/ports/e0e8fad2-4684-4042-ae5b-f23e77c3bf7c => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:04:45.269 7 INFO neutron_taas.services.taas.taas_plugin [None req-5fa58aa1-d9c9-4ac0-83cc-8d91309b9600 81a1d79e75ea4e729e299db724528543 1a9fa2b0c9b946a5b21e212febe7b161 - - default default] TaaS: Handle Delete Port: afb5ec3b-3868-4d16-8987-8f9cb2162426 [pid: 8|app: 0|req: 1134/2004] 10.0.0.195 () {32 vars in 732 bytes} [Wed Jun 10 11:04:44 2026] DELETE /v2.0/floatingips/13e56f6c-25e9-4f90-bd2c-772b6c57de86 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:04:45.273 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5fa58aa1-d9c9-4ac0-83cc-8d91309b9600 81a1d79e75ea4e729e299db724528543 1a9fa2b0c9b946a5b21e212febe7b161 - - default default] Tap Mirror: Handle Delete Port: afb5ec3b-3868-4d16-8987-8f9cb2162426 [pid: 7|app: 0|req: 871/2005] 10.0.0.195 () {32 vars in 720 bytes} [Wed Jun 10 11:04:45 2026] DELETE /v2.0/ports/afb5ec3b-3868-4d16-8987-8f9cb2162426 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:04:45.371 8 INFO neutron_taas.services.taas.taas_plugin [None req-d3100d47-5237-4fd9-823b-119ea4d46018 a8bb74b4af7f46d68c6d8e9f56a99771 42908b743556455bbd5cd4d4fea24b99 - - default default] TaaS: Handle Delete Port: 87800f70-6f1c-429f-a930-c9be5931e8f5 2026-06-10 11:04:45.374 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3100d47-5237-4fd9-823b-119ea4d46018 a8bb74b4af7f46d68c6d8e9f56a99771 42908b743556455bbd5cd4d4fea24b99 - - default default] Tap Mirror: Handle Delete Port: 87800f70-6f1c-429f-a930-c9be5931e8f5 2026-06-10 11:04:45.453 7 INFO neutron_taas.services.taas.taas_plugin [None req-544f6374-525f-4c89-99e8-7b599b8777ec 81a1d79e75ea4e729e299db724528543 1a9fa2b0c9b946a5b21e212febe7b161 - - default default] TaaS: Handle Delete Port: a4576227-9be9-4b68-a43e-de5114105293 2026-06-10 11:04:45.456 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-544f6374-525f-4c89-99e8-7b599b8777ec 81a1d79e75ea4e729e299db724528543 1a9fa2b0c9b946a5b21e212febe7b161 - - default default] Tap Mirror: Handle Delete Port: a4576227-9be9-4b68-a43e-de5114105293 [pid: 8|app: 0|req: 1135/2006] 10.0.0.195 () {32 vars in 732 bytes} [Wed Jun 10 11:04:45 2026] DELETE /v2.0/floatingips/728b6074-ba1f-4741-a71a-7f4d3602ba25 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/2007] 10.0.0.195 () {32 vars in 720 bytes} [Wed Jun 10 11:04:45 2026] DELETE /v2.0/ports/a4576227-9be9-4b68-a43e-de5114105293 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:04:45.658 8 INFO neutron_taas.services.taas.taas_plugin [None req-dedfc4c1-5e46-4d2e-917d-301ed632e5b8 a8bb74b4af7f46d68c6d8e9f56a99771 42908b743556455bbd5cd4d4fea24b99 - - default default] TaaS: Handle Delete Port: 368710bf-254f-4eab-9df9-dac3a1e1885d 2026-06-10 11:04:45.660 7 INFO neutron.services.segments.plugin [-] Segment 0b26f305-12ba-4e92-85f8-73518ef7ca22 resource provider aggregate not found 2026-06-10 11:04:45.661 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dedfc4c1-5e46-4d2e-917d-301ed632e5b8 a8bb74b4af7f46d68c6d8e9f56a99771 42908b743556455bbd5cd4d4fea24b99 - - default default] Tap Mirror: Handle Delete Port: 368710bf-254f-4eab-9df9-dac3a1e1885d 2026-06-10 11:04:45.665 7 INFO neutron.services.segments.plugin [-] Segment 0b26f305-12ba-4e92-85f8-73518ef7ca22 resource provider aggregate not found 2026-06-10 11:04:45.685 7 INFO neutron.services.segments.plugin [-] Segment 0b26f305-12ba-4e92-85f8-73518ef7ca22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b26f305-12ba-4e92-85f8-73518ef7ca22 found for delete ", "request_id": "req-05724cf9-9eee-4d7e-8cfa-9929965b6248"}]} 2026-06-10 11:04:45.687 7 INFO neutron.services.segments.plugin [-] Segment 0b26f305-12ba-4e92-85f8-73518ef7ca22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b26f305-12ba-4e92-85f8-73518ef7ca22 found for delete ", "request_id": "req-d38c5608-92aa-49ef-8fdf-62141b885a72"}]} [pid: 7|app: 0|req: 873/2008] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:04:45 2026] DELETE /v2.0/networks/3fd5c3b3-e2da-4f05-8574-0fe18bef6913 => 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: 1136/2009] 10.0.0.195 () {32 vars in 732 bytes} [Wed Jun 10 11:04:45 2026] DELETE /v2.0/floatingips/f1f69d09-bb57-42f6-a858-76eff1097ea6 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/2010] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:04:45 2026] DELETE /v2.0/networks/aac59e79-1c8b-4e99-9a1c-5dc422e71f13 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:04:45.964 8 INFO neutron.services.segments.plugin [-] Segment dba77c95-866b-4307-ad6c-db7ebe9f0c81 resource provider aggregate not found 2026-06-10 11:04:45.967 8 INFO neutron.services.segments.plugin [-] Segment dba77c95-866b-4307-ad6c-db7ebe9f0c81 resource provider aggregate not found 2026-06-10 11:04:45.983 8 INFO neutron.services.segments.plugin [-] Segment dba77c95-866b-4307-ad6c-db7ebe9f0c81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dba77c95-866b-4307-ad6c-db7ebe9f0c81 found for delete ", "request_id": "req-be0ace2d-8d40-491d-90ce-13426f1dad1a"}]} 2026-06-10 11:04:45.984 8 INFO neutron.services.segments.plugin [-] Segment dba77c95-866b-4307-ad6c-db7ebe9f0c81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dba77c95-866b-4307-ad6c-db7ebe9f0c81 found for delete ", "request_id": "req-43853a39-6322-4350-a35b-0584339feaed"}]} [pid: 8|app: 0|req: 1137/2011] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:04:45 2026] DELETE /v2.0/networks/4268f843-4e6d-45da-a9f4-f8053677b740 => 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: 875/2012] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:45 2026] GET /v2.0/ports?device_id=e23f985a-e7c4-4c2a-825e-5257e45a1190 => 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: 876/2013] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:04:46 2026] GET /v2.0/security-groups?id=6a0f87b8-dd2d-4fb6-bea1-07bc31ae1022&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2014] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:04:45 2026] DELETE /v2.0/networks/0faabd85-f39a-4485-9cf3-59cff75d1108 => 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: 877/2015] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:04:46 2026] DELETE /v2.0/networks/40a15107-2d6f-4d90-883b-d306611f2e0f => 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: 1139/2016] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:46 2026] GET /v2.0/security-groups?tenant_id=42908b743556455bbd5cd4d4fea24b99&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/2017] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:46 2026] DELETE /v2.0/security-groups/04e9323f-c5fa-4cdb-9f21-d2e1341b85ea => 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: 1140/2018] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:46 2026] GET /v2.0/security-groups?tenant_id=1a9fa2b0c9b946a5b21e212febe7b161&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: 879/2019] 199.204.45.132 () {34 vars in 994 bytes} [Wed Jun 10 11:04:47 2026] GET /v2.0/ports?device_id=e23f985a-e7c4-4c2a-825e-5257e45a1190 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:04:47.226 7 INFO neutron_taas.services.taas.taas_plugin [req-7d4723b8-f406-467a-981f-b09992956b13 req-349efe0e-da08-4f20-9954-3e07f0c35f30 9ceeb34c120648f797a6f479598e336b 7e8c38701d264c9fa0edbc043b317ab6 - - default default] TaaS: Handle Delete Port: eefb2ed7-741f-4af9-a5a5-da32f69ed749 2026-06-10 11:04:47.230 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7d4723b8-f406-467a-981f-b09992956b13 req-349efe0e-da08-4f20-9954-3e07f0c35f30 9ceeb34c120648f797a6f479598e336b 7e8c38701d264c9fa0edbc043b317ab6 - - default default] Tap Mirror: Handle Delete Port: eefb2ed7-741f-4af9-a5a5-da32f69ed749 [pid: 8|app: 0|req: 1141/2020] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:47 2026] DELETE /v2.0/security-groups/a2324ab8-ec0b-4067-97fd-a857caf46410 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/2021] 199.204.45.132 () {36 vars in 997 bytes} [Wed Jun 10 11:04:47 2026] DELETE /v2.0/ports/eefb2ed7-741f-4af9-a5a5-da32f69ed749 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2022] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:47 2026] GET /v2.0/security-groups?tenant_id=8f0e94aae2e34377a53633dfe149c7ea&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:04:47.410 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c40c7ab-c8bb-4b18-94e7-0d27acfbea68'] response: {'server_uuid': 'e23f985a-e7c4-4c2a-825e-5257e45a1190', 'name': 'network-vif-deleted', 'tag': 'eefb2ed7-741f-4af9-a5a5-da32f69ed749', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1143/2023] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:47 2026] DELETE /v2.0/security-groups/f8317c79-a6a2-42d8-9087-3979e09adc9a => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/2024] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:47 2026] GET /v2.0/security-groups?tenant_id=94928e66d2254e6c834446b0e74c2474&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2025] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:47 2026] GET /v2.0/ports?device_id=e23f985a-e7c4-4c2a-825e-5257e45a1190 => 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: 882/2026] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:47 2026] DELETE /v2.0/security-groups/c5d0ae6a-22b3-4bcc-a9f6-5f9a49aca1d3 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:04:47.705 7 INFO neutron.services.segments.plugin [-] Segment 45eb038d-24f8-419e-89df-d7c25b7f51d5 resource provider aggregate not found [pid: 8|app: 0|req: 1145/2027] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:47 2026] GET /v2.0/security-groups?tenant_id=3b7ae2a943ee41608b60a07e1648ebb9&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:04:47.715 7 INFO neutron.services.segments.plugin [-] Segment 45eb038d-24f8-419e-89df-d7c25b7f51d5 resource provider aggregate not found 2026-06-10 11:04:47.723 7 INFO neutron.services.segments.plugin [-] Segment 45eb038d-24f8-419e-89df-d7c25b7f51d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45eb038d-24f8-419e-89df-d7c25b7f51d5 found for delete ", "request_id": "req-c6160446-c969-4870-8d01-7d156e5a912b"}]} 2026-06-10 11:04:47.732 7 INFO neutron.services.segments.plugin [-] Segment 45eb038d-24f8-419e-89df-d7c25b7f51d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45eb038d-24f8-419e-89df-d7c25b7f51d5 found for delete ", "request_id": "req-c1094314-e421-45e6-be9c-8e088e58c9f5"}]} 2026-06-10 11:04:47.744 7 INFO neutron.services.segments.plugin [-] Segment 49f43644-aa7a-4829-9dea-577e31c036fb resource provider aggregate not found 2026-06-10 11:04:47.751 7 INFO neutron.services.segments.plugin [-] Segment 49f43644-aa7a-4829-9dea-577e31c036fb resource provider aggregate not found 2026-06-10 11:04:47.764 7 INFO neutron.services.segments.plugin [-] Segment 49f43644-aa7a-4829-9dea-577e31c036fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49f43644-aa7a-4829-9dea-577e31c036fb found for delete ", "request_id": "req-831af0bb-4ed7-4257-8eaa-05d777092b8a"}]} 2026-06-10 11:04:47.774 7 INFO neutron.services.segments.plugin [-] Segment 49f43644-aa7a-4829-9dea-577e31c036fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49f43644-aa7a-4829-9dea-577e31c036fb found for delete ", "request_id": "req-a1b00b8f-ada7-4c86-a529-d07961785e5e"}]} [pid: 7|app: 0|req: 883/2028] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:47 2026] DELETE /v2.0/security-groups/af06e894-ee45-42d1-987f-924a1519bc1c => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2029] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:47 2026] GET /v2.0/security-groups?tenant_id=9b70a07dfe5045f0b0137a56f1491209&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/2030] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:47 2026] DELETE /v2.0/security-groups/2065ce4b-85d3-4a96-b71b-a18b2ca4521e => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:04:48.001 8 INFO neutron.services.segments.plugin [-] Segment 950eb728-fa3f-4aeb-9a1e-0c513ced3bba resource provider aggregate not found 2026-06-10 11:04:48.006 8 INFO neutron.services.segments.plugin [-] Segment 950eb728-fa3f-4aeb-9a1e-0c513ced3bba resource provider aggregate not found 2026-06-10 11:04:48.021 8 INFO neutron.services.segments.plugin [-] Segment 950eb728-fa3f-4aeb-9a1e-0c513ced3bba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 950eb728-fa3f-4aeb-9a1e-0c513ced3bba found for delete ", "request_id": "req-19a002ff-de17-4e53-9850-fafaca498c64"}]} 2026-06-10 11:04:48.025 8 INFO neutron.services.segments.plugin [-] Segment 950eb728-fa3f-4aeb-9a1e-0c513ced3bba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 950eb728-fa3f-4aeb-9a1e-0c513ced3bba found for delete ", "request_id": "req-779c6aa2-b7c6-44a4-8c54-89c3cdcb903b"}]} [pid: 8|app: 0|req: 1147/2031] 10.0.0.100 () {32 vars in 802 bytes} [Wed Jun 10 11:04:48 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: 885/2032] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:48 2026] GET /v2.0/ports?device_id=e23f985a-e7c4-4c2a-825e-5257e45a1190 => 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: 1148/2033] 10.0.0.100 () {30 vars in 724 bytes} [Wed Jun 10 11:04:48 2026] GET /v2.0/quotas/69d5af12d0fa4e7898a7067d0182e1ed/details => generated 847 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/2034] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:04:49 2026] GET /v2.0/ports?device_id=e23f985a-e7c4-4c2a-825e-5257e45a1190 => 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: 1149/2035] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:50 2026] DELETE /v2.0/security-groups/6a0f87b8-dd2d-4fb6-bea1-07bc31ae1022 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:04:51.322 7 INFO neutron_taas.services.taas.taas_plugin [None req-a0a1cc60-3f68-4693-b638-d0b753bd126a 9ceeb34c120648f797a6f479598e336b 7e8c38701d264c9fa0edbc043b317ab6 - - default default] TaaS: Handle Delete Port: 4f65e545-f869-46c8-962e-a0ffe0ea1fb7 2026-06-10 11:04:51.325 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0a1cc60-3f68-4693-b638-d0b753bd126a 9ceeb34c120648f797a6f479598e336b 7e8c38701d264c9fa0edbc043b317ab6 - - default default] Tap Mirror: Handle Delete Port: 4f65e545-f869-46c8-962e-a0ffe0ea1fb7 [pid: 7|app: 0|req: 887/2036] 10.0.0.195 () {34 vars in 789 bytes} [Wed Jun 10 11:04:50 2026] PUT /v2.0/routers/a15dd61a-633c-4df8-91fe-1de3d39f9a75/remove_router_interface => generated 309 bytes in 876 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/2037] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:04:51 2026] DELETE /v2.0/subnets/9556ba4b-bfe5-4516-92e4-b13572ed3215 => 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: 1150/2040] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:51 2026] GET /v2.0/security-groups?tenant_id=69d5af12d0fa4e7898a7067d0182e1ed&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:04:52.169 7 INFO neutron_taas.services.taas.taas_plugin [None req-b3cef45e-4086-438a-9815-a16886f7c6cc 9ceeb34c120648f797a6f479598e336b 7e8c38701d264c9fa0edbc043b317ab6 - - default default] TaaS: Handle Delete Port: ea396e46-cb2f-4ec9-a204-3a78b2728eca 2026-06-10 11:04:52.172 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3cef45e-4086-438a-9815-a16886f7c6cc 9ceeb34c120648f797a6f479598e336b 7e8c38701d264c9fa0edbc043b317ab6 - - default default] Tap Mirror: Handle Delete Port: ea396e46-cb2f-4ec9-a204-3a78b2728eca 2026-06-10 11:04:52.195 8 INFO neutron.db.segments_db [None req-83d85a19-4417-454c-95ce-4b1950b0f203 ccd74957c33e44efb2ab7ded2df7ab3a a8bdc640b1164901b0d7a1e349867a2d - - default default] Added segment a2dcc430-c51d-4e3c-b3e3-f0cace154aae of type vxlan for network 127899ce-0fcd-462e-91ff-a05db1e5bfb7 [pid: 8|app: 0|req: 1151/2041] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:04:52 2026] POST /v2.0/networks => generated 613 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2042] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:52 2026] DELETE /v2.0/security-groups/49f157c8-d1f2-4a7b-a9fb-658f56b5197c => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:04:52.449 7 INFO neutron_taas.services.taas.taas_plugin [None req-b3cef45e-4086-438a-9815-a16886f7c6cc 9ceeb34c120648f797a6f479598e336b 7e8c38701d264c9fa0edbc043b317ab6 - - default default] TaaS: Handle Delete Port: 4f213e59-095f-45b6-b4f5-37eb4eac2a18 2026-06-10 11:04:52.451 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3cef45e-4086-438a-9815-a16886f7c6cc 9ceeb34c120648f797a6f479598e336b 7e8c38701d264c9fa0edbc043b317ab6 - - default default] Tap Mirror: Handle Delete Port: 4f213e59-095f-45b6-b4f5-37eb4eac2a18 [pid: 8|app: 0|req: 1153/2043] 10.0.0.195 () {34 vars in 678 bytes} [Wed Jun 10 11:04:52 2026] POST /v2.0/qos/policies => generated 359 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2044] 10.0.0.195 () {34 vars in 664 bytes} [Wed Jun 10 11:04:52 2026] POST /v2.0/ports => generated 743 bytes in 294 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-06-10 11:04:52.784 7 INFO neutron.services.segments.plugin [-] Segment f1745b91-91a5-4fda-bfb3-cfa53cc76712 resource provider aggregate not found 2026-06-10 11:04:52.789 7 INFO neutron.services.segments.plugin [-] Segment f1745b91-91a5-4fda-bfb3-cfa53cc76712 resource provider aggregate not found 2026-06-10 11:04:52.807 7 INFO neutron.services.segments.plugin [-] Segment f1745b91-91a5-4fda-bfb3-cfa53cc76712 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1745b91-91a5-4fda-bfb3-cfa53cc76712 found for delete ", "request_id": "req-eeeaee21-3c73-483e-8944-5a394bf55454"}]} [pid: 8|app: 0|req: 1155/2045] 10.0.0.195 () {34 vars in 678 bytes} [Wed Jun 10 11:04:52 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:04:52.814 7 INFO neutron.services.segments.plugin [-] Segment f1745b91-91a5-4fda-bfb3-cfa53cc76712 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1745b91-91a5-4fda-bfb3-cfa53cc76712 found for delete ", "request_id": "req-58172096-784e-411d-a653-7a1ae72e3e1a"}]} 2026-06-10 11:04:52.827 7 INFO neutron.db.l3_hamode_db [None req-b3cef45e-4086-438a-9815-a16886f7c6cc 9ceeb34c120648f797a6f479598e336b 7e8c38701d264c9fa0edbc043b317ab6 - - default default] HA network 36e678d7-2980-43e8-be59-4d658a8c82e3 was deleted as no HA routers are present in tenant 7e8c38701d264c9fa0edbc043b317ab6. [pid: 7|app: 0|req: 891/2046] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:04:51 2026] DELETE /v2.0/routers/a15dd61a-633c-4df8-91fe-1de3d39f9a75 => generated 0 bytes in 860 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/2047] 10.0.0.195 () {34 vars in 678 bytes} [Wed Jun 10 11:04:52 2026] POST /v2.0/qos/policies => generated 359 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:04:52.970 7 INFO neutron_taas.services.taas.taas_plugin [None req-1c83d117-2236-4861-8799-82e845f06eaf 9ceeb34c120648f797a6f479598e336b 7e8c38701d264c9fa0edbc043b317ab6 - - default default] TaaS: Handle Delete Port: cc5ef98a-8ba7-4d5b-87cb-31014c4f5e72 2026-06-10 11:04:52.972 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c83d117-2236-4861-8799-82e845f06eaf 9ceeb34c120648f797a6f479598e336b 7e8c38701d264c9fa0edbc043b317ab6 - - default default] Tap Mirror: Handle Delete Port: cc5ef98a-8ba7-4d5b-87cb-31014c4f5e72 [pid: 8|app: 0|req: 1156/2048] 10.0.0.195 () {34 vars in 666 bytes} [Wed Jun 10 11:04:52 2026] POST /v2.0/trunks => generated 407 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2049] 10.0.0.195 () {34 vars in 678 bytes} [Wed Jun 10 11:04:53 2026] POST /v2.0/qos/policies => generated 359 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:04:53.114 8 INFO neutron.db.segments_db [None req-f06fe425-991b-4e2e-8baf-065867bf0cfa ccd74957c33e44efb2ab7ded2df7ab3a a8bdc640b1164901b0d7a1e349867a2d - - default default] Added segment 359da6f1-d35a-49fd-a6ff-3f07dd4313e1 of type vxlan for network edacc6f5-ce9f-4c74-aebd-38d0004a5379 [pid: 7|app: 0|req: 893/2050] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:04:52 2026] DELETE /v2.0/networks/1affe3f7-916f-44ac-a859-c24cc551f90d => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/2051] 10.0.0.195 () {34 vars in 678 bytes} [Wed Jun 10 11:04:53 2026] POST /v2.0/qos/policies => generated 359 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2052] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:04:53 2026] POST /v2.0/networks => generated 612 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/2053] 10.0.0.195 () {34 vars in 753 bytes} [Wed Jun 10 11:04:53 2026] PUT /v2.0/policies/57492645-887a-40f1-ab9f-4af600a01801/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/2054] 10.0.0.195 () {34 vars in 753 bytes} [Wed Jun 10 11:04:53 2026] PUT /v2.0/policies/d8d02cdd-17e5-47fc-b1ca-9e0700da25cd/tags => generated 25 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/2055] 10.0.0.195 () {34 vars in 753 bytes} [Wed Jun 10 11:04:53 2026] PUT /v2.0/policies/cfeea69e-c0a8-4f8e-a528-b4a3e83f7329/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/2056] 10.0.0.195 () {34 vars in 753 bytes} [Wed Jun 10 11:04:53 2026] PUT /v2.0/policies/44849efd-79e5-495e-bb71-1c84bf5a9503/tags => generated 19 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2057] 10.0.0.195 () {34 vars in 664 bytes} [Wed Jun 10 11:04:53 2026] POST /v2.0/ports => generated 743 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/2058] 10.0.0.195 () {34 vars in 666 bytes} [Wed Jun 10 11:04:53 2026] POST /v2.0/trunks => generated 407 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:04:53.840 7 INFO neutron.db.segments_db [None req-ce21574e-8ab9-451c-8916-2a4f25d6f1a9 ccd74957c33e44efb2ab7ded2df7ab3a a8bdc640b1164901b0d7a1e349867a2d - - default default] Added segment d747156f-99e9-42bf-96c6-0d993ac1de88 of type vxlan for network 28a21c39-a321-4968-9b4e-1a9a30378538 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1160/2059] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:53 2026] GET /v2.0/security-groups?tenant_id=7e8c38701d264c9fa0edbc043b317ab6&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: 900/2060] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:04:53 2026] POST /v2.0/networks => generated 612 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2061] 10.0.0.195 () {32 vars in 674 bytes} [Wed Jun 10 11:04:53 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/2062] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:53 2026] DELETE /v2.0/security-groups/3e68a673-cd44-41b3-92d3-36629bf1367e => 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: 902/2063] 10.0.0.195 () {32 vars in 688 bytes} [Wed Jun 10 11:04:54 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/2064] 10.0.0.195 () {32 vars in 684 bytes} [Wed Jun 10 11:04:54 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2065] 10.0.0.195 () {34 vars in 664 bytes} [Wed Jun 10 11:04:53 2026] POST /v2.0/ports => generated 743 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/2066] 10.0.0.195 () {32 vars in 696 bytes} [Wed Jun 10 11:04:54 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1163/2067] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:54 2026] GET /v2.0/security-groups?tenant_id=dae4e38148a040c8b178f5f0254a586a&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: 905/2068] 10.0.0.195 () {34 vars in 666 bytes} [Wed Jun 10 11:04:54 2026] POST /v2.0/trunks => generated 407 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2069] 10.0.0.195 () {32 vars in 682 bytes} [Wed Jun 10 11:04:54 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:04:54.443 8 INFO neutron.db.segments_db [None req-e21583f7-1a64-49fd-b8b1-5541dbe2cb64 ccd74957c33e44efb2ab7ded2df7ab3a a8bdc640b1164901b0d7a1e349867a2d - - default default] Added segment 33edd140-66b4-4fec-858f-aad957560550 of type vxlan for network 800fa0fe-eb45-4aa5-850e-4872f2287f62 [pid: 7|app: 0|req: 906/2070] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:54 2026] DELETE /v2.0/security-groups/4361c4b5-e22a-4b3f-acac-4dda686a30a5 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/2071] 10.0.0.195 () {32 vars in 696 bytes} [Wed Jun 10 11:04:54 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2072] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:04:54 2026] POST /v2.0/networks => generated 613 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/2073] 10.0.0.195 () {32 vars in 692 bytes} [Wed Jun 10 11:04:54 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/2074] 10.0.0.195 () {32 vars in 704 bytes} [Wed Jun 10 11:04:54 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/2075] 10.0.0.195 () {32 vars in 734 bytes} [Wed Jun 10 11:04:54 2026] DELETE /v2.0/qos/policies/57492645-887a-40f1-ab9f-4af600a01801 => 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: 911/2076] 10.0.0.195 () {32 vars in 734 bytes} [Wed Jun 10 11:04:54 2026] DELETE /v2.0/qos/policies/d8d02cdd-17e5-47fc-b1ca-9e0700da25cd => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2077] 10.0.0.195 () {34 vars in 664 bytes} [Wed Jun 10 11:04:54 2026] POST /v2.0/ports => generated 743 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 11:04:54.826 7 INFO neutron.services.segments.plugin [-] Segment 6f1ff38a-5dc4-4421-840f-db492045f626 resource provider aggregate not found 2026-06-10 11:04:54.834 7 INFO neutron.services.segments.plugin [-] Segment 6f1ff38a-5dc4-4421-840f-db492045f626 resource provider aggregate not found 2026-06-10 11:04:54.845 7 INFO neutron.services.segments.plugin [-] Segment 6f1ff38a-5dc4-4421-840f-db492045f626 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f1ff38a-5dc4-4421-840f-db492045f626 found for delete ", "request_id": "req-e9eec03b-d2cd-4650-97fd-28e8d1134e22"}]} 2026-06-10 11:04:54.850 7 INFO neutron.services.segments.plugin [-] Segment 6f1ff38a-5dc4-4421-840f-db492045f626 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f1ff38a-5dc4-4421-840f-db492045f626 found for delete ", "request_id": "req-7a38343e-e4e3-4d06-b027-65f0205e514e"}]} [pid: 7|app: 0|req: 912/2078] 10.0.0.195 () {32 vars in 734 bytes} [Wed Jun 10 11:04:54 2026] DELETE /v2.0/qos/policies/cfeea69e-c0a8-4f8e-a528-b4a3e83f7329 => 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: 913/2079] 10.0.0.195 () {32 vars in 734 bytes} [Wed Jun 10 11:04:54 2026] DELETE /v2.0/qos/policies/44849efd-79e5-495e-bb71-1c84bf5a9503 => 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: 1167/2080] 10.0.0.195 () {34 vars in 666 bytes} [Wed Jun 10 11:04:54 2026] POST /v2.0/trunks => generated 407 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/2081] 10.0.0.195 () {32 vars in 734 bytes} [Wed Jun 10 11:04:54 2026] DELETE /v2.0/qos/policies/e7afedac-8fd7-42a4-b53a-5212e276babd => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:04:54.997 8 INFO neutron.db.segments_db [None req-2ad39dc3-4ef7-491b-9dfb-c256643619f5 ccd74957c33e44efb2ab7ded2df7ab3a a8bdc640b1164901b0d7a1e349867a2d - - default default] Added segment 41457031-fe00-42a3-921c-3fb4a14d0cc5 of type vxlan for network 005315e8-8a81-419b-ad47-eedffc35b226 [pid: 8|app: 0|req: 1168/2082] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:04:54 2026] POST /v2.0/networks => generated 613 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/2083] 10.0.0.195 () {34 vars in 664 bytes} [Wed Jun 10 11:04:55 2026] POST /v2.0/ports => generated 743 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2084] 10.0.0.195 () {34 vars in 666 bytes} [Wed Jun 10 11:04:55 2026] POST /v2.0/trunks => generated 407 bytes in 154 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: 916/2085] 10.0.0.195 () {34 vars in 749 bytes} [Wed Jun 10 11:04:55 2026] PUT /v2.0/trunks/5ccf21f6-24a3-46fd-b792-27f9c417de83/tags => generated 17 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2086] 10.0.0.195 () {34 vars in 749 bytes} [Wed Jun 10 11:04:55 2026] PUT /v2.0/trunks/14b22155-20eb-412e-922e-fa0ce9bb740c/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/2087] 10.0.0.195 () {34 vars in 749 bytes} [Wed Jun 10 11:04:55 2026] PUT /v2.0/trunks/d96db8d5-3dfd-4361-89d0-2c711810f6dd/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: 918/2088] 10.0.0.195 () {34 vars in 749 bytes} [Wed Jun 10 11:04:55 2026] PUT /v2.0/trunks/0815140f-08cd-4b42-be65-ccf0328582eb/tags => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/2089] 10.0.0.195 () {32 vars in 662 bytes} [Wed Jun 10 11:04:55 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/2090] 10.0.0.195 () {32 vars in 676 bytes} [Wed Jun 10 11:04:55 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/2091] 10.0.0.195 () {32 vars in 672 bytes} [Wed Jun 10 11:04:55 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/2092] 10.0.0.195 () {32 vars in 684 bytes} [Wed Jun 10 11:04:55 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/2093] 10.0.0.195 () {32 vars in 670 bytes} [Wed Jun 10 11:04:55 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/2094] 10.0.0.195 () {32 vars in 684 bytes} [Wed Jun 10 11:04:55 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/2095] 10.0.0.195 () {32 vars in 680 bytes} [Wed Jun 10 11:04:55 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/2096] 10.0.0.195 () {32 vars in 692 bytes} [Wed Jun 10 11:04:55 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2097] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:55 2026] GET /v2.0/security-groups?tenant_id=49c3296ca4a540b496e26f12bfbb7b95&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/2098] 10.0.0.195 () {32 vars in 719 bytes} [Wed Jun 10 11:04:55 2026] GET /v2.0/trunks/5ccf21f6-24a3-46fd-b792-27f9c417de83 => generated 412 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/2099] 10.0.0.195 () {32 vars in 717 bytes} [Wed Jun 10 11:04:55 2026] GET /v2.0/ports/1f73ac6d-db42-4332-8851-9691ee548c74 => generated 826 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2100] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:55 2026] DELETE /v2.0/security-groups/f764f1d3-85fd-4353-87a5-9316ddc526bd => 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: 929/2101] 10.0.0.195 () {32 vars in 722 bytes} [Wed Jun 10 11:04:56 2026] DELETE /v2.0/trunks/5ccf21f6-24a3-46fd-b792-27f9c417de83 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2102] 10.0.0.195 () {32 vars in 719 bytes} [Wed Jun 10 11:04:56 2026] GET /v2.0/trunks/14b22155-20eb-412e-922e-fa0ce9bb740c => generated 420 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/2103] 10.0.0.195 () {32 vars in 717 bytes} [Wed Jun 10 11:04:56 2026] GET /v2.0/ports/13b34745-dbaa-4443-a915-8e2a73fc6ba2 => generated 826 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/2104] 10.0.0.195 () {32 vars in 722 bytes} [Wed Jun 10 11:04:56 2026] DELETE /v2.0/trunks/14b22155-20eb-412e-922e-fa0ce9bb740c => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2105] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:56 2026] GET /v2.0/security-groups?tenant_id=3ec109896e0c4fb2b9514447ece93e68&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: 932/2106] 10.0.0.195 () {32 vars in 719 bytes} [Wed Jun 10 11:04:56 2026] GET /v2.0/trunks/d96db8d5-3dfd-4361-89d0-2c711810f6dd => generated 429 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/2107] 10.0.0.195 () {32 vars in 717 bytes} [Wed Jun 10 11:04:56 2026] GET /v2.0/ports/472813cd-0e77-4808-81f4-f28edd53006c => generated 826 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2108] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:56 2026] DELETE /v2.0/security-groups/1a65f651-3a19-4b29-972e-dec7d5b6670a => 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: 934/2109] 10.0.0.195 () {32 vars in 722 bytes} [Wed Jun 10 11:04:56 2026] DELETE /v2.0/trunks/d96db8d5-3dfd-4361-89d0-2c711810f6dd => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2110] 10.0.0.195 () {32 vars in 719 bytes} [Wed Jun 10 11:04:56 2026] GET /v2.0/trunks/0815140f-08cd-4b42-be65-ccf0328582eb => generated 414 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/2111] 10.0.0.195 () {32 vars in 717 bytes} [Wed Jun 10 11:04:56 2026] GET /v2.0/ports/24d3b501-69fa-45e4-b2aa-5d41b1b2092c => 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: 936/2112] 10.0.0.195 () {32 vars in 722 bytes} [Wed Jun 10 11:04:56 2026] DELETE /v2.0/trunks/0815140f-08cd-4b42-be65-ccf0328582eb => 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: 937/2113] 10.0.0.195 () {32 vars in 719 bytes} [Wed Jun 10 11:04:56 2026] GET /v2.0/trunks/63d7be14-898c-4cff-be70-5f9e87890203 => generated 407 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2114] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:56 2026] GET /v2.0/security-groups?tenant_id=b89945522bb345efb174dfb8f152b9ae&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/2115] 10.0.0.195 () {32 vars in 717 bytes} [Wed Jun 10 11:04:56 2026] GET /v2.0/ports/eb667538-3550-47e6-a058-fb84fca4dd73 => generated 826 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/2116] 10.0.0.195 () {32 vars in 722 bytes} [Wed Jun 10 11:04:56 2026] DELETE /v2.0/trunks/63d7be14-898c-4cff-be70-5f9e87890203 => 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: 1178/2117] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:56 2026] DELETE /v2.0/security-groups/ac7ca5db-d9de-4ae2-98a1-105deb0e33e7 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:04:56.801 7 INFO neutron_taas.services.taas.taas_plugin [None req-b156da29-a59f-415e-8c47-b7409aa42838 ccd74957c33e44efb2ab7ded2df7ab3a a8bdc640b1164901b0d7a1e349867a2d - - default default] TaaS: Handle Delete Port: 1f73ac6d-db42-4332-8851-9691ee548c74 2026-06-10 11:04:56.805 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b156da29-a59f-415e-8c47-b7409aa42838 ccd74957c33e44efb2ab7ded2df7ab3a a8bdc640b1164901b0d7a1e349867a2d - - default default] Tap Mirror: Handle Delete Port: 1f73ac6d-db42-4332-8851-9691ee548c74 [pid: 7|app: 0|req: 940/2118] 10.0.0.195 () {32 vars in 720 bytes} [Wed Jun 10 11:04:56 2026] DELETE /v2.0/ports/1f73ac6d-db42-4332-8851-9691ee548c74 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:04:56.964 7 INFO neutron_taas.services.taas.taas_plugin [None req-97465a55-32fd-49c2-819f-04dc4ab62c43 ccd74957c33e44efb2ab7ded2df7ab3a a8bdc640b1164901b0d7a1e349867a2d - - default default] TaaS: Handle Delete Port: 13b34745-dbaa-4443-a915-8e2a73fc6ba2 2026-06-10 11:04:56.967 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97465a55-32fd-49c2-819f-04dc4ab62c43 ccd74957c33e44efb2ab7ded2df7ab3a a8bdc640b1164901b0d7a1e349867a2d - - default default] Tap Mirror: Handle Delete Port: 13b34745-dbaa-4443-a915-8e2a73fc6ba2 2026-06-10 11:04:57.047 8 INFO neutron.db.segments_db [None req-533877a7-7f7a-4666-89b1-51cb1f127fbf 35b2752c418749a4abd720e5c69b927a 3f80fb7191414c3db8117d884e30e7a3 - - default default] Added segment a196383c-b5e0-43e1-9f61-770b269bb942 of type vxlan for network af86a4bd-793f-406c-b8f6-c08d20edf996 [pid: 7|app: 0|req: 941/2119] 10.0.0.195 () {32 vars in 720 bytes} [Wed Jun 10 11:04:56 2026] DELETE /v2.0/ports/13b34745-dbaa-4443-a915-8e2a73fc6ba2 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2120] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:04:56 2026] POST /v2.0/networks => generated 613 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:04:57.151 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b3abd60-284e-4f49-8050-057356cf53d3 ccd74957c33e44efb2ab7ded2df7ab3a a8bdc640b1164901b0d7a1e349867a2d - - default default] TaaS: Handle Delete Port: 472813cd-0e77-4808-81f4-f28edd53006c 2026-06-10 11:04:57.154 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b3abd60-284e-4f49-8050-057356cf53d3 ccd74957c33e44efb2ab7ded2df7ab3a a8bdc640b1164901b0d7a1e349867a2d - - default default] Tap Mirror: Handle Delete Port: 472813cd-0e77-4808-81f4-f28edd53006c [pid: 7|app: 0|req: 942/2121] 10.0.0.195 () {32 vars in 720 bytes} [Wed Jun 10 11:04:57 2026] DELETE /v2.0/ports/472813cd-0e77-4808-81f4-f28edd53006c => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:04:57.319 7 INFO neutron_taas.services.taas.taas_plugin [None req-e924030c-2e00-4908-9923-489b94c1c4fd ccd74957c33e44efb2ab7ded2df7ab3a a8bdc640b1164901b0d7a1e349867a2d - - default default] TaaS: Handle Delete Port: 24d3b501-69fa-45e4-b2aa-5d41b1b2092c 2026-06-10 11:04:57.321 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e924030c-2e00-4908-9923-489b94c1c4fd ccd74957c33e44efb2ab7ded2df7ab3a a8bdc640b1164901b0d7a1e349867a2d - - default default] Tap Mirror: Handle Delete Port: 24d3b501-69fa-45e4-b2aa-5d41b1b2092c [pid: 8|app: 0|req: 1180/2122] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:04:57 2026] POST /v2.0/subnets => generated 626 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/2123] 10.0.0.195 () {32 vars in 720 bytes} [Wed Jun 10 11:04:57 2026] DELETE /v2.0/ports/24d3b501-69fa-45e4-b2aa-5d41b1b2092c => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:04:57.475 7 INFO neutron.db.segments_db [None req-62844ce5-2b00-49af-a23e-f35c31d19932 35b2752c418749a4abd720e5c69b927a 3f80fb7191414c3db8117d884e30e7a3 - - default default] Added segment 9ea7432f-4442-424d-a79e-87dcf59e7317 of type vxlan for network a5c1890f-04c0-413d-aab0-7bc80f3e6f31 2026-06-10 11:04:57.525 8 INFO neutron_taas.services.taas.taas_plugin [None req-3eac4869-7ddb-4f19-8582-0616ee9544db ccd74957c33e44efb2ab7ded2df7ab3a a8bdc640b1164901b0d7a1e349867a2d - - default default] TaaS: Handle Delete Port: eb667538-3550-47e6-a058-fb84fca4dd73 2026-06-10 11:04:57.528 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3eac4869-7ddb-4f19-8582-0616ee9544db ccd74957c33e44efb2ab7ded2df7ab3a a8bdc640b1164901b0d7a1e349867a2d - - default default] Tap Mirror: Handle Delete Port: eb667538-3550-47e6-a058-fb84fca4dd73 [pid: 7|app: 0|req: 944/2124] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:04:57 2026] POST /v2.0/networks => generated 613 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2125] 10.0.0.195 () {32 vars in 720 bytes} [Wed Jun 10 11:04:57 2026] DELETE /v2.0/ports/eb667538-3550-47e6-a058-fb84fca4dd73 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:04:57.694 8 INFO neutron.services.segments.plugin [-] Segment a2dcc430-c51d-4e3c-b3e3-f0cace154aae resource provider aggregate not found 2026-06-10 11:04:57.700 8 INFO neutron.services.segments.plugin [-] Segment a2dcc430-c51d-4e3c-b3e3-f0cace154aae resource provider aggregate not found 2026-06-10 11:04:57.715 8 INFO neutron.services.segments.plugin [-] Segment a2dcc430-c51d-4e3c-b3e3-f0cace154aae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2dcc430-c51d-4e3c-b3e3-f0cace154aae found for delete ", "request_id": "req-575a94b5-8cba-4aed-a768-b8a1d3838a8c"}]} 2026-06-10 11:04:57.716 8 INFO neutron.services.segments.plugin [-] Segment a2dcc430-c51d-4e3c-b3e3-f0cace154aae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2dcc430-c51d-4e3c-b3e3-f0cace154aae found for delete ", "request_id": "req-5ef95c36-78a6-4e66-93b2-ea3e65e80d4e"}]} [pid: 8|app: 0|req: 1182/2126] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:04:57 2026] DELETE /v2.0/networks/127899ce-0fcd-462e-91ff-a05db1e5bfb7 => 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: 945/2127] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:04:57 2026] POST /v2.0/subnets => generated 629 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:04:57.816 7 INFO neutron.db.segments_db [None req-49ab420d-e4ca-4507-a1ea-5503b881a332 35b2752c418749a4abd720e5c69b927a 3f80fb7191414c3db8117d884e30e7a3 - - default default] Added segment e85d14c7-945b-4fbd-9d15-e3542a27188a of type vxlan for network 7d2c6de3-940c-4142-a590-1d15327d5531 [pid: 8|app: 0|req: 1183/2128] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:04:57 2026] DELETE /v2.0/networks/edacc6f5-ce9f-4c74-aebd-38d0004a5379 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/2129] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:04:57 2026] POST /v2.0/networks => generated 612 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2130] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:04:57 2026] DELETE /v2.0/networks/28a21c39-a321-4968-9b4e-1a9a30378538 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2131] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:04:57 2026] DELETE /v2.0/networks/800fa0fe-eb45-4aa5-850e-4872f2287f62 => 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: 947/2132] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:04:57 2026] POST /v2.0/subnets => generated 629 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2133] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:04:58 2026] DELETE /v2.0/networks/005315e8-8a81-419b-ad47-eedffc35b226 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:04:58.197 7 INFO neutron.db.segments_db [None req-505d532a-285f-40c6-b61c-deff128d187f 35b2752c418749a4abd720e5c69b927a 3f80fb7191414c3db8117d884e30e7a3 - - default default] Added segment d38acfc6-be90-49fb-9355-9aeb434c8846 of type vxlan for network 65fe1348-d1cd-4619-86c9-af32eca9d27f [pid: 7|app: 0|req: 948/2134] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:04:58 2026] POST /v2.0/networks => generated 612 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2135] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:04:58 2026] POST /v2.0/subnets => generated 629 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:04:58.600 7 INFO neutron.db.segments_db [None req-1c262a95-fb04-4eb0-b1ab-2490a839f740 35b2752c418749a4abd720e5c69b927a 3f80fb7191414c3db8117d884e30e7a3 - - default default] Added segment 1aab0086-0db1-4674-8121-8c3e2de03547 of type vxlan for network 06047b27-41f0-47da-9f65-c3e9031e7073 [pid: 7|app: 0|req: 949/2136] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:04:58 2026] POST /v2.0/networks => generated 613 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2137] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:04:58 2026] POST /v2.0/subnets => generated 629 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/2138] 10.0.0.195 () {34 vars in 751 bytes} [Wed Jun 10 11:04:58 2026] PUT /v2.0/subnets/0d5f6338-78df-49ee-9117-29ce5f88b896/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/2139] 10.0.0.195 () {34 vars in 751 bytes} [Wed Jun 10 11:04:59 2026] PUT /v2.0/subnets/3462cc19-5ff3-448a-bed1-1c9552e8c15b/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/2140] 10.0.0.195 () {34 vars in 751 bytes} [Wed Jun 10 11:04:59 2026] PUT /v2.0/subnets/ad6ff58b-d5e9-4fe8-baa0-f472dcd981cd/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2141] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:58 2026] GET /v2.0/security-groups?tenant_id=7cbefa49ff8148d388a1c5e94c3169b8&name=default => generated 2925 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/2142] 10.0.0.195 () {34 vars in 751 bytes} [Wed Jun 10 11:04:59 2026] PUT /v2.0/subnets/5886bd30-3374-48a5-a7ef-672a88752de0/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/2143] 10.0.0.195 () {32 vars in 664 bytes} [Wed Jun 10 11:04:59 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/2144] 10.0.0.195 () {32 vars in 678 bytes} [Wed Jun 10 11:04:59 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2145] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:59 2026] DELETE /v2.0/security-groups/b43ffac4-52f7-47f8-ab99-3f99f95cc451 => 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: 956/2146] 10.0.0.195 () {32 vars in 674 bytes} [Wed Jun 10 11:04:59 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/2147] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:59 2026] GET /v2.0/security-groups?tenant_id=6555d519f4624c83a246d6003b81bcee&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/2148] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:59 2026] DELETE /v2.0/security-groups/bd091f4f-2bff-4c28-8979-071e6f622ff5 => 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: 959/2149] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:04:59 2026] GET /v2.0/security-groups?tenant_id=a8bdc640b1164901b0d7a1e349867a2d&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:04:59.785 8 INFO neutron.services.segments.plugin [-] Segment 359da6f1-d35a-49fd-a6ff-3f07dd4313e1 resource provider aggregate not found 2026-06-10 11:04:59.795 8 INFO neutron.services.segments.plugin [-] Segment 359da6f1-d35a-49fd-a6ff-3f07dd4313e1 resource provider aggregate not found 2026-06-10 11:04:59.800 8 INFO neutron.services.segments.plugin [-] Segment 359da6f1-d35a-49fd-a6ff-3f07dd4313e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 359da6f1-d35a-49fd-a6ff-3f07dd4313e1 found for delete ", "request_id": "req-f049f46e-4bdc-4016-9c01-5c04ef3d8dfe"}]} [pid: 8|app: 0|req: 1191/2150] 10.0.0.195 () {32 vars in 686 bytes} [Wed Jun 10 11:04:59 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 534 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/2151] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:04:59 2026] DELETE /v2.0/security-groups/872b2475-935b-4915-9b28-4fe666795f3d => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:04:59.818 8 INFO neutron.services.segments.plugin [-] Segment d747156f-99e9-42bf-96c6-0d993ac1de88 resource provider aggregate not found 2026-06-10 11:04:59.836 8 INFO neutron.services.segments.plugin [-] Segment 359da6f1-d35a-49fd-a6ff-3f07dd4313e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 359da6f1-d35a-49fd-a6ff-3f07dd4313e1 found for delete ", "request_id": "req-eded4eca-dcd4-431a-9ad1-712796a53e5d"}]} 2026-06-10 11:04:59.846 8 INFO neutron.services.segments.plugin [-] Segment d747156f-99e9-42bf-96c6-0d993ac1de88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d747156f-99e9-42bf-96c6-0d993ac1de88 found for delete ", "request_id": "req-84fb4370-f291-45b0-a33f-7533cbd56154"}]} 2026-06-10 11:04:59.864 8 INFO neutron.services.segments.plugin [-] Segment d747156f-99e9-42bf-96c6-0d993ac1de88 resource provider aggregate not found 2026-06-10 11:04:59.873 8 INFO neutron.services.segments.plugin [-] Segment 33edd140-66b4-4fec-858f-aad957560550 resource provider aggregate not found 2026-06-10 11:04:59.881 8 INFO neutron.services.segments.plugin [-] Segment d747156f-99e9-42bf-96c6-0d993ac1de88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d747156f-99e9-42bf-96c6-0d993ac1de88 found for delete ", "request_id": "req-2fde1829-1d53-4a88-a8b3-52f8721621c9"}]} 2026-06-10 11:04:59.892 8 INFO neutron.services.segments.plugin [-] Segment 33edd140-66b4-4fec-858f-aad957560550 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33edd140-66b4-4fec-858f-aad957560550 found for delete ", "request_id": "req-5bf0f97e-8990-4365-9757-98e2f0776811"}]} 2026-06-10 11:04:59.907 8 INFO neutron.services.segments.plugin [-] Segment 33edd140-66b4-4fec-858f-aad957560550 resource provider aggregate not found [pid: 8|app: 0|req: 1192/2152] 10.0.0.195 () {32 vars in 672 bytes} [Wed Jun 10 11:04:59 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:04:59.913 8 INFO neutron.services.segments.plugin [-] Segment 41457031-fe00-42a3-921c-3fb4a14d0cc5 resource provider aggregate not found 2026-06-10 11:04:59.927 8 INFO neutron.services.segments.plugin [-] Segment 41457031-fe00-42a3-921c-3fb4a14d0cc5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41457031-fe00-42a3-921c-3fb4a14d0cc5 found for delete ", "request_id": "req-6f6dc901-9fa9-4e0d-b2eb-9439265f286c"}]} 2026-06-10 11:04:59.931 8 INFO neutron.services.segments.plugin [-] Segment 33edd140-66b4-4fec-858f-aad957560550 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33edd140-66b4-4fec-858f-aad957560550 found for delete ", "request_id": "req-f7b28b79-07c9-4e34-8262-517512092b85"}]} 2026-06-10 11:04:59.953 8 INFO neutron.services.segments.plugin [-] Segment 41457031-fe00-42a3-921c-3fb4a14d0cc5 resource provider aggregate not found 2026-06-10 11:04:59.969 8 INFO neutron.services.segments.plugin [-] Segment 41457031-fe00-42a3-921c-3fb4a14d0cc5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41457031-fe00-42a3-921c-3fb4a14d0cc5 found for delete ", "request_id": "req-1d17e8f4-862d-4148-93b7-b54e4183f536"}]} [pid: 7|app: 0|req: 961/2153] 10.0.0.195 () {32 vars in 686 bytes} [Wed Jun 10 11:04:59 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: 1193/2154] 10.0.0.195 () {32 vars in 682 bytes} [Wed Jun 10 11:04:59 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/2155] 10.0.0.195 () {32 vars in 694 bytes} [Wed Jun 10 11:05:00 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2156] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:05:00 2026] DELETE /v2.0/subnets/0d5f6338-78df-49ee-9117-29ce5f88b896 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/2157] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:05:00 2026] DELETE /v2.0/subnets/3462cc19-5ff3-448a-bed1-1c9552e8c15b => 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: 1195/2158] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:05:00 2026] DELETE /v2.0/subnets/ad6ff58b-d5e9-4fe8-baa0-f472dcd981cd => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/2159] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:05:00 2026] DELETE /v2.0/subnets/5886bd30-3374-48a5-a7ef-672a88752de0 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2160] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:05:00 2026] DELETE /v2.0/subnets/5ea44f41-994a-4b7c-af02-5508223cf3fa => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:05:00.887 7 INFO neutron_taas.services.taas.taas_plugin [None req-c4e55603-bb78-45e0-81b1-f923c77435ca 35b2752c418749a4abd720e5c69b927a 3f80fb7191414c3db8117d884e30e7a3 - - default default] TaaS: Handle Delete Port: f627dbc9-ab46-4bb7-b0ee-a6fdc83c2714 2026-06-10 11:05:00.889 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4e55603-bb78-45e0-81b1-f923c77435ca 35b2752c418749a4abd720e5c69b927a 3f80fb7191414c3db8117d884e30e7a3 - - default default] Tap Mirror: Handle Delete Port: f627dbc9-ab46-4bb7-b0ee-a6fdc83c2714 2026-06-10 11:05:01.069 7 INFO neutron.services.segments.plugin [-] Segment a196383c-b5e0-43e1-9f61-770b269bb942 resource provider aggregate not found 2026-06-10 11:05:01.072 7 INFO neutron.services.segments.plugin [-] Segment a196383c-b5e0-43e1-9f61-770b269bb942 resource provider aggregate not found 2026-06-10 11:05:01.088 7 INFO neutron.services.segments.plugin [-] Segment a196383c-b5e0-43e1-9f61-770b269bb942 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a196383c-b5e0-43e1-9f61-770b269bb942 found for delete ", "request_id": "req-6466a291-7019-4808-9154-9d73eef3175d"}]} 2026-06-10 11:05:01.091 7 INFO neutron.services.segments.plugin [-] Segment a196383c-b5e0-43e1-9f61-770b269bb942 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a196383c-b5e0-43e1-9f61-770b269bb942 found for delete ", "request_id": "req-e021e1c7-001c-4e1b-a882-f8597ea5a5f3"}]} [pid: 7|app: 0|req: 965/2161] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:05:00 2026] DELETE /v2.0/networks/af86a4bd-793f-406c-b8f6-c08d20edf996 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:05:01.180 8 INFO neutron.db.segments_db [None req-3dd83e69-c330-4568-93b5-2c16bf05ee7b d6ea3e42d9f3429aac5c529098f8e995 a489acec7c6c4aa4800686c9eb4e0023 - - default default] Added segment 565ada8f-03c9-410f-a3f4-df24dfbec1bc of type vxlan for network 7dd83d44-f5a4-4425-80a2-59a89c78c58d [pid: 7|app: 0|req: 966/2162] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:05:01 2026] DELETE /v2.0/networks/a5c1890f-04c0-413d-aab0-7bc80f3e6f31 => 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: 967/2163] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:05:01 2026] DELETE /v2.0/networks/7d2c6de3-940c-4142-a590-1d15327d5531 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:05:01.437 8 INFO neutron.db.l3_hamode_db [None req-3dd83e69-c330-4568-93b5-2c16bf05ee7b d6ea3e42d9f3429aac5c529098f8e995 a489acec7c6c4aa4800686c9eb4e0023 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 968/2164] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:05:01 2026] DELETE /v2.0/networks/65fe1348-d1cd-4619-86c9-af32eca9d27f => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:05:01.582 8 INFO neutron.db.l3_hamode_db [None req-3dd83e69-c330-4568-93b5-2c16bf05ee7b d6ea3e42d9f3429aac5c529098f8e995 a489acec7c6c4aa4800686c9eb4e0023 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 969/2165] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:05:01 2026] DELETE /v2.0/networks/06047b27-41f0-47da-9f65-c3e9031e7073 => 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: 1197/2166] 10.0.0.195 () {34 vars in 668 bytes} [Wed Jun 10 11:05:01 2026] POST /v2.0/routers => generated 474 bytes in 1198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:05:02.276 7 INFO neutron.db.l3_hamode_db [None req-b00ec830-fdb0-4a0f-8127-08af5724057c d6ea3e42d9f3429aac5c529098f8e995 a489acec7c6c4aa4800686c9eb4e0023 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 11:05:02.388 7 INFO neutron.db.l3_hamode_db [None req-b00ec830-fdb0-4a0f-8127-08af5724057c d6ea3e42d9f3429aac5c529098f8e995 a489acec7c6c4aa4800686c9eb4e0023 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1198/2167] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:05:02 2026] GET /v2.0/security-groups?tenant_id=3f80fb7191414c3db8117d884e30e7a3&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2168] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:02 2026] DELETE /v2.0/security-groups/e483543f-3b96-4f9c-84b4-817c303286d9 => 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: 970/2169] 10.0.0.195 () {34 vars in 668 bytes} [Wed Jun 10 11:05:02 2026] POST /v2.0/routers => generated 474 bytes in 817 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:05:03.185 7 INFO neutron.services.segments.plugin [-] Segment 9ea7432f-4442-424d-a79e-87dcf59e7317 resource provider aggregate not found 2026-06-10 11:05:03.186 7 INFO neutron.services.segments.plugin [-] Segment 9ea7432f-4442-424d-a79e-87dcf59e7317 resource provider aggregate not found 2026-06-10 11:05:03.200 7 INFO neutron.db.l3_hamode_db [None req-f865c128-a350-493e-b3dd-8efcc22c9b70 d6ea3e42d9f3429aac5c529098f8e995 a489acec7c6c4aa4800686c9eb4e0023 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 11:05:03.208 7 INFO neutron.services.segments.plugin [-] Segment 9ea7432f-4442-424d-a79e-87dcf59e7317 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ea7432f-4442-424d-a79e-87dcf59e7317 found for delete ", "request_id": "req-20a8b918-9ef9-4bcf-aaf2-a775d1f78881"}]} 2026-06-10 11:05:03.213 7 INFO neutron.services.segments.plugin [-] Segment 9ea7432f-4442-424d-a79e-87dcf59e7317 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ea7432f-4442-424d-a79e-87dcf59e7317 found for delete ", "request_id": "req-517586f7-b789-45ab-b63a-63cf5d88f389"}]} 2026-06-10 11:05:03.237 7 INFO neutron.services.segments.plugin [-] Segment e85d14c7-945b-4fbd-9d15-e3542a27188a resource provider aggregate not found [pid: 8|app: 0|req: 1200/2170] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:05:03 2026] GET /v2.0/security-groups?tenant_id=ca61743df8da40b59afc5616b3c24092&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:05:03.242 7 INFO neutron.services.segments.plugin [-] Segment e85d14c7-945b-4fbd-9d15-e3542a27188a resource provider aggregate not found 2026-06-10 11:05:03.259 7 INFO neutron.services.segments.plugin [-] Segment e85d14c7-945b-4fbd-9d15-e3542a27188a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e85d14c7-945b-4fbd-9d15-e3542a27188a found for delete ", "request_id": "req-093a7138-ccb1-419f-95db-cf4438ce12fc"}]} 2026-06-10 11:05:03.268 7 INFO neutron.services.segments.plugin [-] Segment e85d14c7-945b-4fbd-9d15-e3542a27188a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e85d14c7-945b-4fbd-9d15-e3542a27188a found for delete ", "request_id": "req-b71c63bf-53a0-4ea9-895c-1a6e89cd409f"}]} 2026-06-10 11:05:03.296 7 INFO neutron.services.segments.plugin [-] Segment d38acfc6-be90-49fb-9355-9aeb434c8846 resource provider aggregate not found 2026-06-10 11:05:03.303 7 INFO neutron.services.segments.plugin [-] Segment d38acfc6-be90-49fb-9355-9aeb434c8846 resource provider aggregate not found 2026-06-10 11:05:03.311 7 INFO neutron.services.segments.plugin [-] Segment d38acfc6-be90-49fb-9355-9aeb434c8846 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d38acfc6-be90-49fb-9355-9aeb434c8846 found for delete ", "request_id": "req-66a6f2fd-7742-42df-9169-5385184cf384"}]} 2026-06-10 11:05:03.318 7 INFO neutron.services.segments.plugin [-] Segment d38acfc6-be90-49fb-9355-9aeb434c8846 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d38acfc6-be90-49fb-9355-9aeb434c8846 found for delete ", "request_id": "req-f72deb9d-9bed-46ab-a699-7a949f778928"}]} [pid: 8|app: 0|req: 1201/2171] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:03 2026] DELETE /v2.0/security-groups/783136a8-be24-4f2b-828f-faa69b5f3e3d => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:05:03.334 7 INFO neutron.services.segments.plugin [-] Segment 1aab0086-0db1-4674-8121-8c3e2de03547 resource provider aggregate not found 2026-06-10 11:05:03.339 7 INFO neutron.services.segments.plugin [-] Segment 1aab0086-0db1-4674-8121-8c3e2de03547 resource provider aggregate not found 2026-06-10 11:05:03.369 7 INFO neutron.services.segments.plugin [-] Segment 1aab0086-0db1-4674-8121-8c3e2de03547 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1aab0086-0db1-4674-8121-8c3e2de03547 found for delete ", "request_id": "req-7e6d841f-f45e-41bc-9dbf-dce5308204e7"}]} 2026-06-10 11:05:03.373 7 INFO neutron.services.segments.plugin [-] Segment 1aab0086-0db1-4674-8121-8c3e2de03547 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1aab0086-0db1-4674-8121-8c3e2de03547 found for delete ", "request_id": "req-8adef62d-da7d-4fc3-8f72-0efd09324cd0"}]} 2026-06-10 11:05:03.382 7 INFO neutron.db.l3_hamode_db [None req-f865c128-a350-493e-b3dd-8efcc22c9b70 d6ea3e42d9f3429aac5c529098f8e995 a489acec7c6c4aa4800686c9eb4e0023 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1202/2172] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:05:03 2026] GET /v2.0/security-groups?tenant_id=cb31469da5184735ad49f04d23f1f078&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2173] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:03 2026] DELETE /v2.0/security-groups/775afe39-bbcc-42fd-9b34-07942d456817 => 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: 971/2174] 10.0.0.195 () {34 vars in 668 bytes} [Wed Jun 10 11:05:03 2026] POST /v2.0/routers => generated 474 bytes in 962 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:05:04.061 7 INFO neutron.db.l3_hamode_db [None req-e6b9ffe4-60ff-46a6-9822-02e64493b64e d6ea3e42d9f3429aac5c529098f8e995 a489acec7c6c4aa4800686c9eb4e0023 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 11:05:04.196 8 INFO neutron.db.segments_db [None req-6459d3bc-a6f4-45ef-82f4-5ba7be4569dc 0e34272760a7494e8ff98753b52805fc 897d3c9f32404acb9f2ee6b4773600c4 - - default default] Added segment 861e05ac-fb85-4fc3-a098-071ce6da877e of type vxlan for network 372ffbe8-4d8f-4d29-80f7-37248c371e92 2026-06-10 11:05:04.215 7 INFO neutron.db.l3_hamode_db [None req-e6b9ffe4-60ff-46a6-9822-02e64493b64e d6ea3e42d9f3429aac5c529098f8e995 a489acec7c6c4aa4800686c9eb4e0023 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1204/2175] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:05:03 2026] POST /v2.0/networks => generated 613 bytes in 499 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2176] 10.0.0.195 () {34 vars in 753 bytes} [Wed Jun 10 11:05:04 2026] PUT /v2.0/networks/372ffbe8-4d8f-4d29-80f7-37248c371e92/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2177] 10.0.0.195 () {32 vars in 733 bytes} [Wed Jun 10 11:05:04 2026] GET /v2.0/networks/372ffbe8-4d8f-4d29-80f7-37248c371e92/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: 1207/2178] 10.0.0.195 () {34 vars in 764 bytes} [Wed Jun 10 11:05:04 2026] PUT /v2.0/networks/372ffbe8-4d8f-4d29-80f7-37248c371e92/tags/green => 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: 1208/2179] 10.0.0.195 () {32 vars in 733 bytes} [Wed Jun 10 11:05:04 2026] GET /v2.0/networks/372ffbe8-4d8f-4d29-80f7-37248c371e92/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: 1209/2180] 10.0.0.195 () {34 vars in 760 bytes} [Wed Jun 10 11:05:04 2026] PUT /v2.0/networks/372ffbe8-4d8f-4d29-80f7-37248c371e92/tags/red => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/2181] 10.0.0.195 () {34 vars in 668 bytes} [Wed Jun 10 11:05:04 2026] POST /v2.0/routers => generated 474 bytes in 772 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/2182] 10.0.0.195 () {32 vars in 733 bytes} [Wed Jun 10 11:05:04 2026] GET /v2.0/networks/372ffbe8-4d8f-4d29-80f7-37248c371e92/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:05:04.860 7 INFO neutron.db.l3_hamode_db [None req-8440e4ef-8a5d-4456-9433-459cd165c986 d6ea3e42d9f3429aac5c529098f8e995 a489acec7c6c4aa4800686c9eb4e0023 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 11:05:04.949 7 INFO neutron.db.l3_hamode_db [None req-8440e4ef-8a5d-4456-9433-459cd165c986 d6ea3e42d9f3429aac5c529098f8e995 a489acec7c6c4aa4800686c9eb4e0023 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 11:05:04.974 8 INFO neutron.db.segments_db [None req-d88ea516-4d9b-4361-bd75-a8e28e47497b 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] Added segment ae9dd585-9c7a-4995-bfe1-74e1e48bf75c of type vxlan for network e0a5be42-9c69-4108-8da0-f77ecfb8a44d [pid: 8|app: 0|req: 1210/2183] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:05:04 2026] POST /v2.0/networks => generated 621 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2184] 10.0.0.195 () {34 vars in 782 bytes} [Wed Jun 10 11:05:05 2026] PUT /v2.0/networks/372ffbe8-4d8f-4d29-80f7-37248c371e92/tags/black.or.white => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2185] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:05:05 2026] POST /v2.0/subnets => generated 658 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2186] 10.0.0.195 () {32 vars in 733 bytes} [Wed Jun 10 11:05:05 2026] GET /v2.0/networks/372ffbe8-4d8f-4d29-80f7-37248c371e92/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/2187] 10.0.0.195 () {34 vars in 668 bytes} [Wed Jun 10 11:05:04 2026] POST /v2.0/routers => generated 474 bytes in 677 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/2188] 10.0.0.195 () {34 vars in 753 bytes} [Wed Jun 10 11:05:05 2026] PUT /v2.0/networks/372ffbe8-4d8f-4d29-80f7-37248c371e92/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2189] 10.0.0.195 () {32 vars in 722 bytes} [Wed Jun 10 11:05:05 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/2190] 10.0.0.195 () {34 vars in 751 bytes} [Wed Jun 10 11:05:05 2026] PUT /v2.0/routers/2667e8ed-e4a7-4717-b7e6-6c168d6f7d91/tags => generated 17 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2191] 10.0.0.195 () {32 vars in 733 bytes} [Wed Jun 10 11:05:05 2026] GET /v2.0/networks/372ffbe8-4d8f-4d29-80f7-37248c371e92/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2192] 10.0.0.195 () {34 vars in 751 bytes} [Wed Jun 10 11:05:05 2026] PUT /v2.0/routers/f1b813a1-05fa-42a9-a5ea-62b37ddd47ea/tags => generated 25 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2193] 10.0.0.195 () {32 vars in 741 bytes} [Wed Jun 10 11:05:05 2026] GET /v2.0/networks/372ffbe8-4d8f-4d29-80f7-37248c371e92/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/2194] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:05:05 2026] POST /v2.0/subnets => generated 732 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:05:05.901 7 INFO neutron.api.v2.resource [None req-a4ac064d-70a0-465e-97dd-64c6b1f95744 0e34272760a7494e8ff98753b52805fc 897d3c9f32404acb9f2ee6b4773600c4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 978/2195] 10.0.0.195 () {32 vars in 745 bytes} [Wed Jun 10 11:05:05 2026] GET /v2.0/networks/372ffbe8-4d8f-4d29-80f7-37248c371e92/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2196] 10.0.0.195 () {34 vars in 751 bytes} [Wed Jun 10 11:05:05 2026] PUT /v2.0/routers/978d6181-0728-452f-ac4f-137effb597e2/tags => generated 34 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:05:05.940 7 INFO neutron.db.segments_db [None req-a140c408-f8d3-4f3b-97ed-4518070192a2 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] Added segment c10a3a18-d795-4c79-9d25-2e77ced5b591 of type vxlan for network f7688acf-5ccf-4840-9a73-c84c8d5ae567 [pid: 8|app: 0|req: 1219/2197] 10.0.0.195 () {32 vars in 744 bytes} [Wed Jun 10 11:05:05 2026] DELETE /v2.0/networks/372ffbe8-4d8f-4d29-80f7-37248c371e92/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: 979/2198] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:05:05 2026] POST /v2.0/networks => generated 618 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2199] 10.0.0.195 () {32 vars in 733 bytes} [Wed Jun 10 11:05:06 2026] GET /v2.0/networks/372ffbe8-4d8f-4d29-80f7-37248c371e92/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2200] 10.0.0.195 () {34 vars in 751 bytes} [Wed Jun 10 11:05:05 2026] PUT /v2.0/routers/de829493-c0b4-4fcd-965d-bd6a376278c8/tags => generated 19 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:05:06.152 8 INFO neutron.api.v2.resource [None req-b3254bbb-e28e-4df7-9c23-97837bf96864 0e34272760a7494e8ff98753b52805fc 897d3c9f32404acb9f2ee6b4773600c4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1221/2201] 10.0.0.195 () {32 vars in 748 bytes} [Wed Jun 10 11:05:06 2026] DELETE /v2.0/networks/372ffbe8-4d8f-4d29-80f7-37248c371e92/tags/green => generated 99 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2202] 10.0.0.195 () {32 vars in 664 bytes} [Wed Jun 10 11:05:06 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2203] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:05:06 2026] POST /v2.0/subnets => generated 655 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2204] 10.0.0.195 () {32 vars in 736 bytes} [Wed Jun 10 11:05:06 2026] DELETE /v2.0/networks/372ffbe8-4d8f-4d29-80f7-37248c371e92/tags => 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: 982/2205] 10.0.0.195 () {32 vars in 678 bytes} [Wed Jun 10 11:05:06 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2206] 10.0.0.195 () {32 vars in 733 bytes} [Wed Jun 10 11:05:06 2026] GET /v2.0/networks/372ffbe8-4d8f-4d29-80f7-37248c371e92/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: 1224/2207] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:05:06 2026] POST /v2.0/subnets => generated 726 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:05:06.707 8 INFO neutron.services.segments.plugin [-] Segment 861e05ac-fb85-4fc3-a098-071ce6da877e resource provider aggregate not found 2026-06-10 11:05:06.715 8 INFO neutron.services.segments.plugin [-] Segment 861e05ac-fb85-4fc3-a098-071ce6da877e resource provider aggregate not found 2026-06-10 11:05:06.727 8 INFO neutron.services.segments.plugin [-] Segment 861e05ac-fb85-4fc3-a098-071ce6da877e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 861e05ac-fb85-4fc3-a098-071ce6da877e found for delete ", "request_id": "req-0f001c82-1095-402a-97d6-b5bf12dfe3cd"}]} 2026-06-10 11:05:06.736 8 INFO neutron.services.segments.plugin [-] Segment 861e05ac-fb85-4fc3-a098-071ce6da877e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 861e05ac-fb85-4fc3-a098-071ce6da877e found for delete ", "request_id": "req-ec1b24ab-2701-4355-9ce8-bbc7ac46e842"}]} [pid: 8|app: 0|req: 1225/2208] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:05:06 2026] DELETE /v2.0/networks/372ffbe8-4d8f-4d29-80f7-37248c371e92 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:05:06.804 8 INFO neutron.db.segments_db [None req-909e13b1-2f4e-4dd0-b9de-a4152fc8e8bb 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] Added segment 7c51a688-f2c5-41e5-aa04-1403da537f02 of type vxlan for network 60b03bae-4ade-4882-81da-7ad73c2d4d9f [pid: 7|app: 0|req: 984/2209] 10.0.0.195 () {32 vars in 674 bytes} [Wed Jun 10 11:05:06 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 490 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2210] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:05:06 2026] POST /v2.0/networks => generated 617 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/2213] 10.0.0.195 () {32 vars in 686 bytes} [Wed Jun 10 11:05:06 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2214] 10.0.0.195 () {32 vars in 672 bytes} [Wed Jun 10 11:05:06 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2215] 10.0.0.195 () {32 vars in 686 bytes} [Wed Jun 10 11:05:07 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2216] 10.0.0.195 () {32 vars in 682 bytes} [Wed Jun 10 11:05:07 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2217] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:05:06 2026] POST /v2.0/subnets => generated 654 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2218] 10.0.0.195 () {32 vars in 694 bytes} [Wed Jun 10 11:05:07 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2219] 10.0.0.195 () {32 vars in 721 bytes} [Wed Jun 10 11:05:07 2026] GET /v2.0/routers/2667e8ed-e4a7-4717-b7e6-6c168d6f7d91 => generated 485 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2220] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:05:07 2026] POST /v2.0/subnets => generated 730 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:05:07.542 7 INFO neutron.db.segments_db [None req-af884e05-8e6c-47e8-801f-da8ba952bbb0 7f6115b213b743df9d9ad97c9824eab6 2609ba46a63446ada5a1643213e21276 - - default default] Added segment 9ea88452-26a6-4313-b125-9bf458d58151 of type vxlan for network f81b7745-df67-479d-a600-7c5a0fca31bd [pid: 7|app: 0|req: 991/2221] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:05:07 2026] POST /v2.0/networks => generated 612 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:05:07.681 7 INFO neutron.db.segments_db [None req-1a819498-cddc-4e82-ba79-dee8e197e5cb 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] Added segment dca637fc-e2b1-4d9d-8ffc-534c7717904c of type vxlan for network 2a31e620-a30d-4d69-8992-0ce53add2f8e 2026-06-10 11:05:07.930 7 INFO neutron.db.l3_hamode_db [None req-1a819498-cddc-4e82-ba79-dee8e197e5cb 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1231/2222] 10.0.0.195 () {34 vars in 742 bytes} [Wed Jun 10 11:05:07 2026] PUT /v2.0/routers/2667e8ed-e4a7-4717-b7e6-6c168d6f7d91 => generated 485 bytes in 565 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2223] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:05:07 2026] GET /v2.0/security-groups?tenant_id=897d3c9f32404acb9f2ee6b4773600c4&name=default => generated 2925 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2224] 10.0.0.195 () {34 vars in 664 bytes} [Wed Jun 10 11:05:08 2026] POST /v2.0/ports => generated 743 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1234/2225] 10.0.0.195 () {32 vars in 736 bytes} [Wed Jun 10 11:05:08 2026] GET /v2.0/ports?device_id=2667e8ed-e4a7-4717-b7e6-6c168d6f7d91 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2226] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:08 2026] DELETE /v2.0/security-groups/028ab98a-fc1f-4291-8137-f486760bd6cb => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2227] 10.0.0.195 () {34 vars in 747 bytes} [Wed Jun 10 11:05:08 2026] PUT /v2.0/ports/d4e5de57-d5c3-43bf-97e3-22b890d3224d/tags => generated 25 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 11:05:08.709 8 INFO neutron_taas.services.taas.taas_plugin [None req-c0154f22-6487-42db-80d5-23b1c8943f49 d6ea3e42d9f3429aac5c529098f8e995 a489acec7c6c4aa4800686c9eb4e0023 - - default default] TaaS: Handle Delete Port: e23d1b78-f3a5-40bf-907d-45dd7b53bba5 2026-06-10 11:05:08.712 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0154f22-6487-42db-80d5-23b1c8943f49 d6ea3e42d9f3429aac5c529098f8e995 a489acec7c6c4aa4800686c9eb4e0023 - - default default] Tap Mirror: Handle Delete Port: e23d1b78-f3a5-40bf-907d-45dd7b53bba5 2026-06-10 11:05:08.754 7 INFO neutron.db.l3_hamode_db [None req-1a819498-cddc-4e82-ba79-dee8e197e5cb 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1237/2228] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:05:08 2026] DELETE /v2.0/routers/2667e8ed-e4a7-4717-b7e6-6c168d6f7d91 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2229] 10.0.0.195 () {32 vars in 727 bytes} [Wed Jun 10 11:05:08 2026] GET /v2.0/ports/d4e5de57-d5c3-43bf-97e3-22b890d3224d/tags => generated 25 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: 8|app: 0|req: 1239/2230] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:05:08 2026] GET /v2.0/security-groups?tenant_id=c78102c0d944435dbc82b6cd864c035a&name=default => generated 2926 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2231] 10.0.0.195 () {32 vars in 721 bytes} [Wed Jun 10 11:05:09 2026] GET /v2.0/routers/f1b813a1-05fa-42a9-a5ea-62b37ddd47ea => generated 493 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2232] 10.0.0.195 () {34 vars in 758 bytes} [Wed Jun 10 11:05:09 2026] PUT /v2.0/ports/d4e5de57-d5c3-43bf-97e3-22b890d3224d/tags/green => generated 4 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1242/2233] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:09 2026] DELETE /v2.0/security-groups/b57fde1e-00d3-4506-a6cf-598cd27a0e17 => 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: 992/2234] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:05:07 2026] POST /v2.0/routers => generated 685 bytes in 2039 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2235] 10.0.0.195 () {32 vars in 727 bytes} [Wed Jun 10 11:05:09 2026] GET /v2.0/ports/d4e5de57-d5c3-43bf-97e3-22b890d3224d/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1243/2236] 10.0.0.195 () {34 vars in 742 bytes} [Wed Jun 10 11:05:09 2026] PUT /v2.0/routers/f1b813a1-05fa-42a9-a5ea-62b37ddd47ea => generated 493 bytes in 532 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2237] 10.0.0.195 () {34 vars in 754 bytes} [Wed Jun 10 11:05:09 2026] PUT /v2.0/ports/d4e5de57-d5c3-43bf-97e3-22b890d3224d/tags/red => generated 4 bytes in 68 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: 1245/2238] 10.0.0.195 () {32 vars in 736 bytes} [Wed Jun 10 11:05:09 2026] GET /v2.0/ports?device_id=f1b813a1-05fa-42a9-a5ea-62b37ddd47ea => 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: 1246/2239] 10.0.0.195 () {32 vars in 727 bytes} [Wed Jun 10 11:05:09 2026] GET /v2.0/ports/d4e5de57-d5c3-43bf-97e3-22b890d3224d/tags => generated 34 bytes in 53 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-06-10 11:05:10.147 8 INFO neutron_taas.services.taas.taas_plugin [None req-168872c4-f172-4ce9-ae1a-8fec02c95b1a d6ea3e42d9f3429aac5c529098f8e995 a489acec7c6c4aa4800686c9eb4e0023 - - default default] TaaS: Handle Delete Port: ec8d5fc7-039a-4a35-b801-671e577502ef 2026-06-10 11:05:10.151 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-168872c4-f172-4ce9-ae1a-8fec02c95b1a d6ea3e42d9f3429aac5c529098f8e995 a489acec7c6c4aa4800686c9eb4e0023 - - default default] Tap Mirror: Handle Delete Port: ec8d5fc7-039a-4a35-b801-671e577502ef [pid: 8|app: 0|req: 1247/2240] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:05:09 2026] DELETE /v2.0/routers/f1b813a1-05fa-42a9-a5ea-62b37ddd47ea => generated 0 bytes in 391 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2241] 10.0.0.195 () {34 vars in 776 bytes} [Wed Jun 10 11:05:10 2026] PUT /v2.0/ports/d4e5de57-d5c3-43bf-97e3-22b890d3224d/tags/black.or.white => generated 4 bytes in 96 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: 1249/2242] 10.0.0.195 () {32 vars in 721 bytes} [Wed Jun 10 11:05:10 2026] GET /v2.0/routers/978d6181-0728-452f-ac4f-137effb597e2 => generated 502 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2243] 10.0.0.195 () {32 vars in 727 bytes} [Wed Jun 10 11:05:10 2026] GET /v2.0/ports/d4e5de57-d5c3-43bf-97e3-22b890d3224d/tags => generated 52 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, ' [pid: 7|app: 0|req: 994/2244] 10.0.0.195 () {34 vars in 783 bytes} [Wed Jun 10 11:05:09 2026] PUT /v2.0/routers/972ce431-080f-4b7b-bf9f-736389711fbc/add_router_interface => generated 309 bytes in 1255 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2245] 10.0.0.195 () {34 vars in 747 bytes} [Wed Jun 10 11:05:10 2026] PUT /v2.0/ports/d4e5de57-d5c3-43bf-97e3-22b890d3224d/tags => generated 37 bytes in 83 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: 1251/2246] 10.0.0.195 () {34 vars in 742 bytes} [Wed Jun 10 11:05:10 2026] PUT /v2.0/routers/978d6181-0728-452f-ac4f-137effb597e2 => generated 502 bytes in 610 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2247] 10.0.0.195 () {32 vars in 727 bytes} [Wed Jun 10 11:05:11 2026] GET /v2.0/ports/d4e5de57-d5c3-43bf-97e3-22b890d3224d/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1253/2248] 10.0.0.195 () {32 vars in 736 bytes} [Wed Jun 10 11:05:11 2026] GET /v2.0/ports?device_id=978d6181-0728-452f-ac4f-137effb597e2 => 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: 1254/2249] 10.0.0.195 () {32 vars in 735 bytes} [Wed Jun 10 11:05:11 2026] GET /v2.0/ports/d4e5de57-d5c3-43bf-97e3-22b890d3224d/tags/red => generated 0 bytes in 66 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-06-10 11:05:11.457 8 INFO neutron_taas.services.taas.taas_plugin [None req-4d23d828-4b9f-4949-a2cd-e60a3a5c9837 d6ea3e42d9f3429aac5c529098f8e995 a489acec7c6c4aa4800686c9eb4e0023 - - default default] TaaS: Handle Delete Port: 901fe5a3-42dc-4a9c-93cc-45147dbd6ae2 2026-06-10 11:05:11.459 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d23d828-4b9f-4949-a2cd-e60a3a5c9837 d6ea3e42d9f3429aac5c529098f8e995 a489acec7c6c4aa4800686c9eb4e0023 - - default default] Tap Mirror: Handle Delete Port: 901fe5a3-42dc-4a9c-93cc-45147dbd6ae2 [pid: 8|app: 0|req: 1255/2250] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:05:11 2026] DELETE /v2.0/routers/978d6181-0728-452f-ac4f-137effb597e2 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:05:11.680 8 INFO neutron.api.v2.resource [None req-6cc5a72d-89df-458c-bd1a-b093f723f144 7f6115b213b743df9d9ad97c9824eab6 2609ba46a63446ada5a1643213e21276 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1256/2251] 10.0.0.195 () {32 vars in 739 bytes} [Wed Jun 10 11:05:11 2026] GET /v2.0/ports/d4e5de57-d5c3-43bf-97e3-22b890d3224d/tags/green => generated 99 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1257/2252] 10.0.0.195 () {32 vars in 721 bytes} [Wed Jun 10 11:05:11 2026] GET /v2.0/routers/de829493-c0b4-4fcd-965d-bd6a376278c8 => generated 487 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2253] 10.0.0.195 () {32 vars in 738 bytes} [Wed Jun 10 11:05:11 2026] DELETE /v2.0/ports/d4e5de57-d5c3-43bf-97e3-22b890d3224d/tags/red => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1259/2254] 10.0.0.195 () {34 vars in 742 bytes} [Wed Jun 10 11:05:11 2026] PUT /v2.0/routers/de829493-c0b4-4fcd-965d-bd6a376278c8 => generated 487 bytes in 493 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2255] 10.0.0.195 () {32 vars in 727 bytes} [Wed Jun 10 11:05:12 2026] GET /v2.0/ports/d4e5de57-d5c3-43bf-97e3-22b890d3224d/tags => generated 30 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 996/2256] 10.0.0.195 () {34 vars in 783 bytes} [Wed Jun 10 11:05:11 2026] PUT /v2.0/routers/972ce431-080f-4b7b-bf9f-736389711fbc/add_router_interface => generated 309 bytes in 1323 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2257] 10.0.0.195 () {32 vars in 736 bytes} [Wed Jun 10 11:05:12 2026] GET /v2.0/ports?device_id=de829493-c0b4-4fcd-965d-bd6a376278c8 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:05:12.427 7 INFO neutron.api.v2.resource [None req-97ac7bde-e834-4a7b-bde7-f8ab656149a5 7f6115b213b743df9d9ad97c9824eab6 2609ba46a63446ada5a1643213e21276 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 997/2258] 10.0.0.195 () {32 vars in 742 bytes} [Wed Jun 10 11:05:12 2026] DELETE /v2.0/ports/d4e5de57-d5c3-43bf-97e3-22b890d3224d/tags/green => generated 99 bytes in 48 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, ' 2026-06-10 11:05:12.575 7 INFO neutron_taas.services.taas.taas_plugin [None req-b92b2890-1b98-4556-a1c6-dd6b6568dce1 d6ea3e42d9f3429aac5c529098f8e995 a489acec7c6c4aa4800686c9eb4e0023 - - default default] TaaS: Handle Delete Port: e2a90238-2523-4818-9fd5-26d7f69c1a1f 2026-06-10 11:05:12.577 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b92b2890-1b98-4556-a1c6-dd6b6568dce1 d6ea3e42d9f3429aac5c529098f8e995 a489acec7c6c4aa4800686c9eb4e0023 - - default default] Tap Mirror: Handle Delete Port: e2a90238-2523-4818-9fd5-26d7f69c1a1f [pid: 7|app: 0|req: 998/2259] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:05:12 2026] DELETE /v2.0/routers/de829493-c0b4-4fcd-965d-bd6a376278c8 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2260] 10.0.0.195 () {32 vars in 730 bytes} [Wed Jun 10 11:05:12 2026] DELETE /v2.0/ports/d4e5de57-d5c3-43bf-97e3-22b890d3224d/tags => generated 0 bytes in 57 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-06-10 11:05:13.216 7 INFO neutron.db.segments_db [None req-6c21c1d3-2f46-4692-8e60-bfc388a84d18 8468379134414b788879b44ddc5fe8b2 2a6c923ecac24b1aa79fa5d8ef1e49fc - - default default] Added segment de812f01-9fbd-4e02-ae69-8b23426306cd of type vxlan for network 2c0b3451-0c9e-4af3-a190-c94d70206982 [pid: 7|app: 0|req: 1000/2261] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:05:12 2026] POST /v2.0/networks => generated 613 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2262] 10.0.0.195 () {32 vars in 721 bytes} [Wed Jun 10 11:05:13 2026] GET /v2.0/routers/65dde351-c2bd-49f8-b71f-070c13996824 => generated 480 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2263] 10.0.0.195 () {32 vars in 727 bytes} [Wed Jun 10 11:05:13 2026] GET /v2.0/ports/d4e5de57-d5c3-43bf-97e3-22b890d3224d/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1003/2264] 10.0.0.195 () {34 vars in 664 bytes} [Wed Jun 10 11:05:13 2026] POST /v2.0/ports => generated 743 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1262/2265] 10.0.0.195 () {34 vars in 783 bytes} [Wed Jun 10 11:05:12 2026] PUT /v2.0/routers/972ce431-080f-4b7b-bf9f-736389711fbc/add_router_interface => generated 309 bytes in 1324 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:05:13.824 8 INFO neutron_taas.services.taas.taas_plugin [None req-489752bb-0b42-4b9d-83bd-b1e6a7d4fee6 7f6115b213b743df9d9ad97c9824eab6 2609ba46a63446ada5a1643213e21276 - - default default] TaaS: Handle Delete Port: d4e5de57-d5c3-43bf-97e3-22b890d3224d 2026-06-10 11:05:13.828 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-489752bb-0b42-4b9d-83bd-b1e6a7d4fee6 7f6115b213b743df9d9ad97c9824eab6 2609ba46a63446ada5a1643213e21276 - - default default] Tap Mirror: Handle Delete Port: d4e5de57-d5c3-43bf-97e3-22b890d3224d [pid: 8|app: 0|req: 1263/2266] 10.0.0.195 () {32 vars in 720 bytes} [Wed Jun 10 11:05:13 2026] DELETE /v2.0/ports/d4e5de57-d5c3-43bf-97e3-22b890d3224d => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2267] 10.0.0.195 () {34 vars in 666 bytes} [Wed Jun 10 11:05:13 2026] POST /v2.0/trunks => generated 407 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2268] 10.0.0.195 () {34 vars in 684 bytes} [Wed Jun 10 11:05:14 2026] POST /v2.0/security-groups => generated 1630 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2269] 10.0.0.195 () {34 vars in 742 bytes} [Wed Jun 10 11:05:13 2026] PUT /v2.0/routers/65dde351-c2bd-49f8-b71f-070c13996824 => generated 480 bytes in 613 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:05:14.307 8 INFO neutron.services.segments.plugin [-] Segment 9ea88452-26a6-4313-b125-9bf458d58151 resource provider aggregate not found 2026-06-10 11:05:14.314 8 INFO neutron.services.segments.plugin [-] Segment 9ea88452-26a6-4313-b125-9bf458d58151 resource provider aggregate not found 2026-06-10 11:05:14.334 8 INFO neutron.services.segments.plugin [-] Segment 9ea88452-26a6-4313-b125-9bf458d58151 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ea88452-26a6-4313-b125-9bf458d58151 found for delete ", "request_id": "req-d87db915-5c07-4fb0-a5a5-b4f21c38df8f"}]} 2026-06-10 11:05:14.337 8 INFO neutron.services.segments.plugin [-] Segment 9ea88452-26a6-4313-b125-9bf458d58151 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ea88452-26a6-4313-b125-9bf458d58151 found for delete ", "request_id": "req-b1a5787c-2108-4d7b-b53f-8e367929ef26"}]} [pid: 7|app: 0|req: 1005/2270] 10.0.0.195 () {34 vars in 749 bytes} [Wed Jun 10 11:05:14 2026] PUT /v2.0/trunks/49dcfdd1-1e9d-4ad9-8034-5f7a71116f16/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: 1266/2271] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:05:14 2026] DELETE /v2.0/networks/f81b7745-df67-479d-a600-7c5a0fca31bd => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2272] 10.0.0.195 () {32 vars in 736 bytes} [Wed Jun 10 11:05:14 2026] GET /v2.0/ports?device_id=65dde351-c2bd-49f8-b71f-070c13996824 => 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: 1268/2273] 10.0.0.195 () {32 vars in 729 bytes} [Wed Jun 10 11:05:14 2026] GET /v2.0/trunks/49dcfdd1-1e9d-4ad9-8034-5f7a71116f16/tags => generated 25 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2274] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:05:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2275] 10.0.0.195 () {34 vars in 760 bytes} [Wed Jun 10 11:05:14 2026] PUT /v2.0/trunks/49dcfdd1-1e9d-4ad9-8034-5f7a71116f16/tags/green => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-10 11:05:14.528 8 INFO neutron_taas.services.taas.taas_plugin [None req-e9da785f-8e3c-4b34-8171-935ac3e2fba8 d6ea3e42d9f3429aac5c529098f8e995 a489acec7c6c4aa4800686c9eb4e0023 - - default default] TaaS: Handle Delete Port: 0514fc44-32ee-4d23-b846-2f4104ba1d56 2026-06-10 11:05:14.531 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9da785f-8e3c-4b34-8171-935ac3e2fba8 d6ea3e42d9f3429aac5c529098f8e995 a489acec7c6c4aa4800686c9eb4e0023 - - default default] Tap Mirror: Handle Delete Port: 0514fc44-32ee-4d23-b846-2f4104ba1d56 [pid: 7|app: 0|req: 1008/2276] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:05:14 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: 1009/2277] 10.0.0.195 () {32 vars in 729 bytes} [Wed Jun 10 11:05:14 2026] GET /v2.0/trunks/49dcfdd1-1e9d-4ad9-8034-5f7a71116f16/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: 1010/2278] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:05:14 2026] POST /v2.0/security-group-rules => generated 599 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2279] 10.0.0.195 () {34 vars in 756 bytes} [Wed Jun 10 11:05:14 2026] PUT /v2.0/trunks/49dcfdd1-1e9d-4ad9-8034-5f7a71116f16/tags/red => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-10 11:05:14.859 8 INFO neutron.db.l3_hamode_db [None req-e9da785f-8e3c-4b34-8171-935ac3e2fba8 d6ea3e42d9f3429aac5c529098f8e995 a489acec7c6c4aa4800686c9eb4e0023 - - default default] HA network 7dd83d44-f5a4-4425-80a2-59a89c78c58d was deleted as no HA routers are present in tenant a489acec7c6c4aa4800686c9eb4e0023. [pid: 8|app: 0|req: 1269/2280] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:05:14 2026] DELETE /v2.0/routers/65dde351-c2bd-49f8-b71f-070c13996824 => generated 0 bytes in 484 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2281] 10.0.0.195 () {32 vars in 729 bytes} [Wed Jun 10 11:05:14 2026] GET /v2.0/trunks/49dcfdd1-1e9d-4ad9-8034-5f7a71116f16/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: 1012/2282] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:05:14 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: 1271/2283] 10.0.0.195 () {34 vars in 778 bytes} [Wed Jun 10 11:05:14 2026] PUT /v2.0/trunks/49dcfdd1-1e9d-4ad9-8034-5f7a71116f16/tags/black.or.white => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2284] 10.0.0.195 () {32 vars in 729 bytes} [Wed Jun 10 11:05:14 2026] GET /v2.0/trunks/49dcfdd1-1e9d-4ad9-8034-5f7a71116f16/tags => generated 52 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2285] 10.0.0.195 () {34 vars in 749 bytes} [Wed Jun 10 11:05:14 2026] PUT /v2.0/trunks/49dcfdd1-1e9d-4ad9-8034-5f7a71116f16/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2286] 10.0.0.195 () {32 vars in 729 bytes} [Wed Jun 10 11:05:14 2026] GET /v2.0/trunks/49dcfdd1-1e9d-4ad9-8034-5f7a71116f16/tags => generated 37 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2287] 10.0.0.195 () {32 vars in 737 bytes} [Wed Jun 10 11:05:14 2026] GET /v2.0/trunks/49dcfdd1-1e9d-4ad9-8034-5f7a71116f16/tags/red => generated 0 bytes in 17 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2288] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:05:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:05:15.069 8 INFO neutron.api.v2.resource [None req-081eaf7c-2e38-46bd-979f-0630798083a5 8468379134414b788879b44ddc5fe8b2 2a6c923ecac24b1aa79fa5d8ef1e49fc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1273/2289] 10.0.0.195 () {32 vars in 741 bytes} [Wed Jun 10 11:05:15 2026] GET /v2.0/trunks/49dcfdd1-1e9d-4ad9-8034-5f7a71116f16/tags/green => generated 99 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2290] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:05:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2291] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:15 2026] DELETE /v2.0/trunks/49dcfdd1-1e9d-4ad9-8034-5f7a71116f16/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2292] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:05:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2293] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:05:15 2026] GET /v2.0/security-groups?tenant_id=08e6f549b98c4e7695c10d0ebf1cdcbc&name=default => generated 2929 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2294] 10.0.0.195 () {32 vars in 729 bytes} [Wed Jun 10 11:05:15 2026] GET /v2.0/trunks/49dcfdd1-1e9d-4ad9-8034-5f7a71116f16/tags => generated 30 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2295] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:15 2026] DELETE /v2.0/security-groups/7d67a28f-ad04-4af1-9f7d-ed3b4f74fc41 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:05:15.446 8 INFO neutron.api.v2.resource [None req-2f0250ad-b162-450a-b413-2c4b173cee9c 8468379134414b788879b44ddc5fe8b2 2a6c923ecac24b1aa79fa5d8ef1e49fc - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1279/2296] 10.0.0.195 () {32 vars in 744 bytes} [Wed Jun 10 11:05:15 2026] DELETE /v2.0/trunks/49dcfdd1-1e9d-4ad9-8034-5f7a71116f16/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: 1018/2297] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:05:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2298] 10.0.0.195 () {32 vars in 732 bytes} [Wed Jun 10 11:05:15 2026] DELETE /v2.0/trunks/49dcfdd1-1e9d-4ad9-8034-5f7a71116f16/tags => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2299] 10.0.0.195 () {32 vars in 729 bytes} [Wed Jun 10 11:05:15 2026] GET /v2.0/trunks/49dcfdd1-1e9d-4ad9-8034-5f7a71116f16/tags => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2300] 10.0.0.195 () {32 vars in 719 bytes} [Wed Jun 10 11:05:15 2026] GET /v2.0/trunks/49dcfdd1-1e9d-4ad9-8034-5f7a71116f16 => 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: 1019/2301] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:05:15 2026] POST /v2.0/security-group-rules => generated 599 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2302] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:05:15 2026] GET /v2.0/security-groups?tenant_id=2609ba46a63446ada5a1643213e21276&name=default => generated 2925 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2303] 10.0.0.195 () {32 vars in 717 bytes} [Wed Jun 10 11:05:15 2026] GET /v2.0/ports/426831e1-f07e-41c6-8416-096f3a94275e => generated 826 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2304] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:15 2026] DELETE /v2.0/security-groups/fe28c6c3-d4aa-4b82-b6fe-f83b89e42fe6 => 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: 1021/2305] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:05:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2306] 10.0.0.195 () {32 vars in 722 bytes} [Wed Jun 10 11:05:15 2026] DELETE /v2.0/trunks/49dcfdd1-1e9d-4ad9-8034-5f7a71116f16 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:05:15.861 8 INFO neutron_taas.services.taas.taas_plugin [None req-854a2840-7480-4153-bd9f-69977c2b0851 8468379134414b788879b44ddc5fe8b2 2a6c923ecac24b1aa79fa5d8ef1e49fc - - default default] TaaS: Handle Delete Port: 426831e1-f07e-41c6-8416-096f3a94275e 2026-06-10 11:05:15.869 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-854a2840-7480-4153-bd9f-69977c2b0851 8468379134414b788879b44ddc5fe8b2 2a6c923ecac24b1aa79fa5d8ef1e49fc - - default default] Tap Mirror: Handle Delete Port: 426831e1-f07e-41c6-8416-096f3a94275e [pid: 7|app: 0|req: 1022/2307] 10.0.0.195 () {34 vars in 695 bytes} [Wed Jun 10 11:05:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2308] 10.0.0.195 () {32 vars in 720 bytes} [Wed Jun 10 11:05:15 2026] DELETE /v2.0/ports/426831e1-f07e-41c6-8416-096f3a94275e => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2309] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:05:15 2026] DELETE /v2.0/networks/2c0b3451-0c9e-4af3-a190-c94d70206982 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2310] 10.0.0.172 () {34 vars in 1096 bytes} [Wed Jun 10 11:05:16 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1536976434&fields=id&tenant_id=d9f7f35242ad409f9b0eb10666ed4331 => generated 69 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2311] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:05:15 2026] GET /v2.0/security-groups?tenant_id=22f3ef96a7dd4a65975e362a405c96de&name=default => generated 2929 bytes in 431 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2312] 10.0.0.172 () {34 vars in 982 bytes} [Wed Jun 10 11:05:16 2026] GET /v2.0/networks?id=f7688acf-5ccf-4840-9a73-c84c8d5ae567 => generated 704 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:05:16.357 8 INFO neutron.services.segments.plugin [-] Segment 565ada8f-03c9-410f-a3f4-df24dfbec1bc resource provider aggregate not found 2026-06-10 11:05:16.361 8 INFO neutron.services.segments.plugin [-] Segment 565ada8f-03c9-410f-a3f4-df24dfbec1bc resource provider aggregate not found 2026-06-10 11:05:16.373 8 INFO neutron.services.segments.plugin [-] Segment 565ada8f-03c9-410f-a3f4-df24dfbec1bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 565ada8f-03c9-410f-a3f4-df24dfbec1bc found for delete ", "request_id": "req-e75a4d1c-e02e-4da2-9419-f11103a4ec85"}]} [pid: 8|app: 0|req: 1290/2313] 10.0.0.172 () {34 vars in 965 bytes} [Wed Jun 10 11:05:16 2026] GET /v2.0/quotas/d9f7f35242ad409f9b0eb10666ed4331 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:05:16.387 8 INFO neutron.services.segments.plugin [-] Segment de812f01-9fbd-4e02-ae69-8b23426306cd resource provider aggregate not found 2026-06-10 11:05:16.391 8 INFO neutron.services.segments.plugin [-] Segment 565ada8f-03c9-410f-a3f4-df24dfbec1bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 565ada8f-03c9-410f-a3f4-df24dfbec1bc found for delete ", "request_id": "req-46290708-f992-4dd7-8b41-d60ce7f0e9db"}]} 2026-06-10 11:05:16.407 8 INFO neutron.services.segments.plugin [-] Segment de812f01-9fbd-4e02-ae69-8b23426306cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de812f01-9fbd-4e02-ae69-8b23426306cd found for delete ", "request_id": "req-187e54d1-ebbf-4cb4-aa09-8c7ada8d7a34"}]} 2026-06-10 11:05:16.416 8 INFO neutron.services.segments.plugin [-] Segment de812f01-9fbd-4e02-ae69-8b23426306cd resource provider aggregate not found 2026-06-10 11:05:16.441 8 INFO neutron.services.segments.plugin [-] Segment de812f01-9fbd-4e02-ae69-8b23426306cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de812f01-9fbd-4e02-ae69-8b23426306cd found for delete ", "request_id": "req-b9390b70-7550-42d0-a5cb-acc4d3c4b017"}]} [pid: 7|app: 0|req: 1024/2314] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:16 2026] DELETE /v2.0/security-groups/6d8cc5bd-92c4-43fa-b21b-adaf02ddaa28 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2315] 10.0.0.172 () {34 vars in 1002 bytes} [Wed Jun 10 11:05:16 2026] GET /v2.0/ports?tenant_id=d9f7f35242ad409f9b0eb10666ed4331&fields=id => generated 287 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2316] 10.0.0.172 () {34 vars in 1008 bytes} [Wed Jun 10 11:05:16 2026] GET /v2.0/networks/f7688acf-5ccf-4840-9a73-c84c8d5ae567?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: 1293/2317] 10.0.0.172 () {34 vars in 1108 bytes} [Wed Jun 10 11:05:16 2026] GET /v2.0/networks/f7688acf-5ccf-4840-9a73-c84c8d5ae567?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: 1025/2318] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:05:16 2026] GET /v2.0/security-groups?tenant_id=a489acec7c6c4aa4800686c9eb4e0023&name=default => generated 2929 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2319] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:16 2026] DELETE /v2.0/security-groups/a2892aa5-8a01-498d-9346-1a7b304a50d4 => 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: 1294/2320] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:05:16 2026] GET /v2.0/security-groups?tenant_id=c5411bd3a9ff4fc08b59024caef5a6f1&name=default => generated 2929 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2321] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:05:17 2026] GET /v2.0/ports?device_id=0e5e59ce-328d-4905-9275-3a8adc2b2650 => 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: 1027/2322] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:05:16 2026] GET /v2.0/security-groups?tenant_id=8316496498ba43c6a2fbf37d52d521c3&name=default => generated 2929 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2323] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:17 2026] DELETE /v2.0/security-groups/cc697c61-35ea-4e1c-8c9a-278656a7c4f6 => 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: 1028/2324] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:17 2026] DELETE /v2.0/security-groups/8566d258-ecd1-4f65-a0f5-3f500a6dcf83 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2325] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:05:17 2026] GET /v2.0/security-groups?tenant_id=2a6c923ecac24b1aa79fa5d8ef1e49fc&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2326] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:17 2026] DELETE /v2.0/security-groups/f27766d6-0d4a-4956-996d-4e9642aaea41 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:05:19.492 8 INFO neutron.db.segments_db [None req-312cce3c-b144-4e1b-889e-491b4792e99f a31ac073671f43d4a7574e188fa88568 d128ca7cd6ea4c93bcb621eb00705a3d - - default default] Added segment 99041e6d-7dfb-4390-b03a-32076d5d1d7a of type vxlan for network b4a862b8-2941-438b-9e80-294fcaaf37d2 [pid: 8|app: 0|req: 1298/2327] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:05:19 2026] POST /v2.0/networks => generated 611 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2328] 10.0.0.195 () {34 vars in 669 bytes} [Wed Jun 10 11:05:19 2026] POST /v2.0/subnets => generated 626 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2329] 10.0.0.195 () {34 vars in 751 bytes} [Wed Jun 10 11:05:19 2026] PUT /v2.0/subnets/08715938-fbb6-453f-82c9-02a264032778/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2330] 10.0.0.195 () {32 vars in 731 bytes} [Wed Jun 10 11:05:19 2026] GET /v2.0/subnets/08715938-fbb6-453f-82c9-02a264032778/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2331] 10.0.0.195 () {34 vars in 762 bytes} [Wed Jun 10 11:05:19 2026] PUT /v2.0/subnets/08715938-fbb6-453f-82c9-02a264032778/tags/green => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2332] 10.0.0.195 () {32 vars in 731 bytes} [Wed Jun 10 11:05:20 2026] GET /v2.0/subnets/08715938-fbb6-453f-82c9-02a264032778/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2333] 10.0.0.195 () {34 vars in 758 bytes} [Wed Jun 10 11:05:20 2026] PUT /v2.0/subnets/08715938-fbb6-453f-82c9-02a264032778/tags/red => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2334] 10.0.0.195 () {32 vars in 731 bytes} [Wed Jun 10 11:05:20 2026] GET /v2.0/subnets/08715938-fbb6-453f-82c9-02a264032778/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: 1302/2335] 10.0.0.195 () {34 vars in 780 bytes} [Wed Jun 10 11:05:20 2026] PUT /v2.0/subnets/08715938-fbb6-453f-82c9-02a264032778/tags/black.or.white => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2336] 10.0.0.195 () {32 vars in 731 bytes} [Wed Jun 10 11:05:20 2026] GET /v2.0/subnets/08715938-fbb6-453f-82c9-02a264032778/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2337] 10.0.0.195 () {34 vars in 751 bytes} [Wed Jun 10 11:05:20 2026] PUT /v2.0/subnets/08715938-fbb6-453f-82c9-02a264032778/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: 1035/2338] 10.0.0.195 () {32 vars in 731 bytes} [Wed Jun 10 11:05:20 2026] GET /v2.0/subnets/08715938-fbb6-453f-82c9-02a264032778/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2339] 10.0.0.195 () {32 vars in 739 bytes} [Wed Jun 10 11:05:20 2026] GET /v2.0/subnets/08715938-fbb6-453f-82c9-02a264032778/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:05:20.451 7 INFO neutron.api.v2.resource [None req-7a666d14-3326-4cf3-85d9-b3750035fc71 a31ac073671f43d4a7574e188fa88568 d128ca7cd6ea4c93bcb621eb00705a3d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1036/2340] 10.0.0.195 () {32 vars in 743 bytes} [Wed Jun 10 11:05:20 2026] GET /v2.0/subnets/08715938-fbb6-453f-82c9-02a264032778/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2341] 10.0.0.195 () {32 vars in 742 bytes} [Wed Jun 10 11:05:20 2026] DELETE /v2.0/subnets/08715938-fbb6-453f-82c9-02a264032778/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2342] 10.0.0.195 () {32 vars in 731 bytes} [Wed Jun 10 11:05:20 2026] GET /v2.0/subnets/08715938-fbb6-453f-82c9-02a264032778/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:05:20.587 8 INFO neutron.api.v2.resource [None req-1716f347-99a3-42c4-9604-fb4e879c5e52 a31ac073671f43d4a7574e188fa88568 d128ca7cd6ea4c93bcb621eb00705a3d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1306/2343] 10.0.0.195 () {32 vars in 746 bytes} [Wed Jun 10 11:05:20 2026] DELETE /v2.0/subnets/08715938-fbb6-453f-82c9-02a264032778/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: 1038/2344] 10.0.0.195 () {32 vars in 734 bytes} [Wed Jun 10 11:05:20 2026] DELETE /v2.0/subnets/08715938-fbb6-453f-82c9-02a264032778/tags => 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: 1307/2345] 10.0.0.195 () {32 vars in 731 bytes} [Wed Jun 10 11:05:20 2026] GET /v2.0/subnets/08715938-fbb6-453f-82c9-02a264032778/tags => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2346] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:05:20 2026] DELETE /v2.0/subnets/08715938-fbb6-453f-82c9-02a264032778 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:05:20.951 7 INFO neutron.services.segments.plugin [-] Segment 99041e6d-7dfb-4390-b03a-32076d5d1d7a resource provider aggregate not found 2026-06-10 11:05:20.957 7 INFO neutron.services.segments.plugin [-] Segment 99041e6d-7dfb-4390-b03a-32076d5d1d7a resource provider aggregate not found 2026-06-10 11:05:20.969 7 INFO neutron.services.segments.plugin [-] Segment 99041e6d-7dfb-4390-b03a-32076d5d1d7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99041e6d-7dfb-4390-b03a-32076d5d1d7a found for delete ", "request_id": "req-a10dfcad-0894-4d93-a6ca-bea45af22c06"}]} 2026-06-10 11:05:20.971 7 INFO neutron.services.segments.plugin [-] Segment 99041e6d-7dfb-4390-b03a-32076d5d1d7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99041e6d-7dfb-4390-b03a-32076d5d1d7a found for delete ", "request_id": "req-02e6510c-3ecc-4ec0-959a-7b418f38e248"}]} [pid: 7|app: 0|req: 1040/2347] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:05:20 2026] DELETE /v2.0/networks/b4a862b8-2941-438b-9e80-294fcaaf37d2 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:05:20.991 8 INFO neutron.db.segments_db [None req-7a175d24-16ce-4d6b-94eb-d090105c4e96 76a5d757f87849c98dc8b88c81264b27 262d006a22764004ae16b9bb2257806a - - default default] Added segment b8b40505-c6a2-436e-be24-5845a6f652d4 of type vxlan for network 04df94d6-51dc-4e79-9938-f0b1fd9aa3ab [pid: 8|app: 0|req: 1308/2348] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:05:20 2026] POST /v2.0/networks => generated 612 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:05:21.155 7 INFO neutron.db.segments_db [None req-08e3b86f-36b2-4c8b-875c-1f3f698be1ab 76a5d757f87849c98dc8b88c81264b27 262d006a22764004ae16b9bb2257806a - - default default] Added segment e745402c-828a-419e-8523-1c21a6bff16d of type vxlan for network ee52c350-d11a-4c4f-9977-8209cff82b71 [pid: 8|app: 0|req: 1309/2349] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:05:21 2026] GET /v2.0/networks?id=f7688acf-5ccf-4840-9a73-c84c8d5ae567 => generated 704 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2350] 199.204.45.132 () {34 vars in 1050 bytes} [Wed Jun 10 11:05:21 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d9f7f35242ad409f9b0eb10666ed4331 => generated 179 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2351] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:05:21 2026] POST /v2.0/networks => generated 613 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2352] 10.0.0.195 () {34 vars in 753 bytes} [Wed Jun 10 11:05:21 2026] PUT /v2.0/networks/04df94d6-51dc-4e79-9938-f0b1fd9aa3ab/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2353] 10.0.0.195 () {32 vars in 733 bytes} [Wed Jun 10 11:05:21 2026] GET /v2.0/networks/04df94d6-51dc-4e79-9938-f0b1fd9aa3ab/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2354] 10.0.0.195 () {34 vars in 753 bytes} [Wed Jun 10 11:05:21 2026] PUT /v2.0/networks/ee52c350-d11a-4c4f-9977-8209cff82b71/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2355] 199.204.45.132 () {38 vars in 955 bytes} [Wed Jun 10 11:05:21 2026] POST /v2.0/ports => generated 1171 bytes in 416 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: 1312/2356] 10.0.0.195 () {32 vars in 733 bytes} [Wed Jun 10 11:05:21 2026] GET /v2.0/networks/ee52c350-d11a-4c4f-9977-8209cff82b71/tags => generated 17 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2357] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:05:21 2026] GET /v2.0/security-groups?tenant_id=d128ca7cd6ea4c93bcb621eb00705a3d&name=default => generated 2929 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:05:21.740 8 WARNING keystonemiddleware.audit [None req-8b7e6f2d-3340-4b06-ad77-360d9c1822e9 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 1045/2358] 10.0.0.195 () {34 vars in 684 bytes} [Wed Jun 10 11:05:21 2026] POST /v2.0/security-groups => generated 1603 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2359] 10.0.0.195 () {34 vars in 753 bytes} [Wed Jun 10 11:05:21 2026] PUT /v2.0/networks/ee52c350-d11a-4c4f-9977-8209cff82b71/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2360] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:21 2026] DELETE /v2.0/security-groups/53ea2d00-9fda-4209-b9c4-1e87fa824081 => 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: 1048/2361] 10.0.0.195 () {34 vars in 684 bytes} [Wed Jun 10 11:05:21 2026] POST /v2.0/security-groups => generated 1603 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2362] 10.0.0.195 () {32 vars in 733 bytes} [Wed Jun 10 11:05:22 2026] GET /v2.0/networks/ee52c350-d11a-4c4f-9977-8209cff82b71/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2365] 199.204.45.132 () {38 vars in 1028 bytes} [Wed Jun 10 11:05:21 2026] PUT /v2.0/ports/30887f1b-4382-42d7-9e95-9b4c01c7677d => generated 1452 bytes in 432 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-06-10 11:05:22.207 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2eeab4c8-cd3d-4f93-9405-67cb8e05b850'] response: {'name': 'network-changed', 'server_uuid': '0e5e59ce-328d-4905-9275-3a8adc2b2650', 'tag': '30887f1b-4382-42d7-9e95-9b4c01c7677d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1052/2366] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:05:22 2026] GET /v2.0/security-groups?tenant_id=37e6fcbd198d4cee9bf602d13379b775&name=default => generated 2929 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2367] 10.0.0.195 () {32 vars in 733 bytes} [Wed Jun 10 11:05:22 2026] GET /v2.0/networks/04df94d6-51dc-4e79-9938-f0b1fd9aa3ab/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2368] 10.0.0.195 () {34 vars in 684 bytes} [Wed Jun 10 11:05:22 2026] POST /v2.0/security-groups => generated 1603 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2369] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:05:22 2026] GET /v2.0/ports?device_id=0e5e59ce-328d-4905-9275-3a8adc2b2650 => generated 1186 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2370] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:22 2026] DELETE /v2.0/security-groups/c7e8708a-0715-4110-880f-065f59733ec3 => 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: 1055/2371] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:05:22 2026] DELETE /v2.0/networks/04df94d6-51dc-4e79-9938-f0b1fd9aa3ab => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2372] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:05:22 2026] GET /v2.0/security-groups?id=8c4241e0-da26-4e96-ba4a-a0f63b040357&fields=id&fields=name => generated 112 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2373] 10.0.0.195 () {34 vars in 684 bytes} [Wed Jun 10 11:05:22 2026] POST /v2.0/security-groups => generated 1603 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2374] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:05:22 2026] DELETE /v2.0/networks/ee52c350-d11a-4c4f-9977-8209cff82b71 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2375] 10.0.0.195 () {34 vars in 684 bytes} [Wed Jun 10 11:05:22 2026] POST /v2.0/security-groups => generated 1603 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2376] 10.0.0.195 () {34 vars in 767 bytes} [Wed Jun 10 11:05:22 2026] PUT /v2.0/security-groups/6172d281-458a-4a45-a48f-959a83bd5b6b/tags => generated 17 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:05:22.722 7 WARNING keystonemiddleware.audit [None req-57afc7c9-3da5-4a73-959a-ec979593b676 72bdc1b9228c40b8807d24ac58119773 78e1444553ae41dfb4d305555254ac05 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 1059/2377] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:05:22 2026] GET /v2.0/ports?tenant_id=d9f7f35242ad409f9b0eb10666ed4331&device_id=0e5e59ce-328d-4905-9275-3a8adc2b2650 => generated 1455 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2378] 10.0.0.195 () {34 vars in 767 bytes} [Wed Jun 10 11:05:22 2026] PUT /v2.0/security-groups/4b488f68-280c-47c4-b900-e6aff64b3a1e/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:05:22.763 7 WARNING keystonemiddleware.audit [req-9247ca6b-5534-46d1-823c-7bfc166797bd req-ba28150d-cb74-4fb1-aedf-7c8b377adcd8 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 1320/2379] 10.0.0.195 () {34 vars in 767 bytes} [Wed Jun 10 11:05:22 2026] PUT /v2.0/security-groups/442bf78d-e645-4bbd-a476-d6c42bfb9a3b/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2380] 199.204.45.132 () {34 vars in 1018 bytes} [Wed Jun 10 11:05:22 2026] GET /v2.0/networks?tenant_id=d9f7f35242ad409f9b0eb10666ed4331&shared=False => generated 2373 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:05:22.839 7 WARNING keystonemiddleware.audit [req-9247ca6b-5534-46d1-823c-7bfc166797bd req-e2e58d7f-7081-47e4-8d62-ac832cc80942 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 1321/2381] 10.0.0.195 () {34 vars in 767 bytes} [Wed Jun 10 11:05:22 2026] PUT /v2.0/security-groups/528226e7-1aa7-4e28-94de-98777303a35c/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2382] 199.204.45.132 () {34 vars in 930 bytes} [Wed Jun 10 11:05:22 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2383] 10.0.0.195 () {32 vars in 680 bytes} [Wed Jun 10 11:05:22 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2384] 10.0.0.195 () {32 vars in 694 bytes} [Wed Jun 10 11:05:22 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:05:22.997 7 INFO neutron.services.segments.plugin [-] Segment b8b40505-c6a2-436e-be24-5845a6f652d4 resource provider aggregate not found [pid: 8|app: 0|req: 1323/2385] 10.0.0.195 () {32 vars in 690 bytes} [Wed Jun 10 11:05:22 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:05:23.002 7 INFO neutron.services.segments.plugin [-] Segment b8b40505-c6a2-436e-be24-5845a6f652d4 resource provider aggregate not found 2026-06-10 11:05:23.016 7 INFO neutron.services.segments.plugin [-] Segment b8b40505-c6a2-436e-be24-5845a6f652d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8b40505-c6a2-436e-be24-5845a6f652d4 found for delete ", "request_id": "req-f4bc1b1e-dac6-4979-905d-2463d1035f6b"}]} 2026-06-10 11:05:23.026 7 INFO neutron.services.segments.plugin [-] Segment b8b40505-c6a2-436e-be24-5845a6f652d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8b40505-c6a2-436e-be24-5845a6f652d4 found for delete ", "request_id": "req-5a03f643-8842-4f16-9d8a-c869270f1415"}]} 2026-06-10 11:05:23.047 7 INFO neutron.services.segments.plugin [-] Segment e745402c-828a-419e-8523-1c21a6bff16d resource provider aggregate not found 2026-06-10 11:05:23.061 7 INFO neutron.services.segments.plugin [-] Segment e745402c-828a-419e-8523-1c21a6bff16d resource provider aggregate not found 2026-06-10 11:05:23.081 7 INFO neutron.services.segments.plugin [-] Segment e745402c-828a-419e-8523-1c21a6bff16d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e745402c-828a-419e-8523-1c21a6bff16d found for delete ", "request_id": "req-35006ae9-3f53-494e-bc4d-aaae781279fd"}]} [pid: 7|app: 0|req: 1063/2386] 10.0.0.195 () {32 vars in 702 bytes} [Wed Jun 10 11:05:23 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:05:23.100 7 INFO neutron.services.segments.plugin [-] Segment e745402c-828a-419e-8523-1c21a6bff16d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e745402c-828a-419e-8523-1c21a6bff16d found for delete ", "request_id": "req-28ad07cc-7673-48dc-bb52-50078d22c93e"}]} [pid: 8|app: 0|req: 1324/2387] 10.0.0.195 () {32 vars in 688 bytes} [Wed Jun 10 11:05:23 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2388] 10.0.0.195 () {32 vars in 702 bytes} [Wed Jun 10 11:05:23 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2389] 10.0.0.195 () {32 vars in 698 bytes} [Wed Jun 10 11:05:23 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2390] 10.0.0.195 () {32 vars in 710 bytes} [Wed Jun 10 11:05:23 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2391] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:23 2026] DELETE /v2.0/security-groups/6172d281-458a-4a45-a48f-959a83bd5b6b => 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: 1326/2392] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:05:23 2026] GET /v2.0/security-groups?tenant_id=262d006a22764004ae16b9bb2257806a&name=default => generated 2929 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2393] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:23 2026] DELETE /v2.0/security-groups/4b488f68-280c-47c4-b900-e6aff64b3a1e => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2394] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:23 2026] DELETE /v2.0/security-groups/442bf78d-e645-4bbd-a476-d6c42bfb9a3b => 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: 1327/2395] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:23 2026] DELETE /v2.0/security-groups/a862a09f-eec9-4380-ba11-8cc18c4fefb8 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2396] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:23 2026] DELETE /v2.0/security-groups/528226e7-1aa7-4e28-94de-98777303a35c => 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: 1070/2397] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:23 2026] DELETE /v2.0/security-groups/a7182c7d-8412-417b-acc9-4acdadd45c95 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2398] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:05:23 2026] GET /v2.0/security-groups?tenant_id=b2a8cafde3664ad0844e16d49669478a&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:05:23.905 8 WARNING keystonemiddleware.audit [None req-7791ecf2-3823-49c5-9ada-c4008c986f64 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 1071/2399] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:23 2026] DELETE /v2.0/security-groups/c251a2dd-d9c3-4ec8-aadd-9f62d6f2e4ee => 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: 1329/2400] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:05:23 2026] GET /v2.0/ports?tenant_id=d9f7f35242ad409f9b0eb10666ed4331&device_id=0e5e59ce-328d-4905-9275-3a8adc2b2650 => generated 1455 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:05:23.952 7 WARNING keystonemiddleware.audit [None req-9687457b-6f9a-4af0-9795-b906c0f88b6a fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 1072/2401] 199.204.45.132 () {34 vars in 1056 bytes} [Wed Jun 10 11:05:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.81&port_id=30887f1b-4382-42d7-9e95-9b4c01c7677d => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:05:23.991 8 WARNING keystonemiddleware.audit [req-725579e6-fba9-4f0b-9c92-b94a62793157 req-c2206a72-d8b0-4897-a1be-4b8cff752c7d 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 1330/2402] 199.204.45.132 () {34 vars in 1100 bytes} [Wed Jun 10 11:05:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A6&port_id=30887f1b-4382-42d7-9e95-9b4c01c7677d => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:05:24.022 7 WARNING keystonemiddleware.audit [req-725579e6-fba9-4f0b-9c92-b94a62793157 req-bbde5ae4-db98-49e4-8636-61eb8dff8a49 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 1073/2403] 199.204.45.132 () {34 vars in 1064 bytes} [Wed Jun 10 11:05:24 2026] GET /v2.0/subnets?id=0a23cea1-a121-4c48-9441-d7a08dd8f492&id=fd17f50a-3fa8-444f-bd4c-573edbaa5135 => generated 1410 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:05:24.066 8 WARNING keystonemiddleware.audit [req-725579e6-fba9-4f0b-9c92-b94a62793157 req-ded65102-97ea-4572-8913-6c166b757db8 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 1331/2404] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:05:24 2026] GET /v2.0/ports?network_id=f7688acf-5ccf-4840-9a73-c84c8d5ae567&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:05:24.118 7 WARNING keystonemiddleware.audit [req-725579e6-fba9-4f0b-9c92-b94a62793157 req-28c79974-73e5-4a0e-8f46-1d68e452691c 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 1074/2405] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:05:24 2026] GET /v2.0/ports?network_id=f7688acf-5ccf-4840-9a73-c84c8d5ae567&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:05:24.165 8 WARNING keystonemiddleware.audit [req-725579e6-fba9-4f0b-9c92-b94a62793157 req-229062a4-c23a-4fea-a91a-bb798d1bf68b 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 1332/2406] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:05:24 2026] GET /v2.0/networks/f7688acf-5ccf-4840-9a73-c84c8d5ae567?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:05:24.219 7 WARNING keystonemiddleware.audit [req-725579e6-fba9-4f0b-9c92-b94a62793157 req-7e6dda1d-3e2d-4370-bad0-5b6d5e401a42 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 1075/2407] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:05:24 2026] GET /v2.0/networks/f7688acf-5ccf-4840-9a73-c84c8d5ae567?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: 1333/2408] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:05:24 2026] GET /v2.0/security-groups?tenant_id=27563700c6044b1dba8d0f5edd336a1f&name=default => generated 2929 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2409] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:24 2026] DELETE /v2.0/security-groups/7d550ec6-8e84-4667-aa84-815d580eeb7a => 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: 1334/2410] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:05:25 2026] GET /v2.0/security-groups?tenant_id=78e1444553ae41dfb4d305555254ac05&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2411] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:25 2026] DELETE /v2.0/security-groups/108037ff-b951-45d0-a92b-842751b4ae2e => 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: 1335/2412] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:05:25 2026] GET /v2.0/security-groups?tenant_id=857fd81cb817437a971e3c493570df58&name=default => generated 2929 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2413] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:25 2026] DELETE /v2.0/security-groups/1f5a2dd9-5f0f-4e37-992f-bd981b75bd2c => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2414] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:05:27 2026] GET /v2.0/ports?device_id=0e5e59ce-328d-4905-9275-3a8adc2b2650 => generated 1188 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2415] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:05:27 2026] GET /v2.0/security-groups?id=8c4241e0-da26-4e96-ba4a-a0f63b040357&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: 1337/2416] 10.0.0.195 () {34 vars in 676 bytes} [Wed Jun 10 11:05:29 2026] POST /v2.0/subnetpools => generated 516 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2417] 10.0.0.195 () {34 vars in 676 bytes} [Wed Jun 10 11:05:29 2026] POST /v2.0/subnetpools => generated 516 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2418] 10.0.0.195 () {34 vars in 676 bytes} [Wed Jun 10 11:05:29 2026] POST /v2.0/subnetpools => generated 516 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2419] 10.0.0.195 () {34 vars in 676 bytes} [Wed Jun 10 11:05:29 2026] POST /v2.0/subnetpools => generated 516 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2420] 10.0.0.195 () {34 vars in 676 bytes} [Wed Jun 10 11:05:30 2026] POST /v2.0/subnetpools => generated 516 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2421] 10.0.0.195 () {34 vars in 759 bytes} [Wed Jun 10 11:05:30 2026] PUT /v2.0/subnetpools/e6aa9810-cec3-4f9e-ac7b-1619e5450549/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2422] 10.0.0.195 () {34 vars in 759 bytes} [Wed Jun 10 11:05:30 2026] PUT /v2.0/subnetpools/7b3cc93d-5397-458b-a705-788e08e67820/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: 1083/2423] 10.0.0.195 () {34 vars in 759 bytes} [Wed Jun 10 11:05:30 2026] PUT /v2.0/subnetpools/053624f0-53b0-40d1-9fd6-bf4069552550/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2424] 10.0.0.195 () {34 vars in 759 bytes} [Wed Jun 10 11:05:30 2026] PUT /v2.0/subnetpools/e1a50cdb-1da4-484c-ba81-38024d882cc9/tags => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2425] 10.0.0.195 () {32 vars in 672 bytes} [Wed Jun 10 11:05:30 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2426] 10.0.0.195 () {32 vars in 686 bytes} [Wed Jun 10 11:05:30 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2427] 10.0.0.195 () {32 vars in 682 bytes} [Wed Jun 10 11:05:30 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2428] 10.0.0.195 () {32 vars in 694 bytes} [Wed Jun 10 11:05:30 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2429] 10.0.0.195 () {32 vars in 680 bytes} [Wed Jun 10 11:05:30 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2430] 10.0.0.195 () {32 vars in 694 bytes} [Wed Jun 10 11:05:30 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2431] 10.0.0.195 () {32 vars in 690 bytes} [Wed Jun 10 11:05:30 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2432] 10.0.0.195 () {32 vars in 702 bytes} [Wed Jun 10 11:05:30 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2433] 10.0.0.195 () {32 vars in 732 bytes} [Wed Jun 10 11:05:30 2026] DELETE /v2.0/subnetpools/e6aa9810-cec3-4f9e-ac7b-1619e5450549 => 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: 1346/2434] 10.0.0.195 () {32 vars in 732 bytes} [Wed Jun 10 11:05:30 2026] DELETE /v2.0/subnetpools/7b3cc93d-5397-458b-a705-788e08e67820 => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2435] 10.0.0.195 () {32 vars in 732 bytes} [Wed Jun 10 11:05:30 2026] DELETE /v2.0/subnetpools/053624f0-53b0-40d1-9fd6-bf4069552550 => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2436] 10.0.0.195 () {32 vars in 732 bytes} [Wed Jun 10 11:05:30 2026] DELETE /v2.0/subnetpools/e1a50cdb-1da4-484c-ba81-38024d882cc9 => 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: 1090/2437] 10.0.0.195 () {32 vars in 732 bytes} [Wed Jun 10 11:05:30 2026] DELETE /v2.0/subnetpools/d31a9383-b667-41d9-98a3-f1a9f4855da8 => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2438] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:05:31 2026] GET /v2.0/security-groups?tenant_id=f33586f9311541f6a9c407ecfe12b923&name=default => generated 2929 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2439] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:31 2026] DELETE /v2.0/security-groups/63aff930-5ddc-43c4-bf8e-e66743fb21a5 => 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: 1349/2440] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:05:32 2026] GET /v2.0/security-groups?tenant_id=c602cc62e5ad4fcbb7b2fd70c7921902&name=default => generated 2929 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2441] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:32 2026] DELETE /v2.0/security-groups/34f3e74d-c33a-4176-afcb-3d7cf6de99ef => 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: 1350/2442] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:05:32 2026] GET /v2.0/security-groups?tenant_id=98bcb9ec770e4b25b9ddbe63e3dc6d2d&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2443] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:32 2026] DELETE /v2.0/security-groups/816d4162-d687-48b0-a96c-332877072e8c => 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: 1351/2444] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:05:32 2026] GET /v2.0/ports?device_id=0e5e59ce-328d-4905-9275-3a8adc2b2650 => generated 1188 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2445] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:05:32 2026] GET /v2.0/security-groups?id=8c4241e0-da26-4e96-ba4a-a0f63b040357&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2446] 10.0.0.195 () {32 vars in 818 bytes} [Wed Jun 10 11:05:32 2026] GET /v2.0/ports?network_id=f7688acf-5ccf-4840-9a73-c84c8d5ae567&mac_address=fa%3A16%3A3e%3A22%3A51%3A9e => generated 1188 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:05:33.613 7 INFO neutron.db.l3_db [None req-ab021c30-7584-44df-86e0-ca183f8a0424 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] Floating IP 18d7a800-c66b-45db-b4eb-3d302796ed38 associated. External IP: 10.96.250.220, port: 30887f1b-4382-42d7-9e95-9b4c01c7677d. [pid: 7|app: 0|req: 1095/2447] 10.0.0.195 () {34 vars in 677 bytes} [Wed Jun 10 11:05:32 2026] POST /v2.0/floatingips => generated 854 bytes in 1018 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:05:33.983 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d6b8f0b2-1108-425e-a0f4-128e8d2cdc82'] response: {'name': 'network-changed', 'server_uuid': '0e5e59ce-328d-4905-9275-3a8adc2b2650', 'tag': '30887f1b-4382-42d7-9e95-9b4c01c7677d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1353/2448] 10.0.0.172 () {34 vars in 1096 bytes} [Wed Jun 10 11:05:34 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1536976434&fields=id&tenant_id=d9f7f35242ad409f9b0eb10666ed4331 => generated 69 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2449] 10.0.0.172 () {34 vars in 982 bytes} [Wed Jun 10 11:05:34 2026] GET /v2.0/networks?id=60b03bae-4ade-4882-81da-7ad73c2d4d9f => generated 703 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2450] 10.0.0.172 () {34 vars in 965 bytes} [Wed Jun 10 11:05:34 2026] GET /v2.0/quotas/d9f7f35242ad409f9b0eb10666ed4331 => 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: 1097/2451] 10.0.0.172 () {34 vars in 1002 bytes} [Wed Jun 10 11:05:34 2026] GET /v2.0/ports?tenant_id=d9f7f35242ad409f9b0eb10666ed4331&fields=id => generated 333 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2452] 10.0.0.172 () {34 vars in 1008 bytes} [Wed Jun 10 11:05:34 2026] GET /v2.0/networks/60b03bae-4ade-4882-81da-7ad73c2d4d9f?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:05:34.499 8 WARNING keystonemiddleware.audit [req-63cdd61d-8b99-4d2e-a29f-2b7bec61b20f req-2b6da922-34a2-4127-a6be-a22ff524d6ee 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 1098/2453] 10.0.0.172 () {34 vars in 1108 bytes} [Wed Jun 10 11:05:34 2026] GET /v2.0/networks/60b03bae-4ade-4882-81da-7ad73c2d4d9f?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: 1356/2454] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:05:34 2026] GET /v2.0/ports?tenant_id=d9f7f35242ad409f9b0eb10666ed4331&device_id=0e5e59ce-328d-4905-9275-3a8adc2b2650 => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:05:34.540 7 WARNING keystonemiddleware.audit [req-63cdd61d-8b99-4d2e-a29f-2b7bec61b20f req-b15e30c9-d387-4439-a6db-4cb5f9ce3866 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 1099/2455] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:05:34 2026] GET /v2.0/networks?id=f7688acf-5ccf-4840-9a73-c84c8d5ae567 => generated 800 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:05:34.585 8 WARNING keystonemiddleware.audit [req-78e785d3-c105-4b87-98aa-c1b2d92e9ae5 req-e3767d51-32c8-444f-ab23-8ee24966eecb 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 1100/2456] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:05:34 2026] GET /v2.0/ports?device_id=a00ff756-25ef-40dd-b830-8d5f3b3321e8 => 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: 1357/2457] 199.204.45.132 () {34 vars in 1056 bytes} [Wed Jun 10 11:05:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.81&port_id=30887f1b-4382-42d7-9e95-9b4c01c7677d => generated 857 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:05:34.626 7 WARNING keystonemiddleware.audit [req-6c385f30-9b86-4713-b403-b02256f8d34d req-0df73ce9-216d-486c-b9eb-73a1d4d9214e 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 1101/2458] 199.204.45.132 () {34 vars in 1100 bytes} [Wed Jun 10 11:05:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A6&port_id=30887f1b-4382-42d7-9e95-9b4c01c7677d => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:05:34.652 8 WARNING keystonemiddleware.audit [req-78e785d3-c105-4b87-98aa-c1b2d92e9ae5 req-444bf445-0ab8-452e-8fcf-ea1ef24e0728 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 1358/2459] 199.204.45.132 () {34 vars in 1064 bytes} [Wed Jun 10 11:05:34 2026] GET /v2.0/subnets?id=0a23cea1-a121-4c48-9441-d7a08dd8f492&id=fd17f50a-3fa8-444f-bd4c-573edbaa5135 => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:05:34.690 7 WARNING keystonemiddleware.audit [req-78e785d3-c105-4b87-98aa-c1b2d92e9ae5 req-0b4fb51b-e485-4246-bdcc-d73176b5acd7 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 1102/2460] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:05:34 2026] GET /v2.0/ports?network_id=f7688acf-5ccf-4840-9a73-c84c8d5ae567&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:05:34.746 8 WARNING keystonemiddleware.audit [req-78e785d3-c105-4b87-98aa-c1b2d92e9ae5 req-4d3aa5ec-55d0-4ffc-8190-e55abcf9daee 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 1359/2461] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:05:34 2026] GET /v2.0/ports?network_id=f7688acf-5ccf-4840-9a73-c84c8d5ae567&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:05:34.785 7 WARNING keystonemiddleware.audit [req-78e785d3-c105-4b87-98aa-c1b2d92e9ae5 req-d13c1000-eadd-492f-831d-f6e3dfca5ab7 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 1103/2462] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:05:34 2026] GET /v2.0/networks/f7688acf-5ccf-4840-9a73-c84c8d5ae567?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:05:34.833 8 WARNING keystonemiddleware.audit [req-78e785d3-c105-4b87-98aa-c1b2d92e9ae5 req-e9c3d7da-4a60-452e-905a-61e8a1e8f8e7 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 1360/2463] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:05:34 2026] GET /v2.0/networks/f7688acf-5ccf-4840-9a73-c84c8d5ae567?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) 2026-06-10 11:05:36.009 7 INFO neutron.db.segments_db [None req-5c02eba0-c900-4969-bd18-d6c94f605c0a f3f5461e797d4b44b6127c84c78a703c 510ac835665d42d2a708a4ffba4c469e - - default default] Added segment 30ebabe5-52bd-40df-b598-66d8aa911d9e of type vxlan for network 44aab461-ead8-495d-84e9-3e4bb6d366bb 2026-06-10 11:05:36.274 7 INFO neutron.db.l3_hamode_db [None req-5c02eba0-c900-4969-bd18-d6c94f605c0a f3f5461e797d4b44b6127c84c78a703c 510ac835665d42d2a708a4ffba4c469e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 11:05:36.383 7 INFO neutron.db.l3_hamode_db [None req-5c02eba0-c900-4969-bd18-d6c94f605c0a f3f5461e797d4b44b6127c84c78a703c 510ac835665d42d2a708a4ffba4c469e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1104/2466] 10.0.0.195 () {34 vars in 668 bytes} [Wed Jun 10 11:05:35 2026] POST /v2.0/routers => generated 474 bytes in 1176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2467] 10.0.0.195 () {34 vars in 751 bytes} [Wed Jun 10 11:05:37 2026] PUT /v2.0/routers/f5524271-47f7-46be-8fa8-8c08b2b36c9b/tags => generated 25 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2468] 10.0.0.195 () {32 vars in 731 bytes} [Wed Jun 10 11:05:37 2026] GET /v2.0/routers/f5524271-47f7-46be-8fa8-8c08b2b36c9b/tags => generated 25 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2469] 10.0.0.195 () {34 vars in 762 bytes} [Wed Jun 10 11:05:37 2026] PUT /v2.0/routers/f5524271-47f7-46be-8fa8-8c08b2b36c9b/tags/green => generated 4 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2470] 10.0.0.195 () {32 vars in 731 bytes} [Wed Jun 10 11:05:37 2026] GET /v2.0/routers/f5524271-47f7-46be-8fa8-8c08b2b36c9b/tags => generated 34 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2471] 10.0.0.195 () {34 vars in 758 bytes} [Wed Jun 10 11:05:37 2026] PUT /v2.0/routers/f5524271-47f7-46be-8fa8-8c08b2b36c9b/tags/red => generated 4 bytes in 588 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2472] 10.0.0.142 () {34 vars in 990 bytes} [Wed Jun 10 11:05:38 2026] GET /v2.0/ports?device_id=0e5e59ce-328d-4905-9275-3a8adc2b2650 => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2473] 10.0.0.142 () {34 vars in 1040 bytes} [Wed Jun 10 11:05:38 2026] GET /v2.0/security-groups?id=8c4241e0-da26-4e96-ba4a-a0f63b040357&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: 1366/2474] 10.0.0.195 () {32 vars in 731 bytes} [Wed Jun 10 11:05:38 2026] GET /v2.0/routers/f5524271-47f7-46be-8fa8-8c08b2b36c9b/tags => generated 34 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2475] 10.0.0.195 () {34 vars in 780 bytes} [Wed Jun 10 11:05:38 2026] PUT /v2.0/routers/f5524271-47f7-46be-8fa8-8c08b2b36c9b/tags/black.or.white => generated 4 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2476] 10.0.0.195 () {32 vars in 731 bytes} [Wed Jun 10 11:05:38 2026] GET /v2.0/routers/f5524271-47f7-46be-8fa8-8c08b2b36c9b/tags => generated 52 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2477] 10.0.0.195 () {34 vars in 751 bytes} [Wed Jun 10 11:05:38 2026] PUT /v2.0/routers/f5524271-47f7-46be-8fa8-8c08b2b36c9b/tags => generated 37 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2478] 10.0.0.195 () {32 vars in 731 bytes} [Wed Jun 10 11:05:38 2026] GET /v2.0/routers/f5524271-47f7-46be-8fa8-8c08b2b36c9b/tags => generated 37 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2479] 10.0.0.195 () {32 vars in 739 bytes} [Wed Jun 10 11:05:38 2026] GET /v2.0/routers/f5524271-47f7-46be-8fa8-8c08b2b36c9b/tags/red => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:05:38.766 8 INFO neutron.api.v2.resource [None req-6f94f612-b2e1-4827-95ae-eb4fdfd0f75f f3f5461e797d4b44b6127c84c78a703c 510ac835665d42d2a708a4ffba4c469e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1369/2480] 10.0.0.195 () {32 vars in 743 bytes} [Wed Jun 10 11:05:38 2026] GET /v2.0/routers/f5524271-47f7-46be-8fa8-8c08b2b36c9b/tags/green => generated 99 bytes in 97 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2481] 10.0.0.195 () {32 vars in 742 bytes} [Wed Jun 10 11:05:38 2026] DELETE /v2.0/routers/f5524271-47f7-46be-8fa8-8c08b2b36c9b/tags/red => 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: 1370/2482] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:05:38 2026] GET /v2.0/networks?id=60b03bae-4ade-4882-81da-7ad73c2d4d9f => generated 703 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2483] 199.204.45.132 () {34 vars in 1050 bytes} [Wed Jun 10 11:05:38 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d9f7f35242ad409f9b0eb10666ed4331 => generated 179 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2484] 10.0.0.195 () {32 vars in 731 bytes} [Wed Jun 10 11:05:38 2026] GET /v2.0/routers/f5524271-47f7-46be-8fa8-8c08b2b36c9b/tags => generated 30 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:05:39.041 7 INFO neutron.api.v2.resource [None req-b4127890-a474-4172-bbff-04e47c0e7d00 f3f5461e797d4b44b6127c84c78a703c 510ac835665d42d2a708a4ffba4c469e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1114/2485] 10.0.0.195 () {32 vars in 746 bytes} [Wed Jun 10 11:05:38 2026] DELETE /v2.0/routers/f5524271-47f7-46be-8fa8-8c08b2b36c9b/tags/green => generated 99 bytes in 89 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2486] 10.0.0.195 () {32 vars in 734 bytes} [Wed Jun 10 11:05:39 2026] DELETE /v2.0/routers/f5524271-47f7-46be-8fa8-8c08b2b36c9b/tags => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2487] 10.0.0.195 () {32 vars in 731 bytes} [Wed Jun 10 11:05:39 2026] GET /v2.0/routers/f5524271-47f7-46be-8fa8-8c08b2b36c9b/tags => generated 12 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2488] 10.0.0.195 () {32 vars in 721 bytes} [Wed Jun 10 11:05:39 2026] GET /v2.0/routers/f5524271-47f7-46be-8fa8-8c08b2b36c9b => generated 480 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2489] 199.204.45.132 () {38 vars in 955 bytes} [Wed Jun 10 11:05:38 2026] POST /v2.0/ports => generated 1187 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 11:05:39.392 8 WARNING keystonemiddleware.audit [req-63cdd61d-8b99-4d2e-a29f-2b7bec61b20f req-f295d1eb-e398-47a0-a511-3a9ad4506de1 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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/2490] 10.0.0.195 () {34 vars in 742 bytes} [Wed Jun 10 11:05:39 2026] PUT /v2.0/routers/f5524271-47f7-46be-8fa8-8c08b2b36c9b => generated 480 bytes in 441 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2491] 199.204.45.132 () {38 vars in 1028 bytes} [Wed Jun 10 11:05:39 2026] PUT /v2.0/ports/4e4fd1c5-2f36-4f36-8092-ffe5fc9867e7 => generated 1468 bytes in 401 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: 1374/2492] 10.0.0.195 () {32 vars in 736 bytes} [Wed Jun 10 11:05:39 2026] GET /v2.0/ports?device_id=f5524271-47f7-46be-8fa8-8c08b2b36c9b => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2493] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:05:39 2026] GET /v2.0/ports?device_id=a00ff756-25ef-40dd-b830-8d5f3b3321e8 => generated 1202 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:05:39.829 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-80ca1b73-6533-48e5-b877-ded1696344ed'] response: {'name': 'network-changed', 'server_uuid': 'a00ff756-25ef-40dd-b830-8d5f3b3321e8', 'tag': '4e4fd1c5-2f36-4f36-8092-ffe5fc9867e7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1120/2494] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:05:39 2026] GET /v2.0/security-groups?id=8c4241e0-da26-4e96-ba4a-a0f63b040357&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:05:39.982 8 INFO neutron_taas.services.taas.taas_plugin [None req-3070278f-af4e-489a-993f-c596be495496 f3f5461e797d4b44b6127c84c78a703c 510ac835665d42d2a708a4ffba4c469e - - default default] TaaS: Handle Delete Port: 75bc9e60-5025-4151-bc15-68c849372636 2026-06-10 11:05:39.985 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3070278f-af4e-489a-993f-c596be495496 f3f5461e797d4b44b6127c84c78a703c 510ac835665d42d2a708a4ffba4c469e - - default default] Tap Mirror: Handle Delete Port: 75bc9e60-5025-4151-bc15-68c849372636 2026-06-10 11:05:40.335 8 INFO neutron.services.segments.plugin [-] Segment 30ebabe5-52bd-40df-b598-66d8aa911d9e resource provider aggregate not found 2026-06-10 11:05:40.336 7 WARNING keystonemiddleware.audit [req-7669fc43-3f96-46a7-b5e2-8ee5864bd8a8 req-ee46c4f9-d31b-45c4-8b09-b692d5007c2f 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. 2026-06-10 11:05:40.341 8 INFO neutron.services.segments.plugin [-] Segment 30ebabe5-52bd-40df-b598-66d8aa911d9e resource provider aggregate not found 2026-06-10 11:05:40.355 8 INFO neutron.services.segments.plugin [-] Segment 30ebabe5-52bd-40df-b598-66d8aa911d9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30ebabe5-52bd-40df-b598-66d8aa911d9e found for delete ", "request_id": "req-39c182d4-c8de-486d-860e-8c9b0e939f70"}]} 2026-06-10 11:05:40.356 8 INFO neutron.services.segments.plugin [-] Segment 30ebabe5-52bd-40df-b598-66d8aa911d9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30ebabe5-52bd-40df-b598-66d8aa911d9e found for delete ", "request_id": "req-6cd39242-9a1b-409d-a497-44f955bb5fb6"}]} [pid: 7|app: 0|req: 1121/2495] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:05:40 2026] GET /v2.0/ports?tenant_id=d9f7f35242ad409f9b0eb10666ed4331&device_id=a00ff756-25ef-40dd-b830-8d5f3b3321e8 => generated 1471 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:05:40.366 8 INFO neutron.db.l3_hamode_db [None req-3070278f-af4e-489a-993f-c596be495496 f3f5461e797d4b44b6127c84c78a703c 510ac835665d42d2a708a4ffba4c469e - - default default] HA network 44aab461-ead8-495d-84e9-3e4bb6d366bb was deleted as no HA routers are present in tenant 510ac835665d42d2a708a4ffba4c469e. 2026-06-10 11:05:40.370 7 WARNING keystonemiddleware.audit [req-3b179c96-e6a9-4a9c-8262-fd8ada5734ab req-5006c61e-0a0f-4d22-a231-fa798132a3f5 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 1375/2496] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:05:39 2026] DELETE /v2.0/routers/f5524271-47f7-46be-8fa8-8c08b2b36c9b => generated 0 bytes in 545 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2497] 199.204.45.132 () {34 vars in 1018 bytes} [Wed Jun 10 11:05:40 2026] GET /v2.0/networks?tenant_id=d9f7f35242ad409f9b0eb10666ed4331&shared=False => generated 2373 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:05:40.428 8 WARNING keystonemiddleware.audit [None req-3070278f-af4e-489a-993f-c596be495496 f3f5461e797d4b44b6127c84c78a703c 510ac835665d42d2a708a4ffba4c469e - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 1376/2498] 199.204.45.132 () {34 vars in 930 bytes} [Wed Jun 10 11:05:40 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2499] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:05:40 2026] GET /v2.0/security-groups?tenant_id=510ac835665d42d2a708a4ffba4c469e&name=default => generated 2929 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2500] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:41 2026] DELETE /v2.0/security-groups/58fb78d2-5135-4564-9d19-8adfae16fb60 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2501] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:05:41 2026] GET /v2.0/security-groups?tenant_id=d3180583b5cb44908fa994fadc9de13d&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:05:41.489 8 WARNING keystonemiddleware.audit [None req-a892e129-5884-48ce-ba3b-2e739cfa987e fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 1378/2502] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:05:41 2026] GET /v2.0/ports?tenant_id=d9f7f35242ad409f9b0eb10666ed4331&device_id=a00ff756-25ef-40dd-b830-8d5f3b3321e8 => generated 1471 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:05:41.543 8 WARNING keystonemiddleware.audit [req-63cdd61d-8b99-4d2e-a29f-2b7bec61b20f req-982b7f62-b666-41cd-822c-3eb1f989fca2 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 1379/2503] 199.204.45.132 () {34 vars in 1058 bytes} [Wed Jun 10 11:05:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.140&port_id=4e4fd1c5-2f36-4f36-8092-ffe5fc9867e7 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:05:41.568 8 WARNING keystonemiddleware.audit [req-63cdd61d-8b99-4d2e-a29f-2b7bec61b20f req-cb8dcd17-29e4-4276-b6a9-a66dec97f43b 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 1125/2504] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:41 2026] DELETE /v2.0/security-groups/cf9a5b39-012b-46d4-824c-aaa2c9f24678 => 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: 1380/2505] 199.204.45.132 () {34 vars in 1106 bytes} [Wed Jun 10 11:05:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A24e&port_id=4e4fd1c5-2f36-4f36-8092-ffe5fc9867e7 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:05:41.595 7 WARNING keystonemiddleware.audit [None req-f4356008-cef2-44f5-84da-324a5548b3c8 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 1126/2506] 199.204.45.132 () {34 vars in 1064 bytes} [Wed Jun 10 11:05:41 2026] GET /v2.0/subnets?id=39f2d4a8-c4fc-422d-a4e2-a8e174e7960e&id=4686f8f8-46d5-41a1-9ceb-c68029b1e686 => generated 1413 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:05:41.634 8 WARNING keystonemiddleware.audit [req-63cdd61d-8b99-4d2e-a29f-2b7bec61b20f req-f9f10e48-cdb6-42c1-813f-d390cc715d63 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 1381/2507] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:05:41 2026] GET /v2.0/ports?network_id=60b03bae-4ade-4882-81da-7ad73c2d4d9f&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:05:41.679 7 WARNING keystonemiddleware.audit [req-63cdd61d-8b99-4d2e-a29f-2b7bec61b20f req-98588e43-7536-4435-a208-cb2284f9a530 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 1127/2508] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:05:41 2026] GET /v2.0/ports?network_id=60b03bae-4ade-4882-81da-7ad73c2d4d9f&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:05:41.727 8 WARNING keystonemiddleware.audit [req-63cdd61d-8b99-4d2e-a29f-2b7bec61b20f req-9da3a140-36ca-4dea-825e-18217c8320a7 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 1382/2509] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:05:41 2026] GET /v2.0/networks/60b03bae-4ade-4882-81da-7ad73c2d4d9f?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:05:41.781 7 WARNING keystonemiddleware.audit [req-63cdd61d-8b99-4d2e-a29f-2b7bec61b20f req-344c367b-6f47-45d2-92ac-eff82289b2bf 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 1128/2510] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:05:41 2026] GET /v2.0/networks/60b03bae-4ade-4882-81da-7ad73c2d4d9f?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: 1129/2511] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:05:44 2026] GET /v2.0/ports?device_id=a00ff756-25ef-40dd-b830-8d5f3b3321e8 => generated 1204 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2512] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:05:45 2026] GET /v2.0/security-groups?id=8c4241e0-da26-4e96-ba4a-a0f63b040357&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: 8|app: 0|req: 1383/2513] 10.0.0.195 () {34 vars in 684 bytes} [Wed Jun 10 11:05:44 2026] POST /v2.0/security-groups => generated 1603 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2514] 10.0.0.195 () {34 vars in 767 bytes} [Wed Jun 10 11:05:45 2026] PUT /v2.0/security-groups/3708401d-d775-4d3c-8d42-9b6b43dea1f2/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2515] 10.0.0.195 () {32 vars in 747 bytes} [Wed Jun 10 11:05:45 2026] GET /v2.0/security-groups/3708401d-d775-4d3c-8d42-9b6b43dea1f2/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: 1132/2516] 10.0.0.195 () {34 vars in 778 bytes} [Wed Jun 10 11:05:45 2026] PUT /v2.0/security-groups/3708401d-d775-4d3c-8d42-9b6b43dea1f2/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: 1385/2517] 10.0.0.195 () {32 vars in 747 bytes} [Wed Jun 10 11:05:45 2026] GET /v2.0/security-groups/3708401d-d775-4d3c-8d42-9b6b43dea1f2/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: 1133/2518] 10.0.0.195 () {34 vars in 774 bytes} [Wed Jun 10 11:05:45 2026] PUT /v2.0/security-groups/3708401d-d775-4d3c-8d42-9b6b43dea1f2/tags/red => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2519] 10.0.0.195 () {32 vars in 747 bytes} [Wed Jun 10 11:05:45 2026] GET /v2.0/security-groups/3708401d-d775-4d3c-8d42-9b6b43dea1f2/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2520] 10.0.0.195 () {34 vars in 796 bytes} [Wed Jun 10 11:05:45 2026] PUT /v2.0/security-groups/3708401d-d775-4d3c-8d42-9b6b43dea1f2/tags/black.or.white => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2521] 10.0.0.195 () {32 vars in 747 bytes} [Wed Jun 10 11:05:45 2026] GET /v2.0/security-groups/3708401d-d775-4d3c-8d42-9b6b43dea1f2/tags => generated 52 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2522] 10.0.0.195 () {34 vars in 767 bytes} [Wed Jun 10 11:05:45 2026] PUT /v2.0/security-groups/3708401d-d775-4d3c-8d42-9b6b43dea1f2/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: 1388/2523] 10.0.0.195 () {32 vars in 747 bytes} [Wed Jun 10 11:05:45 2026] GET /v2.0/security-groups/3708401d-d775-4d3c-8d42-9b6b43dea1f2/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2524] 10.0.0.195 () {32 vars in 755 bytes} [Wed Jun 10 11:05:45 2026] GET /v2.0/security-groups/3708401d-d775-4d3c-8d42-9b6b43dea1f2/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:05:45.610 8 INFO neutron.api.v2.resource [None req-3050f667-3bbc-470f-b820-f53caa2eef08 f5e041e665bc4499ad84503fad14a119 2e6c884cfc1949de86a40cd4cbe8bc73 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1389/2525] 10.0.0.195 () {32 vars in 759 bytes} [Wed Jun 10 11:05:45 2026] GET /v2.0/security-groups/3708401d-d775-4d3c-8d42-9b6b43dea1f2/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2526] 10.0.0.195 () {32 vars in 758 bytes} [Wed Jun 10 11:05:45 2026] DELETE /v2.0/security-groups/3708401d-d775-4d3c-8d42-9b6b43dea1f2/tags/red => 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: 1390/2527] 10.0.0.195 () {32 vars in 747 bytes} [Wed Jun 10 11:05:45 2026] GET /v2.0/security-groups/3708401d-d775-4d3c-8d42-9b6b43dea1f2/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:05:45.763 7 INFO neutron.api.v2.resource [None req-dfcc8502-4b1c-4a73-9855-00075ac87442 f5e041e665bc4499ad84503fad14a119 2e6c884cfc1949de86a40cd4cbe8bc73 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1138/2528] 10.0.0.195 () {32 vars in 762 bytes} [Wed Jun 10 11:05:45 2026] DELETE /v2.0/security-groups/3708401d-d775-4d3c-8d42-9b6b43dea1f2/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2529] 10.0.0.195 () {32 vars in 750 bytes} [Wed Jun 10 11:05:45 2026] DELETE /v2.0/security-groups/3708401d-d775-4d3c-8d42-9b6b43dea1f2/tags => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2530] 10.0.0.195 () {32 vars in 747 bytes} [Wed Jun 10 11:05:45 2026] GET /v2.0/security-groups/3708401d-d775-4d3c-8d42-9b6b43dea1f2/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2531] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:45 2026] DELETE /v2.0/security-groups/3708401d-d775-4d3c-8d42-9b6b43dea1f2 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2532] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:05:46 2026] GET /v2.0/security-groups?tenant_id=1190d8f0e4a24e08b08a0a909511cdfc&name=default => generated 2929 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2533] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:46 2026] DELETE /v2.0/security-groups/f648a910-dada-4128-80e4-0a790cb8f22e => 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: 1141/2534] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:05:46 2026] GET /v2.0/security-groups?tenant_id=2e6c884cfc1949de86a40cd4cbe8bc73&name=default => generated 2929 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2535] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:47 2026] DELETE /v2.0/security-groups/871323c0-9b92-4006-8d11-274c2d22aaea => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2536] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:05:50 2026] GET /v2.0/ports?device_id=a00ff756-25ef-40dd-b830-8d5f3b3321e8 => generated 1204 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2537] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:05:50 2026] GET /v2.0/security-groups?id=8c4241e0-da26-4e96-ba4a-a0f63b040357&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: 1144/2538] 10.0.0.195 () {32 vars in 818 bytes} [Wed Jun 10 11:05:50 2026] GET /v2.0/ports?network_id=60b03bae-4ade-4882-81da-7ad73c2d4d9f&mac_address=fa%3A16%3A3e%3A41%3A8e%3A11 => generated 1204 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2539] 10.0.0.195 () {34 vars in 676 bytes} [Wed Jun 10 11:05:50 2026] POST /v2.0/subnetpools => generated 516 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2540] 10.0.0.195 () {34 vars in 759 bytes} [Wed Jun 10 11:05:50 2026] PUT /v2.0/subnetpools/d19174fb-d61d-44eb-828b-000aec98286f/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2541] 10.0.0.195 () {32 vars in 739 bytes} [Wed Jun 10 11:05:50 2026] GET /v2.0/subnetpools/d19174fb-d61d-44eb-828b-000aec98286f/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: 1398/2542] 10.0.0.195 () {34 vars in 770 bytes} [Wed Jun 10 11:05:50 2026] PUT /v2.0/subnetpools/d19174fb-d61d-44eb-828b-000aec98286f/tags/green => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2543] 10.0.0.195 () {32 vars in 739 bytes} [Wed Jun 10 11:05:50 2026] GET /v2.0/subnetpools/d19174fb-d61d-44eb-828b-000aec98286f/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2544] 10.0.0.195 () {34 vars in 766 bytes} [Wed Jun 10 11:05:50 2026] PUT /v2.0/subnetpools/d19174fb-d61d-44eb-828b-000aec98286f/tags/red => generated 4 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2545] 10.0.0.195 () {32 vars in 739 bytes} [Wed Jun 10 11:05:50 2026] GET /v2.0/subnetpools/d19174fb-d61d-44eb-828b-000aec98286f/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2546] 10.0.0.195 () {34 vars in 788 bytes} [Wed Jun 10 11:05:50 2026] PUT /v2.0/subnetpools/d19174fb-d61d-44eb-828b-000aec98286f/tags/black.or.white => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2547] 10.0.0.195 () {32 vars in 739 bytes} [Wed Jun 10 11:05:50 2026] GET /v2.0/subnetpools/d19174fb-d61d-44eb-828b-000aec98286f/tags => generated 52 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2548] 10.0.0.195 () {34 vars in 759 bytes} [Wed Jun 10 11:05:50 2026] PUT /v2.0/subnetpools/d19174fb-d61d-44eb-828b-000aec98286f/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2549] 10.0.0.195 () {32 vars in 739 bytes} [Wed Jun 10 11:05:50 2026] GET /v2.0/subnetpools/d19174fb-d61d-44eb-828b-000aec98286f/tags => generated 37 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2550] 10.0.0.195 () {32 vars in 747 bytes} [Wed Jun 10 11:05:50 2026] GET /v2.0/subnetpools/d19174fb-d61d-44eb-828b-000aec98286f/tags/red => generated 0 bytes in 21 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:05:50.787 8 INFO neutron.api.v2.resource [None req-7fe4230f-ff25-4a55-a6e1-b469d87308ca a0e5392c48804d7eb93e7fb27e9cb275 67cfbc60e2eb4f49ae749205acf0d804 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1407/2551] 10.0.0.195 () {32 vars in 751 bytes} [Wed Jun 10 11:05:50 2026] GET /v2.0/subnetpools/d19174fb-d61d-44eb-828b-000aec98286f/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2552] 10.0.0.195 () {32 vars in 750 bytes} [Wed Jun 10 11:05:50 2026] DELETE /v2.0/subnetpools/d19174fb-d61d-44eb-828b-000aec98286f/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2553] 10.0.0.195 () {32 vars in 739 bytes} [Wed Jun 10 11:05:50 2026] GET /v2.0/subnetpools/d19174fb-d61d-44eb-828b-000aec98286f/tags => generated 30 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:05:50.895 8 INFO neutron.api.v2.resource [None req-c9c4f398-27d9-483d-8b67-b73081ffa9bb a0e5392c48804d7eb93e7fb27e9cb275 67cfbc60e2eb4f49ae749205acf0d804 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1410/2554] 10.0.0.195 () {32 vars in 754 bytes} [Wed Jun 10 11:05:50 2026] DELETE /v2.0/subnetpools/d19174fb-d61d-44eb-828b-000aec98286f/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2555] 10.0.0.195 () {32 vars in 742 bytes} [Wed Jun 10 11:05:50 2026] DELETE /v2.0/subnetpools/d19174fb-d61d-44eb-828b-000aec98286f/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2556] 10.0.0.195 () {32 vars in 739 bytes} [Wed Jun 10 11:05:50 2026] GET /v2.0/subnetpools/d19174fb-d61d-44eb-828b-000aec98286f/tags => 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: 1413/2557] 10.0.0.195 () {32 vars in 732 bytes} [Wed Jun 10 11:05:50 2026] DELETE /v2.0/subnetpools/d19174fb-d61d-44eb-828b-000aec98286f => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:05:51.505 7 INFO neutron.db.l3_db [None req-31e36158-fbc8-4f95-9bb7-6fbd3bd0729a 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] Floating IP 4b88f9fc-7c1b-4333-92ef-7bace8df3f90 associated. External IP: 10.96.250.202, port: 4e4fd1c5-2f36-4f36-8092-ffe5fc9867e7. [pid: 7|app: 0|req: 1145/2558] 10.0.0.195 () {34 vars in 677 bytes} [Wed Jun 10 11:05:50 2026] POST /v2.0/floatingips => generated 855 bytes in 1431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:05:51.780 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6e2e2e51-526e-4f30-a9cc-c543b3b4a763'] response: {'name': 'network-changed', 'server_uuid': 'a00ff756-25ef-40dd-b830-8d5f3b3321e8', 'tag': '4e4fd1c5-2f36-4f36-8092-ffe5fc9867e7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1414/2559] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:05:51 2026] GET /v2.0/security-groups?tenant_id=fbc2e50f7c544315bd18c181de549c54&name=default => generated 2929 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2562] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:51 2026] DELETE /v2.0/security-groups/41e3796f-0998-4997-821d-61430e34f60f => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2563] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:05:52 2026] GET /v2.0/security-groups?tenant_id=67cfbc60e2eb4f49ae749205acf0d804&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2564] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:52 2026] DELETE /v2.0/security-groups/e54b2c68-7d5d-4a2a-adf5-5a31b8ffdb7a => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:05:52.300 8 WARNING keystonemiddleware.audit [None req-a8e95ca8-c14e-4d8c-bb55-980281ab8c41 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 1418/2565] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:05:52 2026] GET /v2.0/ports?tenant_id=d9f7f35242ad409f9b0eb10666ed4331&device_id=a00ff756-25ef-40dd-b830-8d5f3b3321e8 => generated 1473 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:05:52.342 7 WARNING keystonemiddleware.audit [None req-58addfc1-e019-4627-8753-78659477d0d2 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 1148/2566] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:05:52 2026] GET /v2.0/networks?id=60b03bae-4ade-4882-81da-7ad73c2d4d9f => generated 799 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:05:52.399 8 WARNING keystonemiddleware.audit [req-083d16e2-4800-4246-9d2b-9375596ad755 req-20afd243-d668-42e5-ad40-b019bb4b3e76 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 1419/2567] 199.204.45.132 () {34 vars in 1058 bytes} [Wed Jun 10 11:05:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.140&port_id=4e4fd1c5-2f36-4f36-8092-ffe5fc9867e7 => generated 858 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:05:52.455 7 WARNING keystonemiddleware.audit [req-083d16e2-4800-4246-9d2b-9375596ad755 req-905892e6-20b4-45ad-a3d8-ab7f07b310b4 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 1149/2568] 199.204.45.132 () {34 vars in 1106 bytes} [Wed Jun 10 11:05:52 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A24e&port_id=4e4fd1c5-2f36-4f36-8092-ffe5fc9867e7 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:05:52.487 8 WARNING keystonemiddleware.audit [req-083d16e2-4800-4246-9d2b-9375596ad755 req-4c08b78b-893c-438f-9b70-9b2e4e8356e7 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 1420/2569] 199.204.45.132 () {34 vars in 1064 bytes} [Wed Jun 10 11:05:52 2026] GET /v2.0/subnets?id=39f2d4a8-c4fc-422d-a4e2-a8e174e7960e&id=4686f8f8-46d5-41a1-9ceb-c68029b1e686 => generated 1413 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:05:52.534 7 WARNING keystonemiddleware.audit [req-083d16e2-4800-4246-9d2b-9375596ad755 req-e0e56418-9b69-4f70-8976-221184837132 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 1150/2570] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:05:52 2026] GET /v2.0/ports?network_id=60b03bae-4ade-4882-81da-7ad73c2d4d9f&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:05:52.581 8 WARNING keystonemiddleware.audit [req-083d16e2-4800-4246-9d2b-9375596ad755 req-39b6899e-7ab8-4444-a9e6-c8e22c0e22e3 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 1421/2571] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:05:52 2026] GET /v2.0/ports?network_id=60b03bae-4ade-4882-81da-7ad73c2d4d9f&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:05:52.631 7 WARNING keystonemiddleware.audit [req-083d16e2-4800-4246-9d2b-9375596ad755 req-6a149598-c039-4937-a19a-7e7826fa9a2f 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 1151/2572] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:05:52 2026] GET /v2.0/networks/60b03bae-4ade-4882-81da-7ad73c2d4d9f?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:05:52.675 8 WARNING keystonemiddleware.audit [req-083d16e2-4800-4246-9d2b-9375596ad755 req-48b81cd0-70f2-405a-8944-ee6d7c3313f2 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 1422/2573] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:05:52 2026] GET /v2.0/networks/60b03bae-4ade-4882-81da-7ad73c2d4d9f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2574] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:05:55 2026] GET /v2.0/security-groups?tenant_id=e119c329c83644f6addf0c7acd5e144e&name=default => generated 2929 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2575] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:55 2026] DELETE /v2.0/security-groups/24507e70-1520-4967-877e-bf848f233e2c => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2576] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:05:56 2026] GET /v2.0/security-groups?tenant_id=a2706f4d15d74f38bc2cc0666f294a62&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: 1424/2577] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:05:56 2026] DELETE /v2.0/security-groups/986563a5-742d-4f2d-9ca5-5d8c7b73aa2e => 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: 1154/2578] 10.0.0.142 () {34 vars in 990 bytes} [Wed Jun 10 11:05:57 2026] GET /v2.0/ports?device_id=a00ff756-25ef-40dd-b830-8d5f3b3321e8 => generated 1473 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2579] 10.0.0.142 () {34 vars in 1040 bytes} [Wed Jun 10 11:05:57 2026] GET /v2.0/security-groups?id=8c4241e0-da26-4e96-ba4a-a0f63b040357&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2582] 10.0.0.195 () {32 vars in 721 bytes} [Wed Jun 10 11:06:13 2026] GET /v2.0/subnets/9bde6b6b-e65f-4089-895a-132bca36290a => 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: 1156/2583] 10.0.0.104 () {30 vars in 690 bytes} [Wed Jun 10 11:06:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2584] 10.0.0.104 () {30 vars in 692 bytes} [Wed Jun 10 11:06:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2585] 10.0.0.104 () {30 vars in 668 bytes} [Wed Jun 10 11:06:14 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: 1429/2586] 10.0.0.104 () {30 vars in 704 bytes} [Wed Jun 10 11:06:14 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: 1158/2587] 10.0.0.104 () {28 vars in 439 bytes} [Wed Jun 10 11:06:15 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2588] 10.0.0.104 () {30 vars in 728 bytes} [Wed Jun 10 11:06:15 2026] GET /v2.0/subnets/9bde6b6b-e65f-4089-895a-132bca36290a => generated 658 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2589] 10.0.0.104 () {30 vars in 690 bytes} [Wed Jun 10 11:06:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2590] 10.0.0.104 () {30 vars in 692 bytes} [Wed Jun 10 11:06:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2591] 10.0.0.104 () {30 vars in 668 bytes} [Wed Jun 10 11:06:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2592] 10.0.0.104 () {30 vars in 704 bytes} [Wed Jun 10 11:06:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2593] 10.0.0.104 () {30 vars in 728 bytes} [Wed Jun 10 11:06:15 2026] GET /v2.0/subnets/9bde6b6b-e65f-4089-895a-132bca36290a => generated 676 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2594] 10.0.0.104 () {30 vars in 690 bytes} [Wed Jun 10 11:06: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: 7|app: 0|req: 1162/2595] 10.0.0.104 () {30 vars in 692 bytes} [Wed Jun 10 11:06:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2596] 10.0.0.104 () {30 vars in 668 bytes} [Wed Jun 10 11:06: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: 7|app: 0|req: 1163/2597] 10.0.0.104 () {30 vars in 704 bytes} [Wed Jun 10 11:06:15 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: 1435/2598] 10.0.0.104 () {30 vars in 730 bytes} [Wed Jun 10 11:06:15 2026] GET /v2.0/networks/e0a5be42-9c69-4108-8da0-f77ecfb8a44d => generated 799 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2599] 10.0.0.104 () {30 vars in 682 bytes} [Wed Jun 10 11:06:15 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2600] 10.0.0.104 () {34 vars in 704 bytes} [Wed Jun 10 11:06:15 2026] POST /v2.0/ports => generated 1124 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2601] 199.204.45.132 () {30 vars in 703 bytes} [Wed Jun 10 11:06:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1437/2602] 199.204.45.132 () {30 vars in 705 bytes} [Wed Jun 10 11:06:20 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: 1166/2603] 199.204.45.132 () {30 vars in 681 bytes} [Wed Jun 10 11:06:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2604] 199.204.45.132 () {30 vars in 717 bytes} [Wed Jun 10 11:06:20 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: 1167/2605] 199.204.45.132 () {30 vars in 737 bytes} [Wed Jun 10 11:06:20 2026] GET /v2.0/ports/a66a10e9-bff1-487b-8f67-3a92de95ed7c => generated 1124 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2606] 199.204.45.132 () {30 vars in 703 bytes} [Wed Jun 10 11:06:20 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: 1168/2607] 199.204.45.132 () {30 vars in 705 bytes} [Wed Jun 10 11:06:20 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: 1440/2608] 199.204.45.132 () {30 vars in 681 bytes} [Wed Jun 10 11:06:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2609] 199.204.45.132 () {30 vars in 717 bytes} [Wed Jun 10 11:06:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:06:20.804 8 INFO neutron.api.v2.resource [None req-80819373-bc63-4fea-973c-d5012bb3be43 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1441/2610] 199.204.45.132 () {30 vars in 763 bytes} [Wed Jun 10 11:06:20 2026] GET /v2.0/security-groups/lb-3c75f492-fbf0-4f57-a136-af23727547ac => 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: 1170/2611] 199.204.45.132 () {30 vars in 785 bytes} [Wed Jun 10 11:06:20 2026] GET /v2.0/security-groups?name=lb-3c75f492-fbf0-4f57-a136-af23727547ac => generated 23 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2612] 199.204.45.132 () {34 vars in 736 bytes} [Wed Jun 10 11:06:20 2026] POST /v2.0/security-groups => generated 1638 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2613] 199.204.45.132 () {30 vars in 815 bytes} [Wed Jun 10 11:06:20 2026] GET /v2.0/security-group-rules?security_group_id=56a2251c-ca1f-4061-afea-f6bbfba339ea => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2614] 199.204.45.132 () {34 vars in 789 bytes} [Wed Jun 10 11:06:21 2026] PUT /v2.0/ports/a66a10e9-bff1-487b-8f67-3a92de95ed7c => generated 1124 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2615] 199.204.45.132 () {30 vars in 703 bytes} [Wed Jun 10 11:06:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1444/2616] 199.204.45.132 () {30 vars in 705 bytes} [Wed Jun 10 11:06: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: 7|app: 0|req: 1173/2617] 199.204.45.132 () {30 vars in 681 bytes} [Wed Jun 10 11:06:21 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: 1445/2618] 199.204.45.132 () {30 vars in 717 bytes} [Wed Jun 10 11:06:21 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: 1174/2619] 199.204.45.132 () {30 vars in 741 bytes} [Wed Jun 10 11:06:21 2026] GET /v2.0/subnets/9bde6b6b-e65f-4089-895a-132bca36290a => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2622] 10.0.0.172 () {34 vars in 1016 bytes} [Wed Jun 10 11:06:28 2026] GET /v2.0/security-groups?id=2ac2cf06-3737-4029-b0f4-2093baab4dbe&fields=id => 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: 1447/2623] 10.0.0.172 () {34 vars in 982 bytes} [Wed Jun 10 11:06:28 2026] GET /v2.0/networks?id=258c8386-c682-4ad9-97ba-578ca71b30e8 => generated 735 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2624] 10.0.0.172 () {34 vars in 965 bytes} [Wed Jun 10 11:06:28 2026] GET /v2.0/quotas/8c1b8dcd962549a5819f2ff2f84c2074 => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2625] 10.0.0.172 () {34 vars in 1002 bytes} [Wed Jun 10 11:06:28 2026] GET /v2.0/ports?tenant_id=8c1b8dcd962549a5819f2ff2f84c2074&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: 1178/2626] 10.0.0.172 () {34 vars in 1008 bytes} [Wed Jun 10 11:06:28 2026] GET /v2.0/networks/258c8386-c682-4ad9-97ba-578ca71b30e8?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: 1449/2627] 10.0.0.172 () {34 vars in 1108 bytes} [Wed Jun 10 11:06:28 2026] GET /v2.0/networks/258c8386-c682-4ad9-97ba-578ca71b30e8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2628] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:06:29 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => 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: 1450/2629] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:06:29 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => 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: 1180/2630] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:06:32 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => 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: 1451/2631] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:06:32 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => 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: 1181/2632] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:06:33 2026] GET /v2.0/networks?id=258c8386-c682-4ad9-97ba-578ca71b30e8 => generated 735 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2633] 199.204.45.132 () {34 vars in 1050 bytes} [Wed Jun 10 11:06:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8c1b8dcd962549a5819f2ff2f84c2074 => generated 343 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2634] 199.204.45.132 () {38 vars in 955 bytes} [Wed Jun 10 11:06:33 2026] POST /v2.0/ports => generated 1078 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 11:06:33.668 8 WARNING keystonemiddleware.audit [req-4f62cd77-f2b3-43fe-aa3d-a53548d5b4cb req-8cdb4c21-a9e3-4dbb-a7bb-2b0af14d8b18 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 1453/2635] 199.204.45.132 () {38 vars in 1028 bytes} [Wed Jun 10 11:06:33 2026] PUT /v2.0/ports/60b79a67-fd85-43fe-bd4c-9d3d65906c05 => generated 1239 bytes in 415 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:06:34.120 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aca8c69b-f9e2-45fa-9f99-88d1caf564c3'] response: {'name': 'network-changed', 'server_uuid': '06bf276f-e2f7-4a6b-8eda-17b245a459bd', 'tag': '60b79a67-fd85-43fe-bd4c-9d3d65906c05', 'status': 'completed', 'code': 200} 2026-06-10 11:06:34.631 7 WARNING keystonemiddleware.audit [req-4f62cd77-f2b3-43fe-aa3d-a53548d5b4cb req-dfedfb85-9231-4063-bf7e-048f5cfd0799 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1183/2636] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:06:34 2026] GET /v2.0/ports?tenant_id=8c1b8dcd962549a5819f2ff2f84c2074&device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 1242 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:06:34.667 8 WARNING keystonemiddleware.audit [req-4f62cd77-f2b3-43fe-aa3d-a53548d5b4cb req-a83991e6-ea28-4a9f-9ac0-ca9fcc76dfdb 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1454/2637] 199.204.45.132 () {34 vars in 1018 bytes} [Wed Jun 10 11:06:34 2026] GET /v2.0/networks?tenant_id=8c1b8dcd962549a5819f2ff2f84c2074&shared=False => generated 735 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:06:34.748 7 WARNING keystonemiddleware.audit [req-25d239e5-29f2-44ba-95ce-f59b7d2795af req-5cf884da-b8c2-4417-8879-df60708fd6a1 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 1184/2638] 199.204.45.132 () {34 vars in 930 bytes} [Wed Jun 10 11:06:34 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: 1455/2639] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:06:34 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 1242 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2640] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:06:35 2026] GET /v2.0/security-groups?id=2ac2cf06-3737-4029-b0f4-2093baab4dbe&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2641] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:06:35 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 1242 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:06:35.803 7 WARNING keystonemiddleware.audit [req-5c0684ce-6e33-4f19-b90a-666cce94ce7f req-88faaefd-b923-4798-bfe9-318c47d6cefc fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 1186/2642] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:06:35 2026] GET /v2.0/ports?tenant_id=8c1b8dcd962549a5819f2ff2f84c2074&device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:06:35.845 8 WARNING keystonemiddleware.audit [req-a1c09c2b-7610-4c77-90cb-a6b8e3e3b614 req-8dda053c-61ae-4a9b-9548-07d3aeb3da21 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 1457/2643] 199.204.45.132 () {34 vars in 1060 bytes} [Wed Jun 10 11:06:35 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.28&port_id=60b79a67-fd85-43fe-bd4c-9d3d65906c05 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:06:35.870 7 WARNING keystonemiddleware.audit [req-4f62cd77-f2b3-43fe-aa3d-a53548d5b4cb req-0c67652a-514b-4b53-aa05-b5dfdd41b984 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 1187/2644] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:06:35 2026] GET /v2.0/subnets?id=1edd01bf-fad7-46fe-9767-9dc488f2190b => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:06:35.901 8 WARNING keystonemiddleware.audit [req-4f62cd77-f2b3-43fe-aa3d-a53548d5b4cb req-89e4e3e3-2a6d-49f0-b5d1-a681ba5aae51 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 1458/2645] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:06:35 2026] GET /v2.0/ports?network_id=258c8386-c682-4ad9-97ba-578ca71b30e8&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:06:35.945 7 WARNING keystonemiddleware.audit [req-4f62cd77-f2b3-43fe-aa3d-a53548d5b4cb req-e91c1c2e-e5e9-4105-acdc-e6b3221fac32 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 1188/2646] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:06:35 2026] GET /v2.0/networks/258c8386-c682-4ad9-97ba-578ca71b30e8?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:06:35.997 8 WARNING keystonemiddleware.audit [req-4f62cd77-f2b3-43fe-aa3d-a53548d5b4cb req-2d652bc3-5d5e-435b-9061-4e8cb64d7e80 1a4389a0e1804589858f5ea56bec799a f7bfe3bacdc24095900a6238b4b2ed14 - - dec469518e5d42b6bf88ec3aabdbcdf4 dec469518e5d42b6bf88ec3aabdbcdf4] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 1459/2647] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:06:35 2026] GET /v2.0/networks/258c8386-c682-4ad9-97ba-578ca71b30e8?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: 1190/2650] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:06:37 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2651] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:06:37 2026] GET /v2.0/security-groups?id=2ac2cf06-3737-4029-b0f4-2093baab4dbe&fields=id&fields=name => generated 96 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2652] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:06:37 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 1242 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:06:39.659 8 WARNING keystonemiddleware.audit [req-1af226d5-4a4e-4b07-a7cd-ce55807a3ddb req-da291473-67b7-4775-bfbc-ad60c07ab4e6 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 8|app: 0|req: 1462/2653] 199.204.45.132 () {34 vars in 994 bytes} [Wed Jun 10 11:06:39 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:06:39.708 7 WARNING keystonemiddleware.audit [req-1a293602-4cd9-47ff-9a47-3533c6e07744 req-adffee3c-c33f-46df-a868-a3a4c744c375 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Skipping service tempest-service-1221556825 as it have no endpoints. [pid: 7|app: 0|req: 1192/2654] 199.204.45.132 () {34 vars in 1044 bytes} [Wed Jun 10 11:06:39 2026] GET /v2.0/security-groups?id=2ac2cf06-3737-4029-b0f4-2093baab4dbe&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2655] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:06:40 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2656] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:06:40 2026] GET /v2.0/security-groups?id=2ac2cf06-3737-4029-b0f4-2093baab4dbe&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2657] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:06:40 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2658] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:06:43 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => 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: 1465/2659] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:06:43 2026] GET /v2.0/security-groups?id=2ac2cf06-3737-4029-b0f4-2093baab4dbe&fields=id&fields=name => generated 96 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2660] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:06:43 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2665] 199.204.45.132 () {30 vars in 703 bytes} [Wed Jun 10 11:07:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2666] 199.204.45.132 () {30 vars in 705 bytes} [Wed Jun 10 11:07:18 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: 1469/2667] 199.204.45.132 () {30 vars in 681 bytes} [Wed Jun 10 11:07:18 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: 1199/2668] 199.204.45.132 () {30 vars in 717 bytes} [Wed Jun 10 11:07:18 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: 1470/2669] 199.204.45.132 () {30 vars in 741 bytes} [Wed Jun 10 11:07:19 2026] GET /v2.0/subnets/9bde6b6b-e65f-4089-895a-132bca36290a => generated 676 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2670] 199.204.45.132 () {30 vars in 769 bytes} [Wed Jun 10 11:07:19 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2671] 199.204.45.132 () {34 vars in 717 bytes} [Wed Jun 10 11:07:19 2026] POST /v2.0/ports => generated 1059 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2672] 10.0.0.172 () {34 vars in 971 bytes} [Wed Jun 10 11:07:19 2026] GET /v2.0/ports/b30bc1aa-0209-41aa-8c5d-507be6afc265 => generated 1059 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2673] 10.0.0.172 () {34 vars in 907 bytes} [Wed Jun 10 11:07:19 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2674] 199.204.45.132 () {34 vars in 1262 bytes} [Wed Jun 10 11:07:20 2026] GET /v2.0/ports/b30bc1aa-0209-41aa-8c5d-507be6afc265?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2675] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:07:20 2026] GET /v2.0/networks/e0a5be42-9c69-4108-8da0-f77ecfb8a44d?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: 1203/2676] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:07:20 2026] GET /v2.0/networks/e0a5be42-9c69-4108-8da0-f77ecfb8a44d?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: 1474/2677] 199.204.45.132 () {34 vars in 975 bytes} [Wed Jun 10 11:07:21 2026] GET /v2.0/ports/b30bc1aa-0209-41aa-8c5d-507be6afc265 => generated 1059 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2678] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:07:21 2026] GET /v2.0/networks?id=e0a5be42-9c69-4108-8da0-f77ecfb8a44d => generated 802 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2679] 199.204.45.132 () {38 vars in 1028 bytes} [Wed Jun 10 11:07:21 2026] PUT /v2.0/ports/b30bc1aa-0209-41aa-8c5d-507be6afc265 => generated 1249 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:07:21.882 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0c49fb49-3989-4fff-a498-8ea0ad98ecb9'] response: {'name': 'network-changed', 'server_uuid': '06bf276f-e2f7-4a6b-8eda-17b245a459bd', 'tag': 'b30bc1aa-0209-41aa-8c5d-507be6afc265', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1477/2682] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:07:22 2026] GET /v2.0/ports?tenant_id=8c1b8dcd962549a5819f2ff2f84c2074&device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 2485 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2683] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:07:22 2026] GET /v2.0/networks?id=e0a5be42-9c69-4108-8da0-f77ecfb8a44d => generated 802 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2684] 199.204.45.132 () {34 vars in 1058 bytes} [Wed Jun 10 11:07:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.222&port_id=b30bc1aa-0209-41aa-8c5d-507be6afc265 => 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: 1207/2685] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:07:22 2026] GET /v2.0/subnets?id=9bde6b6b-e65f-4089-895a-132bca36290a => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2686] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:07:22 2026] GET /v2.0/ports?network_id=e0a5be42-9c69-4108-8da0-f77ecfb8a44d&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2687] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:07:22 2026] GET /v2.0/networks/e0a5be42-9c69-4108-8da0-f77ecfb8a44d?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2688] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:07:22 2026] GET /v2.0/networks/e0a5be42-9c69-4108-8da0-f77ecfb8a44d?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: 1209/2689] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:07:23 2026] GET /v2.0/ports?tenant_id=8c1b8dcd962549a5819f2ff2f84c2074&device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 2485 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2690] 199.204.45.132 () {34 vars in 1060 bytes} [Wed Jun 10 11:07:23 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.28&port_id=60b79a67-fd85-43fe-bd4c-9d3d65906c05 => 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: 1210/2691] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:07:23 2026] GET /v2.0/subnets?id=1edd01bf-fad7-46fe-9767-9dc488f2190b => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2692] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:07:23 2026] GET /v2.0/ports?network_id=258c8386-c682-4ad9-97ba-578ca71b30e8&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2693] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:07:23 2026] GET /v2.0/networks/258c8386-c682-4ad9-97ba-578ca71b30e8?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: 1483/2694] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:07:23 2026] GET /v2.0/networks/258c8386-c682-4ad9-97ba-578ca71b30e8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2695] 199.204.45.132 () {34 vars in 1058 bytes} [Wed Jun 10 11:07:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.222&port_id=b30bc1aa-0209-41aa-8c5d-507be6afc265 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2696] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:07:24 2026] GET /v2.0/subnets?id=9bde6b6b-e65f-4089-895a-132bca36290a => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2697] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:07:24 2026] GET /v2.0/ports?network_id=e0a5be42-9c69-4108-8da0-f77ecfb8a44d&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: 1485/2698] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:07:24 2026] GET /v2.0/networks/e0a5be42-9c69-4108-8da0-f77ecfb8a44d?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: 1214/2699] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:07:24 2026] GET /v2.0/networks/e0a5be42-9c69-4108-8da0-f77ecfb8a44d?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: 1486/2700] 10.0.0.172 () {34 vars in 971 bytes} [Wed Jun 10 11:07:28 2026] GET /v2.0/ports/b30bc1aa-0209-41aa-8c5d-507be6afc265 => generated 1251 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2701] 199.204.45.132 () {34 vars in 789 bytes} [Wed Jun 10 11:07:28 2026] PUT /v2.0/ports/b30bc1aa-0209-41aa-8c5d-507be6afc265 => generated 1274 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:07:28.369 8 INFO neutron.api.v2.resource [None req-17f8b6fb-5d03-4fb9-a87a-7635b7f2dc3b fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1487/2702] 199.204.45.132 () {30 vars in 763 bytes} [Wed Jun 10 11:07:28 2026] GET /v2.0/security-groups/lb-3c75f492-fbf0-4f57-a136-af23727547ac => 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: 1216/2703] 199.204.45.132 () {30 vars in 785 bytes} [Wed Jun 10 11:07:28 2026] GET /v2.0/security-groups?name=lb-3c75f492-fbf0-4f57-a136-af23727547ac => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:07:28.434 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-07d42621-0670-4a56-b950-1349e18ac0fc'] response: {'name': 'network-changed', 'server_uuid': '06bf276f-e2f7-4a6b-8eda-17b245a459bd', 'tag': 'b30bc1aa-0209-41aa-8c5d-507be6afc265', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1488/2704] 199.204.45.132 () {34 vars in 789 bytes} [Wed Jun 10 11:07:28 2026] PUT /v2.0/ports/b30bc1aa-0209-41aa-8c5d-507be6afc265 => generated 1312 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:07:28.703 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3183f2af-35ea-45f3-a1c4-0b668ced9d5d'] response: {'name': 'network-changed', 'server_uuid': '06bf276f-e2f7-4a6b-8eda-17b245a459bd', 'tag': 'b30bc1aa-0209-41aa-8c5d-507be6afc265', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1217/2705] 199.204.45.132 () {30 vars in 703 bytes} [Wed Jun 10 11:07:28 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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/2706] 199.204.45.132 () {30 vars in 705 bytes} [Wed Jun 10 11:07:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2707] 199.204.45.132 () {30 vars in 681 bytes} [Wed Jun 10 11:07:28 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: 1490/2708] 199.204.45.132 () {30 vars in 717 bytes} [Wed Jun 10 11:07:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2709] 199.204.45.132 () {30 vars in 741 bytes} [Wed Jun 10 11:07:28 2026] GET /v2.0/subnets/9bde6b6b-e65f-4089-895a-132bca36290a => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2710] 199.204.45.132 () {30 vars in 737 bytes} [Wed Jun 10 11:07:28 2026] GET /v2.0/ports/a66a10e9-bff1-487b-8f67-3a92de95ed7c => generated 1124 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2711] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:07:28 2026] GET /v2.0/ports?tenant_id=8c1b8dcd962549a5819f2ff2f84c2074&device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 2584 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2712] 199.204.45.132 () {30 vars in 737 bytes} [Wed Jun 10 11:07:29 2026] GET /v2.0/ports/b30bc1aa-0209-41aa-8c5d-507be6afc265 => generated 1348 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2713] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:07:29 2026] GET /v2.0/networks?id=e0a5be42-9c69-4108-8da0-f77ecfb8a44d => generated 802 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2714] 199.204.45.132 () {34 vars in 1058 bytes} [Wed Jun 10 11:07:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.222&port_id=b30bc1aa-0209-41aa-8c5d-507be6afc265 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2715] 199.204.45.132 () {30 vars in 741 bytes} [Wed Jun 10 11:07:29 2026] GET /v2.0/subnets/9bde6b6b-e65f-4089-895a-132bca36290a => generated 676 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2716] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:07:29 2026] GET /v2.0/subnets?id=9bde6b6b-e65f-4089-895a-132bca36290a => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2717] 199.204.45.132 () {30 vars in 743 bytes} [Wed Jun 10 11:07:29 2026] GET /v2.0/networks/e0a5be42-9c69-4108-8da0-f77ecfb8a44d => generated 799 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2718] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:07:29 2026] GET /v2.0/ports?network_id=e0a5be42-9c69-4108-8da0-f77ecfb8a44d&device_owner=network%3Adhcp => generated 1461 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2719] 199.204.45.132 () {30 vars in 737 bytes} [Wed Jun 10 11:07:29 2026] GET /v2.0/ports/a66a10e9-bff1-487b-8f67-3a92de95ed7c => generated 1124 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2720] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:07:29 2026] GET /v2.0/networks/e0a5be42-9c69-4108-8da0-f77ecfb8a44d?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: 1496/2721] 199.204.45.132 () {30 vars in 741 bytes} [Wed Jun 10 11:07:29 2026] GET /v2.0/subnets/9bde6b6b-e65f-4089-895a-132bca36290a => generated 676 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2722] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:07:29 2026] GET /v2.0/networks/e0a5be42-9c69-4108-8da0-f77ecfb8a44d?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: 1497/2723] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:07:30 2026] GET /v2.0/ports?tenant_id=8c1b8dcd962549a5819f2ff2f84c2074&device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 2584 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2724] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:07:30 2026] GET /v2.0/networks?id=e0a5be42-9c69-4108-8da0-f77ecfb8a44d => generated 802 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2725] 199.204.45.132 () {34 vars in 1058 bytes} [Wed Jun 10 11:07:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.222&port_id=b30bc1aa-0209-41aa-8c5d-507be6afc265 => 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: 1228/2726] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:07:30 2026] GET /v2.0/subnets?id=9bde6b6b-e65f-4089-895a-132bca36290a => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2727] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:07:30 2026] GET /v2.0/ports?network_id=e0a5be42-9c69-4108-8da0-f77ecfb8a44d&device_owner=network%3Adhcp => generated 1461 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2728] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:07:30 2026] GET /v2.0/networks/e0a5be42-9c69-4108-8da0-f77ecfb8a44d?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: 1500/2729] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:07:30 2026] GET /v2.0/networks/e0a5be42-9c69-4108-8da0-f77ecfb8a44d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:07:37.119 7 INFO neutron.db.l3_db [None req-8317a617-72e4-412a-ad93-c46b7f205a77 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] Floating IP 14b71d3f-32f9-4591-a116-b9467b8981b6 associated. External IP: 10.96.250.204, port: a66a10e9-bff1-487b-8f67-3a92de95ed7c. [pid: 7|app: 0|req: 1230/2732] 10.0.0.195 () {34 vars in 677 bytes} [Wed Jun 10 11:07:36 2026] POST /v2.0/floatingips => generated 897 bytes in 998 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2733] 199.204.45.132 () {30 vars in 703 bytes} [Wed Jun 10 11:07:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2734] 199.204.45.132 () {30 vars in 705 bytes} [Wed Jun 10 11:07:41 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: 1504/2735] 199.204.45.132 () {30 vars in 681 bytes} [Wed Jun 10 11:07:41 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: 1232/2736] 199.204.45.132 () {30 vars in 717 bytes} [Wed Jun 10 11:07:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:07:42.055 8 INFO neutron.api.v2.resource [None req-6e8aec8c-3d9c-4042-8eb5-afd38035e052 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1505/2737] 199.204.45.132 () {30 vars in 763 bytes} [Wed Jun 10 11:07:42 2026] GET /v2.0/security-groups/lb-3c75f492-fbf0-4f57-a136-af23727547ac => generated 149 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2738] 199.204.45.132 () {30 vars in 785 bytes} [Wed Jun 10 11:07:42 2026] GET /v2.0/security-groups?name=lb-3c75f492-fbf0-4f57-a136-af23727547ac => generated 1639 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2739] 199.204.45.132 () {30 vars in 815 bytes} [Wed Jun 10 11:07:42 2026] GET /v2.0/security-group-rules?security_group_id=56a2251c-ca1f-4061-afea-f6bbfba339ea => 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: 1234/2740] 199.204.45.132 () {34 vars in 747 bytes} [Wed Jun 10 11:07:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2741] 199.204.45.132 () {34 vars in 747 bytes} [Wed Jun 10 11:07:42 2026] POST /v2.0/security-group-rules => generated 601 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2742] 10.0.0.104 () {30 vars in 690 bytes} [Wed Jun 10 11:07:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2743] 10.0.0.104 () {30 vars in 692 bytes} [Wed Jun 10 11:07:49 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: 1236/2744] 10.0.0.104 () {30 vars in 668 bytes} [Wed Jun 10 11:07:49 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: 1509/2745] 10.0.0.104 () {30 vars in 704 bytes} [Wed Jun 10 11:07:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2746] 10.0.0.104 () {28 vars in 439 bytes} [Wed Jun 10 11:07:49 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: 1510/2747] 10.0.0.104 () {30 vars in 728 bytes} [Wed Jun 10 11:07:49 2026] GET /v2.0/subnets/fd17f50a-3fa8-444f-bd4c-573edbaa5135 => generated 655 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2748] 199.204.45.132 () {30 vars in 703 bytes} [Wed Jun 10 11:07:50 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: 1511/2749] 199.204.45.132 () {30 vars in 705 bytes} [Wed Jun 10 11:07:50 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2750] 199.204.45.132 () {30 vars in 681 bytes} [Wed Jun 10 11:07:50 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: 1512/2751] 199.204.45.132 () {30 vars in 717 bytes} [Wed Jun 10 11:07:50 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: 1240/2752] 199.204.45.132 () {30 vars in 741 bytes} [Wed Jun 10 11:07:50 2026] GET /v2.0/subnets/fd17f50a-3fa8-444f-bd4c-573edbaa5135 => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2753] 199.204.45.132 () {30 vars in 769 bytes} [Wed Jun 10 11:07:50 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 2584 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2754] 199.204.45.132 () {30 vars in 703 bytes} [Wed Jun 10 11:07:51 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: 1514/2755] 199.204.45.132 () {30 vars in 705 bytes} [Wed Jun 10 11:07:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2756] 199.204.45.132 () {30 vars in 681 bytes} [Wed Jun 10 11:07:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/2757] 199.204.45.132 () {30 vars in 717 bytes} [Wed Jun 10 11:07:51 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: 1243/2758] 199.204.45.132 () {34 vars in 717 bytes} [Wed Jun 10 11:07:51 2026] POST /v2.0/ports => generated 1324 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/2759] 10.0.0.172 () {34 vars in 971 bytes} [Wed Jun 10 11:07:51 2026] GET /v2.0/ports/5bc216f4-4be3-4bed-a268-95cca44f3420 => generated 1324 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1244/2760] 10.0.0.172 () {34 vars in 907 bytes} [Wed Jun 10 11:07:51 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/2763] 199.204.45.132 () {34 vars in 1262 bytes} [Wed Jun 10 11:07:52 2026] GET /v2.0/ports/5bc216f4-4be3-4bed-a268-95cca44f3420?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2764] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:07:52 2026] GET /v2.0/networks/f7688acf-5ccf-4840-9a73-c84c8d5ae567?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: 1519/2765] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:07:52 2026] GET /v2.0/networks/f7688acf-5ccf-4840-9a73-c84c8d5ae567?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: 1247/2766] 199.204.45.132 () {34 vars in 975 bytes} [Wed Jun 10 11:07:53 2026] GET /v2.0/ports/5bc216f4-4be3-4bed-a268-95cca44f3420 => generated 1324 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2767] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:07:53 2026] GET /v2.0/networks?id=f7688acf-5ccf-4840-9a73-c84c8d5ae567 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2768] 199.204.45.132 () {38 vars in 1028 bytes} [Wed Jun 10 11:07:53 2026] PUT /v2.0/ports/5bc216f4-4be3-4bed-a268-95cca44f3420 => generated 1514 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:07:53.871 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e9016f2-ded7-478e-adb8-a1a4c37ba8a0'] response: {'name': 'network-changed', 'server_uuid': '06bf276f-e2f7-4a6b-8eda-17b245a459bd', 'tag': '5bc216f4-4be3-4bed-a268-95cca44f3420', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1521/2769] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:07:54 2026] GET /v2.0/ports?tenant_id=8c1b8dcd962549a5819f2ff2f84c2074&device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 4090 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1249/2770] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:07:54 2026] GET /v2.0/networks?id=f7688acf-5ccf-4840-9a73-c84c8d5ae567 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2771] 199.204.45.132 () {34 vars in 1056 bytes} [Wed Jun 10 11:07:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.78&port_id=5bc216f4-4be3-4bed-a268-95cca44f3420 => 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: 1250/2772] 199.204.45.132 () {34 vars in 1104 bytes} [Wed Jun 10 11:07:54 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3e1&port_id=5bc216f4-4be3-4bed-a268-95cca44f3420 => 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: 1523/2773] 199.204.45.132 () {34 vars in 1064 bytes} [Wed Jun 10 11:07:54 2026] GET /v2.0/subnets?id=0a23cea1-a121-4c48-9441-d7a08dd8f492&id=fd17f50a-3fa8-444f-bd4c-573edbaa5135 => generated 1410 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2774] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:07:54 2026] GET /v2.0/ports?network_id=f7688acf-5ccf-4840-9a73-c84c8d5ae567&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/2775] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:07:54 2026] GET /v2.0/ports?network_id=f7688acf-5ccf-4840-9a73-c84c8d5ae567&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2776] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:07:54 2026] GET /v2.0/networks/f7688acf-5ccf-4840-9a73-c84c8d5ae567?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2777] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:07:54 2026] GET /v2.0/networks/f7688acf-5ccf-4840-9a73-c84c8d5ae567?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2778] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:07:55 2026] GET /v2.0/ports?tenant_id=8c1b8dcd962549a5819f2ff2f84c2074&device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 4090 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/2779] 199.204.45.132 () {34 vars in 1060 bytes} [Wed Jun 10 11:07:55 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.28&port_id=60b79a67-fd85-43fe-bd4c-9d3d65906c05 => 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: 1254/2780] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:07:55 2026] GET /v2.0/subnets?id=1edd01bf-fad7-46fe-9767-9dc488f2190b => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/2781] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:07:55 2026] GET /v2.0/ports?network_id=258c8386-c682-4ad9-97ba-578ca71b30e8&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2782] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:07:56 2026] GET /v2.0/networks/258c8386-c682-4ad9-97ba-578ca71b30e8?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/2783] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:07:56 2026] GET /v2.0/networks/258c8386-c682-4ad9-97ba-578ca71b30e8?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: 1256/2784] 199.204.45.132 () {34 vars in 1058 bytes} [Wed Jun 10 11:07:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.222&port_id=b30bc1aa-0209-41aa-8c5d-507be6afc265 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/2785] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:07:56 2026] GET /v2.0/subnets?id=9bde6b6b-e65f-4089-895a-132bca36290a => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2786] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:07:56 2026] GET /v2.0/ports?network_id=e0a5be42-9c69-4108-8da0-f77ecfb8a44d&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: 1530/2787] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:07:56 2026] GET /v2.0/networks/e0a5be42-9c69-4108-8da0-f77ecfb8a44d?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: 1258/2788] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:07:56 2026] GET /v2.0/networks/e0a5be42-9c69-4108-8da0-f77ecfb8a44d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/2789] 199.204.45.132 () {34 vars in 1056 bytes} [Wed Jun 10 11:07:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.78&port_id=5bc216f4-4be3-4bed-a268-95cca44f3420 => 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: 1259/2790] 199.204.45.132 () {34 vars in 1104 bytes} [Wed Jun 10 11:07:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3e1&port_id=5bc216f4-4be3-4bed-a268-95cca44f3420 => 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: 1532/2791] 199.204.45.132 () {34 vars in 1064 bytes} [Wed Jun 10 11:07:56 2026] GET /v2.0/subnets?id=0a23cea1-a121-4c48-9441-d7a08dd8f492&id=fd17f50a-3fa8-444f-bd4c-573edbaa5135 => generated 1410 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2792] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:07:56 2026] GET /v2.0/ports?network_id=f7688acf-5ccf-4840-9a73-c84c8d5ae567&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/2793] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:07:56 2026] GET /v2.0/ports?network_id=f7688acf-5ccf-4840-9a73-c84c8d5ae567&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2794] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:07:56 2026] GET /v2.0/networks/f7688acf-5ccf-4840-9a73-c84c8d5ae567?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/2795] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:07:56 2026] GET /v2.0/networks/f7688acf-5ccf-4840-9a73-c84c8d5ae567?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2796] 10.0.0.172 () {34 vars in 971 bytes} [Wed Jun 10 11:08:00 2026] GET /v2.0/ports/5bc216f4-4be3-4bed-a268-95cca44f3420 => generated 1516 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/2797] 199.204.45.132 () {30 vars in 743 bytes} [Wed Jun 10 11:08:00 2026] GET /v2.0/networks/f7688acf-5ccf-4840-9a73-c84c8d5ae567 => generated 797 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2798] 199.204.45.132 () {30 vars in 741 bytes} [Wed Jun 10 11:08:00 2026] GET /v2.0/subnets/fd17f50a-3fa8-444f-bd4c-573edbaa5135 => generated 673 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/2799] 199.204.45.132 () {30 vars in 741 bytes} [Wed Jun 10 11:08:00 2026] GET /v2.0/subnets/0a23cea1-a121-4c48-9441-d7a08dd8f492 => generated 744 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2800] 199.204.45.132 () {30 vars in 703 bytes} [Wed Jun 10 11:08:00 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: 1537/2801] 199.204.45.132 () {30 vars in 705 bytes} [Wed Jun 10 11:08:00 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: 1265/2802] 199.204.45.132 () {30 vars in 681 bytes} [Wed Jun 10 11:08:01 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: 1538/2803] 199.204.45.132 () {30 vars in 717 bytes} [Wed Jun 10 11:08:01 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: 1266/2804] 199.204.45.132 () {30 vars in 741 bytes} [Wed Jun 10 11:08:01 2026] GET /v2.0/subnets/9bde6b6b-e65f-4089-895a-132bca36290a => 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: 1539/2805] 199.204.45.132 () {30 vars in 737 bytes} [Wed Jun 10 11:08:01 2026] GET /v2.0/ports/a66a10e9-bff1-487b-8f67-3a92de95ed7c => generated 1124 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2806] 199.204.45.132 () {30 vars in 737 bytes} [Wed Jun 10 11:08:01 2026] GET /v2.0/ports/b30bc1aa-0209-41aa-8c5d-507be6afc265 => generated 1348 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/2807] 199.204.45.132 () {30 vars in 741 bytes} [Wed Jun 10 11:08:01 2026] GET /v2.0/subnets/9bde6b6b-e65f-4089-895a-132bca36290a => 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: 1268/2808] 199.204.45.132 () {30 vars in 743 bytes} [Wed Jun 10 11:08:01 2026] GET /v2.0/networks/e0a5be42-9c69-4108-8da0-f77ecfb8a44d => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/2809] 199.204.45.132 () {30 vars in 737 bytes} [Wed Jun 10 11:08:01 2026] GET /v2.0/ports/a66a10e9-bff1-487b-8f67-3a92de95ed7c => generated 1124 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2810] 199.204.45.132 () {30 vars in 741 bytes} [Wed Jun 10 11:08:01 2026] GET /v2.0/subnets/9bde6b6b-e65f-4089-895a-132bca36290a => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/2811] 10.0.0.104 () {30 vars in 690 bytes} [Wed Jun 10 11:08:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2812] 10.0.0.104 () {30 vars in 692 bytes} [Wed Jun 10 11:08:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/2813] 10.0.0.104 () {30 vars in 668 bytes} [Wed Jun 10 11:08:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2814] 10.0.0.104 () {30 vars in 704 bytes} [Wed Jun 10 11:08: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: 1544/2815] 10.0.0.104 () {28 vars in 439 bytes} [Wed Jun 10 11:08:05 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: 1272/2816] 10.0.0.104 () {30 vars in 728 bytes} [Wed Jun 10 11:08:05 2026] GET /v2.0/subnets/4686f8f8-46d5-41a1-9ceb-c68029b1e686 => generated 654 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/2819] 199.204.45.132 () {30 vars in 703 bytes} [Wed Jun 10 11:08:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2820] 199.204.45.132 () {30 vars in 705 bytes} [Wed Jun 10 11:08:07 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: 1547/2821] 199.204.45.132 () {30 vars in 681 bytes} [Wed Jun 10 11:08:07 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2822] 199.204.45.132 () {30 vars in 717 bytes} [Wed Jun 10 11:08:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/2823] 199.204.45.132 () {30 vars in 741 bytes} [Wed Jun 10 11:08:07 2026] GET /v2.0/subnets/fd17f50a-3fa8-444f-bd4c-573edbaa5135 => generated 673 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2824] 199.204.45.132 () {30 vars in 741 bytes} [Wed Jun 10 11:08:07 2026] GET /v2.0/subnets/4686f8f8-46d5-41a1-9ceb-c68029b1e686 => generated 672 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/2825] 199.204.45.132 () {30 vars in 769 bytes} [Wed Jun 10 11:08:07 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 4092 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2826] 199.204.45.132 () {30 vars in 703 bytes} [Wed Jun 10 11:08:07 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: 1550/2827] 199.204.45.132 () {30 vars in 705 bytes} [Wed Jun 10 11:08:07 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: 1278/2828] 199.204.45.132 () {30 vars in 681 bytes} [Wed Jun 10 11:08:07 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: 1551/2829] 199.204.45.132 () {30 vars in 717 bytes} [Wed Jun 10 11:08:07 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: 1279/2830] 199.204.45.132 () {34 vars in 717 bytes} [Wed Jun 10 11:08:07 2026] POST /v2.0/ports => generated 1324 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/2831] 10.0.0.172 () {34 vars in 971 bytes} [Wed Jun 10 11:08:08 2026] GET /v2.0/ports/fc433dbb-8f8e-4258-81c9-2d03b245963e => generated 1324 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1280/2832] 199.204.45.132 () {34 vars in 1262 bytes} [Wed Jun 10 11:08:09 2026] GET /v2.0/ports/fc433dbb-8f8e-4258-81c9-2d03b245963e?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/2833] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:08:09 2026] GET /v2.0/networks/60b03bae-4ade-4882-81da-7ad73c2d4d9f?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2834] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:08:09 2026] GET /v2.0/networks/60b03bae-4ade-4882-81da-7ad73c2d4d9f?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: 1554/2835] 199.204.45.132 () {34 vars in 975 bytes} [Wed Jun 10 11:08:09 2026] GET /v2.0/ports/fc433dbb-8f8e-4258-81c9-2d03b245963e => generated 1324 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2836] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:08:09 2026] GET /v2.0/networks?id=60b03bae-4ade-4882-81da-7ad73c2d4d9f => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/2837] 199.204.45.132 () {38 vars in 1028 bytes} [Wed Jun 10 11:08:09 2026] PUT /v2.0/ports/fc433dbb-8f8e-4258-81c9-2d03b245963e => generated 1514 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:08:10.494 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a1ac3cd0-310b-4862-bc7c-8b3a35485eaa'] response: {'name': 'network-changed', 'server_uuid': '06bf276f-e2f7-4a6b-8eda-17b245a459bd', 'tag': 'fc433dbb-8f8e-4258-81c9-2d03b245963e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1283/2838] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:08:11 2026] GET /v2.0/ports?tenant_id=8c1b8dcd962549a5819f2ff2f84c2074&device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 5598 bytes in 58 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: 1556/2839] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:08:11 2026] GET /v2.0/networks?id=60b03bae-4ade-4882-81da-7ad73c2d4d9f => generated 799 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2840] 199.204.45.132 () {34 vars in 1056 bytes} [Wed Jun 10 11:08:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.14&port_id=fc433dbb-8f8e-4258-81c9-2d03b245963e => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/2841] 199.204.45.132 () {34 vars in 1104 bytes} [Wed Jun 10 11:08:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Acb&port_id=fc433dbb-8f8e-4258-81c9-2d03b245963e => 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/2842] 199.204.45.132 () {34 vars in 1064 bytes} [Wed Jun 10 11:08:11 2026] GET /v2.0/subnets?id=39f2d4a8-c4fc-422d-a4e2-a8e174e7960e&id=4686f8f8-46d5-41a1-9ceb-c68029b1e686 => generated 1413 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/2843] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:08:11 2026] GET /v2.0/ports?network_id=60b03bae-4ade-4882-81da-7ad73c2d4d9f&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2844] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:08:11 2026] GET /v2.0/ports?network_id=60b03bae-4ade-4882-81da-7ad73c2d4d9f&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: 1559/2845] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:08:11 2026] GET /v2.0/networks/60b03bae-4ade-4882-81da-7ad73c2d4d9f?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2846] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:08:11 2026] GET /v2.0/networks/60b03bae-4ade-4882-81da-7ad73c2d4d9f?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: 1560/2847] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:08:12 2026] GET /v2.0/ports?tenant_id=8c1b8dcd962549a5819f2ff2f84c2074&device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 5598 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2848] 199.204.45.132 () {34 vars in 1060 bytes} [Wed Jun 10 11:08:12 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.28&port_id=60b79a67-fd85-43fe-bd4c-9d3d65906c05 => 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: 1561/2849] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:08:12 2026] GET /v2.0/subnets?id=1edd01bf-fad7-46fe-9767-9dc488f2190b => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2850] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:08:12 2026] GET /v2.0/ports?network_id=258c8386-c682-4ad9-97ba-578ca71b30e8&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/2851] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:08:12 2026] GET /v2.0/networks/258c8386-c682-4ad9-97ba-578ca71b30e8?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: 1290/2852] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:08:12 2026] GET /v2.0/networks/258c8386-c682-4ad9-97ba-578ca71b30e8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/2853] 199.204.45.132 () {34 vars in 1058 bytes} [Wed Jun 10 11:08:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.222&port_id=b30bc1aa-0209-41aa-8c5d-507be6afc265 => 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: 1291/2854] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:08:12 2026] GET /v2.0/subnets?id=9bde6b6b-e65f-4089-895a-132bca36290a => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/2855] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:08:12 2026] GET /v2.0/ports?network_id=e0a5be42-9c69-4108-8da0-f77ecfb8a44d&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: 1292/2856] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:08:12 2026] GET /v2.0/networks/e0a5be42-9c69-4108-8da0-f77ecfb8a44d?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: 1565/2857] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:08:12 2026] GET /v2.0/networks/e0a5be42-9c69-4108-8da0-f77ecfb8a44d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2858] 199.204.45.132 () {34 vars in 1056 bytes} [Wed Jun 10 11:08:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.78&port_id=5bc216f4-4be3-4bed-a268-95cca44f3420 => 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: 1566/2859] 199.204.45.132 () {34 vars in 1104 bytes} [Wed Jun 10 11:08:12 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3e1&port_id=5bc216f4-4be3-4bed-a268-95cca44f3420 => 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: 1294/2860] 199.204.45.132 () {34 vars in 1064 bytes} [Wed Jun 10 11:08:12 2026] GET /v2.0/subnets?id=0a23cea1-a121-4c48-9441-d7a08dd8f492&id=fd17f50a-3fa8-444f-bd4c-573edbaa5135 => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/2861] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:08:12 2026] GET /v2.0/ports?network_id=f7688acf-5ccf-4840-9a73-c84c8d5ae567&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2862] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:08:13 2026] GET /v2.0/ports?network_id=f7688acf-5ccf-4840-9a73-c84c8d5ae567&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/2863] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:08:13 2026] GET /v2.0/networks/f7688acf-5ccf-4840-9a73-c84c8d5ae567?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2864] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:08:13 2026] GET /v2.0/networks/f7688acf-5ccf-4840-9a73-c84c8d5ae567?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: 1569/2865] 199.204.45.132 () {34 vars in 1056 bytes} [Wed Jun 10 11:08:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.14&port_id=fc433dbb-8f8e-4258-81c9-2d03b245963e => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2866] 199.204.45.132 () {34 vars in 1104 bytes} [Wed Jun 10 11:08:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Acb&port_id=fc433dbb-8f8e-4258-81c9-2d03b245963e => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/2867] 199.204.45.132 () {34 vars in 1064 bytes} [Wed Jun 10 11:08:13 2026] GET /v2.0/subnets?id=39f2d4a8-c4fc-422d-a4e2-a8e174e7960e&id=4686f8f8-46d5-41a1-9ceb-c68029b1e686 => generated 1413 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2868] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:08:13 2026] GET /v2.0/ports?network_id=60b03bae-4ade-4882-81da-7ad73c2d4d9f&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: 1571/2869] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:08:13 2026] GET /v2.0/ports?network_id=60b03bae-4ade-4882-81da-7ad73c2d4d9f&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2870] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:08:13 2026] GET /v2.0/networks/60b03bae-4ade-4882-81da-7ad73c2d4d9f?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: 1572/2871] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:08:13 2026] GET /v2.0/networks/60b03bae-4ade-4882-81da-7ad73c2d4d9f?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: 1300/2872] 10.0.0.172 () {34 vars in 971 bytes} [Wed Jun 10 11:08:17 2026] GET /v2.0/ports/fc433dbb-8f8e-4258-81c9-2d03b245963e => generated 1516 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/2873] 199.204.45.132 () {30 vars in 743 bytes} [Wed Jun 10 11:08:17 2026] GET /v2.0/networks/60b03bae-4ade-4882-81da-7ad73c2d4d9f => generated 796 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2874] 199.204.45.132 () {30 vars in 741 bytes} [Wed Jun 10 11:08:17 2026] GET /v2.0/subnets/4686f8f8-46d5-41a1-9ceb-c68029b1e686 => generated 672 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/2875] 199.204.45.132 () {30 vars in 741 bytes} [Wed Jun 10 11:08:17 2026] GET /v2.0/subnets/39f2d4a8-c4fc-422d-a4e2-a8e174e7960e => generated 748 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2876] 199.204.45.132 () {30 vars in 737 bytes} [Wed Jun 10 11:08:17 2026] GET /v2.0/ports/5bc216f4-4be3-4bed-a268-95cca44f3420 => generated 1516 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/2877] 199.204.45.132 () {34 vars in 790 bytes} [Wed Jun 10 11:08:17 2026] PUT /v2.0/ports/5bc216f4-4be3-4bed-a268-95cca44f3420 => generated 1251 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:08:17.810 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8fd6160c-3daf-4f8e-93ff-0b9ae8e6ad7e'] response: {'name': 'network-changed', 'server_uuid': '06bf276f-e2f7-4a6b-8eda-17b245a459bd', 'tag': '5bc216f4-4be3-4bed-a268-95cca44f3420', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1303/2878] 199.204.45.132 () {30 vars in 743 bytes} [Wed Jun 10 11:08:17 2026] GET /v2.0/networks/f7688acf-5ccf-4840-9a73-c84c8d5ae567 => generated 797 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: 8|app: 0|req: 1576/2879] 199.204.45.132 () {30 vars in 741 bytes} [Wed Jun 10 11:08:17 2026] GET /v2.0/subnets/fd17f50a-3fa8-444f-bd4c-573edbaa5135 => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2880] 199.204.45.132 () {30 vars in 703 bytes} [Wed Jun 10 11:08:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/2881] 199.204.45.132 () {30 vars in 705 bytes} [Wed Jun 10 11:08:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2882] 199.204.45.132 () {30 vars in 681 bytes} [Wed Jun 10 11:08:18 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/2883] 199.204.45.132 () {30 vars in 717 bytes} [Wed Jun 10 11:08:18 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: 1306/2884] 199.204.45.132 () {30 vars in 741 bytes} [Wed Jun 10 11:08:18 2026] GET /v2.0/subnets/9bde6b6b-e65f-4089-895a-132bca36290a => generated 676 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/2885] 199.204.45.132 () {30 vars in 737 bytes} [Wed Jun 10 11:08:18 2026] GET /v2.0/ports/a66a10e9-bff1-487b-8f67-3a92de95ed7c => generated 1124 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2886] 199.204.45.132 () {30 vars in 737 bytes} [Wed Jun 10 11:08:18 2026] GET /v2.0/ports/b30bc1aa-0209-41aa-8c5d-507be6afc265 => generated 1348 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/2887] 199.204.45.132 () {30 vars in 741 bytes} [Wed Jun 10 11:08:18 2026] GET /v2.0/subnets/9bde6b6b-e65f-4089-895a-132bca36290a => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2888] 199.204.45.132 () {30 vars in 743 bytes} [Wed Jun 10 11:08:18 2026] GET /v2.0/networks/e0a5be42-9c69-4108-8da0-f77ecfb8a44d => generated 799 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/2889] 199.204.45.132 () {30 vars in 737 bytes} [Wed Jun 10 11:08:18 2026] GET /v2.0/ports/a66a10e9-bff1-487b-8f67-3a92de95ed7c => generated 1124 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2890] 199.204.45.132 () {30 vars in 741 bytes} [Wed Jun 10 11:08:18 2026] GET /v2.0/subnets/9bde6b6b-e65f-4089-895a-132bca36290a => 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: 1582/2891] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:08:18 2026] GET /v2.0/ports?tenant_id=8c1b8dcd962549a5819f2ff2f84c2074&device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 5371 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2892] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:08:18 2026] GET /v2.0/networks?id=f7688acf-5ccf-4840-9a73-c84c8d5ae567 => generated 800 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/2893] 199.204.45.132 () {34 vars in 1056 bytes} [Wed Jun 10 11:08:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.78&port_id=5bc216f4-4be3-4bed-a268-95cca44f3420 => 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: 1311/2894] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:08:18 2026] GET /v2.0/subnets?id=fd17f50a-3fa8-444f-bd4c-573edbaa5135 => 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: 1584/2895] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:08:18 2026] GET /v2.0/ports?network_id=f7688acf-5ccf-4840-9a73-c84c8d5ae567&device_owner=network%3Adhcp => generated 1457 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2896] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:08:18 2026] GET /v2.0/networks/f7688acf-5ccf-4840-9a73-c84c8d5ae567?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/2897] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:08:18 2026] GET /v2.0/networks/f7688acf-5ccf-4840-9a73-c84c8d5ae567?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: 1587/2900] 199.204.45.132 () {30 vars in 703 bytes} [Wed Jun 10 11:08:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2901] 199.204.45.132 () {30 vars in 705 bytes} [Wed Jun 10 11:08:30 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: 1588/2902] 199.204.45.132 () {30 vars in 681 bytes} [Wed Jun 10 11:08:30 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: 1315/2903] 199.204.45.132 () {30 vars in 717 bytes} [Wed Jun 10 11:08:30 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: 1589/2904] 199.204.45.132 () {30 vars in 741 bytes} [Wed Jun 10 11:08:30 2026] GET /v2.0/subnets/fd17f50a-3fa8-444f-bd4c-573edbaa5135 => 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: 1316/2905] 199.204.45.132 () {30 vars in 769 bytes} [Wed Jun 10 11:08:30 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 5371 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/2906] 199.204.45.132 () {30 vars in 703 bytes} [Wed Jun 10 11:08:30 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: 1317/2907] 199.204.45.132 () {30 vars in 705 bytes} [Wed Jun 10 11:08:30 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: 1591/2908] 199.204.45.132 () {30 vars in 681 bytes} [Wed Jun 10 11:08:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2909] 199.204.45.132 () {30 vars in 717 bytes} [Wed Jun 10 11:08: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: 8|app: 0|req: 1592/2910] 199.204.45.132 () {30 vars in 737 bytes} [Wed Jun 10 11:08:30 2026] GET /v2.0/ports/fc433dbb-8f8e-4258-81c9-2d03b245963e => generated 1516 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2911] 199.204.45.132 () {34 vars in 790 bytes} [Wed Jun 10 11:08:30 2026] PUT /v2.0/ports/fc433dbb-8f8e-4258-81c9-2d03b245963e => generated 1251 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:08:31.101 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c024231-eb3b-4cf0-9116-b95d61eddb7b'] response: {'name': 'network-changed', 'server_uuid': '06bf276f-e2f7-4a6b-8eda-17b245a459bd', 'tag': 'fc433dbb-8f8e-4258-81c9-2d03b245963e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1593/2912] 199.204.45.132 () {30 vars in 743 bytes} [Wed Jun 10 11:08:31 2026] GET /v2.0/networks/60b03bae-4ade-4882-81da-7ad73c2d4d9f => generated 796 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1320/2913] 199.204.45.132 () {30 vars in 741 bytes} [Wed Jun 10 11:08:31 2026] GET /v2.0/subnets/4686f8f8-46d5-41a1-9ceb-c68029b1e686 => generated 672 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/2914] 199.204.45.132 () {30 vars in 737 bytes} [Wed Jun 10 11:08:31 2026] GET /v2.0/ports/fc433dbb-8f8e-4258-81c9-2d03b245963e => generated 1287 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2915] 199.204.45.132 () {34 vars in 789 bytes} [Wed Jun 10 11:08:31 2026] PUT /v2.0/ports/fc433dbb-8f8e-4258-81c9-2d03b245963e => generated 1080 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/2916] 199.204.45.132 () {30 vars in 743 bytes} [Wed Jun 10 11:08:31 2026] GET /v2.0/networks/60b03bae-4ade-4882-81da-7ad73c2d4d9f => generated 796 bytes in 32 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: 1322/2917] 199.204.45.132 () {30 vars in 769 bytes} [Wed Jun 10 11:08:31 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 4971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/2918] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:08:31 2026] GET /v2.0/ports?tenant_id=8c1b8dcd962549a5819f2ff2f84c2074&device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 4971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/2919] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:08:31 2026] GET /v2.0/networks?id=60b03bae-4ade-4882-81da-7ad73c2d4d9f => generated 799 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2920] 199.204.45.132 () {30 vars in 769 bytes} [Wed Jun 10 11:08:31 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 4971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/2921] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:08:31 2026] GET /v2.0/networks/60b03bae-4ade-4882-81da-7ad73c2d4d9f?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: 1324/2922] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:08:31 2026] GET /v2.0/networks/60b03bae-4ade-4882-81da-7ad73c2d4d9f?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: 1599/2923] 199.204.45.132 () {30 vars in 769 bytes} [Wed Jun 10 11:08:32 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 4971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:08:33.138 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8566f0c9-0c5d-43a9-aa75-a813fe946c4d'] response: {'name': 'network-changed', 'server_uuid': '06bf276f-e2f7-4a6b-8eda-17b245a459bd', 'tag': 'fc433dbb-8f8e-4258-81c9-2d03b245963e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1325/2924] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:08:33 2026] GET /v2.0/ports?tenant_id=8c1b8dcd962549a5819f2ff2f84c2074&device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 4971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/2925] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:08:33 2026] GET /v2.0/networks?id=60b03bae-4ade-4882-81da-7ad73c2d4d9f => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2926] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:08:33 2026] GET /v2.0/networks/60b03bae-4ade-4882-81da-7ad73c2d4d9f?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: 1601/2927] 199.204.45.132 () {30 vars in 769 bytes} [Wed Jun 10 11:08:33 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 4971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2928] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:08:33 2026] GET /v2.0/networks/60b03bae-4ade-4882-81da-7ad73c2d4d9f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/2929] 199.204.45.132 () {34 vars in 975 bytes} [Wed Jun 10 11:08:33 2026] GET /v2.0/ports/fc433dbb-8f8e-4258-81c9-2d03b245963e => generated 1116 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2930] 199.204.45.132 () {34 vars in 1060 bytes} [Wed Jun 10 11:08:34 2026] GET /v2.0/ports/fc433dbb-8f8e-4258-81c9-2d03b245963e?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/2931] 199.204.45.132 () {34 vars in 1016 bytes} [Wed Jun 10 11:08:34 2026] GET /v2.0/networks/60b03bae-4ade-4882-81da-7ad73c2d4d9f?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: 1329/2932] 199.204.45.132 () {38 vars in 1028 bytes} [Wed Jun 10 11:08:34 2026] PUT /v2.0/ports/fc433dbb-8f8e-4258-81c9-2d03b245963e => generated 917 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/2933] 199.204.45.132 () {30 vars in 769 bytes} [Wed Jun 10 11:08:34 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 3863 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 11:08:35.094 7 INFO neutron_taas.services.taas.taas_plugin [None req-d956a30c-727f-49c4-8fc7-37b482cd764a fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: fc433dbb-8f8e-4258-81c9-2d03b245963e 2026-06-10 11:08:35.098 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d956a30c-727f-49c4-8fc7-37b482cd764a fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: fc433dbb-8f8e-4258-81c9-2d03b245963e [pid: 7|app: 0|req: 1330/2934] 199.204.45.132 () {32 vars in 759 bytes} [Wed Jun 10 11:08:34 2026] DELETE /v2.0/ports/fc433dbb-8f8e-4258-81c9-2d03b245963e => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/2935] 199.204.45.132 () {30 vars in 703 bytes} [Wed Jun 10 11:08:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2936] 199.204.45.132 () {30 vars in 705 bytes} [Wed Jun 10 11:08:35 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: 1606/2937] 199.204.45.132 () {30 vars in 681 bytes} [Wed Jun 10 11:08:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2938] 199.204.45.132 () {30 vars in 717 bytes} [Wed Jun 10 11:08:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/2939] 199.204.45.132 () {30 vars in 741 bytes} [Wed Jun 10 11:08:35 2026] GET /v2.0/subnets/9bde6b6b-e65f-4089-895a-132bca36290a => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2940] 199.204.45.132 () {30 vars in 737 bytes} [Wed Jun 10 11:08:35 2026] GET /v2.0/ports/a66a10e9-bff1-487b-8f67-3a92de95ed7c => generated 1124 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/2941] 199.204.45.132 () {30 vars in 737 bytes} [Wed Jun 10 11:08:35 2026] GET /v2.0/ports/b30bc1aa-0209-41aa-8c5d-507be6afc265 => generated 1348 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2942] 199.204.45.132 () {30 vars in 741 bytes} [Wed Jun 10 11:08:35 2026] GET /v2.0/subnets/9bde6b6b-e65f-4089-895a-132bca36290a => 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: 1609/2943] 199.204.45.132 () {30 vars in 743 bytes} [Wed Jun 10 11:08:35 2026] GET /v2.0/networks/e0a5be42-9c69-4108-8da0-f77ecfb8a44d => generated 799 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2944] 199.204.45.132 () {30 vars in 737 bytes} [Wed Jun 10 11:08:35 2026] GET /v2.0/ports/a66a10e9-bff1-487b-8f67-3a92de95ed7c => generated 1124 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/2945] 199.204.45.132 () {30 vars in 741 bytes} [Wed Jun 10 11:08:35 2026] GET /v2.0/subnets/9bde6b6b-e65f-4089-895a-132bca36290a => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2946] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:08:35 2026] GET /v2.0/ports?tenant_id=8c1b8dcd962549a5819f2ff2f84c2074&device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 3863 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/2947] 199.204.45.132 () {34 vars in 1226 bytes} [Wed Jun 10 11:08:35 2026] GET /v2.0/networks?id=258c8386-c682-4ad9-97ba-578ca71b30e8&id=e0a5be42-9c69-4108-8da0-f77ecfb8a44d&id=f7688acf-5ccf-4840-9a73-c84c8d5ae567&id=60b03bae-4ade-4882-81da-7ad73c2d4d9f => generated 3094 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2948] 199.204.45.132 () {34 vars in 1060 bytes} [Wed Jun 10 11:08:35 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.28&port_id=60b79a67-fd85-43fe-bd4c-9d3d65906c05 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/2949] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:08:36 2026] GET /v2.0/subnets?id=1edd01bf-fad7-46fe-9767-9dc488f2190b => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2950] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:08:36 2026] GET /v2.0/ports?network_id=258c8386-c682-4ad9-97ba-578ca71b30e8&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: 1613/2951] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:08:36 2026] GET /v2.0/networks/258c8386-c682-4ad9-97ba-578ca71b30e8?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: 1339/2952] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:08:36 2026] GET /v2.0/networks/258c8386-c682-4ad9-97ba-578ca71b30e8?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: 1614/2953] 199.204.45.132 () {34 vars in 1058 bytes} [Wed Jun 10 11:08:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.222&port_id=b30bc1aa-0209-41aa-8c5d-507be6afc265 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2954] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:08:36 2026] GET /v2.0/subnets?id=9bde6b6b-e65f-4089-895a-132bca36290a => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/2955] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:08:36 2026] GET /v2.0/ports?network_id=e0a5be42-9c69-4108-8da0-f77ecfb8a44d&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2956] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:08:36 2026] GET /v2.0/networks/e0a5be42-9c69-4108-8da0-f77ecfb8a44d?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: 1616/2957] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:08:36 2026] GET /v2.0/networks/e0a5be42-9c69-4108-8da0-f77ecfb8a44d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2958] 199.204.45.132 () {34 vars in 1056 bytes} [Wed Jun 10 11:08:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.78&port_id=5bc216f4-4be3-4bed-a268-95cca44f3420 => 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: 1617/2959] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:08:36 2026] GET /v2.0/subnets?id=fd17f50a-3fa8-444f-bd4c-573edbaa5135 => 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: 1343/2960] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:08:36 2026] GET /v2.0/ports?network_id=f7688acf-5ccf-4840-9a73-c84c8d5ae567&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/2961] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:08:36 2026] GET /v2.0/networks/f7688acf-5ccf-4840-9a73-c84c8d5ae567?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: 1344/2962] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:08:36 2026] GET /v2.0/networks/f7688acf-5ccf-4840-9a73-c84c8d5ae567?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: 1620/2965] 199.204.45.132 () {30 vars in 703 bytes} [Wed Jun 10 11:08:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2966] 199.204.45.132 () {30 vars in 705 bytes} [Wed Jun 10 11:08:40 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: 1621/2967] 199.204.45.132 () {30 vars in 681 bytes} [Wed Jun 10 11:08:40 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: 1347/2968] 199.204.45.132 () {30 vars in 717 bytes} [Wed Jun 10 11:08:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/2969] 199.204.45.132 () {30 vars in 769 bytes} [Wed Jun 10 11:08:40 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 3863 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2970] 199.204.45.132 () {30 vars in 703 bytes} [Wed Jun 10 11:08:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/2971] 199.204.45.132 () {30 vars in 705 bytes} [Wed Jun 10 11:08:40 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2972] 199.204.45.132 () {30 vars in 681 bytes} [Wed Jun 10 11:08:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/2973] 199.204.45.132 () {30 vars in 717 bytes} [Wed Jun 10 11:08:40 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: 1350/2974] 199.204.45.132 () {30 vars in 737 bytes} [Wed Jun 10 11:08:41 2026] GET /v2.0/ports/5bc216f4-4be3-4bed-a268-95cca44f3420 => generated 1287 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/2975] 199.204.45.132 () {34 vars in 789 bytes} [Wed Jun 10 11:08:41 2026] PUT /v2.0/ports/5bc216f4-4be3-4bed-a268-95cca44f3420 => generated 1080 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:08:41.383 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-61059ee8-440c-4696-96b3-9bfe74f4046c'] response: {'name': 'network-changed', 'server_uuid': '06bf276f-e2f7-4a6b-8eda-17b245a459bd', 'tag': '5bc216f4-4be3-4bed-a268-95cca44f3420', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1351/2976] 199.204.45.132 () {30 vars in 743 bytes} [Wed Jun 10 11:08:41 2026] GET /v2.0/networks/f7688acf-5ccf-4840-9a73-c84c8d5ae567 => generated 797 bytes in 38 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: 1626/2977] 199.204.45.132 () {30 vars in 769 bytes} [Wed Jun 10 11:08:41 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 3692 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2978] 199.204.45.132 () {30 vars in 769 bytes} [Wed Jun 10 11:08:41 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 3692 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/2979] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:08:41 2026] GET /v2.0/ports?tenant_id=8c1b8dcd962549a5819f2ff2f84c2074&device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 3692 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2980] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:08:41 2026] GET /v2.0/networks?id=f7688acf-5ccf-4840-9a73-c84c8d5ae567 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/2981] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:08:41 2026] GET /v2.0/networks/f7688acf-5ccf-4840-9a73-c84c8d5ae567?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: 1354/2982] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:08:42 2026] GET /v2.0/networks/f7688acf-5ccf-4840-9a73-c84c8d5ae567?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: 1629/2983] 199.204.45.132 () {30 vars in 769 bytes} [Wed Jun 10 11:08:42 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 3692 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2984] 199.204.45.132 () {34 vars in 975 bytes} [Wed Jun 10 11:08:43 2026] GET /v2.0/ports/5bc216f4-4be3-4bed-a268-95cca44f3420 => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/2985] 199.204.45.132 () {34 vars in 1060 bytes} [Wed Jun 10 11:08:43 2026] GET /v2.0/ports/5bc216f4-4be3-4bed-a268-95cca44f3420?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2986] 199.204.45.132 () {30 vars in 769 bytes} [Wed Jun 10 11:08:43 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 3692 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/2987] 199.204.45.132 () {34 vars in 1016 bytes} [Wed Jun 10 11:08:43 2026] GET /v2.0/networks/f7688acf-5ccf-4840-9a73-c84c8d5ae567?fields=dns_domain => generated 29 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2988] 199.204.45.132 () {38 vars in 1028 bytes} [Wed Jun 10 11:08:43 2026] PUT /v2.0/ports/5bc216f4-4be3-4bed-a268-95cca44f3420 => generated 917 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/2989] 199.204.45.132 () {30 vars in 769 bytes} [Wed Jun 10 11:08:44 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 2584 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 11:08:44.853 7 INFO neutron_taas.services.taas.taas_plugin [None req-f39b8b8c-7307-46c0-8e03-9c3b76edefea fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: 5bc216f4-4be3-4bed-a268-95cca44f3420 2026-06-10 11:08:44.856 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f39b8b8c-7307-46c0-8e03-9c3b76edefea fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: 5bc216f4-4be3-4bed-a268-95cca44f3420 [pid: 7|app: 0|req: 1358/2990] 199.204.45.132 () {32 vars in 759 bytes} [Wed Jun 10 11:08:44 2026] DELETE /v2.0/ports/5bc216f4-4be3-4bed-a268-95cca44f3420 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/2991] 199.204.45.132 () {30 vars in 703 bytes} [Wed Jun 10 11:08:45 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: 1359/2992] 199.204.45.132 () {30 vars in 705 bytes} [Wed Jun 10 11:08:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/2993] 199.204.45.132 () {30 vars in 681 bytes} [Wed Jun 10 11:08: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: 7|app: 0|req: 1360/2994] 199.204.45.132 () {30 vars in 717 bytes} [Wed Jun 10 11:08: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: 8|app: 0|req: 1635/2995] 199.204.45.132 () {30 vars in 741 bytes} [Wed Jun 10 11:08:45 2026] GET /v2.0/subnets/9bde6b6b-e65f-4089-895a-132bca36290a => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2996] 199.204.45.132 () {30 vars in 737 bytes} [Wed Jun 10 11:08:45 2026] GET /v2.0/ports/a66a10e9-bff1-487b-8f67-3a92de95ed7c => generated 1124 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/2997] 199.204.45.132 () {30 vars in 737 bytes} [Wed Jun 10 11:08:45 2026] GET /v2.0/ports/b30bc1aa-0209-41aa-8c5d-507be6afc265 => generated 1348 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2998] 199.204.45.132 () {30 vars in 741 bytes} [Wed Jun 10 11:08:45 2026] GET /v2.0/subnets/9bde6b6b-e65f-4089-895a-132bca36290a => 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: 1637/2999] 199.204.45.132 () {30 vars in 743 bytes} [Wed Jun 10 11:08:45 2026] GET /v2.0/networks/e0a5be42-9c69-4108-8da0-f77ecfb8a44d => generated 799 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/3000] 199.204.45.132 () {30 vars in 737 bytes} [Wed Jun 10 11:08:45 2026] GET /v2.0/ports/a66a10e9-bff1-487b-8f67-3a92de95ed7c => generated 1124 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3001] 199.204.45.132 () {30 vars in 741 bytes} [Wed Jun 10 11:08:45 2026] GET /v2.0/subnets/9bde6b6b-e65f-4089-895a-132bca36290a => 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: 1364/3002] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:08:45 2026] GET /v2.0/ports?tenant_id=8c1b8dcd962549a5819f2ff2f84c2074&device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 2584 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3003] 199.204.45.132 () {34 vars in 1146 bytes} [Wed Jun 10 11:08:45 2026] GET /v2.0/networks?id=258c8386-c682-4ad9-97ba-578ca71b30e8&id=e0a5be42-9c69-4108-8da0-f77ecfb8a44d&id=f7688acf-5ccf-4840-9a73-c84c8d5ae567 => generated 2309 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/3004] 199.204.45.132 () {34 vars in 1060 bytes} [Wed Jun 10 11:08:45 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.28&port_id=60b79a67-fd85-43fe-bd4c-9d3d65906c05 => 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: 1640/3005] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:08:45 2026] GET /v2.0/subnets?id=1edd01bf-fad7-46fe-9767-9dc488f2190b => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/3006] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:08:45 2026] GET /v2.0/ports?network_id=258c8386-c682-4ad9-97ba-578ca71b30e8&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3007] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:08:45 2026] GET /v2.0/networks/258c8386-c682-4ad9-97ba-578ca71b30e8?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: 1367/3008] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:08:45 2026] GET /v2.0/networks/258c8386-c682-4ad9-97ba-578ca71b30e8?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: 1642/3009] 199.204.45.132 () {34 vars in 1058 bytes} [Wed Jun 10 11:08:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.222&port_id=b30bc1aa-0209-41aa-8c5d-507be6afc265 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/3010] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:08:45 2026] GET /v2.0/subnets?id=9bde6b6b-e65f-4089-895a-132bca36290a => generated 679 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3011] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:08:45 2026] GET /v2.0/ports?network_id=e0a5be42-9c69-4108-8da0-f77ecfb8a44d&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: 1369/3012] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:08:45 2026] GET /v2.0/networks/e0a5be42-9c69-4108-8da0-f77ecfb8a44d?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: 1644/3013] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:08:45 2026] GET /v2.0/networks/e0a5be42-9c69-4108-8da0-f77ecfb8a44d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/3016] 199.204.45.132 () {30 vars in 703 bytes} [Wed Jun 10 11:08:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3017] 199.204.45.132 () {30 vars in 705 bytes} [Wed Jun 10 11:08:57 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: 1372/3018] 199.204.45.132 () {30 vars in 681 bytes} [Wed Jun 10 11:08:57 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: 1647/3019] 199.204.45.132 () {30 vars in 717 bytes} [Wed Jun 10 11:08:57 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-06-10 11:08:57.210 7 INFO neutron.api.v2.resource [None req-b9f9cf51-90e1-4e70-bb44-c581905a612b fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1373/3020] 199.204.45.132 () {30 vars in 763 bytes} [Wed Jun 10 11:08:57 2026] GET /v2.0/security-groups/lb-3c75f492-fbf0-4f57-a136-af23727547ac => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3021] 199.204.45.132 () {30 vars in 785 bytes} [Wed Jun 10 11:08:57 2026] GET /v2.0/security-groups?name=lb-3c75f492-fbf0-4f57-a136-af23727547ac => generated 2865 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/3022] 199.204.45.132 () {30 vars in 815 bytes} [Wed Jun 10 11:08:57 2026] GET /v2.0/security-group-rules?security_group_id=56a2251c-ca1f-4061-afea-f6bbfba339ea => generated 2334 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3023] 199.204.45.132 () {32 vars in 789 bytes} [Wed Jun 10 11:08:57 2026] DELETE /v2.0/security-group-rules/3967719b-e502-4ec8-bfac-f71279c7b9c3 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/3024] 199.204.45.132 () {32 vars in 789 bytes} [Wed Jun 10 11:08:57 2026] DELETE /v2.0/security-group-rules/7672ac9e-c288-4fdf-850a-d53e37576c1b => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:09:01.031 8 INFO neutron_taas.services.taas.taas_plugin [None req-fa4f723a-6792-4635-bc55-b35e20bf7a6e 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] TaaS: Handle Delete Port: 0002fc7d-5712-4509-98b2-fced3c81483d 2026-06-10 11:09:01.035 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa4f723a-6792-4635-bc55-b35e20bf7a6e 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] Tap Mirror: Handle Delete Port: 0002fc7d-5712-4509-98b2-fced3c81483d 2026-06-10 11:09:01.269 8 INFO neutron.db.l3_db [None req-fa4f723a-6792-4635-bc55-b35e20bf7a6e 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] Floating IP 14b71d3f-32f9-4591-a116-b9467b8981b6 disassociated (deleted). External IP: 10.96.250.204, port: a66a10e9-bff1-487b-8f67-3a92de95ed7c. [pid: 8|app: 0|req: 1650/3025] 10.0.0.195 () {32 vars in 732 bytes} [Wed Jun 10 11:09:00 2026] DELETE /v2.0/floatingips/14b71d3f-32f9-4591-a116-b9467b8981b6 => generated 0 bytes in 687 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:09:01.611 7 INFO neutron.api.v2.resource [None req-3dd7bb15-0f90-42ba-b5b7-23b1537bca34 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1376/3026] 10.0.0.195 () {32 vars in 729 bytes} [Wed Jun 10 11:09:01 2026] GET /v2.0/floatingips/14b71d3f-32f9-4591-a116-b9467b8981b6 => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3027] 199.204.45.132 () {30 vars in 703 bytes} [Wed Jun 10 11:09:02 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: 1377/3028] 199.204.45.132 () {30 vars in 705 bytes} [Wed Jun 10 11:09:02 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: 1652/3029] 199.204.45.132 () {30 vars in 681 bytes} [Wed Jun 10 11:09:02 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/3030] 199.204.45.132 () {30 vars in 717 bytes} [Wed Jun 10 11:09:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:09:02.465 8 INFO neutron.api.v2.resource [None req-1b5c808f-a4d2-40f0-a0fb-ef7bce197744 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1653/3031] 199.204.45.132 () {30 vars in 763 bytes} [Wed Jun 10 11:09:02 2026] GET /v2.0/security-groups/lb-3c75f492-fbf0-4f57-a136-af23727547ac => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/3032] 199.204.45.132 () {30 vars in 785 bytes} [Wed Jun 10 11:09:02 2026] GET /v2.0/security-groups?name=lb-3c75f492-fbf0-4f57-a136-af23727547ac => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3033] 199.204.45.132 () {30 vars in 815 bytes} [Wed Jun 10 11:09:02 2026] GET /v2.0/security-group-rules?security_group_id=56a2251c-ca1f-4061-afea-f6bbfba339ea => generated 1182 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/3034] 199.204.45.132 () {30 vars in 703 bytes} [Wed Jun 10 11:09:02 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: 8|app: 0|req: 1655/3035] 199.204.45.132 () {30 vars in 705 bytes} [Wed Jun 10 11:09:02 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: 1381/3036] 199.204.45.132 () {30 vars in 681 bytes} [Wed Jun 10 11:09:02 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: 1656/3037] 199.204.45.132 () {30 vars in 717 bytes} [Wed Jun 10 11:09:02 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: 1382/3038] 199.204.45.132 () {30 vars in 741 bytes} [Wed Jun 10 11:09:02 2026] GET /v2.0/subnets/9bde6b6b-e65f-4089-895a-132bca36290a => generated 676 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3039] 199.204.45.132 () {30 vars in 769 bytes} [Wed Jun 10 11:09:02 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 2584 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/3040] 199.204.45.132 () {30 vars in 769 bytes} [Wed Jun 10 11:09:02 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 2584 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3041] 199.204.45.132 () {30 vars in 769 bytes} [Wed Jun 10 11:09:02 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 2584 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/3042] 199.204.45.132 () {30 vars in 769 bytes} [Wed Jun 10 11:09:04 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 2584 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3043] 199.204.45.132 () {34 vars in 975 bytes} [Wed Jun 10 11:09:04 2026] GET /v2.0/ports/b30bc1aa-0209-41aa-8c5d-507be6afc265 => generated 1348 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/3044] 199.204.45.132 () {34 vars in 1060 bytes} [Wed Jun 10 11:09:05 2026] GET /v2.0/ports/b30bc1aa-0209-41aa-8c5d-507be6afc265?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3045] 199.204.45.132 () {34 vars in 1016 bytes} [Wed Jun 10 11:09:05 2026] GET /v2.0/networks/e0a5be42-9c69-4108-8da0-f77ecfb8a44d?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: 1386/3046] 199.204.45.132 () {30 vars in 769 bytes} [Wed Jun 10 11:09:05 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 2584 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3047] 199.204.45.132 () {38 vars in 1028 bytes} [Wed Jun 10 11:09:05 2026] PUT /v2.0/ports/b30bc1aa-0209-41aa-8c5d-507be6afc265 => generated 1149 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/3048] 199.204.45.132 () {30 vars in 769 bytes} [Wed Jun 10 11:09:06 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1662/3049] 199.204.45.132 () {34 vars in 789 bytes} [Wed Jun 10 11:09:06 2026] PUT /v2.0/ports/b30bc1aa-0209-41aa-8c5d-507be6afc265 => generated 1090 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/3050] 199.204.45.132 () {30 vars in 737 bytes} [Wed Jun 10 11:09:06 2026] GET /v2.0/ports/b30bc1aa-0209-41aa-8c5d-507be6afc265 => generated 1090 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 11:09:06.550 8 INFO neutron_taas.services.taas.taas_plugin [None req-6725441e-17b2-4648-9c64-f377961f3dda fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: b30bc1aa-0209-41aa-8c5d-507be6afc265 2026-06-10 11:09:06.553 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6725441e-17b2-4648-9c64-f377961f3dda fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: b30bc1aa-0209-41aa-8c5d-507be6afc265 [pid: 8|app: 0|req: 1663/3051] 199.204.45.132 () {32 vars in 759 bytes} [Wed Jun 10 11:09:06 2026] DELETE /v2.0/ports/b30bc1aa-0209-41aa-8c5d-507be6afc265 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/3052] 199.204.45.132 () {30 vars in 703 bytes} [Wed Jun 10 11:09:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1664/3053] 199.204.45.132 () {30 vars in 705 bytes} [Wed Jun 10 11:09:06 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: 1390/3054] 199.204.45.132 () {30 vars in 681 bytes} [Wed Jun 10 11:09:06 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: 1665/3055] 199.204.45.132 () {30 vars in 717 bytes} [Wed Jun 10 11:09:06 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-06-10 11:09:06.841 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c260a42d-c339-4bc2-8e2e-27ffc7a9a0bc fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1391/3056] 199.204.45.132 () {32 vars in 759 bytes} [Wed Jun 10 11:09:06 2026] DELETE /v2.0/ports/b30bc1aa-0209-41aa-8c5d-507be6afc265 => 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: 1666/3057] 199.204.45.132 () {30 vars in 737 bytes} [Wed Jun 10 11:09:06 2026] GET /v2.0/ports/a66a10e9-bff1-487b-8f67-3a92de95ed7c => generated 1124 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/3060] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:09:06 2026] GET /v2.0/ports?tenant_id=8c1b8dcd962549a5819f2ff2f84c2074&device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:09:06.902 8 INFO neutron.api.v2.resource [None req-ed31645a-db9e-4aad-96a8-64c1a23a1988 fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1669/3061] 199.204.45.132 () {30 vars in 763 bytes} [Wed Jun 10 11:09:06 2026] GET /v2.0/security-groups/lb-3c75f492-fbf0-4f57-a136-af23727547ac => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1670/3062] 199.204.45.132 () {30 vars in 785 bytes} [Wed Jun 10 11:09:06 2026] GET /v2.0/security-groups?name=lb-3c75f492-fbf0-4f57-a136-af23727547ac => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/3063] 199.204.45.132 () {34 vars in 1066 bytes} [Wed Jun 10 11:09:06 2026] GET /v2.0/networks?id=258c8386-c682-4ad9-97ba-578ca71b30e8&id=e0a5be42-9c69-4108-8da0-f77ecfb8a44d => generated 1523 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1671/3064] 199.204.45.132 () {30 vars in 737 bytes} [Wed Jun 10 11:09:06 2026] GET /v2.0/ports/a66a10e9-bff1-487b-8f67-3a92de95ed7c => generated 1124 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/3065] 199.204.45.132 () {34 vars in 1060 bytes} [Wed Jun 10 11:09:06 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.28&port_id=60b79a67-fd85-43fe-bd4c-9d3d65906c05 => 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: 1395/3066] 199.204.45.132 () {34 vars in 984 bytes} [Wed Jun 10 11:09:06 2026] GET /v2.0/subnets?id=1edd01bf-fad7-46fe-9767-9dc488f2190b => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/3067] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:09:07 2026] GET /v2.0/ports?network_id=258c8386-c682-4ad9-97ba-578ca71b30e8&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/3068] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:09:07 2026] GET /v2.0/networks/258c8386-c682-4ad9-97ba-578ca71b30e8?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/3069] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:09:07 2026] GET /v2.0/networks/258c8386-c682-4ad9-97ba-578ca71b30e8?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: 1672/3070] 199.204.45.132 () {34 vars in 789 bytes} [Wed Jun 10 11:09:06 2026] PUT /v2.0/ports/a66a10e9-bff1-487b-8f67-3a92de95ed7c => generated 1086 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/3071] 199.204.45.132 () {32 vars in 779 bytes} [Wed Jun 10 11:09:07 2026] DELETE /v2.0/security-groups/56a2251c-ca1f-4061-afea-f6bbfba339ea => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:09:07.385 8 INFO neutron_taas.services.taas.taas_plugin [None req-ffe8cf66-a0b9-4349-afd7-6573b0c7009e fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: a66a10e9-bff1-487b-8f67-3a92de95ed7c 2026-06-10 11:09:07.394 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffe8cf66-a0b9-4349-afd7-6573b0c7009e fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: a66a10e9-bff1-487b-8f67-3a92de95ed7c [pid: 8|app: 0|req: 1673/3072] 199.204.45.132 () {32 vars in 759 bytes} [Wed Jun 10 11:09:07 2026] DELETE /v2.0/ports/a66a10e9-bff1-487b-8f67-3a92de95ed7c => 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: 1400/3073] 199.204.45.132 () {34 vars in 994 bytes} [Wed Jun 10 11:09:10 2026] GET /v2.0/ports?device_id=06bf276f-e2f7-4a6b-8eda-17b245a459bd => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:09:10.313 8 INFO neutron_taas.services.taas.taas_plugin [req-346d8bea-85b3-4b0b-807e-a5c6ef086665 req-57a330ca-9d4f-4516-9ce4-dcae1d4f93da fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] TaaS: Handle Delete Port: 60b79a67-fd85-43fe-bd4c-9d3d65906c05 2026-06-10 11:09:10.316 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-346d8bea-85b3-4b0b-807e-a5c6ef086665 req-57a330ca-9d4f-4516-9ce4-dcae1d4f93da fdd1631be39440f1880320d5221245d1 8c1b8dcd962549a5819f2ff2f84c2074 - - default default] Tap Mirror: Handle Delete Port: 60b79a67-fd85-43fe-bd4c-9d3d65906c05 [pid: 8|app: 0|req: 1674/3074] 199.204.45.132 () {36 vars in 997 bytes} [Wed Jun 10 11:09:10 2026] DELETE /v2.0/ports/60b79a67-fd85-43fe-bd4c-9d3d65906c05 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:09:10.500 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5eaf239d-3f0e-4cb0-9d37-5bd0edb4a8ad'] response: {'server_uuid': '06bf276f-e2f7-4a6b-8eda-17b245a459bd', 'name': 'network-vif-deleted', 'tag': '60b79a67-fd85-43fe-bd4c-9d3d65906c05', 'status': 'completed', 'code': 200} 2026-06-10 11:09:11.942 7 INFO neutron_taas.services.taas.taas_plugin [None req-59d27954-a661-4a3f-8848-b2e85574bc6e 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] TaaS: Handle Delete Port: 49d14e34-eac2-4463-bdcf-2644d22d9c1c 2026-06-10 11:09:11.945 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59d27954-a661-4a3f-8848-b2e85574bc6e 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] Tap Mirror: Handle Delete Port: 49d14e34-eac2-4463-bdcf-2644d22d9c1c 2026-06-10 11:09:12.145 7 INFO neutron.db.l3_db [None req-59d27954-a661-4a3f-8848-b2e85574bc6e 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] Floating IP 4b88f9fc-7c1b-4333-92ef-7bace8df3f90 disassociated (deleted). External IP: 10.96.250.202, port: 4e4fd1c5-2f36-4f36-8092-ffe5fc9867e7. [pid: 7|app: 0|req: 1401/3075] 10.0.0.195 () {32 vars in 732 bytes} [Wed Jun 10 11:09:11 2026] DELETE /v2.0/floatingips/4b88f9fc-7c1b-4333-92ef-7bace8df3f90 => generated 0 bytes in 620 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:09:12.460 8 INFO neutron.api.v2.resource [None req-14361631-f743-4a54-bfb5-c5e0a16cb982 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1675/3076] 10.0.0.195 () {32 vars in 729 bytes} [Wed Jun 10 11:09:12 2026] GET /v2.0/floatingips/4b88f9fc-7c1b-4333-92ef-7bace8df3f90 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:09:12.478 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c6adad0f-fde3-4315-8758-052d541c75e4'] response: {'name': 'network-changed', 'server_uuid': 'a00ff756-25ef-40dd-b830-8d5f3b3321e8', 'tag': '4e4fd1c5-2f36-4f36-8092-ffe5fc9867e7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1402/3077] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:09:12 2026] GET /v2.0/ports?device_id=a00ff756-25ef-40dd-b830-8d5f3b3321e8 => generated 1204 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1676/3078] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:09:12 2026] GET /v2.0/security-groups?id=8c4241e0-da26-4e96-ba4a-a0f63b040357&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: 7|app: 0|req: 1403/3079] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:09:12 2026] GET /v2.0/ports?tenant_id=d9f7f35242ad409f9b0eb10666ed4331&device_id=a00ff756-25ef-40dd-b830-8d5f3b3321e8 => generated 1473 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1677/3080] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:09:13 2026] GET /v2.0/networks?id=60b03bae-4ade-4882-81da-7ad73c2d4d9f => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/3081] 199.204.45.132 () {34 vars in 1058 bytes} [Wed Jun 10 11:09:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.140&port_id=4e4fd1c5-2f36-4f36-8092-ffe5fc9867e7 => 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: 1678/3082] 199.204.45.132 () {34 vars in 1106 bytes} [Wed Jun 10 11:09:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A24e&port_id=4e4fd1c5-2f36-4f36-8092-ffe5fc9867e7 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/3083] 199.204.45.132 () {34 vars in 1064 bytes} [Wed Jun 10 11:09:13 2026] GET /v2.0/subnets?id=39f2d4a8-c4fc-422d-a4e2-a8e174e7960e&id=4686f8f8-46d5-41a1-9ceb-c68029b1e686 => generated 1413 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3084] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:09:13 2026] GET /v2.0/ports?network_id=60b03bae-4ade-4882-81da-7ad73c2d4d9f&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/3085] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:09:13 2026] GET /v2.0/ports?network_id=60b03bae-4ade-4882-81da-7ad73c2d4d9f&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1680/3086] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:09:13 2026] GET /v2.0/networks/60b03bae-4ade-4882-81da-7ad73c2d4d9f?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: 1407/3087] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:09:13 2026] GET /v2.0/networks/60b03bae-4ade-4882-81da-7ad73c2d4d9f?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: 1681/3088] 199.204.45.132 () {34 vars in 994 bytes} [Wed Jun 10 11:09:14 2026] GET /v2.0/ports?device_id=a00ff756-25ef-40dd-b830-8d5f3b3321e8 => generated 1202 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:09:15.216 7 INFO neutron_taas.services.taas.taas_plugin [req-eb80464e-4150-4029-8459-4124706446e1 req-5014d3ab-0844-46af-9615-bfda4d3bbff8 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] TaaS: Handle Delete Port: 4e4fd1c5-2f36-4f36-8092-ffe5fc9867e7 2026-06-10 11:09:15.219 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-eb80464e-4150-4029-8459-4124706446e1 req-5014d3ab-0844-46af-9615-bfda4d3bbff8 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] Tap Mirror: Handle Delete Port: 4e4fd1c5-2f36-4f36-8092-ffe5fc9867e7 [pid: 7|app: 0|req: 1408/3089] 199.204.45.132 () {36 vars in 997 bytes} [Wed Jun 10 11:09:15 2026] DELETE /v2.0/ports/4e4fd1c5-2f36-4f36-8092-ffe5fc9867e7 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:09:15.424 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-84ebd6b7-edab-484a-87f8-916e40c20ce1'] response: {'server_uuid': 'a00ff756-25ef-40dd-b830-8d5f3b3321e8', 'name': 'network-vif-deleted', 'tag': '4e4fd1c5-2f36-4f36-8092-ffe5fc9867e7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1682/3090] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:09:17 2026] GET /v2.0/ports?device_id=a00ff756-25ef-40dd-b830-8d5f3b3321e8 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:09:23.011 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ea2aa7c-70d7-42f9-b589-761d04cbec67 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] TaaS: Handle Delete Port: 49faf323-8b85-400b-bd81-6cc9bd3734ff 2026-06-10 11:09:23.020 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ea2aa7c-70d7-42f9-b589-761d04cbec67 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] Tap Mirror: Handle Delete Port: 49faf323-8b85-400b-bd81-6cc9bd3734ff 2026-06-10 11:09:23.199 8 INFO neutron.db.l3_db [None req-3ea2aa7c-70d7-42f9-b589-761d04cbec67 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] Floating IP 18d7a800-c66b-45db-b4eb-3d302796ed38 disassociated (deleted). External IP: 10.96.250.220, port: 30887f1b-4382-42d7-9e95-9b4c01c7677d. [pid: 8|app: 0|req: 1684/3093] 10.0.0.195 () {32 vars in 732 bytes} [Wed Jun 10 11:09:22 2026] DELETE /v2.0/floatingips/18d7a800-c66b-45db-b4eb-3d302796ed38 => generated 0 bytes in 564 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:09:23.481 7 INFO neutron.api.v2.resource [None req-8990ba67-c344-46d1-9def-ad44da1a3e3d 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1410/3094] 10.0.0.195 () {32 vars in 729 bytes} [Wed Jun 10 11:09:23 2026] GET /v2.0/floatingips/18d7a800-c66b-45db-b4eb-3d302796ed38 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:09:23.505 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b49972d5-961d-42a3-8e14-7d0532386a05'] response: {'name': 'network-changed', 'server_uuid': '0e5e59ce-328d-4905-9275-3a8adc2b2650', 'tag': '30887f1b-4382-42d7-9e95-9b4c01c7677d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1685/3095] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:09:23 2026] GET /v2.0/ports?device_id=0e5e59ce-328d-4905-9275-3a8adc2b2650 => generated 1188 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/3096] 10.0.0.172 () {34 vars in 1040 bytes} [Wed Jun 10 11:09:23 2026] GET /v2.0/security-groups?id=8c4241e0-da26-4e96-ba4a-a0f63b040357&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1686/3097] 199.204.45.132 () {34 vars in 1080 bytes} [Wed Jun 10 11:09:24 2026] GET /v2.0/ports?tenant_id=d9f7f35242ad409f9b0eb10666ed4331&device_id=0e5e59ce-328d-4905-9275-3a8adc2b2650 => 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: 1412/3098] 199.204.45.132 () {34 vars in 986 bytes} [Wed Jun 10 11:09:24 2026] GET /v2.0/networks?id=f7688acf-5ccf-4840-9a73-c84c8d5ae567 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1687/3099] 199.204.45.132 () {34 vars in 1056 bytes} [Wed Jun 10 11:09:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.81&port_id=30887f1b-4382-42d7-9e95-9b4c01c7677d => 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: 1413/3100] 199.204.45.132 () {34 vars in 1100 bytes} [Wed Jun 10 11:09:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A6&port_id=30887f1b-4382-42d7-9e95-9b4c01c7677d => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1688/3101] 199.204.45.132 () {34 vars in 1064 bytes} [Wed Jun 10 11:09:24 2026] GET /v2.0/subnets?id=0a23cea1-a121-4c48-9441-d7a08dd8f492&id=fd17f50a-3fa8-444f-bd4c-573edbaa5135 => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/3102] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:09:24 2026] GET /v2.0/ports?network_id=f7688acf-5ccf-4840-9a73-c84c8d5ae567&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: 1689/3103] 199.204.45.132 () {34 vars in 1052 bytes} [Wed Jun 10 11:09:24 2026] GET /v2.0/ports?network_id=f7688acf-5ccf-4840-9a73-c84c8d5ae567&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: 1415/3104] 199.204.45.132 () {34 vars in 1012 bytes} [Wed Jun 10 11:09:24 2026] GET /v2.0/networks/f7688acf-5ccf-4840-9a73-c84c8d5ae567?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1690/3105] 199.204.45.132 () {34 vars in 1112 bytes} [Wed Jun 10 11:09:24 2026] GET /v2.0/networks/f7688acf-5ccf-4840-9a73-c84c8d5ae567?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/3106] 199.204.45.132 () {34 vars in 994 bytes} [Wed Jun 10 11:09:26 2026] GET /v2.0/ports?device_id=0e5e59ce-328d-4905-9275-3a8adc2b2650 => generated 1188 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:09:26.244 8 INFO neutron_taas.services.taas.taas_plugin [req-deaf8cb0-f4bd-4918-8a88-da03ba96f91c req-0653f0b5-3263-4511-acd2-e00e23910308 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] TaaS: Handle Delete Port: 30887f1b-4382-42d7-9e95-9b4c01c7677d 2026-06-10 11:09:26.247 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-deaf8cb0-f4bd-4918-8a88-da03ba96f91c req-0653f0b5-3263-4511-acd2-e00e23910308 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] Tap Mirror: Handle Delete Port: 30887f1b-4382-42d7-9e95-9b4c01c7677d [pid: 8|app: 0|req: 1691/3107] 199.204.45.132 () {36 vars in 997 bytes} [Wed Jun 10 11:09:26 2026] DELETE /v2.0/ports/30887f1b-4382-42d7-9e95-9b4c01c7677d => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:09:26.456 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-209a8ee9-004e-44ef-ae21-fb880c201399'] response: {'server_uuid': '0e5e59ce-328d-4905-9275-3a8adc2b2650', 'name': 'network-vif-deleted', 'tag': '30887f1b-4382-42d7-9e95-9b4c01c7677d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1417/3108] 10.0.0.172 () {34 vars in 990 bytes} [Wed Jun 10 11:09:28 2026] GET /v2.0/ports?device_id=0e5e59ce-328d-4905-9275-3a8adc2b2650 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1692/3109] 10.0.0.195 () {32 vars in 750 bytes} [Wed Jun 10 11:09:33 2026] DELETE /v2.0/security-group-rules/03e33fcf-d112-4175-a70b-7aff954d02d6 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:09:34.000 7 INFO neutron.api.v2.resource [None req-fafdaa14-fc1f-44f5-b63b-dd9068885b9c 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1418/3110] 10.0.0.195 () {32 vars in 747 bytes} [Wed Jun 10 11:09:33 2026] GET /v2.0/security-group-rules/03e33fcf-d112-4175-a70b-7aff954d02d6 => 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: 1693/3111] 10.0.0.195 () {32 vars in 750 bytes} [Wed Jun 10 11:09:34 2026] DELETE /v2.0/security-group-rules/7e9f41d3-b438-4e04-9dd9-f4a86df31a6e => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:09:34.110 7 INFO neutron.api.v2.resource [None req-e2499267-a24a-46e9-bada-3e0908b52fe1 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1419/3112] 10.0.0.195 () {32 vars in 747 bytes} [Wed Jun 10 11:09:34 2026] GET /v2.0/security-group-rules/7e9f41d3-b438-4e04-9dd9-f4a86df31a6e => generated 155 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1694/3113] 10.0.0.195 () {32 vars in 750 bytes} [Wed Jun 10 11:09:34 2026] DELETE /v2.0/security-group-rules/5ab39172-798d-4bc6-be9a-694e175c0cde => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:09:34.209 7 INFO neutron.api.v2.resource [None req-365c2a80-68e9-4805-8bfa-186fb8a2953f 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1420/3114] 10.0.0.195 () {32 vars in 747 bytes} [Wed Jun 10 11:09:34 2026] GET /v2.0/security-group-rules/5ab39172-798d-4bc6-be9a-694e175c0cde => 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: 1695/3115] 10.0.0.195 () {32 vars in 750 bytes} [Wed Jun 10 11:09:34 2026] DELETE /v2.0/security-group-rules/49a0db41-2bcb-4f6c-894e-508fd039e010 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:09:34.275 7 INFO neutron.api.v2.resource [None req-68d1df7d-dd6c-405c-a243-b71ab7e45869 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1421/3116] 10.0.0.195 () {32 vars in 747 bytes} [Wed Jun 10 11:09:34 2026] GET /v2.0/security-group-rules/49a0db41-2bcb-4f6c-894e-508fd039e010 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1696/3117] 10.0.0.195 () {32 vars in 750 bytes} [Wed Jun 10 11:09:34 2026] DELETE /v2.0/security-group-rules/f6aebf47-fe67-4074-abd8-3906106ccc53 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:09:34.362 7 INFO neutron.api.v2.resource [None req-1fb22544-0167-4266-9112-130964e3e491 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1422/3118] 10.0.0.195 () {32 vars in 747 bytes} [Wed Jun 10 11:09:34 2026] GET /v2.0/security-group-rules/f6aebf47-fe67-4074-abd8-3906106ccc53 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1697/3119] 10.0.0.195 () {32 vars in 750 bytes} [Wed Jun 10 11:09:34 2026] DELETE /v2.0/security-group-rules/58f7d197-d18d-4d23-8100-b0a6eded474a => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:09:34.444 7 INFO neutron.api.v2.resource [None req-6a773afd-0e68-40a0-bd48-cf56884fdd78 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1423/3120] 10.0.0.195 () {32 vars in 747 bytes} [Wed Jun 10 11:09:34 2026] GET /v2.0/security-group-rules/58f7d197-d18d-4d23-8100-b0a6eded474a => 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: 1698/3121] 10.0.0.195 () {32 vars in 750 bytes} [Wed Jun 10 11:09:34 2026] DELETE /v2.0/security-group-rules/cd6eaf65-489c-4505-8367-04c245f014d2 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:09:34.531 7 INFO neutron.api.v2.resource [None req-5d9e5b2a-b75a-4bee-bc3c-f6a66d47da33 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1424/3122] 10.0.0.195 () {32 vars in 747 bytes} [Wed Jun 10 11:09:34 2026] GET /v2.0/security-group-rules/cd6eaf65-489c-4505-8367-04c245f014d2 => 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: 1699/3123] 10.0.0.195 () {32 vars in 750 bytes} [Wed Jun 10 11:09:34 2026] DELETE /v2.0/security-group-rules/d87751c3-80a2-47e9-932f-fb7a0d023371 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:09:34.621 7 INFO neutron.api.v2.resource [None req-a2bf1316-4701-4fed-8779-a37751239c3c 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1425/3124] 10.0.0.195 () {32 vars in 747 bytes} [Wed Jun 10 11:09:34 2026] GET /v2.0/security-group-rules/d87751c3-80a2-47e9-932f-fb7a0d023371 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1700/3125] 10.0.0.195 () {32 vars in 750 bytes} [Wed Jun 10 11:09:34 2026] DELETE /v2.0/security-group-rules/98d861c4-3710-4403-aa41-7bac87594af5 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:09:34.715 7 INFO neutron.api.v2.resource [None req-422c3c2c-dcca-4a98-ad5c-83c4319acd99 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1426/3126] 10.0.0.195 () {32 vars in 747 bytes} [Wed Jun 10 11:09:34 2026] GET /v2.0/security-group-rules/98d861c4-3710-4403-aa41-7bac87594af5 => generated 155 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1701/3127] 10.0.0.195 () {32 vars in 750 bytes} [Wed Jun 10 11:09:34 2026] DELETE /v2.0/security-group-rules/c1e22b8e-1e03-427e-ab9e-336ce60b9aa6 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:09:34.790 7 INFO neutron.api.v2.resource [None req-da0822bd-64ef-41fc-885c-58fe1dd19fbd 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1427/3128] 10.0.0.195 () {32 vars in 747 bytes} [Wed Jun 10 11:09:34 2026] GET /v2.0/security-group-rules/c1e22b8e-1e03-427e-ab9e-336ce60b9aa6 => 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: 1702/3129] 10.0.0.195 () {32 vars in 750 bytes} [Wed Jun 10 11:09:34 2026] DELETE /v2.0/security-group-rules/3f0aa55b-b9ad-43bc-9652-67890da9b884 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:09:34.874 7 INFO neutron.api.v2.resource [None req-453d8f40-d1bb-4f8d-a4d1-cecb711a0b06 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1428/3130] 10.0.0.195 () {32 vars in 747 bytes} [Wed Jun 10 11:09:34 2026] GET /v2.0/security-group-rules/3f0aa55b-b9ad-43bc-9652-67890da9b884 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1703/3131] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:09:34 2026] DELETE /v2.0/security-groups/8c4241e0-da26-4e96-ba4a-a0f63b040357 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:09:34.984 7 INFO neutron.api.v2.resource [None req-71d9ca01-284a-4c99-8c93-2423a57363b4 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1429/3132] 10.0.0.195 () {32 vars in 737 bytes} [Wed Jun 10 11:09:34 2026] GET /v2.0/security-groups/8c4241e0-da26-4e96-ba4a-a0f63b040357 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:09:35.376 8 INFO neutron_taas.services.taas.taas_plugin [None req-497d2615-27e3-44b5-ba58-a3199fa43dcf 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] TaaS: Handle Delete Port: ef161d00-1ee8-4903-bd96-c290768e6a2b 2026-06-10 11:09:35.379 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-497d2615-27e3-44b5-ba58-a3199fa43dcf 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] Tap Mirror: Handle Delete Port: ef161d00-1ee8-4903-bd96-c290768e6a2b [pid: 8|app: 0|req: 1704/3133] 10.0.0.195 () {34 vars in 789 bytes} [Wed Jun 10 11:09:35 2026] PUT /v2.0/routers/972ce431-080f-4b7b-bf9f-736389711fbc/remove_router_interface => generated 309 bytes in 879 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:09:36.080 7 INFO neutron.api.v2.resource [None req-f6c06e97-5457-4e40-bc88-c7df082f2756 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1430/3134] 10.0.0.195 () {34 vars in 789 bytes} [Wed Jun 10 11:09:35 2026] PUT /v2.0/routers/972ce431-080f-4b7b-bf9f-736389711fbc/remove_router_interface => generated 198 bytes in 169 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:09:36.464 8 INFO neutron_taas.services.taas.taas_plugin [None req-742560b6-6d35-42e9-a545-75a1a3ea85ad 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] TaaS: Handle Delete Port: c0e9cf49-5481-4cce-80f1-e8da4f12aa80 2026-06-10 11:09:36.468 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-742560b6-6d35-42e9-a545-75a1a3ea85ad 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] Tap Mirror: Handle Delete Port: c0e9cf49-5481-4cce-80f1-e8da4f12aa80 [pid: 8|app: 0|req: 1705/3137] 10.0.0.195 () {34 vars in 789 bytes} [Wed Jun 10 11:09:36 2026] PUT /v2.0/routers/972ce431-080f-4b7b-bf9f-736389711fbc/remove_router_interface => generated 309 bytes in 938 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:09:37.208 7 INFO neutron.api.v2.resource [None req-096fab8f-f641-4441-8af4-8c48aab62fad 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1433/3138] 10.0.0.195 () {34 vars in 789 bytes} [Wed Jun 10 11:09:37 2026] PUT /v2.0/routers/972ce431-080f-4b7b-bf9f-736389711fbc/remove_router_interface => generated 198 bytes in 181 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:09:37.581 8 INFO neutron_taas.services.taas.taas_plugin [None req-f71355a6-568d-40ce-bfe3-0a881d88eedb 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] TaaS: Handle Delete Port: 4f933e29-7f9d-4604-b221-161a62bd73c1 2026-06-10 11:09:37.584 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f71355a6-568d-40ce-bfe3-0a881d88eedb 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] Tap Mirror: Handle Delete Port: 4f933e29-7f9d-4604-b221-161a62bd73c1 [pid: 8|app: 0|req: 1706/3139] 10.0.0.195 () {34 vars in 789 bytes} [Wed Jun 10 11:09:37 2026] PUT /v2.0/routers/972ce431-080f-4b7b-bf9f-736389711fbc/remove_router_interface => generated 309 bytes in 900 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 11:09:38.285 7 INFO neutron.api.v2.resource [None req-c6d29c64-a387-4696-b5b0-b5abeaf15a72 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1434/3140] 10.0.0.195 () {34 vars in 789 bytes} [Wed Jun 10 11:09:38 2026] PUT /v2.0/routers/972ce431-080f-4b7b-bf9f-736389711fbc/remove_router_interface => generated 198 bytes in 163 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:09:38.452 8 INFO neutron_taas.services.taas.taas_plugin [None req-32285188-07a7-4e07-86f8-641b4cd2c64c 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] TaaS: Handle Delete Port: 8fe98b74-65e7-44a9-b1aa-e9f9e52470bb 2026-06-10 11:09:38.455 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32285188-07a7-4e07-86f8-641b4cd2c64c 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] Tap Mirror: Handle Delete Port: 8fe98b74-65e7-44a9-b1aa-e9f9e52470bb 2026-06-10 11:09:38.688 8 INFO neutron_taas.services.taas.taas_plugin [None req-32285188-07a7-4e07-86f8-641b4cd2c64c 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] TaaS: Handle Delete Port: b0b38332-9d8e-40d2-b2a3-d1c469d1aee1 2026-06-10 11:09:38.691 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32285188-07a7-4e07-86f8-641b4cd2c64c 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] Tap Mirror: Handle Delete Port: b0b38332-9d8e-40d2-b2a3-d1c469d1aee1 2026-06-10 11:09:39.028 8 INFO neutron.db.l3_hamode_db [None req-32285188-07a7-4e07-86f8-641b4cd2c64c 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] HA network 2a31e620-a30d-4d69-8992-0ce53add2f8e was deleted as no HA routers are present in tenant d9f7f35242ad409f9b0eb10666ed4331. 2026-06-10 11:09:39.036 8 INFO neutron.services.segments.plugin [-] Segment dca637fc-e2b1-4d9d-8ffc-534c7717904c resource provider aggregate not found [pid: 8|app: 0|req: 1707/3141] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:09:38 2026] DELETE /v2.0/routers/972ce431-080f-4b7b-bf9f-736389711fbc => generated 0 bytes in 751 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:09:39.046 8 INFO neutron.services.segments.plugin [-] Segment dca637fc-e2b1-4d9d-8ffc-534c7717904c resource provider aggregate not found 2026-06-10 11:09:39.059 8 INFO neutron.services.segments.plugin [-] Segment dca637fc-e2b1-4d9d-8ffc-534c7717904c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dca637fc-e2b1-4d9d-8ffc-534c7717904c found for delete ", "request_id": "req-0966e4b9-5a41-4263-aada-0976123d32ec"}]} 2026-06-10 11:09:39.069 7 INFO neutron.api.v2.resource [None req-c7665155-6949-4746-88d4-f25768a83d2d 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1435/3142] 10.0.0.195 () {32 vars in 721 bytes} [Wed Jun 10 11:09:39 2026] GET /v2.0/routers/972ce431-080f-4b7b-bf9f-736389711fbc => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:09:39.076 8 INFO neutron.services.segments.plugin [-] Segment dca637fc-e2b1-4d9d-8ffc-534c7717904c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dca637fc-e2b1-4d9d-8ffc-534c7717904c found for delete ", "request_id": "req-c7b27d3e-74e2-4f75-bd9c-415da3c91f5c"}]} [pid: 8|app: 0|req: 1708/3143] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:09:39 2026] DELETE /v2.0/subnets/39f2d4a8-c4fc-422d-a4e2-a8e174e7960e => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:09:39.240 7 INFO neutron.pecan_wsgi.hooks.translation [None req-63f6bdfe-f255-4e5c-bee7-67d33c998ba0 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1436/3144] 10.0.0.195 () {32 vars in 721 bytes} [Wed Jun 10 11:09:39 2026] GET /v2.0/subnets/39f2d4a8-c4fc-422d-a4e2-a8e174e7960e => 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: 1709/3145] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:09:39 2026] DELETE /v2.0/subnets/4686f8f8-46d5-41a1-9ceb-c68029b1e686 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:09:39.411 7 INFO neutron.pecan_wsgi.hooks.translation [None req-80c925c8-12cd-4d31-8247-2227a77cc6bc 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1437/3146] 10.0.0.195 () {32 vars in 721 bytes} [Wed Jun 10 11:09:39 2026] GET /v2.0/subnets/4686f8f8-46d5-41a1-9ceb-c68029b1e686 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:09:39.515 8 INFO neutron_taas.services.taas.taas_plugin [None req-b091e996-9172-4754-bbea-cad9cb51caa6 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] TaaS: Handle Delete Port: 3480e82b-94a1-4eed-b961-ff88fa96df07 2026-06-10 11:09:39.519 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b091e996-9172-4754-bbea-cad9cb51caa6 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] Tap Mirror: Handle Delete Port: 3480e82b-94a1-4eed-b961-ff88fa96df07 [pid: 8|app: 0|req: 1710/3147] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:09:39 2026] DELETE /v2.0/networks/60b03bae-4ade-4882-81da-7ad73c2d4d9f => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:09:39.704 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bdbc09ac-344b-47f9-877e-2fa3a505c743 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1438/3148] 10.0.0.195 () {32 vars in 723 bytes} [Wed Jun 10 11:09:39 2026] GET /v2.0/networks/60b03bae-4ade-4882-81da-7ad73c2d4d9f => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1711/3149] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:09:39 2026] DELETE /v2.0/subnets/0a23cea1-a121-4c48-9441-d7a08dd8f492 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:09:39.888 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d54616d8-c20f-4099-975b-69164cd6eedf 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1439/3150] 10.0.0.195 () {32 vars in 721 bytes} [Wed Jun 10 11:09:39 2026] GET /v2.0/subnets/0a23cea1-a121-4c48-9441-d7a08dd8f492 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1712/3151] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:09:39 2026] DELETE /v2.0/subnets/fd17f50a-3fa8-444f-bd4c-573edbaa5135 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:09:40.069 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c88c6bf7-7335-4484-b22e-d5cbebfe2063 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1440/3152] 10.0.0.195 () {32 vars in 721 bytes} [Wed Jun 10 11:09:40 2026] GET /v2.0/subnets/fd17f50a-3fa8-444f-bd4c-573edbaa5135 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:09:40.175 8 INFO neutron_taas.services.taas.taas_plugin [None req-b7478d9b-d537-4c5c-9e66-61cc93741fc0 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] TaaS: Handle Delete Port: 7de93b1e-19c9-448c-ba41-e0f3cff7578c 2026-06-10 11:09:40.178 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7478d9b-d537-4c5c-9e66-61cc93741fc0 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] Tap Mirror: Handle Delete Port: 7de93b1e-19c9-448c-ba41-e0f3cff7578c [pid: 8|app: 0|req: 1713/3153] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:09:40 2026] DELETE /v2.0/networks/f7688acf-5ccf-4840-9a73-c84c8d5ae567 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:09:40.364 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8a78b579-27d7-4e9c-8fdc-57a428f52728 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1441/3154] 10.0.0.195 () {32 vars in 723 bytes} [Wed Jun 10 11:09:40 2026] GET /v2.0/networks/f7688acf-5ccf-4840-9a73-c84c8d5ae567 => 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: 1714/3155] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:09:40 2026] DELETE /v2.0/subnets/a6ec34ba-9627-4ddf-ac68-793c113fd5ce => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:09:40.524 7 INFO neutron.pecan_wsgi.hooks.translation [None req-833888bf-9f26-4b15-a8b4-9ebf95b304bc 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1442/3156] 10.0.0.195 () {32 vars in 721 bytes} [Wed Jun 10 11:09:40 2026] GET /v2.0/subnets/a6ec34ba-9627-4ddf-ac68-793c113fd5ce => 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: 1715/3157] 10.0.0.195 () {32 vars in 724 bytes} [Wed Jun 10 11:09:40 2026] DELETE /v2.0/subnets/9bde6b6b-e65f-4089-895a-132bca36290a => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:09:40.691 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c5c579a5-9cb6-410c-a5ae-98fa18070721 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1443/3158] 10.0.0.195 () {32 vars in 721 bytes} [Wed Jun 10 11:09:40 2026] GET /v2.0/subnets/9bde6b6b-e65f-4089-895a-132bca36290a => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:09:40.804 8 INFO neutron_taas.services.taas.taas_plugin [None req-e13fd845-1be6-4e3b-a477-b3a129913504 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] TaaS: Handle Delete Port: c4d02d83-f552-43b4-9fba-ebb10c82be65 2026-06-10 11:09:40.807 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e13fd845-1be6-4e3b-a477-b3a129913504 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] Tap Mirror: Handle Delete Port: c4d02d83-f552-43b4-9fba-ebb10c82be65 [pid: 8|app: 0|req: 1716/3159] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:09:40 2026] DELETE /v2.0/networks/e0a5be42-9c69-4108-8da0-f77ecfb8a44d => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:09:40.992 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ce8121e5-dabb-4d7b-b7b2-766dc1440d8f 5616187997ca4de88a8e1385418f48d8 d9f7f35242ad409f9b0eb10666ed4331 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1444/3160] 10.0.0.195 () {32 vars in 723 bytes} [Wed Jun 10 11:09:40 2026] GET /v2.0/networks/e0a5be42-9c69-4108-8da0-f77ecfb8a44d => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 11:09:41.087 8 INFO neutron.services.segments.plugin [-] Segment 7c51a688-f2c5-41e5-aa04-1403da537f02 resource provider aggregate not found 2026-06-10 11:09:41.093 8 INFO neutron.services.segments.plugin [-] Segment 7c51a688-f2c5-41e5-aa04-1403da537f02 resource provider aggregate not found 2026-06-10 11:09:41.107 8 INFO neutron.services.segments.plugin [-] Segment 7c51a688-f2c5-41e5-aa04-1403da537f02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c51a688-f2c5-41e5-aa04-1403da537f02 found for delete ", "request_id": "req-f291a26a-58b9-452f-9adf-fb4fb6a88313"}]} 2026-06-10 11:09:41.113 8 INFO neutron.services.segments.plugin [-] Segment 7c51a688-f2c5-41e5-aa04-1403da537f02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c51a688-f2c5-41e5-aa04-1403da537f02 found for delete ", "request_id": "req-27f76e07-fd85-4646-b2ca-0fcc6ecb70b3"}]} 2026-06-10 11:09:41.126 8 INFO neutron.services.segments.plugin [-] Segment c10a3a18-d795-4c79-9d25-2e77ced5b591 resource provider aggregate not found 2026-06-10 11:09:41.137 8 INFO neutron.services.segments.plugin [-] Segment c10a3a18-d795-4c79-9d25-2e77ced5b591 resource provider aggregate not found 2026-06-10 11:09:41.149 8 INFO neutron.services.segments.plugin [-] Segment c10a3a18-d795-4c79-9d25-2e77ced5b591 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c10a3a18-d795-4c79-9d25-2e77ced5b591 found for delete ", "request_id": "req-dcfda19c-eec7-446a-9717-fafcfaa8fec0"}]} 2026-06-10 11:09:41.161 8 INFO neutron.services.segments.plugin [-] Segment c10a3a18-d795-4c79-9d25-2e77ced5b591 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c10a3a18-d795-4c79-9d25-2e77ced5b591 found for delete ", "request_id": "req-2912b131-675a-4fa8-99d6-39416ccaceb5"}]} 2026-06-10 11:09:41.169 8 INFO neutron.services.segments.plugin [-] Segment ae9dd585-9c7a-4995-bfe1-74e1e48bf75c resource provider aggregate not found 2026-06-10 11:09:41.181 8 INFO neutron.services.segments.plugin [-] Segment ae9dd585-9c7a-4995-bfe1-74e1e48bf75c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae9dd585-9c7a-4995-bfe1-74e1e48bf75c found for delete ", "request_id": "req-f9de2467-2427-4009-9acb-58b4bab685a2"}]} 2026-06-10 11:09:41.184 8 INFO neutron.services.segments.plugin [-] Segment ae9dd585-9c7a-4995-bfe1-74e1e48bf75c resource provider aggregate not found 2026-06-10 11:09:41.200 8 INFO neutron.services.segments.plugin [-] Segment ae9dd585-9c7a-4995-bfe1-74e1e48bf75c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae9dd585-9c7a-4995-bfe1-74e1e48bf75c found for delete ", "request_id": "req-92cab11d-89bd-4ffe-97b2-63b1d3605053"}]} [pid: 8|app: 0|req: 1717/3161] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:09:42 2026] GET /v2.0/security-groups?tenant_id=7b5558e8cee74ad886d6737e3d95b1f3&name=default => generated 2929 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/3162] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:09:43 2026] DELETE /v2.0/security-groups/ffc03a63-34ad-4407-85d5-6d5591ca73f6 => 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: 1718/3163] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:09:43 2026] GET /v2.0/security-groups?tenant_id=c3c5a2ee0e3648e99ca4e4da02bbd244&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/3164] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:09:43 2026] DELETE /v2.0/security-groups/185bf44d-3aa5-4201-9bad-fe5bdba2bdcd => 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: 1719/3165] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:09:43 2026] GET /v2.0/security-groups?tenant_id=c5df95100f67428b81bb510c34774774&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/3166] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:09:43 2026] DELETE /v2.0/security-groups/2a088be7-5dae-4c19-abfc-ef48380f55ff => 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: 1720/3167] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:09:44 2026] GET /v2.0/security-groups?tenant_id=d44c063b21e24d8fb471114a7607ddb0&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/3168] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:09:44 2026] DELETE /v2.0/security-groups/f7dad067-8d2d-4541-adc2-c9ce3a50e8c9 => 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: 1721/3169] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:09:44 2026] GET /v2.0/security-groups?tenant_id=4e63ce93e5794bef923f45ee84886328&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: 1449/3170] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:09:44 2026] DELETE /v2.0/security-groups/32dfe936-e9fd-4e13-80f6-538d9e2aff4f => 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: 1722/3171] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:09:44 2026] GET /v2.0/security-groups?tenant_id=fbd2cb1bc2f2455788ee8818790e9b57&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/3172] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:09:44 2026] DELETE /v2.0/security-groups/0568a197-2a86-4a84-98be-21e0417ea7b1 => 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: 1723/3173] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:09:45 2026] GET /v2.0/security-groups?tenant_id=d9f7f35242ad409f9b0eb10666ed4331&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/3174] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:09:45 2026] DELETE /v2.0/security-groups/1e1e2793-d463-4965-8d58-448366524c27 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:09:49.389 8 INFO neutron.db.segments_db [None req-6a0a06cb-680f-4761-b6ed-f70a6f7ab94a 0424f4b27f1b41269cc1f2e9667bf32a d0c72a17df0f4c128d377ecc942cbd44 - - default default] Added segment a2a93f15-daf0-4bae-9a46-a0f08999258d of type vxlan for network afe73fff-73eb-4995-a1b6-0d0ca7a4034b [pid: 8|app: 0|req: 1724/3175] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:09:49 2026] POST /v2.0/networks => generated 613 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:09:49.532 7 INFO neutron.db.segments_db [None req-80741fab-2bac-4de6-a417-92fa4f8e5e64 0424f4b27f1b41269cc1f2e9667bf32a d0c72a17df0f4c128d377ecc942cbd44 - - default default] Added segment fcf29a4a-8325-489c-a46f-7e9cbc13c1be of type vxlan for network 38c98e03-8958-48f3-a33f-e34c856a4a51 [pid: 7|app: 0|req: 1452/3176] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:09:49 2026] POST /v2.0/networks => generated 612 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:09:49.670 8 INFO neutron.db.segments_db [None req-7521227a-c003-44c9-ba88-def0067aa542 0424f4b27f1b41269cc1f2e9667bf32a d0c72a17df0f4c128d377ecc942cbd44 - - default default] Added segment 87d5a768-1a94-4cbe-85ad-7581daede891 of type vxlan for network 7097c490-860f-46c5-b1b8-7bf692d47f24 [pid: 8|app: 0|req: 1725/3177] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:09:49 2026] POST /v2.0/networks => generated 612 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:09:49.799 7 INFO neutron.db.segments_db [None req-b4b08727-9725-459d-b811-3c96e975d2af 0424f4b27f1b41269cc1f2e9667bf32a d0c72a17df0f4c128d377ecc942cbd44 - - default default] Added segment db98daaf-d7a7-42c7-b512-5d7260f5c6c0 of type vxlan for network 8784ddb2-8da0-44e4-88e6-30badc9e38be [pid: 7|app: 0|req: 1453/3178] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:09:49 2026] POST /v2.0/networks => generated 613 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:09:49.923 8 INFO neutron.db.segments_db [None req-fd23c08b-93af-457d-9257-8168f67f1154 0424f4b27f1b41269cc1f2e9667bf32a d0c72a17df0f4c128d377ecc942cbd44 - - default default] Added segment a24ee867-4df7-4f3d-8055-2d6607dabd7b of type vxlan for network 3998fc5c-d0f0-4b5d-8f81-1efc4001af03 [pid: 8|app: 0|req: 1726/3179] 10.0.0.195 () {34 vars in 670 bytes} [Wed Jun 10 11:09:49 2026] POST /v2.0/networks => generated 613 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/3180] 10.0.0.195 () {34 vars in 753 bytes} [Wed Jun 10 11:09:50 2026] PUT /v2.0/networks/afe73fff-73eb-4995-a1b6-0d0ca7a4034b/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1727/3181] 10.0.0.195 () {34 vars in 753 bytes} [Wed Jun 10 11:09:50 2026] PUT /v2.0/networks/38c98e03-8958-48f3-a33f-e34c856a4a51/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/3182] 10.0.0.195 () {34 vars in 753 bytes} [Wed Jun 10 11:09:50 2026] PUT /v2.0/networks/7097c490-860f-46c5-b1b8-7bf692d47f24/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1728/3183] 10.0.0.195 () {34 vars in 753 bytes} [Wed Jun 10 11:09:50 2026] PUT /v2.0/networks/8784ddb2-8da0-44e4-88e6-30badc9e38be/tags => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/3184] 10.0.0.195 () {32 vars in 666 bytes} [Wed Jun 10 11:09:50 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1729/3185] 10.0.0.195 () {32 vars in 680 bytes} [Wed Jun 10 11:09:50 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/3186] 10.0.0.195 () {32 vars in 676 bytes} [Wed Jun 10 11:09:50 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1730/3187] 10.0.0.195 () {32 vars in 688 bytes} [Wed Jun 10 11:09:50 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/3188] 10.0.0.195 () {32 vars in 674 bytes} [Wed Jun 10 11:09:50 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1731/3189] 10.0.0.195 () {32 vars in 688 bytes} [Wed Jun 10 11:09:50 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2469 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/3190] 10.0.0.195 () {32 vars in 684 bytes} [Wed Jun 10 11:09:50 2026] GET /v2.0/networks?not-tags-any=blue => generated 2469 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1732/3191] 10.0.0.195 () {32 vars in 696 bytes} [Wed Jun 10 11:09:50 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/3192] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:09:50 2026] DELETE /v2.0/networks/afe73fff-73eb-4995-a1b6-0d0ca7a4034b => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:09:50.899 7 INFO neutron.services.segments.plugin [-] Segment a2a93f15-daf0-4bae-9a46-a0f08999258d resource provider aggregate not found 2026-06-10 11:09:50.915 7 INFO neutron.services.segments.plugin [-] Segment a2a93f15-daf0-4bae-9a46-a0f08999258d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2a93f15-daf0-4bae-9a46-a0f08999258d found for delete ", "request_id": "req-c4b0d4a6-e815-4625-b053-d582149a610d"}]} 2026-06-10 11:09:50.917 7 INFO neutron.services.segments.plugin [-] Segment a2a93f15-daf0-4bae-9a46-a0f08999258d resource provider aggregate not found 2026-06-10 11:09:50.931 7 INFO neutron.services.segments.plugin [-] Segment a2a93f15-daf0-4bae-9a46-a0f08999258d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2a93f15-daf0-4bae-9a46-a0f08999258d found for delete ", "request_id": "req-beb64e8e-9b81-41e9-88fa-72d845e2accb"}]} 2026-06-10 11:09:50.949 8 INFO neutron.services.segments.plugin [-] Segment fcf29a4a-8325-489c-a46f-7e9cbc13c1be resource provider aggregate not found 2026-06-10 11:09:50.955 8 INFO neutron.services.segments.plugin [-] Segment fcf29a4a-8325-489c-a46f-7e9cbc13c1be resource provider aggregate not found 2026-06-10 11:09:50.966 8 INFO neutron.services.segments.plugin [-] Segment fcf29a4a-8325-489c-a46f-7e9cbc13c1be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcf29a4a-8325-489c-a46f-7e9cbc13c1be found for delete ", "request_id": "req-99484fee-b5a0-443f-9fd7-6b0a702ea9c7"}]} 2026-06-10 11:09:50.970 8 INFO neutron.services.segments.plugin [-] Segment fcf29a4a-8325-489c-a46f-7e9cbc13c1be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcf29a4a-8325-489c-a46f-7e9cbc13c1be found for delete ", "request_id": "req-3b86fd7a-cf60-42b1-9dde-1bf0335bfd11"}]} [pid: 8|app: 0|req: 1733/3193] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:09:50 2026] DELETE /v2.0/networks/38c98e03-8958-48f3-a33f-e34c856a4a51 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/3194] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:09:50 2026] DELETE /v2.0/networks/7097c490-860f-46c5-b1b8-7bf692d47f24 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1734/3195] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:09:51 2026] DELETE /v2.0/networks/8784ddb2-8da0-44e4-88e6-30badc9e38be => 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: 1462/3196] 10.0.0.195 () {32 vars in 726 bytes} [Wed Jun 10 11:09:51 2026] DELETE /v2.0/networks/3998fc5c-d0f0-4b5d-8f81-1efc4001af03 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1736/3199] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:09:52 2026] GET /v2.0/security-groups?tenant_id=5732b968925b4562b073578d8dca07dd&name=default => generated 2929 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/3200] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:09:52 2026] DELETE /v2.0/security-groups/5dcb472e-d2a9-4ef9-8685-0b2bf456a888 => 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: 1737/3201] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:09:52 2026] GET /v2.0/security-groups?tenant_id=46b65f7673ab4471a46b8e24277d525e&name=default => generated 2929 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/3202] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:09:52 2026] DELETE /v2.0/security-groups/77502168-955c-47d5-ba6d-2b277bd3ab92 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:09:52.935 7 INFO neutron.services.segments.plugin [-] Segment 87d5a768-1a94-4cbe-85ad-7581daede891 resource provider aggregate not found [pid: 8|app: 0|req: 1738/3203] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:09:52 2026] GET /v2.0/security-groups?tenant_id=d0c72a17df0f4c128d377ecc942cbd44&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 11:09:52.951 7 INFO neutron.services.segments.plugin [-] Segment 87d5a768-1a94-4cbe-85ad-7581daede891 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87d5a768-1a94-4cbe-85ad-7581daede891 found for delete ", "request_id": "req-40cbb5a5-0184-456b-93a6-230fd29dd545"}]} 2026-06-10 11:09:52.953 7 INFO neutron.services.segments.plugin [-] Segment 87d5a768-1a94-4cbe-85ad-7581daede891 resource provider aggregate not found 2026-06-10 11:09:52.979 7 INFO neutron.services.segments.plugin [-] Segment a24ee867-4df7-4f3d-8055-2d6607dabd7b resource provider aggregate not found 2026-06-10 11:09:52.980 8 INFO neutron.services.segments.plugin [-] Segment db98daaf-d7a7-42c7-b512-5d7260f5c6c0 resource provider aggregate not found 2026-06-10 11:09:52.986 7 INFO neutron.services.segments.plugin [-] Segment 87d5a768-1a94-4cbe-85ad-7581daede891 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87d5a768-1a94-4cbe-85ad-7581daede891 found for delete ", "request_id": "req-14e88cc9-b6db-4640-8f90-cd28337111a2"}]} 2026-06-10 11:09:52.986 8 INFO neutron.services.segments.plugin [-] Segment db98daaf-d7a7-42c7-b512-5d7260f5c6c0 resource provider aggregate not found 2026-06-10 11:09:52.991 8 INFO neutron.services.segments.plugin [-] Segment db98daaf-d7a7-42c7-b512-5d7260f5c6c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db98daaf-d7a7-42c7-b512-5d7260f5c6c0 found for delete ", "request_id": "req-62c61131-76d1-4756-9efb-80d84d442284"}]} 2026-06-10 11:09:52.998 8 INFO neutron.services.segments.plugin [-] Segment db98daaf-d7a7-42c7-b512-5d7260f5c6c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db98daaf-d7a7-42c7-b512-5d7260f5c6c0 found for delete ", "request_id": "req-9ed3f4d1-58bd-49dc-bea6-f5864b3643dd"}]} 2026-06-10 11:09:53.005 7 INFO neutron.services.segments.plugin [-] Segment a24ee867-4df7-4f3d-8055-2d6607dabd7b resource provider aggregate not found 2026-06-10 11:09:53.008 7 INFO neutron.services.segments.plugin [-] Segment a24ee867-4df7-4f3d-8055-2d6607dabd7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a24ee867-4df7-4f3d-8055-2d6607dabd7b found for delete ", "request_id": "req-d59616ce-bcd3-4ac2-bc62-9af147506dc2"}]} 2026-06-10 11:09:53.025 7 INFO neutron.services.segments.plugin [-] Segment a24ee867-4df7-4f3d-8055-2d6607dabd7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a24ee867-4df7-4f3d-8055-2d6607dabd7b found for delete ", "request_id": "req-0cdb79de-abc6-4f37-b5a4-fa2e7a205520"}]} [pid: 7|app: 0|req: 1466/3204] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:09:52 2026] DELETE /v2.0/security-groups/2cf10e98-52d5-4bf1-ac4e-3331e9759b39 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1739/3205] 10.0.0.195 () {34 vars in 676 bytes} [Wed Jun 10 11:09:56 2026] POST /v2.0/floatingips => generated 552 bytes in 608 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/3206] 10.0.0.195 () {34 vars in 759 bytes} [Wed Jun 10 11:09:56 2026] PUT /v2.0/floatingips/64c00d85-7b5b-4800-8da9-30b7ff148076/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1740/3207] 10.0.0.195 () {32 vars in 739 bytes} [Wed Jun 10 11:09:56 2026] GET /v2.0/floatingips/64c00d85-7b5b-4800-8da9-30b7ff148076/tags => generated 25 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/3208] 10.0.0.195 () {34 vars in 770 bytes} [Wed Jun 10 11:09:56 2026] PUT /v2.0/floatingips/64c00d85-7b5b-4800-8da9-30b7ff148076/tags/green => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1741/3209] 10.0.0.195 () {32 vars in 739 bytes} [Wed Jun 10 11:09:56 2026] GET /v2.0/floatingips/64c00d85-7b5b-4800-8da9-30b7ff148076/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/3210] 10.0.0.195 () {34 vars in 766 bytes} [Wed Jun 10 11:09:57 2026] PUT /v2.0/floatingips/64c00d85-7b5b-4800-8da9-30b7ff148076/tags/red => 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: 1742/3211] 10.0.0.195 () {32 vars in 739 bytes} [Wed Jun 10 11:09:57 2026] GET /v2.0/floatingips/64c00d85-7b5b-4800-8da9-30b7ff148076/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/3212] 10.0.0.195 () {34 vars in 788 bytes} [Wed Jun 10 11:09:57 2026] PUT /v2.0/floatingips/64c00d85-7b5b-4800-8da9-30b7ff148076/tags/black.or.white => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1743/3213] 10.0.0.195 () {32 vars in 739 bytes} [Wed Jun 10 11:09:57 2026] GET /v2.0/floatingips/64c00d85-7b5b-4800-8da9-30b7ff148076/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/3214] 10.0.0.195 () {34 vars in 759 bytes} [Wed Jun 10 11:09:57 2026] PUT /v2.0/floatingips/64c00d85-7b5b-4800-8da9-30b7ff148076/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1744/3215] 10.0.0.195 () {32 vars in 739 bytes} [Wed Jun 10 11:09:57 2026] GET /v2.0/floatingips/64c00d85-7b5b-4800-8da9-30b7ff148076/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/3216] 10.0.0.195 () {32 vars in 747 bytes} [Wed Jun 10 11:09:57 2026] GET /v2.0/floatingips/64c00d85-7b5b-4800-8da9-30b7ff148076/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:09:57.423 8 INFO neutron.api.v2.resource [None req-65d02699-b363-4f7b-937e-d4495b2893d6 1ce503ab73e54bd38ecb90cff2019448 b753084666ab4fa7838e2a277404ea72 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1745/3217] 10.0.0.195 () {32 vars in 751 bytes} [Wed Jun 10 11:09:57 2026] GET /v2.0/floatingips/64c00d85-7b5b-4800-8da9-30b7ff148076/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/3218] 10.0.0.195 () {32 vars in 750 bytes} [Wed Jun 10 11:09:57 2026] DELETE /v2.0/floatingips/64c00d85-7b5b-4800-8da9-30b7ff148076/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1746/3219] 10.0.0.195 () {32 vars in 739 bytes} [Wed Jun 10 11:09:57 2026] GET /v2.0/floatingips/64c00d85-7b5b-4800-8da9-30b7ff148076/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:09:57.564 7 INFO neutron.api.v2.resource [None req-496758cf-4765-4c12-99b0-4c8c1f4caaac 1ce503ab73e54bd38ecb90cff2019448 b753084666ab4fa7838e2a277404ea72 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1474/3220] 10.0.0.195 () {32 vars in 754 bytes} [Wed Jun 10 11:09:57 2026] DELETE /v2.0/floatingips/64c00d85-7b5b-4800-8da9-30b7ff148076/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1747/3221] 10.0.0.195 () {32 vars in 742 bytes} [Wed Jun 10 11:09:57 2026] DELETE /v2.0/floatingips/64c00d85-7b5b-4800-8da9-30b7ff148076/tags => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/3222] 10.0.0.195 () {32 vars in 739 bytes} [Wed Jun 10 11:09:57 2026] GET /v2.0/floatingips/64c00d85-7b5b-4800-8da9-30b7ff148076/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:09:57.766 8 INFO neutron_taas.services.taas.taas_plugin [None req-d8be26c9-baa9-4704-8f87-b83333b86ec2 1ce503ab73e54bd38ecb90cff2019448 b753084666ab4fa7838e2a277404ea72 - - default default] TaaS: Handle Delete Port: dfdcf556-800f-4130-8e8b-0fc97efdc9a9 2026-06-10 11:09:57.769 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8be26c9-baa9-4704-8f87-b83333b86ec2 1ce503ab73e54bd38ecb90cff2019448 b753084666ab4fa7838e2a277404ea72 - - default default] Tap Mirror: Handle Delete Port: dfdcf556-800f-4130-8e8b-0fc97efdc9a9 [pid: 8|app: 0|req: 1748/3223] 10.0.0.195 () {32 vars in 732 bytes} [Wed Jun 10 11:09:57 2026] DELETE /v2.0/floatingips/64c00d85-7b5b-4800-8da9-30b7ff148076 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/3224] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:09:58 2026] GET /v2.0/security-groups?tenant_id=b753084666ab4fa7838e2a277404ea72&name=default => generated 2929 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1749/3225] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:09:58 2026] DELETE /v2.0/security-groups/242c07ec-fdda-4bce-8377-ffbcb118df4a => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/3226] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:09:58 2026] GET /v2.0/security-groups?tenant_id=b9bb383d4d3a4a4891585ef6bf934e34&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1750/3227] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:09:59 2026] DELETE /v2.0/security-groups/7c9778fa-2f2a-4166-966f-1c6cfd1f8bb3 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/3228] 10.0.0.195 () {34 vars in 678 bytes} [Wed Jun 10 11:10:02 2026] POST /v2.0/qos/policies => generated 359 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1751/3229] 10.0.0.195 () {34 vars in 753 bytes} [Wed Jun 10 11:10:02 2026] PUT /v2.0/policies/c24c05be-9be0-457d-8060-cb55baaedd20/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/3230] 10.0.0.195 () {32 vars in 733 bytes} [Wed Jun 10 11:10:02 2026] GET /v2.0/policies/c24c05be-9be0-457d-8060-cb55baaedd20/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1752/3231] 10.0.0.195 () {34 vars in 764 bytes} [Wed Jun 10 11:10:02 2026] PUT /v2.0/policies/c24c05be-9be0-457d-8060-cb55baaedd20/tags/green => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/3232] 10.0.0.195 () {32 vars in 733 bytes} [Wed Jun 10 11:10:02 2026] GET /v2.0/policies/c24c05be-9be0-457d-8060-cb55baaedd20/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1753/3233] 10.0.0.195 () {34 vars in 760 bytes} [Wed Jun 10 11:10:02 2026] PUT /v2.0/policies/c24c05be-9be0-457d-8060-cb55baaedd20/tags/red => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/3234] 10.0.0.195 () {32 vars in 733 bytes} [Wed Jun 10 11:10:02 2026] GET /v2.0/policies/c24c05be-9be0-457d-8060-cb55baaedd20/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1754/3235] 10.0.0.195 () {34 vars in 782 bytes} [Wed Jun 10 11:10:02 2026] PUT /v2.0/policies/c24c05be-9be0-457d-8060-cb55baaedd20/tags/black.or.white => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/3236] 10.0.0.195 () {32 vars in 733 bytes} [Wed Jun 10 11:10:02 2026] GET /v2.0/policies/c24c05be-9be0-457d-8060-cb55baaedd20/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1755/3237] 10.0.0.195 () {34 vars in 753 bytes} [Wed Jun 10 11:10:02 2026] PUT /v2.0/policies/c24c05be-9be0-457d-8060-cb55baaedd20/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/3238] 10.0.0.195 () {32 vars in 733 bytes} [Wed Jun 10 11:10:02 2026] GET /v2.0/policies/c24c05be-9be0-457d-8060-cb55baaedd20/tags => generated 37 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1756/3239] 10.0.0.195 () {32 vars in 741 bytes} [Wed Jun 10 11:10:02 2026] GET /v2.0/policies/c24c05be-9be0-457d-8060-cb55baaedd20/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:10:02.926 7 INFO neutron.api.v2.resource [None req-9a74d979-9cd7-4f5b-b14c-cab382201d7f 6134e674391749a7846eab12ec3e88c0 aae21bbadc37417a8a75eebd67064d8c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1484/3240] 10.0.0.195 () {32 vars in 745 bytes} [Wed Jun 10 11:10:02 2026] GET /v2.0/policies/c24c05be-9be0-457d-8060-cb55baaedd20/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: 1757/3241] 10.0.0.195 () {32 vars in 744 bytes} [Wed Jun 10 11:10:02 2026] DELETE /v2.0/policies/c24c05be-9be0-457d-8060-cb55baaedd20/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/3242] 10.0.0.195 () {32 vars in 733 bytes} [Wed Jun 10 11:10:02 2026] GET /v2.0/policies/c24c05be-9be0-457d-8060-cb55baaedd20/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:10:03.056 8 INFO neutron.api.v2.resource [None req-37d92da0-c421-44f1-90b2-e33345b08867 6134e674391749a7846eab12ec3e88c0 aae21bbadc37417a8a75eebd67064d8c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1758/3243] 10.0.0.195 () {32 vars in 748 bytes} [Wed Jun 10 11:10:03 2026] DELETE /v2.0/policies/c24c05be-9be0-457d-8060-cb55baaedd20/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/3244] 10.0.0.195 () {32 vars in 736 bytes} [Wed Jun 10 11:10:03 2026] DELETE /v2.0/policies/c24c05be-9be0-457d-8060-cb55baaedd20/tags => 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: 1759/3245] 10.0.0.195 () {32 vars in 733 bytes} [Wed Jun 10 11:10:03 2026] GET /v2.0/policies/c24c05be-9be0-457d-8060-cb55baaedd20/tags => 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: 1487/3246] 10.0.0.195 () {32 vars in 734 bytes} [Wed Jun 10 11:10:03 2026] DELETE /v2.0/qos/policies/c24c05be-9be0-457d-8060-cb55baaedd20 => 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: 1760/3247] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:10:03 2026] GET /v2.0/security-groups?tenant_id=2d69fee5336548509c25b26784269a80&name=default => generated 2929 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3248] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:10:04 2026] DELETE /v2.0/security-groups/083a6177-36cf-4606-b4fa-b18d14bd6b65 => 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: 1761/3249] 10.0.0.195 () {32 vars in 774 bytes} [Wed Jun 10 11:10:04 2026] GET /v2.0/security-groups?tenant_id=aae21bbadc37417a8a75eebd67064d8c&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/3250] 10.0.0.195 () {32 vars in 740 bytes} [Wed Jun 10 11:10:04 2026] DELETE /v2.0/security-groups/5e369e39-3890-4368-89f8-dd1a28e46a97 => 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: 1763/3253] 10.0.0.195 () {32 vars in 649 bytes} [Wed Jun 10 11:10:06 2026] GET /v2.0/networks => generated 2168 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3254] 10.0.0.195 () {32 vars in 655 bytes} [Wed Jun 10 11:10:08 2026] GET /v2.0/floatingips => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1764/3255] 10.0.0.195 () {32 vars in 647 bytes} [Wed Jun 10 11:10:08 2026] GET /v2.0/routers => generated 15 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3256] 10.0.0.195 () {32 vars in 643 bytes} [Wed Jun 10 11:10:08 2026] GET /v2.0/ports => generated 4725 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1765/3257] 10.0.0.195 () {32 vars in 647 bytes} [Wed Jun 10 11:10:08 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/3258] 10.0.0.195 () {32 vars in 649 bytes} [Wed Jun 10 11:10:08 2026] GET /v2.0/networks => generated 2168 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1766/3259] 10.0.0.195 () {32 vars in 663 bytes} [Wed Jun 10 11:10:08 2026] GET /v2.0/security-groups => generated 17401 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/3260] 10.0.0.195 () {32 vars in 655 bytes} [Wed Jun 10 11:10:08 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)