+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Jun 25 23:00:02 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:56 os: Linux-5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 nodename: neutron-server-7d7b4d5d79-8tprq 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, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7f212bec3668 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-25 23:00:07.101 8 INFO neutron.common.config [-] Logging enabled! 2026-06-25 23:00:07.101 8 INFO neutron.common.config [-] uwsgi version 27.0.3.dev18 2026-06-25 23:00:07.133 7 INFO neutron.common.config [-] Logging enabled! 2026-06-25 23:00:07.133 7 INFO neutron.common.config [-] uwsgi version 27.0.3.dev18 2026-06-25 23:00:07.477 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-25 23:00:07.522 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-25 23:00:09.009 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-25 23:00:09.012 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-25 23:00:09.016 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-25 23:00:09.017 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-25 23:00:09.017 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-25 23:00:09.017 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-25 23:00:09.017 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-25 23:00:09.025 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-25 23:00:09.025 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-25 23:00:09.025 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-25 23:00:09.047 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-25 23:00:09.048 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-25 23:00:09.049 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-25 23:00:09.073 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-25 23:00:09.074 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-25 23:00:09.074 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-25 23:00:09.074 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-25 23:00:09.144 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-25 23:00:09.147 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-25 23:00:09.151 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-25 23:00:09.152 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-25 23:00:09.152 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-25 23:00:09.153 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-25 23:00:09.153 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-25 23:00:09.163 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-25 23:00:09.163 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-25 23:00:09.163 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-25 23:00:09.207 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-25 23:00:09.209 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-25 23:00:09.209 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-25 23:00:09.233 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-25 23:00:09.233 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-25 23:00:09.233 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-25 23:00:09.233 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-25 23:00:09.358 7 INFO neutron.plugins.ml2.managers [None req-8b808e98-3d2c-48ee-8162-25bd5bf7eafb - - - - - -] Initializing driver for type 'vlan' 2026-06-25 23:00:09.528 8 INFO neutron.plugins.ml2.managers [None req-bfa58305-2468-41dc-81cf-190ac8c4d40e - - - - - -] Initializing driver for type 'vlan' 2026-06-25 23:00:09.618 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-8b808e98-3d2c-48ee-8162-25bd5bf7eafb - - - - - -] VlanTypeDriver initialization complete 2026-06-25 23:00:09.619 7 INFO neutron.plugins.ml2.managers [None req-8b808e98-3d2c-48ee-8162-25bd5bf7eafb - - - - - -] Initializing driver for type 'vxlan' 2026-06-25 23:00:09.619 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-8b808e98-3d2c-48ee-8162-25bd5bf7eafb - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-25 23:00:09.632 7 INFO neutron.plugins.ml2.managers [None req-8b808e98-3d2c-48ee-8162-25bd5bf7eafb - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-25 23:00:09.632 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-8b808e98-3d2c-48ee-8162-25bd5bf7eafb - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-25 23:00:09.632 7 INFO neutron.plugins.ml2.managers [None req-8b808e98-3d2c-48ee-8162-25bd5bf7eafb - - - - - -] Initializing extension driver 'port_security' 2026-06-25 23:00:09.632 7 INFO neutron.plugins.ml2.extensions.port_security [None req-8b808e98-3d2c-48ee-8162-25bd5bf7eafb - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-25 23:00:09.632 7 INFO neutron.plugins.ml2.managers [None req-8b808e98-3d2c-48ee-8162-25bd5bf7eafb - - - - - -] Initializing extension driver 'qos' 2026-06-25 23:00:09.633 7 INFO neutron.plugins.ml2.managers [None req-8b808e98-3d2c-48ee-8162-25bd5bf7eafb - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-25 23:00:09.633 7 INFO neutron.plugins.ml2.managers [None req-8b808e98-3d2c-48ee-8162-25bd5bf7eafb - - - - - -] Initializing mechanism driver 'l2population' 2026-06-25 23:00:09.644 7 INFO neutron.quota [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded quota_driver: . 2026-06-25 23:00:09.645 7 INFO neutron.plugins.ml2.plugin [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Modular L2 Plugin initialization complete 2026-06-25 23:00:09.645 7 INFO neutron.plugins.ml2.managers [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-25 23:00:09.645 7 INFO neutron.plugins.ml2.managers [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-25 23:00:09.645 7 INFO neutron.plugins.ml2.managers [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-25 23:00:09.645 7 INFO neutron.manager [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loading Plugin: qos 2026-06-25 23:00:09.658 7 INFO neutron.manager [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loading Plugin: router 2026-06-25 23:00:09.698 7 INFO neutron.services.service_base [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-25 23:00:09.698 7 INFO neutron.manager [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loading Plugin: segments 2026-06-25 23:00:09.789 7 INFO neutron.manager [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loading Plugin: trunk 2026-06-25 23:00:09.800 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-bfa58305-2468-41dc-81cf-190ac8c4d40e - - - - - -] VlanTypeDriver initialization complete 2026-06-25 23:00:09.801 8 INFO neutron.plugins.ml2.managers [None req-bfa58305-2468-41dc-81cf-190ac8c4d40e - - - - - -] Initializing driver for type 'vxlan' 2026-06-25 23:00:09.801 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-bfa58305-2468-41dc-81cf-190ac8c4d40e - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-25 23:00:09.804 7 INFO neutron.manager [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loading Plugin: vpnaas 2026-06-25 23:00:09.825 8 INFO neutron.plugins.ml2.managers [None req-bfa58305-2468-41dc-81cf-190ac8c4d40e - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-25 23:00:09.825 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-bfa58305-2468-41dc-81cf-190ac8c4d40e - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-25 23:00:09.825 8 INFO neutron.plugins.ml2.managers [None req-bfa58305-2468-41dc-81cf-190ac8c4d40e - - - - - -] Initializing extension driver 'port_security' 2026-06-25 23:00:09.826 8 INFO neutron.plugins.ml2.extensions.port_security [None req-bfa58305-2468-41dc-81cf-190ac8c4d40e - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-25 23:00:09.826 8 INFO neutron.plugins.ml2.managers [None req-bfa58305-2468-41dc-81cf-190ac8c4d40e - - - - - -] Initializing extension driver 'qos' 2026-06-25 23:00:09.826 8 INFO neutron.plugins.ml2.managers [None req-bfa58305-2468-41dc-81cf-190ac8c4d40e - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-25 23:00:09.826 8 INFO neutron.plugins.ml2.managers [None req-bfa58305-2468-41dc-81cf-190ac8c4d40e - - - - - -] Initializing mechanism driver 'l2population' 2026-06-25 23:00:09.838 8 INFO neutron.quota [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded quota_driver: . 2026-06-25 23:00:09.838 8 INFO neutron.plugins.ml2.plugin [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Modular L2 Plugin initialization complete 2026-06-25 23:00:09.839 8 INFO neutron.plugins.ml2.managers [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-25 23:00:09.839 8 INFO neutron.plugins.ml2.managers [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-25 23:00:09.839 8 INFO neutron.plugins.ml2.managers [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-25 23:00:09.839 8 INFO neutron.manager [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loading Plugin: qos 2026-06-25 23:00:09.843 7 WARNING stevedore.named [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-25 23:00:09.852 8 INFO neutron.manager [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loading Plugin: router 2026-06-25 23:00:09.892 8 INFO neutron.services.service_base [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-25 23:00:09.892 8 INFO neutron.manager [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loading Plugin: segments 2026-06-25 23:00:09.899 7 INFO neutron_vpnaas.services.vpn.plugin [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-25 23:00:09.899 7 INFO neutron.common.utils [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-25 23:00:09.900 7 INFO neutron.manager [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loading Plugin: taas 2026-06-25 23:00:09.921 7 WARNING stevedore.named [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-25 23:00:09.943 7 INFO neutron_taas.services.taas.taas_plugin [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-25 23:00:09.943 7 INFO neutron.manager [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loading Plugin: tapmirror 2026-06-25 23:00:09.952 7 WARNING stevedore.named [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-25 23:00:09.964 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-25 23:00:09.965 7 INFO neutron.manager [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loading Plugin: auto_allocate 2026-06-25 23:00:09.970 7 INFO neutron.manager [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loading Plugin: tag 2026-06-25 23:00:09.978 7 INFO neutron.manager [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loading Plugin: timestamp 2026-06-25 23:00:09.980 7 INFO neutron.manager [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loading Plugin: network_ip_availability 2026-06-25 23:00:09.984 7 INFO neutron.manager [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loading Plugin: flavors 2026-06-25 23:00:09.987 8 INFO neutron.manager [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loading Plugin: trunk 2026-06-25 23:00:09.988 7 INFO neutron.manager [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loading Plugin: revisions 2026-06-25 23:00:09.991 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Initializing extension manager. 2026-06-25 23:00:09.992 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: address-group 2026-06-25 23:00:09.993 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: address-scope 2026-06-25 23:00:09.994 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-25 23:00:09.995 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: agent 2026-06-25 23:00:09.995 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: agent-resources-synced 2026-06-25 23:00:09.997 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-25 23:00:09.998 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-25 23:00:09.999 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: availability_zone 2026-06-25 23:00:09.999 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: availability_zone_filter 2026-06-25 23:00:09.999 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-25 23:00:10.000 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: default-subnetpools 2026-06-25 23:00:10.002 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-25 23:00:10.002 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: dns-integration 2026-06-25 23:00:10.003 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: dns-domain-ports 2026-06-25 23:00:10.003 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-25 23:00:10.004 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: dvr 2026-06-25 23:00:10.004 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-25 23:00:10.005 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: empty-string-filtering 2026-06-25 23:00:10.005 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-25 23:00:10.006 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-25 23:00:10.006 8 INFO neutron.manager [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loading Plugin: vpnaas 2026-06-25 23:00:10.006 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: external-net 2026-06-25 23:00:10.007 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-25 23:00:10.007 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: extraroute 2026-06-25 23:00:10.008 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: extraroute-atomic 2026-06-25 23:00:10.009 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-25 23:00:10.010 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-25 23:00:10.012 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-25 23:00:10.012 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-25 23:00:10.013 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: fip-port-details 2026-06-25 23:00:10.013 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: flavors 2026-06-25 23:00:10.014 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-25 23:00:10.015 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: floatingip-pools 2026-06-25 23:00:10.016 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: ip_allocation 2026-06-25 23:00:10.017 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-25 23:00:10.017 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: l2_adjacency 2026-06-25 23:00:10.018 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: router 2026-06-25 23:00:10.020 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-25 23:00:10.021 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-25 23:00:10.021 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-25 23:00:10.022 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: ext-gw-mode 2026-06-25 23:00:10.022 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: l3-ha 2026-06-25 23:00:10.023 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-25 23:00:10.023 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-25 23:00:10.024 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: l3-flavors 2026-06-25 23:00:10.025 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-25 23:00:10.025 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-25 23:00:10.027 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-25 23:00:10.029 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-25 23:00:10.030 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-25 23:00:10.031 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-25 23:00:10.032 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-25 23:00:10.032 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: multi-provider 2026-06-25 23:00:10.033 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: net-mtu 2026-06-25 23:00:10.033 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: net-mtu-writable 2026-06-25 23:00:10.034 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: network_availability_zone 2026-06-25 23:00:10.035 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: network_ha 2026-06-25 23:00:10.035 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: network-ip-availability 2026-06-25 23:00:10.036 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-25 23:00:10.037 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: pagination 2026-06-25 23:00:10.037 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: port-device-profile 2026-06-25 23:00:10.038 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-25 23:00:10.038 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-25 23:00:10.039 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-25 23:00:10.039 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: port-mac-override 2026-06-25 23:00:10.040 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-25 23:00:10.040 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-25 23:00:10.041 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-25 23:00:10.041 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: port-resource-request 2026-06-25 23:00:10.042 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-25 23:00:10.042 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-25 23:00:10.043 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: binding 2026-06-25 23:00:10.044 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: binding-extended 2026-06-25 23:00:10.044 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: port-security 2026-06-25 23:00:10.045 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: project-id 2026-06-25 23:00:10.045 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: provider 2026-06-25 23:00:10.046 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-25 23:00:10.050 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: qos 2026-06-25 23:00:10.050 8 WARNING stevedore.named [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-25 23:00:10.051 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-25 23:00:10.051 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-25 23:00:10.051 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: qos-default 2026-06-25 23:00:10.052 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: qos-fip 2026-06-25 23:00:10.052 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-25 23:00:10.053 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-25 23:00:10.053 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-25 23:00:10.054 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-25 23:00:10.055 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-25 23:00:10.055 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: qos-pps 2026-06-25 23:00:10.056 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-25 23:00:10.056 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-25 23:00:10.057 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: qos-rules-alias 2026-06-25 23:00:10.057 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: quota-check-limit 2026-06-25 23:00:10.058 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-25 23:00:10.060 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: quotas 2026-06-25 23:00:10.061 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: quota_details 2026-06-25 23:00:10.063 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: rbac-policies 2026-06-25 23:00:10.063 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: rbac-address-group 2026-06-25 23:00:10.064 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: rbac-address-scope 2026-06-25 23:00:10.064 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: rbac-security-groups 2026-06-25 23:00:10.065 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-25 23:00:10.065 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: revision-if-match 2026-06-25 23:00:10.066 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-25 23:00:10.067 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: router_availability_zone 2026-06-25 23:00:10.067 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-25 23:00:10.069 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-25 23:00:10.069 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-25 23:00:10.070 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-25 23:00:10.070 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-25 23:00:10.071 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-25 23:00:10.071 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-25 23:00:10.076 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: security-group 2026-06-25 23:00:10.077 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: segment 2026-06-25 23:00:10.077 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-25 23:00:10.078 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: service-type 2026-06-25 23:00:10.078 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: sorting 2026-06-25 23:00:10.079 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: standard-attr-segment 2026-06-25 23:00:10.079 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: standard-attr-description 2026-06-25 23:00:10.080 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: stateful-security-group 2026-06-25 23:00:10.080 7 WARNING neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-25 23:00:10.081 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-25 23:00:10.081 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: subnet-external-network 2026-06-25 23:00:10.082 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: subnet_onboard 2026-06-25 23:00:10.082 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-25 23:00:10.083 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: subnet-service-types 2026-06-25 23:00:10.084 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: subnet_allocation 2026-06-25 23:00:10.084 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-25 23:00:10.085 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: tag-creation 2026-06-25 23:00:10.086 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-25 23:00:10.090 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: standard-attr-tag 2026-06-25 23:00:10.090 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-25 23:00:10.092 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: trunk 2026-06-25 23:00:10.093 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: trunk-details 2026-06-25 23:00:10.093 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-25 23:00:10.094 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-25 23:00:10.094 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-25 23:00:10.095 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-25 23:00:10.097 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-25 23:00:10.098 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-25 23:00:10.098 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: vpn-flavors 2026-06-25 23:00:10.100 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: vpnaas 2026-06-25 23:00:10.101 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: taas 2026-06-25 23:00:10.102 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: tap-mirror 2026-06-25 23:00:10.103 7 INFO neutron.api.extensions [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-25 23:00:10.105 7 INFO neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-25 23:00:10.105 7 INFO neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-25 23:00:10.105 7 INFO neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-25 23:00:10.106 7 INFO neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-25 23:00:10.107 8 INFO neutron_vpnaas.services.vpn.plugin [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-25 23:00:10.107 8 INFO neutron.common.utils [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-25 23:00:10.107 8 INFO neutron.manager [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loading Plugin: taas 2026-06-25 23:00:10.109 7 INFO neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-25 23:00:10.109 7 INFO neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-25 23:00:10.114 7 INFO neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-25 23:00:10.114 7 INFO neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-25 23:00:10.115 7 INFO neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-25 23:00:10.116 7 INFO neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-25 23:00:10.116 7 WARNING neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] subnetpool is already registered 2026-06-25 23:00:10.116 7 INFO neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-25 23:00:10.117 7 WARNING neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] subnetpool is already registered 2026-06-25 23:00:10.117 7 INFO neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-25 23:00:10.117 7 INFO neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-25 23:00:10.118 7 INFO neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-25 23:00:10.118 7 INFO neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-25 23:00:10.118 7 INFO neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-25 23:00:10.119 7 INFO neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-25 23:00:10.119 7 INFO neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-25 23:00:10.120 7 WARNING neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] ipsecpolicy is already registered 2026-06-25 23:00:10.120 7 INFO neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-25 23:00:10.120 7 WARNING neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] ikepolicy is already registered 2026-06-25 23:00:10.124 7 INFO neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-25 23:00:10.125 7 WARNING neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] router is already registered 2026-06-25 23:00:10.125 7 INFO neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-25 23:00:10.125 7 WARNING neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] floatingip is already registered 2026-06-25 23:00:10.129 7 INFO neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-25 23:00:10.129 7 WARNING neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] rbac_policy is already registered 2026-06-25 23:00:10.129 8 WARNING stevedore.named [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-25 23:00:10.129 7 INFO neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-25 23:00:10.130 7 WARNING neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] security_group is already registered 2026-06-25 23:00:10.130 7 INFO neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-25 23:00:10.130 7 WARNING neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] security_group_rule is already registered 2026-06-25 23:00:10.131 7 INFO neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-25 23:00:10.131 7 WARNING neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] subnetpool is already registered 2026-06-25 23:00:10.131 7 INFO neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-25 23:00:10.132 7 WARNING neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] subnetpool is already registered 2026-06-25 23:00:10.132 7 INFO neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-25 23:00:10.132 7 WARNING neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] trunk is already registered 2026-06-25 23:00:10.132 7 INFO neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-25 23:00:10.133 7 WARNING neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] ikepolicy is already registered 2026-06-25 23:00:10.133 7 INFO neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-25 23:00:10.133 7 WARNING neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] ipsecpolicy is already registered 2026-06-25 23:00:10.134 7 INFO neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-25 23:00:10.134 7 WARNING neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] endpoint_group is already registered 2026-06-25 23:00:10.134 7 INFO neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-25 23:00:10.134 7 WARNING neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] vpnservice is already registered 2026-06-25 23:00:10.135 7 INFO neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-25 23:00:10.135 7 WARNING neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] ipsec_site_connection is already registered 2026-06-25 23:00:10.135 7 INFO neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-25 23:00:10.135 7 WARNING neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] ipsecpolicy is already registered 2026-06-25 23:00:10.136 7 INFO neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-25 23:00:10.136 7 WARNING neutron.quota.resource_registry [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] ikepolicy is already registered 2026-06-25 23:00:10.150 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-25 23:00:10.150 8 INFO neutron.manager [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loading Plugin: tapmirror 2026-06-25 23:00:10.159 8 WARNING stevedore.named [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-25 23:00:10.175 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-25 23:00:10.176 8 INFO neutron.manager [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loading Plugin: auto_allocate 2026-06-25 23:00:10.179 7 WARNING keystonemiddleware._common.config [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-25 23:00:10.181 8 INFO neutron.manager [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loading Plugin: tag 2026-06-25 23:00:10.186 7 WARNING oslo_config.cfg [None req-a84c9a37-de1c-47a8-bf3d-486f93caa078 - - - - - -] 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 0x7f212bec3668 pid: 7 (default app) 2026-06-25 23:00:10.189 8 INFO neutron.manager [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loading Plugin: timestamp 2026-06-25 23:00:10.193 8 INFO neutron.manager [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loading Plugin: network_ip_availability 2026-06-25 23:00:10.199 8 INFO neutron.manager [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loading Plugin: flavors 2026-06-25 23:00:10.203 8 INFO neutron.manager [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loading Plugin: revisions 2026-06-25 23:00:10.207 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Initializing extension manager. 2026-06-25 23:00:10.208 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: address-group 2026-06-25 23:00:10.210 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: address-scope 2026-06-25 23:00:10.210 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-25 23:00:10.211 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: agent 2026-06-25 23:00:10.212 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: agent-resources-synced 2026-06-25 23:00:10.213 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-25 23:00:10.214 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-25 23:00:10.215 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: availability_zone 2026-06-25 23:00:10.215 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: availability_zone_filter 2026-06-25 23:00:10.216 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-25 23:00:10.216 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: default-subnetpools 2026-06-25 23:00:10.218 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-25 23:00:10.218 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: dns-integration 2026-06-25 23:00:10.219 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: dns-domain-ports 2026-06-25 23:00:10.219 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-25 23:00:10.220 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: dvr 2026-06-25 23:00:10.220 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-25 23:00:10.221 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: empty-string-filtering 2026-06-25 23:00:10.221 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-25 23:00:10.222 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-25 23:00:10.222 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: external-net 2026-06-25 23:00:10.223 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-25 23:00:10.223 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: extraroute 2026-06-25 23:00:10.224 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: extraroute-atomic 2026-06-25 23:00:10.224 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-25 23:00:10.225 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-25 23:00:10.225 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-25 23:00:10.226 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-25 23:00:10.227 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: fip-port-details 2026-06-25 23:00:10.228 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: flavors 2026-06-25 23:00:10.229 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-25 23:00:10.230 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: floatingip-pools 2026-06-25 23:00:10.231 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: ip_allocation 2026-06-25 23:00:10.231 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-25 23:00:10.232 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: l2_adjacency 2026-06-25 23:00:10.233 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: router 2026-06-25 23:00:10.235 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-25 23:00:10.235 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-25 23:00:10.236 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-25 23:00:10.236 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: ext-gw-mode 2026-06-25 23:00:10.237 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: l3-ha 2026-06-25 23:00:10.237 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-25 23:00:10.238 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-25 23:00:10.239 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: l3-flavors 2026-06-25 23:00:10.240 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-25 23:00:10.240 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-25 23:00:10.242 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-25 23:00:10.243 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-25 23:00:10.244 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-25 23:00:10.245 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-25 23:00:10.246 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-25 23:00:10.247 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: multi-provider 2026-06-25 23:00:10.247 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: net-mtu 2026-06-25 23:00:10.248 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: net-mtu-writable 2026-06-25 23:00:10.248 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: network_availability_zone 2026-06-25 23:00:10.249 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: network_ha 2026-06-25 23:00:10.249 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: network-ip-availability 2026-06-25 23:00:10.252 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-25 23:00:10.253 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: pagination 2026-06-25 23:00:10.253 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: port-device-profile 2026-06-25 23:00:10.254 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-25 23:00:10.254 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-25 23:00:10.255 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-25 23:00:10.255 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: port-mac-override 2026-06-25 23:00:10.256 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-25 23:00:10.256 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-25 23:00:10.257 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-25 23:00:10.257 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: port-resource-request 2026-06-25 23:00:10.258 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-25 23:00:10.258 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-25 23:00:10.259 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: binding 2026-06-25 23:00:10.260 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: binding-extended 2026-06-25 23:00:10.261 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: port-security 2026-06-25 23:00:10.261 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: project-id 2026-06-25 23:00:10.262 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: provider 2026-06-25 23:00:10.262 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-25 23:00:10.264 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: qos 2026-06-25 23:00:10.265 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-25 23:00:10.266 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-25 23:00:10.266 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: qos-default 2026-06-25 23:00:10.267 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: qos-fip 2026-06-25 23:00:10.267 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-25 23:00:10.268 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-25 23:00:10.268 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-25 23:00:10.269 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-25 23:00:10.269 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-25 23:00:10.270 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: qos-pps 2026-06-25 23:00:10.270 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-25 23:00:10.271 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-25 23:00:10.271 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: qos-rules-alias 2026-06-25 23:00:10.272 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: quota-check-limit 2026-06-25 23:00:10.273 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-25 23:00:10.275 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: quotas 2026-06-25 23:00:10.276 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: quota_details 2026-06-25 23:00:10.277 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: rbac-policies 2026-06-25 23:00:10.278 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: rbac-address-group 2026-06-25 23:00:10.278 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: rbac-address-scope 2026-06-25 23:00:10.279 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: rbac-security-groups 2026-06-25 23:00:10.279 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-25 23:00:10.280 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: revision-if-match 2026-06-25 23:00:10.280 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-25 23:00:10.281 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: router_availability_zone 2026-06-25 23:00:10.281 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-25 23:00:10.283 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-25 23:00:10.284 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-25 23:00:10.284 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-25 23:00:10.285 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-25 23:00:10.285 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-25 23:00:10.285 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-25 23:00:10.290 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: security-group 2026-06-25 23:00:10.291 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: segment 2026-06-25 23:00:10.291 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-25 23:00:10.292 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: service-type 2026-06-25 23:00:10.293 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: sorting 2026-06-25 23:00:10.293 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: standard-attr-segment 2026-06-25 23:00:10.294 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: standard-attr-description 2026-06-25 23:00:10.294 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: stateful-security-group 2026-06-25 23:00:10.295 8 WARNING neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-25 23:00:10.296 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-25 23:00:10.296 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: subnet-external-network 2026-06-25 23:00:10.297 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: subnet_onboard 2026-06-25 23:00:10.297 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-25 23:00:10.298 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: subnet-service-types 2026-06-25 23:00:10.299 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: subnet_allocation 2026-06-25 23:00:10.299 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-25 23:00:10.300 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: tag-creation 2026-06-25 23:00:10.300 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-25 23:00:10.304 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: standard-attr-tag 2026-06-25 23:00:10.305 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-25 23:00:10.305 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: trunk 2026-06-25 23:00:10.306 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: trunk-details 2026-06-25 23:00:10.306 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-25 23:00:10.307 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-25 23:00:10.308 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-25 23:00:10.308 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-25 23:00:10.310 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-25 23:00:10.311 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-25 23:00:10.311 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: vpn-flavors 2026-06-25 23:00:10.313 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: vpnaas 2026-06-25 23:00:10.314 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: taas 2026-06-25 23:00:10.315 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: tap-mirror 2026-06-25 23:00:10.316 8 INFO neutron.api.extensions [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-25 23:00:10.318 8 INFO neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-25 23:00:10.318 8 INFO neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-25 23:00:10.319 8 INFO neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-25 23:00:10.319 8 INFO neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-25 23:00:10.322 8 INFO neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-25 23:00:10.322 8 INFO neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-25 23:00:10.327 8 INFO neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-25 23:00:10.327 8 INFO neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-25 23:00:10.328 8 INFO neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-25 23:00:10.329 8 INFO neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-25 23:00:10.329 8 WARNING neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] subnetpool is already registered 2026-06-25 23:00:10.329 8 INFO neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-25 23:00:10.329 8 WARNING neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] subnetpool is already registered 2026-06-25 23:00:10.330 8 INFO neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-25 23:00:10.330 8 INFO neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-25 23:00:10.331 8 INFO neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-25 23:00:10.331 8 INFO neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-25 23:00:10.331 8 INFO neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-25 23:00:10.332 8 INFO neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-25 23:00:10.332 8 INFO neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-25 23:00:10.332 8 WARNING neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] ipsecpolicy is already registered 2026-06-25 23:00:10.333 8 INFO neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-25 23:00:10.333 8 WARNING neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] ikepolicy is already registered 2026-06-25 23:00:10.337 8 INFO neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-25 23:00:10.337 8 WARNING neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] router is already registered 2026-06-25 23:00:10.338 8 INFO neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-25 23:00:10.338 8 WARNING neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] floatingip is already registered 2026-06-25 23:00:10.341 8 INFO neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-25 23:00:10.342 8 WARNING neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] rbac_policy is already registered 2026-06-25 23:00:10.342 8 INFO neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-25 23:00:10.342 8 WARNING neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] security_group is already registered 2026-06-25 23:00:10.343 8 INFO neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-25 23:00:10.343 8 WARNING neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] security_group_rule is already registered 2026-06-25 23:00:10.344 8 INFO neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-25 23:00:10.344 8 WARNING neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] subnetpool is already registered 2026-06-25 23:00:10.344 8 INFO neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-25 23:00:10.344 8 WARNING neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] subnetpool is already registered 2026-06-25 23:00:10.345 8 INFO neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-25 23:00:10.345 8 WARNING neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] trunk is already registered 2026-06-25 23:00:10.345 8 INFO neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-25 23:00:10.346 8 WARNING neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] ikepolicy is already registered 2026-06-25 23:00:10.346 8 INFO neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-25 23:00:10.346 8 WARNING neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] ipsecpolicy is already registered 2026-06-25 23:00:10.346 8 INFO neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-25 23:00:10.347 8 WARNING neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] endpoint_group is already registered 2026-06-25 23:00:10.347 8 INFO neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-25 23:00:10.347 8 WARNING neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] vpnservice is already registered 2026-06-25 23:00:10.347 8 INFO neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-25 23:00:10.348 8 WARNING neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] ipsec_site_connection is already registered 2026-06-25 23:00:10.348 8 INFO neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-25 23:00:10.348 8 WARNING neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] ipsecpolicy is already registered 2026-06-25 23:00:10.348 8 INFO neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-25 23:00:10.349 8 WARNING neutron.quota.resource_registry [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] ikepolicy is already registered 2026-06-25 23:00:10.389 8 WARNING keystonemiddleware._common.config [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-25 23:00:10.396 8 WARNING oslo_config.cfg [None req-f2293a92-b809-4305-a1ac-4f30d5c1b4c9 - - - - - -] 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 0x7f212bec3668 pid: 8 (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-25 23:00:14.526 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9ee5e715-d183-4904-ad39-f7b8f4c99fe9 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.19.213.195 () {44 vars in 927 bytes} [Thu Jun 25 23:00:13 2026] GET /v2.0/networks/public => generated 108 bytes in 738 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: 1/5] 199.19.213.195 () {44 vars in 949 bytes} [Thu Jun 25 23:00:14 2026] GET /v2.0/networks?name=public => generated 15 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:00:15.264 7 WARNING neutron.services.revisions.revision_plugin [None req-3f40e74e-adec-40c2-b458-66933efe76a3 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Could not find related network for resource to bump revision. 2026-06-25 23:00:15.283 7 INFO neutron.db.segments_db [None req-3f40e74e-adec-40c2-b458-66933efe76a3 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Added segment de630a28-733c-41ea-8ac3-a8efa417fdb8 of type flat for network ca40f933-40e1-4fb0-9f3f-2933e0e04e56 2026-06-25 23:00:15.328 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3f40e74e-adec-40c2-b458-66933efe76a3 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.19.213.195 () {48 vars in 967 bytes} [Thu Jun 25 23:00:14 2026] POST /v2.0/networks => generated 124 bytes in 451 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:00:21.512 8 INFO neutron.pecan_wsgi.hooks.translation [None req-62be16bb-35a7-40df-a3ec-2d90452878f2 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/7] 199.19.213.195 () {44 vars in 927 bytes} [Thu Jun 25 23:00:21 2026] GET /v2.0/networks/public => generated 108 bytes in 364 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/8] 199.19.213.195 () {44 vars in 949 bytes} [Thu Jun 25 23:00:21 2026] GET /v2.0/networks?name=public => generated 15 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:00:21.771 8 WARNING neutron.services.revisions.revision_plugin [None req-c6c795b4-1ea2-461c-a410-62e1f7b77c41 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Could not find related network for resource to bump revision. 2026-06-25 23:00:21.793 8 INFO neutron.db.segments_db [None req-c6c795b4-1ea2-461c-a410-62e1f7b77c41 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Added segment 30548cd6-dbc2-4692-96f0-3770ee4d71ef of type flat for network 3f9c4603-bb46-4305-a4d4-7b0f02470ef4 2026-06-25 23:00:21.841 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c6c795b4-1ea2-461c-a410-62e1f7b77c41 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/9] 199.19.213.195 () {48 vars in 967 bytes} [Thu Jun 25 23:00:21 2026] POST /v2.0/networks => generated 124 bytes in 307 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:00:27.694 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6a8fccaf-1ba0-42bd-b1bf-681aac3af1b4 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 199.19.213.195 () {44 vars in 927 bytes} [Thu Jun 25 23:00:27 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: 8/12] 199.19.213.195 () {44 vars in 949 bytes} [Thu Jun 25 23:00:27 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-25 23:00:27.758 8 WARNING neutron.services.revisions.revision_plugin [None req-ff360967-28fd-426e-961f-927eea595371 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Could not find related network for resource to bump revision. 2026-06-25 23:00:27.772 8 INFO neutron.db.segments_db [None req-ff360967-28fd-426e-961f-927eea595371 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Added segment 4a53ac0c-cd28-4481-95f3-fa4366b855f9 of type flat for network 7be09f38-3c50-4a53-ade9-62bdb60ce8c7 2026-06-25 23:00:27.798 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ff360967-28fd-426e-961f-927eea595371 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 199.19.213.195 () {48 vars in 967 bytes} [Thu Jun 25 23:00:27 2026] POST /v2.0/networks => generated 124 bytes in 89 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:00:33.616 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8d4065c8-e3ae-48c5-ad59-8f9841c54487 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/14] 199.19.213.195 () {44 vars in 927 bytes} [Thu Jun 25 23:00:33 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/15] 199.19.213.195 () {44 vars in 949 bytes} [Thu Jun 25 23:00:33 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:00:33.694 7 WARNING neutron.services.revisions.revision_plugin [None req-9a1eef39-eea7-4fbd-b35c-ca7383ddbfc9 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Could not find related network for resource to bump revision. 2026-06-25 23:00:33.714 7 INFO neutron.db.segments_db [None req-9a1eef39-eea7-4fbd-b35c-ca7383ddbfc9 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Added segment 3a82f00d-d0b4-44d7-bf52-8c53036d0ce8 of type flat for network 0cc2559a-939a-46c3-a6a9-232f9760c7e5 2026-06-25 23:00:33.742 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9a1eef39-eea7-4fbd-b35c-ca7383ddbfc9 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/16] 199.19.213.195 () {48 vars in 967 bytes} [Thu Jun 25 23:00:33 2026] POST /v2.0/networks => generated 124 bytes in 115 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:00:39.551 8 INFO neutron.pecan_wsgi.hooks.translation [None req-88b64a1c-dc32-40ee-83bc-78052011bb2f 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/17] 199.19.213.195 () {44 vars in 927 bytes} [Thu Jun 25 23:00:39 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/18] 199.19.213.195 () {44 vars in 949 bytes} [Thu Jun 25 23:00:39 2026] GET /v2.0/networks?name=public => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:00:39.624 8 WARNING neutron.services.revisions.revision_plugin [None req-5d4409f6-cfd4-4795-954a-5f9834356d42 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Could not find related network for resource to bump revision. 2026-06-25 23:00:39.641 8 INFO neutron.db.segments_db [None req-5d4409f6-cfd4-4795-954a-5f9834356d42 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Added segment 9ac7ced4-c5e3-4a24-bc5d-6824c5db05bf of type flat for network 24acdcc4-6a30-475d-b99a-b5ca462ca564 2026-06-25 23:00:39.668 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5d4409f6-cfd4-4795-954a-5f9834356d42 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/19] 199.19.213.195 () {48 vars in 967 bytes} [Thu Jun 25 23:00:39 2026] POST /v2.0/networks => generated 124 bytes in 92 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:00:45.520 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1f351e0a-f030-4ddb-867a-9e88b29439ae 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.19.213.195 () {44 vars in 927 bytes} [Thu Jun 25 23:00:45 2026] GET /v2.0/networks/public => generated 108 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/22] 199.19.213.195 () {44 vars in 949 bytes} [Thu Jun 25 23:00:45 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:00:45.588 8 WARNING neutron.services.revisions.revision_plugin [None req-9d4f164e-d3fa-4595-9bd2-10706876b032 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Could not find related network for resource to bump revision. 2026-06-25 23:00:45.611 8 INFO neutron.db.segments_db [None req-9d4f164e-d3fa-4595-9bd2-10706876b032 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Added segment 1a7c40a9-f0d3-4c1c-b4fc-b03f3073f751 of type flat for network 4edd636b-cf08-4704-9242-bd4937f90d78 [pid: 8|app: 0|req: 10/23] 199.19.213.195 () {48 vars in 967 bytes} [Thu Jun 25 23:00:45 2026] POST /v2.0/networks => generated 706 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:00:46.839 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f0cc5b27-687f-468b-9484-ed24da934737 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/24] 199.19.213.195 () {44 vars in 927 bytes} [Thu Jun 25 23:00:46 2026] GET /v2.0/networks/public => generated 108 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/25] 199.19.213.195 () {44 vars in 949 bytes} [Thu Jun 25 23:00:46 2026] GET /v2.0/networks?name=public => generated 709 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:00:46.908 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3df48b2c-989b-440c-8114-db69be0d5f8d 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/26] 199.19.213.195 () {44 vars in 1034 bytes} [Thu Jun 25 23:00:46 2026] GET /v2.0/subnets/public-subnet?network_id=4edd636b-cf08-4704-9242-bd4937f90d78 => generated 113 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/27] 199.19.213.195 () {44 vars in 1057 bytes} [Thu Jun 25 23:00:46 2026] GET /v2.0/subnets?name=public-subnet&network_id=4edd636b-cf08-4704-9242-bd4937f90d78 => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 16/28] 199.19.213.195 () {48 vars in 965 bytes} [Thu Jun 25 23:00:46 2026] POST /v2.0/subnets => generated 664 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:05:42.497 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a43b42f0-bf23-4776-af64-bceebfc26660 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/68] 199.19.213.195 () {44 vars in 937 bytes} [Thu Jun 25 23:05:42 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/69] 199.19.213.195 () {44 vars in 959 bytes} [Thu Jun 25 23:05:42 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:05:42.598 7 INFO neutron.db.segments_db [None req-eddb72d7-ca9d-4f33-b6ce-2d070d807691 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Added segment 7bdacc9c-c1e2-4b3b-971d-ac2adba92739 of type vxlan for network c6cc6b18-78a2-4d48-90ff-e9a533e414a4 [pid: 7|app: 0|req: 37/70] 199.19.213.195 () {48 vars in 966 bytes} [Thu Jun 25 23:05:42 2026] POST /v2.0/networks => generated 707 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:05:43.627 8 INFO neutron.pecan_wsgi.hooks.translation [None req-52f81903-54a4-4184-a5d0-7f93a9b753a0 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/71] 199.19.213.195 () {44 vars in 937 bytes} [Thu Jun 25 23:05:43 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/72] 199.19.213.195 () {44 vars in 959 bytes} [Thu Jun 25 23:05:43 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:05:43.698 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ce71113d-e2fe-4833-8bfa-3be9f2586016 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/73] 199.19.213.195 () {44 vars in 1036 bytes} [Thu Jun 25 23:05:43 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=c6cc6b18-78a2-4d48-90ff-e9a533e414a4 => generated 114 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/74] 199.19.213.195 () {44 vars in 1059 bytes} [Thu Jun 25 23:05:43 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=c6cc6b18-78a2-4d48-90ff-e9a533e414a4 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/75] 199.19.213.195 () {48 vars in 965 bytes} [Thu Jun 25 23:05:43 2026] POST /v2.0/subnets => generated 651 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:05:45.110 7 INFO neutron.api.v2.resource [None req-483a4ed1-2db3-4f4e-b7cb-9086c5b73ba8 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 40/76] 199.19.213.195 () {44 vars in 971 bytes} [Thu Jun 25 23:05:45 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/77] 199.19.213.195 () {44 vars in 993 bytes} [Thu Jun 25 23:05:45 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/78] 199.19.213.195 () {48 vars in 980 bytes} [Thu Jun 25 23:05:45 2026] POST /v2.0/security-groups => generated 1616 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/79] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:05:46 2026] GET /v2.0/security-groups/62f6765f-9f61-4b62-8fb4-b8cda55fd1b6 => generated 1616 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/80] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:05:46 2026] GET /v2.0/security-groups/62f6765f-9f61-4b62-8fb4-b8cda55fd1b6 => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/81] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:05:46 2026] GET /v2.0/security-groups/62f6765f-9f61-4b62-8fb4-b8cda55fd1b6 => generated 1616 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/82] 199.19.213.195 () {48 vars in 991 bytes} [Thu Jun 25 23:05:46 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: 40/83] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:05:47 2026] GET /v2.0/security-groups/62f6765f-9f61-4b62-8fb4-b8cda55fd1b6 => generated 2230 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/84] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:05:47 2026] GET /v2.0/security-groups/62f6765f-9f61-4b62-8fb4-b8cda55fd1b6 => generated 2230 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:05:47 2026] GET /v2.0/security-groups/62f6765f-9f61-4b62-8fb4-b8cda55fd1b6 => 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: 45/86] 199.19.213.195 () {48 vars in 991 bytes} [Thu Jun 25 23:05:47 2026] POST /v2.0/security-group-rules => generated 603 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/87] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:05:48 2026] GET /v2.0/security-groups/62f6765f-9f61-4b62-8fb4-b8cda55fd1b6 => generated 2846 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/88] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:05:48 2026] GET /v2.0/security-groups/62f6765f-9f61-4b62-8fb4-b8cda55fd1b6 => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/89] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:05:48 2026] GET /v2.0/security-groups/62f6765f-9f61-4b62-8fb4-b8cda55fd1b6 => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/90] 199.19.213.195 () {48 vars in 991 bytes} [Thu Jun 25 23:05:48 2026] POST /v2.0/security-group-rules => generated 603 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/91] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:05:49 2026] GET /v2.0/security-groups/62f6765f-9f61-4b62-8fb4-b8cda55fd1b6 => generated 3462 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/92] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:05:49 2026] GET /v2.0/security-groups/62f6765f-9f61-4b62-8fb4-b8cda55fd1b6 => generated 3462 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/93] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:05:49 2026] GET /v2.0/security-groups/62f6765f-9f61-4b62-8fb4-b8cda55fd1b6 => generated 3462 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/94] 199.19.213.195 () {48 vars in 991 bytes} [Thu Jun 25 23:05:49 2026] POST /v2.0/security-group-rules => generated 603 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/95] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:05:50 2026] GET /v2.0/security-groups/62f6765f-9f61-4b62-8fb4-b8cda55fd1b6 => generated 4078 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/96] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:05:50 2026] GET /v2.0/security-groups/62f6765f-9f61-4b62-8fb4-b8cda55fd1b6 => generated 4078 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/97] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:05:50 2026] GET /v2.0/security-groups/62f6765f-9f61-4b62-8fb4-b8cda55fd1b6 => generated 4078 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/98] 199.19.213.195 () {48 vars in 991 bytes} [Thu Jun 25 23:05:50 2026] POST /v2.0/security-group-rules => generated 603 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/99] 199.19.213.195 () {44 vars in 987 bytes} [Thu Jun 25 23:05:52 2026] GET /v2.0/networks/c6cc6b18-78a2-4d48-90ff-e9a533e414a4 => generated 732 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:05:52.131 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2652cba5-c452-48f2-993b-908912d3b158 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/100] 199.19.213.195 () {44 vars in 1076 bytes} [Thu Jun 25 23:05:52 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=c6cc6b18-78a2-4d48-90ff-e9a533e414a4 => generated 132 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/101] 199.19.213.195 () {44 vars in 1099 bytes} [Thu Jun 25 23:05:52 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=c6cc6b18-78a2-4d48-90ff-e9a533e414a4 => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/102] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:05:52 2026] GET /v2.0/security-groups/62f6765f-9f61-4b62-8fb4-b8cda55fd1b6 => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/103] 199.19.213.195 () {48 vars in 961 bytes} [Thu Jun 25 23:05:52 2026] POST /v2.0/ports => generated 1100 bytes in 570 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-25 23:06:00.055 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c207fd7c-f873-44ea-bfb1-f8bcfc810033 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 55/106] 199.19.213.195 () {44 vars in 979 bytes} [Thu Jun 25 23:06:00 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 51 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: 52/107] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:06:00 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/108] 199.19.213.195 () {48 vars in 1031 bytes} [Thu Jun 25 23:06:00 2026] PUT /v2.0/ports/98598a30-70ea-4b52-9240-38e10cd0a290 => generated 1249 bytes in 735 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/109] 199.19.213.195 () {44 vars in 920 bytes} [Thu Jun 25 23:06:02 2026] GET /v2.0/ports => generated 3730 bytes in 102 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-25 23:06:03.340 7 INFO neutron.api.v2.resource [None req-439d106a-6b20-41a4-a399-638653187f5d 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 57/110] 199.19.213.195 () {44 vars in 959 bytes} [Thu Jun 25 23:06:03 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/111] 199.19.213.195 () {44 vars in 981 bytes} [Thu Jun 25 23:06:03 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/112] 199.19.213.195 () {48 vars in 980 bytes} [Thu Jun 25 23:06:03 2026] POST /v2.0/security-groups => generated 1610 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/113] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:06:04 2026] GET /v2.0/security-groups/e60d4b53-db54-4228-9d01-749de9e96b8e => generated 1610 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/114] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:06:04 2026] GET /v2.0/security-groups/e60d4b53-db54-4228-9d01-749de9e96b8e => generated 1610 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/115] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:06:04 2026] GET /v2.0/security-groups/e60d4b53-db54-4228-9d01-749de9e96b8e => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/116] 199.19.213.195 () {48 vars in 991 bytes} [Thu Jun 25 23:06:04 2026] POST /v2.0/security-group-rules => generated 623 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/117] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:06:05 2026] GET /v2.0/security-groups/e60d4b53-db54-4228-9d01-749de9e96b8e => generated 2246 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/118] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:06:05 2026] GET /v2.0/security-groups/e60d4b53-db54-4228-9d01-749de9e96b8e => generated 2246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/119] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:06:05 2026] GET /v2.0/security-groups/e60d4b53-db54-4228-9d01-749de9e96b8e => generated 2246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/120] 199.19.213.195 () {48 vars in 991 bytes} [Thu Jun 25 23:06:05 2026] POST /v2.0/security-group-rules => generated 627 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 64/131] 199.19.213.195 () {44 vars in 975 bytes} [Thu Jun 25 23:07:11 2026] GET /v2.0/quotas/b662428675c74c7fb4ab745b540355ac => 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: 68/132] 199.19.213.195 () {48 vars in 1027 bytes} [Thu Jun 25 23:07:11 2026] PUT /v2.0/quotas/b662428675c74c7fb4ab745b540355ac => generated 291 bytes in 30 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-25 23:09:33.326 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fc29bdd5-3568-42b0-a20e-ce805656b241 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 74/151] 199.19.213.195 () {30 vars in 741 bytes} [Thu Jun 25 23:09:33 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 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: 7|app: 0|req: 78/152] 199.19.213.195 () {30 vars in 763 bytes} [Thu Jun 25 23:09:33 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:09:35.144 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e7783c92-a6ef-4e08-ab99-0d9763a8ed8a 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 75/153] 199.19.213.195 () {30 vars in 741 bytes} [Thu Jun 25 23:09:35 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 114 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 79/154] 199.19.213.195 () {30 vars in 763 bytes} [Thu Jun 25 23:09:35 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:16:15.551 8 INFO neutron.api.v2.resource [None req-b22a35b7-51ff-43c5-8494-d535900c31a3 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 103/209] 199.19.213.195 () {44 vars in 1074 bytes} [Thu Jun 25 23:16:15 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=65138df65aa64b8f99a289f481fad4e1 => generated 139 bytes in 134 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/210] 199.19.213.195 () {44 vars in 1097 bytes} [Thu Jun 25 23:16:15 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=65138df65aa64b8f99a289f481fad4e1 => generated 23 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/211] 199.19.213.195 () {48 vars in 981 bytes} [Thu Jun 25 23:16:15 2026] POST /v2.0/security-groups => generated 1624 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/212] 199.19.213.195 () {44 vars in 1088 bytes} [Thu Jun 25 23:16:16 2026] GET /v2.0/security-groups/12114282-9528-46ff-a1b1-3220d5a902ae?project_id=65138df65aa64b8f99a289f481fad4e1 => generated 1624 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/213] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:16:16 2026] GET /v2.0/security-groups/12114282-9528-46ff-a1b1-3220d5a902ae => 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: 109/214] 199.19.213.195 () {44 vars in 1088 bytes} [Thu Jun 25 23:16:16 2026] GET /v2.0/security-groups/12114282-9528-46ff-a1b1-3220d5a902ae?project_id=65138df65aa64b8f99a289f481fad4e1 => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/215] 199.19.213.195 () {48 vars in 991 bytes} [Thu Jun 25 23:16:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/216] 199.19.213.195 () {44 vars in 1088 bytes} [Thu Jun 25 23:16:17 2026] GET /v2.0/security-groups/12114282-9528-46ff-a1b1-3220d5a902ae?project_id=65138df65aa64b8f99a289f481fad4e1 => generated 2234 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/217] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:16:18 2026] GET /v2.0/security-groups/12114282-9528-46ff-a1b1-3220d5a902ae => generated 2234 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/218] 199.19.213.195 () {44 vars in 1088 bytes} [Thu Jun 25 23:16:18 2026] GET /v2.0/security-groups/12114282-9528-46ff-a1b1-3220d5a902ae?project_id=65138df65aa64b8f99a289f481fad4e1 => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/219] 199.19.213.195 () {48 vars in 991 bytes} [Thu Jun 25 23:16:18 2026] POST /v2.0/security-group-rules => generated 599 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/220] 199.19.213.195 () {44 vars in 1088 bytes} [Thu Jun 25 23:16:19 2026] GET /v2.0/security-groups/12114282-9528-46ff-a1b1-3220d5a902ae?project_id=65138df65aa64b8f99a289f481fad4e1 => generated 2846 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/221] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:16:19 2026] GET /v2.0/security-groups/12114282-9528-46ff-a1b1-3220d5a902ae => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/222] 199.19.213.195 () {44 vars in 1088 bytes} [Thu Jun 25 23:16:19 2026] GET /v2.0/security-groups/12114282-9528-46ff-a1b1-3220d5a902ae?project_id=65138df65aa64b8f99a289f481fad4e1 => generated 2846 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/223] 199.19.213.195 () {48 vars in 991 bytes} [Thu Jun 25 23:16:19 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: 114/224] 199.19.213.195 () {44 vars in 1088 bytes} [Thu Jun 25 23:16:20 2026] GET /v2.0/security-groups/12114282-9528-46ff-a1b1-3220d5a902ae?project_id=65138df65aa64b8f99a289f481fad4e1 => generated 3460 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/225] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:16:20 2026] GET /v2.0/security-groups/12114282-9528-46ff-a1b1-3220d5a902ae => generated 3460 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/226] 199.19.213.195 () {44 vars in 1088 bytes} [Thu Jun 25 23:16:20 2026] GET /v2.0/security-groups/12114282-9528-46ff-a1b1-3220d5a902ae?project_id=65138df65aa64b8f99a289f481fad4e1 => generated 3460 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/227] 199.19.213.195 () {48 vars in 991 bytes} [Thu Jun 25 23:16:20 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/248] 199.19.213.195 () {30 vars in 740 bytes} [Thu Jun 25 23:18:48 2026] GET /v2.0/networks?tenant_id=65138df65aa64b8f99a289f481fad4e1&shared=False => generated 15 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:18:48.262 8 INFO neutron.db.segments_db [None req-1acca6a4-661f-4bc2-9c96-18cb109c7329 bf3740570eaf4d9d9568dcb9d36a9411 65138df65aa64b8f99a289f481fad4e1 - - ec19fab2b15d4ddc83cfe5030aa52389 ec19fab2b15d4ddc83cfe5030aa52389] Added segment 4ada5df7-3cea-42d6-a9ea-12f0a420300b of type vxlan for network b44e9720-6fca-415a-88d5-38da8167f11d [pid: 8|app: 0|req: 123/249] 199.19.213.195 () {34 vars in 682 bytes} [Thu Jun 25 23:18:48 2026] POST /v2.0/networks => generated 718 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/250] 199.19.213.195 () {30 vars in 722 bytes} [Thu Jun 25 23:18:48 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/251] 199.19.213.195 () {30 vars in 633 bytes} [Thu Jun 25 23:18:48 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/252] 199.19.213.195 () {34 vars in 677 bytes} [Thu Jun 25 23:18:48 2026] POST /v2.0/ports => generated 999 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/253] 199.19.213.195 () {30 vars in 703 bytes} [Thu Jun 25 23:18:48 2026] GET /v2.0/networks/b44e9720-6fca-415a-88d5-38da8167f11d => generated 705 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/254] 199.19.213.195 () {30 vars in 722 bytes} [Thu Jun 25 23:18:50 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/255] 199.19.213.195 () {30 vars in 703 bytes} [Thu Jun 25 23:18:51 2026] GET /v2.0/networks/b44e9720-6fca-415a-88d5-38da8167f11d => generated 705 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/260] 199.19.213.195 () {44 vars in 975 bytes} [Thu Jun 25 23:19:17 2026] GET /v2.0/quotas/65138df65aa64b8f99a289f481fad4e1 => 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: 129/261] 199.19.213.195 () {48 vars in 1027 bytes} [Thu Jun 25 23:19:17 2026] PUT /v2.0/quotas/65138df65aa64b8f99a289f481fad4e1 => generated 291 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:30:52.462 8 INFO neutron.pecan_wsgi.hooks.translation [None req-42bc3ad6-c159-4347-9725-a657ffde1c35 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 176/354] 199.19.213.195 () {44 vars in 927 bytes} [Thu Jun 25 23:30:52 2026] GET /v2.0/networks/public => generated 108 bytes in 123 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/355] 199.19.213.195 () {44 vars in 949 bytes} [Thu Jun 25 23:30:52 2026] GET /v2.0/networks?name=public => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:30:53.619 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b2becc58-4e6f-44c7-b899-ab6a61a9a54d 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 177/356] 199.19.213.195 () {44 vars in 927 bytes} [Thu Jun 25 23:30:53 2026] GET /v2.0/networks/public => generated 108 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/357] 199.19.213.195 () {44 vars in 949 bytes} [Thu Jun 25 23:30:53 2026] GET /v2.0/networks?name=public => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:30:53.695 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9ee3e3ae-7da6-41d5-bcfb-0f554b124c6b 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 178/358] 199.19.213.195 () {44 vars in 1034 bytes} [Thu Jun 25 23:30:53 2026] GET /v2.0/subnets/public-subnet?network_id=4edd636b-cf08-4704-9242-bd4937f90d78 => generated 113 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/359] 199.19.213.195 () {44 vars in 1057 bytes} [Thu Jun 25 23:30:53 2026] GET /v2.0/subnets?name=public-subnet&network_id=4edd636b-cf08-4704-9242-bd4937f90d78 => generated 667 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:31:20.709 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6eed7373-2fc6-42ac-af62-e43f09dce8d4 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 181/364] 199.19.213.195 () {44 vars in 937 bytes} [Thu Jun 25 23:31:20 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/365] 199.19.213.195 () {44 vars in 959 bytes} [Thu Jun 25 23:31:20 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:31:21.687 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f96713a2-733b-4458-953f-744175fc5f91 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 182/366] 199.19.213.195 () {44 vars in 937 bytes} [Thu Jun 25 23:31:21 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/367] 199.19.213.195 () {44 vars in 959 bytes} [Thu Jun 25 23:31:21 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:31:21.755 8 INFO neutron.pecan_wsgi.hooks.translation [None req-60bc0beb-e098-4183-bfd2-0f20dd06cb26 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 183/368] 199.19.213.195 () {44 vars in 1036 bytes} [Thu Jun 25 23:31:21 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=c6cc6b18-78a2-4d48-90ff-e9a533e414a4 => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/369] 199.19.213.195 () {44 vars in 1059 bytes} [Thu Jun 25 23:31:21 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=c6cc6b18-78a2-4d48-90ff-e9a533e414a4 => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:31:22.886 8 INFO neutron.api.v2.resource [None req-c993aacd-70b0-4268-9776-8466ff3ef453 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/370] 199.19.213.195 () {44 vars in 971 bytes} [Thu Jun 25 23:31:22 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/371] 199.19.213.195 () {44 vars in 993 bytes} [Thu Jun 25 23:31:22 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/372] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:31:24 2026] GET /v2.0/security-groups/62f6765f-9f61-4b62-8fb4-b8cda55fd1b6 => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/373] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:31:24 2026] GET /v2.0/security-groups/62f6765f-9f61-4b62-8fb4-b8cda55fd1b6 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/374] 199.19.213.195 () {44 vars in 1011 bytes} [Thu Jun 25 23:31:24 2026] GET /v2.0/security-group-rules/d122ef8f-2806-4e6e-8248-31e001a04529 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/375] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:31:24 2026] GET /v2.0/security-groups/62f6765f-9f61-4b62-8fb4-b8cda55fd1b6 => generated 4694 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/376] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:31:25 2026] GET /v2.0/security-groups/62f6765f-9f61-4b62-8fb4-b8cda55fd1b6 => generated 4694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/379] 199.19.213.195 () {44 vars in 1011 bytes} [Thu Jun 25 23:31:25 2026] GET /v2.0/security-group-rules/8ba18a42-9ad2-4b9d-97de-ae6f6b191d8c => generated 603 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/380] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:31:25 2026] GET /v2.0/security-groups/62f6765f-9f61-4b62-8fb4-b8cda55fd1b6 => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/381] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:31:25 2026] GET /v2.0/security-groups/62f6765f-9f61-4b62-8fb4-b8cda55fd1b6 => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/382] 199.19.213.195 () {44 vars in 1011 bytes} [Thu Jun 25 23:31:25 2026] GET /v2.0/security-group-rules/125e74bc-2239-484d-aed6-08f27ea717e9 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/383] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:31:26 2026] GET /v2.0/security-groups/62f6765f-9f61-4b62-8fb4-b8cda55fd1b6 => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/384] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:31:26 2026] GET /v2.0/security-groups/62f6765f-9f61-4b62-8fb4-b8cda55fd1b6 => generated 4694 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/385] 199.19.213.195 () {44 vars in 1011 bytes} [Thu Jun 25 23:31:26 2026] GET /v2.0/security-group-rules/5cf0fcc2-ed67-4856-845a-a9260d98e704 => generated 603 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/386] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:31:27 2026] GET /v2.0/security-groups/62f6765f-9f61-4b62-8fb4-b8cda55fd1b6 => 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: 193/387] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:31:27 2026] GET /v2.0/security-groups/62f6765f-9f61-4b62-8fb4-b8cda55fd1b6 => 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: 195/388] 199.19.213.195 () {44 vars in 1011 bytes} [Thu Jun 25 23:31:27 2026] GET /v2.0/security-group-rules/f341d756-9d4e-4ea0-a87d-28268c1dff1f => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/389] 199.19.213.195 () {44 vars in 987 bytes} [Thu Jun 25 23:31:29 2026] GET /v2.0/networks/c6cc6b18-78a2-4d48-90ff-e9a533e414a4 => generated 732 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:31:29.169 7 INFO neutron.pecan_wsgi.hooks.translation [None req-20ecb236-a88b-43f5-b74e-1cf10b613a37 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 196/390] 199.19.213.195 () {44 vars in 1076 bytes} [Thu Jun 25 23:31:29 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=c6cc6b18-78a2-4d48-90ff-e9a533e414a4 => 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: 195/391] 199.19.213.195 () {44 vars in 1099 bytes} [Thu Jun 25 23:31:29 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=c6cc6b18-78a2-4d48-90ff-e9a533e414a4 => generated 1254 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/392] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:31:29 2026] GET /v2.0/security-groups/62f6765f-9f61-4b62-8fb4-b8cda55fd1b6 => generated 4694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:31:36.954 8 INFO neutron.pecan_wsgi.hooks.translation [None req-69dac340-4533-4545-8438-0b0138530131 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 196/393] 199.19.213.195 () {44 vars in 979 bytes} [Thu Jun 25 23:31:36 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/394] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:31:36 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/395] 199.19.213.195 () {44 vars in 920 bytes} [Thu Jun 25 23:31:38 2026] GET /v2.0/ports => generated 4725 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:31:39.546 7 INFO neutron.api.v2.resource [None req-8f198743-7a35-4fe8-8bfc-8a7f61872fe1 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 199/396] 199.19.213.195 () {44 vars in 959 bytes} [Thu Jun 25 23:31:39 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/397] 199.19.213.195 () {44 vars in 981 bytes} [Thu Jun 25 23:31:39 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/400] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:31:40 2026] GET /v2.0/security-groups/e60d4b53-db54-4228-9d01-749de9e96b8e => generated 2886 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/401] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:31:40 2026] GET /v2.0/security-groups/e60d4b53-db54-4228-9d01-749de9e96b8e => generated 2886 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/402] 199.19.213.195 () {44 vars in 1011 bytes} [Thu Jun 25 23:31:40 2026] GET /v2.0/security-group-rules/23d34555-afc2-49ef-80e9-76dbf25ac76f => generated 623 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/403] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:31:41 2026] GET /v2.0/security-groups/e60d4b53-db54-4228-9d01-749de9e96b8e => generated 2886 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/404] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:31:41 2026] GET /v2.0/security-groups/e60d4b53-db54-4228-9d01-749de9e96b8e => generated 2886 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/405] 199.19.213.195 () {44 vars in 1011 bytes} [Thu Jun 25 23:31:41 2026] GET /v2.0/security-group-rules/e235cc4a-7df3-4b20-bb9c-03da2b0c50b4 => generated 627 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/406] 199.19.213.195 () {44 vars in 975 bytes} [Thu Jun 25 23:31:53 2026] GET /v2.0/quotas/b662428675c74c7fb4ab745b540355ac => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:32:47.380 8 INFO neutron.api.v2.resource [None req-e97fa3cf-bce3-4334-80e8-a3cb545c8314 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 207/415] 199.19.213.195 () {44 vars in 1074 bytes} [Thu Jun 25 23:32:47 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=65138df65aa64b8f99a289f481fad4e1 => generated 139 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/416] 199.19.213.195 () {44 vars in 1097 bytes} [Thu Jun 25 23:32:47 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=65138df65aa64b8f99a289f481fad4e1 => generated 4072 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/417] 199.19.213.195 () {44 vars in 1088 bytes} [Thu Jun 25 23:32:48 2026] GET /v2.0/security-groups/12114282-9528-46ff-a1b1-3220d5a902ae?project_id=65138df65aa64b8f99a289f481fad4e1 => generated 4075 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/418] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:32:48 2026] GET /v2.0/security-groups/12114282-9528-46ff-a1b1-3220d5a902ae => generated 4075 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/419] 199.19.213.195 () {44 vars in 1011 bytes} [Thu Jun 25 23:32:48 2026] GET /v2.0/security-group-rules/558e1f15-8c66-4fc5-882d-6e7600862b52 => generated 597 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/420] 199.19.213.195 () {44 vars in 1088 bytes} [Thu Jun 25 23:32:49 2026] GET /v2.0/security-groups/12114282-9528-46ff-a1b1-3220d5a902ae?project_id=65138df65aa64b8f99a289f481fad4e1 => 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: 210/421] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:32:49 2026] GET /v2.0/security-groups/12114282-9528-46ff-a1b1-3220d5a902ae => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/422] 199.19.213.195 () {44 vars in 1011 bytes} [Thu Jun 25 23:32:49 2026] GET /v2.0/security-group-rules/1aafcc18-4925-42e4-8854-4040cc6c65fc => generated 599 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/423] 199.19.213.195 () {44 vars in 1088 bytes} [Thu Jun 25 23:32:50 2026] GET /v2.0/security-groups/12114282-9528-46ff-a1b1-3220d5a902ae?project_id=65138df65aa64b8f99a289f481fad4e1 => generated 4075 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/424] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:32:50 2026] GET /v2.0/security-groups/12114282-9528-46ff-a1b1-3220d5a902ae => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/425] 199.19.213.195 () {44 vars in 1011 bytes} [Thu Jun 25 23:32:50 2026] GET /v2.0/security-group-rules/b359d9b4-97ee-4f3b-80c1-f478600a2b1c => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/426] 199.19.213.195 () {44 vars in 1088 bytes} [Thu Jun 25 23:32:51 2026] GET /v2.0/security-groups/12114282-9528-46ff-a1b1-3220d5a902ae?project_id=65138df65aa64b8f99a289f481fad4e1 => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/427] 199.19.213.195 () {44 vars in 1001 bytes} [Thu Jun 25 23:32:51 2026] GET /v2.0/security-groups/12114282-9528-46ff-a1b1-3220d5a902ae => 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: 215/428] 199.19.213.195 () {44 vars in 1011 bytes} [Thu Jun 25 23:32:51 2026] GET /v2.0/security-group-rules/5f401302-d06d-40aa-bc5b-c9d50db406eb => generated 602 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/431] 199.19.213.195 () {44 vars in 975 bytes} [Thu Jun 25 23:32:58 2026] GET /v2.0/quotas/65138df65aa64b8f99a289f481fad4e1 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/438] 199.19.213.195 () {44 vars in 949 bytes} [Thu Jun 25 23:33:48 2026] GET /v2.0/networks?name=public => generated 753 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/445] 10.0.0.131 () {32 vars in 649 bytes} [Thu Jun 25 23:34:27 2026] GET /v2.0/networks => generated 2168 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/446] 10.0.0.131 () {32 vars in 655 bytes} [Thu Jun 25 23:34:28 2026] GET /v2.0/floatingips => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/447] 10.0.0.131 () {32 vars in 647 bytes} [Thu Jun 25 23:34:28 2026] GET /v2.0/routers => generated 15 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/448] 10.0.0.131 () {32 vars in 643 bytes} [Thu Jun 25 23:34:28 2026] GET /v2.0/ports => generated 4725 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/449] 10.0.0.131 () {32 vars in 647 bytes} [Thu Jun 25 23:34:28 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/450] 10.0.0.131 () {32 vars in 649 bytes} [Thu Jun 25 23:34:28 2026] GET /v2.0/networks => generated 2168 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/451] 10.0.0.131 () {32 vars in 663 bytes} [Thu Jun 25 23:34:28 2026] GET /v2.0/security-groups => generated 17401 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/452] 10.0.0.131 () {32 vars in 655 bytes} [Thu Jun 25 23:34:28 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-25 23:34:39.396 7 INFO neutron.db.segments_db [None req-768b6ae5-6a01-45aa-a573-f54266174bb8 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Added segment 16e84bea-77ba-43ea-9c66-2a87fd832bc9 of type vxlan for network 3aa7b7de-dd68-43ac-8b7a-5048d6b50599 2026-06-25 23:34:39.429 8 INFO neutron.db.segments_db [None req-d6b1bb91-f666-40dc-a973-b3d0ff6d5058 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Added segment b0d5ceb0-d99a-4163-8947-af5e69546d40 of type vxlan for network eae6327c-2926-4b50-994b-d509c7d49104 [pid: 7|app: 0|req: 228/453] 10.0.0.131 () {34 vars in 671 bytes} [Thu Jun 25 23:34:39 2026] POST /v2.0/networks => generated 745 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/454] 10.0.0.131 () {34 vars in 671 bytes} [Thu Jun 25 23:34:39 2026] POST /v2.0/networks => generated 743 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/455] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:34:39 2026] POST /v2.0/subnets => generated 692 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/456] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:34:39 2026] POST /v2.0/subnets => generated 690 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:34:39.744 7 INFO neutron.db.segments_db [None req-bd724bba-fc1b-4b87-9b16-8d38e483166a 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Added segment f01cc655-9709-480e-afbd-737ccc522ef2 of type vxlan for network 64f97517-da5a-436f-9d28-92177af65da9 2026-06-25 23:34:39.912 7 INFO neutron.db.l3_hamode_db [None req-bd724bba-fc1b-4b87-9b16-8d38e483166a 2eee7cff3dc044498d68da4fcf568f12 4758e2690c374ef9bfc618d975eeae45 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 228/457] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:34:39 2026] GET /v2.0/security-groups?tenant_id=387f48b8da3f430c9e8b98d094e14812&name=default => generated 2921 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:34:40.076 8 INFO neutron.db.segments_db [None req-125b4df0-89fb-4f06-a603-5988663455a0 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Added segment dba3f84a-c35b-4cd0-a6da-646c0d80d182 of type vxlan for network 6cb1f6e8-0d3a-4ae5-894c-cd2674d52b65 2026-06-25 23:34:40.289 8 INFO neutron.db.l3_hamode_db [None req-125b4df0-89fb-4f06-a603-5988663455a0 2eee7cff3dc044498d68da4fcf568f12 dbdc5358da7b48fdadc807c1d3e1a48a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:34:40.837 7 INFO neutron.db.l3_hamode_db [None req-bd724bba-fc1b-4b87-9b16-8d38e483166a 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:34:41.118 8 INFO neutron.db.l3_hamode_db [None req-125b4df0-89fb-4f06-a603-5988663455a0 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 230/458] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:34:39 2026] POST /v2.0/routers => generated 732 bytes in 1946 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/459] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:34:41 2026] DELETE /v2.0/security-groups/e8c7080f-508f-45bb-93c7-e8eda8cff0ef => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/462] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:34:40 2026] POST /v2.0/routers => generated 730 bytes in 2228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/463] 10.0.0.131 () {34 vars in 783 bytes} [Thu Jun 25 23:34:41 2026] PUT /v2.0/routers/abb674d5-34b6-4ea4-a63c-a64c3865eed5/add_router_interface => generated 309 bytes in 1124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/464] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:34:42 2026] GET /v2.0/security-groups?tenant_id=23b3ff56a16c473db13f3c52bb841c88&name=default => generated 2921 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/465] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:34:43 2026] DELETE /v2.0/security-groups/7f132282-7998-4ace-b4ac-13b0193defe7 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/466] 10.0.0.131 () {34 vars in 783 bytes} [Thu Jun 25 23:34:42 2026] PUT /v2.0/routers/d7d075a2-c20e-4d35-bac9-c235687d32b0/add_router_interface => generated 309 bytes in 1152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/467] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:34:43 2026] GET /v2.0/security-groups?tenant_id=8f52a588135e4df7ace1686c20764225&name=default => generated 2924 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/468] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:34:43 2026] DELETE /v2.0/security-groups/3cf0f785-f12f-4a61-842a-289c3db0d762 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:34:43.873 8 INFO neutron.db.segments_db [None req-cbb6a5d1-bdde-49b1-81b1-d7d5942540ba 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Added segment ed7fc910-91ce-42a8-a15e-81cd2af5dd57 of type vxlan for network b498166b-3812-4c8e-9bff-b3ba2308354b [pid: 8|app: 0|req: 231/469] 10.0.0.131 () {34 vars in 671 bytes} [Thu Jun 25 23:34:43 2026] POST /v2.0/networks => generated 747 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/470] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:34:43 2026] POST /v2.0/subnets => generated 695 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/471] 10.0.0.238 () {38 vars in 971 bytes} [Thu Jun 25 23:34:43 2026] POST /v2.0/security-groups => generated 1681 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-25 23:34:44.254 7 INFO neutron.db.segments_db [None req-15a2dc12-4b69-4f55-8fe2-cb468df53b6e 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Added segment 7c3cf6cb-e4d3-494a-9d74-bebb9ada370a of type vxlan for network f1d1b9e3-b8a4-449f-8493-1017450357e4 [pid: 8|app: 0|req: 233/472] 10.0.0.131 () {34 vars in 685 bytes} [Thu Jun 25 23:34:44 2026] POST /v2.0/security-groups => generated 1660 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/473] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:34:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:34:44.458 7 INFO neutron.db.l3_hamode_db [None req-15a2dc12-4b69-4f55-8fe2-cb468df53b6e 2eee7cff3dc044498d68da4fcf568f12 668a88fab0db4afaa446e9bcee5627b3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 235/474] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:34:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/475] 10.0.0.131 () {34 vars in 676 bytes} [Thu Jun 25 23:34:44 2026] POST /v2.0/floatingips => generated 552 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:34:45.209 7 INFO neutron.db.l3_hamode_db [None req-15a2dc12-4b69-4f55-8fe2-cb468df53b6e 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 237/476] 10.0.0.238 () {38 vars in 971 bytes} [Thu Jun 25 23:34:44 2026] POST /v2.0/security-groups => generated 1680 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/477] 10.0.0.238 () {38 vars in 971 bytes} [Thu Jun 25 23:34:45 2026] POST /v2.0/security-groups => generated 1682 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/478] 10.0.0.238 () {34 vars in 1100 bytes} [Thu Jun 25 23:34:45 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1527215127&fields=id&tenant_id=dbdc5358da7b48fdadc807c1d3e1a48a => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/479] 10.0.0.238 () {34 vars in 1002 bytes} [Thu Jun 25 23:34:45 2026] GET /v2.0/security-groups?tenant_id=4758e2690c374ef9bfc618d975eeae45 => generated 7904 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/480] 10.0.0.238 () {34 vars in 982 bytes} [Thu Jun 25 23:34:45 2026] GET /v2.0/networks?id=eae6327c-2926-4b50-994b-d509c7d49104 => generated 675 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/481] 10.0.0.238 () {34 vars in 991 bytes} [Thu Jun 25 23:34:45 2026] GET /v2.0/security-groups/e3a9e5c8-947d-47ef-9a81-213ce0dc17fb => generated 2918 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/482] 10.0.0.238 () {34 vars in 965 bytes} [Thu Jun 25 23:34:45 2026] GET /v2.0/quotas/dbdc5358da7b48fdadc807c1d3e1a48a => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/483] 10.0.0.238 () {34 vars in 991 bytes} [Thu Jun 25 23:34:45 2026] GET /v2.0/security-groups/e3a9e5c8-947d-47ef-9a81-213ce0dc17fb => generated 2918 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/484] 10.0.0.238 () {34 vars in 1002 bytes} [Thu Jun 25 23:34:45 2026] GET /v2.0/ports?tenant_id=dbdc5358da7b48fdadc807c1d3e1a48a&fields=id => generated 57 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/485] 10.0.0.238 () {34 vars in 991 bytes} [Thu Jun 25 23:34:45 2026] GET /v2.0/security-groups/cf2375e5-a278-4542-b1b1-56360da55d60 => generated 1681 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/486] 10.0.0.238 () {36 vars in 1013 bytes} [Thu Jun 25 23:34:45 2026] DELETE /v2.0/security-groups/cf2375e5-a278-4542-b1b1-56360da55d60 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:34:45.864 8 INFO neutron.api.v2.resource [req-2f2f32b3-7ceb-4ced-8b8a-f0d0b05ddfc4 req-370bc163-493a-4175-8018-bbcf3e733951 0208bd2a141f4d03a6e449afcb0cbf9f 4758e2690c374ef9bfc618d975eeae45 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 248/487] 10.0.0.238 () {34 vars in 991 bytes} [Thu Jun 25 23:34:45 2026] GET /v2.0/security-groups/cf2375e5-a278-4542-b1b1-56360da55d60 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/488] 10.0.0.238 () {34 vars in 991 bytes} [Thu Jun 25 23:34:45 2026] GET /v2.0/security-groups/c99c9418-4fd2-4d0d-98d2-2226e4b02f8a => generated 1680 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/489] 10.0.0.238 () {36 vars in 1013 bytes} [Thu Jun 25 23:34:45 2026] DELETE /v2.0/security-groups/c99c9418-4fd2-4d0d-98d2-2226e4b02f8a => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:34:46.007 8 INFO neutron.api.v2.resource [req-cc447322-c04c-4321-be51-7b2527e41840 req-1f29e0ec-58bb-4907-a1b7-558ce1a721d5 0208bd2a141f4d03a6e449afcb0cbf9f 4758e2690c374ef9bfc618d975eeae45 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 251/490] 10.0.0.238 () {34 vars in 991 bytes} [Thu Jun 25 23:34:45 2026] GET /v2.0/security-groups/c99c9418-4fd2-4d0d-98d2-2226e4b02f8a => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/491] 10.0.0.238 () {34 vars in 991 bytes} [Thu Jun 25 23:34:46 2026] GET /v2.0/security-groups/b478b2e9-7cc5-41bb-b32c-0fcca401c922 => generated 1682 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/492] 10.0.0.238 () {36 vars in 1013 bytes} [Thu Jun 25 23:34:46 2026] DELETE /v2.0/security-groups/b478b2e9-7cc5-41bb-b32c-0fcca401c922 => 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: 254/493] 10.0.0.238 () {34 vars in 907 bytes} [Thu Jun 25 23:34:46 2026] GET /v2.0/extensions => generated 21537 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-25 23:34:46.237 8 INFO neutron.api.v2.resource [req-e7a511b9-7e8b-4399-9014-5d8d7a45e643 req-289a6427-a0e3-43ad-91ee-37e839410435 0208bd2a141f4d03a6e449afcb0cbf9f 4758e2690c374ef9bfc618d975eeae45 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 255/494] 10.0.0.238 () {34 vars in 991 bytes} [Thu Jun 25 23:34:46 2026] GET /v2.0/security-groups/b478b2e9-7cc5-41bb-b32c-0fcca401c922 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/495] 10.0.0.238 () {34 vars in 1008 bytes} [Thu Jun 25 23:34:46 2026] GET /v2.0/networks/eae6327c-2926-4b50-994b-d509c7d49104?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/496] 10.0.0.238 () {34 vars in 1002 bytes} [Thu Jun 25 23:34:46 2026] GET /v2.0/security-groups?tenant_id=4758e2690c374ef9bfc618d975eeae45 => 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: 258/497] 10.0.0.238 () {34 vars in 1108 bytes} [Thu Jun 25 23:34:46 2026] GET /v2.0/networks/eae6327c-2926-4b50-994b-d509c7d49104?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/498] 10.0.0.238 () {34 vars in 991 bytes} [Thu Jun 25 23:34:46 2026] GET /v2.0/security-groups/e3a9e5c8-947d-47ef-9a81-213ce0dc17fb => generated 2918 bytes in 28 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.238 () {34 vars in 991 bytes} [Thu Jun 25 23:34:46 2026] GET /v2.0/security-groups/e3a9e5c8-947d-47ef-9a81-213ce0dc17fb => generated 2918 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:34:46.460 8 INFO neutron.api.v2.resource [req-90b1e2e8-3ba6-4909-a1ad-0e0b5a869f2f req-bac692a0-ea02-40f5-a9cc-feb3d7c89f13 0208bd2a141f4d03a6e449afcb0cbf9f 4758e2690c374ef9bfc618d975eeae45 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 261/500] 10.0.0.238 () {34 vars in 991 bytes} [Thu Jun 25 23:34:46 2026] GET /v2.0/security-groups/b478b2e9-7cc5-41bb-b32c-0fcca401c922 => 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: 240/501] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:34:44 2026] POST /v2.0/routers => generated 735 bytes in 2307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:34:46.493 7 INFO neutron.api.v2.resource [req-059a418d-c047-4c6f-9b79-6c885fa44e4d req-3635b31b-dc47-4a7e-b521-3e15d9ef34b3 0208bd2a141f4d03a6e449afcb0cbf9f 4758e2690c374ef9bfc618d975eeae45 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 241/502] 10.0.0.238 () {34 vars in 991 bytes} [Thu Jun 25 23:34:46 2026] GET /v2.0/security-groups/c99c9418-4fd2-4d0d-98d2-2226e4b02f8a => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:34:46.536 7 INFO neutron.api.v2.resource [req-601cafc3-f5cf-4960-889c-31c2498300e8 req-2f52fe99-bea8-402f-8adf-aa2f3364300d 0208bd2a141f4d03a6e449afcb0cbf9f 4758e2690c374ef9bfc618d975eeae45 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 242/503] 10.0.0.238 () {34 vars in 991 bytes} [Thu Jun 25 23:34:46 2026] GET /v2.0/security-groups/cf2375e5-a278-4542-b1b1-56360da55d60 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/504] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:34:46 2026] GET /v2.0/ports?device_id=e45c13af-fe28-431f-96e9-01bf64609ef5 => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:34:47.076 7 INFO neutron_taas.services.taas.taas_plugin [None req-e348cef6-e041-4143-8d3e-c53c851fc3fb 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: 4059b2ae-6c50-49ea-84ef-0a265f53794e 2026-06-25 23:34:47.087 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e348cef6-e041-4143-8d3e-c53c851fc3fb 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: 4059b2ae-6c50-49ea-84ef-0a265f53794e [pid: 8|app: 0|req: 262/505] 10.0.0.131 () {34 vars in 783 bytes} [Thu Jun 25 23:34:46 2026] PUT /v2.0/routers/440ab729-02f1-4785-9ce6-0bd49306d9bc/add_router_interface => generated 309 bytes in 1077 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/506] 10.0.0.131 () {34 vars in 789 bytes} [Thu Jun 25 23:34:46 2026] PUT /v2.0/routers/abb674d5-34b6-4ea4-a63c-a64c3865eed5/remove_router_interface => generated 309 bytes in 1046 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:34:47.812 7 INFO neutron_taas.services.taas.taas_plugin [None req-3068d5f8-0d9c-435c-acbc-2ed34870dbe7 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: 45bf5afc-e1e2-44bd-b815-d95fae6d74ca 2026-06-25 23:34:47.815 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3068d5f8-0d9c-435c-acbc-2ed34870dbe7 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: 45bf5afc-e1e2-44bd-b815-d95fae6d74ca [pid: 8|app: 0|req: 263/507] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:34:47 2026] GET /v2.0/security-groups?tenant_id=9e4cdea99c4c4a6cbb44a55888c859ae&name=default => generated 2925 bytes in 436 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:34:48.005 7 INFO neutron_taas.services.taas.taas_plugin [None req-3068d5f8-0d9c-435c-acbc-2ed34870dbe7 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: 48bea867-2bc5-42e6-a78b-b6cdb47f86bf 2026-06-25 23:34:48.009 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3068d5f8-0d9c-435c-acbc-2ed34870dbe7 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: 48bea867-2bc5-42e6-a78b-b6cdb47f86bf [pid: 8|app: 0|req: 264/508] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:34:47 2026] GET /v2.0/ports?device_id=e45c13af-fe28-431f-96e9-01bf64609ef5 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:34:48.080 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-3068d5f8-0d9c-435c-acbc-2ed34870dbe7 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 265/509] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:34:48 2026] DELETE /v2.0/security-groups/b0ad7ac8-1f91-4792-8320-b1795f9476bc => 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: 266/510] 10.0.0.238 () {38 vars in 971 bytes} [Thu Jun 25 23:34:48 2026] POST /v2.0/security-groups => generated 1686 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/511] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:34:48 2026] GET /v2.0/security-groups?tenant_id=92754299be704285a19fee806b5a0058&name=default => generated 2925 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/512] 10.0.0.238 () {34 vars in 991 bytes} [Thu Jun 25 23:34:48 2026] GET /v2.0/security-groups/2055b698-d78f-4e54-8e05-0c5ce126d54c => generated 1686 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/513] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:34:48 2026] DELETE /v2.0/security-groups/17e7f2b6-99c5-41e2-8dd3-cdd2e7d50abe => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:34:48.432 7 INFO neutron.db.l3_hamode_db [None req-3068d5f8-0d9c-435c-acbc-2ed34870dbe7 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] HA network 64f97517-da5a-436f-9d28-92177af65da9 was deleted as no HA routers are present in tenant 4758e2690c374ef9bfc618d975eeae45. [pid: 7|app: 0|req: 245/514] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:34:47 2026] DELETE /v2.0/routers/abb674d5-34b6-4ea4-a63c-a64c3865eed5 => generated 0 bytes in 805 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/515] 10.0.0.238 () {38 vars in 981 bytes} [Thu Jun 25 23:34:48 2026] POST /v2.0/security-group-rules => generated 614 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/516] 10.0.0.238 () {38 vars in 971 bytes} [Thu Jun 25 23:34:48 2026] POST /v2.0/security-groups => generated 1686 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/517] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:34:48 2026] DELETE /v2.0/subnets/29dd2afb-653b-4d25-8ef4-f752693c6ef9 => 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: 272/518] 10.0.0.238 () {34 vars in 991 bytes} [Thu Jun 25 23:34:48 2026] GET /v2.0/security-groups/8074d018-f581-4df9-84d7-fff996ea2e8e => generated 1686 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:34:48.736 7 INFO neutron_taas.services.taas.taas_plugin [None req-67345f30-0de8-48f7-a6bc-5063a076dc70 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: 14a03579-a222-4b7c-b1b7-2d72230f77f6 2026-06-25 23:34:48.738 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67345f30-0de8-48f7-a6bc-5063a076dc70 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: 14a03579-a222-4b7c-b1b7-2d72230f77f6 [pid: 8|app: 0|req: 273/519] 10.0.0.238 () {38 vars in 981 bytes} [Thu Jun 25 23:34:48 2026] POST /v2.0/security-group-rules => generated 614 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/520] 10.0.0.238 () {34 vars in 991 bytes} [Thu Jun 25 23:34:48 2026] GET /v2.0/security-groups/8074d018-f581-4df9-84d7-fff996ea2e8e => generated 2311 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:34:48.878 7 INFO neutron.services.segments.plugin [-] Segment f01cc655-9709-480e-afbd-737ccc522ef2 resource provider aggregate not found 2026-06-25 23:34:48.897 7 INFO neutron.services.segments.plugin [-] Segment f01cc655-9709-480e-afbd-737ccc522ef2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f01cc655-9709-480e-afbd-737ccc522ef2 found for delete ", "request_id": "req-4705bef4-1e9c-44c8-8d02-46a3f257d3f1"}]} [pid: 7|app: 0|req: 247/521] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:34:48 2026] DELETE /v2.0/networks/3aa7b7de-dd68-43ac-8b7a-5048d6b50599 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:34:48.901 7 INFO neutron.services.segments.plugin [-] Segment f01cc655-9709-480e-afbd-737ccc522ef2 resource provider aggregate not found [pid: 8|app: 0|req: 275/522] 10.0.0.238 () {38 vars in 981 bytes} [Thu Jun 25 23:34:48 2026] POST /v2.0/security-group-rules => generated 619 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:34:48.920 7 INFO neutron.services.segments.plugin [-] Segment f01cc655-9709-480e-afbd-737ccc522ef2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f01cc655-9709-480e-afbd-737ccc522ef2 found for delete ", "request_id": "req-ed84db1d-798a-4081-84e0-80cabd9c2ea2"}]} [pid: 7|app: 0|req: 248/523] 10.0.0.238 () {34 vars in 991 bytes} [Thu Jun 25 23:34:48 2026] GET /v2.0/security-groups/8074d018-f581-4df9-84d7-fff996ea2e8e => generated 2941 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/524] 10.0.0.238 () {34 vars in 1001 bytes} [Thu Jun 25 23:34:48 2026] GET /v2.0/security-group-rules/7d739d9b-cacf-4f71-b905-e2b0b3737417 => generated 616 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/525] 10.0.0.238 () {34 vars in 991 bytes} [Thu Jun 25 23:34:49 2026] GET /v2.0/security-groups/8074d018-f581-4df9-84d7-fff996ea2e8e => generated 2941 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/526] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:34:49 2026] GET /v2.0/security-groups?tenant_id=4758e2690c374ef9bfc618d975eeae45&name=default => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/527] 10.0.0.238 () {36 vars in 1023 bytes} [Thu Jun 25 23:34:49 2026] DELETE /v2.0/security-group-rules/7d739d9b-cacf-4f71-b905-e2b0b3737417 => 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: 250/528] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:34:49 2026] DELETE /v2.0/security-groups/e3a9e5c8-947d-47ef-9a81-213ce0dc17fb => 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: 279/529] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:34:49 2026] GET /v2.0/ports?device_id=e45c13af-fe28-431f-96e9-01bf64609ef5 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/530] 10.0.0.238 () {34 vars in 991 bytes} [Thu Jun 25 23:34:49 2026] GET /v2.0/security-groups/8074d018-f581-4df9-84d7-fff996ea2e8e => generated 2311 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/531] 10.0.0.238 () {36 vars in 1013 bytes} [Thu Jun 25 23:34:49 2026] DELETE /v2.0/security-groups/8074d018-f581-4df9-84d7-fff996ea2e8e => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/532] 10.0.0.238 () {34 vars in 991 bytes} [Thu Jun 25 23:34:49 2026] GET /v2.0/security-groups/2055b698-d78f-4e54-8e05-0c5ce126d54c => generated 2311 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/533] 10.0.0.238 () {36 vars in 1013 bytes} [Thu Jun 25 23:34:49 2026] DELETE /v2.0/security-groups/2055b698-d78f-4e54-8e05-0c5ce126d54c => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:34:49.699 7 INFO neutron_taas.services.taas.taas_plugin [None req-88997046-3188-48f4-b154-70df8bd35dd4 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: a2897d48-e22f-497e-a88b-bd3da36f4ec6 2026-06-25 23:34:49.701 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88997046-3188-48f4-b154-70df8bd35dd4 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: a2897d48-e22f-497e-a88b-bd3da36f4ec6 [pid: 7|app: 0|req: 253/534] 10.0.0.131 () {34 vars in 789 bytes} [Thu Jun 25 23:34:49 2026] PUT /v2.0/routers/440ab729-02f1-4785-9ce6-0bd49306d9bc/remove_router_interface => generated 309 bytes in 789 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/535] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:34:50 2026] GET /v2.0/ports?device_id=e45c13af-fe28-431f-96e9-01bf64609ef5 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:34:50.404 8 INFO neutron_taas.services.taas.taas_plugin [None req-35afd6b9-ddff-4fbe-a607-901969e4ef00 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: 7d26cfb4-8dbd-4229-841c-0648a950741b 2026-06-25 23:34:50.415 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35afd6b9-ddff-4fbe-a607-901969e4ef00 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: 7d26cfb4-8dbd-4229-841c-0648a950741b 2026-06-25 23:34:50.620 7 INFO neutron.db.segments_db [None req-9f0a90c0-f43f-47e0-9b1a-f7e027531476 4c4c772a2d87425db1b5d215bda3d6c6 cb9af55096f44ca8b4dc2a37e0da4cb5 - - default default] Added segment 57a68d6f-4626-4dd7-b943-b04524418971 of type vxlan for network a7667046-3b69-4c12-8e0f-e0b001dfda4b 2026-06-25 23:34:50.689 7 INFO neutron.db.segments_db [None req-9f0a90c0-f43f-47e0-9b1a-f7e027531476 4c4c772a2d87425db1b5d215bda3d6c6 cb9af55096f44ca8b4dc2a37e0da4cb5 - - default default] Added segment c4ab4cff-f6bb-4432-84f4-44274ea44451 of type vxlan for network 440045ad-5857-4615-ba41-0fd4138bcb37 2026-06-25 23:34:50.727 8 INFO neutron_taas.services.taas.taas_plugin [None req-35afd6b9-ddff-4fbe-a607-901969e4ef00 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: 1dac6ef4-fb94-4ee2-b45f-8c49a7d657bf 2026-06-25 23:34:50.730 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35afd6b9-ddff-4fbe-a607-901969e4ef00 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: 1dac6ef4-fb94-4ee2-b45f-8c49a7d657bf [pid: 7|app: 0|req: 255/536] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:34:50 2026] POST /v2.0/networks => generated 1244 bytes in 489 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-25 23:34:50.824 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-35afd6b9-ddff-4fbe-a607-901969e4ef00 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - 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: 256/537] 10.0.0.131 () {32 vars in 649 bytes} [Thu Jun 25 23:34:50 2026] GET /v2.0/networks => generated 1843 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:34:50.919 7 INFO neutron.services.segments.plugin [-] Segment 16e84bea-77ba-43ea-9c66-2a87fd832bc9 resource provider aggregate not found 2026-06-25 23:34:50.949 7 INFO neutron.services.segments.plugin [-] Segment 16e84bea-77ba-43ea-9c66-2a87fd832bc9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16e84bea-77ba-43ea-9c66-2a87fd832bc9 found for delete ", "request_id": "req-f5596827-41dd-4648-8f5a-b206ecf92203"}]} 2026-06-25 23:34:50.953 7 INFO neutron.services.segments.plugin [-] Segment 16e84bea-77ba-43ea-9c66-2a87fd832bc9 resource provider aggregate not found 2026-06-25 23:34:50.975 7 INFO neutron.services.segments.plugin [-] Segment 16e84bea-77ba-43ea-9c66-2a87fd832bc9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16e84bea-77ba-43ea-9c66-2a87fd832bc9 found for delete ", "request_id": "req-c1017587-810c-4691-a9ae-fe7050a56265"}]} [pid: 7|app: 0|req: 257/538] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:34:50 2026] DELETE /v2.0/networks/a7667046-3b69-4c12-8e0f-e0b001dfda4b => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:34:51.146 8 INFO neutron.db.l3_hamode_db [None req-35afd6b9-ddff-4fbe-a607-901969e4ef00 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] HA network f1d1b9e3-b8a4-449f-8493-1017450357e4 was deleted as no HA routers are present in tenant 668a88fab0db4afaa446e9bcee5627b3. [pid: 8|app: 0|req: 282/539] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:34:50 2026] DELETE /v2.0/routers/440ab729-02f1-4785-9ce6-0bd49306d9bc => generated 0 bytes in 969 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/540] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:34:51 2026] DELETE /v2.0/networks/440045ad-5857-4615-ba41-0fd4138bcb37 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:34:51.354 7 INFO neutron.db.segments_db [None req-8ab3739d-bbcf-4287-a7b1-2c2b4cd10d68 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Added segment ec70adbb-dedc-49ec-8c77-81a0d979febe of type vxlan for network d37b56f5-7a3b-4356-b944-abd59eb843e4 [pid: 7|app: 0|req: 258/541] 10.0.0.131 () {34 vars in 671 bytes} [Thu Jun 25 23:34:51 2026] POST /v2.0/networks => generated 752 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/542] 10.0.0.131 () {32 vars in 649 bytes} [Thu Jun 25 23:34:51 2026] GET /v2.0/networks => generated 651 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/543] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:34:51 2026] GET /v2.0/ports?device_id=e45c13af-fe28-431f-96e9-01bf64609ef5 => 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: 284/544] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:34:51 2026] DELETE /v2.0/subnets/d9b1b720-f288-443e-ae69-70bfae1fc28a => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:34:51.542 8 INFO neutron.services.segments.plugin [-] Segment 7c3cf6cb-e4d3-494a-9d74-bebb9ada370a resource provider aggregate not found 2026-06-25 23:34:51.568 8 INFO neutron.services.segments.plugin [-] Segment 7c3cf6cb-e4d3-494a-9d74-bebb9ada370a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c3cf6cb-e4d3-494a-9d74-bebb9ada370a found for delete ", "request_id": "req-0e0c0e06-4f7a-4ecf-b796-b0f1286195c7"}]} 2026-06-25 23:34:51.583 8 INFO neutron.services.segments.plugin [-] Segment 7c3cf6cb-e4d3-494a-9d74-bebb9ada370a resource provider aggregate not found 2026-06-25 23:34:51.613 8 INFO neutron.services.segments.plugin [-] Segment 7c3cf6cb-e4d3-494a-9d74-bebb9ada370a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c3cf6cb-e4d3-494a-9d74-bebb9ada370a found for delete ", "request_id": "req-c2ee186d-8818-41bc-a7a2-fe9f461993b6"}]} [pid: 7|app: 0|req: 261/545] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:34:51 2026] GET /v2.0/networks?id=eae6327c-2926-4b50-994b-d509c7d49104 => generated 675 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:34:51.678 7 INFO neutron.db.segments_db [None req-0086cd47-6834-4662-b335-6386eccb4377 4c4c772a2d87425db1b5d215bda3d6c6 cb9af55096f44ca8b4dc2a37e0da4cb5 - - default default] Added segment a892abbe-3172-497c-a603-810eac96604e of type vxlan for network a3d1f341-9963-45b1-899e-fdcc9f7e404e [pid: 8|app: 0|req: 285/546] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:34:51 2026] POST /v2.0/subnets => generated 699 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/547] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:34:51 2026] POST /v2.0/networks => generated 653 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/548] 199.19.213.195 () {34 vars in 911 bytes} [Thu Jun 25 23:34:51 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-25 23:34:51.786 7 INFO neutron.db.segments_db [None req-ad1210e9-f843-4392-be0e-30c225e31c4f 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Added segment 14ab2239-f350-4529-968d-e8067718c2ab of type vxlan for network dc6fdb25-0bff-4371-81fd-8212c89ac574 2026-06-25 23:34:51.817 8 INFO neutron_taas.services.taas.taas_plugin [None req-4071c9d2-f6d6-4f8a-9e0a-263233546a34 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: f3f6787c-0b66-4a30-b325-9f851bc5de98 2026-06-25 23:34:51.820 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4071c9d2-f6d6-4f8a-9e0a-263233546a34 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: f3f6787c-0b66-4a30-b325-9f851bc5de98 [pid: 8|app: 0|req: 286/549] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:34:51 2026] DELETE /v2.0/networks/b498166b-3812-4c8e-9bff-b3ba2308354b => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:34:52.014 7 INFO neutron.db.l3_hamode_db [None req-ad1210e9-f843-4392-be0e-30c225e31c4f 2eee7cff3dc044498d68da4fcf568f12 3586d355f74d40338e3b45fd1df8d8df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:34:52.056 8 INFO neutron.db.segments_db [None req-1d952860-31a2-492a-9319-056b9a4c1ba6 4c4c772a2d87425db1b5d215bda3d6c6 cb9af55096f44ca8b4dc2a37e0da4cb5 - - default default] Added segment 252b296b-b293-45e6-a1d4-20d76cc7dd03 of type vxlan for network d2380615-3cf4-47b5-af4e-34ee16473a09 [pid: 8|app: 0|req: 287/550] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:34:51 2026] POST /v2.0/networks => generated 654 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/551] 199.19.213.195 () {34 vars in 1050 bytes} [Thu Jun 25 23:34:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dbdc5358da7b48fdadc807c1d3e1a48a => generated 181 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/552] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:34:52 2026] GET /v2.0/security-groups?tenant_id=668a88fab0db4afaa446e9bcee5627b3&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: 290/553] 10.0.0.131 () {34 vars in 665 bytes} [Thu Jun 25 23:34:52 2026] POST /v2.0/ports => generated 1506 bytes in 578 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-25 23:34:52.787 7 INFO neutron.db.l3_hamode_db [None req-ad1210e9-f843-4392-be0e-30c225e31c4f 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:34:52.973 7 INFO neutron.services.segments.plugin [-] Segment 57a68d6f-4626-4dd7-b943-b04524418971 resource provider aggregate not found 2026-06-25 23:34:52.992 7 INFO neutron.services.segments.plugin [-] Segment 57a68d6f-4626-4dd7-b943-b04524418971 resource provider aggregate not found 2026-06-25 23:34:52.997 7 INFO neutron.services.segments.plugin [-] Segment 57a68d6f-4626-4dd7-b943-b04524418971 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57a68d6f-4626-4dd7-b943-b04524418971 found for delete ", "request_id": "req-e9b4ad40-0799-46d7-86ed-7727346bdd05"}]} 2026-06-25 23:34:53.006 7 INFO neutron.services.segments.plugin [-] Segment 57a68d6f-4626-4dd7-b943-b04524418971 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57a68d6f-4626-4dd7-b943-b04524418971 found for delete ", "request_id": "req-f83685a0-0b7c-483a-86e5-675be5a15857"}]} [pid: 8|app: 0|req: 291/554] 199.19.213.195 () {38 vars in 955 bytes} [Thu Jun 25 23:34:52 2026] POST /v2.0/ports => generated 954 bytes in 381 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: 292/555] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:34:53 2026] DELETE /v2.0/security-groups/0fb1ff13-f1be-402a-a567-4c48947b4a7b => 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: 293/556] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:34:53 2026] GET /v2.0/ports?device_id=e45c13af-fe28-431f-96e9-01bf64609ef5 => generated 957 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/557] 10.0.0.131 () {32 vars in 643 bytes} [Thu Jun 25 23:34:53 2026] GET /v2.0/ports => generated 1506 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/558] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:53 2026] GET /v2.0/security-groups?id=b1a5526e-a4b6-4f2d-ae81-064241eff6cb&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:34:53.597 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2c681f1-476f-4ea0-9e6c-8a0d81d86c80 4c4c772a2d87425db1b5d215bda3d6c6 cb9af55096f44ca8b4dc2a37e0da4cb5 - - default default] TaaS: Handle Delete Port: d70a5a96-46cd-4f88-9637-c2346e61f00c 2026-06-25 23:34:53.602 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2c681f1-476f-4ea0-9e6c-8a0d81d86c80 4c4c772a2d87425db1b5d215bda3d6c6 cb9af55096f44ca8b4dc2a37e0da4cb5 - - default default] Tap Mirror: Handle Delete Port: d70a5a96-46cd-4f88-9637-c2346e61f00c 2026-06-25 23:34:53.613 8 INFO neutron.services.segments.plugin [-] Segment c4ab4cff-f6bb-4432-84f4-44274ea44451 resource provider aggregate not found 2026-06-25 23:34:53.639 8 INFO neutron.services.segments.plugin [-] Segment c4ab4cff-f6bb-4432-84f4-44274ea44451 resource provider aggregate not found 2026-06-25 23:34:53.643 8 INFO neutron.services.segments.plugin [-] Segment c4ab4cff-f6bb-4432-84f4-44274ea44451 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4ab4cff-f6bb-4432-84f4-44274ea44451 found for delete ", "request_id": "req-b38395db-7639-48fa-a4a9-ceb81c49e9d0"}]} 2026-06-25 23:34:53.660 8 INFO neutron.services.segments.plugin [-] Segment c4ab4cff-f6bb-4432-84f4-44274ea44451 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4ab4cff-f6bb-4432-84f4-44274ea44451 found for delete ", "request_id": "req-913ab4cb-f8c0-48c8-a0a6-6215d3f2f76b"}]} 2026-06-25 23:34:53.663 8 INFO neutron.services.segments.plugin [-] Segment ed7fc910-91ce-42a8-a15e-81cd2af5dd57 resource provider aggregate not found 2026-06-25 23:34:53.676 8 INFO neutron.services.segments.plugin [-] Segment ed7fc910-91ce-42a8-a15e-81cd2af5dd57 resource provider aggregate not found 2026-06-25 23:34:53.688 8 INFO neutron.services.segments.plugin [-] Segment ed7fc910-91ce-42a8-a15e-81cd2af5dd57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed7fc910-91ce-42a8-a15e-81cd2af5dd57 found for delete ", "request_id": "req-c42aec85-57e3-4c72-9ed1-4a65ab0c71ff"}]} 2026-06-25 23:34:53.699 8 INFO neutron.services.segments.plugin [-] Segment ed7fc910-91ce-42a8-a15e-81cd2af5dd57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed7fc910-91ce-42a8-a15e-81cd2af5dd57 found for delete ", "request_id": "req-d81af063-315b-4058-a9fe-277266ee19bb"}]} [pid: 8|app: 0|req: 296/559] 10.0.0.131 () {32 vars in 720 bytes} [Thu Jun 25 23:34:53 2026] DELETE /v2.0/ports/d70a5a96-46cd-4f88-9637-c2346e61f00c => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/560] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:34:51 2026] POST /v2.0/routers => generated 739 bytes in 2006 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:34:53.901 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b86c83e-0697-4ebd-a785-b054dc26fefc 4c4c772a2d87425db1b5d215bda3d6c6 cb9af55096f44ca8b4dc2a37e0da4cb5 - - default default] TaaS: Handle Delete Port: 4969f6c9-b2bb-4b17-9777-160c5fb2cc63 2026-06-25 23:34:53.907 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b86c83e-0697-4ebd-a785-b054dc26fefc 4c4c772a2d87425db1b5d215bda3d6c6 cb9af55096f44ca8b4dc2a37e0da4cb5 - - default default] Tap Mirror: Handle Delete Port: 4969f6c9-b2bb-4b17-9777-160c5fb2cc63 [pid: 8|app: 0|req: 297/561] 199.19.213.195 () {38 vars in 1028 bytes} [Thu Jun 25 23:34:53 2026] PUT /v2.0/ports/6fc4049b-76c6-4d7e-ab61-b3b41a879b4f => generated 1235 bytes in 477 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: 265/562] 10.0.0.131 () {32 vars in 720 bytes} [Thu Jun 25 23:34:53 2026] DELETE /v2.0/ports/4969f6c9-b2bb-4b17-9777-160c5fb2cc63 => generated 0 bytes in 515 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/563] 10.0.0.131 () {32 vars in 643 bytes} [Thu Jun 25 23:34:54 2026] GET /v2.0/ports => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:34:54.371 7 INFO neutron.db.segments_db [None req-dcae62e2-d64c-46a8-8887-4f86eccc48a6 4c4c772a2d87425db1b5d215bda3d6c6 cb9af55096f44ca8b4dc2a37e0da4cb5 - - default default] Added segment 94c14317-d865-4523-90d1-8e8cef37f650 of type vxlan for network 94eafd95-5c76-411b-82f5-4c15d0051f89 [pid: 7|app: 0|req: 267/564] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:34:54 2026] POST /v2.0/networks => generated 653 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:34:54.516 7 INFO neutron.db.segments_db [None req-168755a6-010f-4448-944d-8e953cce36d6 4c4c772a2d87425db1b5d215bda3d6c6 cb9af55096f44ca8b4dc2a37e0da4cb5 - - default default] Added segment 67eda1a0-3871-4024-9533-6069567865cb of type vxlan for network 3dc8bfa1-df39-4d5f-a5ed-38ccb41c4c61 [pid: 7|app: 0|req: 268/565] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:34:54 2026] POST /v2.0/networks => generated 654 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/566] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:34:54 2026] GET /v2.0/ports?device_id=e45c13af-fe28-431f-96e9-01bf64609ef5 => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/567] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:54 2026] GET /v2.0/security-groups?id=b1a5526e-a4b6-4f2d-ae81-064241eff6cb&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:34:54.775 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-51ad589a-c22f-4ef6-a4bc-98d12e24ff48'] response: {'name': 'network-changed', 'server_uuid': 'e45c13af-fe28-431f-96e9-01bf64609ef5', 'tag': '6fc4049b-76c6-4d7e-ab61-b3b41a879b4f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 298/568] 10.0.0.131 () {34 vars in 783 bytes} [Thu Jun 25 23:34:54 2026] PUT /v2.0/routers/ad5394d0-4a0d-4cd7-9697-4206c2493885/add_router_interface => generated 309 bytes in 1034 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/571] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:34:55 2026] GET /v2.0/ports?tenant_id=dbdc5358da7b48fdadc807c1d3e1a48a&device_id=e45c13af-fe28-431f-96e9-01bf64609ef5 => generated 1238 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/572] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:34:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=6fc4049b-76c6-4d7e-ab61-b3b41a879b4f => 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: 303/573] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:34:55 2026] GET /v2.0/subnets?id=cc3fd8d5-019a-4ec9-b785-43e7969da78e => generated 693 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/574] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:34:55 2026] GET /v2.0/ports?network_id=eae6327c-2926-4b50-994b-d509c7d49104&device_owner=network%3Adhcp => 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: 305/575] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:34:55 2026] GET /v2.0/networks/eae6327c-2926-4b50-994b-d509c7d49104?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/576] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:34:55 2026] POST /v2.0/subnets => generated 1323 bytes in 526 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/577] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:34:55 2026] GET /v2.0/networks/eae6327c-2926-4b50-994b-d509c7d49104?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: 272/578] 10.0.0.131 () {32 vars in 647 bytes} [Thu Jun 25 23:34:55 2026] GET /v2.0/subnets => generated 1959 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/579] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:34:55 2026] DELETE /v2.0/subnets/964cc2c8-b4e3-4f90-bc08-a5e008c563dd => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/580] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:34:55 2026] GET /v2.0/ports?device_id=e45c13af-fe28-431f-96e9-01bf64609ef5 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/581] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:55 2026] GET /v2.0/security-groups?id=b1a5526e-a4b6-4f2d-ae81-064241eff6cb&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: 273/582] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:34:55 2026] DELETE /v2.0/subnets/0be26777-9341-405b-91da-fcf0ef30c728 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/583] 10.0.0.131 () {32 vars in 647 bytes} [Thu Jun 25 23:34:55 2026] GET /v2.0/subnets => generated 649 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/584] 10.0.0.131 () {34 vars in 685 bytes} [Thu Jun 25 23:34:55 2026] POST /v2.0/security-groups => generated 1661 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-25 23:34:56.168 7 INFO neutron.services.segments.plugin [-] Segment 67eda1a0-3871-4024-9533-6069567865cb resource provider aggregate not found 2026-06-25 23:34:56.171 7 INFO neutron.services.segments.plugin [-] Segment 67eda1a0-3871-4024-9533-6069567865cb resource provider aggregate not found 2026-06-25 23:34:56.185 7 INFO neutron.services.segments.plugin [-] Segment 67eda1a0-3871-4024-9533-6069567865cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67eda1a0-3871-4024-9533-6069567865cb found for delete ", "request_id": "req-1a3dd6b0-3aea-494a-84bb-6cf60474a01e"}]} [pid: 8|app: 0|req: 311/585] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:34:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:34:56.197 7 INFO neutron.services.segments.plugin [-] Segment 67eda1a0-3871-4024-9533-6069567865cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67eda1a0-3871-4024-9533-6069567865cb found for delete ", "request_id": "req-9efd5e67-9aef-410c-9cd5-c203aeaaa977"}]} [pid: 7|app: 0|req: 275/586] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:34:56 2026] DELETE /v2.0/networks/3dc8bfa1-df39-4d5f-a5ed-38ccb41c4c61 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/587] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:34:56 2026] POST /v2.0/security-group-rules => generated 602 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/588] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:34:56 2026] DELETE /v2.0/networks/94eafd95-5c76-411b-82f5-4c15d0051f89 => 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: 277/589] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:34:56 2026] DELETE /v2.0/networks/d2380615-3cf4-47b5-af4e-34ee16473a09 => 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: 278/590] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:34:56 2026] DELETE /v2.0/networks/a3d1f341-9963-45b1-899e-fdcc9f7e404e => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/591] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:34:56 2026] GET /v2.0/ports?tenant_id=dbdc5358da7b48fdadc807c1d3e1a48a&device_id=e45c13af-fe28-431f-96e9-01bf64609ef5 => generated 1238 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/592] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:34:56 2026] GET /v2.0/networks?id=eae6327c-2926-4b50-994b-d509c7d49104 => generated 771 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/593] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:34:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=6fc4049b-76c6-4d7e-ab61-b3b41a879b4f => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/594] 10.0.0.131 () {34 vars in 676 bytes} [Thu Jun 25 23:34:56 2026] POST /v2.0/floatingips => generated 552 bytes in 523 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/595] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:34:56 2026] GET /v2.0/subnets?id=cc3fd8d5-019a-4ec9-b785-43e7969da78e => generated 693 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/596] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:34:56 2026] GET /v2.0/ports?network_id=eae6327c-2926-4b50-994b-d509c7d49104&device_owner=network%3Adhcp => 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: 283/597] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:34:56 2026] GET /v2.0/networks/eae6327c-2926-4b50-994b-d509c7d49104?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/598] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:34:56 2026] GET /v2.0/ports?device_id=e45c13af-fe28-431f-96e9-01bf64609ef5 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/599] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:56 2026] GET /v2.0/security-groups?id=b1a5526e-a4b6-4f2d-ae81-064241eff6cb&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/600] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:34:56 2026] GET /v2.0/networks/eae6327c-2926-4b50-994b-d509c7d49104?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: 285/601] 10.0.0.238 () {34 vars in 1100 bytes} [Thu Jun 25 23:34:57 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1018765795&fields=id&tenant_id=3586d355f74d40338e3b45fd1df8d8df => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/602] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:34:57 2026] GET /v2.0/security-groups?tenant_id=cb9af55096f44ca8b4dc2a37e0da4cb5&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/603] 10.0.0.238 () {34 vars in 982 bytes} [Thu Jun 25 23:34:57 2026] GET /v2.0/networks?id=d37b56f5-7a3b-4356-b944-abd59eb843e4 => generated 684 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/604] 10.0.0.238 () {34 vars in 965 bytes} [Thu Jun 25 23:34:57 2026] GET /v2.0/quotas/3586d355f74d40338e3b45fd1df8d8df => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/605] 10.0.0.238 () {34 vars in 1002 bytes} [Thu Jun 25 23:34:57 2026] GET /v2.0/ports?tenant_id=3586d355f74d40338e3b45fd1df8d8df&fields=id => generated 103 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/606] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:34:57 2026] DELETE /v2.0/security-groups/08f4751f-9e5b-4402-8016-19024a4f537e => 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: 289/607] 10.0.0.238 () {34 vars in 907 bytes} [Thu Jun 25 23:34:57 2026] GET /v2.0/extensions => generated 21537 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/608] 10.0.0.238 () {34 vars in 1008 bytes} [Thu Jun 25 23:34:57 2026] GET /v2.0/networks/d37b56f5-7a3b-4356-b944-abd59eb843e4?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: 290/609] 10.0.0.238 () {34 vars in 1108 bytes} [Thu Jun 25 23:34:58 2026] GET /v2.0/networks/d37b56f5-7a3b-4356-b944-abd59eb843e4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/610] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:34:58 2026] GET /v2.0/ports?device_id=e45c13af-fe28-431f-96e9-01bf64609ef5 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/611] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:58 2026] GET /v2.0/security-groups?id=b1a5526e-a4b6-4f2d-ae81-064241eff6cb&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: 321/612] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:34:58 2026] GET /v2.0/ports?device_id=1df20198-b49a-4df8-b9e4-3d7f76f20f4e => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:34:58.224 7 INFO neutron.services.segments.plugin [-] Segment 94c14317-d865-4523-90d1-8e8cef37f650 resource provider aggregate not found 2026-06-25 23:34:58.231 7 INFO neutron.services.segments.plugin [-] Segment 94c14317-d865-4523-90d1-8e8cef37f650 resource provider aggregate not found 2026-06-25 23:34:58.242 7 INFO neutron.services.segments.plugin [-] Segment 94c14317-d865-4523-90d1-8e8cef37f650 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94c14317-d865-4523-90d1-8e8cef37f650 found for delete ", "request_id": "req-e72e4d2b-8e8f-4d75-9740-8bb1a59087ff"}]} 2026-06-25 23:34:58.246 7 INFO neutron.services.segments.plugin [-] Segment 94c14317-d865-4523-90d1-8e8cef37f650 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94c14317-d865-4523-90d1-8e8cef37f650 found for delete ", "request_id": "req-2e91c26c-d29e-4cf3-9351-d085d826408c"}]} 2026-06-25 23:34:58.258 7 INFO neutron.services.segments.plugin [-] Segment 252b296b-b293-45e6-a1d4-20d76cc7dd03 resource provider aggregate not found 2026-06-25 23:34:58.265 7 INFO neutron.services.segments.plugin [-] Segment 252b296b-b293-45e6-a1d4-20d76cc7dd03 resource provider aggregate not found 2026-06-25 23:34:58.276 7 INFO neutron.services.segments.plugin [-] Segment 252b296b-b293-45e6-a1d4-20d76cc7dd03 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 252b296b-b293-45e6-a1d4-20d76cc7dd03 found for delete ", "request_id": "req-22e86354-eaed-460a-95d7-f4bb192b9a30"}]} 2026-06-25 23:34:58.284 7 INFO neutron.services.segments.plugin [-] Segment 252b296b-b293-45e6-a1d4-20d76cc7dd03 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 252b296b-b293-45e6-a1d4-20d76cc7dd03 found for delete ", "request_id": "req-6537674a-e53b-41bc-beba-3dcca187ecaa"}]} 2026-06-25 23:34:58.290 7 INFO neutron.services.segments.plugin [-] Segment a892abbe-3172-497c-a603-810eac96604e resource provider aggregate not found 2026-06-25 23:34:58.295 7 INFO neutron.services.segments.plugin [-] Segment a892abbe-3172-497c-a603-810eac96604e resource provider aggregate not found 2026-06-25 23:34:58.300 7 INFO neutron.services.segments.plugin [-] Segment a892abbe-3172-497c-a603-810eac96604e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a892abbe-3172-497c-a603-810eac96604e found for delete ", "request_id": "req-39254dd4-9482-4ec7-ba45-1757826ee92a"}]} 2026-06-25 23:34:58.305 7 INFO neutron.services.segments.plugin [-] Segment a892abbe-3172-497c-a603-810eac96604e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a892abbe-3172-497c-a603-810eac96604e found for delete ", "request_id": "req-584acfaf-5ed5-496a-995c-b156bb2a98a9"}]} [pid: 7|app: 0|req: 292/613] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:34:59 2026] GET /v2.0/ports?device_id=e45c13af-fe28-431f-96e9-01bf64609ef5 => 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: 322/614] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:59 2026] GET /v2.0/security-groups?id=b1a5526e-a4b6-4f2d-ae81-064241eff6cb&fields=id&fields=name => generated 114 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/615] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:34:59 2026] GET /v2.0/ports?device_id=1df20198-b49a-4df8-b9e4-3d7f76f20f4e => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:34:59.821 8 INFO neutron.db.segments_db [None req-68ef2525-792e-495a-af57-d01fe1df37df c0b9de9f20d049778edb7922cf51ab4e 7658c765592c458e913f678929773d86 - - default default] Added segment e7437248-33e0-4852-8dd0-8a8f2f88f2d7 of type vxlan for network 4eb1f55e-2c4a-49d8-b38d-9619f4711683 2026-06-25 23:34:59.902 8 INFO neutron.db.segments_db [None req-68ef2525-792e-495a-af57-d01fe1df37df c0b9de9f20d049778edb7922cf51ab4e 7658c765592c458e913f678929773d86 - - default default] Added segment c1b6219d-0a13-42a1-b253-69ad99f62aaa of type vxlan for network 9a0b0ea8-93d8-4cb5-8017-c01533fb40f8 [pid: 8|app: 0|req: 323/616] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:34:59 2026] POST /v2.0/networks => generated 1245 bytes in 579 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/617] 10.0.0.131 () {32 vars in 649 bytes} [Thu Jun 25 23:35:00 2026] GET /v2.0/networks => generated 1844 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:35:00.196 8 INFO neutron.services.segments.plugin [-] Segment e7437248-33e0-4852-8dd0-8a8f2f88f2d7 resource provider aggregate not found 2026-06-25 23:35:00.203 8 INFO neutron.services.segments.plugin [-] Segment e7437248-33e0-4852-8dd0-8a8f2f88f2d7 resource provider aggregate not found 2026-06-25 23:35:00.214 8 INFO neutron.services.segments.plugin [-] Segment e7437248-33e0-4852-8dd0-8a8f2f88f2d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7437248-33e0-4852-8dd0-8a8f2f88f2d7 found for delete ", "request_id": "req-0297d0ed-3ef4-4196-a528-112f70863803"}]} 2026-06-25 23:35:00.220 8 INFO neutron.services.segments.plugin [-] Segment e7437248-33e0-4852-8dd0-8a8f2f88f2d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7437248-33e0-4852-8dd0-8a8f2f88f2d7 found for delete ", "request_id": "req-1ddcfca9-0c82-4cf6-9627-a0c1cd76cd2c"}]} [pid: 8|app: 0|req: 325/618] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:35:00 2026] DELETE /v2.0/networks/4eb1f55e-2c4a-49d8-b38d-9619f4711683 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/619] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:35:00 2026] GET /v2.0/security-groups?tenant_id=ff2483fa004c4aefa7b12c332ec1d889&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/620] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:35:00 2026] DELETE /v2.0/security-groups/309d73bb-7c29-4f2f-95a6-51cb8e845f22 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/621] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:35:00 2026] GET /v2.0/ports?device_id=e45c13af-fe28-431f-96e9-01bf64609ef5 => 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: 297/622] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:35:00 2026] GET /v2.0/ports?device_id=1df20198-b49a-4df8-b9e4-3d7f76f20f4e => 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: 298/623] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:35:00 2026] GET /v2.0/security-groups?tenant_id=61f2f4f75f7c4311aa827314ec65d947&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/624] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:00 2026] GET /v2.0/security-groups?id=b1a5526e-a4b6-4f2d-ae81-064241eff6cb&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/625] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:35:00 2026] DELETE /v2.0/networks/9a0b0ea8-93d8-4cb5-8017-c01533fb40f8 => generated 0 bytes in 455 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/626] 10.0.0.131 () {32 vars in 649 bytes} [Thu Jun 25 23:35:00 2026] GET /v2.0/networks => generated 651 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/627] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:35:00 2026] DELETE /v2.0/security-groups/3a42cf2e-7e47-4e02-9fc5-f6faafed264c => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:35:00.781 8 INFO neutron.db.segments_db [None req-da312c92-9de1-432f-9d0b-5aa1c8380dca c0b9de9f20d049778edb7922cf51ab4e 7658c765592c458e913f678929773d86 - - default default] Added segment 52d2f551-79c2-4d38-bffa-38a3eb435c70 of type vxlan for network 117f5b69-cf69-407b-9ef0-dfc09d85f0b0 [pid: 8|app: 0|req: 328/628] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:35:00 2026] POST /v2.0/networks => generated 650 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:35:00.943 7 INFO neutron.db.segments_db [None req-8d62c3e0-977f-44c5-9241-975acc20de1e c0b9de9f20d049778edb7922cf51ab4e 7658c765592c458e913f678929773d86 - - default default] Added segment e5c49aa3-4db4-4021-ba34-e0de67385e1e of type vxlan for network 938f39c6-03ef-4c73-a0b1-080d51de51ad [pid: 7|app: 0|req: 301/629] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:35:00 2026] POST /v2.0/networks => generated 650 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/630] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:35:01 2026] GET /v2.0/ports?device_id=1df20198-b49a-4df8-b9e4-3d7f76f20f4e => 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: 329/631] 10.0.0.131 () {34 vars in 665 bytes} [Thu Jun 25 23:35:01 2026] POST /v2.0/ports => generated 1506 bytes in 534 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: 303/632] 10.0.0.131 () {32 vars in 643 bytes} [Thu Jun 25 23:35:01 2026] GET /v2.0/ports => generated 1506 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/633] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:35:01 2026] GET /v2.0/ports?device_id=e45c13af-fe28-431f-96e9-01bf64609ef5 => 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: 331/634] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:01 2026] GET /v2.0/security-groups?id=b1a5526e-a4b6-4f2d-ae81-064241eff6cb&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:01.844 7 INFO neutron_taas.services.taas.taas_plugin [None req-e1d47287-2636-4b1d-b58f-a8e2b8024ecd c0b9de9f20d049778edb7922cf51ab4e 7658c765592c458e913f678929773d86 - - default default] TaaS: Handle Delete Port: 72bbb882-1d45-4556-b53e-a656a755d16b 2026-06-25 23:35:01.847 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1d47287-2636-4b1d-b58f-a8e2b8024ecd c0b9de9f20d049778edb7922cf51ab4e 7658c765592c458e913f678929773d86 - - default default] Tap Mirror: Handle Delete Port: 72bbb882-1d45-4556-b53e-a656a755d16b [pid: 7|app: 0|req: 304/635] 10.0.0.131 () {32 vars in 720 bytes} [Thu Jun 25 23:35:01 2026] DELETE /v2.0/ports/72bbb882-1d45-4556-b53e-a656a755d16b => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:35:02.042 8 INFO neutron_taas.services.taas.taas_plugin [None req-36c3b3ca-b904-45e8-bf98-9aea3a0571c0 c0b9de9f20d049778edb7922cf51ab4e 7658c765592c458e913f678929773d86 - - default default] TaaS: Handle Delete Port: ccbbf478-4108-436d-b81d-ffe5272d1b4d 2026-06-25 23:35:02.044 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36c3b3ca-b904-45e8-bf98-9aea3a0571c0 c0b9de9f20d049778edb7922cf51ab4e 7658c765592c458e913f678929773d86 - - default default] Tap Mirror: Handle Delete Port: ccbbf478-4108-436d-b81d-ffe5272d1b4d [pid: 8|app: 0|req: 332/636] 10.0.0.131 () {32 vars in 720 bytes} [Thu Jun 25 23:35:01 2026] DELETE /v2.0/ports/ccbbf478-4108-436d-b81d-ffe5272d1b4d => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/637] 10.0.0.131 () {32 vars in 643 bytes} [Thu Jun 25 23:35:02 2026] GET /v2.0/ports => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:35:02.238 8 INFO neutron.services.segments.plugin [-] Segment c1b6219d-0a13-42a1-b253-69ad99f62aaa resource provider aggregate not found 2026-06-25 23:35:02.248 8 INFO neutron.db.segments_db [None req-1bdadc6b-7d54-4fbc-a22b-6c2cc2eae000 c0b9de9f20d049778edb7922cf51ab4e 7658c765592c458e913f678929773d86 - - default default] Added segment b97de570-f6da-4dd9-8ac9-e54a2380e1e3 of type vxlan for network 1c309c81-4e7b-4423-9567-639f73bf9e5e 2026-06-25 23:35:02.261 8 INFO neutron.services.segments.plugin [-] Segment c1b6219d-0a13-42a1-b253-69ad99f62aaa resource provider aggregate not found 2026-06-25 23:35:02.273 8 INFO neutron.services.segments.plugin [-] Segment c1b6219d-0a13-42a1-b253-69ad99f62aaa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1b6219d-0a13-42a1-b253-69ad99f62aaa found for delete ", "request_id": "req-a71e7c19-8f3d-4cf8-b569-7010986f142c"}]} 2026-06-25 23:35:02.290 8 INFO neutron.services.segments.plugin [-] Segment c1b6219d-0a13-42a1-b253-69ad99f62aaa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1b6219d-0a13-42a1-b253-69ad99f62aaa found for delete ", "request_id": "req-15847c96-9473-4da1-8c8d-ddb8ad51e02e"}]} [pid: 8|app: 0|req: 333/638] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:35:02 2026] POST /v2.0/networks => generated 650 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:35:02.378 7 INFO neutron.db.segments_db [None req-2baa3d7f-9aaf-4746-99f9-c3dc3ba3a4fd c0b9de9f20d049778edb7922cf51ab4e 7658c765592c458e913f678929773d86 - - default default] Added segment e91a17fb-c2e1-491e-8593-419147983428 of type vxlan for network 72320153-1250-4563-a62f-d427ff4e1274 [pid: 7|app: 0|req: 306/639] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:35:02 2026] POST /v2.0/networks => generated 650 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/640] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:35:02 2026] GET /v2.0/networks?id=d37b56f5-7a3b-4356-b944-abd59eb843e4 => generated 684 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/641] 199.19.213.195 () {34 vars in 1050 bytes} [Thu Jun 25 23:35:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3586d355f74d40338e3b45fd1df8d8df => generated 181 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/642] 199.19.213.195 () {38 vars in 955 bytes} [Thu Jun 25 23:35:02 2026] POST /v2.0/ports => generated 954 bytes in 261 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: 307/643] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:35:02 2026] POST /v2.0/subnets => generated 1274 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/644] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:35:02 2026] GET /v2.0/ports?device_id=1df20198-b49a-4df8-b9e4-3d7f76f20f4e => generated 957 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/645] 10.0.0.131 () {32 vars in 647 bytes} [Thu Jun 25 23:35:02 2026] GET /v2.0/subnets => generated 1910 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/646] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:02 2026] GET /v2.0/security-groups?id=9f91db6e-3aa0-4b56-b2f6-e0036c0d163a&fields=id&fields=name => generated 114 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/647] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:35:02 2026] GET /v2.0/ports?device_id=e45c13af-fe28-431f-96e9-01bf64609ef5 => generated 971 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/648] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:35:02 2026] DELETE /v2.0/subnets/9df65bfa-fc90-4d22-b5a3-e32438c2b540 => 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: 342/649] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:03 2026] GET /v2.0/security-groups?id=b1a5526e-a4b6-4f2d-ae81-064241eff6cb&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: 308/650] 199.19.213.195 () {38 vars in 1028 bytes} [Thu Jun 25 23:35:02 2026] PUT /v2.0/ports/5de236d8-08b4-4430-8d98-66482c0cae23 => generated 1235 bytes in 365 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/651] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:35:03 2026] DELETE /v2.0/subnets/13f877b6-dc2f-478a-80cf-199a821c352f => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 344/652] 10.0.0.131 () {32 vars in 647 bytes} [Thu Jun 25 23:35:03 2026] GET /v2.0/subnets => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/653] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:35:03 2026] GET /v2.0/ports?device_id=e45c13af-fe28-431f-96e9-01bf64609ef5 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/654] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:35:03 2026] DELETE /v2.0/networks/72320153-1250-4563-a62f-d427ff4e1274 => 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: 346/655] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:35:03 2026] DELETE /v2.0/networks/1c309c81-4e7b-4423-9567-639f73bf9e5e => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/656] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:35:03 2026] DELETE /v2.0/networks/938f39c6-03ef-4c73-a0b1-080d51de51ad => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:35:03.743 7 INFO neutron.db.l3_db [None req-422bbc15-e964-4e83-a4e3-f9beea7ea1e9 79c569741d434e78a943e8a4e85351a8 dbdc5358da7b48fdadc807c1d3e1a48a - - default default] Floating IP d8007299-7615-4419-a121-acbd1dd442f4 associated. External IP: 10.96.250.202, port: 6fc4049b-76c6-4d7e-ab61-b3b41a879b4f. 2026-06-25 23:35:03.760 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dc53bef5-e458-4e37-8f59-92f976e7f0d3'] response: {'name': 'network-changed', 'server_uuid': '1df20198-b49a-4df8-b9e4-3d7f76f20f4e', 'tag': '5de236d8-08b4-4430-8d98-66482c0cae23', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 348/657] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:35:03 2026] DELETE /v2.0/networks/117f5b69-cf69-407b-9ef0-dfc09d85f0b0 => 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: 310/658] 10.0.0.131 () {34 vars in 749 bytes} [Thu Jun 25 23:35:03 2026] PUT /v2.0/floatingips/d8007299-7615-4419-a121-acbd1dd442f4 => generated 855 bytes in 758 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/659] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:35:04 2026] GET /v2.0/ports?device_id=1df20198-b49a-4df8-b9e4-3d7f76f20f4e => 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: 350/660] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:04 2026] GET /v2.0/security-groups?id=9f91db6e-3aa0-4b56-b2f6-e0036c0d163a&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: 311/661] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:35:04 2026] GET /v2.0/ports?device_id=e45c13af-fe28-431f-96e9-01bf64609ef5 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/662] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:04 2026] GET /v2.0/security-groups?id=b1a5526e-a4b6-4f2d-ae81-064241eff6cb&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/663] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:35:04 2026] GET /v2.0/ports?tenant_id=3586d355f74d40338e3b45fd1df8d8df&device_id=1df20198-b49a-4df8-b9e4-3d7f76f20f4e => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:35:04.305 8 INFO neutron.services.segments.plugin [-] Segment e91a17fb-c2e1-491e-8593-419147983428 resource provider aggregate not found 2026-06-25 23:35:04.323 8 INFO neutron.services.segments.plugin [-] Segment e91a17fb-c2e1-491e-8593-419147983428 resource provider aggregate not found [pid: 8|app: 0|req: 352/664] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:35:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=5de236d8-08b4-4430-8d98-66482c0cae23 => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:35:04.334 8 INFO neutron.services.segments.plugin [-] Segment e91a17fb-c2e1-491e-8593-419147983428 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e91a17fb-c2e1-491e-8593-419147983428 found for delete ", "request_id": "req-8d076e4f-1c64-4ad4-99e5-e6c7246ba672"}]} 2026-06-25 23:35:04.352 8 INFO neutron.services.segments.plugin [-] Segment e91a17fb-c2e1-491e-8593-419147983428 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e91a17fb-c2e1-491e-8593-419147983428 found for delete ", "request_id": "req-593d22b2-baf5-48f9-9f60-35977d32be6a"}]} 2026-06-25 23:35:04.356 8 INFO neutron.services.segments.plugin [-] Segment b97de570-f6da-4dd9-8ac9-e54a2380e1e3 resource provider aggregate not found [pid: 7|app: 0|req: 313/665] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:35:04 2026] GET /v2.0/subnets?id=6e9a31cc-ff40-4edf-ad17-42966ab8695a => generated 702 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:04.368 8 INFO neutron.services.segments.plugin [-] Segment b97de570-f6da-4dd9-8ac9-e54a2380e1e3 resource provider aggregate not found 2026-06-25 23:35:04.382 8 INFO neutron.services.segments.plugin [-] Segment b97de570-f6da-4dd9-8ac9-e54a2380e1e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b97de570-f6da-4dd9-8ac9-e54a2380e1e3 found for delete ", "request_id": "req-4e6494f2-e776-43e5-8aea-1b52cbd0a880"}]} 2026-06-25 23:35:04.386 8 INFO neutron.services.segments.plugin [-] Segment b97de570-f6da-4dd9-8ac9-e54a2380e1e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b97de570-f6da-4dd9-8ac9-e54a2380e1e3 found for delete ", "request_id": "req-acb536f1-1145-4daf-b402-83e7d5055df0"}]} 2026-06-25 23:35:04.413 8 INFO neutron.services.segments.plugin [-] Segment e5c49aa3-4db4-4021-ba34-e0de67385e1e resource provider aggregate not found 2026-06-25 23:35:04.416 8 INFO neutron.services.segments.plugin [-] Segment e5c49aa3-4db4-4021-ba34-e0de67385e1e resource provider aggregate not found 2026-06-25 23:35:04.433 8 INFO neutron.services.segments.plugin [-] Segment e5c49aa3-4db4-4021-ba34-e0de67385e1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5c49aa3-4db4-4021-ba34-e0de67385e1e found for delete ", "request_id": "req-0463a833-792e-4fa9-885e-13d71a22a5a6"}]} 2026-06-25 23:35:04.439 8 INFO neutron.services.segments.plugin [-] Segment e5c49aa3-4db4-4021-ba34-e0de67385e1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5c49aa3-4db4-4021-ba34-e0de67385e1e found for delete ", "request_id": "req-a2eff3f8-6e24-4079-acc7-82698005fa20"}]} [pid: 8|app: 0|req: 353/666] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:35:04 2026] GET /v2.0/ports?network_id=d37b56f5-7a3b-4356-b944-abd59eb843e4&device_owner=network%3Adhcp => generated 1244 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:35:04.455 8 INFO neutron.services.segments.plugin [-] Segment 52d2f551-79c2-4d38-bffa-38a3eb435c70 resource provider aggregate not found 2026-06-25 23:35:04.461 8 INFO neutron.services.segments.plugin [-] Segment 52d2f551-79c2-4d38-bffa-38a3eb435c70 resource provider aggregate not found 2026-06-25 23:35:04.474 8 INFO neutron.services.segments.plugin [-] Segment 52d2f551-79c2-4d38-bffa-38a3eb435c70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52d2f551-79c2-4d38-bffa-38a3eb435c70 found for delete ", "request_id": "req-a2a048cb-3ba9-40be-89be-0657434eafc4"}]} 2026-06-25 23:35:04.478 8 INFO neutron.services.segments.plugin [-] Segment 52d2f551-79c2-4d38-bffa-38a3eb435c70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52d2f551-79c2-4d38-bffa-38a3eb435c70 found for delete ", "request_id": "req-1e262677-156e-407c-be70-b881997de984"}]} [pid: 7|app: 0|req: 314/667] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:35:04 2026] GET /v2.0/networks/d37b56f5-7a3b-4356-b944-abd59eb843e4?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: 354/668] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:35:04 2026] GET /v2.0/ports?device_id=e45c13af-fe28-431f-96e9-01bf64609ef5 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/669] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:35:04 2026] GET /v2.0/networks/d37b56f5-7a3b-4356-b944-abd59eb843e4?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: 356/670] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:04 2026] GET /v2.0/security-groups?id=b1a5526e-a4b6-4f2d-ae81-064241eff6cb&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/671] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:35:04 2026] GET /v2.0/security-groups?tenant_id=7658c765592c458e913f678929773d86&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/672] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:35:04 2026] DELETE /v2.0/security-groups/dde67dab-3c8c-426e-8c15-5139ebfc553d => 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: 358/673] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:35:05 2026] GET /v2.0/ports?device_id=1df20198-b49a-4df8-b9e4-3d7f76f20f4e => 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: 316/674] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:35:04 2026] GET /v2.0/security-groups?tenant_id=012aff7362b44c5e81e9b4dde43f2384&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/675] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:05 2026] GET /v2.0/security-groups?id=9f91db6e-3aa0-4b56-b2f6-e0036c0d163a&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/676] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:35:05 2026] DELETE /v2.0/security-groups/ea1be867-a6a3-446a-8ea3-0db1dd349a17 => 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: 360/677] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:35:05 2026] GET /v2.0/security-groups?tenant_id=22280b0b92b747159457e1e3ffdad0cb&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/678] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:35:05 2026] GET /v2.0/ports?tenant_id=3586d355f74d40338e3b45fd1df8d8df&device_id=1df20198-b49a-4df8-b9e4-3d7f76f20f4e => generated 1238 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/679] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:35:05 2026] DELETE /v2.0/security-groups/02891314-c6a4-4455-ac65-29060766d0f5 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/680] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:35:05 2026] GET /v2.0/networks?id=d37b56f5-7a3b-4356-b944-abd59eb843e4 => generated 780 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/681] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:35:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=5de236d8-08b4-4430-8d98-66482c0cae23 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:35:05.802 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e0e3add-5879-44bb-8ead-913aeef88a3c'] response: {'name': 'network-changed', 'server_uuid': 'e45c13af-fe28-431f-96e9-01bf64609ef5', 'tag': '6fc4049b-76c6-4d7e-ab61-b3b41a879b4f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 319/682] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:35:05 2026] GET /v2.0/ports?device_id=e45c13af-fe28-431f-96e9-01bf64609ef5 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/683] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:35:05 2026] GET /v2.0/subnets?id=6e9a31cc-ff40-4edf-ad17-42966ab8695a => generated 702 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/684] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:05 2026] GET /v2.0/security-groups?id=b1a5526e-a4b6-4f2d-ae81-064241eff6cb&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: 365/685] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:35:05 2026] GET /v2.0/ports?network_id=d37b56f5-7a3b-4356-b944-abd59eb843e4&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/686] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:35:05 2026] GET /v2.0/networks/d37b56f5-7a3b-4356-b944-abd59eb843e4?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: 366/687] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:35:05 2026] GET /v2.0/networks/d37b56f5-7a3b-4356-b944-abd59eb843e4?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: 322/688] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:35:06 2026] GET /v2.0/ports?tenant_id=dbdc5358da7b48fdadc807c1d3e1a48a&device_id=e45c13af-fe28-431f-96e9-01bf64609ef5 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/689] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:35:06 2026] GET /v2.0/ports?device_id=1df20198-b49a-4df8-b9e4-3d7f76f20f4e => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/690] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:35:06 2026] GET /v2.0/networks?id=eae6327c-2926-4b50-994b-d509c7d49104 => generated 771 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/691] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:06 2026] GET /v2.0/security-groups?id=9f91db6e-3aa0-4b56-b2f6-e0036c0d163a&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: 324/692] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:35:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=6fc4049b-76c6-4d7e-ab61-b3b41a879b4f => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/693] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:35:06 2026] GET /v2.0/subnets?id=cc3fd8d5-019a-4ec9-b785-43e7969da78e => generated 693 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/694] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:35:06 2026] GET /v2.0/ports?network_id=eae6327c-2926-4b50-994b-d509c7d49104&device_owner=network%3Adhcp => generated 1244 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/695] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:35:06 2026] GET /v2.0/networks/eae6327c-2926-4b50-994b-d509c7d49104?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/696] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:35:06 2026] GET /v2.0/networks/eae6327c-2926-4b50-994b-d509c7d49104?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-25 23:35:06.966 7 INFO neutron.db.segments_db [None req-4063d3a8-3b8a-471f-bff9-89a0134a4fe4 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] Added segment cd655ab7-0846-46d1-9a48-b75ca5e6d903 of type vxlan for network 352ea89b-376a-4972-8fd7-d6b36aad82f2 [pid: 8|app: 0|req: 372/697] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:35:06 2026] GET /v2.0/ports?device_id=e45c13af-fe28-431f-96e9-01bf64609ef5 => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/698] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:06 2026] GET /v2.0/security-groups?id=b1a5526e-a4b6-4f2d-ae81-064241eff6cb&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: 326/699] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:35:06 2026] POST /v2.0/networks => generated 633 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:35:07.130 8 INFO neutron.db.segments_db [None req-9b120ecd-fe6b-4c08-8bfd-84cad385c152 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] Added segment 8221b3b7-9991-4b5e-8d33-cfa815e5fa9b of type vxlan for network 8283d0c2-51ac-4bed-b0fe-c498b5bcdeac [pid: 7|app: 0|req: 327/700] 199.19.213.195 () {34 vars in 994 bytes} [Thu Jun 25 23:35:07 2026] GET /v2.0/ports?device_id=e45c13af-fe28-431f-96e9-01bf64609ef5 => 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: 374/701] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:35:07 2026] POST /v2.0/networks => generated 633 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:35:07.253 7 INFO neutron_taas.services.taas.taas_plugin [req-6695db4e-95a1-49d7-8cc8-45aa6b30ff78 req-5e9793e2-b59b-45f7-89e2-12a0da3e4a13 79c569741d434e78a943e8a4e85351a8 dbdc5358da7b48fdadc807c1d3e1a48a - - default default] TaaS: Handle Delete Port: 6fc4049b-76c6-4d7e-ab61-b3b41a879b4f 2026-06-25 23:35:07.256 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6695db4e-95a1-49d7-8cc8-45aa6b30ff78 req-5e9793e2-b59b-45f7-89e2-12a0da3e4a13 79c569741d434e78a943e8a4e85351a8 dbdc5358da7b48fdadc807c1d3e1a48a - - default default] Tap Mirror: Handle Delete Port: 6fc4049b-76c6-4d7e-ab61-b3b41a879b4f 2026-06-25 23:35:07.458 7 INFO neutron.db.l3_db [req-6695db4e-95a1-49d7-8cc8-45aa6b30ff78 req-5e9793e2-b59b-45f7-89e2-12a0da3e4a13 79c569741d434e78a943e8a4e85351a8 dbdc5358da7b48fdadc807c1d3e1a48a - - default default] Floating IP d8007299-7615-4419-a121-acbd1dd442f4 disassociated. External IP: 10.96.250.202, port: 6fc4049b-76c6-4d7e-ab61-b3b41a879b4f. [pid: 8|app: 0|req: 375/702] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:35:07 2026] POST /v2.0/subnets => generated 646 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/703] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:35:07 2026] POST /v2.0/subnets => generated 655 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/704] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:35:07 2026] GET /v2.0/ports?device_id=1df20198-b49a-4df8-b9e4-3d7f76f20f4e => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/705] 199.19.213.195 () {36 vars in 997 bytes} [Thu Jun 25 23:35:07 2026] DELETE /v2.0/ports/6fc4049b-76c6-4d7e-ab61-b3b41a879b4f => generated 0 bytes in 654 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:35:07.831 8 INFO neutron.db.segments_db [None req-19be8f36-4bff-465f-999c-2b9d66340a20 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] Added segment 517f218d-9e82-4357-b311-3a9e55bdf4d8 of type vxlan for network 4b597dc3-c299-4e04-b465-ac9eded16052 [pid: 7|app: 0|req: 329/706] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:07 2026] GET /v2.0/security-groups?id=9f91db6e-3aa0-4b56-b2f6-e0036c0d163a&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:07.858 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c896eb7e-c102-4c1c-907b-5631e3ab00ff'] response: {'server_uuid': 'e45c13af-fe28-431f-96e9-01bf64609ef5', 'name': 'network-vif-deleted', 'tag': '6fc4049b-76c6-4d7e-ab61-b3b41a879b4f', 'status': 'completed', 'code': 200} 2026-06-25 23:35:08.081 8 INFO neutron.db.l3_hamode_db [None req-19be8f36-4bff-465f-999c-2b9d66340a20 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 330/707] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:35:08 2026] GET /v2.0/ports?device_id=e45c13af-fe28-431f-96e9-01bf64609ef5 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:35:08.253 8 INFO neutron.db.l3_hamode_db [None req-19be8f36-4bff-465f-999c-2b9d66340a20 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 378/708] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:35:07 2026] POST /v2.0/routers => generated 511 bytes in 979 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/709] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:35:08 2026] GET /v2.0/ports?device_id=1df20198-b49a-4df8-b9e4-3d7f76f20f4e => 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: 380/710] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:09 2026] GET /v2.0/security-groups?id=9f91db6e-3aa0-4b56-b2f6-e0036c0d163a&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/711] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:35:09 2026] GET /v2.0/ports?device_id=e45c13af-fe28-431f-96e9-01bf64609ef5 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/712] 10.0.0.131 () {34 vars in 783 bytes} [Thu Jun 25 23:35:08 2026] PUT /v2.0/routers/66e960c1-fa4b-431b-ab45-14174e77902f/add_router_interface => generated 309 bytes in 1167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/713] 10.0.0.131 () {32 vars in 717 bytes} [Thu Jun 25 23:35:09 2026] GET /v2.0/ports/afa354a4-29b0-4e53-8eb3-6ca8820f89e5 => generated 959 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/714] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:35:09 2026] GET /v2.0/security-groups?tenant_id=ada592d7667d41b0be7e34acdcf89234&name=default => generated 2925 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/717] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:35:10 2026] GET /v2.0/ports?device_id=1df20198-b49a-4df8-b9e4-3d7f76f20f4e => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/718] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:35:10 2026] DELETE /v2.0/security-groups/6bdad172-41d1-4935-8645-07175515797f => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/719] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:10 2026] GET /v2.0/security-groups?id=9f91db6e-3aa0-4b56-b2f6-e0036c0d163a&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/720] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:35:10 2026] GET /v2.0/ports?device_id=e45c13af-fe28-431f-96e9-01bf64609ef5 => 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: 389/721] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:35:10 2026] GET /v2.0/ports?device_id=1df20198-b49a-4df8-b9e4-3d7f76f20f4e => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/722] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:35:10 2026] GET /v2.0/security-groups?tenant_id=d77d0f2da07e4440bdb4c416eff62554&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:35:11.101 8 INFO neutron.db.l3_db [None req-b8e2849c-b189-49ee-9f12-620a2b53d116 7649e8f3c83e498fb522aae73789d1b2 3586d355f74d40338e3b45fd1df8d8df - - default default] Floating IP af190104-a59d-42ab-ab74-c480bd6149a3 associated. External IP: 10.96.250.207, port: 5de236d8-08b4-4430-8d98-66482c0cae23. [pid: 7|app: 0|req: 333/723] 10.0.0.131 () {34 vars in 783 bytes} [Thu Jun 25 23:35:10 2026] PUT /v2.0/routers/66e960c1-fa4b-431b-ab45-14174e77902f/add_router_interface => generated 309 bytes in 1371 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/724] 10.0.0.131 () {34 vars in 749 bytes} [Thu Jun 25 23:35:10 2026] PUT /v2.0/floatingips/af190104-a59d-42ab-ab74-c480bd6149a3 => generated 855 bytes in 813 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:11.499 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff33e725-536c-4a90-9250-a3e6c65e7bd8'] response: {'name': 'network-changed', 'server_uuid': '1df20198-b49a-4df8-b9e4-3d7f76f20f4e', 'tag': '5de236d8-08b4-4430-8d98-66482c0cae23', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 334/725] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:35:11 2026] DELETE /v2.0/security-groups/4071702b-c6bc-4359-a64f-190ce68296a1 => 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: 392/726] 10.0.0.131 () {32 vars in 717 bytes} [Thu Jun 25 23:35:11 2026] GET /v2.0/ports/df14ba3e-1238-4ca9-a3ca-0e236612deb5 => generated 967 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/727] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:35:11 2026] GET /v2.0/ports?device_id=1df20198-b49a-4df8-b9e4-3d7f76f20f4e => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/728] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:35:11 2026] DELETE /v2.0/security-groups/b1a5526e-a4b6-4f2d-ae81-064241eff6cb => 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: 337/729] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:11 2026] GET /v2.0/security-groups?id=9f91db6e-3aa0-4b56-b2f6-e0036c0d163a&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:11.727 7 INFO neutron.api.v2.resource [None req-807bb1e8-00db-480c-a5b4-e339f2e70b5a 79c569741d434e78a943e8a4e85351a8 dbdc5358da7b48fdadc807c1d3e1a48a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 338/730] 10.0.0.131 () {32 vars in 737 bytes} [Thu Jun 25 23:35:11 2026] GET /v2.0/security-groups/b1a5526e-a4b6-4f2d-ae81-064241eff6cb => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:35:11.818 7 INFO neutron_taas.services.taas.taas_plugin [None req-2e8a5ea2-ef76-4d0c-9ec9-234c509345e9 79c569741d434e78a943e8a4e85351a8 dbdc5358da7b48fdadc807c1d3e1a48a - - default default] TaaS: Handle Delete Port: 25f5b49f-9bdc-4858-b07b-7d7e48bbf7bc 2026-06-25 23:35:11.821 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e8a5ea2-ef76-4d0c-9ec9-234c509345e9 79c569741d434e78a943e8a4e85351a8 dbdc5358da7b48fdadc807c1d3e1a48a - - default default] Tap Mirror: Handle Delete Port: 25f5b49f-9bdc-4858-b07b-7d7e48bbf7bc 2026-06-25 23:35:11.948 8 INFO neutron_taas.services.taas.taas_plugin [None req-24a4b5d6-a631-40e1-a179-99cdcd544362 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] TaaS: Handle Delete Port: df14ba3e-1238-4ca9-a3ca-0e236612deb5 2026-06-25 23:35:11.951 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24a4b5d6-a631-40e1-a179-99cdcd544362 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] Tap Mirror: Handle Delete Port: df14ba3e-1238-4ca9-a3ca-0e236612deb5 [pid: 7|app: 0|req: 339/731] 10.0.0.131 () {32 vars in 732 bytes} [Thu Jun 25 23:35:11 2026] DELETE /v2.0/floatingips/d8007299-7615-4419-a121-acbd1dd442f4 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:35:12.327 7 INFO neutron_taas.services.taas.taas_plugin [None req-7d166a43-6c9b-46d6-9478-16d2cbf6e136 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: b9efc7cb-7837-4e9b-a7db-6377711840e8 2026-06-25 23:35:12.330 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d166a43-6c9b-46d6-9478-16d2cbf6e136 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: b9efc7cb-7837-4e9b-a7db-6377711840e8 [pid: 8|app: 0|req: 393/732] 10.0.0.131 () {34 vars in 789 bytes} [Thu Jun 25 23:35:11 2026] PUT /v2.0/routers/66e960c1-fa4b-431b-ab45-14174e77902f/remove_router_interface => generated 309 bytes in 928 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/733] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:35:12 2026] GET /v2.0/ports?tenant_id=3586d355f74d40338e3b45fd1df8d8df&device_id=1df20198-b49a-4df8-b9e4-3d7f76f20f4e => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:35:12.795 8 INFO neutron_taas.services.taas.taas_plugin [None req-b32389ab-499b-4f98-ac57-d21a8f396f5c 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] TaaS: Handle Delete Port: afa354a4-29b0-4e53-8eb3-6ca8820f89e5 2026-06-25 23:35:12.798 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b32389ab-499b-4f98-ac57-d21a8f396f5c 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] Tap Mirror: Handle Delete Port: afa354a4-29b0-4e53-8eb3-6ca8820f89e5 [pid: 7|app: 0|req: 340/734] 10.0.0.131 () {34 vars in 789 bytes} [Thu Jun 25 23:35:11 2026] PUT /v2.0/routers/d7d075a2-c20e-4d35-bac9-c235687d32b0/remove_router_interface => generated 309 bytes in 929 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/735] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:35:12 2026] GET /v2.0/networks?id=d37b56f5-7a3b-4356-b944-abd59eb843e4 => generated 780 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:13.131 7 INFO neutron_taas.services.taas.taas_plugin [None req-94208504-ff63-4093-92bd-b90a7b1d79b0 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: d080ffe2-dc55-43f3-b471-24012eb6e837 2026-06-25 23:35:13.134 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94208504-ff63-4093-92bd-b90a7b1d79b0 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: d080ffe2-dc55-43f3-b471-24012eb6e837 [pid: 8|app: 0|req: 395/736] 10.0.0.131 () {34 vars in 789 bytes} [Thu Jun 25 23:35:12 2026] PUT /v2.0/routers/66e960c1-fa4b-431b-ab45-14174e77902f/remove_router_interface => generated 309 bytes in 730 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/737] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:35:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=5de236d8-08b4-4430-8d98-66482c0cae23 => generated 858 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/738] 10.0.0.131 () {32 vars in 736 bytes} [Thu Jun 25 23:35:13 2026] GET /v2.0/ports?device_id=66e960c1-fa4b-431b-ab45-14174e77902f => 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: 398/739] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:35:13 2026] GET /v2.0/subnets?id=6e9a31cc-ff40-4edf-ad17-42966ab8695a => generated 702 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:13.396 7 INFO neutron_taas.services.taas.taas_plugin [None req-94208504-ff63-4093-92bd-b90a7b1d79b0 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: 5f001162-ef0d-463d-a561-94c47fcf0b84 2026-06-25 23:35:13.398 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94208504-ff63-4093-92bd-b90a7b1d79b0 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: 5f001162-ef0d-463d-a561-94c47fcf0b84 2026-06-25 23:35:13.485 8 INFO neutron_taas.services.taas.taas_plugin [None req-e3d3658a-fb51-41de-b198-dc8f50672555 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] TaaS: Handle Delete Port: 40c54407-aa40-47cb-af5d-4600a0d97bd3 2026-06-25 23:35:13.488 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3d3658a-fb51-41de-b198-dc8f50672555 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] Tap Mirror: Handle Delete Port: 40c54407-aa40-47cb-af5d-4600a0d97bd3 2026-06-25 23:35:13.736 7 INFO neutron.services.segments.plugin [-] Segment dba3f84a-c35b-4cd0-a6da-646c0d80d182 resource provider aggregate not found 2026-06-25 23:35:13.742 7 INFO neutron.services.segments.plugin [-] Segment dba3f84a-c35b-4cd0-a6da-646c0d80d182 resource provider aggregate not found 2026-06-25 23:35:13.755 7 INFO neutron.services.segments.plugin [-] Segment dba3f84a-c35b-4cd0-a6da-646c0d80d182 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dba3f84a-c35b-4cd0-a6da-646c0d80d182 found for delete ", "request_id": "req-7422f17e-3544-4d4b-8ef7-1816a4828e1f"}]} 2026-06-25 23:35:13.760 7 INFO neutron.services.segments.plugin [-] Segment dba3f84a-c35b-4cd0-a6da-646c0d80d182 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dba3f84a-c35b-4cd0-a6da-646c0d80d182 found for delete ", "request_id": "req-261e7c27-e724-488b-a8ec-0570322f7e93"}]} 2026-06-25 23:35:13.762 7 INFO neutron.db.l3_hamode_db [None req-94208504-ff63-4093-92bd-b90a7b1d79b0 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] HA network 6cb1f6e8-0d3a-4ae5-894c-cd2674d52b65 was deleted as no HA routers are present in tenant dbdc5358da7b48fdadc807c1d3e1a48a. [pid: 7|app: 0|req: 342/740] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:35:12 2026] DELETE /v2.0/routers/d7d075a2-c20e-4d35-bac9-c235687d32b0 => generated 0 bytes in 816 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/741] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:35:13 2026] GET /v2.0/ports?network_id=d37b56f5-7a3b-4356-b944-abd59eb843e4&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-25 23:35:13.847 8 INFO neutron.services.segments.plugin [-] Segment 517f218d-9e82-4357-b311-3a9e55bdf4d8 resource provider aggregate not found 2026-06-25 23:35:13.852 8 INFO neutron.services.segments.plugin [-] Segment 517f218d-9e82-4357-b311-3a9e55bdf4d8 resource provider aggregate not found 2026-06-25 23:35:13.866 8 INFO neutron.services.segments.plugin [-] Segment 517f218d-9e82-4357-b311-3a9e55bdf4d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 517f218d-9e82-4357-b311-3a9e55bdf4d8 found for delete ", "request_id": "req-544919c6-1501-4665-89c6-dda943a1654d"}]} 2026-06-25 23:35:13.868 8 INFO neutron.services.segments.plugin [-] Segment 517f218d-9e82-4357-b311-3a9e55bdf4d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 517f218d-9e82-4357-b311-3a9e55bdf4d8 found for delete ", "request_id": "req-6f0969a6-8d32-45b5-a187-c4f570746ecc"}]} 2026-06-25 23:35:13.881 8 INFO neutron.db.l3_hamode_db [None req-e3d3658a-fb51-41de-b198-dc8f50672555 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] HA network 4b597dc3-c299-4e04-b465-ac9eded16052 was deleted as no HA routers are present in tenant ad57aae4cd2e4d25a85cc067f8029e2e. [pid: 8|app: 0|req: 399/742] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:35:13 2026] DELETE /v2.0/routers/66e960c1-fa4b-431b-ab45-14174e77902f => generated 0 bytes in 569 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/743] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:35:13 2026] DELETE /v2.0/subnets/cc3fd8d5-019a-4ec9-b785-43e7969da78e => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/744] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:35:13 2026] GET /v2.0/networks/d37b56f5-7a3b-4356-b944-abd59eb843e4?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: 345/745] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:35:13 2026] DELETE /v2.0/subnets/3e0406fe-a5ec-4d83-91fd-75ec10e940f5 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:35:14.037 8 INFO neutron_taas.services.taas.taas_plugin [None req-b5a27de9-0952-4164-89ca-8e70ccc9b0fe 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: 870dbb02-1a59-458b-b733-9f28620ba5cd 2026-06-25 23:35:14.041 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5a27de9-0952-4164-89ca-8e70ccc9b0fe 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: 870dbb02-1a59-458b-b733-9f28620ba5cd [pid: 7|app: 0|req: 346/746] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:35:14 2026] GET /v2.0/networks/d37b56f5-7a3b-4356-b944-abd59eb843e4?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: 347/747] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:35:14 2026] DELETE /v2.0/subnets/1b3f69b7-7b2d-49a3-8b6e-bc5dd3e6d57a => 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: 401/748] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:35:13 2026] DELETE /v2.0/networks/eae6327c-2926-4b50-994b-d509c7d49104 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/749] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:35:14 2026] DELETE /v2.0/networks/8283d0c2-51ac-4bed-b0fe-c498b5bcdeac => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/750] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:35:14 2026] GET /v2.0/security-groups?tenant_id=dbdc5358da7b48fdadc807c1d3e1a48a&name=default => generated 2921 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/751] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:35:14 2026] DELETE /v2.0/networks/352ea89b-376a-4972-8fd7-d6b36aad82f2 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/752] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:35:14 2026] DELETE /v2.0/security-groups/f0390cf3-16c9-46ec-a75c-25a579225122 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:35:14.564 8 INFO neutron.db.segments_db [None req-a26748cb-d8f2-4f57-80a8-df703214f8fe 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] Added segment 4874eefd-8d44-4ebe-a7c7-8915131bdcd6 of type vxlan for network 19518700-c51b-474f-a971-b3fa000586f4 [pid: 8|app: 0|req: 403/753] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:35:14 2026] POST /v2.0/networks => generated 633 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/754] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:35:14 2026] POST /v2.0/subnets => generated 646 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:35:14.948 8 INFO neutron.db.segments_db [None req-07ea31d4-e427-4e03-9681-d563a65dece7 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] Added segment 272cd4ba-2596-4f7b-8a56-8f11924fe161 of type vxlan for network 2118a46c-1a76-49ca-9b8d-ade6fc05000a 2026-06-25 23:35:15.180 8 INFO neutron.db.l3_hamode_db [None req-07ea31d4-e427-4e03-9681-d563a65dece7 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:35:15.301 8 INFO neutron.db.l3_hamode_db [None req-07ea31d4-e427-4e03-9681-d563a65dece7 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:35:15.768 7 INFO neutron.services.segments.plugin [-] Segment 8221b3b7-9991-4b5e-8d33-cfa815e5fa9b resource provider aggregate not found 2026-06-25 23:35:15.777 7 INFO neutron.services.segments.plugin [-] Segment 8221b3b7-9991-4b5e-8d33-cfa815e5fa9b resource provider aggregate not found 2026-06-25 23:35:15.782 7 INFO neutron.services.segments.plugin [-] Segment 8221b3b7-9991-4b5e-8d33-cfa815e5fa9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8221b3b7-9991-4b5e-8d33-cfa815e5fa9b found for delete ", "request_id": "req-fc85dd2d-3f03-4df5-a43f-feac2513bbe3"}]} 2026-06-25 23:35:15.796 7 INFO neutron.services.segments.plugin [-] Segment 8221b3b7-9991-4b5e-8d33-cfa815e5fa9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8221b3b7-9991-4b5e-8d33-cfa815e5fa9b found for delete ", "request_id": "req-9c6daa93-10a7-4d04-ac9e-6a4f82dcb073"}]} 2026-06-25 23:35:15.891 8 INFO neutron.services.segments.plugin [-] Segment b0d5ceb0-d99a-4163-8947-af5e69546d40 resource provider aggregate not found 2026-06-25 23:35:15.917 8 INFO neutron.services.segments.plugin [-] Segment b0d5ceb0-d99a-4163-8947-af5e69546d40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0d5ceb0-d99a-4163-8947-af5e69546d40 found for delete ", "request_id": "req-a0ae4599-31a7-4f99-b3ed-42901988f0e1"}]} 2026-06-25 23:35:15.923 8 INFO neutron.services.segments.plugin [-] Segment b0d5ceb0-d99a-4163-8947-af5e69546d40 resource provider aggregate not found 2026-06-25 23:35:15.941 8 INFO neutron.services.segments.plugin [-] Segment cd655ab7-0846-46d1-9a48-b75ca5e6d903 resource provider aggregate not found 2026-06-25 23:35:15.957 8 INFO neutron.services.segments.plugin [-] Segment b0d5ceb0-d99a-4163-8947-af5e69546d40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0d5ceb0-d99a-4163-8947-af5e69546d40 found for delete ", "request_id": "req-6478e516-dd35-4a81-9928-c0c99141961f"}]} 2026-06-25 23:35:15.964 8 INFO neutron.services.segments.plugin [-] Segment cd655ab7-0846-46d1-9a48-b75ca5e6d903 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd655ab7-0846-46d1-9a48-b75ca5e6d903 found for delete ", "request_id": "req-71f9e6a1-2eae-44da-a4c4-e2e2496f638f"}]} 2026-06-25 23:35:15.979 8 INFO neutron.services.segments.plugin [-] Segment cd655ab7-0846-46d1-9a48-b75ca5e6d903 resource provider aggregate not found 2026-06-25 23:35:15.995 8 INFO neutron.services.segments.plugin [-] Segment cd655ab7-0846-46d1-9a48-b75ca5e6d903 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd655ab7-0846-46d1-9a48-b75ca5e6d903 found for delete ", "request_id": "req-17b22f74-1f98-4d75-b2ae-0e2af64b4b6f"}]} [pid: 8|app: 0|req: 404/755] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:35:14 2026] POST /v2.0/routers => generated 511 bytes in 1104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/756] 10.0.0.131 () {34 vars in 665 bytes} [Thu Jun 25 23:35:16 2026] POST /v2.0/ports => generated 960 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/757] 10.0.0.131 () {34 vars in 783 bytes} [Thu Jun 25 23:35:16 2026] PUT /v2.0/routers/ed9d1419-e75a-42d9-9b96-25dd87e702d8/add_router_interface => generated 309 bytes in 1032 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: 353/758] 10.0.0.131 () {32 vars in 717 bytes} [Thu Jun 25 23:35:17 2026] GET /v2.0/ports/3e83239c-e36f-4017-9ae4-c5f376589394 => generated 1034 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 406/759] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:35:17 2026] GET /v2.0/security-groups?tenant_id=ad7b698f7ff84762ae186e65a4aab8d3&name=default => generated 2925 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:35:17.746 7 INFO neutron_taas.services.taas.taas_plugin [None req-c6d971cf-67c5-4cf7-9f2e-941c072107f3 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] TaaS: Handle Delete Port: 3e83239c-e36f-4017-9ae4-c5f376589394 2026-06-25 23:35:17.749 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6d971cf-67c5-4cf7-9f2e-941c072107f3 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] Tap Mirror: Handle Delete Port: 3e83239c-e36f-4017-9ae4-c5f376589394 [pid: 8|app: 0|req: 407/760] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:35:17 2026] DELETE /v2.0/security-groups/7a4a7346-abbe-48ee-b2fd-07772ae973e2 => 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: 408/761] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:35:17 2026] GET /v2.0/security-groups?tenant_id=a052314904fd415d92008dae04f2cfb8&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/762] 10.0.0.131 () {34 vars in 789 bytes} [Thu Jun 25 23:35:17 2026] PUT /v2.0/routers/ed9d1419-e75a-42d9-9b96-25dd87e702d8/remove_router_interface => generated 309 bytes in 759 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: 409/763] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:35:18 2026] DELETE /v2.0/security-groups/7174b3ba-8904-42f0-9677-1817c67d7310 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:35:18.267 7 INFO neutron.api.v2.resource [None req-396895e6-86a0-4e34-ae89-0e62411106e3 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 355/764] 10.0.0.131 () {34 vars in 789 bytes} [Thu Jun 25 23:35:18 2026] PUT /v2.0/routers/ed9d1419-e75a-42d9-9b96-25dd87e702d8/remove_router_interface => generated 197 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/765] 10.0.0.131 () {32 vars in 736 bytes} [Thu Jun 25 23:35:18 2026] GET /v2.0/ports?device_id=ed9d1419-e75a-42d9-9b96-25dd87e702d8 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:35:18.459 7 INFO neutron_taas.services.taas.taas_plugin [None req-11bfce12-b5cc-469e-ad95-9ada2cd0439d 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] TaaS: Handle Delete Port: 96058b7c-9e9a-4125-9b2c-2eaa3369668a 2026-06-25 23:35:18.465 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11bfce12-b5cc-469e-ad95-9ada2cd0439d 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] Tap Mirror: Handle Delete Port: 96058b7c-9e9a-4125-9b2c-2eaa3369668a 2026-06-25 23:35:18.740 7 INFO neutron.services.segments.plugin [-] Segment 272cd4ba-2596-4f7b-8a56-8f11924fe161 resource provider aggregate not found 2026-06-25 23:35:18.743 7 INFO neutron.services.segments.plugin [-] Segment 272cd4ba-2596-4f7b-8a56-8f11924fe161 resource provider aggregate not found 2026-06-25 23:35:18.756 7 INFO neutron.services.segments.plugin [-] Segment 272cd4ba-2596-4f7b-8a56-8f11924fe161 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 272cd4ba-2596-4f7b-8a56-8f11924fe161 found for delete ", "request_id": "req-6ba265b2-a515-40a0-8f24-5aa2ee12a742"}]} 2026-06-25 23:35:18.757 7 INFO neutron.db.l3_hamode_db [None req-11bfce12-b5cc-469e-ad95-9ada2cd0439d 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] HA network 2118a46c-1a76-49ca-9b8d-ade6fc05000a was deleted as no HA routers are present in tenant ad57aae4cd2e4d25a85cc067f8029e2e. 2026-06-25 23:35:18.762 7 INFO neutron.services.segments.plugin [-] Segment 272cd4ba-2596-4f7b-8a56-8f11924fe161 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 272cd4ba-2596-4f7b-8a56-8f11924fe161 found for delete ", "request_id": "req-06d28f23-4eeb-4f7d-91d6-66630ba61475"}]} [pid: 7|app: 0|req: 356/766] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:35:18 2026] DELETE /v2.0/routers/ed9d1419-e75a-42d9-9b96-25dd87e702d8 => generated 0 bytes in 469 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/767] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:35:18 2026] DELETE /v2.0/subnets/1bc4d49f-a41e-49d0-85de-3dea5602fe9c => generated 0 bytes in 90 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/768] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:35:18 2026] GET /v2.0/security-groups?tenant_id=64d070efb39e4b68b572981bd7740595&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/769] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:35:18 2026] DELETE /v2.0/networks/19518700-c51b-474f-a971-b3fa000586f4 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/770] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:35:18 2026] DELETE /v2.0/security-groups/cb1a256f-0118-4287-abe4-a5634b6b1485 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:35:19.010 7 INFO neutron.db.segments_db [None req-0934a8e0-c19b-496b-b74f-ef7a23334f4b 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] Added segment b6ab0f90-9bd2-4ead-ac77-417c1c43c8bf of type vxlan for network b58a3b38-a281-475a-b572-e7003bab2451 [pid: 7|app: 0|req: 359/771] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:35:18 2026] POST /v2.0/networks => generated 634 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/772] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:35:19 2026] GET /v2.0/security-groups?tenant_id=9d4d82e9dc6d49b5a11507fcf48bf72e&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/773] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:35:19 2026] DELETE /v2.0/security-groups/7d20fbce-9e24-4872-97ed-c8eef8de4f7e => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/774] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:35:19 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-25 23:35:19.327 8 INFO neutron.db.segments_db [None req-e0e372b9-d9a0-4184-8156-c8cddbc0bac7 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] Added segment a057b0a8-a21b-483a-adfd-2f5cace47b77 of type vxlan for network 59f4ba90-4ed9-4f8b-b2ca-be7ff85f392a 2026-06-25 23:35:19.530 8 INFO neutron.db.l3_hamode_db [None req-e0e372b9-d9a0-4184-8156-c8cddbc0bac7 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:35:19.635 8 INFO neutron.db.l3_hamode_db [None req-e0e372b9-d9a0-4184-8156-c8cddbc0bac7 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:35:20.186 7 INFO neutron.db.segments_db [None req-65099cc4-f897-40fa-ab5e-c5bc1324e53a 37009f736ffd4fc79762ecbf64e41a12 7bfa868c1ee94dbb9008cde66ec97f68 - - default default] Added segment 71747970-8339-4d99-9e14-a41878b0996e of type vxlan for network 319bc19c-344c-4bad-92e6-de89b3bb0f10 [pid: 7|app: 0|req: 361/775] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:35:19 2026] POST /v2.0/networks => generated 647 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/776] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:35:19 2026] POST /v2.0/routers => generated 511 bytes in 1181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:35:20.775 7 INFO neutron.services.segments.plugin [-] Segment 4874eefd-8d44-4ebe-a7c7-8915131bdcd6 resource provider aggregate not found 2026-06-25 23:35:20.779 7 INFO neutron.services.segments.plugin [-] Segment 4874eefd-8d44-4ebe-a7c7-8915131bdcd6 resource provider aggregate not found 2026-06-25 23:35:20.791 7 INFO neutron.services.segments.plugin [-] Segment 4874eefd-8d44-4ebe-a7c7-8915131bdcd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4874eefd-8d44-4ebe-a7c7-8915131bdcd6 found for delete ", "request_id": "req-f737d5e9-48c6-4a79-a27c-47e62113c997"}]} 2026-06-25 23:35:20.795 7 INFO neutron.services.segments.plugin [-] Segment 4874eefd-8d44-4ebe-a7c7-8915131bdcd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4874eefd-8d44-4ebe-a7c7-8915131bdcd6 found for delete ", "request_id": "req-c3def3a5-06d9-4efa-bcea-808c7b0ca9de"}]} [pid: 8|app: 0|req: 416/777] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:35:20 2026] POST /v2.0/subnets => generated 673 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:35:20.996 8 INFO neutron.db.segments_db [None req-7a6d228a-545c-4610-ba1f-255fd99c3e60 37009f736ffd4fc79762ecbf64e41a12 7bfa868c1ee94dbb9008cde66ec97f68 - - default default] Added segment 225243a4-deee-41a0-b7d4-dd483cabfcea of type vxlan for network c7bbd293-40f6-47bf-ab4d-d68e99adcba8 [pid: 8|app: 0|req: 417/778] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:35:20 2026] POST /v2.0/networks => generated 648 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/779] 10.0.0.131 () {34 vars in 743 bytes} [Thu Jun 25 23:35:21 2026] PUT /v2.0/networks/c7bbd293-40f6-47bf-ab4d-d68e99adcba8 => generated 592 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/780] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:35:21 2026] POST /v2.0/subnets => generated 646 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/781] 10.0.0.131 () {34 vars in 783 bytes} [Thu Jun 25 23:35:20 2026] PUT /v2.0/routers/fc81cddb-c55f-48d8-816a-95fb0cfce378/add_router_interface => generated 309 bytes in 1005 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/782] 10.0.0.131 () {32 vars in 717 bytes} [Thu Jun 25 23:35:21 2026] GET /v2.0/ports/4d60bf2f-9191-4140-9074-bf344788b5df => generated 959 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/783] 10.0.0.131 () {34 vars in 741 bytes} [Thu Jun 25 23:35:21 2026] PUT /v2.0/subnets/7e268a14-74c8-4593-9193-080934ab1327 => generated 656 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:21.729 8 INFO neutron.services.segments.plugin [-] Segment 225243a4-deee-41a0-b7d4-dd483cabfcea resource provider aggregate not found 2026-06-25 23:35:21.736 8 INFO neutron.services.segments.plugin [-] Segment 225243a4-deee-41a0-b7d4-dd483cabfcea resource provider aggregate not found 2026-06-25 23:35:21.744 8 INFO neutron.services.segments.plugin [-] Segment 225243a4-deee-41a0-b7d4-dd483cabfcea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 225243a4-deee-41a0-b7d4-dd483cabfcea found for delete ", "request_id": "req-b53e7450-f631-4680-a78c-6dd2a9a0e54d"}]} 2026-06-25 23:35:21.757 8 INFO neutron.services.segments.plugin [-] Segment 225243a4-deee-41a0-b7d4-dd483cabfcea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 225243a4-deee-41a0-b7d4-dd483cabfcea found for delete ", "request_id": "req-9a5fafd7-ed8c-4a26-99b6-02c0a6ba23a7"}]} [pid: 8|app: 0|req: 421/784] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:35:21 2026] DELETE /v2.0/networks/c7bbd293-40f6-47bf-ab4d-d68e99adcba8 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:35:21.774 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ac105fa2-ac49-49cb-b356-5b226806bce4 37009f736ffd4fc79762ecbf64e41a12 7bfa868c1ee94dbb9008cde66ec97f68 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 422/785] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:35:21 2026] DELETE /v2.0/networks/c7bbd293-40f6-47bf-ab4d-d68e99adcba8 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/786] 10.0.0.131 () {32 vars in 694 bytes} [Thu Jun 25 23:35:21 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:21.861 7 INFO neutron_taas.services.taas.taas_plugin [None req-2162e40c-a38f-4a34-9230-b5a9894c30ad 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] TaaS: Handle Delete Port: 4d60bf2f-9191-4140-9074-bf344788b5df 2026-06-25 23:35:21.864 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2162e40c-a38f-4a34-9230-b5a9894c30ad 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] Tap Mirror: Handle Delete Port: 4d60bf2f-9191-4140-9074-bf344788b5df [pid: 8|app: 0|req: 424/787] 10.0.0.131 () {32 vars in 742 bytes} [Thu Jun 25 23:35:21 2026] GET /v2.0/subnets?network_id=4edd636b-cf08-4704-9242-bd4937f90d78 => generated 649 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/788] 10.0.0.131 () {32 vars in 653 bytes} [Thu Jun 25 23:35:21 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/789] 10.0.0.131 () {32 vars in 649 bytes} [Thu Jun 25 23:35:21 2026] GET /v2.0/networks => generated 1312 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/790] 10.0.0.131 () {32 vars in 647 bytes} [Thu Jun 25 23:35:21 2026] GET /v2.0/subnets => generated 1312 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/791] 10.0.0.131 () {32 vars in 723 bytes} [Thu Jun 25 23:35:21 2026] GET /v2.0/networks/319bc19c-344c-4bad-92e6-de89b3bb0f10 => generated 672 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/792] 10.0.0.131 () {32 vars in 721 bytes} [Thu Jun 25 23:35:22 2026] GET /v2.0/subnets/adac53b4-c7a1-46c3-8c52-33ca0b9bb9fe => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:22.078 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5c2f7f74-c457-4e38-b62a-0bc54292e804 37009f736ffd4fc79762ecbf64e41a12 7bfa868c1ee94dbb9008cde66ec97f68 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 430/793] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:35:22 2026] DELETE /v2.0/subnets/7e268a14-74c8-4593-9193-080934ab1327 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:35:22.095 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d343dfab-a95d-49fc-b37a-2c16c8b4dcbe 37009f736ffd4fc79762ecbf64e41a12 7bfa868c1ee94dbb9008cde66ec97f68 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 431/794] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:35:22 2026] DELETE /v2.0/networks/c7bbd293-40f6-47bf-ab4d-d68e99adcba8 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/795] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:35:22 2026] DELETE /v2.0/subnets/adac53b4-c7a1-46c3-8c52-33ca0b9bb9fe => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/796] 10.0.0.131 () {34 vars in 789 bytes} [Thu Jun 25 23:35:21 2026] PUT /v2.0/routers/fc81cddb-c55f-48d8-816a-95fb0cfce378/remove_router_interface => generated 309 bytes in 717 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/797] 10.0.0.131 () {32 vars in 736 bytes} [Thu Jun 25 23:35:22 2026] GET /v2.0/ports?device_id=fc81cddb-c55f-48d8-816a-95fb0cfce378 => 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: 433/798] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:35:22 2026] DELETE /v2.0/networks/319bc19c-344c-4bad-92e6-de89b3bb0f10 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:35:22.440 7 INFO neutron_taas.services.taas.taas_plugin [None req-7e72f949-391f-4dad-8458-9e384e20f084 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] TaaS: Handle Delete Port: 2d220097-499c-4695-af3f-6d8c55aa8faa 2026-06-25 23:35:22.443 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e72f949-391f-4dad-8458-9e384e20f084 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] Tap Mirror: Handle Delete Port: 2d220097-499c-4695-af3f-6d8c55aa8faa 2026-06-25 23:35:22.814 7 INFO neutron.services.segments.plugin [-] Segment a057b0a8-a21b-483a-adfd-2f5cace47b77 resource provider aggregate not found 2026-06-25 23:35:22.817 7 INFO neutron.services.segments.plugin [-] Segment a057b0a8-a21b-483a-adfd-2f5cace47b77 resource provider aggregate not found 2026-06-25 23:35:22.822 7 INFO neutron.db.l3_hamode_db [None req-7e72f949-391f-4dad-8458-9e384e20f084 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] HA network 59f4ba90-4ed9-4f8b-b2ca-be7ff85f392a was deleted as no HA routers are present in tenant ad57aae4cd2e4d25a85cc067f8029e2e. [pid: 7|app: 0|req: 366/799] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:35:22 2026] DELETE /v2.0/routers/fc81cddb-c55f-48d8-816a-95fb0cfce378 => generated 0 bytes in 545 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:35:22.834 7 INFO neutron.services.segments.plugin [-] Segment a057b0a8-a21b-483a-adfd-2f5cace47b77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a057b0a8-a21b-483a-adfd-2f5cace47b77 found for delete ", "request_id": "req-3ea05b34-59e5-439c-bc6a-474c4a601bfc"}]} 2026-06-25 23:35:22.839 7 INFO neutron.services.segments.plugin [-] Segment a057b0a8-a21b-483a-adfd-2f5cace47b77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a057b0a8-a21b-483a-adfd-2f5cace47b77 found for delete ", "request_id": "req-18639008-06e6-4b7b-813a-48b52c97da32"}]} [pid: 8|app: 0|req: 434/800] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:35:22 2026] DELETE /v2.0/subnets/7251c593-7344-402d-a4bc-76c05057872a => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:35:23.104 8 INFO neutron_taas.services.taas.taas_plugin [None req-64370637-b251-40d3-a5d9-0f2390e70113 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] TaaS: Handle Delete Port: 779aca7d-0df9-42d0-8474-8669c46610d0 2026-06-25 23:35:23.106 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64370637-b251-40d3-a5d9-0f2390e70113 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] Tap Mirror: Handle Delete Port: 779aca7d-0df9-42d0-8474-8669c46610d0 [pid: 7|app: 0|req: 367/801] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:35:22 2026] GET /v2.0/security-groups?tenant_id=7bfa868c1ee94dbb9008cde66ec97f68&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/802] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:35:23 2026] DELETE /v2.0/security-groups/ae276bab-df44-4626-b227-84d4ac84491d => 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: 435/803] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:35:23 2026] DELETE /v2.0/networks/b58a3b38-a281-475a-b572-e7003bab2451 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:35:23.336 7 INFO neutron.db.segments_db [None req-1668ed23-c23e-4338-b07a-ab9fc02d121d 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] Added segment 8c2ae0b0-af3d-4828-af68-b0707403e199 of type vxlan for network bbadcbf6-1626-488f-8287-86ff50d86d56 2026-06-25 23:35:23.594 7 INFO neutron.db.l3_hamode_db [None req-1668ed23-c23e-4338-b07a-ab9fc02d121d 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:35:23.764 8 INFO neutron.services.segments.plugin [-] Segment 71747970-8339-4d99-9e14-a41878b0996e resource provider aggregate not found 2026-06-25 23:35:23.775 8 INFO neutron.services.segments.plugin [-] Segment 71747970-8339-4d99-9e14-a41878b0996e resource provider aggregate not found 2026-06-25 23:35:23.782 8 INFO neutron.services.segments.plugin [-] Segment 71747970-8339-4d99-9e14-a41878b0996e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71747970-8339-4d99-9e14-a41878b0996e found for delete ", "request_id": "req-8052a7fb-2011-4335-8a5f-5ce0eb5b8bbd"}]} 2026-06-25 23:35:23.789 8 INFO neutron.services.segments.plugin [-] Segment 71747970-8339-4d99-9e14-a41878b0996e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71747970-8339-4d99-9e14-a41878b0996e found for delete ", "request_id": "req-3e10098c-41fe-4d5f-8246-b2e16be0f22b"}]} 2026-06-25 23:35:23.797 8 INFO neutron.services.segments.plugin [-] Segment b6ab0f90-9bd2-4ead-ac77-417c1c43c8bf resource provider aggregate not found 2026-06-25 23:35:23.806 8 INFO neutron.services.segments.plugin [-] Segment b6ab0f90-9bd2-4ead-ac77-417c1c43c8bf resource provider aggregate not found 2026-06-25 23:35:23.810 8 INFO neutron.services.segments.plugin [-] Segment b6ab0f90-9bd2-4ead-ac77-417c1c43c8bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6ab0f90-9bd2-4ead-ac77-417c1c43c8bf found for delete ", "request_id": "req-549c6dca-404f-42a6-ad6c-ca908e3d9a57"}]} 2026-06-25 23:35:23.819 8 INFO neutron.services.segments.plugin [-] Segment b6ab0f90-9bd2-4ead-ac77-417c1c43c8bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6ab0f90-9bd2-4ead-ac77-417c1c43c8bf found for delete ", "request_id": "req-48317ee8-1393-4085-9d44-4c3a83a79ed4"}]} 2026-06-25 23:35:24.252 7 INFO neutron.db.l3_hamode_db [None req-1668ed23-c23e-4338-b07a-ab9fc02d121d 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 436/804] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:35:24 2026] GET /v2.0/security-groups?tenant_id=bbe89fd42605450eb94fdcc6bd1a058e&name=default => generated 2925 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/807] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:35:23 2026] POST /v2.0/routers => generated 692 bytes in 1817 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/808] 10.0.0.131 () {32 vars in 721 bytes} [Thu Jun 25 23:35:25 2026] GET /v2.0/routers/40a14315-622b-41e9-85ed-c5f2c57ce8c8 => generated 698 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/809] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:35:25 2026] DELETE /v2.0/security-groups/4abcc164-d235-4f36-9a85-97113a030ed6 => 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: 371/810] 10.0.0.131 () {32 vars in 647 bytes} [Thu Jun 25 23:35:25 2026] GET /v2.0/routers => generated 701 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:25.645 7 INFO neutron.db.segments_db [None req-d60fd874-89ef-416d-a353-1acb8255178a 3f4748302e004df0ad5408f604658c4d 75fd2109742844f2873fec7208b7825b - - default default] Added segment 3aa68999-4a8c-40e1-95fb-c4021c97e761 of type vxlan for network dd38c0bb-cdfd-423f-be8d-1ba837ddaece [pid: 8|app: 0|req: 440/811] 10.0.0.131 () {34 vars in 741 bytes} [Thu Jun 25 23:35:25 2026] PUT /v2.0/routers/40a14315-622b-41e9-85ed-c5f2c57ce8c8 => generated 705 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/812] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:35:25 2026] POST /v2.0/networks => generated 643 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/813] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:35:25 2026] GET /v2.0/security-groups?tenant_id=4194156d9581420393d07264eb1b1f6a&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/814] 10.0.0.131 () {32 vars in 721 bytes} [Thu Jun 25 23:35:25 2026] GET /v2.0/routers/40a14315-622b-41e9-85ed-c5f2c57ce8c8 => generated 705 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/815] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:35:25 2026] DELETE /v2.0/security-groups/338dd11c-f8fc-49fd-ae24-567babeb3304 => 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: 375/816] 10.0.0.131 () {32 vars in 736 bytes} [Thu Jun 25 23:35:25 2026] GET /v2.0/ports?device_id=40a14315-622b-41e9-85ed-c5f2c57ce8c8 => 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: 442/817] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:35:25 2026] POST /v2.0/subnets => generated 641 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:35:26.024 8 INFO neutron.db.segments_db [None req-e30d9b80-02c6-4f29-a388-2fc7ed7ed609 3f4748302e004df0ad5408f604658c4d 75fd2109742844f2873fec7208b7825b - - default default] Added segment afb165bb-9992-4f92-bfc5-57b274888b27 of type vxlan for network 74d38da9-5c85-4110-b5d6-124696ef0fe2 2026-06-25 23:35:26.082 7 INFO neutron_taas.services.taas.taas_plugin [None req-1f9804fb-2f4a-4b1b-8c1e-4186b036ed25 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] TaaS: Handle Delete Port: b1fe5352-ab2a-4f87-924d-cbbf18d944f9 2026-06-25 23:35:26.085 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f9804fb-2f4a-4b1b-8c1e-4186b036ed25 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] Tap Mirror: Handle Delete Port: b1fe5352-ab2a-4f87-924d-cbbf18d944f9 [pid: 8|app: 0|req: 443/818] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:35:25 2026] POST /v2.0/networks => generated 644 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/819] 10.0.0.131 () {34 vars in 743 bytes} [Thu Jun 25 23:35:26 2026] PUT /v2.0/networks/74d38da9-5c85-4110-b5d6-124696ef0fe2 => generated 592 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:26.345 7 INFO neutron_taas.services.taas.taas_plugin [None req-1f9804fb-2f4a-4b1b-8c1e-4186b036ed25 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] TaaS: Handle Delete Port: 02f79ed2-0118-4dbb-a8d4-8ed0e46eb345 2026-06-25 23:35:26.349 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f9804fb-2f4a-4b1b-8c1e-4186b036ed25 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] Tap Mirror: Handle Delete Port: 02f79ed2-0118-4dbb-a8d4-8ed0e46eb345 [pid: 8|app: 0|req: 445/820] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:35:26 2026] POST /v2.0/subnets => generated 626 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/821] 10.0.0.131 () {34 vars in 741 bytes} [Thu Jun 25 23:35:26 2026] PUT /v2.0/subnets/f5acb53d-533b-424c-bfb6-0e1c840db136 => generated 636 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:26.695 7 INFO neutron.services.segments.plugin [-] Segment 8c2ae0b0-af3d-4828-af68-b0707403e199 resource provider aggregate not found 2026-06-25 23:35:26.701 7 INFO neutron.services.segments.plugin [-] Segment 8c2ae0b0-af3d-4828-af68-b0707403e199 resource provider aggregate not found 2026-06-25 23:35:26.715 7 INFO neutron.services.segments.plugin [-] Segment 8c2ae0b0-af3d-4828-af68-b0707403e199 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c2ae0b0-af3d-4828-af68-b0707403e199 found for delete ", "request_id": "req-48b0e787-6a84-41d6-9008-a57d2dbc14d3"}]} 2026-06-25 23:35:26.718 7 INFO neutron.services.segments.plugin [-] Segment 8c2ae0b0-af3d-4828-af68-b0707403e199 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c2ae0b0-af3d-4828-af68-b0707403e199 found for delete ", "request_id": "req-6942d31a-bdff-4797-b791-0c06d724dfb2"}]} 2026-06-25 23:35:26.721 7 INFO neutron.db.l3_hamode_db [None req-1f9804fb-2f4a-4b1b-8c1e-4186b036ed25 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] HA network bbadcbf6-1626-488f-8287-86ff50d86d56 was deleted as no HA routers are present in tenant ad57aae4cd2e4d25a85cc067f8029e2e. [pid: 7|app: 0|req: 376/822] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:35:25 2026] DELETE /v2.0/routers/40a14315-622b-41e9-85ed-c5f2c57ce8c8 => generated 0 bytes in 831 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:35:26.739 8 INFO neutron.services.segments.plugin [-] Segment afb165bb-9992-4f92-bfc5-57b274888b27 resource provider aggregate not found 2026-06-25 23:35:26.748 8 INFO neutron.services.segments.plugin [-] Segment afb165bb-9992-4f92-bfc5-57b274888b27 resource provider aggregate not found [pid: 7|app: 0|req: 377/823] 10.0.0.131 () {32 vars in 736 bytes} [Thu Jun 25 23:35:26 2026] GET /v2.0/ports?device_id=40a14315-622b-41e9-85ed-c5f2c57ce8c8 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:35:26.767 8 INFO neutron.services.segments.plugin [-] Segment afb165bb-9992-4f92-bfc5-57b274888b27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afb165bb-9992-4f92-bfc5-57b274888b27 found for delete ", "request_id": "req-ec3439c4-f0a8-40f6-98cd-26bafd8e3239"}]} 2026-06-25 23:35:26.768 8 INFO neutron.services.segments.plugin [-] Segment afb165bb-9992-4f92-bfc5-57b274888b27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afb165bb-9992-4f92-bfc5-57b274888b27 found for delete ", "request_id": "req-0a5da9ca-f814-4030-89d8-bf80086f7b81"}]} [pid: 8|app: 0|req: 447/824] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:35:26 2026] DELETE /v2.0/networks/74d38da9-5c85-4110-b5d6-124696ef0fe2 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:35:26.784 7 INFO neutron.api.v2.resource [None req-113962d3-e3fd-4cec-90ff-a98538f1df08 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 378/825] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:35:26 2026] DELETE /v2.0/routers/40a14315-622b-41e9-85ed-c5f2c57ce8c8 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:35:26.800 8 INFO neutron.pecan_wsgi.hooks.translation [None req-90b7508f-cde8-4a48-a462-5b6526160ae8 3f4748302e004df0ad5408f604658c4d 75fd2109742844f2873fec7208b7825b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 379/826] 10.0.0.131 () {32 vars in 736 bytes} [Thu Jun 25 23:35:26 2026] GET /v2.0/ports?device_id=fc81cddb-c55f-48d8-816a-95fb0cfce378 => 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: 448/827] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:35:26 2026] DELETE /v2.0/networks/74d38da9-5c85-4110-b5d6-124696ef0fe2 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:35:26.819 7 INFO neutron.api.v2.resource [None req-dcfb3f06-dec7-4030-a20f-aa396b91ec2f 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 380/828] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:35:26 2026] DELETE /v2.0/routers/fc81cddb-c55f-48d8-816a-95fb0cfce378 => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:35:26.833 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ce7a5634-5216-4084-8e5c-22335547e29a 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 381/829] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:35:26 2026] DELETE /v2.0/subnets/7251c593-7344-402d-a4bc-76c05057872a => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/830] 10.0.0.131 () {32 vars in 694 bytes} [Thu Jun 25 23:35:26 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/831] 10.0.0.131 () {32 vars in 736 bytes} [Thu Jun 25 23:35:26 2026] GET /v2.0/ports?device_id=ed9d1419-e75a-42d9-9b96-25dd87e702d8 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:35:26.867 7 INFO neutron.api.v2.resource [None req-632c7bf4-d577-4154-b1a3-43f8913fc87c 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 383/832] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:35:26 2026] DELETE /v2.0/routers/ed9d1419-e75a-42d9-9b96-25dd87e702d8 => generated 135 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/833] 10.0.0.131 () {32 vars in 742 bytes} [Thu Jun 25 23:35:26 2026] GET /v2.0/subnets?network_id=4edd636b-cf08-4704-9242-bd4937f90d78 => generated 649 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:26.880 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ebf915d8-8d44-4dec-a148-7f2717e5ae85 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 451/834] 10.0.0.131 () {32 vars in 653 bytes} [Thu Jun 25 23:35:26 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/835] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:35:26 2026] DELETE /v2.0/subnets/1bc4d49f-a41e-49d0-85de-3dea5602fe9c => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/836] 10.0.0.131 () {32 vars in 736 bytes} [Thu Jun 25 23:35:26 2026] GET /v2.0/ports?device_id=66e960c1-fa4b-431b-ab45-14174e77902f => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:35:26.913 7 INFO neutron.api.v2.resource [None req-5eb23a77-ece0-4b18-a8aa-7038e2c605d2 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 386/837] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:35:26 2026] DELETE /v2.0/routers/66e960c1-fa4b-431b-ab45-14174e77902f => generated 135 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/838] 10.0.0.131 () {32 vars in 649 bytes} [Thu Jun 25 23:35:26 2026] GET /v2.0/networks => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:35:26.924 7 INFO neutron.pecan_wsgi.hooks.translation [None req-697a975d-fa55-41a5-832d-3bd0f2a592c1 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 387/839] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:35:26 2026] DELETE /v2.0/subnets/3e0406fe-a5ec-4d83-91fd-75ec10e940f5 => generated 136 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:35:26.938 7 INFO neutron.pecan_wsgi.hooks.translation [None req-549316a0-67c1-4271-88c0-76c4fd29fb25 4ea58abded9e42d183491c09eaad9287 ad57aae4cd2e4d25a85cc067f8029e2e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 388/840] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:35:26 2026] DELETE /v2.0/subnets/1b3f69b7-7b2d-49a3-8b6e-bc5dd3e6d57a => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/841] 10.0.0.131 () {32 vars in 647 bytes} [Thu Jun 25 23:35:26 2026] GET /v2.0/subnets => generated 1280 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/842] 10.0.0.131 () {32 vars in 723 bytes} [Thu Jun 25 23:35:26 2026] GET /v2.0/networks/dd38c0bb-cdfd-423f-be8d-1ba837ddaece => generated 668 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/843] 10.0.0.131 () {32 vars in 721 bytes} [Thu Jun 25 23:35:27 2026] GET /v2.0/subnets/23c95b5b-8c0e-414c-9ef5-48d37a7db1d0 => generated 641 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:27.077 7 INFO neutron.pecan_wsgi.hooks.translation [None req-090f1559-43c7-4d20-a096-024560913e21 3f4748302e004df0ad5408f604658c4d 75fd2109742844f2873fec7208b7825b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 390/844] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:35:27 2026] DELETE /v2.0/subnets/f5acb53d-533b-424c-bfb6-0e1c840db136 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:35:27.097 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d9c2e57e-b142-4e89-8421-ed1b52cb7106 3f4748302e004df0ad5408f604658c4d 75fd2109742844f2873fec7208b7825b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 455/845] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:35:27 2026] DELETE /v2.0/networks/74d38da9-5c85-4110-b5d6-124696ef0fe2 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/846] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:35:27 2026] DELETE /v2.0/subnets/23c95b5b-8c0e-414c-9ef5-48d37a7db1d0 => 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: 456/847] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:35:27 2026] DELETE /v2.0/networks/dd38c0bb-cdfd-423f-be8d-1ba837ddaece => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/848] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:35:27 2026] GET /v2.0/security-groups?tenant_id=ad57aae4cd2e4d25a85cc067f8029e2e&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/849] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:35:27 2026] DELETE /v2.0/security-groups/95ad86ce-bfac-413f-bc65-44204308f071 => 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: 393/850] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:35:27 2026] GET /v2.0/security-groups?tenant_id=75fd2109742844f2873fec7208b7825b&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/851] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:35:27 2026] DELETE /v2.0/security-groups/8028be3d-feb1-4515-9c98-e298516c8e9c => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/852] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:35:28 2026] GET /v2.0/security-groups?tenant_id=1682db5b5b124137acaa73e87083b900&name=default => generated 2925 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/853] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:35:28 2026] DELETE /v2.0/security-groups/a82c150c-5bfa-466c-9c84-2a6154ef9686 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:35:28.787 8 INFO neutron.services.segments.plugin [-] Segment 3aa68999-4a8c-40e1-95fb-c4021c97e761 resource provider aggregate not found 2026-06-25 23:35:28.796 8 INFO neutron.services.segments.plugin [-] Segment 3aa68999-4a8c-40e1-95fb-c4021c97e761 resource provider aggregate not found 2026-06-25 23:35:28.804 8 INFO neutron.services.segments.plugin [-] Segment 3aa68999-4a8c-40e1-95fb-c4021c97e761 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3aa68999-4a8c-40e1-95fb-c4021c97e761 found for delete ", "request_id": "req-e0e444ed-a825-4ff5-b805-9b7d11a0231a"}]} 2026-06-25 23:35:28.812 8 INFO neutron.services.segments.plugin [-] Segment 3aa68999-4a8c-40e1-95fb-c4021c97e761 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3aa68999-4a8c-40e1-95fb-c4021c97e761 found for delete ", "request_id": "req-d68d23fd-e94c-4dbf-9c2e-3f75f51454f4"}]} [pid: 7|app: 0|req: 395/854] 10.0.0.131 () {32 vars in 623 bytes} [Thu Jun 25 23:35:29 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/855] 10.0.0.131 () {32 vars in 633 bytes} [Thu Jun 25 23:35:29 2026] GET /v2.0/ => generated 632 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/856] 10.0.0.131 () {34 vars in 684 bytes} [Thu Jun 25 23:35:29 2026] POST /v2.0/security-groups => generated 1625 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/857] 10.0.0.131 () {32 vars in 663 bytes} [Thu Jun 25 23:35:29 2026] GET /v2.0/security-groups => generated 4530 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/858] 10.0.0.131 () {34 vars in 758 bytes} [Thu Jun 25 23:35:30 2026] PUT /v2.0/security-groups/2c89efe8-4dc2-415f-825a-ae2604649685 => generated 1663 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/859] 10.0.0.131 () {32 vars in 737 bytes} [Thu Jun 25 23:35:30 2026] GET /v2.0/security-groups/2c89efe8-4dc2-415f-825a-ae2604649685 => generated 1663 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/860] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:35:30 2026] DELETE /v2.0/security-groups/2c89efe8-4dc2-415f-825a-ae2604649685 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/861] 10.0.0.131 () {32 vars in 663 bytes} [Thu Jun 25 23:35:30 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-25 23:35:30.277 8 INFO neutron.api.v2.resource [None req-c67589d4-6929-4cbc-8d3d-c2a5c56e10a7 e624139bca5c47abaef6318b2726936c 4d01ff6c7a984de88bca81120db192ca - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 466/862] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:35:30 2026] DELETE /v2.0/security-groups/2c89efe8-4dc2-415f-825a-ae2604649685 => 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: 397/863] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:35:30 2026] GET /v2.0/security-groups?tenant_id=b4818d9c23fc4d37abad662f6b71c220&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: 467/864] 10.0.0.131 () {34 vars in 684 bytes} [Thu Jun 25 23:35:30 2026] POST /v2.0/security-groups => generated 1624 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-25 23:35:30.467 7 INFO neutron.db.segments_db [None req-ee536b22-84bf-424d-ad8b-f619f0a8c5be 3ec9bed5f78d4409b1d48d082a8b8181 e78ba12ae5e944718c38eb2c3a36b96a - - default default] Added segment 81210f97-1c6d-4ca2-a803-b5e950e13194 of type vxlan for network ca7aa629-6763-4f3c-84d4-d3b17f62aead [pid: 8|app: 0|req: 468/865] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:35:30 2026] DELETE /v2.0/security-groups/72b3c949-0ddd-440f-8c1b-0583df54e054 => 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: 398/866] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:35:30 2026] POST /v2.0/networks => generated 650 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/867] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:35:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/868] 10.0.0.131 () {32 vars in 747 bytes} [Thu Jun 25 23:35:30 2026] GET /v2.0/security-group-rules/28caf319-5131-47d4-a96d-19d343b9a37a => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/869] 10.0.0.131 () {32 vars in 673 bytes} [Thu Jun 25 23:35:30 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: 472/870] 10.0.0.131 () {32 vars in 750 bytes} [Thu Jun 25 23:35:30 2026] DELETE /v2.0/security-group-rules/28caf319-5131-47d4-a96d-19d343b9a37a => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/871] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:35:30 2026] POST /v2.0/subnets => generated 627 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/872] 10.0.0.131 () {32 vars in 673 bytes} [Thu Jun 25 23:35:30 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:35:30.838 7 INFO neutron.db.segments_db [None req-18c633ee-77e0-487a-a0b2-097c8f1af4cf 3ec9bed5f78d4409b1d48d082a8b8181 e78ba12ae5e944718c38eb2c3a36b96a - - default default] Added segment b519548a-1bb8-4b3c-add0-88b89329c861 of type vxlan for network b59cd6e7-159a-4340-a095-b8c2064eb7a1 [pid: 8|app: 0|req: 474/873] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:35:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/874] 10.0.0.131 () {32 vars in 747 bytes} [Thu Jun 25 23:35:30 2026] GET /v2.0/security-group-rules/f899c700-33c3-4b03-adad-b15771ab75b0 => generated 601 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/875] 10.0.0.131 () {32 vars in 673 bytes} [Thu Jun 25 23:35:30 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:35:31.041 7 INFO neutron.db.l3_hamode_db [None req-18c633ee-77e0-487a-a0b2-097c8f1af4cf 3ec9bed5f78d4409b1d48d082a8b8181 e78ba12ae5e944718c38eb2c3a36b96a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 477/876] 10.0.0.131 () {32 vars in 750 bytes} [Thu Jun 25 23:35:30 2026] DELETE /v2.0/security-group-rules/f899c700-33c3-4b03-adad-b15771ab75b0 => 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: 478/877] 10.0.0.131 () {32 vars in 673 bytes} [Thu Jun 25 23:35:31 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:35:31.140 8 INFO neutron.db.securitygroups_db [None req-99022001-522c-4797-b1ed-58a37fab1cb0 e624139bca5c47abaef6318b2726936c 4d01ff6c7a984de88bca81120db192ca - - default default] Project 4d01ff6c7a984de88bca81120db192ca 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: 479/878] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:35:31 2026] POST /v2.0/security-group-rules => generated 607 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/879] 10.0.0.131 () {32 vars in 747 bytes} [Thu Jun 25 23:35:31 2026] GET /v2.0/security-group-rules/3390cd5d-b74a-4a7a-83e0-393ea45d66e1 => generated 607 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/880] 10.0.0.131 () {32 vars in 673 bytes} [Thu Jun 25 23:35:31 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/881] 10.0.0.131 () {32 vars in 750 bytes} [Thu Jun 25 23:35:31 2026] DELETE /v2.0/security-group-rules/3390cd5d-b74a-4a7a-83e0-393ea45d66e1 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/882] 10.0.0.131 () {32 vars in 673 bytes} [Thu Jun 25 23:35:31 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/883] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:35:31 2026] DELETE /v2.0/security-groups/7d39e09f-8f5a-4d03-b8ad-2d547514965e => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/884] 10.0.0.131 () {32 vars in 663 bytes} [Thu Jun 25 23:35:31 2026] GET /v2.0/security-groups => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/885] 10.0.0.131 () {32 vars in 663 bytes} [Thu Jun 25 23:35:31 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:35:31.791 7 INFO neutron.db.l3_hamode_db [None req-18c633ee-77e0-487a-a0b2-097c8f1af4cf 3ec9bed5f78d4409b1d48d082a8b8181 e78ba12ae5e944718c38eb2c3a36b96a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 487/886] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:35:31 2026] GET /v2.0/security-groups?tenant_id=4d01ff6c7a984de88bca81120db192ca&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/887] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:35:32 2026] DELETE /v2.0/security-groups/004a86fe-7234-47b2-b747-52d7906a53ae => 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: 400/888] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:35:30 2026] POST /v2.0/routers => generated 695 bytes in 1841 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/889] 10.0.0.131 () {34 vars in 783 bytes} [Thu Jun 25 23:35:32 2026] PUT /v2.0/routers/ec57d938-4966-4b1e-b053-aa94c7625200/add_router_interface => generated 309 bytes in 1185 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/890] 10.0.0.131 () {34 vars in 676 bytes} [Thu Jun 25 23:35:33 2026] POST /v2.0/subnetpools => generated 548 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/891] 10.0.0.131 () {32 vars in 729 bytes} [Thu Jun 25 23:35:34 2026] GET /v2.0/subnetpools/de39f398-2190-4f23-84a8-5c8d94060239 => generated 548 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/892] 10.0.0.131 () {34 vars in 749 bytes} [Thu Jun 25 23:35:34 2026] PUT /v2.0/subnetpools/de39f398-2190-4f23-84a8-5c8d94060239 => generated 500 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/893] 10.0.0.131 () {34 vars in 665 bytes} [Thu Jun 25 23:35:33 2026] POST /v2.0/ports => generated 958 bytes in 371 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: 493/894] 10.0.0.131 () {32 vars in 732 bytes} [Thu Jun 25 23:35:34 2026] DELETE /v2.0/subnetpools/de39f398-2190-4f23-84a8-5c8d94060239 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:35:34.236 8 INFO neutron.api.v2.resource [None req-63156e23-9ede-409d-8189-c0cb1f8a8d8b 479a1427b42b479398057b5603836f82 5965f01e7ee948c7b00cda5a0cf69136 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 494/895] 10.0.0.131 () {32 vars in 729 bytes} [Thu Jun 25 23:35:34 2026] GET /v2.0/subnetpools/de39f398-2190-4f23-84a8-5c8d94060239 => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:35:34.251 8 INFO neutron.api.v2.resource [None req-475dcf86-93c3-44e6-9de4-a330270c8a76 479a1427b42b479398057b5603836f82 5965f01e7ee948c7b00cda5a0cf69136 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 495/896] 10.0.0.131 () {32 vars in 732 bytes} [Thu Jun 25 23:35:34 2026] DELETE /v2.0/subnetpools/de39f398-2190-4f23-84a8-5c8d94060239 => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/897] 10.0.0.131 () {34 vars in 665 bytes} [Thu Jun 25 23:35:34 2026] POST /v2.0/ports => generated 955 bytes in 371 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: 403/898] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:35:34 2026] GET /v2.0/security-groups?tenant_id=5965f01e7ee948c7b00cda5a0cf69136&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/899] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:35:34 2026] GET /v2.0/security-groups?tenant_id=e32243fb116b436fac100fdcf9dea6ca&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/900] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:35:35 2026] DELETE /v2.0/security-groups/fafb40c4-ed6c-486b-9007-d10e7085ec32 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:35:35.280 8 INFO neutron.db.l3_db [None req-e2a970d2-6f2f-4d2b-9a3a-af8234556632 3ec9bed5f78d4409b1d48d082a8b8181 e78ba12ae5e944718c38eb2c3a36b96a - - default default] Floating IP 29ee8979-8d85-4ab0-b95b-72218eb43c19 associated. External IP: 10.96.250.214, port: bc4e6f18-3104-4f7e-b3e6-bb5304c1b406. [pid: 7|app: 0|req: 406/901] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:35:35 2026] DELETE /v2.0/security-groups/a1423fab-b539-4151-ba2b-77ff232f7833 => 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: 407/902] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:35:35 2026] GET /v2.0/security-groups?tenant_id=419b86c9e71445f9aa3af5903469dda6&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/903] 10.0.0.131 () {34 vars in 677 bytes} [Thu Jun 25 23:35:34 2026] POST /v2.0/floatingips => generated 842 bytes in 1012 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/904] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:35:35 2026] DELETE /v2.0/security-groups/3531a36a-0d7c-476c-a641-9125ae11e051 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:35:35.706 8 INFO neutron.db.l3_db [None req-5072c7b4-c9c5-45ac-adcc-61a220711fd8 3ec9bed5f78d4409b1d48d082a8b8181 e78ba12ae5e944718c38eb2c3a36b96a - - default default] Floating IP 29ee8979-8d85-4ab0-b95b-72218eb43c19 disassociated. External IP: 10.96.250.214, port: bc4e6f18-3104-4f7e-b3e6-bb5304c1b406. [pid: 8|app: 0|req: 497/905] 10.0.0.131 () {34 vars in 749 bytes} [Thu Jun 25 23:35:35 2026] PUT /v2.0/floatingips/29ee8979-8d85-4ab0-b95b-72218eb43c19 => generated 552 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:36.061 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b632072-7553-4161-aa23-6a268ce23606 3ec9bed5f78d4409b1d48d082a8b8181 e78ba12ae5e944718c38eb2c3a36b96a - - default default] TaaS: Handle Delete Port: c93e6e7e-e957-4c2c-8bf4-6d2b2084692f 2026-06-25 23:35:36.063 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b632072-7553-4161-aa23-6a268ce23606 3ec9bed5f78d4409b1d48d082a8b8181 e78ba12ae5e944718c38eb2c3a36b96a - - default default] Tap Mirror: Handle Delete Port: c93e6e7e-e957-4c2c-8bf4-6d2b2084692f [pid: 7|app: 0|req: 409/906] 10.0.0.131 () {32 vars in 732 bytes} [Thu Jun 25 23:35:35 2026] DELETE /v2.0/floatingips/29ee8979-8d85-4ab0-b95b-72218eb43c19 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:35:36.835 8 INFO neutron.db.l3_db [None req-ce93288d-1540-4663-8b62-cf8e5d20f16c 3ec9bed5f78d4409b1d48d082a8b8181 e78ba12ae5e944718c38eb2c3a36b96a - - default default] Floating IP 5f6fb7de-45ee-4e3d-bddf-8c5d93ae0fe7 associated. External IP: 10.96.250.220, port: 0c4712e5-880e-4d52-a77e-af093d60648f. [pid: 8|app: 0|req: 498/907] 10.0.0.131 () {34 vars in 677 bytes} [Thu Jun 25 23:35:36 2026] POST /v2.0/floatingips => generated 842 bytes in 935 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/908] 10.0.0.131 () {32 vars in 729 bytes} [Thu Jun 25 23:35:37 2026] GET /v2.0/floatingips/5f6fb7de-45ee-4e3d-bddf-8c5d93ae0fe7 => generated 842 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/909] 10.0.0.131 () {32 vars in 655 bytes} [Thu Jun 25 23:35:37 2026] GET /v2.0/floatingips => generated 845 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:37.968 7 INFO neutron.db.l3_db [None req-fe35afb8-06bc-4680-a68d-989c68fe66bf 3ec9bed5f78d4409b1d48d082a8b8181 e78ba12ae5e944718c38eb2c3a36b96a - - default default] Floating IP 5f6fb7de-45ee-4e3d-bddf-8c5d93ae0fe7 associated. External IP: 10.96.250.220, port: 0c4712e5-880e-4d52-a77e-af093d60648f. [pid: 7|app: 0|req: 411/910] 10.0.0.131 () {34 vars in 749 bytes} [Thu Jun 25 23:35:37 2026] PUT /v2.0/floatingips/5f6fb7de-45ee-4e3d-bddf-8c5d93ae0fe7 => generated 842 bytes in 1325 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/911] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:35:38 2026] GET /v2.0/security-groups?tenant_id=54f63e89234744569abc295eec2f0215&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/912] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:35:38 2026] DELETE /v2.0/security-groups/9ac44bae-304c-428d-b3e5-13f8c999d27c => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:35:38.701 7 INFO neutron.db.l3_db [None req-4a913c65-a948-4857-a764-80afd1bff256 3ec9bed5f78d4409b1d48d082a8b8181 e78ba12ae5e944718c38eb2c3a36b96a - - default default] Floating IP 5f6fb7de-45ee-4e3d-bddf-8c5d93ae0fe7 disassociated. External IP: 10.96.250.220, port: bc4e6f18-3104-4f7e-b3e6-bb5304c1b406. [pid: 7|app: 0|req: 412/913] 10.0.0.131 () {34 vars in 749 bytes} [Thu Jun 25 23:35:38 2026] PUT /v2.0/floatingips/5f6fb7de-45ee-4e3d-bddf-8c5d93ae0fe7 => generated 552 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:39.157 8 INFO neutron_taas.services.taas.taas_plugin [None req-f56f5b41-f9da-4203-8346-43dd0c802cb2 3ec9bed5f78d4409b1d48d082a8b8181 e78ba12ae5e944718c38eb2c3a36b96a - - default default] TaaS: Handle Delete Port: 43df1a2c-3a1e-4e62-b40f-825ac07e1318 2026-06-25 23:35:39.161 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f56f5b41-f9da-4203-8346-43dd0c802cb2 3ec9bed5f78d4409b1d48d082a8b8181 e78ba12ae5e944718c38eb2c3a36b96a - - default default] Tap Mirror: Handle Delete Port: 43df1a2c-3a1e-4e62-b40f-825ac07e1318 [pid: 8|app: 0|req: 502/914] 10.0.0.131 () {32 vars in 732 bytes} [Thu Jun 25 23:35:39 2026] DELETE /v2.0/floatingips/5f6fb7de-45ee-4e3d-bddf-8c5d93ae0fe7 => generated 0 bytes in 334 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:35:39.389 7 INFO neutron.api.v2.resource [None req-2895971f-f5dd-4068-85a8-6d1c99942ba5 3ec9bed5f78d4409b1d48d082a8b8181 e78ba12ae5e944718c38eb2c3a36b96a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 413/915] 10.0.0.131 () {32 vars in 732 bytes} [Thu Jun 25 23:35:39 2026] DELETE /v2.0/floatingips/5f6fb7de-45ee-4e3d-bddf-8c5d93ae0fe7 => generated 144 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:35:39.587 8 INFO neutron_taas.services.taas.taas_plugin [None req-f48b2bfd-c7f3-4497-acfe-cc7c1937532e 3ec9bed5f78d4409b1d48d082a8b8181 e78ba12ae5e944718c38eb2c3a36b96a - - default default] TaaS: Handle Delete Port: bc4e6f18-3104-4f7e-b3e6-bb5304c1b406 2026-06-25 23:35:39.591 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f48b2bfd-c7f3-4497-acfe-cc7c1937532e 3ec9bed5f78d4409b1d48d082a8b8181 e78ba12ae5e944718c38eb2c3a36b96a - - default default] Tap Mirror: Handle Delete Port: bc4e6f18-3104-4f7e-b3e6-bb5304c1b406 [pid: 8|app: 0|req: 503/916] 10.0.0.131 () {32 vars in 720 bytes} [Thu Jun 25 23:35:39 2026] DELETE /v2.0/ports/bc4e6f18-3104-4f7e-b3e6-bb5304c1b406 => generated 0 bytes in 361 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:35:39.894 7 INFO neutron_taas.services.taas.taas_plugin [None req-53c16f14-5351-42f8-97cc-771521ee7bdc 3ec9bed5f78d4409b1d48d082a8b8181 e78ba12ae5e944718c38eb2c3a36b96a - - default default] TaaS: Handle Delete Port: 0c4712e5-880e-4d52-a77e-af093d60648f 2026-06-25 23:35:39.897 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53c16f14-5351-42f8-97cc-771521ee7bdc 3ec9bed5f78d4409b1d48d082a8b8181 e78ba12ae5e944718c38eb2c3a36b96a - - default default] Tap Mirror: Handle Delete Port: 0c4712e5-880e-4d52-a77e-af093d60648f [pid: 7|app: 0|req: 414/917] 10.0.0.131 () {32 vars in 720 bytes} [Thu Jun 25 23:35:39 2026] DELETE /v2.0/ports/0c4712e5-880e-4d52-a77e-af093d60648f => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/920] 10.0.0.131 () {32 vars in 736 bytes} [Thu Jun 25 23:35:40 2026] GET /v2.0/ports?device_id=ec57d938-4966-4b1e-b053-aa94c7625200 => generated 958 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:40.504 7 INFO neutron_taas.services.taas.taas_plugin [None req-9557826e-9904-4c63-9d27-ac2f1a678b0e 3ec9bed5f78d4409b1d48d082a8b8181 e78ba12ae5e944718c38eb2c3a36b96a - - default default] TaaS: Handle Delete Port: 06beddd2-f5c0-4dfb-8210-501f60e3fb76 2026-06-25 23:35:40.509 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9557826e-9904-4c63-9d27-ac2f1a678b0e 3ec9bed5f78d4409b1d48d082a8b8181 e78ba12ae5e944718c38eb2c3a36b96a - - default default] Tap Mirror: Handle Delete Port: 06beddd2-f5c0-4dfb-8210-501f60e3fb76 [pid: 8|app: 0|req: 505/921] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:35:40 2026] GET /v2.0/security-groups?tenant_id=26aa3dd9a5b943288bcd6d4fa5a50df8&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:35:40.771 8 INFO neutron.db.segments_db [None req-a6f0032b-9f18-474f-b9c0-9ec67137af5d 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Added segment a839ea35-59de-4644-9b88-9ad8b607673a of type vxlan for network b61da776-1832-46fa-9e47-3feb4a935a8d [pid: 8|app: 0|req: 506/922] 10.0.0.131 () {34 vars in 671 bytes} [Thu Jun 25 23:35:40 2026] POST /v2.0/networks => generated 741 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/923] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:35:40 2026] DELETE /v2.0/security-groups/7fa76944-6dd4-49a1-9ef8-8779704fe779 => 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: 417/924] 10.0.0.131 () {34 vars in 789 bytes} [Thu Jun 25 23:35:40 2026] PUT /v2.0/routers/ec57d938-4966-4b1e-b053-aa94c7625200/remove_router_interface => generated 309 bytes in 979 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/925] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:35:40 2026] POST /v2.0/subnets => generated 688 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/926] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:35:41 2026] GET /v2.0/security-groups?tenant_id=2938fdeef169418f9e7809538972d622&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:35:41.279 7 INFO neutron.db.segments_db [None req-60f1fb3e-d493-4d8e-a81e-1daa5e73acda 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Added segment 32f8c75e-e908-4b89-9eb5-582e0c75c202 of type vxlan for network ec370c56-cc74-4ae0-b741-3d5f2ad9e4c0 2026-06-25 23:35:41.386 8 INFO neutron_taas.services.taas.taas_plugin [None req-14055572-b204-4a24-981b-c9da68efe709 3ec9bed5f78d4409b1d48d082a8b8181 e78ba12ae5e944718c38eb2c3a36b96a - - default default] TaaS: Handle Delete Port: e61c8077-1599-4863-8a14-202995affb0f 2026-06-25 23:35:41.389 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14055572-b204-4a24-981b-c9da68efe709 3ec9bed5f78d4409b1d48d082a8b8181 e78ba12ae5e944718c38eb2c3a36b96a - - default default] Tap Mirror: Handle Delete Port: e61c8077-1599-4863-8a14-202995affb0f 2026-06-25 23:35:41.522 7 INFO neutron.db.l3_hamode_db [None req-60f1fb3e-d493-4d8e-a81e-1daa5e73acda 2eee7cff3dc044498d68da4fcf568f12 3f21890ffb8d4d68b48f459a4fbea325 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:35:41.640 8 INFO neutron_taas.services.taas.taas_plugin [None req-14055572-b204-4a24-981b-c9da68efe709 3ec9bed5f78d4409b1d48d082a8b8181 e78ba12ae5e944718c38eb2c3a36b96a - - default default] TaaS: Handle Delete Port: 278d836c-ee5b-4c6b-98f2-d5df1213025d 2026-06-25 23:35:41.642 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14055572-b204-4a24-981b-c9da68efe709 3ec9bed5f78d4409b1d48d082a8b8181 e78ba12ae5e944718c38eb2c3a36b96a - - default default] Tap Mirror: Handle Delete Port: 278d836c-ee5b-4c6b-98f2-d5df1213025d 2026-06-25 23:35:41.970 8 INFO neutron.services.segments.plugin [-] Segment b519548a-1bb8-4b3c-add0-88b89329c861 resource provider aggregate not found 2026-06-25 23:35:41.977 8 INFO neutron.services.segments.plugin [-] Segment b519548a-1bb8-4b3c-add0-88b89329c861 resource provider aggregate not found 2026-06-25 23:35:41.991 8 INFO neutron.services.segments.plugin [-] Segment b519548a-1bb8-4b3c-add0-88b89329c861 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b519548a-1bb8-4b3c-add0-88b89329c861 found for delete ", "request_id": "req-cf3dd0fc-d336-4254-ac0b-68b18c894dff"}]} 2026-06-25 23:35:41.994 8 INFO neutron.services.segments.plugin [-] Segment b519548a-1bb8-4b3c-add0-88b89329c861 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b519548a-1bb8-4b3c-add0-88b89329c861 found for delete ", "request_id": "req-510cddfc-95e5-44c6-ade6-6c688c3a41fb"}]} 2026-06-25 23:35:42.000 8 INFO neutron.db.l3_hamode_db [None req-14055572-b204-4a24-981b-c9da68efe709 3ec9bed5f78d4409b1d48d082a8b8181 e78ba12ae5e944718c38eb2c3a36b96a - - default default] HA network b59cd6e7-159a-4340-a095-b8c2064eb7a1 was deleted as no HA routers are present in tenant e78ba12ae5e944718c38eb2c3a36b96a. [pid: 8|app: 0|req: 509/927] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:35:41 2026] DELETE /v2.0/routers/ec57d938-4966-4b1e-b053-aa94c7625200 => 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: 510/928] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:35:42 2026] DELETE /v2.0/security-groups/3539e49b-5629-47ca-8023-39e031cd1477 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/929] 10.0.0.137 () {34 vars in 990 bytes} [Thu Jun 25 23:35:42 2026] GET /v2.0/ports?device_id=1df20198-b49a-4df8-b9e4-3d7f76f20f4e => generated 1240 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/930] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:35:42 2026] DELETE /v2.0/subnets/f7f921cf-8be1-4123-a74a-de87f67dac8b => generated 0 bytes in 90 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:35:42.334 7 INFO neutron.db.l3_hamode_db [None req-60f1fb3e-d493-4d8e-a81e-1daa5e73acda 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 513/931] 10.0.0.137 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:42 2026] GET /v2.0/security-groups?id=9f91db6e-3aa0-4b56-b2f6-e0036c0d163a&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: 514/932] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:35:42 2026] DELETE /v2.0/networks/ca7aa629-6763-4f3c-84d4-d3b17f62aead => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/933] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:35:42 2026] GET /v2.0/security-groups?tenant_id=e78ba12ae5e944718c38eb2c3a36b96a&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: 419/934] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:35:41 2026] POST /v2.0/routers => generated 728 bytes in 1978 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/935] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:35:43 2026] DELETE /v2.0/security-groups/fde80327-1b7c-45db-8a8b-b1ddb670fc6b => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:35:44.028 8 INFO neutron.services.segments.plugin [-] Segment 81210f97-1c6d-4ca2-a803-b5e950e13194 resource provider aggregate not found 2026-06-25 23:35:44.035 8 INFO neutron.services.segments.plugin [-] Segment 81210f97-1c6d-4ca2-a803-b5e950e13194 resource provider aggregate not found 2026-06-25 23:35:44.046 8 INFO neutron.services.segments.plugin [-] Segment 81210f97-1c6d-4ca2-a803-b5e950e13194 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81210f97-1c6d-4ca2-a803-b5e950e13194 found for delete ", "request_id": "req-ed3fb5ea-9032-4d98-b2a1-a9334969ce40"}]} 2026-06-25 23:35:44.049 8 INFO neutron.services.segments.plugin [-] Segment 81210f97-1c6d-4ca2-a803-b5e950e13194 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81210f97-1c6d-4ca2-a803-b5e950e13194 found for delete ", "request_id": "req-f5f45c22-b470-4de4-a8dc-38b744048f31"}]} [pid: 7|app: 0|req: 420/936] 10.0.0.131 () {34 vars in 783 bytes} [Thu Jun 25 23:35:43 2026] PUT /v2.0/routers/3f490064-9e71-413b-b0e4-f9685b78732e/add_router_interface => generated 309 bytes in 1269 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:45.322 8 INFO neutron.db.segments_db [None req-582856b3-f02c-44ed-97c5-01931b8014fb dcd5e9fed37d4fc88a8775799bded108 ae50f529db384f35a1a03f0e76261a98 - - default default] Added segment 9e027c2d-0a4a-4743-9ed4-7df4b95251f1 of type vxlan for network ab49ece8-0c7d-4aec-adb8-bf5d21cd8a98 [pid: 8|app: 0|req: 517/937] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:35:44 2026] POST /v2.0/networks => generated 649 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/938] 10.0.0.131 () {34 vars in 665 bytes} [Thu Jun 25 23:35:45 2026] POST /v2.0/ports => generated 778 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:35:45.846 8 INFO neutron.db.segments_db [None req-6e4ee336-efe2-4dd7-8c77-812923d49ba1 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Added segment f23ca386-42c7-4e45-8b5b-61b61a9ecb54 of type vxlan for network 87c21f21-ddfa-4253-abc8-5e402e8773c3 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 518/939] 10.0.0.131 () {34 vars in 671 bytes} [Thu Jun 25 23:35:45 2026] POST /v2.0/networks => generated 741 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:35:46.001 8 INFO neutron.db.segments_db [None req-f664520b-ea97-47e1-ba80-83092841cf95 dcd5e9fed37d4fc88a8775799bded108 ae50f529db384f35a1a03f0e76261a98 - - default default] Added segment e4f8c38f-72e7-4450-9dad-880afaad692d of type vxlan for network b593b6ea-4321-4d73-ae4d-44ecbfb9ca71 [pid: 7|app: 0|req: 422/940] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:35:45 2026] GET /v2.0/security-groups?tenant_id=62e0b7f6ae564b348ddcf6fa3fb21734&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/941] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:35:45 2026] POST /v2.0/networks => generated 635 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/942] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:35:46 2026] DELETE /v2.0/security-groups/570a09d3-d33d-4890-85b7-5aadaa683553 => 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: 423/943] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:35:46 2026] POST /v2.0/subnets => generated 688 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:35:46.280 7 INFO neutron.db.segments_db [None req-1fcc2dbb-584d-42d6-b3f4-7afed9bb10b2 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Added segment 1b04168b-ead2-4f0f-b527-72f3c4e531a2 of type vxlan for network 419c05aa-aa8f-427e-bcae-a059b66319e2 2026-06-25 23:35:46.478 7 INFO neutron.db.l3_hamode_db [None req-1fcc2dbb-584d-42d6-b3f4-7afed9bb10b2 2eee7cff3dc044498d68da4fcf568f12 51cbe1a92d454504b955f6a0f7a59abe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 521/944] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:35:46 2026] POST /v2.0/subnets => generated 646 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/945] 10.0.0.131 () {34 vars in 665 bytes} [Thu Jun 25 23:35:46 2026] POST /v2.0/ports => generated 965 bytes in 415 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-25 23:35:47.017 8 INFO neutron_taas.services.taas.taas_plugin [None req-96c45e85-5806-4240-90bb-18619a6b667d dcd5e9fed37d4fc88a8775799bded108 ae50f529db384f35a1a03f0e76261a98 - - default default] TaaS: Handle Delete Port: 6c044d72-48f0-40ab-88eb-f41758506f0d 2026-06-25 23:35:47.023 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96c45e85-5806-4240-90bb-18619a6b667d dcd5e9fed37d4fc88a8775799bded108 ae50f529db384f35a1a03f0e76261a98 - - default default] Tap Mirror: Handle Delete Port: 6c044d72-48f0-40ab-88eb-f41758506f0d [pid: 8|app: 0|req: 523/946] 10.0.0.131 () {32 vars in 720 bytes} [Thu Jun 25 23:35:46 2026] DELETE /v2.0/ports/6c044d72-48f0-40ab-88eb-f41758506f0d => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:35:47.160 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9110de42-8775-4019-bb04-afa835ed61da dcd5e9fed37d4fc88a8775799bded108 ae50f529db384f35a1a03f0e76261a98 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 524/947] 10.0.0.131 () {32 vars in 720 bytes} [Thu Jun 25 23:35:47 2026] DELETE /v2.0/ports/6c044d72-48f0-40ab-88eb-f41758506f0d => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:35:47.184 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f2292223-9f3b-4204-bba7-c934de9ad09e dcd5e9fed37d4fc88a8775799bded108 ae50f529db384f35a1a03f0e76261a98 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 525/948] 10.0.0.131 () {32 vars in 717 bytes} [Thu Jun 25 23:35:47 2026] GET /v2.0/ports/6c044d72-48f0-40ab-88eb-f41758506f0d => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:35:47.259 7 INFO neutron.db.l3_hamode_db [None req-1fcc2dbb-584d-42d6-b3f4-7afed9bb10b2 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 526/949] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:35:47 2026] DELETE /v2.0/subnets/738f0650-8816-44f0-9b0e-be7c39dab58c => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:35:47.431 8 INFO neutron.services.segments.plugin [-] Segment e4f8c38f-72e7-4450-9dad-880afaad692d resource provider aggregate not found 2026-06-25 23:35:47.437 8 INFO neutron.services.segments.plugin [-] Segment e4f8c38f-72e7-4450-9dad-880afaad692d resource provider aggregate not found 2026-06-25 23:35:47.449 8 INFO neutron.services.segments.plugin [-] Segment e4f8c38f-72e7-4450-9dad-880afaad692d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4f8c38f-72e7-4450-9dad-880afaad692d found for delete ", "request_id": "req-cdaa5ddb-f71b-4553-baa8-ff05c56e5557"}]} [pid: 8|app: 0|req: 527/950] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:35:47 2026] DELETE /v2.0/networks/b593b6ea-4321-4d73-ae4d-44ecbfb9ca71 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:35:47.463 8 INFO neutron.services.segments.plugin [-] Segment e4f8c38f-72e7-4450-9dad-880afaad692d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4f8c38f-72e7-4450-9dad-880afaad692d found for delete ", "request_id": "req-2935ae9a-0286-435e-8b0e-34ff964fa3c7"}]} 2026-06-25 23:35:47.513 8 INFO neutron.db.segments_db [None req-2bb8ef02-eab0-4cab-a321-12082b4d0ad1 dcd5e9fed37d4fc88a8775799bded108 ae50f529db384f35a1a03f0e76261a98 - - default default] Added segment 65c63edc-6d80-4e57-af72-145f2e2c6cde of type vxlan for network 66e990dd-26b1-4a70-99ee-64fbabe7ffbb [pid: 8|app: 0|req: 528/951] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:35:47 2026] POST /v2.0/networks => generated 636 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/952] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:35:47 2026] POST /v2.0/subnets => generated 646 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/953] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:35:46 2026] POST /v2.0/routers => generated 728 bytes in 1957 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/954] 10.0.0.131 () {34 vars in 665 bytes} [Thu Jun 25 23:35:47 2026] POST /v2.0/ports => generated 927 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:35:48.348 8 INFO neutron_taas.services.taas.taas_plugin [None req-131bad66-2126-498b-920e-980a46c1a8d5 dcd5e9fed37d4fc88a8775799bded108 ae50f529db384f35a1a03f0e76261a98 - - default default] TaaS: Handle Delete Port: 491c7b19-5cae-4fc5-93de-e43b8b63c3d0 2026-06-25 23:35:48.351 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-131bad66-2126-498b-920e-980a46c1a8d5 dcd5e9fed37d4fc88a8775799bded108 ae50f529db384f35a1a03f0e76261a98 - - default default] Tap Mirror: Handle Delete Port: 491c7b19-5cae-4fc5-93de-e43b8b63c3d0 [pid: 8|app: 0|req: 531/955] 10.0.0.131 () {32 vars in 720 bytes} [Thu Jun 25 23:35:48 2026] DELETE /v2.0/ports/491c7b19-5cae-4fc5-93de-e43b8b63c3d0 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:35:48.496 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fc1a72e9-3748-42d4-b419-6872dce34742 dcd5e9fed37d4fc88a8775799bded108 ae50f529db384f35a1a03f0e76261a98 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 532/956] 10.0.0.131 () {32 vars in 717 bytes} [Thu Jun 25 23:35:48 2026] GET /v2.0/ports/491c7b19-5cae-4fc5-93de-e43b8b63c3d0 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/957] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:35:48 2026] DELETE /v2.0/subnets/4bf541fb-c918-4234-8d8f-b87bc994c8f7 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/958] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:35:48 2026] GET /v2.0/security-groups?tenant_id=538449add7964ea2af775e151e79fbaf&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/959] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:35:48 2026] DELETE /v2.0/networks/66e990dd-26b1-4a70-99ee-64fbabe7ffbb => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/960] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:35:48 2026] DELETE /v2.0/security-groups/d6ef2dfa-dd19-46cc-8654-cba8b12c9094 => 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: 425/961] 10.0.0.131 () {34 vars in 783 bytes} [Thu Jun 25 23:35:48 2026] PUT /v2.0/routers/7f2c0c02-f737-482d-a323-6f3c976aa866/add_router_interface => generated 309 bytes in 1073 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/962] 10.0.0.131 () {34 vars in 665 bytes} [Thu Jun 25 23:35:49 2026] POST /v2.0/ports => generated 778 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:35:49.474 8 INFO neutron.services.segments.plugin [-] Segment 65c63edc-6d80-4e57-af72-145f2e2c6cde resource provider aggregate not found 2026-06-25 23:35:49.482 8 INFO neutron.services.segments.plugin [-] Segment 65c63edc-6d80-4e57-af72-145f2e2c6cde resource provider aggregate not found 2026-06-25 23:35:49.507 8 INFO neutron.services.segments.plugin [-] Segment 65c63edc-6d80-4e57-af72-145f2e2c6cde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65c63edc-6d80-4e57-af72-145f2e2c6cde found for delete ", "request_id": "req-882e290c-8790-4854-ab08-2604db432cb0"}]} 2026-06-25 23:35:49.514 8 INFO neutron.services.segments.plugin [-] Segment 65c63edc-6d80-4e57-af72-145f2e2c6cde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65c63edc-6d80-4e57-af72-145f2e2c6cde found for delete ", "request_id": "req-bf7fbbe3-6a10-46f4-837e-a9c6c09836b7"}]} [pid: 7|app: 0|req: 426/963] 10.0.0.131 () {34 vars in 737 bytes} [Thu Jun 25 23:35:49 2026] PUT /v2.0/ports/7065ae01-3901-48d3-abc3-5e670334ff6a => generated 752 bytes in 204 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-25 23:35:49.703 8 INFO neutron_taas.services.taas.taas_plugin [None req-413ea929-c89d-49cc-8132-005e90ab12fe dcd5e9fed37d4fc88a8775799bded108 ae50f529db384f35a1a03f0e76261a98 - - default default] TaaS: Handle Delete Port: 7065ae01-3901-48d3-abc3-5e670334ff6a 2026-06-25 23:35:49.706 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-413ea929-c89d-49cc-8132-005e90ab12fe dcd5e9fed37d4fc88a8775799bded108 ae50f529db384f35a1a03f0e76261a98 - - default default] Tap Mirror: Handle Delete Port: 7065ae01-3901-48d3-abc3-5e670334ff6a [pid: 8|app: 0|req: 538/964] 10.0.0.131 () {32 vars in 720 bytes} [Thu Jun 25 23:35:49 2026] DELETE /v2.0/ports/7065ae01-3901-48d3-abc3-5e670334ff6a => generated 0 bytes in 192 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: 427/965] 10.0.0.131 () {32 vars in 643 bytes} [Thu Jun 25 23:35:49 2026] GET /v2.0/ports => generated 781 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:49.880 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3c0c7e3a-1ed1-4618-a797-1e5abf432c5a dcd5e9fed37d4fc88a8775799bded108 ae50f529db384f35a1a03f0e76261a98 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 539/966] 10.0.0.131 () {32 vars in 717 bytes} [Thu Jun 25 23:35:49 2026] GET /v2.0/ports/7065ae01-3901-48d3-abc3-5e670334ff6a => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/967] 10.0.0.131 () {32 vars in 643 bytes} [Thu Jun 25 23:35:49 2026] GET /v2.0/ports => generated 781 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/968] 10.0.0.131 () {32 vars in 717 bytes} [Thu Jun 25 23:35:49 2026] GET /v2.0/ports/ba6369eb-cc5d-4c20-9e1a-bfd385acdb62 => generated 778 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:49.988 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bbb36aa8-60e1-48c8-914e-f830ca2eb529 dcd5e9fed37d4fc88a8775799bded108 ae50f529db384f35a1a03f0e76261a98 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 430/969] 10.0.0.131 () {32 vars in 720 bytes} [Thu Jun 25 23:35:49 2026] DELETE /v2.0/ports/491c7b19-5cae-4fc5-93de-e43b8b63c3d0 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:35:50.010 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fa980acf-52aa-4ce4-a78a-e22c45c4daed dcd5e9fed37d4fc88a8775799bded108 ae50f529db384f35a1a03f0e76261a98 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 431/970] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:35:49 2026] DELETE /v2.0/subnets/4bf541fb-c918-4234-8d8f-b87bc994c8f7 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:35:50.032 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d76784c7-fd57-45bf-a54c-f8e9cb7cf61d dcd5e9fed37d4fc88a8775799bded108 ae50f529db384f35a1a03f0e76261a98 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 432/971] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:35:50 2026] DELETE /v2.0/subnets/738f0650-8816-44f0-9b0e-be7c39dab58c => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/972] 10.0.0.131 () {34 vars in 685 bytes} [Thu Jun 25 23:35:49 2026] POST /v2.0/security-groups => generated 1675 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-25 23:35:50.135 7 INFO neutron_taas.services.taas.taas_plugin [None req-987427a7-6517-4d99-ae42-dd7de497c472 dcd5e9fed37d4fc88a8775799bded108 ae50f529db384f35a1a03f0e76261a98 - - default default] TaaS: Handle Delete Port: ba6369eb-cc5d-4c20-9e1a-bfd385acdb62 2026-06-25 23:35:50.138 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-987427a7-6517-4d99-ae42-dd7de497c472 dcd5e9fed37d4fc88a8775799bded108 ae50f529db384f35a1a03f0e76261a98 - - default default] Tap Mirror: Handle Delete Port: ba6369eb-cc5d-4c20-9e1a-bfd385acdb62 [pid: 8|app: 0|req: 541/973] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:35:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/974] 10.0.0.131 () {32 vars in 720 bytes} [Thu Jun 25 23:35:50 2026] DELETE /v2.0/ports/ba6369eb-cc5d-4c20-9e1a-bfd385acdb62 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/975] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:35:50 2026] POST /v2.0/security-group-rules => generated 596 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:35:50.317 7 INFO neutron.services.segments.plugin [-] Segment 9e027c2d-0a4a-4743-9ed4-7df4b95251f1 resource provider aggregate not found 2026-06-25 23:35:50.325 7 INFO neutron.services.segments.plugin [-] Segment 9e027c2d-0a4a-4743-9ed4-7df4b95251f1 resource provider aggregate not found 2026-06-25 23:35:50.331 7 INFO neutron.services.segments.plugin [-] Segment 9e027c2d-0a4a-4743-9ed4-7df4b95251f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e027c2d-0a4a-4743-9ed4-7df4b95251f1 found for delete ", "request_id": "req-e6956305-ab07-42f7-a1cc-c20be064d547"}]} [pid: 7|app: 0|req: 434/976] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:35:50 2026] DELETE /v2.0/networks/ab49ece8-0c7d-4aec-adb8-bf5d21cd8a98 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:35:50.353 7 INFO neutron.services.segments.plugin [-] Segment 9e027c2d-0a4a-4743-9ed4-7df4b95251f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e027c2d-0a4a-4743-9ed4-7df4b95251f1 found for delete ", "request_id": "req-8f838115-75a8-4d04-9f8b-ca70115b230c"}]} [pid: 8|app: 0|req: 543/977] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:35:50 2026] POST /v2.0/security-group-rules => generated 602 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/978] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:35:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:35:50.592 8 INFO neutron.db.securitygroups_db [None req-4a396f31-5e1d-4f7b-b036-fa38ca7bdf64 cc66a02443fd4681accf77b99ed984ea 3f21890ffb8d4d68b48f459a4fbea325 - - default default] Project 3f21890ffb8d4d68b48f459a4fbea325 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: 544/979] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:35:50 2026] POST /v2.0/security-group-rules => generated 607 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:35:50.715 7 INFO neutron.db.securitygroups_db [None req-9e09f01a-2ba7-4ee7-bf83-4662dce12c29 cc66a02443fd4681accf77b99ed984ea 3f21890ffb8d4d68b48f459a4fbea325 - - default default] Project 3f21890ffb8d4d68b48f459a4fbea325 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: 436/980] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:35:50 2026] POST /v2.0/security-group-rules => generated 606 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/981] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:35:50 2026] GET /v2.0/security-groups?tenant_id=ae50f529db384f35a1a03f0e76261a98&name=default => generated 2925 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/982] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:35:50 2026] DELETE /v2.0/security-groups/31b5c6fc-65f7-4427-b295-128bb08d20f7 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:35:51.063 7 INFO neutron.db.segments_db [None req-430b285b-c605-42ef-88db-5e48603f0c40 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Added segment 204054c9-29b0-4233-ad4e-37cfca94a463 of type vxlan for network 3eff89e0-bd51-4ddd-9c0c-dac288d85845 [pid: 7|app: 0|req: 437/983] 10.0.0.131 () {34 vars in 671 bytes} [Thu Jun 25 23:35:50 2026] POST /v2.0/networks => generated 741 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/984] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:35:51 2026] POST /v2.0/subnets => generated 688 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/985] 10.0.0.131 () {34 vars in 685 bytes} [Thu Jun 25 23:35:51 2026] POST /v2.0/security-groups => generated 1660 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-25 23:35:51.448 8 INFO neutron.db.segments_db [None req-1a8c257e-fa88-4d70-8b3b-932e62d6a0fa 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Added segment 0cf6f4de-82a6-4b0b-a227-b46d77a7139c of type vxlan for network 77a89965-00ef-407d-9154-6b1d3e982a1c [pid: 7|app: 0|req: 439/986] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:35:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/987] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:35:51 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) 2026-06-25 23:35:51.734 8 INFO neutron.db.l3_hamode_db [None req-1a8c257e-fa88-4d70-8b3b-932e62d6a0fa 2eee7cff3dc044498d68da4fcf568f12 d211878ffe974c879bd0c00e45e9dc1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 441/988] 10.0.0.131 () {34 vars in 676 bytes} [Thu Jun 25 23:35:51 2026] POST /v2.0/floatingips => generated 552 bytes in 595 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/989] 10.0.0.238 () {34 vars in 1100 bytes} [Thu Jun 25 23:35:52 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2050113446&fields=id&tenant_id=3f21890ffb8d4d68b48f459a4fbea325 => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/990] 10.0.0.238 () {34 vars in 1098 bytes} [Thu Jun 25 23:35:52 2026] GET /v2.0/security-groups?name=tempest-securitygroup--945825037&fields=id&tenant_id=3f21890ffb8d4d68b48f459a4fbea325 => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/991] 10.0.0.238 () {34 vars in 982 bytes} [Thu Jun 25 23:35:52 2026] GET /v2.0/networks?id=b61da776-1832-46fa-9e47-3feb4a935a8d => generated 673 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/992] 10.0.0.238 () {34 vars in 965 bytes} [Thu Jun 25 23:35:52 2026] GET /v2.0/quotas/3f21890ffb8d4d68b48f459a4fbea325 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:52.516 8 INFO neutron.db.l3_hamode_db [None req-1a8c257e-fa88-4d70-8b3b-932e62d6a0fa 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 446/993] 10.0.0.238 () {34 vars in 1002 bytes} [Thu Jun 25 23:35:52 2026] GET /v2.0/ports?tenant_id=3f21890ffb8d4d68b48f459a4fbea325&fields=id => generated 103 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/994] 10.0.0.238 () {34 vars in 1008 bytes} [Thu Jun 25 23:35:52 2026] GET /v2.0/networks/b61da776-1832-46fa-9e47-3feb4a935a8d?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: 448/995] 10.0.0.238 () {34 vars in 1108 bytes} [Thu Jun 25 23:35:52 2026] GET /v2.0/networks/b61da776-1832-46fa-9e47-3feb4a935a8d?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-25 23:35:53.042 7 INFO neutron.db.segments_db [None req-cbda08b1-e412-40be-a6b7-119688aa2e3a 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] Added segment 60c96b7f-900e-4020-880a-6fa4e8c3cc43 of type vxlan for network 2709baa6-f539-465c-abf5-2ba86b1db470 [pid: 7|app: 0|req: 449/996] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:35:52 2026] POST /v2.0/networks => generated 628 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/997] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:35:53 2026] GET /v2.0/ports?device_id=bae2aae5-c9e2-4a2a-af25-f49ea561d805 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/998] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:35:53 2026] GET /v2.0/ports?device_id=1df20198-b49a-4df8-b9e4-3d7f76f20f4e => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:53.284 7 INFO neutron.db.segments_db [None req-f81338dc-b4e1-4142-bbbe-3aebba4ce1f3 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] Added segment 38a05287-5c0d-4f73-9794-5495adb77abe of type vxlan for network f08a157c-b3c2-4203-bf45-4386bd9e43f7 [pid: 7|app: 0|req: 452/999] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:35:53 2026] POST /v2.0/networks => generated 629 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/1000] 10.0.0.238 () {34 vars in 971 bytes} [Thu Jun 25 23:35:53 2026] GET /v2.0/ports/5de236d8-08b4-4430-8d98-66482c0cae23 => generated 968 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1001] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:35:51 2026] POST /v2.0/routers => generated 728 bytes in 2035 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/1002] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:35:53 2026] POST /v2.0/subnets => generated 626 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/1003] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:35:53 2026] POST /v2.0/subnets => generated 626 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:35:53.940 7 INFO neutron.db.segments_db [None req-55a6ea65-ad6a-4d45-9e89-097921935527 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] Added segment 25d38d90-a2ec-4ba0-acbc-52bb9cf84823 of type vxlan for network 50898154-bb17-4efc-9d24-7057b85b459c 2026-06-25 23:35:54.208 7 INFO neutron.db.l3_hamode_db [None req-55a6ea65-ad6a-4d45-9e89-097921935527 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:35:54.383 7 INFO neutron.db.l3_hamode_db [None req-55a6ea65-ad6a-4d45-9e89-097921935527 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 549/1004] 10.0.0.131 () {34 vars in 783 bytes} [Thu Jun 25 23:35:53 2026] PUT /v2.0/routers/dc998777-d3ca-4b06-b62c-0f583859f089/add_router_interface => generated 309 bytes in 1330 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1005] 199.19.213.195 () {34 vars in 1000 bytes} [Thu Jun 25 23:35:54 2026] GET /v2.0/subnets?network_id=d37b56f5-7a3b-4356-b944-abd59eb843e4 => generated 684 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1006] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:35:54 2026] GET /v2.0/ports?device_id=bae2aae5-c9e2-4a2a-af25-f49ea561d805 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/1007] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:35:53 2026] POST /v2.0/routers => generated 506 bytes in 1087 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1008] 199.19.213.195 () {34 vars in 1146 bytes} [Thu Jun 25 23:35:54 2026] GET /v2.0/ports?device_id=1df20198-b49a-4df8-b9e4-3d7f76f20f4e&device_owner=compute%3Anova&network_id=d37b56f5-7a3b-4356-b944-abd59eb843e4 => generated 971 bytes in 492 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1011] 199.19.213.195 () {38 vars in 1028 bytes} [Thu Jun 25 23:35:55 2026] PUT /v2.0/ports/5de236d8-08b4-4430-8d98-66482c0cae23 => generated 1145 bytes in 566 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: 556/1012] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:35:55 2026] GET /v2.0/ports?device_id=bae2aae5-c9e2-4a2a-af25-f49ea561d805 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:35:55.900 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff0d8366-168c-4f5f-93c7-8e54c6111cde'] response: {'name': 'network-changed', 'server_uuid': '1df20198-b49a-4df8-b9e4-3d7f76f20f4e', 'tag': '5de236d8-08b4-4430-8d98-66482c0cae23', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 457/1013] 10.0.0.131 () {34 vars in 783 bytes} [Thu Jun 25 23:35:54 2026] PUT /v2.0/routers/75c9919e-94d9-4efc-b53c-d7aca3116b24/add_router_interface => generated 309 bytes in 1023 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1014] 10.0.0.131 () {32 vars in 717 bytes} [Thu Jun 25 23:35:56 2026] GET /v2.0/ports/ba639617-48a9-4316-9b7a-9cd60968f7cf => generated 955 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1015] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:35:56 2026] GET /v2.0/ports?tenant_id=3586d355f74d40338e3b45fd1df8d8df&device_id=1df20198-b49a-4df8-b9e4-3d7f76f20f4e => generated 1417 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1016] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:35:56 2026] GET /v2.0/networks?id=d37b56f5-7a3b-4356-b944-abd59eb843e4 => generated 780 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1017] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:35:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=5de236d8-08b4-4430-8d98-66482c0cae23 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1018] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:35:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=5de236d8-08b4-4430-8d98-66482c0cae23 => generated 860 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1019] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:35:56 2026] GET /v2.0/subnets?id=6e9a31cc-ff40-4edf-ad17-42966ab8695a => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1020] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:35:56 2026] GET /v2.0/ports?network_id=d37b56f5-7a3b-4356-b944-abd59eb843e4&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: 564/1021] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:35:56 2026] GET /v2.0/networks/d37b56f5-7a3b-4356-b944-abd59eb843e4?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1022] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:35:56 2026] GET /v2.0/networks/d37b56f5-7a3b-4356-b944-abd59eb843e4?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: 566/1023] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:35:56 2026] GET /v2.0/ports?device_id=bae2aae5-c9e2-4a2a-af25-f49ea561d805 => 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: 567/1024] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:35:57 2026] GET /v2.0/networks?id=b61da776-1832-46fa-9e47-3feb4a935a8d => generated 673 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1025] 199.19.213.195 () {34 vars in 1050 bytes} [Thu Jun 25 23:35:57 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3f21890ffb8d4d68b48f459a4fbea325 => generated 273 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/1026] 10.0.0.131 () {34 vars in 783 bytes} [Thu Jun 25 23:35:56 2026] PUT /v2.0/routers/75c9919e-94d9-4efc-b53c-d7aca3116b24/add_router_interface => generated 309 bytes in 1552 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/1027] 10.0.0.131 () {32 vars in 717 bytes} [Thu Jun 25 23:35:57 2026] GET /v2.0/ports/cc1db8c3-cf92-42b9-8c49-ac563b8b91c6 => generated 955 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1028] 199.19.213.195 () {38 vars in 955 bytes} [Thu Jun 25 23:35:57 2026] POST /v2.0/ports => generated 993 bytes in 454 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: 570/1029] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:35:57 2026] GET /v2.0/ports?tenant_id=3586d355f74d40338e3b45fd1df8d8df&device_id=1df20198-b49a-4df8-b9e4-3d7f76f20f4e => generated 1417 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1030] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:35:57 2026] GET /v2.0/ports?device_id=1df20198-b49a-4df8-b9e4-3d7f76f20f4e => generated 1148 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:35:58.041 7 INFO neutron_taas.services.taas.taas_plugin [None req-bceb6254-52bf-44ae-9de1-fcdf2daa8bf1 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] TaaS: Handle Delete Port: cc1db8c3-cf92-42b9-8c49-ac563b8b91c6 2026-06-25 23:35:58.044 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bceb6254-52bf-44ae-9de1-fcdf2daa8bf1 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] Tap Mirror: Handle Delete Port: cc1db8c3-cf92-42b9-8c49-ac563b8b91c6 [pid: 7|app: 0|req: 460/1031] 10.0.0.131 () {34 vars in 789 bytes} [Thu Jun 25 23:35:57 2026] PUT /v2.0/routers/75c9919e-94d9-4efc-b53c-d7aca3116b24/remove_router_interface => generated 309 bytes in 728 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/1032] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:35:58 2026] GET /v2.0/networks?id=d37b56f5-7a3b-4356-b944-abd59eb843e4 => generated 780 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1033] 199.19.213.195 () {38 vars in 1028 bytes} [Thu Jun 25 23:35:58 2026] PUT /v2.0/ports/3868beb6-14be-4631-baf7-0fdae50755a0 => generated 1274 bytes in 458 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: 462/1034] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:58 2026] GET /v2.0/security-groups?id=9f91db6e-3aa0-4b56-b2f6-e0036c0d163a&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1035] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:35:58 2026] GET /v2.0/ports?device_id=bae2aae5-c9e2-4a2a-af25-f49ea561d805 => generated 1008 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:35:58.533 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b5099c0a-9edb-427f-822f-fd3e8b7bd39e'] response: {'name': 'network-changed', 'server_uuid': 'bae2aae5-c9e2-4a2a-af25-f49ea561d805', 'tag': '3868beb6-14be-4631-baf7-0fdae50755a0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 574/1036] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:35:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=5de236d8-08b4-4430-8d98-66482c0cae23 => 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: 575/1037] 10.0.0.238 () {34 vars in 1120 bytes} [Thu Jun 25 23:35:58 2026] GET /v2.0/security-groups?id=e2d6f2c6-7024-40fc-8807-d9f7df326798&id=38c00132-f8ad-4a66-8758-07ad6f88f019&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1038] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:35:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=5de236d8-08b4-4430-8d98-66482c0cae23 => generated 860 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1039] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:35:58 2026] GET /v2.0/subnets?id=6e9a31cc-ff40-4edf-ad17-42966ab8695a => generated 702 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1040] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:35:58 2026] GET /v2.0/ports?network_id=d37b56f5-7a3b-4356-b944-abd59eb843e4&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1041] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:35:58 2026] GET /v2.0/networks/d37b56f5-7a3b-4356-b944-abd59eb843e4?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:35:58.793 7 INFO neutron_taas.services.taas.taas_plugin [None req-80feb5ca-2743-47ea-8f13-cace3522c6eb 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] TaaS: Handle Delete Port: ba639617-48a9-4316-9b7a-9cd60968f7cf [pid: 8|app: 0|req: 580/1042] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:35:58 2026] GET /v2.0/networks/d37b56f5-7a3b-4356-b944-abd59eb843e4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:35:58.796 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80feb5ca-2743-47ea-8f13-cace3522c6eb 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] Tap Mirror: Handle Delete Port: ba639617-48a9-4316-9b7a-9cd60968f7cf [pid: 8|app: 0|req: 581/1043] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:35:59 2026] GET /v2.0/ports?tenant_id=3f21890ffb8d4d68b48f459a4fbea325&device_id=bae2aae5-c9e2-4a2a-af25-f49ea561d805 => generated 1277 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1044] 199.19.213.195 () {34 vars in 1018 bytes} [Thu Jun 25 23:35:59 2026] GET /v2.0/networks?tenant_id=3f21890ffb8d4d68b48f459a4fbea325&shared=False => generated 769 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1045] 199.19.213.195 () {34 vars in 930 bytes} [Thu Jun 25 23:35:59 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/1046] 10.0.0.131 () {34 vars in 789 bytes} [Thu Jun 25 23:35:58 2026] PUT /v2.0/routers/75c9919e-94d9-4efc-b53c-d7aca3116b24/remove_router_interface => generated 309 bytes in 723 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1047] 10.0.0.131 () {32 vars in 736 bytes} [Thu Jun 25 23:35:59 2026] GET /v2.0/ports?device_id=75c9919e-94d9-4efc-b53c-d7aca3116b24 => 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: 585/1048] 199.19.213.195 () {34 vars in 1118 bytes} [Thu Jun 25 23:35:59 2026] GET /v2.0/ports?device_id=1df20198-b49a-4df8-b9e4-3d7f76f20f4e&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.4 => generated 1148 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:35:59.422 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea54bd44-30fd-4703-b880-2cfd4ce640fa 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] TaaS: Handle Delete Port: 629003c2-2888-4d61-b694-083d5bf11dc6 2026-06-25 23:35:59.425 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea54bd44-30fd-4703-b880-2cfd4ce640fa 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] Tap Mirror: Handle Delete Port: 629003c2-2888-4d61-b694-083d5bf11dc6 [pid: 8|app: 0|req: 586/1049] 10.0.0.238 () {34 vars in 982 bytes} [Thu Jun 25 23:35:59 2026] GET /v2.0/networks?id=3eff89e0-bd51-4ddd-9c0c-dac288d85845 => generated 673 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:59.818 7 INFO neutron.services.segments.plugin [-] Segment 25d38d90-a2ec-4ba0-acbc-52bb9cf84823 resource provider aggregate not found 2026-06-25 23:35:59.821 7 INFO neutron.services.segments.plugin [-] Segment 25d38d90-a2ec-4ba0-acbc-52bb9cf84823 resource provider aggregate not found 2026-06-25 23:35:59.842 7 INFO neutron.services.segments.plugin [-] Segment 25d38d90-a2ec-4ba0-acbc-52bb9cf84823 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25d38d90-a2ec-4ba0-acbc-52bb9cf84823 found for delete ", "request_id": "req-0abbcd06-56ce-484c-a5f7-c5546317729d"}]} 2026-06-25 23:35:59.847 7 INFO neutron.services.segments.plugin [-] Segment 25d38d90-a2ec-4ba0-acbc-52bb9cf84823 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25d38d90-a2ec-4ba0-acbc-52bb9cf84823 found for delete ", "request_id": "req-da6a9e0f-62fc-43fe-8694-516a30834a8d"}]} [pid: 8|app: 0|req: 587/1050] 199.19.213.195 () {38 vars in 1028 bytes} [Thu Jun 25 23:35:59 2026] PUT /v2.0/ports/5de236d8-08b4-4430-8d98-66482c0cae23 => generated 968 bytes in 426 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-25 23:35:59.860 7 INFO neutron.db.l3_hamode_db [None req-ea54bd44-30fd-4703-b880-2cfd4ce640fa 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] HA network 50898154-bb17-4efc-9d24-7057b85b459c was deleted as no HA routers are present in tenant 1b57a269bee1404d94d544dc085e17c6. [pid: 8|app: 0|req: 588/1051] 10.0.0.238 () {34 vars in 965 bytes} [Thu Jun 25 23:35:59 2026] GET /v2.0/quotas/d211878ffe974c879bd0c00e45e9dc1a => 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: 464/1052] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:35:59 2026] DELETE /v2.0/routers/75c9919e-94d9-4efc-b53c-d7aca3116b24 => generated 0 bytes in 631 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1053] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:35:59 2026] GET /v2.0/ports?device_id=bae2aae5-c9e2-4a2a-af25-f49ea561d805 => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1054] 10.0.0.238 () {34 vars in 1002 bytes} [Thu Jun 25 23:35:59 2026] GET /v2.0/ports?tenant_id=d211878ffe974c879bd0c00e45e9dc1a&fields=id => generated 103 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/1055] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:35:59 2026] DELETE /v2.0/subnets/dceb3929-73d7-4cdd-a87b-3321f02e6ec3 => 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: 591/1056] 10.0.0.238 () {34 vars in 1120 bytes} [Thu Jun 25 23:35:59 2026] GET /v2.0/security-groups?id=e2d6f2c6-7024-40fc-8807-d9f7df326798&id=38c00132-f8ad-4a66-8758-07ad6f88f019&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: 466/1057] 10.0.0.238 () {34 vars in 1008 bytes} [Thu Jun 25 23:35:59 2026] GET /v2.0/networks/3eff89e0-bd51-4ddd-9c0c-dac288d85845?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: 467/1058] 10.0.0.238 () {34 vars in 1108 bytes} [Thu Jun 25 23:36:00 2026] GET /v2.0/networks/3eff89e0-bd51-4ddd-9c0c-dac288d85845?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1059] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:36:00 2026] DELETE /v2.0/subnets/4450eac7-832e-43ae-9855-897804663df2 => 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: 593/1060] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:00 2026] GET /v2.0/ports?device_id=3f6d1795-c59f-4d35-8fc2-a07f8bab7b3e => 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: 468/1061] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:36:00 2026] DELETE /v2.0/networks/f08a157c-b3c2-4203-bf45-4386bd9e43f7 => 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: 594/1062] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:36:00 2026] GET /v2.0/ports?tenant_id=3f21890ffb8d4d68b48f459a4fbea325&device_id=bae2aae5-c9e2-4a2a-af25-f49ea561d805 => generated 1277 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1063] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:36:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=3868beb6-14be-4631-baf7-0fdae50755a0 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1064] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:36:00 2026] GET /v2.0/subnets?id=a2b43731-65dd-4366-a9ea-4e5181d851a5 => generated 691 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1065] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:36:00 2026] GET /v2.0/ports?network_id=b61da776-1832-46fa-9e47-3feb4a935a8d&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/1066] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:36:00 2026] DELETE /v2.0/networks/2709baa6-f539-465c-abf5-2ba86b1db470 => 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: 470/1067] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:36:00 2026] GET /v2.0/ports?tenant_id=3586d355f74d40338e3b45fd1df8d8df&device_id=1df20198-b49a-4df8-b9e4-3d7f76f20f4e => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1068] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:36:00 2026] GET /v2.0/networks/b61da776-1832-46fa-9e47-3feb4a935a8d?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: 599/1069] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:36:00 2026] GET /v2.0/networks?id=d37b56f5-7a3b-4356-b944-abd59eb843e4 => generated 780 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:36:00.442 7 INFO neutron.db.segments_db [None req-d53544d9-4075-408e-b00e-2d0ce46ba5cb 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] Added segment 24bf0493-0a19-40f7-b9b7-ffcd687b4b3b of type vxlan for network ce38170c-1130-4789-b165-c4f24995eac6 [pid: 8|app: 0|req: 600/1070] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:36:00 2026] GET /v2.0/networks/b61da776-1832-46fa-9e47-3feb4a935a8d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1071] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:36:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=5de236d8-08b4-4430-8d98-66482c0cae23 => generated 860 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/1072] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:36:00 2026] POST /v2.0/networks => generated 629 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1073] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:36:00 2026] GET /v2.0/subnets?id=6e9a31cc-ff40-4edf-ad17-42966ab8695a => generated 702 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:36:00.583 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2b456b84-b397-4066-9c04-e95315cebf33'] response: {'name': 'network-changed', 'server_uuid': '1df20198-b49a-4df8-b9e4-3d7f76f20f4e', 'tag': '5de236d8-08b4-4430-8d98-66482c0cae23', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 603/1074] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:36:00 2026] GET /v2.0/ports?network_id=d37b56f5-7a3b-4356-b944-abd59eb843e4&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1075] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:36:00 2026] GET /v2.0/networks/d37b56f5-7a3b-4356-b944-abd59eb843e4?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: 605/1076] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:36:00 2026] GET /v2.0/networks/d37b56f5-7a3b-4356-b944-abd59eb843e4?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: 472/1077] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:36:00 2026] POST /v2.0/subnets => generated 626 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:36:00.822 8 INFO neutron.db.segments_db [None req-a5711e58-c2d4-46a5-b4e5-c7aa47c15947 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] Added segment 44f6d4e9-7e50-4d7d-9fad-6812a381c84a of type vxlan for network c80db43b-4b0c-459d-b99f-4ced6ad337bb 2026-06-25 23:36:01.003 8 INFO neutron.db.l3_hamode_db [None req-a5711e58-c2d4-46a5-b4e5-c7aa47c15947 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:36:01.090 8 INFO neutron.db.l3_hamode_db [None req-a5711e58-c2d4-46a5-b4e5-c7aa47c15947 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 473/1078] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:01 2026] GET /v2.0/ports?device_id=bae2aae5-c9e2-4a2a-af25-f49ea561d805 => generated 1008 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/1079] 10.0.0.238 () {34 vars in 1120 bytes} [Thu Jun 25 23:36:01 2026] GET /v2.0/security-groups?id=e2d6f2c6-7024-40fc-8807-d9f7df326798&id=38c00132-f8ad-4a66-8758-07ad6f88f019&fields=id&fields=name => generated 206 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/1080] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:01 2026] GET /v2.0/ports?device_id=1df20198-b49a-4df8-b9e4-3d7f76f20f4e => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/1081] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:01 2026] GET /v2.0/ports?device_id=3f6d1795-c59f-4d35-8fc2-a07f8bab7b3e => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/1082] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:01 2026] GET /v2.0/security-groups?id=9f91db6e-3aa0-4b56-b2f6-e0036c0d163a&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1083] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:36:00 2026] POST /v2.0/routers => generated 506 bytes in 914 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1084] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:36:01 2026] GET /v2.0/ports?tenant_id=3586d355f74d40338e3b45fd1df8d8df&device_id=1df20198-b49a-4df8-b9e4-3d7f76f20f4e => 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: 608/1085] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:36:01 2026] GET /v2.0/networks?id=d37b56f5-7a3b-4356-b944-abd59eb843e4 => generated 780 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1086] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:36:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=5de236d8-08b4-4430-8d98-66482c0cae23 => generated 860 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:36:01.864 7 INFO neutron.services.segments.plugin [-] Segment 38a05287-5c0d-4f73-9794-5495adb77abe resource provider aggregate not found 2026-06-25 23:36:01.870 7 INFO neutron.services.segments.plugin [-] Segment 38a05287-5c0d-4f73-9794-5495adb77abe resource provider aggregate not found [pid: 8|app: 0|req: 610/1087] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:36:01 2026] GET /v2.0/subnets?id=6e9a31cc-ff40-4edf-ad17-42966ab8695a => generated 702 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:36:01.893 7 INFO neutron.services.segments.plugin [-] Segment 38a05287-5c0d-4f73-9794-5495adb77abe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38a05287-5c0d-4f73-9794-5495adb77abe found for delete ", "request_id": "req-3981dc46-322b-454f-8e39-8a98e32dd167"}]} 2026-06-25 23:36:01.896 7 INFO neutron.services.segments.plugin [-] Segment 38a05287-5c0d-4f73-9794-5495adb77abe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38a05287-5c0d-4f73-9794-5495adb77abe found for delete ", "request_id": "req-6b043243-85de-4b55-b2af-33c7fda92376"}]} 2026-06-25 23:36:01.927 7 INFO neutron.services.segments.plugin [-] Segment 60c96b7f-900e-4020-880a-6fa4e8c3cc43 resource provider aggregate not found 2026-06-25 23:36:01.934 7 INFO neutron.services.segments.plugin [-] Segment 60c96b7f-900e-4020-880a-6fa4e8c3cc43 resource provider aggregate not found [pid: 8|app: 0|req: 611/1088] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:36:01 2026] GET /v2.0/ports?network_id=d37b56f5-7a3b-4356-b944-abd59eb843e4&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:36:01.951 7 INFO neutron.services.segments.plugin [-] Segment 60c96b7f-900e-4020-880a-6fa4e8c3cc43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60c96b7f-900e-4020-880a-6fa4e8c3cc43 found for delete ", "request_id": "req-9243ca94-1e83-433f-b2b7-4d3a56936b98"}]} 2026-06-25 23:36:01.954 7 INFO neutron.services.segments.plugin [-] Segment 60c96b7f-900e-4020-880a-6fa4e8c3cc43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60c96b7f-900e-4020-880a-6fa4e8c3cc43 found for delete ", "request_id": "req-253950ca-f5e9-4fc8-9b0b-1f1f6b326733"}]} [pid: 8|app: 0|req: 612/1089] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:36:01 2026] GET /v2.0/networks/d37b56f5-7a3b-4356-b944-abd59eb843e4?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: 613/1090] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:36:01 2026] GET /v2.0/networks/d37b56f5-7a3b-4356-b944-abd59eb843e4?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: 478/1091] 10.0.0.131 () {34 vars in 665 bytes} [Thu Jun 25 23:36:01 2026] POST /v2.0/ports => generated 947 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 479/1092] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:02 2026] GET /v2.0/ports?device_id=bae2aae5-c9e2-4a2a-af25-f49ea561d805 => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/1093] 10.0.0.238 () {34 vars in 1120 bytes} [Thu Jun 25 23:36:02 2026] GET /v2.0/security-groups?id=e2d6f2c6-7024-40fc-8807-d9f7df326798&id=38c00132-f8ad-4a66-8758-07ad6f88f019&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/1094] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:02 2026] GET /v2.0/ports?device_id=3f6d1795-c59f-4d35-8fc2-a07f8bab7b3e => 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: 482/1095] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:02 2026] GET /v2.0/ports?device_id=1df20198-b49a-4df8-b9e4-3d7f76f20f4e => 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: 483/1096] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:02 2026] GET /v2.0/security-groups?id=9f91db6e-3aa0-4b56-b2f6-e0036c0d163a&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: 614/1097] 10.0.0.131 () {34 vars in 783 bytes} [Thu Jun 25 23:36:02 2026] PUT /v2.0/routers/01d1631c-6766-4ed8-a3a4-e472f70dae26/add_router_interface => generated 309 bytes in 981 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/1098] 10.0.0.131 () {32 vars in 717 bytes} [Thu Jun 25 23:36:03 2026] GET /v2.0/ports/6f1180d9-000e-4cfd-bdc9-7c3d64c25869 => generated 1021 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 485/1099] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:03 2026] GET /v2.0/ports?device_id=bae2aae5-c9e2-4a2a-af25-f49ea561d805 => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:36:03.432 8 INFO neutron_taas.services.taas.taas_plugin [None req-09e81311-e36f-42c0-aca3-afa07339f429 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] TaaS: Handle Delete Port: 6f1180d9-000e-4cfd-bdc9-7c3d64c25869 2026-06-25 23:36:03.434 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09e81311-e36f-42c0-aca3-afa07339f429 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] Tap Mirror: Handle Delete Port: 6f1180d9-000e-4cfd-bdc9-7c3d64c25869 [pid: 7|app: 0|req: 486/1100] 10.0.0.238 () {34 vars in 1120 bytes} [Thu Jun 25 23:36:03 2026] GET /v2.0/security-groups?id=e2d6f2c6-7024-40fc-8807-d9f7df326798&id=38c00132-f8ad-4a66-8758-07ad6f88f019&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/1101] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:03 2026] GET /v2.0/ports?device_id=3f6d1795-c59f-4d35-8fc2-a07f8bab7b3e => 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: 488/1102] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:03 2026] GET /v2.0/ports?device_id=1df20198-b49a-4df8-b9e4-3d7f76f20f4e => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/1103] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:03 2026] GET /v2.0/security-groups?id=9f91db6e-3aa0-4b56-b2f6-e0036c0d163a&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/1104] 199.19.213.195 () {34 vars in 994 bytes} [Thu Jun 25 23:36:03 2026] GET /v2.0/ports?device_id=1df20198-b49a-4df8-b9e4-3d7f76f20f4e => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/1105] 199.19.213.195 () {34 vars in 994 bytes} [Thu Jun 25 23:36:03 2026] GET /v2.0/ports?device_id=bae2aae5-c9e2-4a2a-af25-f49ea561d805 => generated 1277 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:36:03.809 7 INFO neutron_taas.services.taas.taas_plugin [req-08e65d2a-a9b6-4a1e-84f2-d313cdf5ec77 req-0fefa9a4-face-4feb-8a57-14d50066b14a 7649e8f3c83e498fb522aae73789d1b2 3586d355f74d40338e3b45fd1df8d8df - - default default] TaaS: Handle Delete Port: 5de236d8-08b4-4430-8d98-66482c0cae23 2026-06-25 23:36:03.812 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-08e65d2a-a9b6-4a1e-84f2-d313cdf5ec77 req-0fefa9a4-face-4feb-8a57-14d50066b14a 7649e8f3c83e498fb522aae73789d1b2 3586d355f74d40338e3b45fd1df8d8df - - default default] Tap Mirror: Handle Delete Port: 5de236d8-08b4-4430-8d98-66482c0cae23 [pid: 8|app: 0|req: 615/1106] 10.0.0.131 () {34 vars in 789 bytes} [Thu Jun 25 23:36:03 2026] PUT /v2.0/routers/01d1631c-6766-4ed8-a3a4-e472f70dae26/remove_router_interface => generated 309 bytes in 768 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: 616/1107] 199.19.213.195 () {34 vars in 1124 bytes} [Thu Jun 25 23:36:03 2026] GET /v2.0/security-groups?id=38c00132-f8ad-4a66-8758-07ad6f88f019&id=e2d6f2c6-7024-40fc-8807-d9f7df326798&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:36:03.946 7 INFO neutron.db.l3_db [req-08e65d2a-a9b6-4a1e-84f2-d313cdf5ec77 req-0fefa9a4-face-4feb-8a57-14d50066b14a 7649e8f3c83e498fb522aae73789d1b2 3586d355f74d40338e3b45fd1df8d8df - - default default] Floating IP af190104-a59d-42ab-ab74-c480bd6149a3 disassociated. External IP: 10.96.250.207, port: 5de236d8-08b4-4430-8d98-66482c0cae23. 2026-06-25 23:36:04.100 8 INFO neutron.api.v2.resource [None req-c4a14087-3680-4925-a22d-76da3e51aecc 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 617/1108] 10.0.0.131 () {34 vars in 789 bytes} [Thu Jun 25 23:36:03 2026] PUT /v2.0/routers/01d1631c-6766-4ed8-a3a4-e472f70dae26/remove_router_interface => generated 197 bytes in 165 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1109] 10.0.0.131 () {32 vars in 736 bytes} [Thu Jun 25 23:36:04 2026] GET /v2.0/ports?device_id=01d1631c-6766-4ed8-a3a4-e472f70dae26 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:36:04.339 8 INFO neutron_taas.services.taas.taas_plugin [None req-a160cd21-7227-4b32-a174-6af843f487b5 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] TaaS: Handle Delete Port: 4bcbd857-e6d7-487b-945a-6d66bf4c8c9f 2026-06-25 23:36:04.341 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a160cd21-7227-4b32-a174-6af843f487b5 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] Tap Mirror: Handle Delete Port: 4bcbd857-e6d7-487b-945a-6d66bf4c8c9f [pid: 7|app: 0|req: 492/1110] 199.19.213.195 () {36 vars in 997 bytes} [Thu Jun 25 23:36:03 2026] DELETE /v2.0/ports/5de236d8-08b4-4430-8d98-66482c0cae23 => generated 0 bytes in 713 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:36:04.509 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ee4159dc-43d5-4629-b66f-bb3a5223a153'] response: {'server_uuid': '1df20198-b49a-4df8-b9e4-3d7f76f20f4e', 'name': 'network-vif-deleted', 'tag': '5de236d8-08b4-4430-8d98-66482c0cae23', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 493/1111] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:36:04 2026] GET /v2.0/networks?id=3eff89e0-bd51-4ddd-9c0c-dac288d85845 => generated 673 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:36:04.765 8 INFO neutron.services.segments.plugin [-] Segment 44f6d4e9-7e50-4d7d-9fad-6812a381c84a resource provider aggregate not found 2026-06-25 23:36:04.769 8 INFO neutron.services.segments.plugin [-] Segment 44f6d4e9-7e50-4d7d-9fad-6812a381c84a resource provider aggregate not found 2026-06-25 23:36:04.785 8 INFO neutron.services.segments.plugin [-] Segment 44f6d4e9-7e50-4d7d-9fad-6812a381c84a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44f6d4e9-7e50-4d7d-9fad-6812a381c84a found for delete ", "request_id": "req-73540594-2c7a-4d99-84d9-31d0cfd0fbb5"}]} 2026-06-25 23:36:04.789 8 INFO neutron.db.l3_hamode_db [None req-a160cd21-7227-4b32-a174-6af843f487b5 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] HA network c80db43b-4b0c-459d-b99f-4ced6ad337bb was deleted as no HA routers are present in tenant 1b57a269bee1404d94d544dc085e17c6. 2026-06-25 23:36:04.796 8 INFO neutron.services.segments.plugin [-] Segment 44f6d4e9-7e50-4d7d-9fad-6812a381c84a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44f6d4e9-7e50-4d7d-9fad-6812a381c84a found for delete ", "request_id": "req-2f8aade5-cd3a-42ef-8b46-59bac4eeacf1"}]} [pid: 8|app: 0|req: 619/1112] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:36:04 2026] DELETE /v2.0/routers/01d1631c-6766-4ed8-a3a4-e472f70dae26 => generated 0 bytes in 674 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1113] 199.19.213.195 () {38 vars in 955 bytes} [Thu Jun 25 23:36:04 2026] POST /v2.0/ports => generated 954 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 620/1114] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:04 2026] GET /v2.0/ports?device_id=bae2aae5-c9e2-4a2a-af25-f49ea561d805 => generated 1010 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1115] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:04 2026] GET /v2.0/ports?device_id=3f6d1795-c59f-4d35-8fc2-a07f8bab7b3e => generated 957 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1116] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:36:04 2026] DELETE /v2.0/subnets/b19824a8-2279-4460-aa1c-0bca4f2f2341 => 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: 622/1117] 10.0.0.238 () {34 vars in 1120 bytes} [Thu Jun 25 23:36:05 2026] GET /v2.0/security-groups?id=e2d6f2c6-7024-40fc-8807-d9f7df326798&id=38c00132-f8ad-4a66-8758-07ad6f88f019&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1118] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:05 2026] GET /v2.0/security-groups?id=6246d1aa-3b62-485e-8c8b-e71fd39a24b5&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1119] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:36:05 2026] DELETE /v2.0/networks/ce38170c-1130-4789-b165-c4f24995eac6 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1120] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:05 2026] GET /v2.0/ports?device_id=1df20198-b49a-4df8-b9e4-3d7f76f20f4e => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:36:05.285 8 INFO neutron.db.segments_db [None req-a7400911-6600-449d-b184-4d82c3eddd24 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] Added segment 3daf86a4-7c95-4d61-bdd7-14e8805e9d48 of type vxlan for network c6b4ab94-15fe-4223-9fa6-1fb231d4b145 [pid: 7|app: 0|req: 496/1121] 199.19.213.195 () {38 vars in 1028 bytes} [Thu Jun 25 23:36:04 2026] PUT /v2.0/ports/8004592b-909a-43be-9e39-f223b0c3adc9 => generated 1235 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1122] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:36:05 2026] POST /v2.0/networks => generated 630 bytes in 124 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: 497/1123] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:36:05 2026] POST /v2.0/subnets => generated 626 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:36:05.732 8 INFO neutron.db.segments_db [None req-36019695-3caf-4fe9-9414-a830b6a44ac5 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] Added segment 77969e84-bf00-4ad7-8590-849029d98697 of type vxlan for network a5186796-4334-4715-888b-ec4b3daa8f03 2026-06-25 23:36:05.990 8 INFO neutron.db.l3_hamode_db [None req-36019695-3caf-4fe9-9414-a830b6a44ac5 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:36:06.121 8 INFO neutron.db.l3_hamode_db [None req-36019695-3caf-4fe9-9414-a830b6a44ac5 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 498/1124] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:06 2026] GET /v2.0/ports?device_id=bae2aae5-c9e2-4a2a-af25-f49ea561d805 => generated 1010 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1125] 10.0.0.238 () {34 vars in 1120 bytes} [Thu Jun 25 23:36:06 2026] GET /v2.0/security-groups?id=e2d6f2c6-7024-40fc-8807-d9f7df326798&id=38c00132-f8ad-4a66-8758-07ad6f88f019&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1126] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:06 2026] GET /v2.0/ports?device_id=3f6d1795-c59f-4d35-8fc2-a07f8bab7b3e => 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: 501/1127] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:06 2026] GET /v2.0/ports?device_id=1df20198-b49a-4df8-b9e4-3d7f76f20f4e => 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: 502/1128] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:36:06 2026] GET /v2.0/ports?tenant_id=d211878ffe974c879bd0c00e45e9dc1a&device_id=3f6d1795-c59f-4d35-8fc2-a07f8bab7b3e => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1129] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:06 2026] GET /v2.0/security-groups?id=6246d1aa-3b62-485e-8c8b-e71fd39a24b5&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: 504/1130] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:36:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=8004592b-909a-43be-9e39-f223b0c3adc9 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1131] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:36:06 2026] GET /v2.0/subnets?id=538b4596-df7d-4492-a59f-e6f73e9ba172 => generated 691 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:36:06.576 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-25446227-d391-46c4-9b06-a90e64bacb63'] response: {'name': 'network-changed', 'server_uuid': '3f6d1795-c59f-4d35-8fc2-a07f8bab7b3e', 'tag': '8004592b-909a-43be-9e39-f223b0c3adc9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 506/1132] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:36:06 2026] GET /v2.0/ports?network_id=3eff89e0-bd51-4ddd-9c0c-dac288d85845&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1133] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:36:06 2026] GET /v2.0/networks/3eff89e0-bd51-4ddd-9c0c-dac288d85845?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: 508/1134] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:36:06 2026] GET /v2.0/networks/3eff89e0-bd51-4ddd-9c0c-dac288d85845?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: 627/1135] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:36:05 2026] POST /v2.0/routers => generated 506 bytes in 1057 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:36:06.813 8 INFO neutron.services.segments.plugin [-] Segment 24bf0493-0a19-40f7-b9b7-ffcd687b4b3b resource provider aggregate not found 2026-06-25 23:36:06.814 8 INFO neutron.services.segments.plugin [-] Segment 24bf0493-0a19-40f7-b9b7-ffcd687b4b3b resource provider aggregate not found 2026-06-25 23:36:06.830 8 INFO neutron.services.segments.plugin [-] Segment 24bf0493-0a19-40f7-b9b7-ffcd687b4b3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24bf0493-0a19-40f7-b9b7-ffcd687b4b3b found for delete ", "request_id": "req-0fc6cf1a-3b4d-4276-9a6b-83e579f6c413"}]} 2026-06-25 23:36:06.857 8 INFO neutron.services.segments.plugin [-] Segment 24bf0493-0a19-40f7-b9b7-ffcd687b4b3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24bf0493-0a19-40f7-b9b7-ffcd687b4b3b found for delete ", "request_id": "req-1f981936-5ebb-42e3-b0e0-9898621ddc7a"}]} [pid: 8|app: 0|req: 628/1136] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:07 2026] GET /v2.0/ports?device_id=bae2aae5-c9e2-4a2a-af25-f49ea561d805 => generated 1010 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1137] 10.0.0.238 () {34 vars in 1120 bytes} [Thu Jun 25 23:36:07 2026] GET /v2.0/security-groups?id=e2d6f2c6-7024-40fc-8807-d9f7df326798&id=38c00132-f8ad-4a66-8758-07ad6f88f019&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1138] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:07 2026] GET /v2.0/ports?device_id=1df20198-b49a-4df8-b9e4-3d7f76f20f4e => 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: 631/1139] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:07 2026] GET /v2.0/ports?device_id=bae2aae5-c9e2-4a2a-af25-f49ea561d805 => generated 1010 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1140] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:07 2026] GET /v2.0/ports?device_id=3f6d1795-c59f-4d35-8fc2-a07f8bab7b3e => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1141] 10.0.0.131 () {34 vars in 783 bytes} [Thu Jun 25 23:36:06 2026] PUT /v2.0/routers/30629c30-6d8d-489b-9375-b80fd1854631/add_router_interface => generated 309 bytes in 1132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1142] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:07 2026] GET /v2.0/security-groups?id=6246d1aa-3b62-485e-8c8b-e71fd39a24b5&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1143] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:36:07 2026] GET /v2.0/ports?tenant_id=d211878ffe974c879bd0c00e45e9dc1a&device_id=3f6d1795-c59f-4d35-8fc2-a07f8bab7b3e => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:36:07.974 8 INFO neutron.db.l3_db [None req-50c844e1-c594-4375-aeb9-18e8dffc0f6d cc66a02443fd4681accf77b99ed984ea 3f21890ffb8d4d68b48f459a4fbea325 - - default default] Floating IP 3a1e1bce-ba8c-4ffe-ac67-972a6ccef08c associated. External IP: 10.96.250.220, port: 3868beb6-14be-4631-baf7-0fdae50755a0. [pid: 7|app: 0|req: 512/1144] 10.0.0.131 () {32 vars in 717 bytes} [Thu Jun 25 23:36:07 2026] GET /v2.0/ports/99afcfa4-c69f-4e65-8f37-ddb517a8536c => generated 955 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1145] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:36:07 2026] GET /v2.0/networks?id=3eff89e0-bd51-4ddd-9c0c-dac288d85845 => generated 769 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1146] 10.0.0.131 () {34 vars in 749 bytes} [Thu Jun 25 23:36:07 2026] PUT /v2.0/floatingips/3a1e1bce-ba8c-4ffe-ac67-972a6ccef08c => generated 855 bytes in 625 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1147] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:36:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=8004592b-909a-43be-9e39-f223b0c3adc9 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:36:08.296 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1fad519b-5e53-4a57-bfe1-1ec2a8992c30'] response: {'name': 'network-changed', 'server_uuid': 'bae2aae5-c9e2-4a2a-af25-f49ea561d805', 'tag': '3868beb6-14be-4631-baf7-0fdae50755a0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 635/1148] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:36:08 2026] GET /v2.0/subnets?id=538b4596-df7d-4492-a59f-e6f73e9ba172 => generated 691 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1149] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:36:08 2026] GET /v2.0/ports?network_id=3eff89e0-bd51-4ddd-9c0c-dac288d85845&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:36:08.367 7 INFO neutron_taas.services.taas.taas_plugin [None req-f30d9764-3941-4ba9-81fb-b448d5350dd0 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] TaaS: Handle Delete Port: 99afcfa4-c69f-4e65-8f37-ddb517a8536c 2026-06-25 23:36:08.370 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f30d9764-3941-4ba9-81fb-b448d5350dd0 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] Tap Mirror: Handle Delete Port: 99afcfa4-c69f-4e65-8f37-ddb517a8536c [pid: 8|app: 0|req: 637/1150] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:36:08 2026] GET /v2.0/networks/3eff89e0-bd51-4ddd-9c0c-dac288d85845?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1151] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:36:08 2026] GET /v2.0/networks/3eff89e0-bd51-4ddd-9c0c-dac288d85845?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: 639/1152] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:36:08 2026] DELETE /v2.0/security-groups/9f91db6e-3aa0-4b56-b2f6-e0036c0d163a => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:36:08.683 8 INFO neutron.api.v2.resource [None req-5f14d558-1421-41b0-a7f3-98bee7945408 7649e8f3c83e498fb522aae73789d1b2 3586d355f74d40338e3b45fd1df8d8df - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 640/1153] 10.0.0.131 () {32 vars in 737 bytes} [Thu Jun 25 23:36:08 2026] GET /v2.0/security-groups/9f91db6e-3aa0-4b56-b2f6-e0036c0d163a => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:36:08.780 8 INFO neutron_taas.services.taas.taas_plugin [None req-a39d8fec-773d-443e-b50c-95f583e454e0 7649e8f3c83e498fb522aae73789d1b2 3586d355f74d40338e3b45fd1df8d8df - - default default] TaaS: Handle Delete Port: 39f55360-4aca-425d-9214-1f5a9530eb38 2026-06-25 23:36:08.783 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a39d8fec-773d-443e-b50c-95f583e454e0 7649e8f3c83e498fb522aae73789d1b2 3586d355f74d40338e3b45fd1df8d8df - - default default] Tap Mirror: Handle Delete Port: 39f55360-4aca-425d-9214-1f5a9530eb38 [pid: 7|app: 0|req: 514/1154] 10.0.0.131 () {34 vars in 789 bytes} [Thu Jun 25 23:36:08 2026] PUT /v2.0/routers/30629c30-6d8d-489b-9375-b80fd1854631/remove_router_interface => generated 309 bytes in 799 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1155] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:36:08 2026] GET /v2.0/ports?tenant_id=3f21890ffb8d4d68b48f459a4fbea325&device_id=bae2aae5-c9e2-4a2a-af25-f49ea561d805 => generated 1279 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1156] 10.0.0.131 () {32 vars in 736 bytes} [Thu Jun 25 23:36:08 2026] GET /v2.0/ports?device_id=30629c30-6d8d-489b-9375-b80fd1854631 => generated 12 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1157] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:36:08 2026] GET /v2.0/networks?id=b61da776-1832-46fa-9e47-3feb4a935a8d => generated 769 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1158] 10.0.0.131 () {32 vars in 732 bytes} [Thu Jun 25 23:36:08 2026] DELETE /v2.0/floatingips/af190104-a59d-42ab-ab74-c480bd6149a3 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1159] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:36:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=3868beb6-14be-4631-baf7-0fdae50755a0 => generated 858 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:36:09.060 7 INFO neutron_taas.services.taas.taas_plugin [None req-a8c138fb-9d5b-41f6-bf38-eabfff8bbb23 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] TaaS: Handle Delete Port: a109484a-91ca-4c76-a3a0-871d8856fdf8 2026-06-25 23:36:09.063 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8c138fb-9d5b-41f6-bf38-eabfff8bbb23 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] Tap Mirror: Handle Delete Port: a109484a-91ca-4c76-a3a0-871d8856fdf8 [pid: 8|app: 0|req: 643/1160] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:09 2026] GET /v2.0/ports?device_id=3f6d1795-c59f-4d35-8fc2-a07f8bab7b3e => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1161] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:36:09 2026] GET /v2.0/subnets?id=a2b43731-65dd-4366-a9ea-4e5181d851a5 => generated 691 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:36:09.447 7 INFO neutron.services.segments.plugin [-] Segment 77969e84-bf00-4ad7-8590-849029d98697 resource provider aggregate not found 2026-06-25 23:36:09.456 7 INFO neutron.services.segments.plugin [-] Segment 77969e84-bf00-4ad7-8590-849029d98697 resource provider aggregate not found 2026-06-25 23:36:09.462 7 INFO neutron.services.segments.plugin [-] Segment 77969e84-bf00-4ad7-8590-849029d98697 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77969e84-bf00-4ad7-8590-849029d98697 found for delete ", "request_id": "req-36d29187-6ac7-4edb-b40e-a637adf5087a"}]} 2026-06-25 23:36:09.474 7 INFO neutron.services.segments.plugin [-] Segment 77969e84-bf00-4ad7-8590-849029d98697 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77969e84-bf00-4ad7-8590-849029d98697 found for delete ", "request_id": "req-6ff7741f-5dab-4058-9e4b-101fbcfd4d7d"}]} 2026-06-25 23:36:09.486 7 INFO neutron.db.l3_hamode_db [None req-a8c138fb-9d5b-41f6-bf38-eabfff8bbb23 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] HA network a5186796-4334-4715-888b-ec4b3daa8f03 was deleted as no HA routers are present in tenant 1b57a269bee1404d94d544dc085e17c6. [pid: 7|app: 0|req: 518/1162] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:36:08 2026] DELETE /v2.0/routers/30629c30-6d8d-489b-9375-b80fd1854631 => generated 0 bytes in 603 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:36:09.505 8 INFO neutron_taas.services.taas.taas_plugin [None req-a8d0f5b2-61fe-46b2-b7fd-9695624b1a11 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: 3acc89ff-62aa-49af-b408-7d001427eb50 2026-06-25 23:36:09.508 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8d0f5b2-61fe-46b2-b7fd-9695624b1a11 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: 3acc89ff-62aa-49af-b408-7d001427eb50 [pid: 7|app: 0|req: 519/1163] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:09 2026] GET /v2.0/security-groups?id=6246d1aa-3b62-485e-8c8b-e71fd39a24b5&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: 520/1164] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:36:09 2026] GET /v2.0/ports?network_id=b61da776-1832-46fa-9e47-3feb4a935a8d&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1165] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:36:09 2026] DELETE /v2.0/subnets/0bbf0f30-c0b2-4162-9a7b-73842fc6e606 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1166] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:36:09 2026] GET /v2.0/networks/b61da776-1832-46fa-9e47-3feb4a935a8d?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1167] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:36:09 2026] DELETE /v2.0/networks/c6b4ab94-15fe-4223-9fa6-1fb231d4b145 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1168] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:36:09 2026] GET /v2.0/networks/b61da776-1832-46fa-9e47-3feb4a935a8d?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-25 23:36:09.921 7 INFO neutron.db.segments_db [None req-531e6e79-bd10-431b-b5c0-d39874a76687 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] Added segment d8594785-d646-4396-811e-07f60f94d5a0 of type vxlan for network 909ce2ef-fd87-4b35-9496-bf9807fba535 [pid: 8|app: 0|req: 645/1169] 10.0.0.131 () {34 vars in 789 bytes} [Thu Jun 25 23:36:09 2026] PUT /v2.0/routers/ad5394d0-4a0d-4cd7-9697-4206c2493885/remove_router_interface => generated 309 bytes in 991 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:36:10.204 7 INFO neutron.db.l3_hamode_db [None req-531e6e79-bd10-431b-b5c0-d39874a76687 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:36:10.325 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad90e5fb-f0da-464d-99ad-46b2ef5a0e3e 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: e0551710-f5e8-4230-8045-6ab92caa188d 2026-06-25 23:36:10.329 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad90e5fb-f0da-464d-99ad-46b2ef5a0e3e 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: e0551710-f5e8-4230-8045-6ab92caa188d 2026-06-25 23:36:10.645 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad90e5fb-f0da-464d-99ad-46b2ef5a0e3e 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: 7e4388fc-8960-477b-8dc5-67e839735aad 2026-06-25 23:36:10.648 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad90e5fb-f0da-464d-99ad-46b2ef5a0e3e 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: 7e4388fc-8960-477b-8dc5-67e839735aad 2026-06-25 23:36:10.991 8 INFO neutron.services.segments.plugin [-] Segment 14ab2239-f350-4529-968d-e8067718c2ab resource provider aggregate not found 2026-06-25 23:36:11.003 8 INFO neutron.services.segments.plugin [-] Segment 14ab2239-f350-4529-968d-e8067718c2ab resource provider aggregate not found 2026-06-25 23:36:11.011 8 INFO neutron.services.segments.plugin [-] Segment 14ab2239-f350-4529-968d-e8067718c2ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14ab2239-f350-4529-968d-e8067718c2ab found for delete ", "request_id": "req-ab702434-4d1c-4426-8395-85e3fc179506"}]} 2026-06-25 23:36:11.018 8 INFO neutron.services.segments.plugin [-] Segment 14ab2239-f350-4529-968d-e8067718c2ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14ab2239-f350-4529-968d-e8067718c2ab found for delete ", "request_id": "req-9734be3d-8f43-4a67-91b6-1f65387d8d37"}]} 2026-06-25 23:36:11.022 8 INFO neutron.db.l3_hamode_db [None req-ad90e5fb-f0da-464d-99ad-46b2ef5a0e3e 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] HA network dc6fdb25-0bff-4371-81fd-8212c89ac574 was deleted as no HA routers are present in tenant 3586d355f74d40338e3b45fd1df8d8df. 2026-06-25 23:36:11.026 7 INFO neutron.db.l3_hamode_db [None req-531e6e79-bd10-431b-b5c0-d39874a76687 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 648/1172] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:36:10 2026] DELETE /v2.0/routers/ad5394d0-4a0d-4cd7-9697-4206c2493885 => generated 0 bytes in 934 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1173] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:11 2026] GET /v2.0/ports?device_id=3f6d1795-c59f-4d35-8fc2-a07f8bab7b3e => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1174] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:36:11 2026] DELETE /v2.0/subnets/6e9a31cc-ff40-4edf-ad17-42966ab8695a => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1175] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:11 2026] GET /v2.0/security-groups?id=6246d1aa-3b62-485e-8c8b-e71fd39a24b5&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:36:11.448 8 INFO neutron_taas.services.taas.taas_plugin [None req-72c4439a-580f-4312-a5da-18bb7dd6270b 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: a781e62a-3080-4e94-8717-9438cf1f9be5 2026-06-25 23:36:11.451 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72c4439a-580f-4312-a5da-18bb7dd6270b 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: a781e62a-3080-4e94-8717-9438cf1f9be5 2026-06-25 23:36:11.479 7 INFO neutron.services.segments.plugin [-] Segment 3daf86a4-7c95-4d61-bdd7-14e8805e9d48 resource provider aggregate not found 2026-06-25 23:36:11.496 7 INFO neutron.services.segments.plugin [-] Segment 3daf86a4-7c95-4d61-bdd7-14e8805e9d48 resource provider aggregate not found 2026-06-25 23:36:11.502 7 INFO neutron.services.segments.plugin [-] Segment 3daf86a4-7c95-4d61-bdd7-14e8805e9d48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3daf86a4-7c95-4d61-bdd7-14e8805e9d48 found for delete ", "request_id": "req-ff01c184-4d1f-4acb-ae32-508c9e82c316"}]} 2026-06-25 23:36:11.515 7 INFO neutron.services.segments.plugin [-] Segment 3daf86a4-7c95-4d61-bdd7-14e8805e9d48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3daf86a4-7c95-4d61-bdd7-14e8805e9d48 found for delete ", "request_id": "req-0b5c15b2-7286-4579-851c-53cb8b169445"}]} [pid: 8|app: 0|req: 652/1176] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:36:11 2026] DELETE /v2.0/networks/d37b56f5-7a3b-4356-b944-abd59eb843e4 => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1177] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:36:11 2026] GET /v2.0/security-groups?tenant_id=3586d355f74d40338e3b45fd1df8d8df&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1178] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:36:11 2026] DELETE /v2.0/security-groups/9df442dc-8b08-4210-8550-814be99ae483 => 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: 525/1179] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:36:09 2026] POST /v2.0/routers => generated 688 bytes in 2197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1180] 10.0.0.131 () {32 vars in 721 bytes} [Thu Jun 25 23:36:12 2026] GET /v2.0/routers/89fb76ad-88f4-475d-99fc-ba25f23ca4ee => generated 694 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1181] 10.0.0.131 () {32 vars in 647 bytes} [Thu Jun 25 23:36:12 2026] GET /v2.0/routers => generated 697 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1182] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:12 2026] GET /v2.0/ports?device_id=3f6d1795-c59f-4d35-8fc2-a07f8bab7b3e => 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: 528/1183] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:12 2026] GET /v2.0/security-groups?id=6246d1aa-3b62-485e-8c8b-e71fd39a24b5&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1184] 10.0.0.131 () {34 vars in 741 bytes} [Thu Jun 25 23:36:12 2026] PUT /v2.0/routers/89fb76ad-88f4-475d-99fc-ba25f23ca4ee => generated 701 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1185] 10.0.0.131 () {32 vars in 721 bytes} [Thu Jun 25 23:36:12 2026] GET /v2.0/routers/89fb76ad-88f4-475d-99fc-ba25f23ca4ee => generated 701 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1186] 10.0.0.131 () {32 vars in 736 bytes} [Thu Jun 25 23:36:12 2026] GET /v2.0/ports?device_id=89fb76ad-88f4-475d-99fc-ba25f23ca4ee => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:36:12.967 7 INFO neutron_taas.services.taas.taas_plugin [None req-40051b4a-cf8d-403b-9878-3025cc8a1a8a 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] TaaS: Handle Delete Port: c7fe6b15-d091-4d3b-b16d-dbb8c6004cff 2026-06-25 23:36:12.976 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40051b4a-cf8d-403b-9878-3025cc8a1a8a 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] Tap Mirror: Handle Delete Port: c7fe6b15-d091-4d3b-b16d-dbb8c6004cff 2026-06-25 23:36:13.033 8 INFO neutron.services.segments.plugin [-] Segment ec70adbb-dedc-49ec-8c77-81a0d979febe resource provider aggregate not found 2026-06-25 23:36:13.034 8 INFO neutron.services.segments.plugin [-] Segment ec70adbb-dedc-49ec-8c77-81a0d979febe resource provider aggregate not found 2026-06-25 23:36:13.049 8 INFO neutron.services.segments.plugin [-] Segment ec70adbb-dedc-49ec-8c77-81a0d979febe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec70adbb-dedc-49ec-8c77-81a0d979febe found for delete ", "request_id": "req-a918d529-605e-40a5-98c9-de14f129e68d"}]} 2026-06-25 23:36:13.052 8 INFO neutron.services.segments.plugin [-] Segment ec70adbb-dedc-49ec-8c77-81a0d979febe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec70adbb-dedc-49ec-8c77-81a0d979febe found for delete ", "request_id": "req-48d9d333-eccc-4d69-abd3-c8ea2fe14b08"}]} 2026-06-25 23:36:13.241 7 INFO neutron_taas.services.taas.taas_plugin [None req-40051b4a-cf8d-403b-9878-3025cc8a1a8a 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] TaaS: Handle Delete Port: 78559ae8-ffaf-404d-a5f2-bfbf01a41a15 2026-06-25 23:36:13.244 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40051b4a-cf8d-403b-9878-3025cc8a1a8a 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] Tap Mirror: Handle Delete Port: 78559ae8-ffaf-404d-a5f2-bfbf01a41a15 2026-06-25 23:36:13.632 7 INFO neutron.services.segments.plugin [-] Segment d8594785-d646-4396-811e-07f60f94d5a0 resource provider aggregate not found 2026-06-25 23:36:13.640 7 INFO neutron.services.segments.plugin [-] Segment d8594785-d646-4396-811e-07f60f94d5a0 resource provider aggregate not found 2026-06-25 23:36:13.655 7 INFO neutron.services.segments.plugin [-] Segment d8594785-d646-4396-811e-07f60f94d5a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8594785-d646-4396-811e-07f60f94d5a0 found for delete ", "request_id": "req-e021de06-a3b4-469e-9973-6dde07912739"}]} 2026-06-25 23:36:13.661 7 INFO neutron.services.segments.plugin [-] Segment d8594785-d646-4396-811e-07f60f94d5a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8594785-d646-4396-811e-07f60f94d5a0 found for delete ", "request_id": "req-ee43e596-16f7-4932-937c-ef79d7b7bdab"}]} 2026-06-25 23:36:13.669 7 INFO neutron.db.l3_hamode_db [None req-40051b4a-cf8d-403b-9878-3025cc8a1a8a 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] HA network 909ce2ef-fd87-4b35-9496-bf9807fba535 was deleted as no HA routers are present in tenant 1b57a269bee1404d94d544dc085e17c6. [pid: 7|app: 0|req: 530/1187] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:36:12 2026] DELETE /v2.0/routers/89fb76ad-88f4-475d-99fc-ba25f23ca4ee => generated 0 bytes in 924 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1188] 10.0.0.131 () {32 vars in 736 bytes} [Thu Jun 25 23:36:13 2026] GET /v2.0/ports?device_id=89fb76ad-88f4-475d-99fc-ba25f23ca4ee => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:36:13.728 7 INFO neutron.api.v2.resource [None req-0f188274-ad8f-4e59-84ae-1be710bd8322 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 531/1189] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:36:13 2026] DELETE /v2.0/routers/89fb76ad-88f4-475d-99fc-ba25f23ca4ee => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1190] 10.0.0.131 () {32 vars in 736 bytes} [Thu Jun 25 23:36:13 2026] GET /v2.0/ports?device_id=30629c30-6d8d-489b-9375-b80fd1854631 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:36:13.781 7 INFO neutron.api.v2.resource [None req-cae8edec-86c4-48fe-990f-af450307d748 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 532/1191] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:36:13 2026] DELETE /v2.0/routers/30629c30-6d8d-489b-9375-b80fd1854631 => generated 135 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:36:13.798 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3d33a6d3-bb0d-45a0-9ea4-ae6e49b2c55e 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 660/1192] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:36:13 2026] DELETE /v2.0/subnets/0bbf0f30-c0b2-4162-9a7b-73842fc6e606 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1193] 10.0.0.131 () {32 vars in 736 bytes} [Thu Jun 25 23:36:13 2026] GET /v2.0/ports?device_id=01d1631c-6766-4ed8-a3a4-e472f70dae26 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:36:13.855 8 INFO neutron.api.v2.resource [None req-2af73fc3-0b01-4be5-bda1-1d04d0f63937 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 661/1194] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:36:13 2026] DELETE /v2.0/routers/01d1631c-6766-4ed8-a3a4-e472f70dae26 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:36:13.873 8 INFO neutron.pecan_wsgi.hooks.translation [None req-389cebe9-43d7-4a54-864a-ea330d37121e 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 662/1195] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:36:13 2026] DELETE /v2.0/subnets/b19824a8-2279-4460-aa1c-0bca4f2f2341 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1196] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:13 2026] GET /v2.0/ports?device_id=3f6d1795-c59f-4d35-8fc2-a07f8bab7b3e => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1197] 10.0.0.131 () {32 vars in 736 bytes} [Thu Jun 25 23:36:13 2026] GET /v2.0/ports?device_id=75c9919e-94d9-4efc-b53c-d7aca3116b24 => 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: 665/1198] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:13 2026] GET /v2.0/security-groups?id=6246d1aa-3b62-485e-8c8b-e71fd39a24b5&fields=id&fields=name => generated 88 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:36:14.047 8 INFO neutron.api.v2.resource [None req-19e31aac-8a66-4dfd-8813-09ad98bafbf1 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 666/1199] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:36:14 2026] DELETE /v2.0/routers/75c9919e-94d9-4efc-b53c-d7aca3116b24 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:36:14.067 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8e54ff12-45f1-4882-a3ae-aef9c24a13c5 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 667/1200] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:36:14 2026] DELETE /v2.0/subnets/dceb3929-73d7-4cdd-a87b-3321f02e6ec3 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:36:14.091 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4abca112-cbd5-4466-93cd-e7b70d8f1ac9 2ca19b106a8244b19848893943f556ba 1b57a269bee1404d94d544dc085e17c6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 668/1201] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:36:14 2026] DELETE /v2.0/subnets/4450eac7-832e-43ae-9855-897804663df2 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:36:14.143 7 INFO neutron.db.segments_db [None req-77b1d8d9-0198-4231-882d-d8c0e4b1539a 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Added segment 98bc897c-0bc5-4a20-a8f6-dcf51dc4e56c of type vxlan for network 5a4939ab-23fd-4c24-aca0-3eaa9e7c0826 [pid: 7|app: 0|req: 534/1202] 10.0.0.131 () {34 vars in 671 bytes} [Thu Jun 25 23:36:13 2026] POST /v2.0/networks => generated 748 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1203] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:36:14 2026] POST /v2.0/subnets => generated 695 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:36:14.445 7 INFO neutron.db.segments_db [None req-5b666b54-d261-4852-9130-82a00da825c4 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Added segment 27138c51-7cf7-482d-8251-41b693a3046a of type vxlan for network f9c96bc2-2751-4e09-9061-f2cee29f5d38 2026-06-25 23:36:14.750 7 INFO neutron.db.l3_hamode_db [None req-5b666b54-d261-4852-9130-82a00da825c4 2eee7cff3dc044498d68da4fcf568f12 6759f532043e44b0b264651a26c84e81 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 670/1204] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:36:14 2026] GET /v2.0/security-groups?tenant_id=1b57a269bee1404d94d544dc085e17c6&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1205] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:36:14 2026] DELETE /v2.0/security-groups/67d34555-522e-491a-8ab4-617c876f621f => 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: 672/1206] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:15 2026] GET /v2.0/ports?device_id=3f6d1795-c59f-4d35-8fc2-a07f8bab7b3e => 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: 673/1207] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:15 2026] GET /v2.0/security-groups?id=6246d1aa-3b62-485e-8c8b-e71fd39a24b5&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-25 23:36:15.489 7 INFO neutron.db.l3_hamode_db [None req-5b666b54-d261-4852-9130-82a00da825c4 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 674/1208] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:16 2026] GET /v2.0/ports?device_id=3f6d1795-c59f-4d35-8fc2-a07f8bab7b3e => 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: 675/1209] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:16 2026] GET /v2.0/security-groups?id=6246d1aa-3b62-485e-8c8b-e71fd39a24b5&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1210] 199.19.213.195 () {34 vars in 994 bytes} [Thu Jun 25 23:36:16 2026] GET /v2.0/ports?device_id=3f6d1795-c59f-4d35-8fc2-a07f8bab7b3e => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1211] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:36:14 2026] POST /v2.0/routers => generated 735 bytes in 1984 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:36:16.494 8 INFO neutron_taas.services.taas.taas_plugin [req-99f75555-32a8-4a34-8c3b-22756c8d9b8f req-30036a33-05d2-4dd5-8dc9-032ff9ed8d6e 7fccaa7a175b4afc869547498a3c5250 d211878ffe974c879bd0c00e45e9dc1a - - default default] TaaS: Handle Delete Port: 8004592b-909a-43be-9e39-f223b0c3adc9 2026-06-25 23:36:16.498 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-99f75555-32a8-4a34-8c3b-22756c8d9b8f req-30036a33-05d2-4dd5-8dc9-032ff9ed8d6e 7fccaa7a175b4afc869547498a3c5250 d211878ffe974c879bd0c00e45e9dc1a - - default default] Tap Mirror: Handle Delete Port: 8004592b-909a-43be-9e39-f223b0c3adc9 [pid: 8|app: 0|req: 677/1212] 199.19.213.195 () {36 vars in 997 bytes} [Thu Jun 25 23:36:16 2026] DELETE /v2.0/ports/8004592b-909a-43be-9e39-f223b0c3adc9 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:36:16.668 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-19706eac-89b6-4cc5-9162-f6809198d221'] response: {'server_uuid': '3f6d1795-c59f-4d35-8fc2-a07f8bab7b3e', 'name': 'network-vif-deleted', 'tag': '8004592b-909a-43be-9e39-f223b0c3adc9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 678/1213] 10.0.0.131 () {34 vars in 684 bytes} [Thu Jun 25 23:36:16 2026] POST /v2.0/security-groups => generated 1625 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1214] 10.0.0.131 () {32 vars in 663 bytes} [Thu Jun 25 23:36:16 2026] GET /v2.0/security-groups => generated 4530 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1215] 10.0.0.131 () {34 vars in 758 bytes} [Thu Jun 25 23:36:17 2026] PUT /v2.0/security-groups/77a06f07-6b83-4e21-bad8-f4a7b0ca4c7c => generated 1663 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1216] 10.0.0.131 () {32 vars in 737 bytes} [Thu Jun 25 23:36:17 2026] GET /v2.0/security-groups/77a06f07-6b83-4e21-bad8-f4a7b0ca4c7c => generated 1663 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1217] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:36:17 2026] DELETE /v2.0/security-groups/77a06f07-6b83-4e21-bad8-f4a7b0ca4c7c => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1218] 10.0.0.131 () {32 vars in 663 bytes} [Thu Jun 25 23:36:17 2026] GET /v2.0/security-groups => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1219] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:17 2026] GET /v2.0/ports?device_id=bae2aae5-c9e2-4a2a-af25-f49ea561d805 => generated 1010 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:36:17.344 8 INFO neutron.api.v2.resource [None req-42e69698-6574-4f1f-9ed3-536ef502b5ff 60fd6adfae8c4cabb288821821611605 8853bfbe8f814f3e90273e1b1e33e580 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 685/1220] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:36:17 2026] DELETE /v2.0/security-groups/77a06f07-6b83-4e21-bad8-f4a7b0ca4c7c => 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: 686/1221] 10.0.0.238 () {34 vars in 1120 bytes} [Thu Jun 25 23:36:17 2026] GET /v2.0/security-groups?id=e2d6f2c6-7024-40fc-8807-d9f7df326798&id=38c00132-f8ad-4a66-8758-07ad6f88f019&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: 8|app: 0|req: 687/1222] 10.0.0.131 () {34 vars in 684 bytes} [Thu Jun 25 23:36:17 2026] POST /v2.0/security-groups => generated 1625 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1223] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:17 2026] GET /v2.0/ports?device_id=3f6d1795-c59f-4d35-8fc2-a07f8bab7b3e => 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: 536/1224] 10.0.0.131 () {34 vars in 783 bytes} [Thu Jun 25 23:36:16 2026] PUT /v2.0/routers/08e3db63-434d-4cf6-a8fd-650180e4f200/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: 689/1225] 10.0.0.131 () {32 vars in 736 bytes} [Thu Jun 25 23:36:17 2026] GET /v2.0/ports?device_id=bae2aae5-c9e2-4a2a-af25-f49ea561d805 => generated 1279 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1226] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:36:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1227] 10.0.0.131 () {32 vars in 858 bytes} [Thu Jun 25 23:36:17 2026] GET /v2.0/floatingips?floating_network_id=4edd636b-cf08-4704-9242-bd4937f90d78&port_id=3868beb6-14be-4631-baf7-0fdae50755a0 => generated 860 bytes in 65 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.131 () {32 vars in 747 bytes} [Thu Jun 25 23:36:17 2026] GET /v2.0/security-group-rules/499c3480-9865-430a-b81a-6f6a4139d20e => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1229] 10.0.0.131 () {32 vars in 673 bytes} [Thu Jun 25 23:36:17 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1230] 10.0.0.131 () {32 vars in 750 bytes} [Thu Jun 25 23:36:17 2026] DELETE /v2.0/security-group-rules/499c3480-9865-430a-b81a-6f6a4139d20e => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1231] 10.0.0.131 () {32 vars in 673 bytes} [Thu Jun 25 23:36:17 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1232] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:36:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1233] 10.0.0.131 () {32 vars in 747 bytes} [Thu Jun 25 23:36:18 2026] GET /v2.0/security-group-rules/55cfb625-a6c1-4613-a2a0-d3b911c6e503 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1234] 10.0.0.131 () {32 vars in 673 bytes} [Thu Jun 25 23:36:18 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1235] 10.0.0.131 () {34 vars in 685 bytes} [Thu Jun 25 23:36:18 2026] POST /v2.0/security-groups => generated 1660 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1236] 10.0.0.131 () {32 vars in 750 bytes} [Thu Jun 25 23:36:18 2026] DELETE /v2.0/security-group-rules/55cfb625-a6c1-4613-a2a0-d3b911c6e503 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1237] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:36:18 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: 543/1238] 10.0.0.131 () {32 vars in 673 bytes} [Thu Jun 25 23:36:18 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1239] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:36:18 2026] POST /v2.0/security-group-rules => generated 602 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1240] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:36:18 2026] POST /v2.0/security-group-rules => generated 602 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1241] 10.0.0.131 () {32 vars in 747 bytes} [Thu Jun 25 23:36:18 2026] GET /v2.0/security-group-rules/0b83113a-ac9e-4e39-b86d-a63263d943ec => generated 602 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1242] 10.0.0.131 () {32 vars in 673 bytes} [Thu Jun 25 23:36:18 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1243] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:18 2026] GET /v2.0/ports?device_id=3f6d1795-c59f-4d35-8fc2-a07f8bab7b3e => 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: 548/1244] 10.0.0.131 () {32 vars in 750 bytes} [Thu Jun 25 23:36:18 2026] DELETE /v2.0/security-group-rules/0b83113a-ac9e-4e39-b86d-a63263d943ec => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1245] 10.0.0.131 () {32 vars in 673 bytes} [Thu Jun 25 23:36:18 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1246] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:36:18 2026] DELETE /v2.0/security-groups/f19e9c88-3968-45e0-82c5-35e5df4fdf7f => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1247] 10.0.0.131 () {32 vars in 663 bytes} [Thu Jun 25 23:36:18 2026] GET /v2.0/security-groups => generated 2925 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1248] 10.0.0.131 () {32 vars in 663 bytes} [Thu Jun 25 23:36:18 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1249] 10.0.0.131 () {34 vars in 676 bytes} [Thu Jun 25 23:36:18 2026] POST /v2.0/floatingips => generated 552 bytes in 534 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1250] 10.0.0.137 () {34 vars in 990 bytes} [Thu Jun 25 23:36:19 2026] GET /v2.0/ports?device_id=bae2aae5-c9e2-4a2a-af25-f49ea561d805 => generated 1279 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1251] 10.0.0.137 () {34 vars in 1120 bytes} [Thu Jun 25 23:36:19 2026] GET /v2.0/security-groups?id=38c00132-f8ad-4a66-8758-07ad6f88f019&id=e2d6f2c6-7024-40fc-8807-d9f7df326798&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1252] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:36:19 2026] GET /v2.0/security-groups?tenant_id=8853bfbe8f814f3e90273e1b1e33e580&name=default => generated 2925 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1253] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:36:19 2026] DELETE /v2.0/security-groups/eb71c98c-3e52-41b7-aca3-915854d6fe7e => 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: 555/1254] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:19 2026] GET /v2.0/ports?device_id=3f6d1795-c59f-4d35-8fc2-a07f8bab7b3e => 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: 556/1255] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:21 2026] GET /v2.0/ports?device_id=bae2aae5-c9e2-4a2a-af25-f49ea561d805 => generated 1010 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1256] 10.0.0.238 () {34 vars in 1120 bytes} [Thu Jun 25 23:36:22 2026] GET /v2.0/security-groups?id=e2d6f2c6-7024-40fc-8807-d9f7df326798&id=38c00132-f8ad-4a66-8758-07ad6f88f019&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-25 23:36:22.313 8 INFO neutron_taas.services.taas.taas_plugin [None req-46f6da2c-803e-4046-a7a4-914dca01cece 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: 476ed5d2-b389-4ff7-a551-70d0ca4eea2f 2026-06-25 23:36:22.320 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46f6da2c-803e-4046-a7a4-914dca01cece 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: 476ed5d2-b389-4ff7-a551-70d0ca4eea2f [pid: 7|app: 0|req: 558/1257] 10.0.0.238 () {34 vars in 1100 bytes} [Thu Jun 25 23:36:22 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1543715945&fields=id&tenant_id=6759f532043e44b0b264651a26c84e81 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1258] 10.0.0.238 () {34 vars in 982 bytes} [Thu Jun 25 23:36:22 2026] GET /v2.0/networks?id=5a4939ab-23fd-4c24-aca0-3eaa9e7c0826 => generated 680 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1259] 10.0.0.238 () {34 vars in 965 bytes} [Thu Jun 25 23:36:22 2026] GET /v2.0/quotas/6759f532043e44b0b264651a26c84e81 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1260] 10.0.0.238 () {34 vars in 1002 bytes} [Thu Jun 25 23:36:22 2026] GET /v2.0/ports?tenant_id=6759f532043e44b0b264651a26c84e81&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: 700/1261] 10.0.0.131 () {34 vars in 789 bytes} [Thu Jun 25 23:36:21 2026] PUT /v2.0/routers/dc998777-d3ca-4b06-b62c-0f583859f089/remove_router_interface => generated 309 bytes in 911 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1262] 10.0.0.238 () {34 vars in 1008 bytes} [Thu Jun 25 23:36:22 2026] GET /v2.0/networks/5a4939ab-23fd-4c24-aca0-3eaa9e7c0826?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1263] 10.0.0.238 () {34 vars in 1108 bytes} [Thu Jun 25 23:36:22 2026] GET /v2.0/networks/5a4939ab-23fd-4c24-aca0-3eaa9e7c0826?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: 564/1264] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:36:22 2026] GET /v2.0/security-groups?tenant_id=7f197c283fb84fe48af6e6aafdd49415&name=default => generated 2925 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1265] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:23 2026] GET /v2.0/ports?device_id=bae2aae5-c9e2-4a2a-af25-f49ea561d805 => generated 1010 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1266] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:23 2026] GET /v2.0/ports?device_id=a1445f07-54fb-4555-a93e-0d2868679237 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:36:23.404 8 INFO neutron_taas.services.taas.taas_plugin [None req-36ed133d-3ad3-4586-bc61-fde1d093140f 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: c475edfb-c40e-42be-bbe2-7301335f6c8a 2026-06-25 23:36:23.411 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36ed133d-3ad3-4586-bc61-fde1d093140f 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: c475edfb-c40e-42be-bbe2-7301335f6c8a [pid: 7|app: 0|req: 567/1267] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:36:23 2026] DELETE /v2.0/security-groups/10385d7e-b33e-4998-bdc1-ec9ca8743ca9 => 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: 568/1268] 10.0.0.238 () {34 vars in 1120 bytes} [Thu Jun 25 23:36:23 2026] GET /v2.0/security-groups?id=e2d6f2c6-7024-40fc-8807-d9f7df326798&id=38c00132-f8ad-4a66-8758-07ad6f88f019&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:36:23.648 8 INFO neutron_taas.services.taas.taas_plugin [None req-36ed133d-3ad3-4586-bc61-fde1d093140f 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: f92cf708-5382-4486-b09d-2edb4e97cc83 2026-06-25 23:36:23.650 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36ed133d-3ad3-4586-bc61-fde1d093140f 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: f92cf708-5382-4486-b09d-2edb4e97cc83 2026-06-25 23:36:24.033 8 INFO neutron.services.segments.plugin [-] Segment 0cf6f4de-82a6-4b0b-a227-b46d77a7139c resource provider aggregate not found 2026-06-25 23:36:24.037 8 INFO neutron.services.segments.plugin [-] Segment 0cf6f4de-82a6-4b0b-a227-b46d77a7139c resource provider aggregate not found 2026-06-25 23:36:24.057 8 INFO neutron.services.segments.plugin [-] Segment 0cf6f4de-82a6-4b0b-a227-b46d77a7139c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0cf6f4de-82a6-4b0b-a227-b46d77a7139c found for delete ", "request_id": "req-d9b3bbc6-cb1a-4474-a793-8d6738e7dc68"}]} 2026-06-25 23:36:24.062 8 INFO neutron.services.segments.plugin [-] Segment 0cf6f4de-82a6-4b0b-a227-b46d77a7139c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0cf6f4de-82a6-4b0b-a227-b46d77a7139c found for delete ", "request_id": "req-0095358f-f0c6-425b-8f4c-437710a13296"}]} 2026-06-25 23:36:24.064 8 INFO neutron.db.l3_hamode_db [None req-36ed133d-3ad3-4586-bc61-fde1d093140f 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] HA network 77a89965-00ef-407d-9154-6b1d3e982a1c was deleted as no HA routers are present in tenant d211878ffe974c879bd0c00e45e9dc1a. [pid: 8|app: 0|req: 701/1269] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:36:22 2026] DELETE /v2.0/routers/dc998777-d3ca-4b06-b62c-0f583859f089 => generated 0 bytes in 1239 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1270] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:36:24 2026] DELETE /v2.0/subnets/538b4596-df7d-4492-a59f-e6f73e9ba172 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:36:24.335 8 INFO neutron_taas.services.taas.taas_plugin [None req-42f2feaa-b2ce-4661-95d3-48b70d7ddb4f 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: 8fc7e814-05d1-442f-921e-3c1fce2897c2 2026-06-25 23:36:24.338 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42f2feaa-b2ce-4661-95d3-48b70d7ddb4f 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: 8fc7e814-05d1-442f-921e-3c1fce2897c2 [pid: 7|app: 0|req: 570/1271] 199.19.213.195 () {34 vars in 994 bytes} [Thu Jun 25 23:36:24 2026] GET /v2.0/ports?device_id=bae2aae5-c9e2-4a2a-af25-f49ea561d805 => generated 1010 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1272] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:36:24 2026] DELETE /v2.0/networks/3eff89e0-bd51-4ddd-9c0c-dac288d85845 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1273] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:24 2026] GET /v2.0/ports?device_id=a1445f07-54fb-4555-a93e-0d2868679237 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:36:24.627 7 INFO neutron_taas.services.taas.taas_plugin [req-52dac2fc-86ce-47c3-b54b-cdc8a04ab624 req-63ae4e65-c463-43a0-82e4-cd8cabd959cb cc66a02443fd4681accf77b99ed984ea 3f21890ffb8d4d68b48f459a4fbea325 - - default default] TaaS: Handle Delete Port: 3868beb6-14be-4631-baf7-0fdae50755a0 2026-06-25 23:36:24.636 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-52dac2fc-86ce-47c3-b54b-cdc8a04ab624 req-63ae4e65-c463-43a0-82e4-cd8cabd959cb cc66a02443fd4681accf77b99ed984ea 3f21890ffb8d4d68b48f459a4fbea325 - - default default] Tap Mirror: Handle Delete Port: 3868beb6-14be-4631-baf7-0fdae50755a0 [pid: 8|app: 0|req: 704/1274] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:24 2026] GET /v2.0/ports?device_id=bae2aae5-c9e2-4a2a-af25-f49ea561d805 => generated 1010 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1275] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:36:24 2026] GET /v2.0/security-groups?tenant_id=d211878ffe974c879bd0c00e45e9dc1a&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1276] 10.0.0.238 () {34 vars in 1120 bytes} [Thu Jun 25 23:36:24 2026] GET /v2.0/security-groups?id=e2d6f2c6-7024-40fc-8807-d9f7df326798&id=38c00132-f8ad-4a66-8758-07ad6f88f019&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:36:24.778 7 INFO neutron.db.l3_db [req-52dac2fc-86ce-47c3-b54b-cdc8a04ab624 req-63ae4e65-c463-43a0-82e4-cd8cabd959cb cc66a02443fd4681accf77b99ed984ea 3f21890ffb8d4d68b48f459a4fbea325 - - default default] Floating IP 3a1e1bce-ba8c-4ffe-ac67-972a6ccef08c disassociated. External IP: 10.96.250.220, port: 3868beb6-14be-4631-baf7-0fdae50755a0. [pid: 8|app: 0|req: 707/1277] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:36:24 2026] DELETE /v2.0/security-groups/6246d1aa-3b62-485e-8c8b-e71fd39a24b5 => 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: 571/1280] 199.19.213.195 () {36 vars in 997 bytes} [Thu Jun 25 23:36:24 2026] DELETE /v2.0/ports/3868beb6-14be-4631-baf7-0fdae50755a0 => generated 0 bytes in 696 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:36:25.195 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fd83175f-00bf-4d29-810d-fbad66beb94b'] response: {'server_uuid': 'bae2aae5-c9e2-4a2a-af25-f49ea561d805', 'name': 'network-vif-deleted', 'tag': '3868beb6-14be-4631-baf7-0fdae50755a0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 710/1281] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:25 2026] GET /v2.0/ports?device_id=a1445f07-54fb-4555-a93e-0d2868679237 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1282] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:25 2026] GET /v2.0/ports?device_id=bae2aae5-c9e2-4a2a-af25-f49ea561d805 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:36:26.073 8 INFO neutron.services.segments.plugin [-] Segment 204054c9-29b0-4233-ad4e-37cfca94a463 resource provider aggregate not found 2026-06-25 23:36:26.083 8 INFO neutron.services.segments.plugin [-] Segment 204054c9-29b0-4233-ad4e-37cfca94a463 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 204054c9-29b0-4233-ad4e-37cfca94a463 found for delete ", "request_id": "req-ee18465a-f9a0-4925-b40b-f1807a428851"}]} 2026-06-25 23:36:26.084 8 INFO neutron.services.segments.plugin [-] Segment 204054c9-29b0-4233-ad4e-37cfca94a463 resource provider aggregate not found 2026-06-25 23:36:26.101 8 INFO neutron.services.segments.plugin [-] Segment 204054c9-29b0-4233-ad4e-37cfca94a463 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 204054c9-29b0-4233-ad4e-37cfca94a463 found for delete ", "request_id": "req-354e9301-9bc9-4bc4-9c5d-bad56f81b9eb"}]} [pid: 8|app: 0|req: 711/1283] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:26 2026] GET /v2.0/ports?device_id=a1445f07-54fb-4555-a93e-0d2868679237 => 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: 573/1284] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:26 2026] GET /v2.0/ports?device_id=bae2aae5-c9e2-4a2a-af25-f49ea561d805 => 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: 712/1285] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:36:27 2026] GET /v2.0/networks?id=5a4939ab-23fd-4c24-aca0-3eaa9e7c0826 => generated 680 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1286] 199.19.213.195 () {34 vars in 1050 bytes} [Thu Jun 25 23:36:27 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6759f532043e44b0b264651a26c84e81 => generated 181 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1287] 10.0.0.44 () {32 vars in 801 bytes} [Thu Jun 25 23:36:27 2026] GET /v2.0/extensions => generated 21537 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1288] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:27 2026] GET /v2.0/ports?device_id=a1445f07-54fb-4555-a93e-0d2868679237 => 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: 576/1289] 10.0.0.44 () {30 vars in 723 bytes} [Thu Jun 25 23:36:27 2026] GET /v2.0/quotas/44a1360918f94898a69acc84f739fb09/details => generated 847 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1290] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:28 2026] GET /v2.0/ports?device_id=bae2aae5-c9e2-4a2a-af25-f49ea561d805 => 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: 714/1291] 199.19.213.195 () {38 vars in 955 bytes} [Thu Jun 25 23:36:27 2026] POST /v2.0/ports => generated 958 bytes in 415 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: 578/1292] 199.19.213.195 () {38 vars in 1028 bytes} [Thu Jun 25 23:36:28 2026] PUT /v2.0/ports/0db668a8-881b-416a-b5ec-de601622b879 => generated 1239 bytes in 741 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1293] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:28 2026] GET /v2.0/ports?device_id=a1445f07-54fb-4555-a93e-0d2868679237 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:36:28.875 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-93e8cf13-fcc0-479e-bd44-0d77385c20d6'] response: {'name': 'network-changed', 'server_uuid': 'a1445f07-54fb-4555-a93e-0d2868679237', 'tag': '0db668a8-881b-416a-b5ec-de601622b879', '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: 579/1294] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:28 2026] GET /v2.0/security-groups?id=a09a7542-97e4-4654-abf7-5419a70bec6d&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1295] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:36:29 2026] DELETE /v2.0/security-groups/e2d6f2c6-7024-40fc-8807-d9f7df326798 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:36:29.326 7 INFO neutron.api.v2.resource [None req-a99ec6f8-406a-49b5-b176-51c0c1bd29b8 cc66a02443fd4681accf77b99ed984ea 3f21890ffb8d4d68b48f459a4fbea325 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 580/1296] 10.0.0.131 () {32 vars in 737 bytes} [Thu Jun 25 23:36:29 2026] GET /v2.0/security-groups/e2d6f2c6-7024-40fc-8807-d9f7df326798 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1297] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:36:29 2026] GET /v2.0/ports?tenant_id=6759f532043e44b0b264651a26c84e81&device_id=a1445f07-54fb-4555-a93e-0d2868679237 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:36:29.463 8 INFO neutron_taas.services.taas.taas_plugin [None req-2dd72ba4-2eb7-449a-bd89-2e6a8ada9da9 cc66a02443fd4681accf77b99ed984ea 3f21890ffb8d4d68b48f459a4fbea325 - - default default] TaaS: Handle Delete Port: 7dec4060-efa1-4db7-8517-7cb9103a6b98 2026-06-25 23:36:29.466 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2dd72ba4-2eb7-449a-bd89-2e6a8ada9da9 cc66a02443fd4681accf77b99ed984ea 3f21890ffb8d4d68b48f459a4fbea325 - - default default] Tap Mirror: Handle Delete Port: 7dec4060-efa1-4db7-8517-7cb9103a6b98 [pid: 7|app: 0|req: 582/1298] 199.19.213.195 () {34 vars in 1018 bytes} [Thu Jun 25 23:36:29 2026] GET /v2.0/networks?tenant_id=6759f532043e44b0b264651a26c84e81&shared=False => generated 776 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1299] 199.19.213.195 () {34 vars in 930 bytes} [Thu Jun 25 23:36:29 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1300] 10.0.0.131 () {32 vars in 732 bytes} [Thu Jun 25 23:36:29 2026] DELETE /v2.0/floatingips/3a1e1bce-ba8c-4ffe-ac67-972a6ccef08c => generated 0 bytes in 324 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1301] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:36:29 2026] DELETE /v2.0/security-groups/38c00132-f8ad-4a66-8758-07ad6f88f019 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1302] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:29 2026] GET /v2.0/ports?device_id=a1445f07-54fb-4555-a93e-0d2868679237 => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1303] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:30 2026] GET /v2.0/security-groups?id=a09a7542-97e4-4654-abf7-5419a70bec6d&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:36:30.232 8 INFO neutron_taas.services.taas.taas_plugin [None req-a1be1565-bd81-4573-bc2e-0fbc20428b28 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: a9b3a882-cdcf-4f78-95b9-4c9cd2cdc78c 2026-06-25 23:36:30.236 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1be1565-bd81-4573-bc2e-0fbc20428b28 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: a9b3a882-cdcf-4f78-95b9-4c9cd2cdc78c [pid: 7|app: 0|req: 587/1304] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:36:30 2026] GET /v2.0/ports?tenant_id=6759f532043e44b0b264651a26c84e81&device_id=a1445f07-54fb-4555-a93e-0d2868679237 => generated 1242 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1305] 199.19.213.195 () {34 vars in 1060 bytes} [Thu Jun 25 23:36:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=0db668a8-881b-416a-b5ec-de601622b879 => 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: 589/1306] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:36:30 2026] GET /v2.0/subnets?id=5e4be97a-6465-43d3-90ae-9951c8efdf52 => generated 698 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1307] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:36:30 2026] GET /v2.0/ports?network_id=5a4939ab-23fd-4c24-aca0-3eaa9e7c0826&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1308] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:36:30 2026] GET /v2.0/networks/5a4939ab-23fd-4c24-aca0-3eaa9e7c0826?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1309] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:36:30 2026] GET /v2.0/networks/5a4939ab-23fd-4c24-aca0-3eaa9e7c0826?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1310] 10.0.0.131 () {34 vars in 789 bytes} [Thu Jun 25 23:36:29 2026] PUT /v2.0/routers/3f490064-9e71-413b-b0e4-f9685b78732e/remove_router_interface => generated 309 bytes in 1040 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1311] 10.0.0.44 () {32 vars in 801 bytes} [Thu Jun 25 23:36:30 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) 2026-06-25 23:36:31.061 7 INFO neutron_taas.services.taas.taas_plugin [None req-e21acf6a-84ef-41ac-b9bb-f2590d268970 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: bb85eed6-2d34-435b-a349-3cd2dd0b525c 2026-06-25 23:36:31.063 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e21acf6a-84ef-41ac-b9bb-f2590d268970 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: bb85eed6-2d34-435b-a349-3cd2dd0b525c [pid: 8|app: 0|req: 720/1312] 10.0.0.44 () {30 vars in 723 bytes} [Thu Jun 25 23:36:31 2026] GET /v2.0/quotas/44a1360918f94898a69acc84f739fb09/details => generated 847 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1313] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:31 2026] GET /v2.0/ports?device_id=a1445f07-54fb-4555-a93e-0d2868679237 => 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: 722/1314] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:31 2026] GET /v2.0/security-groups?id=a09a7542-97e4-4654-abf7-5419a70bec6d&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:36:31.309 7 INFO neutron_taas.services.taas.taas_plugin [None req-e21acf6a-84ef-41ac-b9bb-f2590d268970 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: d4d190e1-06f2-403c-ba82-057a9ffb250c 2026-06-25 23:36:31.312 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e21acf6a-84ef-41ac-b9bb-f2590d268970 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: d4d190e1-06f2-403c-ba82-057a9ffb250c 2026-06-25 23:36:31.689 7 INFO neutron.services.segments.plugin [-] Segment 32f8c75e-e908-4b89-9eb5-582e0c75c202 resource provider aggregate not found 2026-06-25 23:36:31.693 7 INFO neutron.services.segments.plugin [-] Segment 32f8c75e-e908-4b89-9eb5-582e0c75c202 resource provider aggregate not found 2026-06-25 23:36:31.706 7 INFO neutron.services.segments.plugin [-] Segment 32f8c75e-e908-4b89-9eb5-582e0c75c202 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32f8c75e-e908-4b89-9eb5-582e0c75c202 found for delete ", "request_id": "req-6a662562-0038-4846-9909-6b6b1648e76c"}]} 2026-06-25 23:36:31.708 7 INFO neutron.services.segments.plugin [-] Segment 32f8c75e-e908-4b89-9eb5-582e0c75c202 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32f8c75e-e908-4b89-9eb5-582e0c75c202 found for delete ", "request_id": "req-12a618ab-22b8-4bb4-9e07-6a4989b15a85"}]} 2026-06-25 23:36:31.712 7 INFO neutron.db.l3_hamode_db [None req-e21acf6a-84ef-41ac-b9bb-f2590d268970 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] HA network ec370c56-cc74-4ae0-b741-3d5f2ad9e4c0 was deleted as no HA routers are present in tenant 3f21890ffb8d4d68b48f459a4fbea325. [pid: 7|app: 0|req: 593/1315] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:36:30 2026] DELETE /v2.0/routers/3f490064-9e71-413b-b0e4-f9685b78732e => generated 0 bytes in 852 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1316] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:36:31 2026] DELETE /v2.0/subnets/a2b43731-65dd-4366-a9ea-4e5181d851a5 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:36:31.970 7 INFO neutron_taas.services.taas.taas_plugin [None req-96b2a602-80cc-476d-8c59-1d1c86643829 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: f4ac25b4-4098-49ca-b84d-6b991babf5bf 2026-06-25 23:36:31.973 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96b2a602-80cc-476d-8c59-1d1c86643829 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: f4ac25b4-4098-49ca-b84d-6b991babf5bf [pid: 7|app: 0|req: 594/1317] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:36:31 2026] DELETE /v2.0/networks/b61da776-1832-46fa-9e47-3feb4a935a8d => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1318] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:32 2026] GET /v2.0/ports?device_id=a1445f07-54fb-4555-a93e-0d2868679237 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1319] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:32 2026] GET /v2.0/security-groups?id=a09a7542-97e4-4654-abf7-5419a70bec6d&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-25 23:36:32.424 8 INFO neutron_taas.services.taas.taas_plugin [None req-7460c50b-606d-4409-a23e-f11ec26a1f9e 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: df960940-7782-4a74-9316-948efd5893ed 2026-06-25 23:36:32.426 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7460c50b-606d-4409-a23e-f11ec26a1f9e 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: df960940-7782-4a74-9316-948efd5893ed [pid: 8|app: 0|req: 724/1320] 10.0.0.131 () {34 vars in 789 bytes} [Thu Jun 25 23:36:32 2026] PUT /v2.0/routers/7f2c0c02-f737-482d-a323-6f3c976aa866/remove_router_interface => generated 309 bytes in 806 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:36:33.146 7 INFO neutron_taas.services.taas.taas_plugin [None req-ffcc2c5d-79cf-4d2b-afb9-ba6da5f5e45c 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: 95fa3c34-29c2-49d5-a5b2-63b946fe3e9a 2026-06-25 23:36:33.149 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffcc2c5d-79cf-4d2b-afb9-ba6da5f5e45c 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: 95fa3c34-29c2-49d5-a5b2-63b946fe3e9a 2026-06-25 23:36:33.376 7 INFO neutron_taas.services.taas.taas_plugin [None req-ffcc2c5d-79cf-4d2b-afb9-ba6da5f5e45c 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: 17bc5c9b-ff18-46a9-a3e4-1f9e84c0d5fe 2026-06-25 23:36:33.378 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffcc2c5d-79cf-4d2b-afb9-ba6da5f5e45c 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: 17bc5c9b-ff18-46a9-a3e4-1f9e84c0d5fe [pid: 8|app: 0|req: 725/1321] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:36:33 2026] GET /v2.0/security-groups?tenant_id=91f417f8c8e94d41844dc00483c1f5a5&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1322] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:33 2026] GET /v2.0/ports?device_id=a1445f07-54fb-4555-a93e-0d2868679237 => generated 973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:36:33.729 7 INFO neutron.services.segments.plugin [-] Segment a839ea35-59de-4644-9b88-9ad8b607673a resource provider aggregate not found 2026-06-25 23:36:33.736 7 INFO neutron.services.segments.plugin [-] Segment a839ea35-59de-4644-9b88-9ad8b607673a resource provider aggregate not found 2026-06-25 23:36:33.757 7 INFO neutron.services.segments.plugin [-] Segment a839ea35-59de-4644-9b88-9ad8b607673a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a839ea35-59de-4644-9b88-9ad8b607673a found for delete ", "request_id": "req-2bf51674-9771-44ee-9d38-a572dc75a4e1"}]} 2026-06-25 23:36:33.760 7 INFO neutron.services.segments.plugin [-] Segment a839ea35-59de-4644-9b88-9ad8b607673a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a839ea35-59de-4644-9b88-9ad8b607673a found for delete ", "request_id": "req-c687fcd8-ec6d-4ae0-a2a1-a1ceea7d77ab"}]} 2026-06-25 23:36:33.782 7 INFO neutron.db.l3_hamode_db [None req-ffcc2c5d-79cf-4d2b-afb9-ba6da5f5e45c 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] HA network 419c05aa-aa8f-427e-bcae-a059b66319e2 was deleted as no HA routers are present in tenant 51cbe1a92d454504b955f6a0f7a59abe. [pid: 7|app: 0|req: 597/1323] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:36:32 2026] DELETE /v2.0/routers/7f2c0c02-f737-482d-a323-6f3c976aa866 => generated 0 bytes in 826 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1324] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:36:33 2026] DELETE /v2.0/security-groups/b5ad283e-5424-4059-8fbb-c86cc4dc9545 => 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: 598/1325] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:33 2026] GET /v2.0/security-groups?id=a09a7542-97e4-4654-abf7-5419a70bec6d&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: 728/1326] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:36:33 2026] DELETE /v2.0/subnets/0e895303-1ddf-449b-b3d4-a59c788d274c => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:36:34.035 7 INFO neutron_taas.services.taas.taas_plugin [None req-a3129e65-2a2f-4fcb-b7e2-26b3ceda3161 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: 59a38160-77bd-404f-b702-1033f2657f2d 2026-06-25 23:36:34.037 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3129e65-2a2f-4fcb-b7e2-26b3ceda3161 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: 59a38160-77bd-404f-b702-1033f2657f2d [pid: 7|app: 0|req: 599/1327] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:36:33 2026] DELETE /v2.0/networks/87c21f21-ddfa-4253-abc8-5e402e8773c3 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1328] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:36:34 2026] GET /v2.0/security-groups?tenant_id=51cbe1a92d454504b955f6a0f7a59abe&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1329] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:36:34 2026] GET /v2.0/security-groups?tenant_id=44a1360918f94898a69acc84f739fb09&name=default => generated 2925 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1330] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:36:34 2026] DELETE /v2.0/security-groups/3134ba8a-eccf-4208-be1f-a61a516560d2 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1331] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:36:34 2026] DELETE /v2.0/security-groups/3cb944d4-1460-42be-a76b-ee3dd2e71b8c => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1332] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:36:34 2026] GET /v2.0/security-groups?tenant_id=3f21890ffb8d4d68b48f459a4fbea325&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1333] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:34 2026] GET /v2.0/ports?device_id=a1445f07-54fb-4555-a93e-0d2868679237 => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1334] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:36:34 2026] DELETE /v2.0/security-groups/25fb0049-e224-4c44-b987-0082df0a3327 => 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: 604/1335] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:34 2026] GET /v2.0/security-groups?id=a09a7542-97e4-4654-abf7-5419a70bec6d&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:36:35.775 7 INFO neutron.services.segments.plugin [-] Segment 1b04168b-ead2-4f0f-b527-72f3c4e531a2 resource provider aggregate not found 2026-06-25 23:36:35.782 7 INFO neutron.services.segments.plugin [-] Segment 1b04168b-ead2-4f0f-b527-72f3c4e531a2 resource provider aggregate not found 2026-06-25 23:36:35.797 7 INFO neutron.services.segments.plugin [-] Segment 1b04168b-ead2-4f0f-b527-72f3c4e531a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b04168b-ead2-4f0f-b527-72f3c4e531a2 found for delete ", "request_id": "req-606632dd-2c38-4043-9936-ec270d682cab"}]} 2026-06-25 23:36:35.802 7 INFO neutron.services.segments.plugin [-] Segment 1b04168b-ead2-4f0f-b527-72f3c4e531a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b04168b-ead2-4f0f-b527-72f3c4e531a2 found for delete ", "request_id": "req-f65569fa-171c-4b8d-9aeb-bf0c53f30472"}]} 2026-06-25 23:36:35.818 7 INFO neutron.services.segments.plugin [-] Segment f23ca386-42c7-4e45-8b5b-61b61a9ecb54 resource provider aggregate not found 2026-06-25 23:36:35.822 7 INFO neutron.services.segments.plugin [-] Segment f23ca386-42c7-4e45-8b5b-61b61a9ecb54 resource provider aggregate not found 2026-06-25 23:36:35.835 7 INFO neutron.services.segments.plugin [-] Segment f23ca386-42c7-4e45-8b5b-61b61a9ecb54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f23ca386-42c7-4e45-8b5b-61b61a9ecb54 found for delete ", "request_id": "req-7c5da2d4-1ff2-4f2a-bca9-645160dd30b7"}]} 2026-06-25 23:36:35.838 7 INFO neutron.services.segments.plugin [-] Segment f23ca386-42c7-4e45-8b5b-61b61a9ecb54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f23ca386-42c7-4e45-8b5b-61b61a9ecb54 found for delete ", "request_id": "req-2ca7c52b-6729-404f-b7ff-ff41a6eac973"}]} [pid: 8|app: 0|req: 732/1336] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:36 2026] GET /v2.0/ports?device_id=a1445f07-54fb-4555-a93e-0d2868679237 => generated 973 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1337] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:36 2026] GET /v2.0/security-groups?id=a09a7542-97e4-4654-abf7-5419a70bec6d&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/1338] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:37 2026] GET /v2.0/ports?device_id=a1445f07-54fb-4555-a93e-0d2868679237 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1339] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:37 2026] GET /v2.0/security-groups?id=a09a7542-97e4-4654-abf7-5419a70bec6d&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: 734/1340] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:38 2026] GET /v2.0/ports?device_id=a1445f07-54fb-4555-a93e-0d2868679237 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1341] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:38 2026] GET /v2.0/security-groups?id=a09a7542-97e4-4654-abf7-5419a70bec6d&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1342] 10.0.0.131 () {34 vars in 678 bytes} [Thu Jun 25 23:36:38 2026] POST /v2.0/qos/policies => generated 359 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1343] 10.0.0.131 () {34 vars in 678 bytes} [Thu Jun 25 23:36:38 2026] POST /v2.0/qos/policies => generated 359 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1344] 10.0.0.131 () {34 vars in 678 bytes} [Thu Jun 25 23:36:39 2026] POST /v2.0/qos/policies => generated 359 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1345] 10.0.0.131 () {34 vars in 678 bytes} [Thu Jun 25 23:36:39 2026] POST /v2.0/qos/policies => generated 359 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1346] 10.0.0.131 () {34 vars in 678 bytes} [Thu Jun 25 23:36:39 2026] POST /v2.0/qos/policies => generated 359 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1347] 10.0.0.131 () {34 vars in 753 bytes} [Thu Jun 25 23:36:39 2026] PUT /v2.0/policies/9e2e2727-f605-4371-908e-f0dac4630e2d/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1348] 10.0.0.131 () {34 vars in 753 bytes} [Thu Jun 25 23:36:39 2026] PUT /v2.0/policies/fa588f1f-7652-43ae-80d9-f8b56aed06b5/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: 613/1349] 10.0.0.131 () {34 vars in 753 bytes} [Thu Jun 25 23:36:39 2026] PUT /v2.0/policies/968bf6ec-ec60-49fb-bf85-f21933a7a213/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: 614/1350] 10.0.0.131 () {34 vars in 753 bytes} [Thu Jun 25 23:36:39 2026] PUT /v2.0/policies/3af9a985-3672-4123-9f0f-682026264d1b/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:36:39.437 8 INFO neutron.db.segments_db [None req-674d7ab4-08e6-42fd-b141-fa441514ca0e 3440d35eb94a4403b1feebf651221378 230a55a05da941d19165208005b9b2fb - - default default] Added segment cb8a19c7-911a-4bed-bb76-999e5498aac0 of type vxlan for network 534ed687-2ceb-4e2f-9dc8-0558ca2bf7c9 [pid: 8|app: 0|req: 737/1351] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:36:39 2026] POST /v2.0/networks => generated 727 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1352] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:39 2026] GET /v2.0/ports?device_id=a1445f07-54fb-4555-a93e-0d2868679237 => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1353] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:39 2026] GET /v2.0/security-groups?id=a09a7542-97e4-4654-abf7-5419a70bec6d&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1354] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:39 2026] GET /v2.0/ports?device_id=a1445f07-54fb-4555-a93e-0d2868679237 => 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: 738/1355] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:36:39 2026] POST /v2.0/subnets => generated 644 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:36:39.713 7 WARNING neutron.api.v2.base [None req-74a47544-6694-45bf-a8b4-0afc85b0a472 3440d35eb94a4403b1feebf651221378 230a55a05da941d19165208005b9b2fb - - 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-25 23:36:39.714 7 INFO neutron.api.v2.resource [None req-74a47544-6694-45bf-a8b4-0afc85b0a472 3440d35eb94a4403b1feebf651221378 230a55a05da941d19165208005b9b2fb - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 618/1356] 10.0.0.131 () {34 vars in 681 bytes} [Thu Jun 25 23:36:39 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-25 23:36:39.882 7 INFO neutron.services.segments.plugin [-] Segment cb8a19c7-911a-4bed-bb76-999e5498aac0 resource provider aggregate not found 2026-06-25 23:36:39.888 7 INFO neutron.services.segments.plugin [-] Segment cb8a19c7-911a-4bed-bb76-999e5498aac0 resource provider aggregate not found 2026-06-25 23:36:39.906 7 INFO neutron.services.segments.plugin [-] Segment cb8a19c7-911a-4bed-bb76-999e5498aac0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb8a19c7-911a-4bed-bb76-999e5498aac0 found for delete ", "request_id": "req-12c7d9c8-b577-41f5-9ede-b9df0db9f173"}]} 2026-06-25 23:36:39.909 7 INFO neutron.services.segments.plugin [-] Segment cb8a19c7-911a-4bed-bb76-999e5498aac0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb8a19c7-911a-4bed-bb76-999e5498aac0 found for delete ", "request_id": "req-92cca104-b391-41b2-99b4-6edd4ce0bd3c"}]} [pid: 7|app: 0|req: 619/1357] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:36:39 2026] DELETE /v2.0/networks/534ed687-2ceb-4e2f-9dc8-0558ca2bf7c9 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:36:40.061 8 INFO neutron.db.l3_db [None req-3836bca4-d77c-4cee-9f71-ef251c316f0f cbacf9a76c0745059f5b6196deacf79b 6759f532043e44b0b264651a26c84e81 - - default default] Floating IP 17464805-0f11-49a5-93e7-d36c60dbabcb associated. External IP: 10.96.250.202, port: 0db668a8-881b-416a-b5ec-de601622b879. [pid: 7|app: 0|req: 620/1358] 10.0.0.131 () {32 vars in 674 bytes} [Thu Jun 25 23:36:39 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:36:40.198 7 INFO neutron.db.segments_db [None req-80954555-54c1-4c31-8f07-50de36fddf5a 3440d35eb94a4403b1feebf651221378 230a55a05da941d19165208005b9b2fb - - default default] Added segment b95aafb6-1485-42ae-9461-cf43def78f4f of type vxlan for network 6edce3b7-bb75-490e-ae52-9efec48e2b73 [pid: 7|app: 0|req: 621/1359] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:36:40 2026] POST /v2.0/networks => generated 727 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1362] 10.0.0.131 () {34 vars in 749 bytes} [Thu Jun 25 23:36:39 2026] PUT /v2.0/floatingips/17464805-0f11-49a5-93e7-d36c60dbabcb => generated 856 bytes in 593 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1363] 10.0.0.131 () {32 vars in 688 bytes} [Thu Jun 25 23:36:40 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:36:40.351 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f2a380c2-7de1-4668-b6f0-efa1e2483f44'] response: {'name': 'network-changed', 'server_uuid': 'a1445f07-54fb-4555-a93e-0d2868679237', 'tag': '0db668a8-881b-416a-b5ec-de601622b879', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 625/1364] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:40 2026] GET /v2.0/ports?device_id=a1445f07-54fb-4555-a93e-0d2868679237 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1365] 10.0.0.131 () {32 vars in 684 bytes} [Thu Jun 25 23:36:40 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1366] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:36:40 2026] POST /v2.0/subnets => generated 647 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1367] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:40 2026] GET /v2.0/security-groups?id=a09a7542-97e4-4654-abf7-5419a70bec6d&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:36:40.467 7 WARNING neutron.api.v2.base [None req-40f75bb1-ff59-4e27-83ed-97e216e68c84 3440d35eb94a4403b1feebf651221378 230a55a05da941d19165208005b9b2fb - - 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-25 23:36:40.467 7 INFO neutron.api.v2.resource [None req-40f75bb1-ff59-4e27-83ed-97e216e68c84 3440d35eb94a4403b1feebf651221378 230a55a05da941d19165208005b9b2fb - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 628/1368] 10.0.0.131 () {34 vars in 681 bytes} [Thu Jun 25 23:36:40 2026] POST /v2.0/rbac-policies => generated 547 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1369] 10.0.0.131 () {32 vars in 696 bytes} [Thu Jun 25 23:36:40 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1370] 10.0.0.131 () {32 vars in 682 bytes} [Thu Jun 25 23:36:40 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1371] 10.0.0.131 () {32 vars in 696 bytes} [Thu Jun 25 23:36:40 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1372] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:36:40 2026] DELETE /v2.0/networks/6edce3b7-bb75-490e-ae52-9efec48e2b73 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1373] 10.0.0.131 () {32 vars in 692 bytes} [Thu Jun 25 23:36:40 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:36:40.726 7 INFO neutron.db.segments_db [None req-7edc146b-e8d1-4631-80d9-4a8d0587a323 3440d35eb94a4403b1feebf651221378 230a55a05da941d19165208005b9b2fb - - default default] Added segment 384fe612-8dc8-445b-89bf-35847d04af3e of type vxlan for network 49dd522a-db93-4740-bc31-83793b762838 [pid: 8|app: 0|req: 745/1374] 10.0.0.131 () {32 vars in 704 bytes} [Thu Jun 25 23:36:40 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1375] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:36:40 2026] POST /v2.0/networks => generated 726 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1376] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:40 2026] GET /v2.0/ports?device_id=a1445f07-54fb-4555-a93e-0d2868679237 => generated 975 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1377] 10.0.0.131 () {32 vars in 734 bytes} [Thu Jun 25 23:36:40 2026] DELETE /v2.0/qos/policies/9e2e2727-f605-4371-908e-f0dac4630e2d => 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: 632/1378] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:40 2026] GET /v2.0/security-groups?id=a09a7542-97e4-4654-abf7-5419a70bec6d&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1379] 10.0.0.131 () {32 vars in 734 bytes} [Thu Jun 25 23:36:40 2026] DELETE /v2.0/qos/policies/fa588f1f-7652-43ae-80d9-f8b56aed06b5 => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1380] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:36:40 2026] GET /v2.0/ports?tenant_id=6759f532043e44b0b264651a26c84e81&device_id=a1445f07-54fb-4555-a93e-0d2868679237 => generated 1244 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1381] 10.0.0.131 () {32 vars in 734 bytes} [Thu Jun 25 23:36:40 2026] DELETE /v2.0/qos/policies/968bf6ec-ec60-49fb-bf85-f21933a7a213 => 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: 636/1382] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:36:40 2026] GET /v2.0/networks?id=5a4939ab-23fd-4c24-aca0-3eaa9e7c0826 => generated 776 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1383] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:36:40 2026] POST /v2.0/subnets => generated 647 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1384] 10.0.0.131 () {32 vars in 734 bytes} [Thu Jun 25 23:36:41 2026] DELETE /v2.0/qos/policies/3af9a985-3672-4123-9f0f-682026264d1b => 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: 748/1385] 199.19.213.195 () {34 vars in 1060 bytes} [Thu Jun 25 23:36:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=0db668a8-881b-416a-b5ec-de601622b879 => generated 859 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1386] 10.0.0.131 () {32 vars in 734 bytes} [Thu Jun 25 23:36:41 2026] DELETE /v2.0/qos/policies/917248c3-fb73-4430-accc-04dabe797210 => 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: 750/1387] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:36:41 2026] GET /v2.0/subnets?id=5e4be97a-6465-43d3-90ae-9951c8efdf52 => generated 698 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1388] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:36:41 2026] GET /v2.0/ports?network_id=5a4939ab-23fd-4c24-aca0-3eaa9e7c0826&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1389] 10.0.0.131 () {34 vars in 681 bytes} [Thu Jun 25 23:36:41 2026] POST /v2.0/rbac-policies => generated 324 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1390] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:36:41 2026] GET /v2.0/networks/5a4939ab-23fd-4c24-aca0-3eaa9e7c0826?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: 639/1391] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:36:41 2026] GET /v2.0/networks/5a4939ab-23fd-4c24-aca0-3eaa9e7c0826?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: 753/1392] 10.0.0.131 () {32 vars in 723 bytes} [Thu Jun 25 23:36:41 2026] GET /v2.0/networks/49dd522a-db93-4740-bc31-83793b762838 => generated 654 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:36:41.927 7 INFO neutron.services.segments.plugin [-] Segment b95aafb6-1485-42ae-9461-cf43def78f4f resource provider aggregate not found 2026-06-25 23:36:41.930 7 INFO neutron.services.segments.plugin [-] Segment b95aafb6-1485-42ae-9461-cf43def78f4f resource provider aggregate not found 2026-06-25 23:36:41.951 7 INFO neutron.services.segments.plugin [-] Segment b95aafb6-1485-42ae-9461-cf43def78f4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b95aafb6-1485-42ae-9461-cf43def78f4f found for delete ", "request_id": "req-f4801b58-655f-4cc6-966c-c00a290d61ad"}]} 2026-06-25 23:36:41.952 7 INFO neutron.services.segments.plugin [-] Segment b95aafb6-1485-42ae-9461-cf43def78f4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b95aafb6-1485-42ae-9461-cf43def78f4f found for delete ", "request_id": "req-d1c029cb-a461-4b4b-bace-d3cc006d8dea"}]} [pid: 7|app: 0|req: 640/1393] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:41 2026] GET /v2.0/ports?device_id=a1445f07-54fb-4555-a93e-0d2868679237 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1394] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:42 2026] GET /v2.0/security-groups?id=a09a7542-97e4-4654-abf7-5419a70bec6d&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: 641/1395] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:36:42 2026] GET /v2.0/security-groups?tenant_id=0c56204f44da432e9d1e656f997d2c6b&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1396] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:36:42 2026] DELETE /v2.0/security-groups/a999f852-7052-4f9c-a23d-b8ae63d98aa2 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:36:42.288 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f5a21e06-070b-4756-b0bc-6aa2669c035b 0feacda955fd4d75912640aeb9316b77 03135a8196d3408baf78767b2b059adc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 755/1397] 10.0.0.131 () {32 vars in 723 bytes} [Thu Jun 25 23:36:42 2026] GET /v2.0/networks/49dd522a-db93-4740-bc31-83793b762838 => generated 138 bytes in 128 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1398] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:36:42 2026] DELETE /v2.0/networks/49dd522a-db93-4740-bc31-83793b762838 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:36:42.489 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ba0f060d-4280-44f5-ad43-d5b2ac159477 3440d35eb94a4403b1feebf651221378 230a55a05da941d19165208005b9b2fb - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 644/1399] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:36:42 2026] DELETE /v2.0/subnets/f83ec5e2-1eea-4f87-86b2-5dd6543062cf => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:36:42.506 7 INFO neutron.pecan_wsgi.hooks.translation [None req-111d8e92-80ca-48a3-b45c-7399dd80a43f 3440d35eb94a4403b1feebf651221378 230a55a05da941d19165208005b9b2fb - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 645/1400] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:36:42 2026] DELETE /v2.0/subnets/9ce0cb6c-4e9d-400c-ae9b-181d4a79869c => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:36:42.522 7 INFO neutron.pecan_wsgi.hooks.translation [None req-09f1b59b-9fb7-4367-9bbc-4c693ee1bb5a 3440d35eb94a4403b1feebf651221378 230a55a05da941d19165208005b9b2fb - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 646/1401] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:36:42 2026] DELETE /v2.0/subnets/bb519962-6e4d-47c2-b6ae-26545730594a => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1402] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:36:42 2026] GET /v2.0/security-groups?tenant_id=53135aaa2cbb47408e565f373ffd1cd9&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1403] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:36:42 2026] DELETE /v2.0/security-groups/13cc3a74-b658-4b09-9252-b76dfc533f47 => 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: 757/1404] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:36:42 2026] GET /v2.0/security-groups?tenant_id=21286ec1e58b49d885693a4ed0cb816c&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1405] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:36:42 2026] DELETE /v2.0/security-groups/9165eedc-4d69-487f-855f-d557f822a9d2 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1406] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:43 2026] GET /v2.0/ports?device_id=a1445f07-54fb-4555-a93e-0d2868679237 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1407] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:43 2026] GET /v2.0/security-groups?id=a09a7542-97e4-4654-abf7-5419a70bec6d&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1408] 199.19.213.195 () {34 vars in 994 bytes} [Thu Jun 25 23:36:43 2026] GET /v2.0/ports?device_id=a1445f07-54fb-4555-a93e-0d2868679237 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:36:43.298 8 INFO neutron_taas.services.taas.taas_plugin [req-212b3a3f-b87c-4ffc-9b04-e38e674c6e7d req-3b280f42-a245-426f-b54e-5b73471c57ec cbacf9a76c0745059f5b6196deacf79b 6759f532043e44b0b264651a26c84e81 - - default default] TaaS: Handle Delete Port: 0db668a8-881b-416a-b5ec-de601622b879 2026-06-25 23:36:43.304 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-212b3a3f-b87c-4ffc-9b04-e38e674c6e7d req-3b280f42-a245-426f-b54e-5b73471c57ec cbacf9a76c0745059f5b6196deacf79b 6759f532043e44b0b264651a26c84e81 - - default default] Tap Mirror: Handle Delete Port: 0db668a8-881b-416a-b5ec-de601622b879 2026-06-25 23:36:43.447 8 INFO neutron.db.l3_db [req-212b3a3f-b87c-4ffc-9b04-e38e674c6e7d req-3b280f42-a245-426f-b54e-5b73471c57ec cbacf9a76c0745059f5b6196deacf79b 6759f532043e44b0b264651a26c84e81 - - default default] Floating IP 17464805-0f11-49a5-93e7-d36c60dbabcb disassociated. External IP: 10.96.250.202, port: 0db668a8-881b-416a-b5ec-de601622b879. [pid: 7|app: 0|req: 650/1409] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:36:43 2026] GET /v2.0/security-groups?tenant_id=277cadad307a4ed9950353aa82d1e89b&name=default => generated 2925 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:36:43.819 7 INFO neutron.db.segments_db [None req-5ea7d6bb-3046-4b75-b22c-f3e826aedb64 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] Added segment 9dd62e79-4161-42a8-bac6-746845b38b0f of type vxlan for network 8c8f2088-da01-4078-b0e6-5e0ee6a50225 [pid: 8|app: 0|req: 760/1410] 199.19.213.195 () {36 vars in 997 bytes} [Thu Jun 25 23:36:43 2026] DELETE /v2.0/ports/0db668a8-881b-416a-b5ec-de601622b879 => generated 0 bytes in 682 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:36:43.902 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2096a855-57ea-4c9d-b865-5b95f506e68a'] response: {'server_uuid': 'a1445f07-54fb-4555-a93e-0d2868679237', 'name': 'network-vif-deleted', 'tag': '0db668a8-881b-416a-b5ec-de601622b879', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 651/1411] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:36:43 2026] POST /v2.0/networks => generated 640 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:36:43.975 7 INFO neutron.services.segments.plugin [-] Segment 384fe612-8dc8-445b-89bf-35847d04af3e resource provider aggregate not found 2026-06-25 23:36:43.985 7 INFO neutron.services.segments.plugin [-] Segment 384fe612-8dc8-445b-89bf-35847d04af3e resource provider aggregate not found 2026-06-25 23:36:43.997 7 INFO neutron.services.segments.plugin [-] Segment 384fe612-8dc8-445b-89bf-35847d04af3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 384fe612-8dc8-445b-89bf-35847d04af3e found for delete ", "request_id": "req-bfd1fe3b-2c18-4c0f-b568-ca6938c11bdf"}]} [pid: 8|app: 0|req: 761/1412] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:36:43 2026] DELETE /v2.0/security-groups/9e087331-0d83-48e6-bcee-00b99f6e52b7 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:36:44.005 7 INFO neutron.services.segments.plugin [-] Segment 384fe612-8dc8-445b-89bf-35847d04af3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 384fe612-8dc8-445b-89bf-35847d04af3e found for delete ", "request_id": "req-edf19c36-5533-48af-83dd-ad374b94ba48"}]} [pid: 7|app: 0|req: 652/1413] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:36:43 2026] POST /v2.0/subnets => generated 657 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1414] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:36:44 2026] GET /v2.0/security-groups?tenant_id=03135a8196d3408baf78767b2b059adc&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1415] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:44 2026] GET /v2.0/ports?device_id=a1445f07-54fb-4555-a93e-0d2868679237 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1416] 10.0.0.131 () {32 vars in 722 bytes} [Thu Jun 25 23:36:44 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1417] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:36:44 2026] DELETE /v2.0/security-groups/1e6df795-5404-4399-be4a-0fbc7258e163 => 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: 765/1418] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:36:44 2026] GET /v2.0/security-groups?tenant_id=230a55a05da941d19165208005b9b2fb&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: 654/1419] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:36:44 2026] POST /v2.0/subnets => generated 731 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:36:44.616 7 INFO neutron.db.segments_db [None req-9f269617-a7a3-4bb5-adaa-35f4047396dc 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] Added segment ea79ab24-e6d7-4f1d-8ed0-0b16b560f2e1 of type vxlan for network 87c0d41b-2fcb-4679-a303-5db05e9da367 [pid: 8|app: 0|req: 766/1420] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:36:44 2026] DELETE /v2.0/security-groups/f98ed435-ec17-43de-b688-e495ae341c26 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1421] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:36:44 2026] POST /v2.0/networks => generated 637 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1422] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:36:44 2026] POST /v2.0/subnets => generated 656 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1423] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:36:44 2026] POST /v2.0/subnets => generated 726 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:36:45.264 8 INFO neutron.db.segments_db [None req-c180a4a1-5444-4e83-813c-70ced42d71cb 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] Added segment dddc077a-f818-45a8-ae54-90601c2f52a9 of type vxlan for network 4e3046db-ad3d-4efb-8a93-048e06b4e7b1 [pid: 7|app: 0|req: 657/1424] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:45 2026] GET /v2.0/ports?device_id=a1445f07-54fb-4555-a93e-0d2868679237 => 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: 768/1425] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:36:45 2026] POST /v2.0/networks => generated 638 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1426] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:36:45 2026] POST /v2.0/subnets => generated 656 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1427] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:36:45 2026] POST /v2.0/subnets => generated 729 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:36:45.928 7 INFO neutron.db.segments_db [None req-86bd6231-75ec-4c6b-bc08-e5730b2cd8de 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] Added segment 5011871c-ba00-4266-a93b-a2a4294f081e of type vxlan for network f035d6d8-bc2a-4fba-94a9-9f2dd71f7475 2026-06-25 23:36:46.158 7 INFO neutron.db.l3_hamode_db [None req-86bd6231-75ec-4c6b-bc08-e5730b2cd8de 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 770/1428] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:46 2026] GET /v2.0/ports?device_id=a1445f07-54fb-4555-a93e-0d2868679237 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:36:46.960 7 INFO neutron.db.l3_hamode_db [None req-86bd6231-75ec-4c6b-bc08-e5730b2cd8de 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 771/1429] 10.0.0.131 () {34 vars in 676 bytes} [Thu Jun 25 23:36:47 2026] POST /v2.0/subnetpools => generated 516 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1430] 10.0.0.131 () {34 vars in 676 bytes} [Thu Jun 25 23:36:47 2026] POST /v2.0/subnetpools => generated 516 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1431] 10.0.0.131 () {34 vars in 676 bytes} [Thu Jun 25 23:36:47 2026] POST /v2.0/subnetpools => generated 516 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1432] 10.0.0.131 () {34 vars in 676 bytes} [Thu Jun 25 23:36:47 2026] POST /v2.0/subnetpools => generated 516 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1433] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:47 2026] GET /v2.0/ports?device_id=a1445f07-54fb-4555-a93e-0d2868679237 => 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: 776/1434] 10.0.0.131 () {34 vars in 676 bytes} [Thu Jun 25 23:36:47 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: 777/1435] 10.0.0.131 () {34 vars in 759 bytes} [Thu Jun 25 23:36:47 2026] PUT /v2.0/subnetpools/c9cfce3d-00ab-4184-b8e6-de29243729f4/tags => generated 17 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1436] 10.0.0.131 () {34 vars in 759 bytes} [Thu Jun 25 23:36:47 2026] PUT /v2.0/subnetpools/c6b0d9ff-20dc-4d52-9ff9-02240bf44951/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: 779/1437] 10.0.0.131 () {34 vars in 759 bytes} [Thu Jun 25 23:36:47 2026] PUT /v2.0/subnetpools/e3cfa9ed-835b-4c41-a1d9-7afb8554eabc/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1438] 10.0.0.131 () {34 vars in 759 bytes} [Thu Jun 25 23:36:47 2026] PUT /v2.0/subnetpools/865de5a9-dcae-4eb7-bd4d-ae4e2364d2d7/tags => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1439] 10.0.0.131 () {32 vars in 672 bytes} [Thu Jun 25 23:36:47 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1440] 10.0.0.131 () {32 vars in 686 bytes} [Thu Jun 25 23:36:47 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1441] 10.0.0.131 () {32 vars in 682 bytes} [Thu Jun 25 23:36:47 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1442] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:36:45 2026] POST /v2.0/routers => generated 684 bytes in 1976 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1443] 10.0.0.131 () {32 vars in 694 bytes} [Thu Jun 25 23:36:47 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1444] 10.0.0.131 () {32 vars in 680 bytes} [Thu Jun 25 23:36:47 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1445] 10.0.0.131 () {32 vars in 694 bytes} [Thu Jun 25 23:36:47 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1446] 10.0.0.131 () {32 vars in 690 bytes} [Thu Jun 25 23:36:47 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1447] 10.0.0.131 () {32 vars in 702 bytes} [Thu Jun 25 23:36:47 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1448] 10.0.0.131 () {32 vars in 732 bytes} [Thu Jun 25 23:36:48 2026] DELETE /v2.0/subnetpools/c9cfce3d-00ab-4184-b8e6-de29243729f4 => 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: 790/1449] 10.0.0.131 () {32 vars in 732 bytes} [Thu Jun 25 23:36:48 2026] DELETE /v2.0/subnetpools/c6b0d9ff-20dc-4d52-9ff9-02240bf44951 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1450] 10.0.0.131 () {32 vars in 732 bytes} [Thu Jun 25 23:36:48 2026] DELETE /v2.0/subnetpools/e3cfa9ed-835b-4c41-a1d9-7afb8554eabc => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1451] 10.0.0.131 () {32 vars in 732 bytes} [Thu Jun 25 23:36:48 2026] DELETE /v2.0/subnetpools/865de5a9-dcae-4eb7-bd4d-ae4e2364d2d7 => 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: 793/1452] 10.0.0.131 () {32 vars in 732 bytes} [Thu Jun 25 23:36:48 2026] DELETE /v2.0/subnetpools/0e86e597-42d5-42b5-a546-32901678ec7e => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1453] 10.0.0.131 () {34 vars in 783 bytes} [Thu Jun 25 23:36:47 2026] PUT /v2.0/routers/d3e99beb-9513-4eaa-858d-16997cb5549f/add_router_interface => generated 309 bytes in 1411 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1454] 10.0.0.131 () {34 vars in 676 bytes} [Thu Jun 25 23:36:48 2026] POST /v2.0/floatingips => generated 552 bytes in 738 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1455] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:36:49 2026] DELETE /v2.0/security-groups/a09a7542-97e4-4654-abf7-5419a70bec6d => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1456] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:36:49 2026] GET /v2.0/security-groups?tenant_id=2fbc9dc8e32c415cbc70cfba8540058d&name=default => generated 2925 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1457] 10.0.0.131 () {34 vars in 676 bytes} [Thu Jun 25 23:36:49 2026] POST /v2.0/floatingips => generated 552 bytes in 518 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:36:50.075 8 INFO neutron.api.v2.resource [None req-1e4c58ac-8172-466a-8302-df356104ea70 cbacf9a76c0745059f5b6196deacf79b 6759f532043e44b0b264651a26c84e81 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 797/1458] 10.0.0.131 () {32 vars in 737 bytes} [Thu Jun 25 23:36:50 2026] GET /v2.0/security-groups/a09a7542-97e4-4654-abf7-5419a70bec6d => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1459] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:36:50 2026] DELETE /v2.0/security-groups/199b68b8-0ed4-403c-9346-85b0768f8a73 => 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: 799/1460] 10.0.0.131 () {34 vars in 676 bytes} [Thu Jun 25 23:36:50 2026] POST /v2.0/floatingips => generated 552 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:36:50.696 8 INFO neutron_taas.services.taas.taas_plugin [None req-d5c45ab3-f2c6-4730-87ab-7cebfc20b87f cbacf9a76c0745059f5b6196deacf79b 6759f532043e44b0b264651a26c84e81 - - default default] TaaS: Handle Delete Port: 9edceb1f-ed29-4669-af65-347f264fa927 2026-06-25 23:36:50.698 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5c45ab3-f2c6-4730-87ab-7cebfc20b87f cbacf9a76c0745059f5b6196deacf79b 6759f532043e44b0b264651a26c84e81 - - default default] Tap Mirror: Handle Delete Port: 9edceb1f-ed29-4669-af65-347f264fa927 [pid: 7|app: 0|req: 662/1461] 10.0.0.131 () {34 vars in 783 bytes} [Thu Jun 25 23:36:49 2026] PUT /v2.0/routers/d3e99beb-9513-4eaa-858d-16997cb5549f/add_router_interface => generated 309 bytes in 1428 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1462] 10.0.0.131 () {32 vars in 732 bytes} [Thu Jun 25 23:36:50 2026] DELETE /v2.0/floatingips/17464805-0f11-49a5-93e7-d36c60dbabcb => generated 0 bytes in 237 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1463] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:36:50 2026] GET /v2.0/security-groups?tenant_id=5433a6a31d8440ff955c3ecf80993356&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: 801/1464] 10.0.0.131 () {34 vars in 676 bytes} [Thu Jun 25 23:36:50 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) 2026-06-25 23:36:51.782 8 INFO neutron_taas.services.taas.taas_plugin [None req-9f0f0530-930b-4c2c-9774-1e28d01f53b1 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: 29242a2e-7e64-4c88-a14a-1ad2f1dd2983 2026-06-25 23:36:51.785 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f0f0530-930b-4c2c-9774-1e28d01f53b1 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: 29242a2e-7e64-4c88-a14a-1ad2f1dd2983 [pid: 8|app: 0|req: 802/1465] 10.0.0.131 () {34 vars in 789 bytes} [Thu Jun 25 23:36:51 2026] PUT /v2.0/routers/08e3db63-434d-4cf6-a8fd-650180e4f200/remove_router_interface => generated 309 bytes in 937 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1466] 10.0.0.131 () {34 vars in 783 bytes} [Thu Jun 25 23:36:50 2026] PUT /v2.0/routers/d3e99beb-9513-4eaa-858d-16997cb5549f/add_router_interface => generated 309 bytes in 1404 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1467] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:36:52 2026] DELETE /v2.0/security-groups/361a7bad-5d7b-4dfd-80dc-652815c1a7e5 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:36:52.597 8 INFO neutron_taas.services.taas.taas_plugin [None req-29cab04d-3b44-4c1c-b58e-46fbfcea564e 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: 53c6d3cf-0296-4f04-9a30-32ee1d671f1f 2026-06-25 23:36:52.600 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29cab04d-3b44-4c1c-b58e-46fbfcea564e 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: 53c6d3cf-0296-4f04-9a30-32ee1d671f1f [pid: 7|app: 0|req: 665/1468] 10.0.0.131 () {34 vars in 676 bytes} [Thu Jun 25 23:36:52 2026] POST /v2.0/floatingips => generated 552 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:36:52.841 8 INFO neutron_taas.services.taas.taas_plugin [None req-29cab04d-3b44-4c1c-b58e-46fbfcea564e 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: 8b83d100-721a-44e6-bd2d-7ef2290a761f 2026-06-25 23:36:52.843 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29cab04d-3b44-4c1c-b58e-46fbfcea564e 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: 8b83d100-721a-44e6-bd2d-7ef2290a761f [pid: 7|app: 0|req: 666/1469] 10.0.0.131 () {34 vars in 684 bytes} [Thu Jun 25 23:36:52 2026] POST /v2.0/security-groups => generated 1628 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1470] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:36:52 2026] GET /v2.0/security-groups?tenant_id=1356f31f506c44dea8ed426afcdd4ef9&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1471] 10.0.0.131 () {34 vars in 759 bytes} [Thu Jun 25 23:36:53 2026] PUT /v2.0/floatingips/fd6b97b2-b9d5-4c13-9a9f-9c023921fe4f/tags => generated 17 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:36:53.166 8 INFO neutron.services.segments.plugin [-] Segment 27138c51-7cf7-482d-8251-41b693a3046a resource provider aggregate not found 2026-06-25 23:36:53.177 8 INFO neutron.services.segments.plugin [-] Segment 27138c51-7cf7-482d-8251-41b693a3046a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27138c51-7cf7-482d-8251-41b693a3046a found for delete ", "request_id": "req-0af6c19a-0bcd-4fe7-aa31-a4f079620950"}]} 2026-06-25 23:36:53.178 8 INFO neutron.services.segments.plugin [-] Segment 27138c51-7cf7-482d-8251-41b693a3046a resource provider aggregate not found 2026-06-25 23:36:53.188 8 INFO neutron.db.l3_hamode_db [None req-29cab04d-3b44-4c1c-b58e-46fbfcea564e 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] HA network f9c96bc2-2751-4e09-9061-f2cee29f5d38 was deleted as no HA routers are present in tenant 6759f532043e44b0b264651a26c84e81. 2026-06-25 23:36:53.193 8 INFO neutron.services.segments.plugin [-] Segment 27138c51-7cf7-482d-8251-41b693a3046a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27138c51-7cf7-482d-8251-41b693a3046a found for delete ", "request_id": "req-fe67b487-2758-4522-89a5-a59295fdea20"}]} [pid: 8|app: 0|req: 804/1472] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:36:52 2026] DELETE /v2.0/routers/08e3db63-434d-4cf6-a8fd-650180e4f200 => generated 0 bytes in 797 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1473] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:36:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1474] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:36:53 2026] DELETE /v2.0/security-groups/fb9122c2-c35a-43b9-93db-8395131ef1bd => 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: 670/1475] 10.0.0.131 () {34 vars in 759 bytes} [Thu Jun 25 23:36:53 2026] PUT /v2.0/floatingips/e15f38f4-4b03-4bd7-9224-1520730b326d/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: 671/1476] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:36:53 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: 7|app: 0|req: 672/1477] 10.0.0.131 () {34 vars in 759 bytes} [Thu Jun 25 23:36:53 2026] PUT /v2.0/floatingips/5a351d86-7a36-495f-bd38-f908e4f7b224/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: 806/1478] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:36:53 2026] DELETE /v2.0/subnets/5e4be97a-6465-43d3-90ae-9951c8efdf52 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1479] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:36:53 2026] POST /v2.0/security-group-rules => generated 599 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1480] 10.0.0.131 () {34 vars in 759 bytes} [Thu Jun 25 23:36:53 2026] PUT /v2.0/floatingips/142ce5a0-7aa6-4156-9054-eb97134ae090/tags => generated 19 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:36:53.617 7 INFO neutron_taas.services.taas.taas_plugin [None req-7cdaa5ed-5af7-4e2c-92e3-fdb2faad7b2d 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: f8793551-adfa-48ca-8c92-adf0f3a803d9 2026-06-25 23:36:53.620 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cdaa5ed-5af7-4e2c-92e3-fdb2faad7b2d 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: f8793551-adfa-48ca-8c92-adf0f3a803d9 [pid: 8|app: 0|req: 808/1481] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:36:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1482] 10.0.0.131 () {32 vars in 672 bytes} [Thu Jun 25 23:36:53 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:36:53.788 7 INFO neutron.services.segments.plugin [-] Segment 98bc897c-0bc5-4a20-a8f6-dcf51dc4e56c resource provider aggregate not found 2026-06-25 23:36:53.795 7 INFO neutron.services.segments.plugin [-] Segment 98bc897c-0bc5-4a20-a8f6-dcf51dc4e56c resource provider aggregate not found 2026-06-25 23:36:53.810 7 INFO neutron.services.segments.plugin [-] Segment 98bc897c-0bc5-4a20-a8f6-dcf51dc4e56c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98bc897c-0bc5-4a20-a8f6-dcf51dc4e56c found for delete ", "request_id": "req-4d8a3b58-2f55-4c04-9c58-5c830ddf449c"}]} 2026-06-25 23:36:53.814 7 INFO neutron.services.segments.plugin [-] Segment 98bc897c-0bc5-4a20-a8f6-dcf51dc4e56c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98bc897c-0bc5-4a20-a8f6-dcf51dc4e56c found for delete ", "request_id": "req-714cd505-2c7c-4b6d-a1ec-d6295caa462e"}]} [pid: 7|app: 0|req: 674/1483] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:36:53 2026] DELETE /v2.0/networks/5a4939ab-23fd-4c24-aca0-3eaa9e7c0826 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1484] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:36:53 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: 7|app: 0|req: 675/1485] 10.0.0.131 () {32 vars in 686 bytes} [Thu Jun 25 23:36:53 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1486] 10.0.0.131 () {32 vars in 682 bytes} [Thu Jun 25 23:36:53 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1487] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:36:53 2026] GET /v2.0/security-groups?tenant_id=6759f532043e44b0b264651a26c84e81&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1488] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:36:53 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: 678/1489] 10.0.0.131 () {32 vars in 694 bytes} [Thu Jun 25 23:36:53 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1490] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:36:53 2026] DELETE /v2.0/security-groups/4fcb60ba-0176-44b7-a81b-a5c4d529ed38 => 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: 813/1491] 10.0.0.131 () {32 vars in 680 bytes} [Thu Jun 25 23:36:54 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1492] 10.0.0.131 () {32 vars in 694 bytes} [Thu Jun 25 23:36:54 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1493] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:36:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1494] 10.0.0.131 () {32 vars in 690 bytes} [Thu Jun 25 23:36:54 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1495] 10.0.0.131 () {32 vars in 702 bytes} [Thu Jun 25 23:36:54 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1496] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:36:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:36:54.303 8 INFO neutron_taas.services.taas.taas_plugin [None req-deb52fbd-07a3-4c6e-9e42-7d6b5602222e b24f2a4dbe984f0c9f0f7f36bc340d7d 2ca3eaebec414cae8246eea948d7d3ff - - default default] TaaS: Handle Delete Port: 15d1150d-b37c-4a99-92e0-6a751e52ccf7 2026-06-25 23:36:54.307 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-deb52fbd-07a3-4c6e-9e42-7d6b5602222e b24f2a4dbe984f0c9f0f7f36bc340d7d 2ca3eaebec414cae8246eea948d7d3ff - - default default] Tap Mirror: Handle Delete Port: 15d1150d-b37c-4a99-92e0-6a751e52ccf7 [pid: 7|app: 0|req: 681/1497] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:36:54 2026] POST /v2.0/security-group-rules => generated 599 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1498] 10.0.0.131 () {32 vars in 732 bytes} [Thu Jun 25 23:36:54 2026] DELETE /v2.0/floatingips/fd6b97b2-b9d5-4c13-9a9f-9c023921fe4f => generated 0 bytes in 231 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:36:54.542 8 INFO neutron_taas.services.taas.taas_plugin [None req-d77a7551-630b-4df0-b82a-1008ec674545 b24f2a4dbe984f0c9f0f7f36bc340d7d 2ca3eaebec414cae8246eea948d7d3ff - - default default] TaaS: Handle Delete Port: 953d9be4-5f2d-4f9b-99be-686c079207cc 2026-06-25 23:36:54.545 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d77a7551-630b-4df0-b82a-1008ec674545 b24f2a4dbe984f0c9f0f7f36bc340d7d 2ca3eaebec414cae8246eea948d7d3ff - - default default] Tap Mirror: Handle Delete Port: 953d9be4-5f2d-4f9b-99be-686c079207cc [pid: 7|app: 0|req: 682/1499] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:36:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1500] 10.0.0.131 () {32 vars in 732 bytes} [Thu Jun 25 23:36:54 2026] DELETE /v2.0/floatingips/e15f38f4-4b03-4bd7-9224-1520730b326d => generated 0 bytes in 258 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1501] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:36:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:36:54.792 8 INFO neutron_taas.services.taas.taas_plugin [None req-b2307ef1-d92f-4022-91d7-7f15e7010cff b24f2a4dbe984f0c9f0f7f36bc340d7d 2ca3eaebec414cae8246eea948d7d3ff - - default default] TaaS: Handle Delete Port: cee24e8a-0545-48de-80b8-36d2ed9b406a 2026-06-25 23:36:54.796 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2307ef1-d92f-4022-91d7-7f15e7010cff b24f2a4dbe984f0c9f0f7f36bc340d7d 2ca3eaebec414cae8246eea948d7d3ff - - default default] Tap Mirror: Handle Delete Port: cee24e8a-0545-48de-80b8-36d2ed9b406a [pid: 8|app: 0|req: 819/1502] 10.0.0.131 () {32 vars in 732 bytes} [Thu Jun 25 23:36:54 2026] DELETE /v2.0/floatingips/5a351d86-7a36-495f-bd38-f908e4f7b224 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:36:55.069 7 INFO neutron_taas.services.taas.taas_plugin [None req-e7cf2a1f-ed61-47f4-8183-930ae365c131 b24f2a4dbe984f0c9f0f7f36bc340d7d 2ca3eaebec414cae8246eea948d7d3ff - - default default] TaaS: Handle Delete Port: 51364423-4888-4b28-b5ab-caad67748a0f 2026-06-25 23:36:55.074 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7cf2a1f-ed61-47f4-8183-930ae365c131 b24f2a4dbe984f0c9f0f7f36bc340d7d 2ca3eaebec414cae8246eea948d7d3ff - - default default] Tap Mirror: Handle Delete Port: 51364423-4888-4b28-b5ab-caad67748a0f [pid: 8|app: 0|req: 820/1503] 10.0.0.238 () {34 vars in 1096 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1664523691&fields=id&tenant_id=e6b7f7700b5a40af9722547268be2e3a => 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: 823/1506] 10.0.0.238 () {34 vars in 982 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/networks?id=87c0d41b-2fcb-4679-a303-5db05e9da367 => generated 704 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1507] 10.0.0.238 () {34 vars in 965 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/quotas/e6b7f7700b5a40af9722547268be2e3a => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1508] 10.0.0.131 () {32 vars in 732 bytes} [Thu Jun 25 23:36:54 2026] DELETE /v2.0/floatingips/142ce5a0-7aa6-4156-9054-eb97134ae090 => generated 0 bytes in 340 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1509] 10.0.0.238 () {34 vars in 1002 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/ports?tenant_id=e6b7f7700b5a40af9722547268be2e3a&fields=id => generated 287 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:36:55.413 7 INFO neutron_taas.services.taas.taas_plugin [None req-01f6cbe8-f20b-4637-94c4-eadc84bd9cd2 b24f2a4dbe984f0c9f0f7f36bc340d7d 2ca3eaebec414cae8246eea948d7d3ff - - default default] TaaS: Handle Delete Port: ead0de04-b8e5-4b05-9baf-84932c0f8d20 2026-06-25 23:36:55.416 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01f6cbe8-f20b-4637-94c4-eadc84bd9cd2 b24f2a4dbe984f0c9f0f7f36bc340d7d 2ca3eaebec414cae8246eea948d7d3ff - - default default] Tap Mirror: Handle Delete Port: ead0de04-b8e5-4b05-9baf-84932c0f8d20 [pid: 8|app: 0|req: 826/1510] 10.0.0.238 () {34 vars in 1008 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/networks/87c0d41b-2fcb-4679-a303-5db05e9da367?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: 827/1511] 10.0.0.238 () {34 vars in 1108 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/networks/87c0d41b-2fcb-4679-a303-5db05e9da367?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: 685/1512] 10.0.0.131 () {32 vars in 732 bytes} [Thu Jun 25 23:36:55 2026] DELETE /v2.0/floatingips/2dbe73d0-996e-41c3-9d70-e4ecbdce45a3 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1513] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/ports?device_id=c2744dc8-d216-4f08-8f09-6a7c663a88a5 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:36:55.998 7 INFO neutron.db.segments_db [None req-e8d48936-22d1-42af-97d7-0822c4f662b0 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Added segment 815998fc-ea70-4b6f-85b9-78ee7a94aa0a of type vxlan for network b6c47ca1-5d33-4b85-92ee-f06ea85c73e3 [pid: 7|app: 0|req: 686/1514] 10.0.0.131 () {34 vars in 671 bytes} [Thu Jun 25 23:36:55 2026] POST /v2.0/networks => generated 737 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1515] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:36:56 2026] POST /v2.0/subnets => generated 684 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:36:56.342 7 INFO neutron.db.segments_db [None req-d1d96441-a682-4024-a480-93268620297c 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Added segment 79f5421f-50f3-4a77-b675-38010b0f5225 of type vxlan for network fa1cd128-36af-4454-8d88-728893a32ae1 2026-06-25 23:36:56.570 7 INFO neutron.db.l3_hamode_db [None req-d1d96441-a682-4024-a480-93268620297c 2eee7cff3dc044498d68da4fcf568f12 665d45160268493e901d76cf8ceadf3c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 830/1516] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/security-groups?tenant_id=db8eb6e893c342cca31a0ccc8d2c03ca&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1517] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:36:56 2026] DELETE /v2.0/security-groups/b9003ee4-b6c0-4693-9d7f-23de2e4b03d0 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1518] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/security-groups?tenant_id=0940a9ab3f9b47b3910e626d002397eb&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1519] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:36:57 2026] DELETE /v2.0/security-groups/ae91ee19-4b44-42e7-8f9f-704ba3629dba => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:36:57.397 7 INFO neutron.db.l3_hamode_db [None req-d1d96441-a682-4024-a480-93268620297c 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 834/1520] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:36:57 2026] GET /v2.0/security-groups?tenant_id=2ca3eaebec414cae8246eea948d7d3ff&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: 835/1521] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:36:57 2026] DELETE /v2.0/security-groups/b2008523-692a-41db-9f9d-dc374e1c609f => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:36:57.984 8 INFO neutron.db.segments_db [None req-6a303518-a729-4244-80d1-39a35b963f6d 0d152c937aa246c68700b72a49a5506a 3e281570c1a24099afe9d5242329ddd6 - - default default] Added segment 6ce44998-8b8a-4c18-98bb-6e5056d3a03e of type vxlan for network a81f9c1b-becc-45ff-b2ae-594c8b6b2b64 [pid: 8|app: 0|req: 836/1522] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:36:57 2026] POST /v2.0/networks => generated 631 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1523] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:36:56 2026] POST /v2.0/routers => generated 724 bytes in 1983 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1524] 10.0.0.131 () {34 vars in 664 bytes} [Thu Jun 25 23:36:58 2026] POST /v2.0/ports => generated 743 bytes in 232 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: 838/1525] 10.0.0.131 () {34 vars in 666 bytes} [Thu Jun 25 23:36:58 2026] POST /v2.0/trunks => generated 407 bytes in 611 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:36:58.984 8 INFO neutron.db.segments_db [None req-c86663e0-4001-4cf4-bbfe-e73ffe4c6063 0d152c937aa246c68700b72a49a5506a 3e281570c1a24099afe9d5242329ddd6 - - default default] Added segment 5fc8c49f-a0f5-4e18-9d5a-beb3637b0e32 of type vxlan for network c61cd248-f198-4caf-8169-1f3c7bcc0aef [pid: 8|app: 0|req: 839/1526] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:36:58 2026] POST /v2.0/networks => generated 631 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1527] 10.0.0.131 () {34 vars in 783 bytes} [Thu Jun 25 23:36:58 2026] PUT /v2.0/routers/2045dadb-69e2-41c8-a26f-6ec9aecd2f0a/add_router_interface => generated 309 bytes in 1135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1528] 10.0.0.131 () {34 vars in 664 bytes} [Thu Jun 25 23:36:59 2026] POST /v2.0/ports => generated 743 bytes in 343 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: 841/1529] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:36:59 2026] GET /v2.0/networks?id=87c0d41b-2fcb-4679-a303-5db05e9da367 => 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: 842/1530] 199.19.213.195 () {34 vars in 1050 bytes} [Thu Jun 25 23:36:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e6b7f7700b5a40af9722547268be2e3a => generated 179 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1531] 10.0.0.131 () {34 vars in 666 bytes} [Thu Jun 25 23:36:59 2026] POST /v2.0/trunks => generated 407 bytes in 614 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1532] 10.0.0.131 () {34 vars in 685 bytes} [Thu Jun 25 23:37:00 2026] POST /v2.0/security-groups => generated 1660 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-25 23:37:00.225 7 INFO neutron.db.segments_db [None req-cc2358b8-bbbd-44b9-a6af-6f1d4f09c1f1 0d152c937aa246c68700b72a49a5506a 3e281570c1a24099afe9d5242329ddd6 - - default default] Added segment ed04042e-0548-4507-90ca-cac6b2bb9a9c of type vxlan for network 51311889-3f67-4a27-af60-9236b2b0bb1d [pid: 7|app: 0|req: 691/1533] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:37:00 2026] POST /v2.0/networks => generated 631 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1534] 199.19.213.195 () {38 vars in 955 bytes} [Thu Jun 25 23:36:59 2026] POST /v2.0/ports => generated 1179 bytes in 381 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: 692/1535] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:37:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1536] 10.0.0.131 () {34 vars in 664 bytes} [Thu Jun 25 23:37:00 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 845/1537] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:37:00 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1538] 199.19.213.195 () {38 vars in 1028 bytes} [Thu Jun 25 23:37:00 2026] PUT /v2.0/ports/429634fd-e3ee-46bb-9d65-5e22e2b350a1 => generated 1460 bytes in 433 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-25 23:37:00.915 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ca00bd28-0e0f-4ecd-9e8b-320db840a867'] response: {'name': 'network-changed', 'server_uuid': 'c2744dc8-d216-4f08-8f09-6a7c663a88a5', 'tag': '429634fd-e3ee-46bb-9d65-5e22e2b350a1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 694/1539] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:00 2026] GET /v2.0/ports?device_id=c2744dc8-d216-4f08-8f09-6a7c663a88a5 => generated 1194 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1540] 10.0.0.131 () {34 vars in 666 bytes} [Thu Jun 25 23:37:00 2026] POST /v2.0/trunks => generated 407 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1541] 10.0.0.131 () {34 vars in 676 bytes} [Thu Jun 25 23:37:00 2026] POST /v2.0/subnetpools => generated 516 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1542] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:01 2026] GET /v2.0/security-groups?id=a41db5a8-3fb9-4f92-a900-eba0dc3f69a0&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-25 23:37:01.255 8 INFO neutron.db.segments_db [None req-124c372a-08a3-4044-ad02-8d680d06735b 0d152c937aa246c68700b72a49a5506a 3e281570c1a24099afe9d5242329ddd6 - - default default] Added segment e7bcecc6-ebb7-4d7c-bc62-02576c7c6743 of type vxlan for network 87956cae-ae3d-476e-a698-fb5dfb9a745b [pid: 8|app: 0|req: 849/1543] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:37:01 2026] POST /v2.0/networks => generated 632 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1544] 10.0.0.131 () {34 vars in 759 bytes} [Thu Jun 25 23:37:01 2026] PUT /v2.0/subnetpools/41b90bdc-d69e-4c0c-b388-d2769a358bb5/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: 695/1545] 10.0.0.131 () {34 vars in 676 bytes} [Thu Jun 25 23:37:00 2026] POST /v2.0/floatingips => generated 552 bytes in 450 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1546] 10.0.0.131 () {32 vars in 739 bytes} [Thu Jun 25 23:37:01 2026] GET /v2.0/subnetpools/41b90bdc-d69e-4c0c-b388-d2769a358bb5/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1547] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:37:01 2026] GET /v2.0/ports?tenant_id=e6b7f7700b5a40af9722547268be2e3a&device_id=c2744dc8-d216-4f08-8f09-6a7c663a88a5 => generated 1463 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1548] 10.0.0.131 () {34 vars in 770 bytes} [Thu Jun 25 23:37:01 2026] PUT /v2.0/subnetpools/41b90bdc-d69e-4c0c-b388-d2769a358bb5/tags/green => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1549] 199.19.213.195 () {34 vars in 1018 bytes} [Thu Jun 25 23:37:01 2026] GET /v2.0/networks?tenant_id=e6b7f7700b5a40af9722547268be2e3a&shared=False => generated 2375 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1550] 10.0.0.131 () {32 vars in 739 bytes} [Thu Jun 25 23:37:01 2026] GET /v2.0/subnetpools/41b90bdc-d69e-4c0c-b388-d2769a358bb5/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1551] 199.19.213.195 () {34 vars in 930 bytes} [Thu Jun 25 23:37:01 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: 702/1552] 10.0.0.131 () {34 vars in 766 bytes} [Thu Jun 25 23:37:01 2026] PUT /v2.0/subnetpools/41b90bdc-d69e-4c0c-b388-d2769a358bb5/tags/red => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1553] 10.0.0.131 () {32 vars in 739 bytes} [Thu Jun 25 23:37:01 2026] GET /v2.0/subnetpools/41b90bdc-d69e-4c0c-b388-d2769a358bb5/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1554] 10.0.0.131 () {34 vars in 664 bytes} [Thu Jun 25 23:37:01 2026] POST /v2.0/ports => generated 743 bytes in 306 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: 704/1555] 10.0.0.131 () {34 vars in 788 bytes} [Thu Jun 25 23:37:01 2026] PUT /v2.0/subnetpools/41b90bdc-d69e-4c0c-b388-d2769a358bb5/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: 7|app: 0|req: 705/1556] 10.0.0.131 () {32 vars in 739 bytes} [Thu Jun 25 23:37:01 2026] GET /v2.0/subnetpools/41b90bdc-d69e-4c0c-b388-d2769a358bb5/tags => generated 52 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1557] 10.0.0.131 () {34 vars in 759 bytes} [Thu Jun 25 23:37:01 2026] PUT /v2.0/subnetpools/41b90bdc-d69e-4c0c-b388-d2769a358bb5/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1558] 10.0.0.131 () {34 vars in 666 bytes} [Thu Jun 25 23:37:01 2026] POST /v2.0/trunks => generated 407 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1559] 10.0.0.131 () {32 vars in 739 bytes} [Thu Jun 25 23:37:01 2026] GET /v2.0/subnetpools/41b90bdc-d69e-4c0c-b388-d2769a358bb5/tags => generated 37 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1560] 10.0.0.131 () {32 vars in 747 bytes} [Thu Jun 25 23:37:01 2026] GET /v2.0/subnetpools/41b90bdc-d69e-4c0c-b388-d2769a358bb5/tags/red => generated 0 bytes in 22 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:37:01.888 8 INFO neutron.db.segments_db [None req-39f095fb-7732-40e5-a360-8927b4f13cad 0d152c937aa246c68700b72a49a5506a 3e281570c1a24099afe9d5242329ddd6 - - default default] Added segment 2d89c999-c6ac-42f8-bf77-3ec72a80e2c0 of type vxlan for network e0a49053-1284-460f-9f46-e9117d00d91f [pid: 7|app: 0|req: 709/1561] 10.0.0.238 () {34 vars in 1100 bytes} [Thu Jun 25 23:37:01 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1948975784&fields=id&tenant_id=665d45160268493e901d76cf8ceadf3c => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:37:01.909 7 INFO neutron.api.v2.resource [None req-618ed5ec-c4de-4235-ad3d-42db3d3de044 c41265dcb2b34b70b44a2de211bbba79 6f06a56ab60146c9b45d41e374d690aa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 710/1562] 10.0.0.131 () {32 vars in 751 bytes} [Thu Jun 25 23:37:01 2026] GET /v2.0/subnetpools/41b90bdc-d69e-4c0c-b388-d2769a358bb5/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1563] 10.0.0.238 () {34 vars in 982 bytes} [Thu Jun 25 23:37:01 2026] GET /v2.0/networks?id=b6c47ca1-5d33-4b85-92ee-f06ea85c73e3 => generated 669 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1564] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:37:01 2026] POST /v2.0/networks => generated 631 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1565] 10.0.0.238 () {34 vars in 965 bytes} [Thu Jun 25 23:37:01 2026] GET /v2.0/quotas/665d45160268493e901d76cf8ceadf3c => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1566] 10.0.0.131 () {32 vars in 750 bytes} [Thu Jun 25 23:37:01 2026] DELETE /v2.0/subnetpools/41b90bdc-d69e-4c0c-b388-d2769a358bb5/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1567] 10.0.0.238 () {34 vars in 1002 bytes} [Thu Jun 25 23:37:02 2026] GET /v2.0/ports?tenant_id=665d45160268493e901d76cf8ceadf3c&fields=id => generated 57 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1568] 10.0.0.131 () {32 vars in 739 bytes} [Thu Jun 25 23:37:02 2026] GET /v2.0/subnetpools/41b90bdc-d69e-4c0c-b388-d2769a358bb5/tags => generated 30 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1569] 10.0.0.238 () {34 vars in 1008 bytes} [Thu Jun 25 23:37:02 2026] GET /v2.0/networks/b6c47ca1-5d33-4b85-92ee-f06ea85c73e3?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:37:02.183 7 INFO neutron.api.v2.resource [None req-8d58ddc0-4f06-487a-ab9e-03d8fee35aad c41265dcb2b34b70b44a2de211bbba79 6f06a56ab60146c9b45d41e374d690aa - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 716/1570] 10.0.0.131 () {32 vars in 754 bytes} [Thu Jun 25 23:37:02 2026] DELETE /v2.0/subnetpools/41b90bdc-d69e-4c0c-b388-d2769a358bb5/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1571] 10.0.0.238 () {34 vars in 1108 bytes} [Thu Jun 25 23:37:02 2026] GET /v2.0/networks/b6c47ca1-5d33-4b85-92ee-f06ea85c73e3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1572] 10.0.0.131 () {32 vars in 742 bytes} [Thu Jun 25 23:37:02 2026] DELETE /v2.0/subnetpools/41b90bdc-d69e-4c0c-b388-d2769a358bb5/tags => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1573] 10.0.0.131 () {34 vars in 664 bytes} [Thu Jun 25 23:37:01 2026] POST /v2.0/ports => generated 743 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 719/1574] 10.0.0.131 () {32 vars in 739 bytes} [Thu Jun 25 23:37:02 2026] GET /v2.0/subnetpools/41b90bdc-d69e-4c0c-b388-d2769a358bb5/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1575] 10.0.0.131 () {32 vars in 732 bytes} [Thu Jun 25 23:37:02 2026] DELETE /v2.0/subnetpools/41b90bdc-d69e-4c0c-b388-d2769a358bb5 => 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: 721/1576] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:02 2026] GET /v2.0/ports?device_id=7b3d717d-5d82-4315-adeb-f5fdc4f18084 => 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: 856/1577] 10.0.0.131 () {34 vars in 666 bytes} [Thu Jun 25 23:37:02 2026] POST /v2.0/trunks => generated 407 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1578] 10.0.0.131 () {34 vars in 749 bytes} [Thu Jun 25 23:37:02 2026] PUT /v2.0/trunks/b2e26942-d108-4030-9de9-17c509c459ce/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1579] 10.0.0.131 () {34 vars in 749 bytes} [Thu Jun 25 23:37:02 2026] PUT /v2.0/trunks/822e8900-f930-4bca-8079-14db1c310f70/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1580] 10.0.0.131 () {34 vars in 749 bytes} [Thu Jun 25 23:37:02 2026] PUT /v2.0/trunks/a6f10930-c34f-4369-8bb7-4d37c13ba293/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: 724/1581] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:37:02 2026] GET /v2.0/ports?tenant_id=e6b7f7700b5a40af9722547268be2e3a&device_id=c2744dc8-d216-4f08-8f09-6a7c663a88a5 => generated 1463 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1582] 10.0.0.131 () {34 vars in 749 bytes} [Thu Jun 25 23:37:02 2026] PUT /v2.0/trunks/9c5be427-96a7-409d-8fbf-b74f0d14490f/tags => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1583] 199.19.213.195 () {34 vars in 1056 bytes} [Thu Jun 25 23:37:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.90&port_id=429634fd-e3ee-46bb-9d65-5e22e2b350a1 => 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: 859/1584] 10.0.0.131 () {32 vars in 662 bytes} [Thu Jun 25 23:37:02 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1585] 199.19.213.195 () {34 vars in 1104 bytes} [Thu Jun 25 23:37:02 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A18e&port_id=429634fd-e3ee-46bb-9d65-5e22e2b350a1 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1586] 199.19.213.195 () {34 vars in 1064 bytes} [Thu Jun 25 23:37:02 2026] GET /v2.0/subnets?id=0a235a9d-2d4b-4387-b4ee-8ab9970c5f3b&id=65537232-263c-4db8-9d6f-c712c9cdb1d8 => generated 1411 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1587] 10.0.0.131 () {32 vars in 676 bytes} [Thu Jun 25 23:37:02 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1588] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:37:02 2026] GET /v2.0/ports?network_id=87c0d41b-2fcb-4679-a303-5db05e9da367&device_owner=network%3Adhcp => generated 1457 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1589] 10.0.0.131 () {32 vars in 672 bytes} [Thu Jun 25 23:37:02 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1590] 10.0.0.131 () {32 vars in 684 bytes} [Thu Jun 25 23:37:02 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1591] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:37:02 2026] GET /v2.0/ports?network_id=87c0d41b-2fcb-4679-a303-5db05e9da367&device_owner=network%3Adhcp => generated 1457 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1592] 10.0.0.131 () {32 vars in 670 bytes} [Thu Jun 25 23:37:02 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1593] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:37:02 2026] GET /v2.0/networks/87c0d41b-2fcb-4679-a303-5db05e9da367?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1594] 10.0.0.131 () {32 vars in 684 bytes} [Thu Jun 25 23:37:02 2026] GET /v2.0/trunks?not-tags=red%2Cblue => 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: 732/1595] 10.0.0.131 () {32 vars in 680 bytes} [Thu Jun 25 23:37:02 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1596] 10.0.0.131 () {32 vars in 692 bytes} [Thu Jun 25 23:37:02 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1597] 10.0.0.131 () {32 vars in 719 bytes} [Thu Jun 25 23:37:02 2026] GET /v2.0/trunks/b2e26942-d108-4030-9de9-17c509c459ce => generated 412 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1598] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:37:02 2026] GET /v2.0/networks/87c0d41b-2fcb-4679-a303-5db05e9da367?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1599] 10.0.0.131 () {32 vars in 717 bytes} [Thu Jun 25 23:37:02 2026] GET /v2.0/ports/e1121a42-2cb1-4c6c-afea-7239de414335 => generated 826 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1600] 10.0.0.131 () {32 vars in 722 bytes} [Thu Jun 25 23:37:02 2026] DELETE /v2.0/trunks/b2e26942-d108-4030-9de9-17c509c459ce => 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: 736/1601] 10.0.0.131 () {32 vars in 719 bytes} [Thu Jun 25 23:37:03 2026] GET /v2.0/trunks/822e8900-f930-4bca-8079-14db1c310f70 => generated 420 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1602] 10.0.0.131 () {32 vars in 717 bytes} [Thu Jun 25 23:37:03 2026] GET /v2.0/ports/aa88f2f1-f685-4e12-8d1f-7f50cf31d917 => generated 826 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1603] 10.0.0.131 () {32 vars in 722 bytes} [Thu Jun 25 23:37:03 2026] DELETE /v2.0/trunks/822e8900-f930-4bca-8079-14db1c310f70 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1604] 10.0.0.131 () {32 vars in 719 bytes} [Thu Jun 25 23:37:03 2026] GET /v2.0/trunks/a6f10930-c34f-4369-8bb7-4d37c13ba293 => generated 429 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1605] 10.0.0.131 () {32 vars in 717 bytes} [Thu Jun 25 23:37:03 2026] GET /v2.0/ports/fa9b0bcb-06bc-4af6-871d-524b632296c3 => generated 826 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1606] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:37:03 2026] GET /v2.0/security-groups?tenant_id=6f06a56ab60146c9b45d41e374d690aa&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: 741/1607] 10.0.0.131 () {32 vars in 722 bytes} [Thu Jun 25 23:37:03 2026] DELETE /v2.0/trunks/a6f10930-c34f-4369-8bb7-4d37c13ba293 => 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: 742/1608] 10.0.0.131 () {32 vars in 719 bytes} [Thu Jun 25 23:37:03 2026] GET /v2.0/trunks/9c5be427-96a7-409d-8fbf-b74f0d14490f => generated 414 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1609] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:37:03 2026] DELETE /v2.0/security-groups/e08f4f07-bc94-4461-9723-c601d838dcfc => 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: 743/1610] 10.0.0.131 () {32 vars in 717 bytes} [Thu Jun 25 23:37:03 2026] GET /v2.0/ports/c69bdaf3-b22b-4bb4-a08b-e76e9fc1c03b => generated 826 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1611] 10.0.0.131 () {32 vars in 722 bytes} [Thu Jun 25 23:37:03 2026] DELETE /v2.0/trunks/9c5be427-96a7-409d-8fbf-b74f0d14490f => 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: 869/1612] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:03 2026] GET /v2.0/ports?device_id=7b3d717d-5d82-4315-adeb-f5fdc4f18084 => 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: 870/1613] 10.0.0.131 () {32 vars in 719 bytes} [Thu Jun 25 23:37:03 2026] GET /v2.0/trunks/a0315728-18e4-4a37-a8fc-b63597cf8347 => generated 407 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1614] 10.0.0.131 () {32 vars in 717 bytes} [Thu Jun 25 23:37:03 2026] GET /v2.0/ports/74217a44-7675-4c6b-bbe5-d45ea171564d => generated 826 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1615] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:37:03 2026] GET /v2.0/security-groups?tenant_id=6010b80602174945ba6d2c7a72132080&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1616] 10.0.0.131 () {32 vars in 722 bytes} [Thu Jun 25 23:37:03 2026] DELETE /v2.0/trunks/a0315728-18e4-4a37-a8fc-b63597cf8347 => 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: 745/1617] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:37:03 2026] DELETE /v2.0/security-groups/013e45c4-ec66-45a3-b5f6-e7b91b597207 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:37:03.850 8 INFO neutron_taas.services.taas.taas_plugin [None req-ccf87e4d-8076-4a46-a707-b7c69ba9c231 0d152c937aa246c68700b72a49a5506a 3e281570c1a24099afe9d5242329ddd6 - - default default] TaaS: Handle Delete Port: e1121a42-2cb1-4c6c-afea-7239de414335 2026-06-25 23:37:03.854 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ccf87e4d-8076-4a46-a707-b7c69ba9c231 0d152c937aa246c68700b72a49a5506a 3e281570c1a24099afe9d5242329ddd6 - - default default] Tap Mirror: Handle Delete Port: e1121a42-2cb1-4c6c-afea-7239de414335 [pid: 8|app: 0|req: 873/1618] 10.0.0.131 () {32 vars in 720 bytes} [Thu Jun 25 23:37:03 2026] DELETE /v2.0/ports/e1121a42-2cb1-4c6c-afea-7239de414335 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:37:04.054 7 INFO neutron_taas.services.taas.taas_plugin [None req-5ee75503-5634-47ee-9ba3-7cbabab2639a 0d152c937aa246c68700b72a49a5506a 3e281570c1a24099afe9d5242329ddd6 - - default default] TaaS: Handle Delete Port: aa88f2f1-f685-4e12-8d1f-7f50cf31d917 2026-06-25 23:37:04.058 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ee75503-5634-47ee-9ba3-7cbabab2639a 0d152c937aa246c68700b72a49a5506a 3e281570c1a24099afe9d5242329ddd6 - - default default] Tap Mirror: Handle Delete Port: aa88f2f1-f685-4e12-8d1f-7f50cf31d917 [pid: 7|app: 0|req: 746/1619] 10.0.0.131 () {32 vars in 720 bytes} [Thu Jun 25 23:37:03 2026] DELETE /v2.0/ports/aa88f2f1-f685-4e12-8d1f-7f50cf31d917 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:37:04.271 8 INFO neutron_taas.services.taas.taas_plugin [None req-4b822da0-89cf-41a5-ba09-3271653d29c5 0d152c937aa246c68700b72a49a5506a 3e281570c1a24099afe9d5242329ddd6 - - default default] TaaS: Handle Delete Port: fa9b0bcb-06bc-4af6-871d-524b632296c3 2026-06-25 23:37:04.274 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b822da0-89cf-41a5-ba09-3271653d29c5 0d152c937aa246c68700b72a49a5506a 3e281570c1a24099afe9d5242329ddd6 - - default default] Tap Mirror: Handle Delete Port: fa9b0bcb-06bc-4af6-871d-524b632296c3 [pid: 8|app: 0|req: 874/1620] 10.0.0.131 () {32 vars in 720 bytes} [Thu Jun 25 23:37:04 2026] DELETE /v2.0/ports/fa9b0bcb-06bc-4af6-871d-524b632296c3 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:37:04.445 7 INFO neutron_taas.services.taas.taas_plugin [None req-24b36fa8-6619-4ae8-8fb3-2453f4414c9f 0d152c937aa246c68700b72a49a5506a 3e281570c1a24099afe9d5242329ddd6 - - default default] TaaS: Handle Delete Port: c69bdaf3-b22b-4bb4-a08b-e76e9fc1c03b 2026-06-25 23:37:04.447 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24b36fa8-6619-4ae8-8fb3-2453f4414c9f 0d152c937aa246c68700b72a49a5506a 3e281570c1a24099afe9d5242329ddd6 - - default default] Tap Mirror: Handle Delete Port: c69bdaf3-b22b-4bb4-a08b-e76e9fc1c03b [pid: 7|app: 0|req: 747/1621] 10.0.0.131 () {32 vars in 720 bytes} [Thu Jun 25 23:37:04 2026] DELETE /v2.0/ports/c69bdaf3-b22b-4bb4-a08b-e76e9fc1c03b => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:37:04.627 8 INFO neutron_taas.services.taas.taas_plugin [None req-107b9fec-7c20-41be-b6d2-c389cd733c1a 0d152c937aa246c68700b72a49a5506a 3e281570c1a24099afe9d5242329ddd6 - - default default] TaaS: Handle Delete Port: 74217a44-7675-4c6b-bbe5-d45ea171564d 2026-06-25 23:37:04.630 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-107b9fec-7c20-41be-b6d2-c389cd733c1a 0d152c937aa246c68700b72a49a5506a 3e281570c1a24099afe9d5242329ddd6 - - default default] Tap Mirror: Handle Delete Port: 74217a44-7675-4c6b-bbe5-d45ea171564d [pid: 7|app: 0|req: 748/1622] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:04 2026] GET /v2.0/ports?device_id=7b3d717d-5d82-4315-adeb-f5fdc4f18084 => 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: 875/1623] 10.0.0.131 () {32 vars in 720 bytes} [Thu Jun 25 23:37:04 2026] DELETE /v2.0/ports/74217a44-7675-4c6b-bbe5-d45ea171564d => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:37:04.825 7 INFO neutron.services.segments.plugin [-] Segment 6ce44998-8b8a-4c18-98bb-6e5056d3a03e resource provider aggregate not found 2026-06-25 23:37:04.831 7 INFO neutron.services.segments.plugin [-] Segment 6ce44998-8b8a-4c18-98bb-6e5056d3a03e resource provider aggregate not found 2026-06-25 23:37:04.848 7 INFO neutron.services.segments.plugin [-] Segment 6ce44998-8b8a-4c18-98bb-6e5056d3a03e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ce44998-8b8a-4c18-98bb-6e5056d3a03e found for delete ", "request_id": "req-a2aa6a4a-9465-4877-8c7d-41420e3a8fec"}]} 2026-06-25 23:37:04.849 7 INFO neutron.services.segments.plugin [-] Segment 6ce44998-8b8a-4c18-98bb-6e5056d3a03e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ce44998-8b8a-4c18-98bb-6e5056d3a03e found for delete ", "request_id": "req-420862e1-18f9-48e1-a997-f2c6ead32799"}]} [pid: 7|app: 0|req: 749/1624] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:37:04 2026] DELETE /v2.0/networks/a81f9c1b-becc-45ff-b2ae-594c8b6b2b64 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:37:04.963 8 INFO neutron.services.segments.plugin [-] Segment 5fc8c49f-a0f5-4e18-9d5a-beb3637b0e32 resource provider aggregate not found 2026-06-25 23:37:04.968 8 INFO neutron.services.segments.plugin [-] Segment 5fc8c49f-a0f5-4e18-9d5a-beb3637b0e32 resource provider aggregate not found 2026-06-25 23:37:04.980 8 INFO neutron.services.segments.plugin [-] Segment 5fc8c49f-a0f5-4e18-9d5a-beb3637b0e32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5fc8c49f-a0f5-4e18-9d5a-beb3637b0e32 found for delete ", "request_id": "req-98aa7920-136b-4ad4-b7e9-33c570c27c6d"}]} 2026-06-25 23:37:04.987 8 INFO neutron.services.segments.plugin [-] Segment 5fc8c49f-a0f5-4e18-9d5a-beb3637b0e32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5fc8c49f-a0f5-4e18-9d5a-beb3637b0e32 found for delete ", "request_id": "req-bc259cc5-b2e7-46ac-9c44-f89670a7a7c0"}]} [pid: 8|app: 0|req: 876/1625] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:37:04 2026] DELETE /v2.0/networks/c61cd248-f198-4caf-8169-1f3c7bcc0aef => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1626] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:37:05 2026] DELETE /v2.0/networks/51311889-3f67-4a27-af60-9236b2b0bb1d => 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: 877/1627] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:37:05 2026] DELETE /v2.0/networks/87956cae-ae3d-476e-a698-fb5dfb9a745b => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1628] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:37:05 2026] DELETE /v2.0/networks/e0a49053-1284-460f-9f46-e9117d00d91f => 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: 878/1629] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:05 2026] GET /v2.0/ports?device_id=7b3d717d-5d82-4315-adeb-f5fdc4f18084 => 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: 752/1630] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:06 2026] GET /v2.0/ports?device_id=c2744dc8-d216-4f08-8f09-6a7c663a88a5 => generated 1196 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1631] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:06 2026] GET /v2.0/security-groups?id=a41db5a8-3fb9-4f92-a900-eba0dc3f69a0&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: 879/1632] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:37:06 2026] GET /v2.0/security-groups?tenant_id=3e281570c1a24099afe9d5242329ddd6&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1633] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:37:06 2026] GET /v2.0/networks?id=b6c47ca1-5d33-4b85-92ee-f06ea85c73e3 => generated 669 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1634] 199.19.213.195 () {34 vars in 1050 bytes} [Thu Jun 25 23:37:06 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=665d45160268493e901d76cf8ceadf3c => generated 181 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1635] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:37:06 2026] DELETE /v2.0/security-groups/fae6c20d-295c-4cdc-bc92-b08e3801d6a3 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1636] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:06 2026] GET /v2.0/ports?device_id=7b3d717d-5d82-4315-adeb-f5fdc4f18084 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:37:06.870 7 INFO neutron.services.segments.plugin [-] Segment ed04042e-0548-4507-90ca-cac6b2bb9a9c resource provider aggregate not found 2026-06-25 23:37:06.874 7 INFO neutron.services.segments.plugin [-] Segment ed04042e-0548-4507-90ca-cac6b2bb9a9c resource provider aggregate not found 2026-06-25 23:37:06.883 7 INFO neutron.services.segments.plugin [-] Segment ed04042e-0548-4507-90ca-cac6b2bb9a9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed04042e-0548-4507-90ca-cac6b2bb9a9c found for delete ", "request_id": "req-d0fa3dde-23cd-4673-ab9b-cf8f05d4f3d2"}]} 2026-06-25 23:37:06.889 7 INFO neutron.services.segments.plugin [-] Segment ed04042e-0548-4507-90ca-cac6b2bb9a9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed04042e-0548-4507-90ca-cac6b2bb9a9c found for delete ", "request_id": "req-9397e4b6-5770-4fcc-87b4-ea32223cc5d5"}]} 2026-06-25 23:37:06.898 7 INFO neutron.services.segments.plugin [-] Segment 2d89c999-c6ac-42f8-bf77-3ec72a80e2c0 resource provider aggregate not found 2026-06-25 23:37:06.906 7 INFO neutron.services.segments.plugin [-] Segment 2d89c999-c6ac-42f8-bf77-3ec72a80e2c0 resource provider aggregate not found 2026-06-25 23:37:06.911 7 INFO neutron.services.segments.plugin [-] Segment 2d89c999-c6ac-42f8-bf77-3ec72a80e2c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d89c999-c6ac-42f8-bf77-3ec72a80e2c0 found for delete ", "request_id": "req-6b503c13-c3cf-4eb3-b1a6-f0fdd7f5bb6d"}]} 2026-06-25 23:37:06.919 7 INFO neutron.services.segments.plugin [-] Segment 2d89c999-c6ac-42f8-bf77-3ec72a80e2c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d89c999-c6ac-42f8-bf77-3ec72a80e2c0 found for delete ", "request_id": "req-b6ff076c-270a-45aa-b812-497355e288ef"}]} 2026-06-25 23:37:07.001 8 INFO neutron.services.segments.plugin [-] Segment e7bcecc6-ebb7-4d7c-bc62-02576c7c6743 resource provider aggregate not found 2026-06-25 23:37:07.006 8 INFO neutron.services.segments.plugin [-] Segment e7bcecc6-ebb7-4d7c-bc62-02576c7c6743 resource provider aggregate not found [pid: 7|app: 0|req: 756/1637] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:37:06 2026] GET /v2.0/security-groups?tenant_id=fb64f92269de42ecac1d9b0736e083c7&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:37:07.038 8 INFO neutron.services.segments.plugin [-] Segment e7bcecc6-ebb7-4d7c-bc62-02576c7c6743 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7bcecc6-ebb7-4d7c-bc62-02576c7c6743 found for delete ", "request_id": "req-a6b22a82-9a69-427b-8391-5a70a10a1cac"}]} 2026-06-25 23:37:07.055 8 INFO neutron.services.segments.plugin [-] Segment e7bcecc6-ebb7-4d7c-bc62-02576c7c6743 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7bcecc6-ebb7-4d7c-bc62-02576c7c6743 found for delete ", "request_id": "req-01a9d9cb-191a-4099-b3de-528f6c2df8d3"}]} [pid: 7|app: 0|req: 757/1638] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:37:07 2026] DELETE /v2.0/security-groups/45f493b9-5e92-4822-a98c-3c0ff0465794 => 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: 882/1639] 199.19.213.195 () {38 vars in 955 bytes} [Thu Jun 25 23:37:06 2026] POST /v2.0/ports => generated 954 bytes in 498 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-25 23:37:07.403 7 INFO neutron.db.segments_db [None req-fe97873b-25f4-4d93-9bb6-1156e042c781 c3cf042f71dd42fb9635ef021db18154 7e7cb5ec6b2a47bc800eb175c092c094 - - default default] Added segment e23676e4-9106-4146-86fa-42d8ed4c8bf6 of type vxlan for network 96bab413-ed5a-4e61-9f9a-4e5caa9f91c0 [pid: 7|app: 0|req: 758/1640] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:37:07 2026] POST /v2.0/networks => generated 631 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1641] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:37:07 2026] GET /v2.0/security-groups?tenant_id=3c15f09dcdd244b19cb36721e6c36745&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:37:07.696 7 INFO neutron.db.segments_db [None req-9a12f219-f6c0-45c6-a87c-51b7c1395e75 c3cf042f71dd42fb9635ef021db18154 7e7cb5ec6b2a47bc800eb175c092c094 - - default default] Added segment ff76761f-18c9-4da4-a6d2-cc657f5433ea of type vxlan for network d0014b70-0b42-4c07-ae38-eb2c2d6a1da3 [pid: 8|app: 0|req: 883/1642] 199.19.213.195 () {38 vars in 1028 bytes} [Thu Jun 25 23:37:07 2026] PUT /v2.0/ports/045dc450-bf5f-4704-a95f-f89851d60104 => generated 1235 bytes in 456 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-25 23:37:07.782 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5ed6e6cc-b9c3-4945-9f2f-cb383f4bf58a'] response: {'name': 'network-changed', 'server_uuid': '7b3d717d-5d82-4315-adeb-f5fdc4f18084', 'tag': '045dc450-bf5f-4704-a95f-f89851d60104', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 760/1643] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:37:07 2026] POST /v2.0/networks => generated 632 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1644] 10.0.0.131 () {34 vars in 753 bytes} [Thu Jun 25 23:37:07 2026] PUT /v2.0/networks/96bab413-ed5a-4e61-9f9a-4e5caa9f91c0/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: 884/1645] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:37:07 2026] DELETE /v2.0/security-groups/384b90c4-7f5c-462c-89cb-2988ff9c7bb8 => 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: 762/1646] 10.0.0.131 () {32 vars in 733 bytes} [Thu Jun 25 23:37:07 2026] GET /v2.0/networks/96bab413-ed5a-4e61-9f9a-4e5caa9f91c0/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1647] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:07 2026] GET /v2.0/ports?device_id=7b3d717d-5d82-4315-adeb-f5fdc4f18084 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1648] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:07 2026] GET /v2.0/security-groups?id=0fe2d0a3-e792-4426-9828-96f6efc55f47&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: 763/1649] 10.0.0.131 () {34 vars in 753 bytes} [Thu Jun 25 23:37:07 2026] PUT /v2.0/networks/d0014b70-0b42-4c07-ae38-eb2c2d6a1da3/tags => generated 17 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1650] 10.0.0.131 () {32 vars in 733 bytes} [Thu Jun 25 23:37:07 2026] GET /v2.0/networks/d0014b70-0b42-4c07-ae38-eb2c2d6a1da3/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1651] 10.0.0.131 () {34 vars in 753 bytes} [Thu Jun 25 23:37:08 2026] PUT /v2.0/networks/d0014b70-0b42-4c07-ae38-eb2c2d6a1da3/tags => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1652] 10.0.0.131 () {32 vars in 733 bytes} [Thu Jun 25 23:37:08 2026] GET /v2.0/networks/d0014b70-0b42-4c07-ae38-eb2c2d6a1da3/tags => 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: 765/1653] 10.0.0.131 () {32 vars in 733 bytes} [Thu Jun 25 23:37:08 2026] GET /v2.0/networks/96bab413-ed5a-4e61-9f9a-4e5caa9f91c0/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: 889/1654] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:37:08 2026] DELETE /v2.0/networks/96bab413-ed5a-4e61-9f9a-4e5caa9f91c0 => 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: 766/1655] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:37:08 2026] GET /v2.0/ports?tenant_id=665d45160268493e901d76cf8ceadf3c&device_id=7b3d717d-5d82-4315-adeb-f5fdc4f18084 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1656] 199.19.213.195 () {34 vars in 1018 bytes} [Thu Jun 25 23:37:08 2026] GET /v2.0/networks?tenant_id=665d45160268493e901d76cf8ceadf3c&shared=False => generated 765 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1657] 199.19.213.195 () {34 vars in 930 bytes} [Thu Jun 25 23:37:08 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: 890/1658] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:37:08 2026] DELETE /v2.0/networks/d0014b70-0b42-4c07-ae38-eb2c2d6a1da3 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:37:09.075 8 INFO neutron.services.segments.plugin [-] Segment e23676e4-9106-4146-86fa-42d8ed4c8bf6 resource provider aggregate not found 2026-06-25 23:37:09.084 8 INFO neutron.services.segments.plugin [-] Segment e23676e4-9106-4146-86fa-42d8ed4c8bf6 resource provider aggregate not found [pid: 8|app: 0|req: 891/1659] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:09 2026] GET /v2.0/ports?device_id=7b3d717d-5d82-4315-adeb-f5fdc4f18084 => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:37:09.093 8 INFO neutron.services.segments.plugin [-] Segment e23676e4-9106-4146-86fa-42d8ed4c8bf6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e23676e4-9106-4146-86fa-42d8ed4c8bf6 found for delete ", "request_id": "req-ab5c7aff-f721-448c-97fb-1c7fb1ee7da2"}]} 2026-06-25 23:37:09.113 8 INFO neutron.services.segments.plugin [-] Segment e23676e4-9106-4146-86fa-42d8ed4c8bf6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e23676e4-9106-4146-86fa-42d8ed4c8bf6 found for delete ", "request_id": "req-f53e39c6-d345-457a-938a-d82911eebd49"}]} 2026-06-25 23:37:09.117 8 INFO neutron.services.segments.plugin [-] Segment ff76761f-18c9-4da4-a6d2-cc657f5433ea resource provider aggregate not found 2026-06-25 23:37:09.134 8 INFO neutron.services.segments.plugin [-] Segment ff76761f-18c9-4da4-a6d2-cc657f5433ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff76761f-18c9-4da4-a6d2-cc657f5433ea found for delete ", "request_id": "req-cd6a482f-17e3-4bad-878c-397f26ef9fc5"}]} [pid: 8|app: 0|req: 892/1660] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:09 2026] GET /v2.0/security-groups?id=0fe2d0a3-e792-4426-9828-96f6efc55f47&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:37:09.137 8 INFO neutron.services.segments.plugin [-] Segment ff76761f-18c9-4da4-a6d2-cc657f5433ea resource provider aggregate not found 2026-06-25 23:37:09.156 8 INFO neutron.services.segments.plugin [-] Segment ff76761f-18c9-4da4-a6d2-cc657f5433ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff76761f-18c9-4da4-a6d2-cc657f5433ea found for delete ", "request_id": "req-070f9f3e-1e78-4cbf-9c75-10e245257bab"}]} [pid: 7|app: 0|req: 769/1661] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:37:08 2026] GET /v2.0/security-groups?tenant_id=7e7cb5ec6b2a47bc800eb175c092c094&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1662] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:37:09 2026] DELETE /v2.0/security-groups/30835e41-a4df-44db-a3a8-f320158977b0 => 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: 770/1663] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:37:09 2026] GET /v2.0/ports?tenant_id=665d45160268493e901d76cf8ceadf3c&device_id=7b3d717d-5d82-4315-adeb-f5fdc4f18084 => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1664] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:37:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=045dc450-bf5f-4704-a95f-f89851d60104 => 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: 771/1665] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:37:09 2026] GET /v2.0/subnets?id=8d777ff0-cfd6-45a4-92ac-2e01b9283279 => generated 687 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1666] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:37:09 2026] GET /v2.0/ports?network_id=b6c47ca1-5d33-4b85-92ee-f06ea85c73e3&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1667] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:37:09 2026] GET /v2.0/networks/b6c47ca1-5d33-4b85-92ee-f06ea85c73e3?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: 895/1668] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:37:09 2026] GET /v2.0/security-groups?tenant_id=2912ced620ee4bf49b2555525f00e8dd&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1669] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:37:09 2026] GET /v2.0/networks/b6c47ca1-5d33-4b85-92ee-f06ea85c73e3?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: 774/1670] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:37:09 2026] DELETE /v2.0/security-groups/962637c4-1410-4e75-b9e6-2c10145b98d8 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1673] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:10 2026] GET /v2.0/ports?device_id=7b3d717d-5d82-4315-adeb-f5fdc4f18084 => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1674] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:10 2026] GET /v2.0/security-groups?id=0fe2d0a3-e792-4426-9828-96f6efc55f47&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:37:11.313 7 INFO neutron.db.segments_db [None req-c08ba17b-19ca-46d9-9fc0-01b13043e6f9 d865481b680a43c086ea35d31de77eb4 84f81d57a4f24d0ca6b5a7106e23eac4 - - default default] Added segment 9651b267-8fe4-4779-a02e-3d27b2a69bcf of type vxlan for network 078f472c-766a-4c49-ac6a-c237bb214071 [pid: 8|app: 0|req: 899/1675] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:11 2026] GET /v2.0/ports?device_id=7b3d717d-5d82-4315-adeb-f5fdc4f18084 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1676] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:11 2026] GET /v2.0/security-groups?id=0fe2d0a3-e792-4426-9828-96f6efc55f47&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1677] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:11 2026] GET /v2.0/ports?device_id=c2744dc8-d216-4f08-8f09-6a7c663a88a5 => generated 1196 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1678] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:11 2026] GET /v2.0/security-groups?id=a41db5a8-3fb9-4f92-a900-eba0dc3f69a0&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:37:11.576 7 INFO neutron.db.l3_hamode_db [None req-c08ba17b-19ca-46d9-9fc0-01b13043e6f9 d865481b680a43c086ea35d31de77eb4 84f81d57a4f24d0ca6b5a7106e23eac4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 903/1679] 10.0.0.131 () {32 vars in 818 bytes} [Thu Jun 25 23:37:11 2026] GET /v2.0/ports?network_id=87c0d41b-2fcb-4679-a303-5db05e9da367&mac_address=fa%3A16%3A3e%3A32%3A09%3Ad5 => generated 1196 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:37:11.702 7 INFO neutron.db.l3_hamode_db [None req-c08ba17b-19ca-46d9-9fc0-01b13043e6f9 d865481b680a43c086ea35d31de77eb4 84f81d57a4f24d0ca6b5a7106e23eac4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 777/1680] 10.0.0.131 () {34 vars in 668 bytes} [Thu Jun 25 23:37:11 2026] POST /v2.0/routers => generated 474 bytes in 1082 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1681] 10.0.0.131 () {34 vars in 751 bytes} [Thu Jun 25 23:37:12 2026] PUT /v2.0/routers/59fb10d6-91ba-4a46-bc01-3ebaa1398a39/tags => generated 25 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:37:12.337 8 INFO neutron.db.l3_db [None req-8116b3e0-3e25-4738-b34e-12e97af1115a 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] Floating IP 078e226d-e327-40d3-bfca-2bc7404057d5 associated. External IP: 10.96.250.205, port: 429634fd-e3ee-46bb-9d65-5e22e2b350a1. [pid: 7|app: 0|req: 779/1682] 10.0.0.131 () {32 vars in 731 bytes} [Thu Jun 25 23:37:12 2026] GET /v2.0/routers/59fb10d6-91ba-4a46-bc01-3ebaa1398a39/tags => generated 25 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1683] 10.0.0.131 () {34 vars in 762 bytes} [Thu Jun 25 23:37:12 2026] PUT /v2.0/routers/59fb10d6-91ba-4a46-bc01-3ebaa1398a39/tags/green => generated 4 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1684] 10.0.0.131 () {32 vars in 731 bytes} [Thu Jun 25 23:37:12 2026] GET /v2.0/routers/59fb10d6-91ba-4a46-bc01-3ebaa1398a39/tags => generated 34 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1685] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:12 2026] GET /v2.0/ports?device_id=7b3d717d-5d82-4315-adeb-f5fdc4f18084 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1686] 10.0.0.131 () {34 vars in 677 bytes} [Thu Jun 25 23:37:11 2026] POST /v2.0/floatingips => generated 854 bytes in 1000 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1687] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:12 2026] GET /v2.0/security-groups?id=0fe2d0a3-e792-4426-9828-96f6efc55f47&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: 783/1688] 10.0.0.131 () {34 vars in 758 bytes} [Thu Jun 25 23:37:12 2026] PUT /v2.0/routers/59fb10d6-91ba-4a46-bc01-3ebaa1398a39/tags/red => generated 4 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-25 23:37:12.741 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-56836d03-7671-48b4-bf88-34a7a14a1f2a'] response: {'name': 'network-changed', 'server_uuid': 'c2744dc8-d216-4f08-8f09-6a7c663a88a5', 'tag': '429634fd-e3ee-46bb-9d65-5e22e2b350a1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 784/1689] 10.0.0.238 () {34 vars in 1096 bytes} [Thu Jun 25 23:37:12 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1664523691&fields=id&tenant_id=e6b7f7700b5a40af9722547268be2e3a => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1690] 10.0.0.238 () {34 vars in 982 bytes} [Thu Jun 25 23:37:12 2026] GET /v2.0/networks?id=4e3046db-ad3d-4efb-8a93-048e06b4e7b1 => generated 705 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1691] 10.0.0.131 () {32 vars in 731 bytes} [Thu Jun 25 23:37:12 2026] GET /v2.0/routers/59fb10d6-91ba-4a46-bc01-3ebaa1398a39/tags => generated 34 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1692] 10.0.0.238 () {34 vars in 965 bytes} [Thu Jun 25 23:37:12 2026] GET /v2.0/quotas/e6b7f7700b5a40af9722547268be2e3a => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1693] 10.0.0.131 () {34 vars in 780 bytes} [Thu Jun 25 23:37:12 2026] PUT /v2.0/routers/59fb10d6-91ba-4a46-bc01-3ebaa1398a39/tags/black.or.white => generated 4 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1694] 10.0.0.238 () {34 vars in 1002 bytes} [Thu Jun 25 23:37:12 2026] GET /v2.0/ports?tenant_id=e6b7f7700b5a40af9722547268be2e3a&fields=id => generated 333 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1695] 10.0.0.131 () {32 vars in 731 bytes} [Thu Jun 25 23:37:13 2026] GET /v2.0/routers/59fb10d6-91ba-4a46-bc01-3ebaa1398a39/tags => generated 52 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1696] 10.0.0.238 () {34 vars in 1008 bytes} [Thu Jun 25 23:37:13 2026] GET /v2.0/networks/4e3046db-ad3d-4efb-8a93-048e06b4e7b1?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1697] 10.0.0.131 () {34 vars in 751 bytes} [Thu Jun 25 23:37:13 2026] PUT /v2.0/routers/59fb10d6-91ba-4a46-bc01-3ebaa1398a39/tags => generated 37 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1698] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:37:13 2026] GET /v2.0/security-groups?tenant_id=6dd6556b7ffe49a2996690167fc630b7&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1699] 10.0.0.238 () {34 vars in 1108 bytes} [Thu Jun 25 23:37:13 2026] GET /v2.0/networks/4e3046db-ad3d-4efb-8a93-048e06b4e7b1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1700] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:37:13 2026] GET /v2.0/ports?tenant_id=e6b7f7700b5a40af9722547268be2e3a&device_id=c2744dc8-d216-4f08-8f09-6a7c663a88a5 => generated 1465 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1701] 10.0.0.131 () {32 vars in 731 bytes} [Thu Jun 25 23:37:13 2026] GET /v2.0/routers/59fb10d6-91ba-4a46-bc01-3ebaa1398a39/tags => generated 37 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1702] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:37:13 2026] GET /v2.0/networks?id=87c0d41b-2fcb-4679-a303-5db05e9da367 => generated 800 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1703] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:37:13 2026] DELETE /v2.0/security-groups/9ba6a974-6e70-4a01-8a2f-39f2d867697a => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1704] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:13 2026] GET /v2.0/ports?device_id=0b5b9779-a167-4e1d-9d5e-8342347851aa => 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: 912/1705] 199.19.213.195 () {34 vars in 1056 bytes} [Thu Jun 25 23:37:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.90&port_id=429634fd-e3ee-46bb-9d65-5e22e2b350a1 => generated 857 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1706] 10.0.0.131 () {32 vars in 739 bytes} [Thu Jun 25 23:37:13 2026] GET /v2.0/routers/59fb10d6-91ba-4a46-bc01-3ebaa1398a39/tags/red => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1707] 199.19.213.195 () {34 vars in 1104 bytes} [Thu Jun 25 23:37:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A18e&port_id=429634fd-e3ee-46bb-9d65-5e22e2b350a1 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:37:13.595 7 INFO neutron.api.v2.resource [None req-3fc4224a-1b17-4e8c-8513-afad2854c31c d865481b680a43c086ea35d31de77eb4 84f81d57a4f24d0ca6b5a7106e23eac4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 795/1708] 10.0.0.131 () {32 vars in 743 bytes} [Thu Jun 25 23:37:13 2026] GET /v2.0/routers/59fb10d6-91ba-4a46-bc01-3ebaa1398a39/tags/green => generated 99 bytes in 107 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1709] 199.19.213.195 () {34 vars in 1064 bytes} [Thu Jun 25 23:37:13 2026] GET /v2.0/subnets?id=0a235a9d-2d4b-4387-b4ee-8ab9970c5f3b&id=65537232-263c-4db8-9d6f-c712c9cdb1d8 => generated 1411 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1710] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:37:13 2026] GET /v2.0/security-groups?tenant_id=232394d2d0dd4d488278d3b9fb2270ad&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1711] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:37:13 2026] GET /v2.0/ports?network_id=87c0d41b-2fcb-4679-a303-5db05e9da367&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1712] 10.0.0.131 () {32 vars in 742 bytes} [Thu Jun 25 23:37:13 2026] DELETE /v2.0/routers/59fb10d6-91ba-4a46-bc01-3ebaa1398a39/tags/red => 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: 798/1713] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:37:13 2026] GET /v2.0/ports?network_id=87c0d41b-2fcb-4679-a303-5db05e9da367&device_owner=network%3Adhcp => generated 1457 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1714] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:37:13 2026] DELETE /v2.0/security-groups/f64aca2d-2a2a-4132-9e97-795a273bbd50 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1715] 10.0.0.131 () {32 vars in 731 bytes} [Thu Jun 25 23:37:13 2026] GET /v2.0/routers/59fb10d6-91ba-4a46-bc01-3ebaa1398a39/tags => generated 30 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1716] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:13 2026] GET /v2.0/ports?device_id=7b3d717d-5d82-4315-adeb-f5fdc4f18084 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1717] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:37:13 2026] GET /v2.0/networks/87c0d41b-2fcb-4679-a303-5db05e9da367?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: 918/1718] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:37:13 2026] GET /v2.0/networks/87c0d41b-2fcb-4679-a303-5db05e9da367?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-25 23:37:13.958 7 INFO neutron.api.v2.resource [None req-e260b5bf-eea0-40d2-9b55-d4ea8339369e d865481b680a43c086ea35d31de77eb4 84f81d57a4f24d0ca6b5a7106e23eac4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 801/1719] 10.0.0.131 () {32 vars in 746 bytes} [Thu Jun 25 23:37:13 2026] DELETE /v2.0/routers/59fb10d6-91ba-4a46-bc01-3ebaa1398a39/tags/green => generated 99 bytes in 87 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1720] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:13 2026] GET /v2.0/security-groups?id=0fe2d0a3-e792-4426-9828-96f6efc55f47&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1721] 10.0.0.131 () {32 vars in 734 bytes} [Thu Jun 25 23:37:13 2026] DELETE /v2.0/routers/59fb10d6-91ba-4a46-bc01-3ebaa1398a39/tags => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1722] 10.0.0.131 () {32 vars in 731 bytes} [Thu Jun 25 23:37:14 2026] GET /v2.0/routers/59fb10d6-91ba-4a46-bc01-3ebaa1398a39/tags => generated 12 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1723] 10.0.0.131 () {32 vars in 721 bytes} [Thu Jun 25 23:37:14 2026] GET /v2.0/routers/59fb10d6-91ba-4a46-bc01-3ebaa1398a39 => generated 480 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1724] 10.0.0.131 () {34 vars in 742 bytes} [Thu Jun 25 23:37:14 2026] PUT /v2.0/routers/59fb10d6-91ba-4a46-bc01-3ebaa1398a39 => generated 480 bytes in 574 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1725] 10.0.0.131 () {32 vars in 736 bytes} [Thu Jun 25 23:37:14 2026] GET /v2.0/ports?device_id=59fb10d6-91ba-4a46-bc01-3ebaa1398a39 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:37:15.003 8 INFO neutron_taas.services.taas.taas_plugin [None req-ebcafeb1-c799-4979-b41c-b894bc3bc885 d865481b680a43c086ea35d31de77eb4 84f81d57a4f24d0ca6b5a7106e23eac4 - - default default] TaaS: Handle Delete Port: 6562fd83-e52e-475c-8eaa-13b374ec7df1 2026-06-25 23:37:15.006 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebcafeb1-c799-4979-b41c-b894bc3bc885 d865481b680a43c086ea35d31de77eb4 84f81d57a4f24d0ca6b5a7106e23eac4 - - default default] Tap Mirror: Handle Delete Port: 6562fd83-e52e-475c-8eaa-13b374ec7df1 [pid: 7|app: 0|req: 805/1726] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:15 2026] GET /v2.0/ports?device_id=7b3d717d-5d82-4315-adeb-f5fdc4f18084 => 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: 806/1727] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:15 2026] GET /v2.0/security-groups?id=0fe2d0a3-e792-4426-9828-96f6efc55f47&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1728] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:15 2026] GET /v2.0/ports?device_id=7b3d717d-5d82-4315-adeb-f5fdc4f18084 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:37:15.347 8 INFO neutron.services.segments.plugin [-] Segment 9651b267-8fe4-4779-a02e-3d27b2a69bcf resource provider aggregate not found 2026-06-25 23:37:15.353 8 INFO neutron.services.segments.plugin [-] Segment 9651b267-8fe4-4779-a02e-3d27b2a69bcf resource provider aggregate not found 2026-06-25 23:37:15.366 8 INFO neutron.services.segments.plugin [-] Segment 9651b267-8fe4-4779-a02e-3d27b2a69bcf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9651b267-8fe4-4779-a02e-3d27b2a69bcf found for delete ", "request_id": "req-0f893f0c-2c3c-458b-b7dc-380705aff086"}]} 2026-06-25 23:37:15.378 8 INFO neutron.db.l3_hamode_db [None req-ebcafeb1-c799-4979-b41c-b894bc3bc885 d865481b680a43c086ea35d31de77eb4 84f81d57a4f24d0ca6b5a7106e23eac4 - - default default] HA network 078f472c-766a-4c49-ac6a-c237bb214071 was deleted as no HA routers are present in tenant 84f81d57a4f24d0ca6b5a7106e23eac4. [pid: 8|app: 0|req: 922/1729] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:37:14 2026] DELETE /v2.0/routers/59fb10d6-91ba-4a46-bc01-3ebaa1398a39 => generated 0 bytes in 533 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:37:15.386 8 INFO neutron.services.segments.plugin [-] Segment 9651b267-8fe4-4779-a02e-3d27b2a69bcf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9651b267-8fe4-4779-a02e-3d27b2a69bcf found for delete ", "request_id": "req-8879b24b-7a95-4333-baa9-2bcd0ec6b6c4"}]} 2026-06-25 23:37:15.561 7 INFO neutron.db.l3_db [None req-e3371966-6b0a-4638-95cf-d6f5664eac0a 0387280f06c64b228b8761e4e8fad0b2 665d45160268493e901d76cf8ceadf3c - - default default] Floating IP 1b88433b-69d9-47ba-b462-c24cf44edc5e associated. External IP: 10.96.250.215, port: 045dc450-bf5f-4704-a95f-f89851d60104. [pid: 7|app: 0|req: 808/1730] 10.0.0.131 () {34 vars in 749 bytes} [Thu Jun 25 23:37:15 2026] PUT /v2.0/floatingips/1b88433b-69d9-47ba-b462-c24cf44edc5e => generated 855 bytes in 724 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:37:15.969 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-11ec1b0c-9231-40bd-9ebe-37176a4a5484'] response: {'name': 'network-changed', 'server_uuid': '7b3d717d-5d82-4315-adeb-f5fdc4f18084', 'tag': '045dc450-bf5f-4704-a95f-f89851d60104', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 923/1731] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:15 2026] GET /v2.0/ports?device_id=7b3d717d-5d82-4315-adeb-f5fdc4f18084 => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1732] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:16 2026] GET /v2.0/security-groups?id=0fe2d0a3-e792-4426-9828-96f6efc55f47&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1733] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:16 2026] GET /v2.0/ports?device_id=7b3d717d-5d82-4315-adeb-f5fdc4f18084 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1734] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:37:16 2026] GET /v2.0/security-groups?tenant_id=dc0232e0327c4e729542d2ef78c16de0&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1735] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:16 2026] GET /v2.0/security-groups?id=0fe2d0a3-e792-4426-9828-96f6efc55f47&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1736] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:37:16 2026] GET /v2.0/ports?tenant_id=665d45160268493e901d76cf8ceadf3c&device_id=7b3d717d-5d82-4315-adeb-f5fdc4f18084 => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1737] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:37:16 2026] DELETE /v2.0/security-groups/fd1fd9fc-a537-44a4-b460-a12030e53323 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1738] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:37:16 2026] GET /v2.0/networks?id=b6c47ca1-5d33-4b85-92ee-f06ea85c73e3 => generated 765 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1739] 10.0.0.137 () {34 vars in 990 bytes} [Thu Jun 25 23:37:16 2026] GET /v2.0/ports?device_id=c2744dc8-d216-4f08-8f09-6a7c663a88a5 => generated 1465 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1740] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:37:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=045dc450-bf5f-4704-a95f-f89851d60104 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1741] 10.0.0.137 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:16 2026] GET /v2.0/security-groups?id=a41db5a8-3fb9-4f92-a900-eba0dc3f69a0&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: 815/1742] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:37:16 2026] GET /v2.0/subnets?id=8d777ff0-cfd6-45a4-92ac-2e01b9283279 => generated 687 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1743] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:37:16 2026] GET /v2.0/ports?network_id=b6c47ca1-5d33-4b85-92ee-f06ea85c73e3&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1744] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:37:16 2026] GET /v2.0/networks/b6c47ca1-5d33-4b85-92ee-f06ea85c73e3?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: 817/1745] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:37:16 2026] GET /v2.0/networks/b6c47ca1-5d33-4b85-92ee-f06ea85c73e3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1746] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:37:16 2026] GET /v2.0/security-groups?tenant_id=84f81d57a4f24d0ca6b5a7106e23eac4&name=default => generated 2925 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1747] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:37:16 2026] DELETE /v2.0/security-groups/65e34cfb-0341-49df-affe-abfcd85bc4cc => 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: 930/1748] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:17 2026] GET /v2.0/ports?device_id=7b3d717d-5d82-4315-adeb-f5fdc4f18084 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1749] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:17 2026] GET /v2.0/security-groups?id=0fe2d0a3-e792-4426-9828-96f6efc55f47&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1750] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:37:17 2026] GET /v2.0/networks?id=4e3046db-ad3d-4efb-8a93-048e06b4e7b1 => generated 705 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1751] 199.19.213.195 () {34 vars in 1050 bytes} [Thu Jun 25 23:37:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e6b7f7700b5a40af9722547268be2e3a => generated 179 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1752] 199.19.213.195 () {38 vars in 955 bytes} [Thu Jun 25 23:37:17 2026] POST /v2.0/ports => generated 1183 bytes in 373 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: 933/1753] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:18 2026] GET /v2.0/ports?device_id=0b5b9779-a167-4e1d-9d5e-8342347851aa => generated 1198 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1754] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:18 2026] GET /v2.0/security-groups?id=a41db5a8-3fb9-4f92-a900-eba0dc3f69a0&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1755] 199.19.213.195 () {38 vars in 1028 bytes} [Thu Jun 25 23:37:18 2026] PUT /v2.0/ports/f4dee889-9bbc-4f56-b903-eef9a0d4b3ab => generated 1464 bytes in 497 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1756] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:18 2026] GET /v2.0/ports?device_id=7b3d717d-5d82-4315-adeb-f5fdc4f18084 => generated 971 bytes in 35 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-25 23:37:18.684 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-025ca7ec-53b2-4a71-bdec-9c922234ce08'] response: {'name': 'network-changed', 'server_uuid': '0b5b9779-a167-4e1d-9d5e-8342347851aa', 'tag': 'f4dee889-9bbc-4f56-b903-eef9a0d4b3ab', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 822/1757] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:18 2026] GET /v2.0/security-groups?id=0fe2d0a3-e792-4426-9828-96f6efc55f47&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1758] 199.19.213.195 () {34 vars in 994 bytes} [Thu Jun 25 23:37:18 2026] GET /v2.0/ports?device_id=7b3d717d-5d82-4315-adeb-f5fdc4f18084 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:37:18.860 7 INFO neutron_taas.services.taas.taas_plugin [req-d77a5da6-1f1d-4a99-8696-c6b8de41548c req-efe892aa-c34c-4a3a-9d89-46fd96366a53 0387280f06c64b228b8761e4e8fad0b2 665d45160268493e901d76cf8ceadf3c - - default default] TaaS: Handle Delete Port: 045dc450-bf5f-4704-a95f-f89851d60104 2026-06-25 23:37:18.863 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d77a5da6-1f1d-4a99-8696-c6b8de41548c req-efe892aa-c34c-4a3a-9d89-46fd96366a53 0387280f06c64b228b8761e4e8fad0b2 665d45160268493e901d76cf8ceadf3c - - default default] Tap Mirror: Handle Delete Port: 045dc450-bf5f-4704-a95f-f89851d60104 2026-06-25 23:37:18.974 7 INFO neutron.db.l3_db [req-d77a5da6-1f1d-4a99-8696-c6b8de41548c req-efe892aa-c34c-4a3a-9d89-46fd96366a53 0387280f06c64b228b8761e4e8fad0b2 665d45160268493e901d76cf8ceadf3c - - default default] Floating IP 1b88433b-69d9-47ba-b462-c24cf44edc5e disassociated. External IP: 10.96.250.215, port: 045dc450-bf5f-4704-a95f-f89851d60104. [pid: 8|app: 0|req: 937/1759] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:37:19 2026] GET /v2.0/ports?tenant_id=e6b7f7700b5a40af9722547268be2e3a&device_id=0b5b9779-a167-4e1d-9d5e-8342347851aa => generated 1467 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1760] 199.19.213.195 () {34 vars in 1018 bytes} [Thu Jun 25 23:37:19 2026] GET /v2.0/networks?tenant_id=e6b7f7700b5a40af9722547268be2e3a&shared=False => generated 2375 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1761] 199.19.213.195 () {36 vars in 997 bytes} [Thu Jun 25 23:37:18 2026] DELETE /v2.0/ports/045dc450-bf5f-4704-a95f-f89851d60104 => generated 0 bytes in 526 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1762] 199.19.213.195 () {34 vars in 930 bytes} [Thu Jun 25 23:37:19 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1763] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:19 2026] GET /v2.0/ports?device_id=7b3d717d-5d82-4315-adeb-f5fdc4f18084 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1764] 10.0.0.131 () {34 vars in 684 bytes} [Thu Jun 25 23:37:19 2026] POST /v2.0/security-groups => generated 1601 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1765] 10.0.0.131 () {34 vars in 767 bytes} [Thu Jun 25 23:37:20 2026] PUT /v2.0/security-groups/6a3c9623-37b0-4dd4-84fc-10753c705572/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1766] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:37:20 2026] GET /v2.0/ports?tenant_id=e6b7f7700b5a40af9722547268be2e3a&device_id=0b5b9779-a167-4e1d-9d5e-8342347851aa => generated 1467 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1767] 199.19.213.195 () {34 vars in 1056 bytes} [Thu Jun 25 23:37:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.80&port_id=f4dee889-9bbc-4f56-b903-eef9a0d4b3ab => 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: 826/1768] 10.0.0.131 () {32 vars in 747 bytes} [Thu Jun 25 23:37:20 2026] GET /v2.0/security-groups/6a3c9623-37b0-4dd4-84fc-10753c705572/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: 943/1769] 199.19.213.195 () {34 vars in 1106 bytes} [Thu Jun 25 23:37:20 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A306&port_id=f4dee889-9bbc-4f56-b903-eef9a0d4b3ab => 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: 827/1770] 10.0.0.131 () {34 vars in 778 bytes} [Thu Jun 25 23:37:20 2026] PUT /v2.0/security-groups/6a3c9623-37b0-4dd4-84fc-10753c705572/tags/green => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1771] 199.19.213.195 () {34 vars in 1064 bytes} [Thu Jun 25 23:37:20 2026] GET /v2.0/subnets?id=b11df4c4-5944-4d93-99ee-756b52e42ed7&id=6b010445-6c2f-47c6-8ddd-077875d6d331 => generated 1414 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1772] 10.0.0.131 () {32 vars in 747 bytes} [Thu Jun 25 23:37:20 2026] GET /v2.0/security-groups/6a3c9623-37b0-4dd4-84fc-10753c705572/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1773] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:37:20 2026] GET /v2.0/ports?network_id=4e3046db-ad3d-4efb-8a93-048e06b4e7b1&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1774] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:37:20 2026] GET /v2.0/ports?network_id=4e3046db-ad3d-4efb-8a93-048e06b4e7b1&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: 829/1775] 10.0.0.131 () {34 vars in 774 bytes} [Thu Jun 25 23:37:20 2026] PUT /v2.0/security-groups/6a3c9623-37b0-4dd4-84fc-10753c705572/tags/red => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1776] 10.0.0.131 () {32 vars in 747 bytes} [Thu Jun 25 23:37:20 2026] GET /v2.0/security-groups/6a3c9623-37b0-4dd4-84fc-10753c705572/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1777] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:37:20 2026] GET /v2.0/networks/4e3046db-ad3d-4efb-8a93-048e06b4e7b1?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: 831/1778] 10.0.0.131 () {34 vars in 796 bytes} [Thu Jun 25 23:37:20 2026] PUT /v2.0/security-groups/6a3c9623-37b0-4dd4-84fc-10753c705572/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: 948/1779] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:37:20 2026] GET /v2.0/networks/4e3046db-ad3d-4efb-8a93-048e06b4e7b1?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: 832/1780] 10.0.0.131 () {32 vars in 747 bytes} [Thu Jun 25 23:37:20 2026] GET /v2.0/security-groups/6a3c9623-37b0-4dd4-84fc-10753c705572/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:37:20.725 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-de6a0f9d-b197-4821-a622-2d0c800d4afd'] response: {'server_uuid': '7b3d717d-5d82-4315-adeb-f5fdc4f18084', 'name': 'network-vif-deleted', 'tag': '045dc450-bf5f-4704-a95f-f89851d60104', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 949/1781] 10.0.0.131 () {34 vars in 767 bytes} [Thu Jun 25 23:37:20 2026] PUT /v2.0/security-groups/6a3c9623-37b0-4dd4-84fc-10753c705572/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: 833/1782] 10.0.0.131 () {32 vars in 747 bytes} [Thu Jun 25 23:37:20 2026] GET /v2.0/security-groups/6a3c9623-37b0-4dd4-84fc-10753c705572/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: 950/1783] 10.0.0.131 () {32 vars in 755 bytes} [Thu Jun 25 23:37:20 2026] GET /v2.0/security-groups/6a3c9623-37b0-4dd4-84fc-10753c705572/tags/red => 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: 951/1784] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:20 2026] GET /v2.0/ports?device_id=7b3d717d-5d82-4315-adeb-f5fdc4f18084 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:37:20.881 7 INFO neutron.api.v2.resource [None req-871fc6d1-7bc3-4c99-bc96-7963130ce46f 92b7e1df9b79481d842e22c7694d064e 4e66d9bbbe054cb4a010b0e0d2ff2736 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 834/1785] 10.0.0.131 () {32 vars in 759 bytes} [Thu Jun 25 23:37:20 2026] GET /v2.0/security-groups/6a3c9623-37b0-4dd4-84fc-10753c705572/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1786] 10.0.0.131 () {32 vars in 758 bytes} [Thu Jun 25 23:37:20 2026] DELETE /v2.0/security-groups/6a3c9623-37b0-4dd4-84fc-10753c705572/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1787] 10.0.0.131 () {32 vars in 747 bytes} [Thu Jun 25 23:37:20 2026] GET /v2.0/security-groups/6a3c9623-37b0-4dd4-84fc-10753c705572/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:37:21.024 8 INFO neutron.api.v2.resource [None req-1d842ad6-81db-480e-a1b6-194604f2c2da 92b7e1df9b79481d842e22c7694d064e 4e66d9bbbe054cb4a010b0e0d2ff2736 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 953/1788] 10.0.0.131 () {32 vars in 762 bytes} [Thu Jun 25 23:37:20 2026] DELETE /v2.0/security-groups/6a3c9623-37b0-4dd4-84fc-10753c705572/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: 836/1789] 10.0.0.131 () {32 vars in 750 bytes} [Thu Jun 25 23:37:21 2026] DELETE /v2.0/security-groups/6a3c9623-37b0-4dd4-84fc-10753c705572/tags => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1790] 10.0.0.131 () {32 vars in 747 bytes} [Thu Jun 25 23:37:21 2026] GET /v2.0/security-groups/6a3c9623-37b0-4dd4-84fc-10753c705572/tags => 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: 837/1791] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:37:21 2026] DELETE /v2.0/security-groups/6a3c9623-37b0-4dd4-84fc-10753c705572 => 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: 955/1792] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:37:21 2026] GET /v2.0/security-groups?tenant_id=4e66d9bbbe054cb4a010b0e0d2ff2736&name=default => generated 2925 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1793] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:21 2026] GET /v2.0/ports?device_id=7b3d717d-5d82-4315-adeb-f5fdc4f18084 => 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: 956/1794] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:37:21 2026] DELETE /v2.0/security-groups/95019efe-36ed-4371-b16a-72d38a0e2e2f => 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: 839/1795] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:37:22 2026] GET /v2.0/security-groups?tenant_id=a1ecf85d89914864b89315ea4dc2a7a6&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1796] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:37:22 2026] DELETE /v2.0/security-groups/86b3d820-76f2-4685-8f2e-de243305f955 => 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: 840/1797] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:23 2026] GET /v2.0/ports?device_id=7b3d717d-5d82-4315-adeb-f5fdc4f18084 => 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: 958/1798] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:23 2026] GET /v2.0/ports?device_id=0b5b9779-a167-4e1d-9d5e-8342347851aa => generated 1200 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1799] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:23 2026] GET /v2.0/security-groups?id=a41db5a8-3fb9-4f92-a900-eba0dc3f69a0&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: 959/1800] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:37:24 2026] DELETE /v2.0/security-groups/0fe2d0a3-e792-4426-9828-96f6efc55f47 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:37:24.227 7 INFO neutron.api.v2.resource [None req-46822307-1dd9-4585-8e3e-c996225ffa5e 0387280f06c64b228b8761e4e8fad0b2 665d45160268493e901d76cf8ceadf3c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 842/1801] 10.0.0.131 () {32 vars in 737 bytes} [Thu Jun 25 23:37:24 2026] GET /v2.0/security-groups/0fe2d0a3-e792-4426-9828-96f6efc55f47 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:37:24.347 8 INFO neutron_taas.services.taas.taas_plugin [None req-425f3f59-ee52-4631-bdd6-c3489147b67e 0387280f06c64b228b8761e4e8fad0b2 665d45160268493e901d76cf8ceadf3c - - default default] TaaS: Handle Delete Port: b2feb73c-3506-4db6-8c3d-ff8e5bfd976a 2026-06-25 23:37:24.351 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-425f3f59-ee52-4631-bdd6-c3489147b67e 0387280f06c64b228b8761e4e8fad0b2 665d45160268493e901d76cf8ceadf3c - - default default] Tap Mirror: Handle Delete Port: b2feb73c-3506-4db6-8c3d-ff8e5bfd976a [pid: 8|app: 0|req: 960/1802] 10.0.0.131 () {32 vars in 732 bytes} [Thu Jun 25 23:37:24 2026] DELETE /v2.0/floatingips/1b88433b-69d9-47ba-b462-c24cf44edc5e => generated 0 bytes in 288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:37:24.984 7 INFO neutron_taas.services.taas.taas_plugin [None req-9b4f2d69-5355-43f7-ba6a-7ce34efb0700 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: 8fbde89d-0ef4-417a-8a90-f163c4e8bd0e 2026-06-25 23:37:24.987 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b4f2d69-5355-43f7-ba6a-7ce34efb0700 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: 8fbde89d-0ef4-417a-8a90-f163c4e8bd0e [pid: 7|app: 0|req: 843/1805] 10.0.0.131 () {34 vars in 789 bytes} [Thu Jun 25 23:37:24 2026] PUT /v2.0/routers/2045dadb-69e2-41c8-a26f-6ec9aecd2f0a/remove_router_interface => generated 309 bytes in 950 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:37:25.708 7 INFO neutron_taas.services.taas.taas_plugin [None req-ab84de05-3f04-45db-8639-f5b8fc57abdd 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: 6f6413bc-d6f1-49c4-b6ee-c201a3e1dd50 2026-06-25 23:37:25.710 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab84de05-3f04-45db-8639-f5b8fc57abdd 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: 6f6413bc-d6f1-49c4-b6ee-c201a3e1dd50 2026-06-25 23:37:25.742 8 INFO neutron.db.segments_db [None req-ae1a57a3-1b54-45b9-95ff-5ff6bfaee916 51e226be48c34af8bacd89b84e8571e7 2f9154f1474e453f9256f8c9067bc696 - - default default] Added segment d6fc28f0-fdf4-47f5-b7bb-68716b1ed31f of type vxlan for network 59e65cf7-db18-4a57-9cc9-3b80bb729b40 [pid: 8|app: 0|req: 963/1806] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:37:25 2026] POST /v2.0/networks => generated 632 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:37:25.976 7 INFO neutron_taas.services.taas.taas_plugin [None req-ab84de05-3f04-45db-8639-f5b8fc57abdd 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: aa3164ce-c359-4523-b8b7-14e4d02987a4 2026-06-25 23:37:25.979 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab84de05-3f04-45db-8639-f5b8fc57abdd 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: aa3164ce-c359-4523-b8b7-14e4d02987a4 [pid: 8|app: 0|req: 964/1807] 10.0.0.131 () {34 vars in 664 bytes} [Thu Jun 25 23:37:25 2026] POST /v2.0/ports => generated 743 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 965/1808] 10.0.0.131 () {34 vars in 666 bytes} [Thu Jun 25 23:37:26 2026] POST /v2.0/trunks => generated 407 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1809] 10.0.0.131 () {34 vars in 749 bytes} [Thu Jun 25 23:37:26 2026] PUT /v2.0/trunks/880522d8-b34a-4f84-9e03-2ea464530738/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1810] 10.0.0.131 () {32 vars in 729 bytes} [Thu Jun 25 23:37:26 2026] GET /v2.0/trunks/880522d8-b34a-4f84-9e03-2ea464530738/tags => generated 25 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:37:26.332 7 INFO neutron.services.segments.plugin [-] Segment 79f5421f-50f3-4a77-b675-38010b0f5225 resource provider aggregate not found 2026-06-25 23:37:26.345 7 INFO neutron.services.segments.plugin [-] Segment 79f5421f-50f3-4a77-b675-38010b0f5225 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79f5421f-50f3-4a77-b675-38010b0f5225 found for delete ", "request_id": "req-cf891a5f-4713-4cf1-b22e-960319b9c7b4"}]} 2026-06-25 23:37:26.346 7 INFO neutron.services.segments.plugin [-] Segment 79f5421f-50f3-4a77-b675-38010b0f5225 resource provider aggregate not found [pid: 8|app: 0|req: 968/1811] 10.0.0.131 () {34 vars in 760 bytes} [Thu Jun 25 23:37:26 2026] PUT /v2.0/trunks/880522d8-b34a-4f84-9e03-2ea464530738/tags/green => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-25 23:37:26.359 7 INFO neutron.services.segments.plugin [-] Segment 79f5421f-50f3-4a77-b675-38010b0f5225 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79f5421f-50f3-4a77-b675-38010b0f5225 found for delete ", "request_id": "req-0c7d6301-0b4d-4f93-815c-92a7910cd5d1"}]} 2026-06-25 23:37:26.360 7 INFO neutron.db.l3_hamode_db [None req-ab84de05-3f04-45db-8639-f5b8fc57abdd 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] HA network fa1cd128-36af-4454-8d88-728893a32ae1 was deleted as no HA routers are present in tenant 665d45160268493e901d76cf8ceadf3c. [pid: 7|app: 0|req: 844/1812] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:37:25 2026] DELETE /v2.0/routers/2045dadb-69e2-41c8-a26f-6ec9aecd2f0a => generated 0 bytes in 882 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1813] 10.0.0.131 () {32 vars in 729 bytes} [Thu Jun 25 23:37:26 2026] GET /v2.0/trunks/880522d8-b34a-4f84-9e03-2ea464530738/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1814] 10.0.0.131 () {34 vars in 756 bytes} [Thu Jun 25 23:37:26 2026] PUT /v2.0/trunks/880522d8-b34a-4f84-9e03-2ea464530738/tags/red => generated 4 bytes in 23 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1815] 10.0.0.131 () {32 vars in 729 bytes} [Thu Jun 25 23:37:26 2026] GET /v2.0/trunks/880522d8-b34a-4f84-9e03-2ea464530738/tags => generated 34 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1816] 10.0.0.131 () {34 vars in 778 bytes} [Thu Jun 25 23:37:26 2026] PUT /v2.0/trunks/880522d8-b34a-4f84-9e03-2ea464530738/tags/black.or.white => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1817] 10.0.0.131 () {32 vars in 729 bytes} [Thu Jun 25 23:37:26 2026] GET /v2.0/trunks/880522d8-b34a-4f84-9e03-2ea464530738/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1818] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:37:26 2026] DELETE /v2.0/subnets/8d777ff0-cfd6-45a4-92ac-2e01b9283279 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1819] 10.0.0.131 () {34 vars in 749 bytes} [Thu Jun 25 23:37:26 2026] PUT /v2.0/trunks/880522d8-b34a-4f84-9e03-2ea464530738/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: 975/1820] 10.0.0.131 () {32 vars in 729 bytes} [Thu Jun 25 23:37:26 2026] GET /v2.0/trunks/880522d8-b34a-4f84-9e03-2ea464530738/tags => generated 37 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1821] 10.0.0.131 () {32 vars in 737 bytes} [Thu Jun 25 23:37:26 2026] GET /v2.0/trunks/880522d8-b34a-4f84-9e03-2ea464530738/tags/red => generated 0 bytes in 18 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:37:26.638 8 INFO neutron.api.v2.resource [None req-18692f3e-e3b2-4f7d-9074-2f0ca4501353 51e226be48c34af8bacd89b84e8571e7 2f9154f1474e453f9256f8c9067bc696 - - default default] show failed (client error): The resource could not be found. 2026-06-25 23:37:26.639 7 INFO neutron_taas.services.taas.taas_plugin [None req-8e468480-874a-4233-8c18-2bfef25299fa 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: 4d84918c-2794-4878-b7ef-d51eeb7c7403 [pid: 8|app: 0|req: 977/1822] 10.0.0.131 () {32 vars in 741 bytes} [Thu Jun 25 23:37:26 2026] GET /v2.0/trunks/880522d8-b34a-4f84-9e03-2ea464530738/tags/green => generated 99 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-25 23:37:26.642 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e468480-874a-4233-8c18-2bfef25299fa 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: 4d84918c-2794-4878-b7ef-d51eeb7c7403 [pid: 8|app: 0|req: 978/1823] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:37:26 2026] DELETE /v2.0/trunks/880522d8-b34a-4f84-9e03-2ea464530738/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1824] 10.0.0.131 () {32 vars in 729 bytes} [Thu Jun 25 23:37:26 2026] GET /v2.0/trunks/880522d8-b34a-4f84-9e03-2ea464530738/tags => generated 30 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:37:26.753 8 INFO neutron.api.v2.resource [None req-7589c048-aa01-4735-9235-6cd6cfaeb248 51e226be48c34af8bacd89b84e8571e7 2f9154f1474e453f9256f8c9067bc696 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 980/1825] 10.0.0.131 () {32 vars in 744 bytes} [Thu Jun 25 23:37:26 2026] DELETE /v2.0/trunks/880522d8-b34a-4f84-9e03-2ea464530738/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1826] 10.0.0.131 () {32 vars in 732 bytes} [Thu Jun 25 23:37:26 2026] DELETE /v2.0/trunks/880522d8-b34a-4f84-9e03-2ea464530738/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1827] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:37:26 2026] DELETE /v2.0/networks/b6c47ca1-5d33-4b85-92ee-f06ea85c73e3 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1828] 10.0.0.131 () {32 vars in 729 bytes} [Thu Jun 25 23:37:26 2026] GET /v2.0/trunks/880522d8-b34a-4f84-9e03-2ea464530738/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1829] 10.0.0.131 () {32 vars in 719 bytes} [Thu Jun 25 23:37:26 2026] GET /v2.0/trunks/880522d8-b34a-4f84-9e03-2ea464530738 => generated 407 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1830] 10.0.0.131 () {32 vars in 717 bytes} [Thu Jun 25 23:37:26 2026] GET /v2.0/ports/d9a818e2-e5b0-4cb9-a860-c305d7551ee4 => generated 826 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1831] 10.0.0.131 () {32 vars in 722 bytes} [Thu Jun 25 23:37:26 2026] DELETE /v2.0/trunks/880522d8-b34a-4f84-9e03-2ea464530738 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1832] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:37:26 2026] GET /v2.0/security-groups?tenant_id=665d45160268493e901d76cf8ceadf3c&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:37:27.109 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5e95272-c308-44b3-96fa-f4ca9a27ede1 51e226be48c34af8bacd89b84e8571e7 2f9154f1474e453f9256f8c9067bc696 - - default default] TaaS: Handle Delete Port: d9a818e2-e5b0-4cb9-a860-c305d7551ee4 2026-06-25 23:37:27.112 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5e95272-c308-44b3-96fa-f4ca9a27ede1 51e226be48c34af8bacd89b84e8571e7 2f9154f1474e453f9256f8c9067bc696 - - default default] Tap Mirror: Handle Delete Port: d9a818e2-e5b0-4cb9-a860-c305d7551ee4 [pid: 8|app: 0|req: 985/1833] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:37:27 2026] DELETE /v2.0/security-groups/16d00e7b-83a4-4a0b-9b1a-5083e6112243 => 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: 849/1834] 10.0.0.131 () {32 vars in 720 bytes} [Thu Jun 25 23:37:26 2026] DELETE /v2.0/ports/d9a818e2-e5b0-4cb9-a860-c305d7551ee4 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:37:27.335 8 INFO neutron.services.segments.plugin [-] Segment d6fc28f0-fdf4-47f5-b7bb-68716b1ed31f resource provider aggregate not found 2026-06-25 23:37:27.335 8 INFO neutron.services.segments.plugin [-] Segment d6fc28f0-fdf4-47f5-b7bb-68716b1ed31f resource provider aggregate not found 2026-06-25 23:37:27.353 8 INFO neutron.services.segments.plugin [-] Segment d6fc28f0-fdf4-47f5-b7bb-68716b1ed31f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6fc28f0-fdf4-47f5-b7bb-68716b1ed31f found for delete ", "request_id": "req-4e901fe9-cc93-437d-bdfc-9f1cd3d9731a"}]} 2026-06-25 23:37:27.359 8 INFO neutron.services.segments.plugin [-] Segment d6fc28f0-fdf4-47f5-b7bb-68716b1ed31f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6fc28f0-fdf4-47f5-b7bb-68716b1ed31f found for delete ", "request_id": "req-123cc806-8d67-4a9e-8f14-92e24462a2de"}]} [pid: 8|app: 0|req: 986/1835] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:37:27 2026] DELETE /v2.0/networks/59e65cf7-db18-4a57-9cc9-3b80bb729b40 => 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: 850/1836] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:37:27 2026] GET /v2.0/security-groups?tenant_id=2f9154f1474e453f9256f8c9067bc696&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1837] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:37:28 2026] DELETE /v2.0/security-groups/f6dbef33-40c9-49e8-8868-62bd6fd006c5 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:37:28.365 7 INFO neutron.services.segments.plugin [-] Segment 815998fc-ea70-4b6f-85b9-78ee7a94aa0a resource provider aggregate not found 2026-06-25 23:37:28.382 7 INFO neutron.services.segments.plugin [-] Segment 815998fc-ea70-4b6f-85b9-78ee7a94aa0a resource provider aggregate not found 2026-06-25 23:37:28.392 7 INFO neutron.services.segments.plugin [-] Segment 815998fc-ea70-4b6f-85b9-78ee7a94aa0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 815998fc-ea70-4b6f-85b9-78ee7a94aa0a found for delete ", "request_id": "req-d7023d72-638d-459b-966a-667d3da76b7b"}]} 2026-06-25 23:37:28.404 7 INFO neutron.services.segments.plugin [-] Segment 815998fc-ea70-4b6f-85b9-78ee7a94aa0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 815998fc-ea70-4b6f-85b9-78ee7a94aa0a found for delete ", "request_id": "req-27db3693-b5b6-4f0f-a2a8-620f4e89dbf1"}]} [pid: 7|app: 0|req: 851/1838] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:37:28 2026] GET /v2.0/security-groups?tenant_id=f8a6573370d34bbda186ed133d0044eb&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1839] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:37:28 2026] DELETE /v2.0/security-groups/8e8b6874-5eb2-4e21-b25a-0de7cfc92a74 => 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: 852/1840] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:28 2026] GET /v2.0/ports?device_id=0b5b9779-a167-4e1d-9d5e-8342347851aa => generated 1200 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1841] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:28 2026] GET /v2.0/security-groups?id=a41db5a8-3fb9-4f92-a900-eba0dc3f69a0&fields=id&fields=name => generated 112 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1842] 10.0.0.131 () {32 vars in 818 bytes} [Thu Jun 25 23:37:29 2026] GET /v2.0/ports?network_id=4e3046db-ad3d-4efb-8a93-048e06b4e7b1&mac_address=fa%3A16%3A3e%3A19%3Aa8%3A3e => generated 1200 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:37:29.323 7 INFO neutron.db.segments_db [None req-73214836-5a3c-4275-aa81-c3764cd8f9ab 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Added segment 9f7c8f83-cd63-4cf4-917b-6457b94dcf8b of type vxlan for network 8dda8045-25a6-44cf-bcae-45a369ffa790 [pid: 7|app: 0|req: 853/1843] 10.0.0.131 () {34 vars in 671 bytes} [Thu Jun 25 23:37:28 2026] POST /v2.0/networks => generated 743 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1844] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:37:29 2026] POST /v2.0/subnets => generated 690 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:37:29.700 7 INFO neutron.db.segments_db [None req-c2ecfc05-1853-4aca-8b7d-abc5a95875eb 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Added segment 6fb0e3d2-7251-4791-b23e-f5aafcca1b53 of type vxlan for network af98a5fa-74c3-4003-a562-65b3edfc532d 2026-06-25 23:37:29.791 8 INFO neutron.db.l3_db [None req-516d9708-7e07-45ae-aa29-30a877292c0b 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] Floating IP 69c8e5ae-6ccf-4a8b-be70-28fc25219759 associated. External IP: 10.96.250.207, port: f4dee889-9bbc-4f56-b903-eef9a0d4b3ab. 2026-06-25 23:37:29.950 7 INFO neutron.db.l3_hamode_db [None req-c2ecfc05-1853-4aca-8b7d-abc5a95875eb 2eee7cff3dc044498d68da4fcf568f12 3d460b48f73e4a3d91048e77572f29df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 991/1845] 10.0.0.131 () {34 vars in 677 bytes} [Thu Jun 25 23:37:29 2026] POST /v2.0/floatingips => generated 854 bytes in 998 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:37:30.120 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-107810ef-3262-4e09-af29-110ee6c64275'] response: {'name': 'network-changed', 'server_uuid': '0b5b9779-a167-4e1d-9d5e-8342347851aa', 'tag': 'f4dee889-9bbc-4f56-b903-eef9a0d4b3ab', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 992/1846] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:37:30 2026] GET /v2.0/ports?tenant_id=e6b7f7700b5a40af9722547268be2e3a&device_id=0b5b9779-a167-4e1d-9d5e-8342347851aa => generated 1469 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1847] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:37:30 2026] GET /v2.0/networks?id=4e3046db-ad3d-4efb-8a93-048e06b4e7b1 => generated 800 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1848] 199.19.213.195 () {34 vars in 1056 bytes} [Thu Jun 25 23:37:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.80&port_id=f4dee889-9bbc-4f56-b903-eef9a0d4b3ab => generated 857 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1849] 199.19.213.195 () {34 vars in 1106 bytes} [Thu Jun 25 23:37:30 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A306&port_id=f4dee889-9bbc-4f56-b903-eef9a0d4b3ab => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1850] 199.19.213.195 () {34 vars in 1064 bytes} [Thu Jun 25 23:37:30 2026] GET /v2.0/subnets?id=b11df4c4-5944-4d93-99ee-756b52e42ed7&id=6b010445-6c2f-47c6-8ddd-077875d6d331 => generated 1414 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:37:30.823 7 INFO neutron.db.l3_hamode_db [None req-c2ecfc05-1853-4aca-8b7d-abc5a95875eb 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 997/1851] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:37:30 2026] GET /v2.0/ports?network_id=4e3046db-ad3d-4efb-8a93-048e06b4e7b1&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: 998/1852] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:37:30 2026] GET /v2.0/ports?network_id=4e3046db-ad3d-4efb-8a93-048e06b4e7b1&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: 999/1853] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:37:30 2026] GET /v2.0/networks/4e3046db-ad3d-4efb-8a93-048e06b4e7b1?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: 1000/1854] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:37:30 2026] GET /v2.0/networks/4e3046db-ad3d-4efb-8a93-048e06b4e7b1?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: 855/1855] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:37:29 2026] POST /v2.0/routers => generated 730 bytes in 2062 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1856] 10.0.0.131 () {34 vars in 783 bytes} [Thu Jun 25 23:37:31 2026] PUT /v2.0/routers/d24a6822-7963-442f-9a85-8c766f274b30/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: 856/1857] 10.0.0.131 () {34 vars in 685 bytes} [Thu Jun 25 23:37:33 2026] POST /v2.0/security-groups => generated 1660 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1858] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:37:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1859] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:37:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1860] 10.0.0.131 () {34 vars in 676 bytes} [Thu Jun 25 23:37:33 2026] POST /v2.0/floatingips => generated 552 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1861] 10.0.0.238 () {34 vars in 1098 bytes} [Thu Jun 25 23:37:34 2026] GET /v2.0/security-groups?name=tempest-securitygroup--928409719&fields=id&tenant_id=3d460b48f73e4a3d91048e77572f29df => generated 69 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1862] 10.0.0.238 () {34 vars in 982 bytes} [Thu Jun 25 23:37:34 2026] GET /v2.0/networks?id=8dda8045-25a6-44cf-bcae-45a369ffa790 => generated 675 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1863] 10.0.0.238 () {34 vars in 965 bytes} [Thu Jun 25 23:37:34 2026] GET /v2.0/quotas/3d460b48f73e4a3d91048e77572f29df => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1864] 10.0.0.238 () {34 vars in 1002 bytes} [Thu Jun 25 23:37:34 2026] GET /v2.0/ports?tenant_id=3d460b48f73e4a3d91048e77572f29df&fields=id => generated 103 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1865] 10.0.0.238 () {34 vars in 1008 bytes} [Thu Jun 25 23:37:34 2026] GET /v2.0/networks/8dda8045-25a6-44cf-bcae-45a369ffa790?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: 1006/1866] 10.0.0.238 () {34 vars in 1108 bytes} [Thu Jun 25 23:37:34 2026] GET /v2.0/networks/8dda8045-25a6-44cf-bcae-45a369ffa790?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: 861/1867] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:35 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1868] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:36 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => 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: 862/1869] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:37 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1870] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:38 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => 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: 863/1871] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:37:39 2026] GET /v2.0/networks?id=8dda8045-25a6-44cf-bcae-45a369ffa790 => generated 675 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1872] 199.19.213.195 () {34 vars in 1050 bytes} [Thu Jun 25 23:37:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3d460b48f73e4a3d91048e77572f29df => generated 180 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1873] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:39 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => 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: 1010/1874] 199.19.213.195 () {38 vars in 955 bytes} [Thu Jun 25 23:37:39 2026] POST /v2.0/ports => generated 958 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1877] 199.19.213.195 () {38 vars in 1028 bytes} [Thu Jun 25 23:37:39 2026] PUT /v2.0/ports/74198f11-986e-4583-bd3d-b0daa39dc9a6 => generated 1239 bytes in 439 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:37:40.256 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6061f187-88a1-48f1-bdb3-1bbb7d71fe09'] response: {'name': 'network-changed', 'server_uuid': 'e80b85bc-8d41-4c7f-9b97-5f98b7fe8875', 'tag': '74198f11-986e-4583-bd3d-b0daa39dc9a6', '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: 1013/1878] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:40 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 866/1879] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:40 2026] GET /v2.0/security-groups?id=9a4ee51b-863d-44e8-93a4-0be3584d5e40&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: 1014/1880] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:37:40 2026] GET /v2.0/ports?tenant_id=3d460b48f73e4a3d91048e77572f29df&device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => generated 1242 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1881] 199.19.213.195 () {34 vars in 1018 bytes} [Thu Jun 25 23:37:40 2026] GET /v2.0/networks?tenant_id=3d460b48f73e4a3d91048e77572f29df&shared=False => generated 771 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1882] 199.19.213.195 () {34 vars in 930 bytes} [Thu Jun 25 23:37:40 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1883] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:41 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1884] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:41 2026] GET /v2.0/security-groups?id=9a4ee51b-863d-44e8-93a4-0be3584d5e40&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1885] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:37:41 2026] GET /v2.0/ports?tenant_id=3d460b48f73e4a3d91048e77572f29df&device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1886] 199.19.213.195 () {34 vars in 1060 bytes} [Thu Jun 25 23:37:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=74198f11-986e-4583-bd3d-b0daa39dc9a6 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1887] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:37:42 2026] GET /v2.0/subnets?id=e894fac0-2ee9-4405-9037-5a419acecfd2 => generated 693 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1888] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:37:42 2026] GET /v2.0/ports?network_id=8dda8045-25a6-44cf-bcae-45a369ffa790&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1889] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:37:42 2026] GET /v2.0/networks/8dda8045-25a6-44cf-bcae-45a369ffa790?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/1890] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:37:42 2026] GET /v2.0/networks/8dda8045-25a6-44cf-bcae-45a369ffa790?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: 872/1891] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:42 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => 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: 1020/1892] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:42 2026] GET /v2.0/security-groups?id=9a4ee51b-863d-44e8-93a4-0be3584d5e40&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: 873/1893] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:43 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/1894] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:44 2026] GET /v2.0/security-groups?id=9a4ee51b-863d-44e8-93a4-0be3584d5e40&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1895] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:45 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/1896] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:45 2026] GET /v2.0/security-groups?id=9a4ee51b-863d-44e8-93a4-0be3584d5e40&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: 875/1897] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:46 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => 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: 1023/1898] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:46 2026] GET /v2.0/security-groups?id=9a4ee51b-863d-44e8-93a4-0be3584d5e40&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1899] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:47 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => generated 975 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/1900] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:47 2026] GET /v2.0/security-groups?id=9a4ee51b-863d-44e8-93a4-0be3584d5e40&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1901] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:37:47 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:37:48.069 8 INFO neutron.db.l3_db [None req-826fd667-7768-4fba-bbd8-563ff43008a5 e200a39c0ba34b83a54f56fcf5d33043 3d460b48f73e4a3d91048e77572f29df - - default default] Floating IP 5a73211c-3663-4156-afd5-b0face9b64fa associated. External IP: 10.96.250.204, port: 74198f11-986e-4583-bd3d-b0daa39dc9a6. [pid: 8|app: 0|req: 1025/1902] 10.0.0.131 () {34 vars in 749 bytes} [Thu Jun 25 23:37:47 2026] PUT /v2.0/floatingips/5a73211c-3663-4156-afd5-b0face9b64fa => generated 856 bytes in 652 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:37:48.443 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3bc229b2-43b0-4086-aa02-91a2e289691b'] response: {'name': 'network-changed', 'server_uuid': 'e80b85bc-8d41-4c7f-9b97-5f98b7fe8875', 'tag': '74198f11-986e-4583-bd3d-b0daa39dc9a6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 878/1903] 10.0.0.137 () {34 vars in 990 bytes} [Thu Jun 25 23:37:48 2026] GET /v2.0/ports?device_id=0b5b9779-a167-4e1d-9d5e-8342347851aa => generated 1469 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/1904] 10.0.0.137 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:48 2026] GET /v2.0/security-groups?id=a41db5a8-3fb9-4f92-a900-eba0dc3f69a0&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1905] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:37:48 2026] GET /v2.0/ports?tenant_id=3d460b48f73e4a3d91048e77572f29df&device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/1906] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:37:48 2026] GET /v2.0/networks?id=8dda8045-25a6-44cf-bcae-45a369ffa790 => generated 771 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1907] 199.19.213.195 () {34 vars in 1060 bytes} [Thu Jun 25 23:37:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=74198f11-986e-4583-bd3d-b0daa39dc9a6 => generated 859 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/1908] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:37:49 2026] GET /v2.0/subnets?id=e894fac0-2ee9-4405-9037-5a419acecfd2 => generated 693 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1909] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:37:49 2026] GET /v2.0/ports?network_id=8dda8045-25a6-44cf-bcae-45a369ffa790&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: 1029/1910] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:37:49 2026] GET /v2.0/networks/8dda8045-25a6-44cf-bcae-45a369ffa790?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: 882/1911] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:37:49 2026] GET /v2.0/networks/8dda8045-25a6-44cf-bcae-45a369ffa790?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/1914] 10.0.0.137 () {34 vars in 990 bytes} [Thu Jun 25 23:37:58 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1915] 10.0.0.137 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:58 2026] GET /v2.0/security-groups?id=9a4ee51b-863d-44e8-93a4-0be3584d5e40&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: 1032/1916] 10.0.0.131 () {32 vars in 721 bytes} [Thu Jun 25 23:38:05 2026] GET /v2.0/subnets/52b792d1-afa7-4dd6-98d4-cff870a9da7c => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1917] 10.0.0.84 () {30 vars in 689 bytes} [Thu Jun 25 23:38:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/1918] 10.0.0.84 () {30 vars in 691 bytes} [Thu Jun 25 23:38:06 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: 886/1919] 10.0.0.84 () {30 vars in 667 bytes} [Thu Jun 25 23:38:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/1920] 10.0.0.84 () {30 vars in 703 bytes} [Thu Jun 25 23:38:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1921] 10.0.0.84 () {28 vars in 438 bytes} [Thu Jun 25 23:38:06 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: 1035/1922] 10.0.0.84 () {30 vars in 727 bytes} [Thu Jun 25 23:38:06 2026] GET /v2.0/subnets/52b792d1-afa7-4dd6-98d4-cff870a9da7c => generated 657 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1923] 10.0.0.84 () {30 vars in 689 bytes} [Thu Jun 25 23:38:06 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: 1036/1924] 10.0.0.84 () {30 vars in 691 bytes} [Thu Jun 25 23:38:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1925] 10.0.0.84 () {30 vars in 667 bytes} [Thu Jun 25 23:38:06 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: 1037/1926] 10.0.0.84 () {30 vars in 703 bytes} [Thu Jun 25 23:38:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1927] 10.0.0.84 () {30 vars in 727 bytes} [Thu Jun 25 23:38:06 2026] GET /v2.0/subnets/52b792d1-afa7-4dd6-98d4-cff870a9da7c => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/1928] 10.0.0.84 () {30 vars in 689 bytes} [Thu Jun 25 23:38: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: 7|app: 0|req: 891/1929] 10.0.0.84 () {30 vars in 691 bytes} [Thu Jun 25 23:38:07 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/1930] 10.0.0.84 () {30 vars in 667 bytes} [Thu Jun 25 23:38:07 2026] GET /v2.0/extensions/qos => generated 166 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1931] 10.0.0.84 () {30 vars in 703 bytes} [Thu Jun 25 23:38: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: 8|app: 0|req: 1040/1932] 10.0.0.84 () {30 vars in 729 bytes} [Thu Jun 25 23:38:07 2026] GET /v2.0/networks/8c8f2088-da01-4078-b0e6-5e0ee6a50225 => generated 800 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1933] 10.0.0.84 () {30 vars in 681 bytes} [Thu Jun 25 23:38:07 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/1934] 10.0.0.84 () {34 vars in 703 bytes} [Thu Jun 25 23:38:07 2026] POST /v2.0/ports => generated 1132 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1937] 199.19.213.195 () {30 vars in 703 bytes} [Thu Jun 25 23:38:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1043/1938] 199.19.213.195 () {30 vars in 705 bytes} [Thu Jun 25 23:38:10 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: 896/1939] 199.19.213.195 () {30 vars in 681 bytes} [Thu Jun 25 23:38:10 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: 1044/1940] 199.19.213.195 () {30 vars in 717 bytes} [Thu Jun 25 23:38:10 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: 897/1941] 199.19.213.195 () {30 vars in 737 bytes} [Thu Jun 25 23:38:10 2026] GET /v2.0/ports/31f3aea5-c602-487d-bd14-664a622aab31 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/1942] 199.19.213.195 () {30 vars in 703 bytes} [Thu Jun 25 23:38:10 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: 1046/1943] 199.19.213.195 () {30 vars in 705 bytes} [Thu Jun 25 23:38:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/1944] 199.19.213.195 () {30 vars in 681 bytes} [Thu Jun 25 23:38:10 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: 1048/1945] 199.19.213.195 () {30 vars in 717 bytes} [Thu Jun 25 23:38:10 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-25 23:38:10.662 8 INFO neutron.api.v2.resource [None req-6da63104-fd20-47b3-8134-225da54203de 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1049/1946] 199.19.213.195 () {30 vars in 763 bytes} [Thu Jun 25 23:38:10 2026] GET /v2.0/security-groups/lb-b8e2b150-32f3-4aa7-b5a7-d84d1695e1f0 => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/1947] 199.19.213.195 () {30 vars in 785 bytes} [Thu Jun 25 23:38:10 2026] GET /v2.0/security-groups?name=lb-b8e2b150-32f3-4aa7-b5a7-d84d1695e1f0 => generated 23 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1948] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:38:10 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => generated 975 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1949] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:38:10 2026] GET /v2.0/security-groups?id=9a4ee51b-863d-44e8-93a4-0be3584d5e40&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/1950] 199.19.213.195 () {34 vars in 736 bytes} [Thu Jun 25 23:38:10 2026] POST /v2.0/security-groups => generated 1636 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1951] 199.19.213.195 () {30 vars in 815 bytes} [Thu Jun 25 23:38:10 2026] GET /v2.0/security-group-rules?security_group_id=2aecfc86-f160-42a1-bb34-66e613d241d2 => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/1952] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:38:10 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/1953] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:38:10 2026] GET /v2.0/security-groups?id=9a4ee51b-863d-44e8-93a4-0be3584d5e40&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1954] 199.19.213.195 () {34 vars in 789 bytes} [Thu Jun 25 23:38:10 2026] PUT /v2.0/ports/31f3aea5-c602-487d-bd14-664a622aab31 => generated 1132 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/1955] 199.19.213.195 () {30 vars in 703 bytes} [Thu Jun 25 23:38:11 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: 7|app: 0|req: 902/1956] 199.19.213.195 () {30 vars in 705 bytes} [Thu Jun 25 23:38:11 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: 1055/1957] 199.19.213.195 () {30 vars in 681 bytes} [Thu Jun 25 23:38:11 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: 903/1958] 199.19.213.195 () {30 vars in 717 bytes} [Thu Jun 25 23:38:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/1959] 199.19.213.195 () {30 vars in 741 bytes} [Thu Jun 25 23:38:11 2026] GET /v2.0/subnets/52b792d1-afa7-4dd6-98d4-cff870a9da7c => generated 675 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1960] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:38:11 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => 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: 1057/1961] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:38:11 2026] GET /v2.0/security-groups?id=9a4ee51b-863d-44e8-93a4-0be3584d5e40&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1962] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:38:12 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/1963] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:38:12 2026] GET /v2.0/security-groups?id=9a4ee51b-863d-44e8-93a4-0be3584d5e40&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: 906/1964] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:38:12 2026] GET /v2.0/ports?tenant_id=3d460b48f73e4a3d91048e77572f29df&device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/1965] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:38:12 2026] GET /v2.0/networks?id=8dda8045-25a6-44cf-bcae-45a369ffa790 => generated 771 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1966] 199.19.213.195 () {34 vars in 1060 bytes} [Thu Jun 25 23:38:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=74198f11-986e-4583-bd3d-b0daa39dc9a6 => generated 861 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/1967] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:38:12 2026] GET /v2.0/subnets?id=e894fac0-2ee9-4405-9037-5a419acecfd2 => generated 693 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1968] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:38:12 2026] GET /v2.0/ports?network_id=8dda8045-25a6-44cf-bcae-45a369ffa790&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/1969] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:38:12 2026] GET /v2.0/networks/8dda8045-25a6-44cf-bcae-45a369ffa790?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1970] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:38:13 2026] GET /v2.0/networks/8dda8045-25a6-44cf-bcae-45a369ffa790?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/1971] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:38:13 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1972] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:38:13 2026] GET /v2.0/security-groups?id=9a4ee51b-863d-44e8-93a4-0be3584d5e40&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/1973] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:38:14 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1974] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:38:14 2026] GET /v2.0/security-groups?id=9a4ee51b-863d-44e8-93a4-0be3584d5e40&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/1975] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:38:15 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => 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: 912/1976] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:38:15 2026] GET /v2.0/security-groups?id=9a4ee51b-863d-44e8-93a4-0be3584d5e40&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: 1065/1977] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:38:16 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1978] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:38:17 2026] GET /v2.0/security-groups?id=9a4ee51b-863d-44e8-93a4-0be3584d5e40&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: 1066/1979] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:38:18 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1980] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:38:18 2026] GET /v2.0/security-groups?id=9a4ee51b-863d-44e8-93a4-0be3584d5e40&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: 1067/1981] 10.0.0.238 () {34 vars in 1016 bytes} [Thu Jun 25 23:38:18 2026] GET /v2.0/security-groups?id=e60d4b53-db54-4228-9d01-749de9e96b8e&fields=id => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1982] 10.0.0.238 () {34 vars in 982 bytes} [Thu Jun 25 23:38:18 2026] GET /v2.0/networks?id=c6cc6b18-78a2-4d48-90ff-e9a533e414a4 => generated 735 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/1983] 10.0.0.238 () {34 vars in 965 bytes} [Thu Jun 25 23:38:18 2026] GET /v2.0/quotas/b662428675c74c7fb4ab745b540355ac => generated 291 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1984] 10.0.0.238 () {34 vars in 1002 bytes} [Thu Jun 25 23:38:18 2026] GET /v2.0/ports?tenant_id=b662428675c74c7fb4ab745b540355ac&fields=id => generated 149 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/1985] 10.0.0.238 () {34 vars in 1008 bytes} [Thu Jun 25 23:38:18 2026] GET /v2.0/networks/c6cc6b18-78a2-4d48-90ff-e9a533e414a4?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: 917/1986] 10.0.0.238 () {34 vars in 1108 bytes} [Thu Jun 25 23:38:18 2026] GET /v2.0/networks/c6cc6b18-78a2-4d48-90ff-e9a533e414a4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1987] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:38:19 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => 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: 1070/1988] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:38:19 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1989] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:38:19 2026] GET /v2.0/security-groups?id=9a4ee51b-863d-44e8-93a4-0be3584d5e40&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: 1071/1990] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:38:19 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1991] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:38:20 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => generated 975 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/1992] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:38:20 2026] GET /v2.0/security-groups?id=9a4ee51b-863d-44e8-93a4-0be3584d5e40&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: 921/1993] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:38:21 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => generated 975 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/1994] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:38:22 2026] GET /v2.0/security-groups?id=9a4ee51b-863d-44e8-93a4-0be3584d5e40&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1995] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:38:22 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/1996] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:38:22 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => 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: 923/1997] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:38:23 2026] GET /v2.0/networks?id=c6cc6b18-78a2-4d48-90ff-e9a533e414a4 => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/1998] 199.19.213.195 () {34 vars in 1050 bytes} [Thu Jun 25 23:38:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b662428675c74c7fb4ab745b540355ac => generated 343 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1999] 199.19.213.195 () {38 vars in 955 bytes} [Thu Jun 25 23:38:23 2026] POST /v2.0/ports => generated 1082 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2000] 199.19.213.195 () {38 vars in 1028 bytes} [Thu Jun 25 23:38:23 2026] PUT /v2.0/ports/bf00bac0-e0f5-4ccc-8850-3117ef1f4de1 => generated 1243 bytes in 406 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:38:24.284 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2a9a70b2-6f84-4963-8e11-268e916a5252'] response: {'name': 'network-changed', 'server_uuid': 'd36143b8-3fbb-4468-8aa8-b2f95a537c8a', 'tag': 'bf00bac0-e0f5-4ccc-8850-3117ef1f4de1', '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: 925/2001] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:38:24 2026] GET /v2.0/ports?tenant_id=b662428675c74c7fb4ab745b540355ac&device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 1246 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: 1077/2002] 199.19.213.195 () {34 vars in 1018 bytes} [Thu Jun 25 23:38:24 2026] GET /v2.0/networks?tenant_id=b662428675c74c7fb4ab745b540355ac&shared=False => generated 735 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/2003] 199.19.213.195 () {34 vars in 930 bytes} [Thu Jun 25 23:38:24 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/2006] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:38:25 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2007] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:38:25 2026] GET /v2.0/security-groups?id=e60d4b53-db54-4228-9d01-749de9e96b8e&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/2008] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:38:25 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 1246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2009] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:38:25 2026] GET /v2.0/ports?tenant_id=b662428675c74c7fb4ab745b540355ac&device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 1246 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/2010] 199.19.213.195 () {34 vars in 1062 bytes} [Thu Jun 25 23:38:25 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.107&port_id=bf00bac0-e0f5-4ccc-8850-3117ef1f4de1 => 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: 1081/2011] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:38:26 2026] GET /v2.0/subnets?id=d5696afa-61ad-45e2-ac2f-e90710e620d0 => 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: 931/2012] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:38:26 2026] GET /v2.0/ports?network_id=c6cc6b18-78a2-4d48-90ff-e9a533e414a4&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2013] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:38:26 2026] GET /v2.0/networks/c6cc6b18-78a2-4d48-90ff-e9a533e414a4?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/2014] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:38:26 2026] GET /v2.0/networks/c6cc6b18-78a2-4d48-90ff-e9a533e414a4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2015] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:38:28 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/2016] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:38:28 2026] GET /v2.0/security-groups?id=e60d4b53-db54-4228-9d01-749de9e96b8e&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: 8|app: 0|req: 1084/2017] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:38:28 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 1246 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/2018] 199.19.213.195 () {34 vars in 994 bytes} [Thu Jun 25 23:38:29 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/2019] 199.19.213.195 () {34 vars in 1044 bytes} [Thu Jun 25 23:38:29 2026] GET /v2.0/security-groups?id=e60d4b53-db54-4228-9d01-749de9e96b8e&fields=id&fields=name => generated 96 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2020] 10.0.0.137 () {34 vars in 990 bytes} [Thu Jun 25 23:38:29 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/2021] 10.0.0.137 () {34 vars in 1040 bytes} [Thu Jun 25 23:38:29 2026] GET /v2.0/security-groups?id=9a4ee51b-863d-44e8-93a4-0be3584d5e40&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2022] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:38:31 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 1248 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/2023] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:38:31 2026] GET /v2.0/security-groups?id=e60d4b53-db54-4228-9d01-749de9e96b8e&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2024] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:38:31 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/2025] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:38:34 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2026] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:38:34 2026] GET /v2.0/security-groups?id=e60d4b53-db54-4228-9d01-749de9e96b8e&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/2027] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:38:34 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 1248 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2030] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:38:40 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/2031] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:38:40 2026] GET /v2.0/security-groups?id=9a4ee51b-863d-44e8-93a4-0be3584d5e40&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: 1090/2032] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:38:40 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/2033] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:38:40 2026] GET /v2.0/security-groups?id=9a4ee51b-863d-44e8-93a4-0be3584d5e40&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: 1091/2034] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:38:41 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => 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: 944/2035] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:38:41 2026] GET /v2.0/security-groups?id=9a4ee51b-863d-44e8-93a4-0be3584d5e40&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2036] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:38:42 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/2037] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:38:42 2026] GET /v2.0/security-groups?id=9a4ee51b-863d-44e8-93a4-0be3584d5e40&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2038] 199.19.213.195 () {34 vars in 994 bytes} [Thu Jun 25 23:38:42 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:38:42.974 7 INFO neutron_taas.services.taas.taas_plugin [req-ce3f0424-d66e-43da-99a6-8f44bb8ff136 req-482ab0a6-26c9-4126-8826-f3d06b7dc3a8 e200a39c0ba34b83a54f56fcf5d33043 3d460b48f73e4a3d91048e77572f29df - - default default] TaaS: Handle Delete Port: 74198f11-986e-4583-bd3d-b0daa39dc9a6 2026-06-25 23:38:42.978 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ce3f0424-d66e-43da-99a6-8f44bb8ff136 req-482ab0a6-26c9-4126-8826-f3d06b7dc3a8 e200a39c0ba34b83a54f56fcf5d33043 3d460b48f73e4a3d91048e77572f29df - - default default] Tap Mirror: Handle Delete Port: 74198f11-986e-4583-bd3d-b0daa39dc9a6 2026-06-25 23:38:43.106 7 INFO neutron.db.l3_db [req-ce3f0424-d66e-43da-99a6-8f44bb8ff136 req-482ab0a6-26c9-4126-8826-f3d06b7dc3a8 e200a39c0ba34b83a54f56fcf5d33043 3d460b48f73e4a3d91048e77572f29df - - default default] Floating IP 5a73211c-3663-4156-afd5-b0face9b64fa disassociated. External IP: 10.96.250.204, port: 74198f11-986e-4583-bd3d-b0daa39dc9a6. [pid: 7|app: 0|req: 946/2039] 199.19.213.195 () {36 vars in 997 bytes} [Thu Jun 25 23:38:42 2026] DELETE /v2.0/ports/74198f11-986e-4583-bd3d-b0daa39dc9a6 => generated 0 bytes in 670 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:38:43.515 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-55a652a5-8d22-4d61-b8de-91812786440f'] response: {'server_uuid': 'e80b85bc-8d41-4c7f-9b97-5f98b7fe8875', 'name': 'network-vif-deleted', 'tag': '74198f11-986e-4583-bd3d-b0daa39dc9a6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1094/2040] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:38:43 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => 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: 947/2041] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:38:44 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => 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: 1095/2042] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:38:45 2026] GET /v2.0/ports?device_id=e80b85bc-8d41-4c7f-9b97-5f98b7fe8875 => 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: 948/2043] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:38:46 2026] DELETE /v2.0/security-groups/9a4ee51b-863d-44e8-93a4-0be3584d5e40 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:38:47.137 8 INFO neutron.api.v2.resource [None req-c48f0950-12b5-4fcb-a61e-029891050a27 e200a39c0ba34b83a54f56fcf5d33043 3d460b48f73e4a3d91048e77572f29df - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1096/2044] 10.0.0.131 () {32 vars in 737 bytes} [Thu Jun 25 23:38:47 2026] GET /v2.0/security-groups/9a4ee51b-863d-44e8-93a4-0be3584d5e40 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:38:47.249 7 INFO neutron_taas.services.taas.taas_plugin [None req-e9b98a96-2f8a-4c55-99a5-fa11cf4a696e e200a39c0ba34b83a54f56fcf5d33043 3d460b48f73e4a3d91048e77572f29df - - default default] TaaS: Handle Delete Port: 3fcda18d-09de-452e-a57c-202b8ad567e5 2026-06-25 23:38:47.252 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9b98a96-2f8a-4c55-99a5-fa11cf4a696e e200a39c0ba34b83a54f56fcf5d33043 3d460b48f73e4a3d91048e77572f29df - - default default] Tap Mirror: Handle Delete Port: 3fcda18d-09de-452e-a57c-202b8ad567e5 [pid: 7|app: 0|req: 949/2045] 10.0.0.131 () {32 vars in 732 bytes} [Thu Jun 25 23:38:47 2026] DELETE /v2.0/floatingips/5a73211c-3663-4156-afd5-b0face9b64fa => generated 0 bytes in 268 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:38:47.816 8 INFO neutron_taas.services.taas.taas_plugin [None req-2186545b-aa8f-4f65-990d-2fe2744ae7d3 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: 77c6ec1a-b280-485c-8fbe-ea6e7d1f85b0 2026-06-25 23:38:47.819 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2186545b-aa8f-4f65-990d-2fe2744ae7d3 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: 77c6ec1a-b280-485c-8fbe-ea6e7d1f85b0 [pid: 8|app: 0|req: 1097/2046] 10.0.0.131 () {34 vars in 789 bytes} [Thu Jun 25 23:38:47 2026] PUT /v2.0/routers/d24a6822-7963-442f-9a85-8c766f274b30/remove_router_interface => generated 309 bytes in 1042 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:38:48.750 7 INFO neutron_taas.services.taas.taas_plugin [None req-ff55dc07-adb4-479a-8b82-472e97ca5a23 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: f2fbebaf-62dd-404f-ba11-a32f6e4add88 2026-06-25 23:38:48.754 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff55dc07-adb4-479a-8b82-472e97ca5a23 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: f2fbebaf-62dd-404f-ba11-a32f6e4add88 2026-06-25 23:38:49.069 7 INFO neutron_taas.services.taas.taas_plugin [None req-ff55dc07-adb4-479a-8b82-472e97ca5a23 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: b745f3ee-f848-41fe-b3a9-6e6c078c9664 2026-06-25 23:38:49.072 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff55dc07-adb4-479a-8b82-472e97ca5a23 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: b745f3ee-f848-41fe-b3a9-6e6c078c9664 2026-06-25 23:38:49.427 7 INFO neutron.services.segments.plugin [-] Segment 6fb0e3d2-7251-4791-b23e-f5aafcca1b53 resource provider aggregate not found 2026-06-25 23:38:49.434 7 INFO neutron.services.segments.plugin [-] Segment 6fb0e3d2-7251-4791-b23e-f5aafcca1b53 resource provider aggregate not found 2026-06-25 23:38:49.449 7 INFO neutron.services.segments.plugin [-] Segment 6fb0e3d2-7251-4791-b23e-f5aafcca1b53 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6fb0e3d2-7251-4791-b23e-f5aafcca1b53 found for delete ", "request_id": "req-a5fdd23f-cd28-4778-9875-4404d2c76ee0"}]} 2026-06-25 23:38:49.454 7 INFO neutron.services.segments.plugin [-] Segment 6fb0e3d2-7251-4791-b23e-f5aafcca1b53 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6fb0e3d2-7251-4791-b23e-f5aafcca1b53 found for delete ", "request_id": "req-eaa115e1-cc7e-49df-ab9b-70a153f6ecca"}]} 2026-06-25 23:38:49.462 7 INFO neutron.db.l3_hamode_db [None req-ff55dc07-adb4-479a-8b82-472e97ca5a23 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] HA network af98a5fa-74c3-4003-a562-65b3edfc532d was deleted as no HA routers are present in tenant 3d460b48f73e4a3d91048e77572f29df. [pid: 7|app: 0|req: 950/2047] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:38:48 2026] DELETE /v2.0/routers/d24a6822-7963-442f-9a85-8c766f274b30 => generated 0 bytes in 1002 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2048] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:38:49 2026] DELETE /v2.0/subnets/e894fac0-2ee9-4405-9037-5a419acecfd2 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:38:49.767 7 INFO neutron_taas.services.taas.taas_plugin [None req-a324e2a6-e1ca-4da1-a253-d85adffe50e4 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: e507ecef-c5b3-4883-a9e4-352b94ecb6c3 2026-06-25 23:38:49.770 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a324e2a6-e1ca-4da1-a253-d85adffe50e4 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: e507ecef-c5b3-4883-a9e4-352b94ecb6c3 [pid: 7|app: 0|req: 951/2049] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:38:49 2026] DELETE /v2.0/networks/8dda8045-25a6-44cf-bcae-45a369ffa790 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2050] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:38:50 2026] GET /v2.0/security-groups?tenant_id=3d460b48f73e4a3d91048e77572f29df&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/2051] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:38:50 2026] DELETE /v2.0/security-groups/abb6251c-ed28-44ed-9ad1-0b46b3931716 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:38:51.473 7 INFO neutron.services.segments.plugin [-] Segment 9f7c8f83-cd63-4cf4-917b-6457b94dcf8b resource provider aggregate not found 2026-06-25 23:38:51.479 7 INFO neutron.services.segments.plugin [-] Segment 9f7c8f83-cd63-4cf4-917b-6457b94dcf8b resource provider aggregate not found 2026-06-25 23:38:51.508 7 INFO neutron.services.segments.plugin [-] Segment 9f7c8f83-cd63-4cf4-917b-6457b94dcf8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f7c8f83-cd63-4cf4-917b-6457b94dcf8b found for delete ", "request_id": "req-1b023f82-958c-4e38-9f9d-e21bfbbbae99"}]} 2026-06-25 23:38:51.513 7 INFO neutron.services.segments.plugin [-] Segment 9f7c8f83-cd63-4cf4-917b-6457b94dcf8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f7c8f83-cd63-4cf4-917b-6457b94dcf8b found for delete ", "request_id": "req-6c559ff5-2f5e-4348-8694-dec261fea335"}]} 2026-06-25 23:38:52.359 8 INFO neutron.db.segments_db [None req-37aef9dc-b4b8-46de-8739-48295235d56a 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Added segment 88cb4cf4-e9d4-441e-9136-e45df61ee06f of type vxlan for network 67aec614-4aa5-462b-a13c-42f50016a3fd [pid: 8|app: 0|req: 1100/2052] 10.0.0.131 () {34 vars in 671 bytes} [Thu Jun 25 23:38:51 2026] POST /v2.0/networks => generated 745 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/2053] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:38:52 2026] POST /v2.0/subnets => generated 693 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:38:52.735 8 INFO neutron.db.segments_db [None req-343178b9-2711-439d-af54-5875b2418d21 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Added segment 6bd54962-1f1a-4f40-b034-c1409c0579ee of type vxlan for network ac953783-a80b-48e9-bdc3-cb721adaf055 2026-06-25 23:38:52.959 8 INFO neutron.db.l3_hamode_db [None req-343178b9-2711-439d-af54-5875b2418d21 2eee7cff3dc044498d68da4fcf568f12 19d1514185b5463f921defdd24752677 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:38:53.785 8 INFO neutron.db.l3_hamode_db [None req-343178b9-2711-439d-af54-5875b2418d21 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1101/2056] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:38:52 2026] POST /v2.0/routers => generated 733 bytes in 2426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/2057] 10.0.0.131 () {34 vars in 783 bytes} [Thu Jun 25 23:38:55 2026] PUT /v2.0/routers/6fa95c51-846e-4e3b-bfbf-7884711aaacc/add_router_interface => generated 309 bytes in 1105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2058] 10.0.0.238 () {34 vars in 982 bytes} [Thu Jun 25 23:38:57 2026] GET /v2.0/networks?id=67aec614-4aa5-462b-a13c-42f50016a3fd => generated 678 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/2059] 10.0.0.238 () {34 vars in 965 bytes} [Thu Jun 25 23:38:57 2026] GET /v2.0/quotas/19d1514185b5463f921defdd24752677 => 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: 1103/2060] 10.0.0.238 () {34 vars in 1002 bytes} [Thu Jun 25 23:38:57 2026] GET /v2.0/ports?tenant_id=19d1514185b5463f921defdd24752677&fields=id => generated 103 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/2061] 10.0.0.238 () {34 vars in 1008 bytes} [Thu Jun 25 23:38:57 2026] GET /v2.0/networks/67aec614-4aa5-462b-a13c-42f50016a3fd?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: 1104/2062] 10.0.0.238 () {34 vars in 1108 bytes} [Thu Jun 25 23:38:57 2026] GET /v2.0/networks/67aec614-4aa5-462b-a13c-42f50016a3fd?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: 959/2063] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:38:57 2026] GET /v2.0/ports?device_id=da2d538a-df9d-4ba1-9683-dc5a3417e92d => 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: 1105/2064] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:38:58 2026] GET /v2.0/ports?device_id=da2d538a-df9d-4ba1-9683-dc5a3417e92d => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/2065] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:38:59 2026] GET /v2.0/ports?device_id=da2d538a-df9d-4ba1-9683-dc5a3417e92d => 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: 1106/2066] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:39:00 2026] GET /v2.0/ports?device_id=da2d538a-df9d-4ba1-9683-dc5a3417e92d => 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: 961/2067] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:39:01 2026] GET /v2.0/ports?device_id=da2d538a-df9d-4ba1-9683-dc5a3417e92d => 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: 1107/2068] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:39:01 2026] GET /v2.0/networks?id=67aec614-4aa5-462b-a13c-42f50016a3fd => generated 678 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/2069] 199.19.213.195 () {38 vars in 955 bytes} [Thu Jun 25 23:39:01 2026] POST /v2.0/ports => generated 954 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2070] 199.19.213.195 () {38 vars in 1028 bytes} [Thu Jun 25 23:39:02 2026] PUT /v2.0/ports/b44269e9-37e5-4c86-bc89-c8e7c0056267 => generated 1235 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:39:02.778 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cbe3f667-8752-4803-8248-8933daabc4ec'] response: {'name': 'network-changed', 'server_uuid': 'da2d538a-df9d-4ba1-9683-dc5a3417e92d', 'tag': 'b44269e9-37e5-4c86-bc89-c8e7c0056267', '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: 963/2071] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:39:02 2026] GET /v2.0/ports?device_id=da2d538a-df9d-4ba1-9683-dc5a3417e92d => generated 969 bytes in 49 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: 1109/2072] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:39:02 2026] GET /v2.0/security-groups?id=500055a5-da6a-4a0c-8c5c-c0ca6940f83f&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: 964/2073] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:39:03 2026] GET /v2.0/ports?tenant_id=19d1514185b5463f921defdd24752677&device_id=da2d538a-df9d-4ba1-9683-dc5a3417e92d => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2074] 199.19.213.195 () {34 vars in 1018 bytes} [Thu Jun 25 23:39:03 2026] GET /v2.0/networks?tenant_id=19d1514185b5463f921defdd24752677&shared=False => generated 773 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/2075] 199.19.213.195 () {34 vars in 930 bytes} [Thu Jun 25 23:39:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2076] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:39:04 2026] GET /v2.0/ports?device_id=da2d538a-df9d-4ba1-9683-dc5a3417e92d => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/2077] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:39:04 2026] GET /v2.0/security-groups?id=500055a5-da6a-4a0c-8c5c-c0ca6940f83f&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2078] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:39:04 2026] GET /v2.0/ports?tenant_id=19d1514185b5463f921defdd24752677&device_id=da2d538a-df9d-4ba1-9683-dc5a3417e92d => generated 1238 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/2079] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:39:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=b44269e9-37e5-4c86-bc89-c8e7c0056267 => 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: 1113/2080] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:39:04 2026] GET /v2.0/subnets?id=43e8a793-558f-46b6-8ed0-589152801773 => generated 696 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/2081] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:39:04 2026] GET /v2.0/ports?network_id=67aec614-4aa5-462b-a13c-42f50016a3fd&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2082] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:39:04 2026] GET /v2.0/networks/67aec614-4aa5-462b-a13c-42f50016a3fd?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: 969/2083] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:39:04 2026] GET /v2.0/networks/67aec614-4aa5-462b-a13c-42f50016a3fd?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: 1115/2084] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:39:05 2026] GET /v2.0/ports?device_id=da2d538a-df9d-4ba1-9683-dc5a3417e92d => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/2085] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:39:05 2026] GET /v2.0/security-groups?id=500055a5-da6a-4a0c-8c5c-c0ca6940f83f&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2086] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:39:06 2026] GET /v2.0/ports?device_id=da2d538a-df9d-4ba1-9683-dc5a3417e92d => 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: 971/2087] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:39:06 2026] GET /v2.0/security-groups?id=500055a5-da6a-4a0c-8c5c-c0ca6940f83f&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: 1117/2088] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:39:07 2026] GET /v2.0/ports?device_id=da2d538a-df9d-4ba1-9683-dc5a3417e92d => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/2089] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:39:07 2026] GET /v2.0/security-groups?id=500055a5-da6a-4a0c-8c5c-c0ca6940f83f&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: 8|app: 0|req: 1118/2090] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:39:08 2026] GET /v2.0/ports?device_id=da2d538a-df9d-4ba1-9683-dc5a3417e92d => 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: 973/2091] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:39:08 2026] GET /v2.0/security-groups?id=500055a5-da6a-4a0c-8c5c-c0ca6940f83f&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2092] 199.19.213.195 () {30 vars in 703 bytes} [Thu Jun 25 23:39:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/2093] 199.19.213.195 () {30 vars in 705 bytes} [Thu Jun 25 23:39:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2094] 199.19.213.195 () {30 vars in 681 bytes} [Thu Jun 25 23:39:09 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: 975/2095] 199.19.213.195 () {30 vars in 717 bytes} [Thu Jun 25 23:39:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2096] 199.19.213.195 () {30 vars in 741 bytes} [Thu Jun 25 23:39:09 2026] GET /v2.0/subnets/52b792d1-afa7-4dd6-98d4-cff870a9da7c => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/2097] 199.19.213.195 () {30 vars in 769 bytes} [Thu Jun 25 23:39:09 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 1248 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2098] 199.19.213.195 () {34 vars in 717 bytes} [Thu Jun 25 23:39:09 2026] POST /v2.0/ports => generated 1059 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/2099] 10.0.0.238 () {34 vars in 971 bytes} [Thu Jun 25 23:39:09 2026] GET /v2.0/ports/0428e307-d48b-4a2d-a4df-4401c3e134c4 => 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: 1123/2100] 10.0.0.238 () {34 vars in 907 bytes} [Thu Jun 25 23:39:09 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/2101] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:39:09 2026] GET /v2.0/ports?device_id=da2d538a-df9d-4ba1-9683-dc5a3417e92d => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2102] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:39:09 2026] GET /v2.0/security-groups?id=500055a5-da6a-4a0c-8c5c-c0ca6940f83f&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2105] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:39:10 2026] GET /v2.0/ports?device_id=da2d538a-df9d-4ba1-9683-dc5a3417e92d => 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: 1126/2106] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:39:10 2026] GET /v2.0/security-groups?id=500055a5-da6a-4a0c-8c5c-c0ca6940f83f&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2107] 199.19.213.195 () {34 vars in 1262 bytes} [Thu Jun 25 23:39:10 2026] GET /v2.0/ports/0428e307-d48b-4a2d-a4df-4401c3e134c4?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2108] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:39:10 2026] GET /v2.0/networks/8c8f2088-da01-4078-b0e6-5e0ee6a50225?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2109] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:39:11 2026] GET /v2.0/networks/8c8f2088-da01-4078-b0e6-5e0ee6a50225?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2110] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:39:11 2026] GET /v2.0/ports?device_id=da2d538a-df9d-4ba1-9683-dc5a3417e92d => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2111] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:39:11 2026] GET /v2.0/security-groups?id=500055a5-da6a-4a0c-8c5c-c0ca6940f83f&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2112] 199.19.213.195 () {34 vars in 975 bytes} [Thu Jun 25 23:39:11 2026] GET /v2.0/ports/0428e307-d48b-4a2d-a4df-4401c3e134c4 => generated 1059 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2113] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:39:11 2026] GET /v2.0/networks?id=8c8f2088-da01-4078-b0e6-5e0ee6a50225 => generated 803 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2114] 199.19.213.195 () {38 vars in 1028 bytes} [Thu Jun 25 23:39:11 2026] PUT /v2.0/ports/0428e307-d48b-4a2d-a4df-4401c3e134c4 => generated 1249 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:39:12.147 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-516bb66f-7da0-42cd-825c-b4aba3dc3594'] response: {'name': 'network-changed', 'server_uuid': 'd36143b8-3fbb-4468-8aa8-b2f95a537c8a', 'tag': '0428e307-d48b-4a2d-a4df-4401c3e134c4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 985/2115] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:39:12 2026] GET /v2.0/ports?device_id=da2d538a-df9d-4ba1-9683-dc5a3417e92d => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2116] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:39:12 2026] GET /v2.0/security-groups?id=500055a5-da6a-4a0c-8c5c-c0ca6940f83f&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: 986/2117] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:39:12 2026] GET /v2.0/ports?tenant_id=b662428675c74c7fb4ab745b540355ac&device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 2489 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2118] 199.19.213.195 () {34 vars in 994 bytes} [Thu Jun 25 23:39:12 2026] GET /v2.0/ports?device_id=da2d538a-df9d-4ba1-9683-dc5a3417e92d => 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: 987/2119] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:39:12 2026] GET /v2.0/networks?id=8c8f2088-da01-4078-b0e6-5e0ee6a50225 => generated 803 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2120] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:39:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.151&port_id=0428e307-d48b-4a2d-a4df-4401c3e134c4 => 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: 989/2121] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:39:12 2026] GET /v2.0/subnets?id=52b792d1-afa7-4dd6-98d4-cff870a9da7c => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2122] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:39:12 2026] GET /v2.0/ports?network_id=8c8f2088-da01-4078-b0e6-5e0ee6a50225&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:39:12.836 8 INFO neutron_taas.services.taas.taas_plugin [req-a963b359-b349-48d1-aba1-01e38bd3f1f3 req-fc10ca98-49e5-4584-a223-2d62e0ded6d9 e1621944294544acaf877076d27a9516 19d1514185b5463f921defdd24752677 - - default default] TaaS: Handle Delete Port: b44269e9-37e5-4c86-bc89-c8e7c0056267 2026-06-25 23:39:12.840 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a963b359-b349-48d1-aba1-01e38bd3f1f3 req-fc10ca98-49e5-4584-a223-2d62e0ded6d9 e1621944294544acaf877076d27a9516 19d1514185b5463f921defdd24752677 - - default default] Tap Mirror: Handle Delete Port: b44269e9-37e5-4c86-bc89-c8e7c0056267 [pid: 7|app: 0|req: 991/2123] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:39:12 2026] GET /v2.0/networks/8c8f2088-da01-4078-b0e6-5e0ee6a50225?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2124] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:39:12 2026] GET /v2.0/networks/8c8f2088-da01-4078-b0e6-5e0ee6a50225?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: 1133/2125] 199.19.213.195 () {36 vars in 997 bytes} [Thu Jun 25 23:39:12 2026] DELETE /v2.0/ports/b44269e9-37e5-4c86-bc89-c8e7c0056267 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2126] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:39:13 2026] GET /v2.0/ports?device_id=da2d538a-df9d-4ba1-9683-dc5a3417e92d => 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: 1134/2127] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:39:13 2026] GET /v2.0/ports?tenant_id=b662428675c74c7fb4ab745b540355ac&device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 2489 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2128] 199.19.213.195 () {34 vars in 1062 bytes} [Thu Jun 25 23:39:13 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.107&port_id=bf00bac0-e0f5-4ccc-8850-3117ef1f4de1 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2129] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:39:14 2026] GET /v2.0/subnets?id=d5696afa-61ad-45e2-ac2f-e90710e620d0 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2130] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:39:14 2026] GET /v2.0/ports?network_id=c6cc6b18-78a2-4d48-90ff-e9a533e414a4&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: 1136/2131] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:39:14 2026] GET /v2.0/networks/c6cc6b18-78a2-4d48-90ff-e9a533e414a4?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:39:14.186 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d329dc69-b837-45df-a373-0c8880560592'] response: {'server_uuid': 'da2d538a-df9d-4ba1-9683-dc5a3417e92d', 'name': 'network-vif-deleted', 'tag': 'b44269e9-37e5-4c86-bc89-c8e7c0056267', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 996/2132] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:39:14 2026] GET /v2.0/networks/c6cc6b18-78a2-4d48-90ff-e9a533e414a4?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: 1137/2133] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:39:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.151&port_id=0428e307-d48b-4a2d-a4df-4401c3e134c4 => 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: 997/2134] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:39:14 2026] GET /v2.0/subnets?id=52b792d1-afa7-4dd6-98d4-cff870a9da7c => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2135] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:39:14 2026] GET /v2.0/ports?network_id=8c8f2088-da01-4078-b0e6-5e0ee6a50225&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: 998/2136] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:39:14 2026] GET /v2.0/networks/8c8f2088-da01-4078-b0e6-5e0ee6a50225?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: 1139/2137] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:39:14 2026] GET /v2.0/networks/8c8f2088-da01-4078-b0e6-5e0ee6a50225?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2138] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:39:14 2026] GET /v2.0/ports?device_id=da2d538a-df9d-4ba1-9683-dc5a3417e92d => 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: 1140/2139] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:39:15 2026] GET /v2.0/ports?device_id=da2d538a-df9d-4ba1-9683-dc5a3417e92d => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:39:17.372 7 INFO neutron_taas.services.taas.taas_plugin [None req-bbb96a64-5745-4c65-a8f5-d223dae921c7 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: 52929fd3-6feb-4bc9-ac19-8463966042cb 2026-06-25 23:39:17.375 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbb96a64-5745-4c65-a8f5-d223dae921c7 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: 52929fd3-6feb-4bc9-ac19-8463966042cb [pid: 7|app: 0|req: 1000/2140] 10.0.0.131 () {34 vars in 789 bytes} [Thu Jun 25 23:39:16 2026] PUT /v2.0/routers/6fa95c51-846e-4e3b-bfbf-7884711aaacc/remove_router_interface => generated 309 bytes in 971 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:39:18.153 8 INFO neutron_taas.services.taas.taas_plugin [None req-14a3cc44-7030-46f1-9484-7ab7fdd85b1a 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: 32690eda-0c79-479b-ad09-ef195416e501 2026-06-25 23:39:18.156 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14a3cc44-7030-46f1-9484-7ab7fdd85b1a 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: 32690eda-0c79-479b-ad09-ef195416e501 2026-06-25 23:39:18.391 8 INFO neutron_taas.services.taas.taas_plugin [None req-14a3cc44-7030-46f1-9484-7ab7fdd85b1a 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: d3dca2ba-90b5-401e-a77f-9e77eac8f327 2026-06-25 23:39:18.393 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14a3cc44-7030-46f1-9484-7ab7fdd85b1a 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: d3dca2ba-90b5-401e-a77f-9e77eac8f327 [pid: 7|app: 0|req: 1001/2141] 10.0.0.238 () {34 vars in 971 bytes} [Thu Jun 25 23:39:18 2026] GET /v2.0/ports/0428e307-d48b-4a2d-a4df-4401c3e134c4 => generated 1251 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:39:18.732 8 INFO neutron.services.segments.plugin [-] Segment 6bd54962-1f1a-4f40-b034-c1409c0579ee resource provider aggregate not found 2026-06-25 23:39:18.738 8 INFO neutron.services.segments.plugin [-] Segment 6bd54962-1f1a-4f40-b034-c1409c0579ee resource provider aggregate not found 2026-06-25 23:39:18.755 8 INFO neutron.services.segments.plugin [-] Segment 6bd54962-1f1a-4f40-b034-c1409c0579ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6bd54962-1f1a-4f40-b034-c1409c0579ee found for delete ", "request_id": "req-68cc0513-511f-4a0f-9484-99eb42247785"}]} 2026-06-25 23:39:18.757 8 INFO neutron.services.segments.plugin [-] Segment 6bd54962-1f1a-4f40-b034-c1409c0579ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6bd54962-1f1a-4f40-b034-c1409c0579ee found for delete ", "request_id": "req-0ddc5a1c-a4e2-4b2f-b96a-4ee24275ad1b"}]} 2026-06-25 23:39:18.765 8 INFO neutron.db.l3_hamode_db [None req-14a3cc44-7030-46f1-9484-7ab7fdd85b1a 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] HA network ac953783-a80b-48e9-bdc3-cb721adaf055 was deleted as no HA routers are present in tenant 19d1514185b5463f921defdd24752677. [pid: 8|app: 0|req: 1141/2142] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:39:17 2026] DELETE /v2.0/routers/6fa95c51-846e-4e3b-bfbf-7884711aaacc => generated 0 bytes in 795 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2143] 199.19.213.195 () {34 vars in 789 bytes} [Thu Jun 25 23:39:18 2026] PUT /v2.0/ports/0428e307-d48b-4a2d-a4df-4401c3e134c4 => generated 1276 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:39:18.845 7 INFO neutron.api.v2.resource [None req-395d98b5-7ccd-4686-b3f5-ef0b79de7a61 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1003/2144] 199.19.213.195 () {30 vars in 763 bytes} [Thu Jun 25 23:39:18 2026] GET /v2.0/security-groups/lb-b8e2b150-32f3-4aa7-b5a7-d84d1695e1f0 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:39:18.881 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6418cf0b-d54d-4aad-bb41-a15ce97093f7'] response: {'name': 'network-changed', 'server_uuid': 'd36143b8-3fbb-4468-8aa8-b2f95a537c8a', 'tag': '0428e307-d48b-4a2d-a4df-4401c3e134c4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1004/2145] 199.19.213.195 () {30 vars in 785 bytes} [Thu Jun 25 23:39:18 2026] GET /v2.0/security-groups?name=lb-b8e2b150-32f3-4aa7-b5a7-d84d1695e1f0 => generated 1637 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2146] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:39:18 2026] DELETE /v2.0/subnets/43e8a793-558f-46b6-8ed0-589152801773 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:39:19.050 8 INFO neutron_taas.services.taas.taas_plugin [None req-3c824c89-310c-4de8-8faf-aee24f4eefc8 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: 9d987d1d-e581-4829-825f-a0804eef1499 2026-06-25 23:39:19.057 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c824c89-310c-4de8-8faf-aee24f4eefc8 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: 9d987d1d-e581-4829-825f-a0804eef1499 [pid: 7|app: 0|req: 1005/2147] 199.19.213.195 () {34 vars in 789 bytes} [Thu Jun 25 23:39:18 2026] PUT /v2.0/ports/0428e307-d48b-4a2d-a4df-4401c3e134c4 => generated 1314 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2148] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:39:18 2026] DELETE /v2.0/networks/67aec614-4aa5-462b-a13c-42f50016a3fd => generated 0 bytes in 322 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: 1006/2149] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:39:19 2026] GET /v2.0/security-groups?tenant_id=19d1514185b5463f921defdd24752677&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2150] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:39:19 2026] GET /v2.0/ports?tenant_id=b662428675c74c7fb4ab745b540355ac&device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 2590 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2151] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:39:19 2026] GET /v2.0/networks?id=8c8f2088-da01-4078-b0e6-5e0ee6a50225 => generated 803 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2152] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:39:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.151&port_id=0428e307-d48b-4a2d-a4df-4401c3e134c4 => 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: 1007/2153] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:39:19 2026] DELETE /v2.0/security-groups/500055a5-da6a-4a0c-8c5c-c0ca6940f83f => 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: 1147/2154] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:39:19 2026] GET /v2.0/subnets?id=52b792d1-afa7-4dd6-98d4-cff870a9da7c => generated 678 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2155] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:39:19 2026] GET /v2.0/ports?network_id=8c8f2088-da01-4078-b0e6-5e0ee6a50225&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2156] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:39:19 2026] GET /v2.0/networks/8c8f2088-da01-4078-b0e6-5e0ee6a50225?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: 1009/2157] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:39:19 2026] GET /v2.0/networks/8c8f2088-da01-4078-b0e6-5e0ee6a50225?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: 1149/2158] 199.19.213.195 () {30 vars in 703 bytes} [Thu Jun 25 23:39:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2159] 199.19.213.195 () {30 vars in 705 bytes} [Thu Jun 25 23:39:19 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: 1150/2160] 199.19.213.195 () {30 vars in 681 bytes} [Thu Jun 25 23:39:19 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2161] 199.19.213.195 () {30 vars in 717 bytes} [Thu Jun 25 23:39:19 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2162] 199.19.213.195 () {30 vars in 741 bytes} [Thu Jun 25 23:39:19 2026] GET /v2.0/subnets/52b792d1-afa7-4dd6-98d4-cff870a9da7c => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2163] 199.19.213.195 () {30 vars in 737 bytes} [Thu Jun 25 23:39:19 2026] GET /v2.0/ports/31f3aea5-c602-487d-bd14-664a622aab31 => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2164] 199.19.213.195 () {30 vars in 737 bytes} [Thu Jun 25 23:39:19 2026] GET /v2.0/ports/0428e307-d48b-4a2d-a4df-4401c3e134c4 => generated 1350 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2165] 199.19.213.195 () {30 vars in 741 bytes} [Thu Jun 25 23:39:19 2026] GET /v2.0/subnets/52b792d1-afa7-4dd6-98d4-cff870a9da7c => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2166] 199.19.213.195 () {30 vars in 743 bytes} [Thu Jun 25 23:39:19 2026] GET /v2.0/networks/8c8f2088-da01-4078-b0e6-5e0ee6a50225 => generated 800 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2167] 199.19.213.195 () {30 vars in 737 bytes} [Thu Jun 25 23:39:19 2026] GET /v2.0/ports/31f3aea5-c602-487d-bd14-664a622aab31 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2168] 199.19.213.195 () {30 vars in 741 bytes} [Thu Jun 25 23:39:20 2026] GET /v2.0/subnets/52b792d1-afa7-4dd6-98d4-cff870a9da7c => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:39:20.819 8 INFO neutron.services.segments.plugin [-] Segment 88cb4cf4-e9d4-441e-9136-e45df61ee06f resource provider aggregate not found 2026-06-25 23:39:20.831 8 INFO neutron.services.segments.plugin [-] Segment 88cb4cf4-e9d4-441e-9136-e45df61ee06f resource provider aggregate not found 2026-06-25 23:39:20.838 8 INFO neutron.services.segments.plugin [-] Segment 88cb4cf4-e9d4-441e-9136-e45df61ee06f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88cb4cf4-e9d4-441e-9136-e45df61ee06f found for delete ", "request_id": "req-c6d983a5-94f4-408b-9214-5ed5c6050c55"}]} 2026-06-25 23:39:20.848 8 INFO neutron.services.segments.plugin [-] Segment 88cb4cf4-e9d4-441e-9136-e45df61ee06f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88cb4cf4-e9d4-441e-9136-e45df61ee06f found for delete ", "request_id": "req-0c47a0ab-c064-4430-9769-6a54928a1659"}]} 2026-06-25 23:39:20.927 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2adb90b9-14f6-4e5d-a4ba-b140785f6d62'] response: {'name': 'network-changed', 'server_uuid': 'd36143b8-3fbb-4468-8aa8-b2f95a537c8a', 'tag': '0428e307-d48b-4a2d-a4df-4401c3e134c4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1015/2169] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:39:21 2026] GET /v2.0/ports?tenant_id=b662428675c74c7fb4ab745b540355ac&device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 2590 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2170] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:39:21 2026] GET /v2.0/networks?id=8c8f2088-da01-4078-b0e6-5e0ee6a50225 => generated 803 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2171] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:39:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.151&port_id=0428e307-d48b-4a2d-a4df-4401c3e134c4 => 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: 1156/2172] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:39:21 2026] GET /v2.0/subnets?id=52b792d1-afa7-4dd6-98d4-cff870a9da7c => generated 678 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2173] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:39:21 2026] GET /v2.0/ports?network_id=8c8f2088-da01-4078-b0e6-5e0ee6a50225&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: 1157/2174] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:39:21 2026] GET /v2.0/networks/8c8f2088-da01-4078-b0e6-5e0ee6a50225?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2175] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:39:21 2026] GET /v2.0/networks/8c8f2088-da01-4078-b0e6-5e0ee6a50225?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2176] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:39:22 2026] GET /v2.0/security-groups?tenant_id=b29d5da3a56746669e3594c7f35b1ba3&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2177] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:39:22 2026] DELETE /v2.0/security-groups/11a89aa5-e323-4f89-a316-1c9876df429f => 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: 1160/2180] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:39:26 2026] GET /v2.0/security-groups?tenant_id=8ad5b5ac474442558e649ddaf95b5638&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2181] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:39:27 2026] DELETE /v2.0/security-groups/a7ac985d-55c7-4ecb-8e61-8cdbfce25fe0 => 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: 1161/2182] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:39:27 2026] GET /v2.0/security-groups?tenant_id=9e8d2b2cec65455bb1ed325242d0e0e1&name=default => generated 2925 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2183] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:39:27 2026] DELETE /v2.0/security-groups/192bf653-a52a-4a55-ad8b-3e97a8bca83b => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:39:28.756 8 INFO neutron.db.l3_db [None req-c326216d-2c4b-4f14-bfef-168695f25572 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] Floating IP db6ba91d-a19f-4474-a2a6-0868272b605b associated. External IP: 10.96.250.214, port: 31f3aea5-c602-487d-bd14-664a622aab31. [pid: 8|app: 0|req: 1162/2184] 10.0.0.131 () {34 vars in 677 bytes} [Thu Jun 25 23:39:28 2026] POST /v2.0/floatingips => generated 899 bytes in 947 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2185] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:39:29 2026] GET /v2.0/security-groups?tenant_id=4934de64180a4427adc71d6dbbbc3256&name=default => generated 2925 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2186] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:39:30 2026] DELETE /v2.0/security-groups/8b4c9249-0830-42dc-98aa-54191c40ab4c => 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: 1024/2187] 199.19.213.195 () {30 vars in 703 bytes} [Thu Jun 25 23:39:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2188] 199.19.213.195 () {30 vars in 705 bytes} [Thu Jun 25 23:39:32 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: 1025/2189] 199.19.213.195 () {30 vars in 681 bytes} [Thu Jun 25 23:39:32 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: 1165/2190] 199.19.213.195 () {30 vars in 717 bytes} [Thu Jun 25 23:39:32 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:39:32.227 7 INFO neutron.api.v2.resource [None req-fee9fea1-e10e-43a4-9366-f24161ee7125 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1026/2191] 199.19.213.195 () {30 vars in 763 bytes} [Thu Jun 25 23:39:32 2026] GET /v2.0/security-groups/lb-b8e2b150-32f3-4aa7-b5a7-d84d1695e1f0 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2192] 199.19.213.195 () {30 vars in 785 bytes} [Thu Jun 25 23:39:32 2026] GET /v2.0/security-groups?name=lb-b8e2b150-32f3-4aa7-b5a7-d84d1695e1f0 => generated 1637 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2193] 199.19.213.195 () {30 vars in 815 bytes} [Thu Jun 25 23:39:32 2026] GET /v2.0/security-group-rules?security_group_id=2aecfc86-f160-42a1-bb34-66e613d241d2 => generated 1182 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2194] 199.19.213.195 () {34 vars in 747 bytes} [Thu Jun 25 23:39:32 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: 1028/2195] 199.19.213.195 () {34 vars in 747 bytes} [Thu Jun 25 23:39:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2196] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:39:34 2026] GET /v2.0/security-groups?tenant_id=63e5cc6524f840c2969590cc7bda8acd&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2197] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:39:34 2026] DELETE /v2.0/security-groups/616268a3-6a91-4eec-b6eb-10e3cb580d83 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2198] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:39:37 2026] GET /v2.0/security-groups?tenant_id=528a3eb6468d41dfa635a6fe596f4eff&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2199] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:39:37 2026] DELETE /v2.0/security-groups/8604d755-1567-4ef4-bc16-12bfa7752e49 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2200] 10.0.0.131 () {32 vars in 653 bytes} [Thu Jun 25 23:39:38 2026] GET /v2.0/extensions => generated 21537 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2201] 10.0.0.131 () {32 vars in 681 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2202] 10.0.0.131 () {32 vars in 681 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2203] 10.0.0.131 () {32 vars in 729 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2204] 10.0.0.131 () {32 vars in 665 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/agent => generated 153 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2205] 10.0.0.131 () {32 vars in 699 bytes} [Thu Jun 25 23:39:39 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: 8|app: 0|req: 1173/2206] 10.0.0.131 () {32 vars in 697 bytes} [Thu Jun 25 23:39:39 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: 1034/2207] 10.0.0.131 () {32 vars in 701 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/auto-allocated-topology => 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: 1174/2208] 10.0.0.131 () {32 vars in 689 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2209] 10.0.0.131 () {32 vars in 703 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2210] 10.0.0.131 () {32 vars in 693 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2211] 10.0.0.131 () {32 vars in 695 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2212] 10.0.0.131 () {32 vars in 685 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2213] 10.0.0.131 () {32 vars in 687 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2214] 10.0.0.131 () {32 vars in 661 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2215] 10.0.0.131 () {32 vars in 699 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2216] 10.0.0.131 () {32 vars in 679 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2217] 10.0.0.131 () {32 vars in 683 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2218] 10.0.0.131 () {32 vars in 675 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2219] 10.0.0.131 () {32 vars in 689 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2220] 10.0.0.131 () {32 vars in 723 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2221] 10.0.0.131 () {32 vars in 687 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2222] 10.0.0.131 () {32 vars in 669 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2223] 10.0.0.131 () {32 vars in 687 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2224] 10.0.0.131 () {32 vars in 681 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2225] 10.0.0.131 () {32 vars in 699 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2226] 10.0.0.131 () {32 vars in 679 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2227] 10.0.0.131 () {32 vars in 667 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/router => generated 256 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2228] 10.0.0.131 () {32 vars in 677 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2229] 10.0.0.131 () {32 vars in 665 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2230] 10.0.0.131 () {32 vars in 675 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/l3-flavors => 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: 1046/2231] 10.0.0.131 () {32 vars in 713 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2232] 10.0.0.131 () {32 vars in 691 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2233] 10.0.0.131 () {32 vars in 683 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2234] 10.0.0.131 () {32 vars in 669 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2235] 10.0.0.131 () {32 vars in 687 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2236] 10.0.0.131 () {32 vars in 705 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2237] 10.0.0.131 () {32 vars in 675 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2238] 10.0.0.131 () {32 vars in 701 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2239] 10.0.0.131 () {32 vars in 675 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2240] 10.0.0.131 () {32 vars in 693 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2241] 10.0.0.131 () {32 vars in 689 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2242] 10.0.0.131 () {32 vars in 709 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2243] 10.0.0.131 () {32 vars in 705 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2244] 10.0.0.131 () {32 vars in 719 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2245] 10.0.0.131 () {32 vars in 697 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2246] 10.0.0.131 () {32 vars in 711 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2247] 10.0.0.131 () {32 vars in 669 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2248] 10.0.0.131 () {32 vars in 687 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2249] 10.0.0.131 () {32 vars in 681 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2250] 10.0.0.131 () {32 vars in 675 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2251] 10.0.0.131 () {32 vars in 671 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/provider => generated 191 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2252] 10.0.0.131 () {32 vars in 661 bytes} [Thu Jun 25 23:39:39 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: 1057/2253] 10.0.0.131 () {32 vars in 699 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2254] 10.0.0.131 () {32 vars in 699 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2255] 10.0.0.131 () {32 vars in 677 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2256] 10.0.0.131 () {32 vars in 669 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2257] 10.0.0.131 () {32 vars in 683 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2258] 10.0.0.131 () {32 vars in 701 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2259] 10.0.0.131 () {32 vars in 685 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2260] 10.0.0.131 () {32 vars in 707 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2261] 10.0.0.131 () {32 vars in 669 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2262] 10.0.0.131 () {32 vars in 697 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2263] 10.0.0.131 () {32 vars in 695 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2264] 10.0.0.131 () {32 vars in 685 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2265] 10.0.0.131 () {32 vars in 689 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2266] 10.0.0.131 () {32 vars in 705 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2267] 10.0.0.131 () {32 vars in 667 bytes} [Thu Jun 25 23:39:39 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: 1204/2268] 10.0.0.131 () {32 vars in 681 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2269] 10.0.0.131 () {32 vars in 681 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2270] 10.0.0.131 () {32 vars in 691 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2271] 10.0.0.131 () {32 vars in 691 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2272] 10.0.0.131 () {32 vars in 695 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2273] 10.0.0.131 () {32 vars in 685 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2274] 10.0.0.131 () {32 vars in 689 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2275] 10.0.0.131 () {32 vars in 701 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2276] 10.0.0.131 () {32 vars in 703 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2277] 10.0.0.131 () {32 vars in 713 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2278] 10.0.0.131 () {32 vars in 717 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2279] 10.0.0.131 () {32 vars in 715 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2280] 10.0.0.131 () {32 vars in 727 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2281] 10.0.0.131 () {32 vars in 741 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2282] 10.0.0.131 () {32 vars in 719 bytes} [Thu Jun 25 23:39:40 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2283] 10.0.0.131 () {32 vars in 683 bytes} [Thu Jun 25 23:39:40 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: 1212/2284] 10.0.0.131 () {32 vars in 669 bytes} [Thu Jun 25 23:39:40 2026] GET /v2.0/extensions/segment => generated 145 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2285] 10.0.0.131 () {32 vars in 719 bytes} [Thu Jun 25 23:39:40 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2286] 10.0.0.131 () {32 vars in 679 bytes} [Thu Jun 25 23:39:40 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2287] 10.0.0.131 () {32 vars in 669 bytes} [Thu Jun 25 23:39:40 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2288] 10.0.0.131 () {32 vars in 697 bytes} [Thu Jun 25 23:39:40 2026] GET /v2.0/extensions/standard-attr-segment => 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: 1075/2289] 10.0.0.131 () {32 vars in 705 bytes} [Thu Jun 25 23:39:40 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2290] 10.0.0.131 () {32 vars in 701 bytes} [Thu Jun 25 23:39:40 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: 7|app: 0|req: 1076/2292] 10.0.0.131 () {32 vars in 701 bytes} [Thu Jun 25 23:39:40 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2294] 10.0.0.131 () {32 vars in 683 bytes} [Thu Jun 25 23:39:40 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2295] 10.0.0.131 () {32 vars in 705 bytes} [Thu Jun 25 23:39:40 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2296] 10.0.0.131 () {32 vars in 695 bytes} [Thu Jun 25 23:39:40 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2297] 10.0.0.131 () {32 vars in 689 bytes} [Thu Jun 25 23:39:40 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2298] 10.0.0.131 () {32 vars in 697 bytes} [Thu Jun 25 23:39:40 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2299] 10.0.0.131 () {32 vars in 679 bytes} [Thu Jun 25 23:39:40 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2300] 10.0.0.131 () {32 vars in 689 bytes} [Thu Jun 25 23:39:40 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2301] 10.0.0.131 () {32 vars in 701 bytes} [Thu Jun 25 23:39:40 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2302] 10.0.0.131 () {32 vars in 665 bytes} [Thu Jun 25 23:39:40 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2303] 10.0.0.131 () {32 vars in 681 bytes} [Thu Jun 25 23:39:40 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2304] 10.0.0.131 () {32 vars in 677 bytes} [Thu Jun 25 23:39:40 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2305] 10.0.0.131 () {32 vars in 693 bytes} [Thu Jun 25 23:39:40 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: 7|app: 0|req: 1083/2306] 10.0.0.131 () {32 vars in 677 bytes} [Thu Jun 25 23:39:40 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2307] 10.0.0.131 () {32 vars in 667 bytes} [Thu Jun 25 23:39:40 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2308] 10.0.0.131 () {32 vars in 663 bytes} [Thu Jun 25 23:39:40 2026] GET /v2.0/extensions/taas => generated 175 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2309] 10.0.0.131 () {32 vars in 675 bytes} [Thu Jun 25 23:39:40 2026] GET /v2.0/extensions/tap-mirror => 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: 1085/2310] 10.0.0.131 () {32 vars in 687 bytes} [Thu Jun 25 23:39:40 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2311] 10.0.0.84 () {30 vars in 689 bytes} [Thu Jun 25 23:39:40 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: 1227/2312] 10.0.0.84 () {30 vars in 691 bytes} [Thu Jun 25 23:39: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: 1228/2313] 10.0.0.84 () {30 vars in 667 bytes} [Thu Jun 25 23:39:40 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: 1229/2314] 10.0.0.84 () {30 vars in 703 bytes} [Thu Jun 25 23:39: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: 1086/2315] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:39:40 2026] GET /v2.0/security-groups?tenant_id=862de90bc4324dbd81e382b168abd6b3&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2316] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:39:40 2026] DELETE /v2.0/security-groups/33d4dca5-72d1-4a39-8f4f-90725cbdd548 => 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: 1087/2317] 10.0.0.84 () {28 vars in 438 bytes} [Thu Jun 25 23:39:41 2026] GET / => generated 151 bytes in 5 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2318] 10.0.0.84 () {30 vars in 727 bytes} [Thu Jun 25 23:39:41 2026] GET /v2.0/subnets/65537232-263c-4db8-9d6f-c712c9cdb1d8 => generated 656 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2319] 199.19.213.195 () {30 vars in 703 bytes} [Thu Jun 25 23:39:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2320] 199.19.213.195 () {30 vars in 705 bytes} [Thu Jun 25 23:39:42 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2321] 199.19.213.195 () {30 vars in 681 bytes} [Thu Jun 25 23:39:42 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: 1233/2322] 199.19.213.195 () {30 vars in 717 bytes} [Thu Jun 25 23:39:42 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: 1090/2323] 199.19.213.195 () {30 vars in 741 bytes} [Thu Jun 25 23:39:42 2026] GET /v2.0/subnets/65537232-263c-4db8-9d6f-c712c9cdb1d8 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2324] 199.19.213.195 () {30 vars in 769 bytes} [Thu Jun 25 23:39:42 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 2590 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2325] 199.19.213.195 () {30 vars in 703 bytes} [Thu Jun 25 23:39:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2326] 199.19.213.195 () {30 vars in 705 bytes} [Thu Jun 25 23:39:42 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: 1237/2327] 199.19.213.195 () {30 vars in 681 bytes} [Thu Jun 25 23:39:42 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: 1238/2328] 199.19.213.195 () {30 vars in 717 bytes} [Thu Jun 25 23:39:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:39:42.961 7 INFO neutron.db.segments_db [None req-94f2c7d5-029e-4210-90cd-d5d6506d1e26 6f6831cc80e8497288901e07162c20c2 c26d313df3e94dea84679af8ec171ddd - - default default] Added segment e5ba294a-0320-4efe-bd4b-1008d581b4a2 of type vxlan for network e64a97ad-a2e0-4d36-8706-20c2c9e39eab [pid: 7|app: 0|req: 1091/2329] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:39:42 2026] POST /v2.0/networks => generated 644 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2330] 199.19.213.195 () {34 vars in 717 bytes} [Thu Jun 25 23:39:42 2026] POST /v2.0/ports => generated 1328 bytes in 361 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: 1240/2331] 10.0.0.238 () {34 vars in 971 bytes} [Thu Jun 25 23:39:43 2026] GET /v2.0/ports/a77b3db6-a435-4d17-8438-81ebdbe10f1b => generated 1328 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2332] 10.0.0.131 () {34 vars in 665 bytes} [Thu Jun 25 23:39:43 2026] POST /v2.0/ports => generated 774 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:39:43.456 8 INFO neutron.db.segments_db [None req-70e925b9-f6f1-43f0-a5c9-fe987ebe8f00 6f6831cc80e8497288901e07162c20c2 c26d313df3e94dea84679af8ec171ddd - - default default] Added segment 9269ed0a-1083-41bc-b6de-165b7d7cafd4 of type vxlan for network 5637dca1-ee04-4b52-b178-da7da8ec2449 [pid: 8|app: 0|req: 1241/2333] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:39:43 2026] POST /v2.0/networks => generated 632 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1093/2334] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:39:43 2026] POST /v2.0/subnets => generated 626 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2335] 10.0.0.131 () {34 vars in 665 bytes} [Thu Jun 25 23:39:43 2026] POST /v2.0/ports => generated 953 bytes in 375 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: 1243/2336] 199.19.213.195 () {34 vars in 1262 bytes} [Thu Jun 25 23:39:44 2026] GET /v2.0/ports/a77b3db6-a435-4d17-8438-81ebdbe10f1b?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:39:44.319 7 INFO neutron_taas.services.taas.taas_plugin [None req-9caccb96-1197-42f3-b3de-c529b711e79d 6f6831cc80e8497288901e07162c20c2 c26d313df3e94dea84679af8ec171ddd - - default default] TaaS: Handle Delete Port: 6d81d615-daca-4b81-b200-2e1c9a5f341e 2026-06-25 23:39:44.322 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9caccb96-1197-42f3-b3de-c529b711e79d 6f6831cc80e8497288901e07162c20c2 c26d313df3e94dea84679af8ec171ddd - - default default] Tap Mirror: Handle Delete Port: 6d81d615-daca-4b81-b200-2e1c9a5f341e [pid: 8|app: 0|req: 1244/2337] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:39:44 2026] GET /v2.0/networks/87c0d41b-2fcb-4679-a303-5db05e9da367?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: 1245/2338] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:39:44 2026] GET /v2.0/networks/87c0d41b-2fcb-4679-a303-5db05e9da367?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: 1094/2339] 10.0.0.131 () {32 vars in 720 bytes} [Thu Jun 25 23:39:44 2026] DELETE /v2.0/ports/6d81d615-daca-4b81-b200-2e1c9a5f341e => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:39:44.514 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4415f2f1-93f7-44f3-b6fe-34fee059140e 6f6831cc80e8497288901e07162c20c2 c26d313df3e94dea84679af8ec171ddd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1246/2340] 10.0.0.131 () {32 vars in 720 bytes} [Thu Jun 25 23:39:44 2026] DELETE /v2.0/ports/6d81d615-daca-4b81-b200-2e1c9a5f341e => generated 132 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:39:44.542 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6036ab52-1108-46b6-92df-7f241fb4159f 6f6831cc80e8497288901e07162c20c2 c26d313df3e94dea84679af8ec171ddd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1095/2341] 10.0.0.131 () {32 vars in 717 bytes} [Thu Jun 25 23:39:44 2026] GET /v2.0/ports/6d81d615-daca-4b81-b200-2e1c9a5f341e => 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: 1247/2342] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:39:44 2026] DELETE /v2.0/subnets/796aa216-edd9-4f5e-8f1c-87417587f13c => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:39:44.792 7 INFO neutron.services.segments.plugin [-] Segment 9269ed0a-1083-41bc-b6de-165b7d7cafd4 resource provider aggregate not found 2026-06-25 23:39:44.796 7 INFO neutron.services.segments.plugin [-] Segment 9269ed0a-1083-41bc-b6de-165b7d7cafd4 resource provider aggregate not found 2026-06-25 23:39:44.811 7 INFO neutron.services.segments.plugin [-] Segment 9269ed0a-1083-41bc-b6de-165b7d7cafd4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9269ed0a-1083-41bc-b6de-165b7d7cafd4 found for delete ", "request_id": "req-d4499139-474c-4ccc-8572-b537eadcd235"}]} 2026-06-25 23:39:44.815 7 INFO neutron.services.segments.plugin [-] Segment 9269ed0a-1083-41bc-b6de-165b7d7cafd4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9269ed0a-1083-41bc-b6de-165b7d7cafd4 found for delete ", "request_id": "req-c288f349-054d-41b5-b107-69da592f8eb2"}]} [pid: 7|app: 0|req: 1096/2343] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:39:44 2026] DELETE /v2.0/networks/5637dca1-ee04-4b52-b178-da7da8ec2449 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:39:44.895 8 INFO neutron.db.segments_db [None req-63608c5e-51d2-4520-b25c-c36bc962722b 6f6831cc80e8497288901e07162c20c2 c26d313df3e94dea84679af8ec171ddd - - default default] Added segment c9056362-b43d-4267-a48c-e176b14c8dc4 of type vxlan for network 1d00861d-0683-4e59-8db9-0adfdde4bcc3 [pid: 7|app: 0|req: 1097/2344] 199.19.213.195 () {34 vars in 975 bytes} [Thu Jun 25 23:39:44 2026] GET /v2.0/ports/a77b3db6-a435-4d17-8438-81ebdbe10f1b => generated 1328 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2345] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:39:44 2026] GET /v2.0/networks?id=87c0d41b-2fcb-4679-a303-5db05e9da367 => generated 800 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2346] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:39:44 2026] POST /v2.0/networks => generated 632 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2347] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:39:44 2026] POST /v2.0/subnets => generated 626 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2348] 199.19.213.195 () {38 vars in 1028 bytes} [Thu Jun 25 23:39:44 2026] PUT /v2.0/ports/a77b3db6-a435-4d17-8438-81ebdbe10f1b => generated 1518 bytes in 423 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:39:45.428 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0059985d-aafb-4938-8dee-e952fb7b2a70'] response: {'name': 'network-changed', 'server_uuid': 'd36143b8-3fbb-4468-8aa8-b2f95a537c8a', 'tag': 'a77b3db6-a435-4d17-8438-81ebdbe10f1b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1250/2349] 10.0.0.131 () {34 vars in 665 bytes} [Thu Jun 25 23:39:45 2026] POST /v2.0/ports => generated 915 bytes in 335 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-25 23:39:45.692 7 INFO neutron_taas.services.taas.taas_plugin [None req-0d15d597-b33d-49ed-988a-3987b91708b7 6f6831cc80e8497288901e07162c20c2 c26d313df3e94dea84679af8ec171ddd - - default default] TaaS: Handle Delete Port: 8444f4d5-3254-4399-86a4-82545549497d 2026-06-25 23:39:45.695 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d15d597-b33d-49ed-988a-3987b91708b7 6f6831cc80e8497288901e07162c20c2 c26d313df3e94dea84679af8ec171ddd - - default default] Tap Mirror: Handle Delete Port: 8444f4d5-3254-4399-86a4-82545549497d [pid: 7|app: 0|req: 1100/2350] 10.0.0.131 () {32 vars in 720 bytes} [Thu Jun 25 23:39:45 2026] DELETE /v2.0/ports/8444f4d5-3254-4399-86a4-82545549497d => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:39:45.860 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d9c19d34-e914-4d43-b613-6ade7663d891 6f6831cc80e8497288901e07162c20c2 c26d313df3e94dea84679af8ec171ddd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1251/2351] 10.0.0.131 () {32 vars in 717 bytes} [Thu Jun 25 23:39:45 2026] GET /v2.0/ports/8444f4d5-3254-4399-86a4-82545549497d => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2352] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:39:45 2026] GET /v2.0/ports?tenant_id=b662428675c74c7fb4ab745b540355ac&device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 4100 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2353] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:39:45 2026] DELETE /v2.0/subnets/2a8cb8c2-cdb4-49e7-8c64-a5cb09312532 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2354] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:39:45 2026] GET /v2.0/networks?id=87c0d41b-2fcb-4679-a303-5db05e9da367 => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2355] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:39:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.131&port_id=a77b3db6-a435-4d17-8438-81ebdbe10f1b => 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: 1255/2356] 199.19.213.195 () {34 vars in 1104 bytes} [Thu Jun 25 23:39:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1e4&port_id=a77b3db6-a435-4d17-8438-81ebdbe10f1b => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2357] 199.19.213.195 () {34 vars in 1064 bytes} [Thu Jun 25 23:39:46 2026] GET /v2.0/subnets?id=0a235a9d-2d4b-4387-b4ee-8ab9970c5f3b&id=65537232-263c-4db8-9d6f-c712c9cdb1d8 => generated 1411 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2358] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:39:46 2026] GET /v2.0/ports?network_id=87c0d41b-2fcb-4679-a303-5db05e9da367&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2359] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:39:46 2026] DELETE /v2.0/networks/1d00861d-0683-4e59-8db9-0adfdde4bcc3 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2360] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:39:46 2026] GET /v2.0/ports?network_id=87c0d41b-2fcb-4679-a303-5db05e9da367&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: 1259/2361] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:39:46 2026] GET /v2.0/networks/87c0d41b-2fcb-4679-a303-5db05e9da367?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: 1260/2362] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:39:46 2026] GET /v2.0/networks/87c0d41b-2fcb-4679-a303-5db05e9da367?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: 1103/2363] 10.0.0.131 () {34 vars in 665 bytes} [Thu Jun 25 23:39:46 2026] POST /v2.0/ports => generated 774 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2364] 10.0.0.131 () {34 vars in 737 bytes} [Thu Jun 25 23:39:46 2026] PUT /v2.0/ports/765a135f-3510-4259-be2d-072e28e0c9e6 => generated 752 bytes in 217 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-25 23:39:46.794 7 INFO neutron_taas.services.taas.taas_plugin [None req-7cd65dd3-8797-46c8-a2d2-275900880ae3 6f6831cc80e8497288901e07162c20c2 c26d313df3e94dea84679af8ec171ddd - - default default] TaaS: Handle Delete Port: 765a135f-3510-4259-be2d-072e28e0c9e6 2026-06-25 23:39:46.798 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cd65dd3-8797-46c8-a2d2-275900880ae3 6f6831cc80e8497288901e07162c20c2 c26d313df3e94dea84679af8ec171ddd - - default default] Tap Mirror: Handle Delete Port: 765a135f-3510-4259-be2d-072e28e0c9e6 2026-06-25 23:39:46.845 7 INFO neutron.services.segments.plugin [-] Segment c9056362-b43d-4267-a48c-e176b14c8dc4 resource provider aggregate not found 2026-06-25 23:39:46.848 7 INFO neutron.services.segments.plugin [-] Segment c9056362-b43d-4267-a48c-e176b14c8dc4 resource provider aggregate not found 2026-06-25 23:39:46.865 7 INFO neutron.services.segments.plugin [-] Segment c9056362-b43d-4267-a48c-e176b14c8dc4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9056362-b43d-4267-a48c-e176b14c8dc4 found for delete ", "request_id": "req-55be8803-1fb8-4277-a169-321f889a7b02"}]} 2026-06-25 23:39:46.866 7 INFO neutron.services.segments.plugin [-] Segment c9056362-b43d-4267-a48c-e176b14c8dc4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9056362-b43d-4267-a48c-e176b14c8dc4 found for delete ", "request_id": "req-d7d44ef5-0853-494c-8f40-a57c38d3b276"}]} [pid: 7|app: 0|req: 1104/2365] 10.0.0.131 () {32 vars in 720 bytes} [Thu Jun 25 23:39:46 2026] DELETE /v2.0/ports/765a135f-3510-4259-be2d-072e28e0c9e6 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1262/2366] 10.0.0.131 () {32 vars in 643 bytes} [Thu Jun 25 23:39:46 2026] GET /v2.0/ports => generated 777 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:39:46.988 7 INFO neutron.pecan_wsgi.hooks.translation [None req-449c28f4-e2aa-4200-84cb-a46ffd03345f 6f6831cc80e8497288901e07162c20c2 c26d313df3e94dea84679af8ec171ddd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1105/2367] 10.0.0.131 () {32 vars in 717 bytes} [Thu Jun 25 23:39:46 2026] GET /v2.0/ports/765a135f-3510-4259-be2d-072e28e0c9e6 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2368] 10.0.0.131 () {32 vars in 643 bytes} [Thu Jun 25 23:39:46 2026] GET /v2.0/ports => generated 777 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2369] 10.0.0.131 () {32 vars in 717 bytes} [Thu Jun 25 23:39:47 2026] GET /v2.0/ports/129ce9dc-5c45-4906-b327-25133b396295 => generated 774 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:39:47.104 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7c267c37-bb29-4724-9c5a-09b1bd653a3e 6f6831cc80e8497288901e07162c20c2 c26d313df3e94dea84679af8ec171ddd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1264/2370] 10.0.0.131 () {32 vars in 720 bytes} [Thu Jun 25 23:39:47 2026] DELETE /v2.0/ports/8444f4d5-3254-4399-86a4-82545549497d => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:39:47.128 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d44aa80a-5d3c-4e87-8996-c3c358529b83 6f6831cc80e8497288901e07162c20c2 c26d313df3e94dea84679af8ec171ddd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1107/2371] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:39:47 2026] DELETE /v2.0/subnets/2a8cb8c2-cdb4-49e7-8c64-a5cb09312532 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:39:47.148 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0a617f85-642b-4985-bd11-fb1e2993db2b 6f6831cc80e8497288901e07162c20c2 c26d313df3e94dea84679af8ec171ddd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1265/2372] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:39:47 2026] DELETE /v2.0/subnets/796aa216-edd9-4f5e-8f1c-87417587f13c => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:39:47.262 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c56955c-e11e-4df6-bba0-a7238dddd0ae 6f6831cc80e8497288901e07162c20c2 c26d313df3e94dea84679af8ec171ddd - - default default] TaaS: Handle Delete Port: 129ce9dc-5c45-4906-b327-25133b396295 2026-06-25 23:39:47.267 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c56955c-e11e-4df6-bba0-a7238dddd0ae 6f6831cc80e8497288901e07162c20c2 c26d313df3e94dea84679af8ec171ddd - - default default] Tap Mirror: Handle Delete Port: 129ce9dc-5c45-4906-b327-25133b396295 [pid: 8|app: 0|req: 1266/2373] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:39:47 2026] GET /v2.0/ports?tenant_id=b662428675c74c7fb4ab745b540355ac&device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 4100 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2374] 10.0.0.131 () {32 vars in 720 bytes} [Thu Jun 25 23:39:47 2026] DELETE /v2.0/ports/129ce9dc-5c45-4906-b327-25133b396295 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2375] 199.19.213.195 () {34 vars in 1062 bytes} [Thu Jun 25 23:39:47 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.107&port_id=bf00bac0-e0f5-4ccc-8850-3117ef1f4de1 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2376] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:39:47 2026] GET /v2.0/subnets?id=d5696afa-61ad-45e2-ac2f-e90710e620d0 => generated 654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2377] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:39:47 2026] GET /v2.0/ports?network_id=c6cc6b18-78a2-4d48-90ff-e9a533e414a4&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2378] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:39:47 2026] DELETE /v2.0/networks/e64a97ad-a2e0-4d36-8706-20c2c9e39eab => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2379] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:39:47 2026] GET /v2.0/networks/c6cc6b18-78a2-4d48-90ff-e9a533e414a4?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2380] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:39:47 2026] GET /v2.0/networks/c6cc6b18-78a2-4d48-90ff-e9a533e414a4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2381] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:39:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.151&port_id=0428e307-d48b-4a2d-a4df-4401c3e134c4 => 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: 1111/2382] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:39:47 2026] GET /v2.0/subnets?id=52b792d1-afa7-4dd6-98d4-cff870a9da7c => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2383] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:39:47 2026] GET /v2.0/ports?network_id=8c8f2088-da01-4078-b0e6-5e0ee6a50225&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: 1112/2384] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:39:47 2026] GET /v2.0/networks/8c8f2088-da01-4078-b0e6-5e0ee6a50225?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: 1273/2385] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:39:47 2026] GET /v2.0/networks/8c8f2088-da01-4078-b0e6-5e0ee6a50225?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: 1113/2386] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:39:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.131&port_id=a77b3db6-a435-4d17-8438-81ebdbe10f1b => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2387] 199.19.213.195 () {34 vars in 1104 bytes} [Thu Jun 25 23:39:47 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1e4&port_id=a77b3db6-a435-4d17-8438-81ebdbe10f1b => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2388] 199.19.213.195 () {34 vars in 1064 bytes} [Thu Jun 25 23:39:47 2026] GET /v2.0/subnets?id=0a235a9d-2d4b-4387-b4ee-8ab9970c5f3b&id=65537232-263c-4db8-9d6f-c712c9cdb1d8 => generated 1411 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2389] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:39:47 2026] GET /v2.0/ports?network_id=87c0d41b-2fcb-4679-a303-5db05e9da367&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: 1115/2390] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:39:47 2026] GET /v2.0/ports?network_id=87c0d41b-2fcb-4679-a303-5db05e9da367&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: 1276/2391] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:39:48 2026] GET /v2.0/networks/87c0d41b-2fcb-4679-a303-5db05e9da367?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: 1277/2392] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:39:48 2026] GET /v2.0/networks/87c0d41b-2fcb-4679-a303-5db05e9da367?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: 1116/2393] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:39:48 2026] GET /v2.0/security-groups?tenant_id=c26d313df3e94dea84679af8ec171ddd&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: 1278/2394] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:39:48 2026] DELETE /v2.0/security-groups/144aaee2-d423-4aa3-bba8-9f9dea3d2880 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:39:49.093 7 INFO neutron.services.segments.plugin [-] Segment e5ba294a-0320-4efe-bd4b-1008d581b4a2 resource provider aggregate not found 2026-06-25 23:39:49.099 7 INFO neutron.services.segments.plugin [-] Segment e5ba294a-0320-4efe-bd4b-1008d581b4a2 resource provider aggregate not found 2026-06-25 23:39:49.115 7 INFO neutron.services.segments.plugin [-] Segment e5ba294a-0320-4efe-bd4b-1008d581b4a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5ba294a-0320-4efe-bd4b-1008d581b4a2 found for delete ", "request_id": "req-34a29eb8-6202-4a54-a6c0-cef4af4b6d5e"}]} 2026-06-25 23:39:49.115 7 INFO neutron.services.segments.plugin [-] Segment e5ba294a-0320-4efe-bd4b-1008d581b4a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5ba294a-0320-4efe-bd4b-1008d581b4a2 found for delete ", "request_id": "req-178ff361-6df9-4771-bb2d-952bc2cd5890"}]} [pid: 7|app: 0|req: 1117/2395] 10.0.0.238 () {34 vars in 971 bytes} [Thu Jun 25 23:39:52 2026] GET /v2.0/ports/a77b3db6-a435-4d17-8438-81ebdbe10f1b => generated 1520 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2396] 199.19.213.195 () {30 vars in 743 bytes} [Thu Jun 25 23:39:52 2026] GET /v2.0/networks/87c0d41b-2fcb-4679-a303-5db05e9da367 => generated 797 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2397] 199.19.213.195 () {30 vars in 741 bytes} [Thu Jun 25 23:39:52 2026] GET /v2.0/subnets/65537232-263c-4db8-9d6f-c712c9cdb1d8 => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2398] 199.19.213.195 () {30 vars in 741 bytes} [Thu Jun 25 23:39:52 2026] GET /v2.0/subnets/0a235a9d-2d4b-4387-b4ee-8ab9970c5f3b => generated 744 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2399] 199.19.213.195 () {30 vars in 703 bytes} [Thu Jun 25 23:39:52 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: 1281/2400] 199.19.213.195 () {30 vars in 705 bytes} [Thu Jun 25 23:39:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2401] 199.19.213.195 () {30 vars in 681 bytes} [Thu Jun 25 23:39:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2402] 199.19.213.195 () {30 vars in 717 bytes} [Thu Jun 25 23:39:52 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: 1121/2403] 199.19.213.195 () {30 vars in 741 bytes} [Thu Jun 25 23:39:52 2026] GET /v2.0/subnets/52b792d1-afa7-4dd6-98d4-cff870a9da7c => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2404] 199.19.213.195 () {30 vars in 737 bytes} [Thu Jun 25 23:39:52 2026] GET /v2.0/ports/31f3aea5-c602-487d-bd14-664a622aab31 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2405] 199.19.213.195 () {30 vars in 737 bytes} [Thu Jun 25 23:39:52 2026] GET /v2.0/ports/0428e307-d48b-4a2d-a4df-4401c3e134c4 => generated 1350 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2406] 199.19.213.195 () {30 vars in 741 bytes} [Thu Jun 25 23:39:52 2026] GET /v2.0/subnets/52b792d1-afa7-4dd6-98d4-cff870a9da7c => generated 675 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2407] 199.19.213.195 () {30 vars in 743 bytes} [Thu Jun 25 23:39:53 2026] GET /v2.0/networks/8c8f2088-da01-4078-b0e6-5e0ee6a50225 => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2408] 199.19.213.195 () {30 vars in 737 bytes} [Thu Jun 25 23:39:53 2026] GET /v2.0/ports/31f3aea5-c602-487d-bd14-664a622aab31 => generated 1132 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2409] 199.19.213.195 () {30 vars in 741 bytes} [Thu Jun 25 23:39:53 2026] GET /v2.0/subnets/52b792d1-afa7-4dd6-98d4-cff870a9da7c => generated 675 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2412] 10.0.0.84 () {30 vars in 689 bytes} [Thu Jun 25 23:39:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2413] 10.0.0.84 () {30 vars in 691 bytes} [Thu Jun 25 23:39:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2414] 10.0.0.84 () {30 vars in 667 bytes} [Thu Jun 25 23:39:57 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: 7|app: 0|req: 1127/2415] 10.0.0.84 () {30 vars in 703 bytes} [Thu Jun 25 23:39:57 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: 1289/2416] 10.0.0.84 () {28 vars in 438 bytes} [Thu Jun 25 23:39:57 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: 1128/2417] 10.0.0.84 () {30 vars in 727 bytes} [Thu Jun 25 23:39:57 2026] GET /v2.0/subnets/6b010445-6c2f-47c6-8ddd-077875d6d331 => generated 656 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2418] 199.19.213.195 () {30 vars in 703 bytes} [Thu Jun 25 23:39:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2419] 199.19.213.195 () {30 vars in 705 bytes} [Thu Jun 25 23:39:58 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: 1291/2420] 199.19.213.195 () {30 vars in 681 bytes} [Thu Jun 25 23:39:58 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: 1130/2421] 199.19.213.195 () {30 vars in 717 bytes} [Thu Jun 25 23:39:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2422] 199.19.213.195 () {30 vars in 741 bytes} [Thu Jun 25 23:39:59 2026] GET /v2.0/subnets/65537232-263c-4db8-9d6f-c712c9cdb1d8 => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2423] 199.19.213.195 () {30 vars in 741 bytes} [Thu Jun 25 23:39:59 2026] GET /v2.0/subnets/6b010445-6c2f-47c6-8ddd-077875d6d331 => generated 674 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2424] 199.19.213.195 () {30 vars in 769 bytes} [Thu Jun 25 23:39:59 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 4102 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2425] 199.19.213.195 () {30 vars in 703 bytes} [Thu Jun 25 23:39:59 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: 1294/2426] 199.19.213.195 () {30 vars in 705 bytes} [Thu Jun 25 23:39:59 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: 1133/2427] 199.19.213.195 () {30 vars in 681 bytes} [Thu Jun 25 23:39:59 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2428] 199.19.213.195 () {30 vars in 717 bytes} [Thu Jun 25 23:39:59 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: 1134/2429] 199.19.213.195 () {34 vars in 717 bytes} [Thu Jun 25 23:39:59 2026] POST /v2.0/ports => generated 1332 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2430] 10.0.0.238 () {34 vars in 971 bytes} [Thu Jun 25 23:40:00 2026] GET /v2.0/ports/e5fd1485-0940-4f3b-bd4e-4cbcfc1a891d => generated 1332 bytes in 66 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: 1135/2431] 10.0.0.238 () {34 vars in 907 bytes} [Thu Jun 25 23:40:00 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: 1297/2432] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:40:01 2026] GET /v2.0/security-groups?tenant_id=4ad688973a124c8485e75dc15716ff1c&name=default => generated 2925 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2433] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:40:01 2026] DELETE /v2.0/security-groups/3c988c97-1e1f-4c6b-98c6-3f411df70ea8 => 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: 1298/2434] 199.19.213.195 () {34 vars in 1262 bytes} [Thu Jun 25 23:40:01 2026] GET /v2.0/ports/e5fd1485-0940-4f3b-bd4e-4cbcfc1a891d?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2435] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:40:01 2026] GET /v2.0/networks/4e3046db-ad3d-4efb-8a93-048e06b4e7b1?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: 1299/2436] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:40:01 2026] GET /v2.0/networks/4e3046db-ad3d-4efb-8a93-048e06b4e7b1?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: 1138/2437] 199.19.213.195 () {34 vars in 975 bytes} [Thu Jun 25 23:40:02 2026] GET /v2.0/ports/e5fd1485-0940-4f3b-bd4e-4cbcfc1a891d => generated 1332 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2438] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:40:02 2026] GET /v2.0/networks?id=4e3046db-ad3d-4efb-8a93-048e06b4e7b1 => generated 800 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2439] 199.19.213.195 () {38 vars in 1028 bytes} [Thu Jun 25 23:40:02 2026] PUT /v2.0/ports/e5fd1485-0940-4f3b-bd4e-4cbcfc1a891d => generated 1522 bytes in 498 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:40:02.792 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-88a5f763-5d7d-48d8-a2ff-d0704be7ea1d'] response: {'name': 'network-changed', 'server_uuid': 'd36143b8-3fbb-4468-8aa8-b2f95a537c8a', 'tag': 'e5fd1485-0940-4f3b-bd4e-4cbcfc1a891d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1301/2440] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:40:03 2026] GET /v2.0/ports?tenant_id=b662428675c74c7fb4ab745b540355ac&device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 5616 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1140/2441] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:40:03 2026] GET /v2.0/networks?id=4e3046db-ad3d-4efb-8a93-048e06b4e7b1 => generated 800 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2442] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:40:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.197&port_id=e5fd1485-0940-4f3b-bd4e-4cbcfc1a891d => 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: 1141/2443] 199.19.213.195 () {34 vars in 1106 bytes} [Thu Jun 25 23:40:03 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A34f&port_id=e5fd1485-0940-4f3b-bd4e-4cbcfc1a891d => 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: 1303/2444] 199.19.213.195 () {34 vars in 1064 bytes} [Thu Jun 25 23:40:03 2026] GET /v2.0/subnets?id=b11df4c4-5944-4d93-99ee-756b52e42ed7&id=6b010445-6c2f-47c6-8ddd-077875d6d331 => generated 1414 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2445] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:40:03 2026] GET /v2.0/ports?network_id=4e3046db-ad3d-4efb-8a93-048e06b4e7b1&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2446] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:40:03 2026] GET /v2.0/ports?network_id=4e3046db-ad3d-4efb-8a93-048e06b4e7b1&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: 1143/2447] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:40:03 2026] GET /v2.0/networks/4e3046db-ad3d-4efb-8a93-048e06b4e7b1?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: 1305/2448] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:40:03 2026] GET /v2.0/networks/4e3046db-ad3d-4efb-8a93-048e06b4e7b1?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-25 23:40:04.397 7 INFO neutron.db.segments_db [None req-7a64e3d6-187d-4899-b48d-9deef515cb0c c3111af1b6b04bf18171dab7d0303ec8 a585f54585414d66be981cc00e8689f8 - - default default] Added segment 50e719da-625a-4080-a851-05c9226ce906 of type vxlan for network b4023436-affb-4c7f-9b0c-dd2c51250668 [pid: 7|app: 0|req: 1144/2449] 10.0.0.131 () {34 vars in 671 bytes} [Thu Jun 25 23:40:04 2026] POST /v2.0/networks => generated 633 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:40:04.550 8 INFO neutron.db.segments_db [None req-a613f019-c53e-4b23-b93e-ddfa533b59c8 c3111af1b6b04bf18171dab7d0303ec8 a585f54585414d66be981cc00e8689f8 - - default default] Added segment c9206617-e9cf-4b35-8496-bbc142fc93d4 of type vxlan for network a04009f8-3b77-46df-af57-d34b056b6ebb 2026-06-25 23:40:04.795 8 INFO neutron.db.l3_hamode_db [None req-a613f019-c53e-4b23-b93e-ddfa533b59c8 c3111af1b6b04bf18171dab7d0303ec8 a585f54585414d66be981cc00e8689f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1145/2450] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:40:04 2026] GET /v2.0/ports?tenant_id=b662428675c74c7fb4ab745b540355ac&device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 5616 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2451] 199.19.213.195 () {34 vars in 1062 bytes} [Thu Jun 25 23:40:04 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.107&port_id=bf00bac0-e0f5-4ccc-8850-3117ef1f4de1 => 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: 1147/2452] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:40:04 2026] GET /v2.0/subnets?id=d5696afa-61ad-45e2-ac2f-e90710e620d0 => 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: 1148/2453] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:40:04 2026] GET /v2.0/ports?network_id=c6cc6b18-78a2-4d48-90ff-e9a533e414a4&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2454] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:40:04 2026] GET /v2.0/networks/c6cc6b18-78a2-4d48-90ff-e9a533e414a4?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2455] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:40:04 2026] GET /v2.0/networks/c6cc6b18-78a2-4d48-90ff-e9a533e414a4?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: 1151/2456] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:40:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.151&port_id=0428e307-d48b-4a2d-a4df-4401c3e134c4 => 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: 1152/2457] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:40:05 2026] GET /v2.0/subnets?id=52b792d1-afa7-4dd6-98d4-cff870a9da7c => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2458] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:40:05 2026] GET /v2.0/ports?network_id=8c8f2088-da01-4078-b0e6-5e0ee6a50225&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: 1154/2459] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:40:05 2026] GET /v2.0/networks/8c8f2088-da01-4078-b0e6-5e0ee6a50225?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2460] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:40:05 2026] GET /v2.0/networks/8c8f2088-da01-4078-b0e6-5e0ee6a50225?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: 1156/2461] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:40:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.131&port_id=a77b3db6-a435-4d17-8438-81ebdbe10f1b => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2462] 199.19.213.195 () {34 vars in 1104 bytes} [Thu Jun 25 23:40:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1e4&port_id=a77b3db6-a435-4d17-8438-81ebdbe10f1b => 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: 1158/2463] 199.19.213.195 () {34 vars in 1064 bytes} [Thu Jun 25 23:40:05 2026] GET /v2.0/subnets?id=0a235a9d-2d4b-4387-b4ee-8ab9970c5f3b&id=65537232-263c-4db8-9d6f-c712c9cdb1d8 => generated 1411 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2464] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:40:05 2026] GET /v2.0/ports?network_id=87c0d41b-2fcb-4679-a303-5db05e9da367&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2465] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:40:05 2026] GET /v2.0/ports?network_id=87c0d41b-2fcb-4679-a303-5db05e9da367&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: 1161/2466] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:40:05 2026] GET /v2.0/networks/87c0d41b-2fcb-4679-a303-5db05e9da367?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: 1162/2467] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:40:05 2026] GET /v2.0/networks/87c0d41b-2fcb-4679-a303-5db05e9da367?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2468] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:40:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.197&port_id=e5fd1485-0940-4f3b-bd4e-4cbcfc1a891d => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2469] 199.19.213.195 () {34 vars in 1106 bytes} [Thu Jun 25 23:40:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A34f&port_id=e5fd1485-0940-4f3b-bd4e-4cbcfc1a891d => 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: 1165/2470] 199.19.213.195 () {34 vars in 1064 bytes} [Thu Jun 25 23:40:05 2026] GET /v2.0/subnets?id=b11df4c4-5944-4d93-99ee-756b52e42ed7&id=6b010445-6c2f-47c6-8ddd-077875d6d331 => generated 1414 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2471] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:40:05 2026] GET /v2.0/ports?network_id=4e3046db-ad3d-4efb-8a93-048e06b4e7b1&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:40:05.618 8 INFO neutron.db.l3_hamode_db [None req-a613f019-c53e-4b23-b93e-ddfa533b59c8 c3111af1b6b04bf18171dab7d0303ec8 a585f54585414d66be981cc00e8689f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1167/2472] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:40:05 2026] GET /v2.0/ports?network_id=4e3046db-ad3d-4efb-8a93-048e06b4e7b1&device_owner=network%3Adhcp => generated 1461 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2473] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:40:05 2026] GET /v2.0/networks/4e3046db-ad3d-4efb-8a93-048e06b4e7b1?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: 1169/2474] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:40:05 2026] GET /v2.0/networks/4e3046db-ad3d-4efb-8a93-048e06b4e7b1?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: 1306/2475] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:40:04 2026] POST /v2.0/routers => generated 694 bytes in 1972 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2476] 10.0.0.131 () {32 vars in 776 bytes} [Thu Jun 25 23:40:06 2026] GET /v2.0/subnets?project_id=a585f54585414d66be981cc00e8689f8&cidr=10.100.0.0%2F28 => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2477] 10.0.0.131 () {32 vars in 694 bytes} [Thu Jun 25 23:40:06 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2478] 10.0.0.131 () {32 vars in 784 bytes} [Thu Jun 25 23:40:06 2026] GET /v2.0/subnets?network_id=4edd636b-cf08-4704-9242-bd4937f90d78&cidr=10.100.0.0%2F28 => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2479] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:40:06 2026] POST /v2.0/subnets => generated 657 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2480] 10.0.0.131 () {34 vars in 783 bytes} [Thu Jun 25 23:40:06 2026] PUT /v2.0/routers/10e2514f-ca44-4d4c-adb9-279317ab7975/add_router_interface => generated 309 bytes in 1338 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2481] 10.0.0.131 () {32 vars in 649 bytes} [Thu Jun 25 23:40:08 2026] GET /v2.0/networks => generated 6664 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2482] 10.0.0.131 () {32 vars in 647 bytes} [Thu Jun 25 23:40:08 2026] GET /v2.0/subnets => generated 7420 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2483] 10.0.0.131 () {32 vars in 647 bytes} [Thu Jun 25 23:40:08 2026] GET /v2.0/routers => generated 1451 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2484] 10.0.0.131 () {34 vars in 685 bytes} [Thu Jun 25 23:40:08 2026] POST /v2.0/security-groups => generated 1675 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2485] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:40:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2486] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:40:08 2026] POST /v2.0/security-group-rules => generated 596 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2487] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:40:08 2026] POST /v2.0/security-group-rules => generated 602 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2488] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:40:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:40:09.290 8 INFO neutron.db.securitygroups_db [None req-e595d03b-d5eb-4fd3-8c63-e55a216bfaa4 c3111af1b6b04bf18171dab7d0303ec8 a585f54585414d66be981cc00e8689f8 - - default default] Project a585f54585414d66be981cc00e8689f8 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: 1313/2489] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:40:09 2026] POST /v2.0/security-group-rules => generated 607 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:40:09.402 7 INFO neutron.db.securitygroups_db [None req-e970d28b-d733-4542-9f3b-137a5ba121e7 c3111af1b6b04bf18171dab7d0303ec8 a585f54585414d66be981cc00e8689f8 - - default default] Project a585f54585414d66be981cc00e8689f8 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: 1177/2490] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:40:09 2026] POST /v2.0/security-group-rules => generated 606 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2491] 10.0.0.131 () {32 vars in 649 bytes} [Thu Jun 25 23:40:09 2026] GET /v2.0/networks => generated 1298 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2492] 10.0.0.238 () {34 vars in 971 bytes} [Thu Jun 25 23:40:09 2026] GET /v2.0/ports/e5fd1485-0940-4f3b-bd4e-4cbcfc1a891d => generated 1524 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2493] 199.19.213.195 () {30 vars in 743 bytes} [Thu Jun 25 23:40:09 2026] GET /v2.0/networks/4e3046db-ad3d-4efb-8a93-048e06b4e7b1 => generated 797 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2494] 199.19.213.195 () {30 vars in 741 bytes} [Thu Jun 25 23:40:10 2026] GET /v2.0/subnets/6b010445-6c2f-47c6-8ddd-077875d6d331 => generated 674 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2495] 10.0.0.238 () {34 vars in 1098 bytes} [Thu Jun 25 23:40:10 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-993959680&fields=id&tenant_id=a585f54585414d66be981cc00e8689f8 => generated 69 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2496] 199.19.213.195 () {30 vars in 741 bytes} [Thu Jun 25 23:40:10 2026] GET /v2.0/subnets/b11df4c4-5944-4d93-99ee-756b52e42ed7 => generated 747 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2499] 10.0.0.238 () {34 vars in 982 bytes} [Thu Jun 25 23:40:10 2026] GET /v2.0/networks?id=b4023436-affb-4c7f-9b0c-dd2c51250668 => generated 661 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2500] 10.0.0.238 () {34 vars in 965 bytes} [Thu Jun 25 23:40:10 2026] GET /v2.0/quotas/a585f54585414d66be981cc00e8689f8 => 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: 1183/2501] 199.19.213.195 () {30 vars in 737 bytes} [Thu Jun 25 23:40:10 2026] GET /v2.0/ports/a77b3db6-a435-4d17-8438-81ebdbe10f1b => generated 1520 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2502] 10.0.0.238 () {34 vars in 1002 bytes} [Thu Jun 25 23:40:10 2026] GET /v2.0/ports?tenant_id=a585f54585414d66be981cc00e8689f8&fields=id => generated 103 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2503] 10.0.0.238 () {34 vars in 1008 bytes} [Thu Jun 25 23:40:10 2026] GET /v2.0/networks/b4023436-affb-4c7f-9b0c-dd2c51250668?fields=segments => generated 14 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2504] 10.0.0.238 () {34 vars in 1108 bytes} [Thu Jun 25 23:40:10 2026] GET /v2.0/networks/b4023436-affb-4c7f-9b0c-dd2c51250668?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: 1322/2505] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:40:10 2026] GET /v2.0/ports?device_id=64666474-2930-4cc4-8e22-8c9289f11082 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2506] 199.19.213.195 () {34 vars in 790 bytes} [Thu Jun 25 23:40:10 2026] PUT /v2.0/ports/a77b3db6-a435-4d17-8438-81ebdbe10f1b => generated 1255 bytes in 383 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2507] 199.19.213.195 () {30 vars in 743 bytes} [Thu Jun 25 23:40:10 2026] GET /v2.0/networks/87c0d41b-2fcb-4679-a303-5db05e9da367 => generated 797 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:40:10.612 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6ed5a74c-70d3-4856-9ed0-5765656ef07b'] response: {'name': 'network-changed', 'server_uuid': 'd36143b8-3fbb-4468-8aa8-b2f95a537c8a', 'tag': 'a77b3db6-a435-4d17-8438-81ebdbe10f1b', '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: 1185/2508] 199.19.213.195 () {30 vars in 741 bytes} [Thu Jun 25 23:40:10 2026] GET /v2.0/subnets/65537232-263c-4db8-9d6f-c712c9cdb1d8 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2509] 199.19.213.195 () {30 vars in 703 bytes} [Thu Jun 25 23:40:10 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: 1186/2510] 199.19.213.195 () {30 vars in 705 bytes} [Thu Jun 25 23:40:10 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: 1325/2511] 199.19.213.195 () {30 vars in 681 bytes} [Thu Jun 25 23:40:10 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: 1187/2512] 199.19.213.195 () {30 vars in 717 bytes} [Thu Jun 25 23:40:10 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: 1326/2513] 199.19.213.195 () {30 vars in 741 bytes} [Thu Jun 25 23:40:10 2026] GET /v2.0/subnets/52b792d1-afa7-4dd6-98d4-cff870a9da7c => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2514] 199.19.213.195 () {30 vars in 737 bytes} [Thu Jun 25 23:40:10 2026] GET /v2.0/ports/31f3aea5-c602-487d-bd14-664a622aab31 => generated 1132 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2515] 199.19.213.195 () {30 vars in 737 bytes} [Thu Jun 25 23:40:10 2026] GET /v2.0/ports/0428e307-d48b-4a2d-a4df-4401c3e134c4 => generated 1350 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2516] 199.19.213.195 () {30 vars in 741 bytes} [Thu Jun 25 23:40:10 2026] GET /v2.0/subnets/52b792d1-afa7-4dd6-98d4-cff870a9da7c => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2517] 199.19.213.195 () {30 vars in 743 bytes} [Thu Jun 25 23:40:10 2026] GET /v2.0/networks/8c8f2088-da01-4078-b0e6-5e0ee6a50225 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2518] 199.19.213.195 () {30 vars in 737 bytes} [Thu Jun 25 23:40:11 2026] GET /v2.0/ports/31f3aea5-c602-487d-bd14-664a622aab31 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2519] 199.19.213.195 () {30 vars in 741 bytes} [Thu Jun 25 23:40:11 2026] GET /v2.0/subnets/52b792d1-afa7-4dd6-98d4-cff870a9da7c => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2520] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:40:11 2026] GET /v2.0/ports?tenant_id=b662428675c74c7fb4ab745b540355ac&device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 5389 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2521] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:40:11 2026] GET /v2.0/networks?id=87c0d41b-2fcb-4679-a303-5db05e9da367 => generated 800 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2522] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:40:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.131&port_id=a77b3db6-a435-4d17-8438-81ebdbe10f1b => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2523] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:40:11 2026] GET /v2.0/subnets?id=65537232-263c-4db8-9d6f-c712c9cdb1d8 => generated 677 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2524] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:40:11 2026] GET /v2.0/ports?network_id=87c0d41b-2fcb-4679-a303-5db05e9da367&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: 1332/2525] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:40:11 2026] GET /v2.0/networks/87c0d41b-2fcb-4679-a303-5db05e9da367?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2526] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:40:11 2026] GET /v2.0/networks/87c0d41b-2fcb-4679-a303-5db05e9da367?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: 1333/2527] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:40:11 2026] GET /v2.0/ports?device_id=64666474-2930-4cc4-8e22-8c9289f11082 => 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: 1195/2528] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:40:12 2026] GET /v2.0/ports?device_id=64666474-2930-4cc4-8e22-8c9289f11082 => 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: 1334/2529] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:40:13 2026] GET /v2.0/ports?device_id=64666474-2930-4cc4-8e22-8c9289f11082 => 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: 1196/2530] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:40:14 2026] GET /v2.0/networks?id=b4023436-affb-4c7f-9b0c-dd2c51250668 => generated 661 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2531] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:40:14 2026] GET /v2.0/ports?device_id=64666474-2930-4cc4-8e22-8c9289f11082 => 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: 1197/2532] 199.19.213.195 () {34 vars in 1050 bytes} [Thu Jun 25 23:40:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a585f54585414d66be981cc00e8689f8 => generated 180 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2533] 199.19.213.195 () {38 vars in 955 bytes} [Thu Jun 25 23:40:14 2026] POST /v2.0/ports => generated 954 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2534] 199.19.213.195 () {38 vars in 1028 bytes} [Thu Jun 25 23:40:15 2026] PUT /v2.0/ports/3b078fb3-42dc-415d-ac41-d19d057462c5 => generated 1235 bytes in 363 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:40:15.660 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-eb0c37ec-3ec7-458c-971f-6028d0c675fd'] response: {'name': 'network-changed', 'server_uuid': '64666474-2930-4cc4-8e22-8c9289f11082', 'tag': '3b078fb3-42dc-415d-ac41-d19d057462c5', '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: 1337/2535] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:40:15 2026] GET /v2.0/ports?device_id=64666474-2930-4cc4-8e22-8c9289f11082 => generated 969 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: 7|app: 0|req: 1199/2536] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:40:15 2026] GET /v2.0/security-groups?id=c818b7f9-ae1d-44b2-881f-87ccd17b0ef1&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2537] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:40:16 2026] GET /v2.0/ports?tenant_id=a585f54585414d66be981cc00e8689f8&device_id=64666474-2930-4cc4-8e22-8c9289f11082 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2538] 199.19.213.195 () {34 vars in 1018 bytes} [Thu Jun 25 23:40:16 2026] GET /v2.0/networks?tenant_id=a585f54585414d66be981cc00e8689f8&shared=False => generated 757 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2539] 199.19.213.195 () {34 vars in 930 bytes} [Thu Jun 25 23:40:16 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: 1201/2540] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:40:17 2026] GET /v2.0/ports?device_id=64666474-2930-4cc4-8e22-8c9289f11082 => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2541] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:40:17 2026] GET /v2.0/security-groups?id=c818b7f9-ae1d-44b2-881f-87ccd17b0ef1&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2542] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:40:17 2026] GET /v2.0/ports?tenant_id=a585f54585414d66be981cc00e8689f8&device_id=64666474-2930-4cc4-8e22-8c9289f11082 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2543] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:40:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=3b078fb3-42dc-415d-ac41-d19d057462c5 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2544] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:40:17 2026] GET /v2.0/subnets?id=2a3d97aa-5b61-4d1c-ae7e-5f808e7cc143 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2545] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:40:17 2026] GET /v2.0/ports?network_id=b4023436-affb-4c7f-9b0c-dd2c51250668&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2546] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:40:17 2026] GET /v2.0/networks/b4023436-affb-4c7f-9b0c-dd2c51250668?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2547] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:40:17 2026] GET /v2.0/networks/b4023436-affb-4c7f-9b0c-dd2c51250668?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2548] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:40:18 2026] GET /v2.0/ports?device_id=64666474-2930-4cc4-8e22-8c9289f11082 => 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: 1344/2549] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:40:18 2026] GET /v2.0/security-groups?id=c818b7f9-ae1d-44b2-881f-87ccd17b0ef1&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: 1206/2550] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:40:19 2026] GET /v2.0/ports?device_id=64666474-2930-4cc4-8e22-8c9289f11082 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2551] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:40:19 2026] GET /v2.0/security-groups?id=c818b7f9-ae1d-44b2-881f-87ccd17b0ef1&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2552] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:40:20 2026] GET /v2.0/ports?device_id=64666474-2930-4cc4-8e22-8c9289f11082 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2553] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:40:20 2026] GET /v2.0/security-groups?id=c818b7f9-ae1d-44b2-881f-87ccd17b0ef1&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2554] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:40:21 2026] GET /v2.0/ports?device_id=64666474-2930-4cc4-8e22-8c9289f11082 => 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: 1347/2555] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:40:21 2026] GET /v2.0/security-groups?id=c818b7f9-ae1d-44b2-881f-87ccd17b0ef1&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: 1209/2556] 199.19.213.195 () {30 vars in 703 bytes} [Thu Jun 25 23:40:22 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: 1348/2557] 199.19.213.195 () {30 vars in 705 bytes} [Thu Jun 25 23:40:22 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: 1210/2558] 199.19.213.195 () {30 vars in 681 bytes} [Thu Jun 25 23:40:22 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: 1349/2559] 199.19.213.195 () {30 vars in 717 bytes} [Thu Jun 25 23:40:22 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: 1211/2560] 199.19.213.195 () {30 vars in 741 bytes} [Thu Jun 25 23:40:22 2026] GET /v2.0/subnets/65537232-263c-4db8-9d6f-c712c9cdb1d8 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2561] 199.19.213.195 () {30 vars in 769 bytes} [Thu Jun 25 23:40:22 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 5389 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2562] 199.19.213.195 () {30 vars in 703 bytes} [Thu Jun 25 23:40:22 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: 1351/2563] 199.19.213.195 () {30 vars in 705 bytes} [Thu Jun 25 23:40: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: 7|app: 0|req: 1213/2564] 199.19.213.195 () {30 vars in 681 bytes} [Thu Jun 25 23:40:22 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: 1352/2565] 199.19.213.195 () {30 vars in 717 bytes} [Thu Jun 25 23:40:22 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: 1214/2566] 199.19.213.195 () {30 vars in 737 bytes} [Thu Jun 25 23:40:22 2026] GET /v2.0/ports/e5fd1485-0940-4f3b-bd4e-4cbcfc1a891d => generated 1524 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2567] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:40:22 2026] GET /v2.0/ports?device_id=64666474-2930-4cc4-8e22-8c9289f11082 => generated 971 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2568] 199.19.213.195 () {34 vars in 790 bytes} [Thu Jun 25 23:40:22 2026] PUT /v2.0/ports/e5fd1485-0940-4f3b-bd4e-4cbcfc1a891d => generated 1255 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2569] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:40:22 2026] GET /v2.0/security-groups?id=c818b7f9-ae1d-44b2-881f-87ccd17b0ef1&fields=id&fields=name => generated 113 bytes in 43 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: 1354/2570] 199.19.213.195 () {30 vars in 743 bytes} [Thu Jun 25 23:40:22 2026] GET /v2.0/networks/4e3046db-ad3d-4efb-8a93-048e06b4e7b1 => generated 797 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2571] 199.19.213.195 () {30 vars in 741 bytes} [Thu Jun 25 23:40:23 2026] GET /v2.0/subnets/6b010445-6c2f-47c6-8ddd-077875d6d331 => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:40:23.064 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8a1ce53c-9014-4a26-9a34-af680bfe1467'] response: {'name': 'network-changed', 'server_uuid': 'd36143b8-3fbb-4468-8aa8-b2f95a537c8a', 'tag': 'e5fd1485-0940-4f3b-bd4e-4cbcfc1a891d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1218/2572] 199.19.213.195 () {30 vars in 737 bytes} [Thu Jun 25 23:40:23 2026] GET /v2.0/ports/e5fd1485-0940-4f3b-bd4e-4cbcfc1a891d => generated 1291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2573] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:40:23 2026] GET /v2.0/ports?device_id=64666474-2930-4cc4-8e22-8c9289f11082 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2574] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:40:23 2026] GET /v2.0/security-groups?id=c818b7f9-ae1d-44b2-881f-87ccd17b0ef1&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: 1357/2575] 10.0.0.131 () {32 vars in 736 bytes} [Thu Jun 25 23:40:23 2026] GET /v2.0/ports?device_id=64666474-2930-4cc4-8e22-8c9289f11082 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2576] 199.19.213.195 () {34 vars in 789 bytes} [Thu Jun 25 23:40:23 2026] PUT /v2.0/ports/e5fd1485-0940-4f3b-bd4e-4cbcfc1a891d => generated 1080 bytes in 331 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-25 23:40:23.475 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f37130aa-bc35-4a52-af11-ec7550895f00'] response: {'name': 'network-changed', 'server_uuid': 'd36143b8-3fbb-4468-8aa8-b2f95a537c8a', 'tag': 'e5fd1485-0940-4f3b-bd4e-4cbcfc1a891d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1220/2577] 199.19.213.195 () {30 vars in 743 bytes} [Thu Jun 25 23:40:23 2026] GET /v2.0/networks/4e3046db-ad3d-4efb-8a93-048e06b4e7b1 => generated 797 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2578] 199.19.213.195 () {30 vars in 769 bytes} [Thu Jun 25 23:40:23 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 4981 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2579] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:40:23 2026] GET /v2.0/ports?tenant_id=b662428675c74c7fb4ab745b540355ac&device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 4981 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2580] 199.19.213.195 () {30 vars in 769 bytes} [Thu Jun 25 23:40:23 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 4981 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2581] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:40:23 2026] GET /v2.0/networks?id=4e3046db-ad3d-4efb-8a93-048e06b4e7b1 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2582] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:40:23 2026] GET /v2.0/networks/4e3046db-ad3d-4efb-8a93-048e06b4e7b1?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: 1226/2583] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:40:23 2026] GET /v2.0/networks/4e3046db-ad3d-4efb-8a93-048e06b4e7b1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:40:24.015 8 INFO neutron.db.l3_db [None req-5be42cc5-5b50-4900-81d0-1cbee3a775b4 c3111af1b6b04bf18171dab7d0303ec8 a585f54585414d66be981cc00e8689f8 - - default default] Floating IP 61326c7d-d726-4684-bc22-22c3bdd3d472 associated. External IP: 10.96.250.220, port: 3b078fb3-42dc-415d-ac41-d19d057462c5. [pid: 8|app: 0|req: 1358/2584] 10.0.0.131 () {34 vars in 677 bytes} [Thu Jun 25 23:40:23 2026] POST /v2.0/floatingips => generated 855 bytes in 1134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2585] 10.0.0.131 () {32 vars in 729 bytes} [Thu Jun 25 23:40:24 2026] GET /v2.0/floatingips/61326c7d-d726-4684-bc22-22c3bdd3d472 => generated 855 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2586] 199.19.213.195 () {30 vars in 769 bytes} [Thu Jun 25 23:40:24 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 4981 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2587] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:40:24 2026] GET /v2.0/ports?tenant_id=b662428675c74c7fb4ab745b540355ac&device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 4981 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2588] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:40:24 2026] GET /v2.0/networks?id=4e3046db-ad3d-4efb-8a93-048e06b4e7b1 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2589] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:40:24 2026] GET /v2.0/networks/4e3046db-ad3d-4efb-8a93-048e06b4e7b1?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2590] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:40:24 2026] GET /v2.0/networks/4e3046db-ad3d-4efb-8a93-048e06b4e7b1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:40:25.101 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6340127a-7bc6-4c6b-a752-386fcaabc5a4'] response: {'name': 'network-changed', 'server_uuid': '64666474-2930-4cc4-8e22-8c9289f11082', 'tag': '3b078fb3-42dc-415d-ac41-d19d057462c5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1231/2593] 10.0.0.131 () {32 vars in 729 bytes} [Thu Jun 25 23:40:25 2026] GET /v2.0/floatingips/61326c7d-d726-4684-bc22-22c3bdd3d472 => generated 855 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2594] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:40:25 2026] GET /v2.0/ports?tenant_id=a585f54585414d66be981cc00e8689f8&device_id=64666474-2930-4cc4-8e22-8c9289f11082 => 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: 1232/2595] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:40:25 2026] GET /v2.0/networks?id=b4023436-affb-4c7f-9b0c-dd2c51250668 => generated 757 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2596] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:40:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=3b078fb3-42dc-415d-ac41-d19d057462c5 => generated 860 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2597] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:40:25 2026] GET /v2.0/subnets?id=2a3d97aa-5b61-4d1c-ae7e-5f808e7cc143 => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2598] 199.19.213.195 () {30 vars in 769 bytes} [Thu Jun 25 23:40:25 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 4981 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2599] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:40:25 2026] GET /v2.0/ports?network_id=b4023436-affb-4c7f-9b0c-dd2c51250668&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2600] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:40:25 2026] GET /v2.0/networks/b4023436-affb-4c7f-9b0c-dd2c51250668?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: 1367/2601] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:40:25 2026] GET /v2.0/networks/b4023436-affb-4c7f-9b0c-dd2c51250668?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2602] 199.19.213.195 () {34 vars in 975 bytes} [Thu Jun 25 23:40:25 2026] GET /v2.0/ports/e5fd1485-0940-4f3b-bd4e-4cbcfc1a891d => generated 1116 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2603] 199.19.213.195 () {34 vars in 1060 bytes} [Thu Jun 25 23:40:25 2026] GET /v2.0/ports/e5fd1485-0940-4f3b-bd4e-4cbcfc1a891d?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2604] 199.19.213.195 () {34 vars in 1016 bytes} [Thu Jun 25 23:40:26 2026] GET /v2.0/networks/4e3046db-ad3d-4efb-8a93-048e06b4e7b1?fields=dns_domain => generated 29 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2605] 199.19.213.195 () {38 vars in 1028 bytes} [Thu Jun 25 23:40:26 2026] PUT /v2.0/ports/e5fd1485-0940-4f3b-bd4e-4cbcfc1a891d => generated 917 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2606] 10.0.0.131 () {32 vars in 729 bytes} [Thu Jun 25 23:40:26 2026] GET /v2.0/floatingips/61326c7d-d726-4684-bc22-22c3bdd3d472 => generated 857 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1370/2607] 199.19.213.195 () {30 vars in 769 bytes} [Thu Jun 25 23:40:26 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 3873 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:40:27.014 7 INFO neutron_taas.services.taas.taas_plugin [None req-e21758a4-2701-45c2-932a-bdd9d2d1f740 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: e5fd1485-0940-4f3b-bd4e-4cbcfc1a891d 2026-06-25 23:40:27.017 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e21758a4-2701-45c2-932a-bdd9d2d1f740 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: e5fd1485-0940-4f3b-bd4e-4cbcfc1a891d [pid: 7|app: 0|req: 1238/2608] 199.19.213.195 () {32 vars in 759 bytes} [Thu Jun 25 23:40:26 2026] DELETE /v2.0/ports/e5fd1485-0940-4f3b-bd4e-4cbcfc1a891d => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2609] 199.19.213.195 () {30 vars in 703 bytes} [Thu Jun 25 23:40:27 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: 1239/2610] 199.19.213.195 () {30 vars in 705 bytes} [Thu Jun 25 23:40:27 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: 1372/2611] 199.19.213.195 () {30 vars in 681 bytes} [Thu Jun 25 23:40:27 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: 1240/2612] 199.19.213.195 () {30 vars in 717 bytes} [Thu Jun 25 23:40:27 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: 1373/2613] 199.19.213.195 () {30 vars in 741 bytes} [Thu Jun 25 23:40:27 2026] GET /v2.0/subnets/52b792d1-afa7-4dd6-98d4-cff870a9da7c => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2614] 199.19.213.195 () {30 vars in 737 bytes} [Thu Jun 25 23:40:27 2026] GET /v2.0/ports/31f3aea5-c602-487d-bd14-664a622aab31 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2615] 199.19.213.195 () {30 vars in 737 bytes} [Thu Jun 25 23:40:27 2026] GET /v2.0/ports/0428e307-d48b-4a2d-a4df-4401c3e134c4 => generated 1350 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2616] 199.19.213.195 () {30 vars in 741 bytes} [Thu Jun 25 23:40:27 2026] GET /v2.0/subnets/52b792d1-afa7-4dd6-98d4-cff870a9da7c => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2617] 199.19.213.195 () {30 vars in 743 bytes} [Thu Jun 25 23:40:27 2026] GET /v2.0/networks/8c8f2088-da01-4078-b0e6-5e0ee6a50225 => generated 800 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2618] 199.19.213.195 () {30 vars in 737 bytes} [Thu Jun 25 23:40:27 2026] GET /v2.0/ports/31f3aea5-c602-487d-bd14-664a622aab31 => generated 1132 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2619] 199.19.213.195 () {30 vars in 741 bytes} [Thu Jun 25 23:40:27 2026] GET /v2.0/subnets/52b792d1-afa7-4dd6-98d4-cff870a9da7c => generated 675 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2620] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:40:27 2026] GET /v2.0/ports?tenant_id=b662428675c74c7fb4ab745b540355ac&device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 3873 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2621] 199.19.213.195 () {34 vars in 1226 bytes} [Thu Jun 25 23:40:27 2026] GET /v2.0/networks?id=c6cc6b18-78a2-4d48-90ff-e9a533e414a4&id=8c8f2088-da01-4078-b0e6-5e0ee6a50225&id=87c0d41b-2fcb-4679-a303-5db05e9da367&id=4e3046db-ad3d-4efb-8a93-048e06b4e7b1 => generated 3096 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2622] 199.19.213.195 () {34 vars in 1062 bytes} [Thu Jun 25 23:40:27 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.107&port_id=bf00bac0-e0f5-4ccc-8850-3117ef1f4de1 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2623] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:40:27 2026] GET /v2.0/subnets?id=d5696afa-61ad-45e2-ac2f-e90710e620d0 => 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: 1246/2624] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:40:27 2026] GET /v2.0/ports?network_id=c6cc6b18-78a2-4d48-90ff-e9a533e414a4&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: 1379/2625] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:40:28 2026] GET /v2.0/networks/c6cc6b18-78a2-4d48-90ff-e9a533e414a4?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: 1247/2626] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:40:28 2026] GET /v2.0/networks/c6cc6b18-78a2-4d48-90ff-e9a533e414a4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2627] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:40:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.151&port_id=0428e307-d48b-4a2d-a4df-4401c3e134c4 => 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: 1248/2628] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:40:28 2026] GET /v2.0/subnets?id=52b792d1-afa7-4dd6-98d4-cff870a9da7c => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2629] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:40:28 2026] GET /v2.0/ports?network_id=8c8f2088-da01-4078-b0e6-5e0ee6a50225&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2630] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:40:28 2026] GET /v2.0/networks/8c8f2088-da01-4078-b0e6-5e0ee6a50225?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2631] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:40:28 2026] GET /v2.0/networks/8c8f2088-da01-4078-b0e6-5e0ee6a50225?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: 1250/2632] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:40:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.131&port_id=a77b3db6-a435-4d17-8438-81ebdbe10f1b => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2633] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:40:28 2026] GET /v2.0/subnets?id=65537232-263c-4db8-9d6f-c712c9cdb1d8 => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2634] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:40:28 2026] GET /v2.0/ports?network_id=87c0d41b-2fcb-4679-a303-5db05e9da367&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: 1384/2635] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:40:28 2026] GET /v2.0/networks/87c0d41b-2fcb-4679-a303-5db05e9da367?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: 1252/2636] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:40:28 2026] GET /v2.0/networks/87c0d41b-2fcb-4679-a303-5db05e9da367?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2637] 199.19.213.195 () {30 vars in 703 bytes} [Thu Jun 25 23:40:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2638] 199.19.213.195 () {30 vars in 705 bytes} [Thu Jun 25 23:40:32 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: 1386/2639] 199.19.213.195 () {30 vars in 681 bytes} [Thu Jun 25 23:40:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2640] 199.19.213.195 () {30 vars in 717 bytes} [Thu Jun 25 23:40:32 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2641] 199.19.213.195 () {30 vars in 769 bytes} [Thu Jun 25 23:40:32 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 3873 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2642] 199.19.213.195 () {30 vars in 703 bytes} [Thu Jun 25 23:40:32 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: 1388/2643] 199.19.213.195 () {30 vars in 705 bytes} [Thu Jun 25 23:40:32 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: 1256/2644] 199.19.213.195 () {30 vars in 681 bytes} [Thu Jun 25 23:40:32 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: 1389/2645] 199.19.213.195 () {30 vars in 717 bytes} [Thu Jun 25 23:40:32 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2646] 199.19.213.195 () {30 vars in 737 bytes} [Thu Jun 25 23:40:32 2026] GET /v2.0/ports/a77b3db6-a435-4d17-8438-81ebdbe10f1b => generated 1291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2647] 199.19.213.195 () {34 vars in 789 bytes} [Thu Jun 25 23:40:32 2026] PUT /v2.0/ports/a77b3db6-a435-4d17-8438-81ebdbe10f1b => generated 1080 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:40:33.268 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5ce08362-8f9a-4e5b-9576-a2820d56f727'] response: {'name': 'network-changed', 'server_uuid': 'd36143b8-3fbb-4468-8aa8-b2f95a537c8a', 'tag': 'a77b3db6-a435-4d17-8438-81ebdbe10f1b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1258/2648] 199.19.213.195 () {30 vars in 743 bytes} [Thu Jun 25 23:40:33 2026] GET /v2.0/networks/87c0d41b-2fcb-4679-a303-5db05e9da367 => generated 797 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: 1391/2649] 199.19.213.195 () {30 vars in 769 bytes} [Thu Jun 25 23:40:33 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 3698 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2650] 199.19.213.195 () {30 vars in 769 bytes} [Thu Jun 25 23:40:33 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 3698 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2651] 10.0.0.137 () {34 vars in 990 bytes} [Thu Jun 25 23:40:33 2026] GET /v2.0/ports?device_id=64666474-2930-4cc4-8e22-8c9289f11082 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2652] 10.0.0.137 () {34 vars in 1040 bytes} [Thu Jun 25 23:40:33 2026] GET /v2.0/security-groups?id=c818b7f9-ae1d-44b2-881f-87ccd17b0ef1&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: 1393/2653] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:40:33 2026] GET /v2.0/ports?tenant_id=b662428675c74c7fb4ab745b540355ac&device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 3698 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2654] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:40:33 2026] GET /v2.0/networks?id=87c0d41b-2fcb-4679-a303-5db05e9da367 => generated 800 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2655] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:40:33 2026] GET /v2.0/networks/87c0d41b-2fcb-4679-a303-5db05e9da367?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2656] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:40:33 2026] GET /v2.0/networks/87c0d41b-2fcb-4679-a303-5db05e9da367?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: 1395/2657] 199.19.213.195 () {30 vars in 769 bytes} [Thu Jun 25 23:40:34 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 3698 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2658] 199.19.213.195 () {34 vars in 975 bytes} [Thu Jun 25 23:40:35 2026] GET /v2.0/ports/a77b3db6-a435-4d17-8438-81ebdbe10f1b => generated 1116 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2659] 199.19.213.195 () {34 vars in 1060 bytes} [Thu Jun 25 23:40:35 2026] GET /v2.0/ports/a77b3db6-a435-4d17-8438-81ebdbe10f1b?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2660] 199.19.213.195 () {30 vars in 769 bytes} [Thu Jun 25 23:40:35 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 3698 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2661] 199.19.213.195 () {34 vars in 1016 bytes} [Thu Jun 25 23:40:35 2026] GET /v2.0/networks/87c0d41b-2fcb-4679-a303-5db05e9da367?fields=dns_domain => generated 29 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2662] 199.19.213.195 () {38 vars in 1028 bytes} [Thu Jun 25 23:40:35 2026] PUT /v2.0/ports/a77b3db6-a435-4d17-8438-81ebdbe10f1b => generated 917 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2663] 199.19.213.195 () {30 vars in 769 bytes} [Thu Jun 25 23:40:36 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 2590 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-25 23:40:36.735 8 INFO neutron_taas.services.taas.taas_plugin [None req-63e995ed-a236-4740-b52b-e0a2f7f0c32d 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: a77b3db6-a435-4d17-8438-81ebdbe10f1b 2026-06-25 23:40:36.737 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63e995ed-a236-4740-b52b-e0a2f7f0c32d 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: a77b3db6-a435-4d17-8438-81ebdbe10f1b [pid: 8|app: 0|req: 1399/2664] 199.19.213.195 () {32 vars in 759 bytes} [Thu Jun 25 23:40:36 2026] DELETE /v2.0/ports/a77b3db6-a435-4d17-8438-81ebdbe10f1b => 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: 1266/2665] 199.19.213.195 () {30 vars in 703 bytes} [Thu Jun 25 23:40:36 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: 1400/2666] 199.19.213.195 () {30 vars in 705 bytes} [Thu Jun 25 23:40:36 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2667] 199.19.213.195 () {30 vars in 681 bytes} [Thu Jun 25 23:40:36 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: 1401/2668] 199.19.213.195 () {30 vars in 717 bytes} [Thu Jun 25 23:40:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2669] 199.19.213.195 () {30 vars in 741 bytes} [Thu Jun 25 23:40:36 2026] GET /v2.0/subnets/52b792d1-afa7-4dd6-98d4-cff870a9da7c => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2670] 199.19.213.195 () {30 vars in 737 bytes} [Thu Jun 25 23:40:36 2026] GET /v2.0/ports/31f3aea5-c602-487d-bd14-664a622aab31 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2671] 199.19.213.195 () {30 vars in 737 bytes} [Thu Jun 25 23:40:37 2026] GET /v2.0/ports/0428e307-d48b-4a2d-a4df-4401c3e134c4 => generated 1350 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2672] 199.19.213.195 () {30 vars in 741 bytes} [Thu Jun 25 23:40:37 2026] GET /v2.0/subnets/52b792d1-afa7-4dd6-98d4-cff870a9da7c => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2673] 199.19.213.195 () {30 vars in 743 bytes} [Thu Jun 25 23:40:37 2026] GET /v2.0/networks/8c8f2088-da01-4078-b0e6-5e0ee6a50225 => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2674] 199.19.213.195 () {30 vars in 737 bytes} [Thu Jun 25 23:40:37 2026] GET /v2.0/ports/31f3aea5-c602-487d-bd14-664a622aab31 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2675] 199.19.213.195 () {30 vars in 741 bytes} [Thu Jun 25 23:40:37 2026] GET /v2.0/subnets/52b792d1-afa7-4dd6-98d4-cff870a9da7c => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2676] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:40:37 2026] GET /v2.0/ports?tenant_id=b662428675c74c7fb4ab745b540355ac&device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 2590 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2677] 199.19.213.195 () {34 vars in 1146 bytes} [Thu Jun 25 23:40:37 2026] GET /v2.0/networks?id=c6cc6b18-78a2-4d48-90ff-e9a533e414a4&id=8c8f2088-da01-4078-b0e6-5e0ee6a50225&id=87c0d41b-2fcb-4679-a303-5db05e9da367 => generated 2310 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2678] 199.19.213.195 () {34 vars in 1062 bytes} [Thu Jun 25 23:40:37 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.107&port_id=bf00bac0-e0f5-4ccc-8850-3117ef1f4de1 => 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: 1273/2679] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:40:37 2026] GET /v2.0/subnets?id=d5696afa-61ad-45e2-ac2f-e90710e620d0 => 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: 1407/2680] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:40:37 2026] GET /v2.0/ports?network_id=c6cc6b18-78a2-4d48-90ff-e9a533e414a4&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2681] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:40:37 2026] GET /v2.0/networks/c6cc6b18-78a2-4d48-90ff-e9a533e414a4?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2682] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:40:37 2026] GET /v2.0/networks/c6cc6b18-78a2-4d48-90ff-e9a533e414a4?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: 1275/2683] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:40:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.151&port_id=0428e307-d48b-4a2d-a4df-4401c3e134c4 => 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: 1409/2684] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:40:37 2026] GET /v2.0/subnets?id=52b792d1-afa7-4dd6-98d4-cff870a9da7c => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2685] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:40:37 2026] GET /v2.0/ports?network_id=8c8f2088-da01-4078-b0e6-5e0ee6a50225&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: 8|app: 0|req: 1410/2686] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:40:37 2026] GET /v2.0/networks/8c8f2088-da01-4078-b0e6-5e0ee6a50225?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: 1277/2687] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:40:37 2026] GET /v2.0/networks/8c8f2088-da01-4078-b0e6-5e0ee6a50225?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2690] 10.0.0.131 () {32 vars in 826 bytes} [Thu Jun 25 23:40:42 2026] GET /v2.0/ports?project_id=a585f54585414d66be981cc00e8689f8&network_id=b4023436-affb-4c7f-9b0c-dd2c51250668 => generated 3691 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2691] 10.0.0.131 () {32 vars in 742 bytes} [Thu Jun 25 23:40:43 2026] GET /v2.0/subnets?network_id=4edd636b-cf08-4704-9242-bd4937f90d78 => generated 667 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:40:43.351 8 INFO neutron.db.l3_db [None req-2a1b8683-a488-4991-8e25-b6f3798b2ee3 c3111af1b6b04bf18171dab7d0303ec8 a585f54585414d66be981cc00e8689f8 - - default default] Floating IP 61326c7d-d726-4684-bc22-22c3bdd3d472 disassociated. External IP: 10.96.250.220, port: 3b078fb3-42dc-415d-ac41-d19d057462c5. [pid: 8|app: 0|req: 1413/2692] 10.0.0.131 () {34 vars in 749 bytes} [Thu Jun 25 23:40:43 2026] PUT /v2.0/floatingips/61326c7d-d726-4684-bc22-22c3bdd3d472 => generated 554 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2693] 10.0.0.131 () {32 vars in 729 bytes} [Thu Jun 25 23:40:43 2026] GET /v2.0/floatingips/61326c7d-d726-4684-bc22-22c3bdd3d472 => generated 554 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:40:43.699 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1158704-fcd9-4c7f-8363-da937763e0ea'] response: {'name': 'network-changed', 'server_uuid': '64666474-2930-4cc4-8e22-8c9289f11082', 'tag': '3b078fb3-42dc-415d-ac41-d19d057462c5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1414/2694] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:40:44 2026] GET /v2.0/ports?tenant_id=a585f54585414d66be981cc00e8689f8&device_id=64666474-2930-4cc4-8e22-8c9289f11082 => 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: 1281/2695] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:40:44 2026] GET /v2.0/networks?id=b4023436-affb-4c7f-9b0c-dd2c51250668 => generated 757 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2696] 199.19.213.195 () {34 vars in 1058 bytes} [Thu Jun 25 23:40:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=3b078fb3-42dc-415d-ac41-d19d057462c5 => 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: 1282/2697] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:40:44 2026] GET /v2.0/subnets?id=2a3d97aa-5b61-4d1c-ae7e-5f808e7cc143 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2698] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:40:44 2026] GET /v2.0/ports?network_id=b4023436-affb-4c7f-9b0c-dd2c51250668&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2699] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:40:44 2026] GET /v2.0/networks/b4023436-affb-4c7f-9b0c-dd2c51250668?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: 1417/2700] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:40:44 2026] GET /v2.0/networks/b4023436-affb-4c7f-9b0c-dd2c51250668?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: 1284/2701] 10.0.0.131 () {32 vars in 729 bytes} [Thu Jun 25 23:40:44 2026] GET /v2.0/floatingips/61326c7d-d726-4684-bc22-22c3bdd3d472 => generated 554 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2702] 10.0.0.131 () {32 vars in 729 bytes} [Thu Jun 25 23:40:45 2026] GET /v2.0/floatingips/61326c7d-d726-4684-bc22-22c3bdd3d472 => generated 552 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2703] 10.0.0.131 () {34 vars in 685 bytes} [Thu Jun 25 23:40:46 2026] POST /v2.0/security-groups => generated 1675 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2704] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:40:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2705] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:40:47 2026] POST /v2.0/security-group-rules => generated 596 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2706] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:40:47 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2707] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:40:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:40:47.460 8 INFO neutron.db.securitygroups_db [None req-b7a2c918-67ce-4b95-b04d-b10999f5d5a4 c3111af1b6b04bf18171dab7d0303ec8 a585f54585414d66be981cc00e8689f8 - - default default] Project a585f54585414d66be981cc00e8689f8 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: 1421/2708] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:40:47 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) 2026-06-25 23:40:47.593 7 INFO neutron.db.securitygroups_db [None req-cbe90775-36da-4869-84a5-6baa92f23c49 c3111af1b6b04bf18171dab7d0303ec8 a585f54585414d66be981cc00e8689f8 - - default default] Project a585f54585414d66be981cc00e8689f8 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: 1288/2709] 10.0.0.131 () {34 vars in 695 bytes} [Thu Jun 25 23:40:47 2026] POST /v2.0/security-group-rules => generated 606 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2710] 10.0.0.131 () {32 vars in 649 bytes} [Thu Jun 25 23:40:47 2026] GET /v2.0/networks => generated 1298 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2711] 10.0.0.238 () {34 vars in 1098 bytes} [Thu Jun 25 23:40:48 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-206468610&fields=id&tenant_id=a585f54585414d66be981cc00e8689f8 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2712] 10.0.0.238 () {34 vars in 982 bytes} [Thu Jun 25 23:40:48 2026] GET /v2.0/networks?id=b4023436-affb-4c7f-9b0c-dd2c51250668 => generated 661 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2713] 10.0.0.238 () {34 vars in 965 bytes} [Thu Jun 25 23:40:48 2026] GET /v2.0/quotas/a585f54585414d66be981cc00e8689f8 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2714] 10.0.0.238 () {34 vars in 1002 bytes} [Thu Jun 25 23:40:48 2026] GET /v2.0/ports?tenant_id=a585f54585414d66be981cc00e8689f8&fields=id => generated 149 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2715] 10.0.0.238 () {34 vars in 1008 bytes} [Thu Jun 25 23:40:48 2026] GET /v2.0/networks/b4023436-affb-4c7f-9b0c-dd2c51250668?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: 1292/2716] 199.19.213.195 () {30 vars in 703 bytes} [Thu Jun 25 23:40:48 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: 1293/2717] 199.19.213.195 () {30 vars in 705 bytes} [Thu Jun 25 23:40:48 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2718] 10.0.0.238 () {34 vars in 1108 bytes} [Thu Jun 25 23:40:48 2026] GET /v2.0/networks/b4023436-affb-4c7f-9b0c-dd2c51250668?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2719] 199.19.213.195 () {30 vars in 681 bytes} [Thu Jun 25 23:40:48 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: 1426/2720] 199.19.213.195 () {30 vars in 717 bytes} [Thu Jun 25 23:40:48 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-25 23:40:48.524 7 INFO neutron.api.v2.resource [None req-7608ecbc-a6ac-4f1a-9882-94ed25a3bb98 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1295/2721] 199.19.213.195 () {30 vars in 763 bytes} [Thu Jun 25 23:40:48 2026] GET /v2.0/security-groups/lb-b8e2b150-32f3-4aa7-b5a7-d84d1695e1f0 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2722] 199.19.213.195 () {30 vars in 785 bytes} [Thu Jun 25 23:40:48 2026] GET /v2.0/security-groups?name=lb-b8e2b150-32f3-4aa7-b5a7-d84d1695e1f0 => generated 2861 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2723] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:40:48 2026] GET /v2.0/ports?device_id=a2a79b1c-2482-49a4-aebc-fc7a41295e3c => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2724] 199.19.213.195 () {30 vars in 815 bytes} [Thu Jun 25 23:40:48 2026] GET /v2.0/security-group-rules?security_group_id=2aecfc86-f160-42a1-bb34-66e613d241d2 => generated 2334 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2725] 199.19.213.195 () {32 vars in 789 bytes} [Thu Jun 25 23:40:48 2026] DELETE /v2.0/security-group-rules/0f26de10-2d45-4ea5-acf6-f6009ab8940a => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2726] 199.19.213.195 () {32 vars in 789 bytes} [Thu Jun 25 23:40:48 2026] DELETE /v2.0/security-group-rules/1ff515e3-3969-41c8-ba88-d3f4b6e9aa90 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2727] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:40:49 2026] GET /v2.0/ports?device_id=a2a79b1c-2482-49a4-aebc-fc7a41295e3c => 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: 1298/2728] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:40:50 2026] GET /v2.0/ports?device_id=a2a79b1c-2482-49a4-aebc-fc7a41295e3c => 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: 1431/2729] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:40:51 2026] GET /v2.0/ports?device_id=a2a79b1c-2482-49a4-aebc-fc7a41295e3c => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:40:52.656 7 INFO neutron_taas.services.taas.taas_plugin [None req-2267e276-8d7a-45bd-94fb-2d642375079b 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] TaaS: Handle Delete Port: 6313ada9-2e55-4441-96f5-0d3ce06c4b32 2026-06-25 23:40:52.659 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2267e276-8d7a-45bd-94fb-2d642375079b 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] Tap Mirror: Handle Delete Port: 6313ada9-2e55-4441-96f5-0d3ce06c4b32 2026-06-25 23:40:52.829 7 INFO neutron.db.l3_db [None req-2267e276-8d7a-45bd-94fb-2d642375079b 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] Floating IP db6ba91d-a19f-4474-a2a6-0868272b605b disassociated (deleted). External IP: 10.96.250.214, port: 31f3aea5-c602-487d-bd14-664a622aab31. [pid: 8|app: 0|req: 1432/2730] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:40:52 2026] GET /v2.0/networks?id=b4023436-affb-4c7f-9b0c-dd2c51250668 => generated 661 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2731] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:40:52 2026] GET /v2.0/ports?device_id=a2a79b1c-2482-49a4-aebc-fc7a41295e3c => 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: 1434/2732] 199.19.213.195 () {34 vars in 1050 bytes} [Thu Jun 25 23:40:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a585f54585414d66be981cc00e8689f8 => generated 272 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2733] 10.0.0.131 () {32 vars in 732 bytes} [Thu Jun 25 23:40:52 2026] DELETE /v2.0/floatingips/db6ba91d-a19f-4474-a2a6-0868272b605b => generated 0 bytes in 624 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:40:53.149 7 INFO neutron.api.v2.resource [None req-3320e0a9-e188-47b3-b1eb-ad92a17e588b 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1300/2734] 10.0.0.131 () {32 vars in 729 bytes} [Thu Jun 25 23:40:53 2026] GET /v2.0/floatingips/db6ba91d-a19f-4474-a2a6-0868272b605b => generated 144 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2735] 199.19.213.195 () {38 vars in 955 bytes} [Thu Jun 25 23:40:52 2026] POST /v2.0/ports => generated 958 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2736] 199.19.213.195 () {38 vars in 1028 bytes} [Thu Jun 25 23:40:53 2026] PUT /v2.0/ports/d628d0c0-5952-459d-856a-2acd0103dc98 => generated 1239 bytes in 465 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:40:53.817 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-90ad3355-edda-420e-8549-55621a9b521f'] response: {'name': 'network-changed', 'server_uuid': 'a2a79b1c-2482-49a4-aebc-fc7a41295e3c', 'tag': 'd628d0c0-5952-459d-856a-2acd0103dc98', '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: 1436/2737] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:40:53 2026] GET /v2.0/ports?device_id=a2a79b1c-2482-49a4-aebc-fc7a41295e3c => generated 973 bytes in 89 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: 1302/2738] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:40:54 2026] GET /v2.0/security-groups?id=4e03816d-1a03-470b-9b19-0166c204d1dc&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2739] 199.19.213.195 () {30 vars in 703 bytes} [Thu Jun 25 23:40:54 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: 1303/2740] 199.19.213.195 () {30 vars in 705 bytes} [Thu Jun 25 23:40:54 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2741] 199.19.213.195 () {30 vars in 681 bytes} [Thu Jun 25 23:40:54 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: 1304/2742] 199.19.213.195 () {30 vars in 717 bytes} [Thu Jun 25 23:40:54 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:40:54.267 8 INFO neutron.api.v2.resource [None req-bbf3dd1a-aff4-4791-9f4c-1cf9826fba86 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1439/2743] 199.19.213.195 () {30 vars in 763 bytes} [Thu Jun 25 23:40:54 2026] GET /v2.0/security-groups/lb-b8e2b150-32f3-4aa7-b5a7-d84d1695e1f0 => 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: 1305/2744] 199.19.213.195 () {30 vars in 785 bytes} [Thu Jun 25 23:40:54 2026] GET /v2.0/security-groups?name=lb-b8e2b150-32f3-4aa7-b5a7-d84d1695e1f0 => generated 1637 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2745] 199.19.213.195 () {30 vars in 815 bytes} [Thu Jun 25 23:40:54 2026] GET /v2.0/security-group-rules?security_group_id=2aecfc86-f160-42a1-bb34-66e613d241d2 => generated 1182 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2746] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:40:54 2026] GET /v2.0/ports?tenant_id=a585f54585414d66be981cc00e8689f8&device_id=a2a79b1c-2482-49a4-aebc-fc7a41295e3c => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2747] 199.19.213.195 () {34 vars in 1018 bytes} [Thu Jun 25 23:40:54 2026] GET /v2.0/networks?tenant_id=a585f54585414d66be981cc00e8689f8&shared=False => generated 757 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2748] 199.19.213.195 () {30 vars in 703 bytes} [Thu Jun 25 23:40:54 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: 1443/2749] 199.19.213.195 () {30 vars in 705 bytes} [Thu Jun 25 23:40:54 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: 1444/2750] 199.19.213.195 () {30 vars in 681 bytes} [Thu Jun 25 23:40:54 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: 1307/2751] 199.19.213.195 () {34 vars in 930 bytes} [Thu Jun 25 23:40:54 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: 1445/2752] 199.19.213.195 () {30 vars in 717 bytes} [Thu Jun 25 23:40:54 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: 1308/2753] 199.19.213.195 () {30 vars in 741 bytes} [Thu Jun 25 23:40:54 2026] GET /v2.0/subnets/52b792d1-afa7-4dd6-98d4-cff870a9da7c => generated 675 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2754] 199.19.213.195 () {30 vars in 769 bytes} [Thu Jun 25 23:40:54 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 2590 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2755] 199.19.213.195 () {30 vars in 769 bytes} [Thu Jun 25 23:40:54 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 2590 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2756] 199.19.213.195 () {30 vars in 769 bytes} [Thu Jun 25 23:40:54 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 2590 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2759] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:40:55 2026] GET /v2.0/ports?device_id=a2a79b1c-2482-49a4-aebc-fc7a41295e3c => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2760] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:40:55 2026] GET /v2.0/security-groups?id=4e03816d-1a03-470b-9b19-0166c204d1dc&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: 1312/2761] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:40:55 2026] GET /v2.0/ports?tenant_id=a585f54585414d66be981cc00e8689f8&device_id=a2a79b1c-2482-49a4-aebc-fc7a41295e3c => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2762] 199.19.213.195 () {34 vars in 1060 bytes} [Thu Jun 25 23:40:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=d628d0c0-5952-459d-856a-2acd0103dc98 => 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: 1313/2763] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:40:55 2026] GET /v2.0/subnets?id=2a3d97aa-5b61-4d1c-ae7e-5f808e7cc143 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2764] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:40:55 2026] GET /v2.0/ports?network_id=b4023436-affb-4c7f-9b0c-dd2c51250668&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2765] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:40:55 2026] GET /v2.0/networks/b4023436-affb-4c7f-9b0c-dd2c51250668?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: 1452/2766] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:40:55 2026] GET /v2.0/networks/b4023436-affb-4c7f-9b0c-dd2c51250668?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2767] 199.19.213.195 () {30 vars in 769 bytes} [Thu Jun 25 23:40:55 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 2590 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2768] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:40:56 2026] GET /v2.0/ports?device_id=a2a79b1c-2482-49a4-aebc-fc7a41295e3c => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2769] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:40:56 2026] GET /v2.0/security-groups?id=4e03816d-1a03-470b-9b19-0166c204d1dc&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2770] 199.19.213.195 () {34 vars in 975 bytes} [Thu Jun 25 23:40:56 2026] GET /v2.0/ports/0428e307-d48b-4a2d-a4df-4401c3e134c4 => generated 1350 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2771] 199.19.213.195 () {34 vars in 1060 bytes} [Thu Jun 25 23:40:56 2026] GET /v2.0/ports/0428e307-d48b-4a2d-a4df-4401c3e134c4?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2772] 199.19.213.195 () {30 vars in 769 bytes} [Thu Jun 25 23:40:56 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 2590 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2773] 199.19.213.195 () {34 vars in 1016 bytes} [Thu Jun 25 23:40:56 2026] GET /v2.0/networks/8c8f2088-da01-4078-b0e6-5e0ee6a50225?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2774] 199.19.213.195 () {38 vars in 1028 bytes} [Thu Jun 25 23:40:56 2026] PUT /v2.0/ports/0428e307-d48b-4a2d-a4df-4401c3e134c4 => generated 1151 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2775] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:40:57 2026] GET /v2.0/ports?device_id=a2a79b1c-2482-49a4-aebc-fc7a41295e3c => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1319/2776] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:40:57 2026] GET /v2.0/security-groups?id=4e03816d-1a03-470b-9b19-0166c204d1dc&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2777] 199.19.213.195 () {30 vars in 769 bytes} [Thu Jun 25 23:40:57 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2778] 199.19.213.195 () {34 vars in 789 bytes} [Thu Jun 25 23:40:57 2026] PUT /v2.0/ports/0428e307-d48b-4a2d-a4df-4401c3e134c4 => generated 1090 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2779] 199.19.213.195 () {30 vars in 737 bytes} [Thu Jun 25 23:40:58 2026] GET /v2.0/ports/0428e307-d48b-4a2d-a4df-4401c3e134c4 => generated 1090 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-25 23:40:58.293 7 INFO neutron_taas.services.taas.taas_plugin [None req-4ab9b802-2969-4070-90d2-d0f4cac6d6f7 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: 0428e307-d48b-4a2d-a4df-4401c3e134c4 2026-06-25 23:40:58.296 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ab9b802-2969-4070-90d2-d0f4cac6d6f7 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: 0428e307-d48b-4a2d-a4df-4401c3e134c4 [pid: 7|app: 0|req: 1321/2780] 199.19.213.195 () {32 vars in 759 bytes} [Thu Jun 25 23:40:58 2026] DELETE /v2.0/ports/0428e307-d48b-4a2d-a4df-4401c3e134c4 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2781] 199.19.213.195 () {30 vars in 703 bytes} [Thu Jun 25 23:40:58 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: 1322/2782] 199.19.213.195 () {30 vars in 705 bytes} [Thu Jun 25 23:40:58 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2783] 199.19.213.195 () {30 vars in 681 bytes} [Thu Jun 25 23:40:58 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: 1323/2784] 199.19.213.195 () {30 vars in 717 bytes} [Thu Jun 25 23:40:58 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-25 23:40:58.621 8 INFO neutron.pecan_wsgi.hooks.translation [None req-48cfa733-13d4-4fe6-b297-7a18910d1871 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1462/2785] 199.19.213.195 () {32 vars in 759 bytes} [Thu Jun 25 23:40:58 2026] DELETE /v2.0/ports/0428e307-d48b-4a2d-a4df-4401c3e134c4 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2786] 199.19.213.195 () {30 vars in 737 bytes} [Thu Jun 25 23:40:58 2026] GET /v2.0/ports/31f3aea5-c602-487d-bd14-664a622aab31 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2787] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:40:58 2026] GET /v2.0/ports?tenant_id=b662428675c74c7fb4ab745b540355ac&device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2788] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:40:58 2026] GET /v2.0/ports?device_id=a2a79b1c-2482-49a4-aebc-fc7a41295e3c => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:40:58.705 8 INFO neutron.api.v2.resource [None req-a3bde90f-5109-4305-a612-bf84e676fc77 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1465/2789] 199.19.213.195 () {30 vars in 763 bytes} [Thu Jun 25 23:40:58 2026] GET /v2.0/security-groups/lb-b8e2b150-32f3-4aa7-b5a7-d84d1695e1f0 => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2790] 199.19.213.195 () {34 vars in 1066 bytes} [Thu Jun 25 23:40:58 2026] GET /v2.0/networks?id=c6cc6b18-78a2-4d48-90ff-e9a533e414a4&id=8c8f2088-da01-4078-b0e6-5e0ee6a50225 => generated 1524 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2791] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:40:58 2026] GET /v2.0/security-groups?id=4e03816d-1a03-470b-9b19-0166c204d1dc&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2792] 199.19.213.195 () {34 vars in 1062 bytes} [Thu Jun 25 23:40:58 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.107&port_id=bf00bac0-e0f5-4ccc-8850-3117ef1f4de1 => 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: 1326/2793] 199.19.213.195 () {30 vars in 785 bytes} [Thu Jun 25 23:40:58 2026] GET /v2.0/security-groups?name=lb-b8e2b150-32f3-4aa7-b5a7-d84d1695e1f0 => generated 1637 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2794] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:40:58 2026] GET /v2.0/subnets?id=d5696afa-61ad-45e2-ac2f-e90710e620d0 => 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: 1327/2795] 199.19.213.195 () {30 vars in 737 bytes} [Thu Jun 25 23:40:58 2026] GET /v2.0/ports/31f3aea5-c602-487d-bd14-664a622aab31 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2796] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:40:58 2026] GET /v2.0/ports?network_id=c6cc6b18-78a2-4d48-90ff-e9a533e414a4&device_owner=network%3Adhcp => generated 1244 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2797] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:40:58 2026] GET /v2.0/networks/c6cc6b18-78a2-4d48-90ff-e9a533e414a4?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: 1471/2798] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:40:58 2026] GET /v2.0/networks/c6cc6b18-78a2-4d48-90ff-e9a533e414a4?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: 1328/2799] 199.19.213.195 () {34 vars in 789 bytes} [Thu Jun 25 23:40:58 2026] PUT /v2.0/ports/31f3aea5-c602-487d-bd14-664a622aab31 => generated 1094 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2800] 199.19.213.195 () {32 vars in 779 bytes} [Thu Jun 25 23:40:59 2026] DELETE /v2.0/security-groups/2aecfc86-f160-42a1-bb34-66e613d241d2 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:40:59.253 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ce79c0d-0a0a-46a7-88d9-2c9aaa1a24eb 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: 31f3aea5-c602-487d-bd14-664a622aab31 2026-06-25 23:40:59.256 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ce79c0d-0a0a-46a7-88d9-2c9aaa1a24eb 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: 31f3aea5-c602-487d-bd14-664a622aab31 [pid: 7|app: 0|req: 1329/2801] 199.19.213.195 () {32 vars in 759 bytes} [Thu Jun 25 23:40:59 2026] DELETE /v2.0/ports/31f3aea5-c602-487d-bd14-664a622aab31 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2802] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:40:59 2026] GET /v2.0/ports?device_id=a2a79b1c-2482-49a4-aebc-fc7a41295e3c => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2803] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:40:59 2026] GET /v2.0/security-groups?id=4e03816d-1a03-470b-9b19-0166c204d1dc&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: 1474/2804] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:41:00 2026] GET /v2.0/ports?device_id=a2a79b1c-2482-49a4-aebc-fc7a41295e3c => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2805] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:41:01 2026] GET /v2.0/security-groups?id=4e03816d-1a03-470b-9b19-0166c204d1dc&fields=id&fields=name => generated 113 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2806] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:41:01 2026] GET /v2.0/ports?device_id=a2a79b1c-2482-49a4-aebc-fc7a41295e3c => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2807] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:41:01 2026] GET /v2.0/security-groups?id=4e03816d-1a03-470b-9b19-0166c204d1dc&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: 1476/2808] 10.0.0.131 () {32 vars in 736 bytes} [Thu Jun 25 23:41:01 2026] GET /v2.0/ports?device_id=a2a79b1c-2482-49a4-aebc-fc7a41295e3c => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:41:01.717 7 INFO neutron.db.l3_db [None req-6ca88b6d-7e16-4753-a95f-871f3c83a0d4 c3111af1b6b04bf18171dab7d0303ec8 a585f54585414d66be981cc00e8689f8 - - default default] Floating IP 61326c7d-d726-4684-bc22-22c3bdd3d472 associated. External IP: 10.96.250.220, port: d628d0c0-5952-459d-856a-2acd0103dc98. [pid: 7|app: 0|req: 1333/2809] 10.0.0.131 () {34 vars in 749 bytes} [Thu Jun 25 23:41:01 2026] PUT /v2.0/floatingips/61326c7d-d726-4684-bc22-22c3bdd3d472 => generated 856 bytes in 678 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:41:02.072 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-da8126d7-2d50-4c51-b8be-82c4cf064801'] response: {'name': 'network-changed', 'server_uuid': 'a2a79b1c-2482-49a4-aebc-fc7a41295e3c', 'tag': 'd628d0c0-5952-459d-856a-2acd0103dc98', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1477/2810] 10.0.0.131 () {32 vars in 729 bytes} [Thu Jun 25 23:41:02 2026] GET /v2.0/floatingips/61326c7d-d726-4684-bc22-22c3bdd3d472 => generated 856 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2811] 199.19.213.195 () {34 vars in 994 bytes} [Thu Jun 25 23:41:02 2026] GET /v2.0/ports?device_id=d36143b8-3fbb-4468-8aa8-b2f95a537c8a => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:41:02.267 8 INFO neutron_taas.services.taas.taas_plugin [req-0bde2711-23b7-43f4-b780-cd96c303a60f req-7ee874ff-c3b1-47df-97c4-ce7cfbe4196e 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] TaaS: Handle Delete Port: bf00bac0-e0f5-4ccc-8850-3117ef1f4de1 2026-06-25 23:41:02.279 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0bde2711-23b7-43f4-b780-cd96c303a60f req-7ee874ff-c3b1-47df-97c4-ce7cfbe4196e 2eee7cff3dc044498d68da4fcf568f12 b662428675c74c7fb4ab745b540355ac - - default default] Tap Mirror: Handle Delete Port: bf00bac0-e0f5-4ccc-8850-3117ef1f4de1 [pid: 8|app: 0|req: 1478/2812] 199.19.213.195 () {36 vars in 997 bytes} [Thu Jun 25 23:41:02 2026] DELETE /v2.0/ports/bf00bac0-e0f5-4ccc-8850-3117ef1f4de1 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:41:02.477 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ca8470d6-f3d4-4c89-928f-8915ca3957c5'] response: {'server_uuid': 'd36143b8-3fbb-4468-8aa8-b2f95a537c8a', 'name': 'network-vif-deleted', 'tag': 'bf00bac0-e0f5-4ccc-8850-3117ef1f4de1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1335/2813] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:41:02 2026] GET /v2.0/ports?tenant_id=a585f54585414d66be981cc00e8689f8&device_id=a2a79b1c-2482-49a4-aebc-fc7a41295e3c => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2814] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:41:02 2026] GET /v2.0/networks?id=b4023436-affb-4c7f-9b0c-dd2c51250668 => generated 757 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2815] 199.19.213.195 () {34 vars in 1060 bytes} [Thu Jun 25 23:41:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=d628d0c0-5952-459d-856a-2acd0103dc98 => generated 859 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2816] 199.19.213.195 () {34 vars in 984 bytes} [Thu Jun 25 23:41:02 2026] GET /v2.0/subnets?id=2a3d97aa-5b61-4d1c-ae7e-5f808e7cc143 => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2817] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:41:02 2026] GET /v2.0/ports?network_id=b4023436-affb-4c7f-9b0c-dd2c51250668&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2818] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:41:02 2026] GET /v2.0/networks/b4023436-affb-4c7f-9b0c-dd2c51250668?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: 1338/2819] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:41:02 2026] GET /v2.0/networks/b4023436-affb-4c7f-9b0c-dd2c51250668?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2820] 10.0.0.131 () {32 vars in 729 bytes} [Thu Jun 25 23:41:03 2026] GET /v2.0/floatingips/61326c7d-d726-4684-bc22-22c3bdd3d472 => generated 856 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:41:03.469 7 INFO neutron_taas.services.taas.taas_plugin [None req-9f79cfa7-4008-43c4-9d56-e77b98a0ade4 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] TaaS: Handle Delete Port: 3c276361-d623-4358-b424-ace7219fb355 2026-06-25 23:41:03.473 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f79cfa7-4008-43c4-9d56-e77b98a0ade4 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] Tap Mirror: Handle Delete Port: 3c276361-d623-4358-b424-ace7219fb355 2026-06-25 23:41:03.658 7 INFO neutron.db.l3_db [None req-9f79cfa7-4008-43c4-9d56-e77b98a0ade4 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] Floating IP 69c8e5ae-6ccf-4a8b-be70-28fc25219759 disassociated (deleted). External IP: 10.96.250.207, port: f4dee889-9bbc-4f56-b903-eef9a0d4b3ab. [pid: 7|app: 0|req: 1339/2821] 10.0.0.131 () {32 vars in 732 bytes} [Thu Jun 25 23:41:03 2026] DELETE /v2.0/floatingips/69c8e5ae-6ccf-4a8b-be70-28fc25219759 => generated 0 bytes in 615 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:41:03.969 8 INFO neutron.api.v2.resource [None req-f54c3b48-0e56-4450-8bad-208ad4199237 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1483/2822] 10.0.0.131 () {32 vars in 729 bytes} [Thu Jun 25 23:41:03 2026] GET /v2.0/floatingips/69c8e5ae-6ccf-4a8b-be70-28fc25219759 => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:41:04.112 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bfb37238-ae62-4fa6-a750-db434a7501c9'] response: {'name': 'network-changed', 'server_uuid': '0b5b9779-a167-4e1d-9d5e-8342347851aa', 'tag': 'f4dee889-9bbc-4f56-b903-eef9a0d4b3ab', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1484/2823] 10.0.0.131 () {32 vars in 729 bytes} [Thu Jun 25 23:41:04 2026] GET /v2.0/floatingips/61326c7d-d726-4684-bc22-22c3bdd3d472 => generated 858 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2824] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:41:04 2026] GET /v2.0/ports?device_id=0b5b9779-a167-4e1d-9d5e-8342347851aa => generated 1200 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2825] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:41:04 2026] GET /v2.0/security-groups?id=a41db5a8-3fb9-4f92-a900-eba0dc3f69a0&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: 1341/2826] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:41:04 2026] GET /v2.0/ports?tenant_id=e6b7f7700b5a40af9722547268be2e3a&device_id=0b5b9779-a167-4e1d-9d5e-8342347851aa => generated 1469 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2827] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:41:04 2026] GET /v2.0/networks?id=4e3046db-ad3d-4efb-8a93-048e06b4e7b1 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2828] 199.19.213.195 () {34 vars in 1056 bytes} [Thu Jun 25 23:41:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.80&port_id=f4dee889-9bbc-4f56-b903-eef9a0d4b3ab => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2829] 199.19.213.195 () {34 vars in 1106 bytes} [Thu Jun 25 23:41:04 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A306&port_id=f4dee889-9bbc-4f56-b903-eef9a0d4b3ab => 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: 1343/2830] 199.19.213.195 () {34 vars in 1064 bytes} [Thu Jun 25 23:41:04 2026] GET /v2.0/subnets?id=b11df4c4-5944-4d93-99ee-756b52e42ed7&id=6b010445-6c2f-47c6-8ddd-077875d6d331 => generated 1414 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2831] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:41:04 2026] GET /v2.0/ports?network_id=4e3046db-ad3d-4efb-8a93-048e06b4e7b1&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2832] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:41:04 2026] GET /v2.0/ports?network_id=4e3046db-ad3d-4efb-8a93-048e06b4e7b1&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2833] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:41:04 2026] GET /v2.0/networks/4e3046db-ad3d-4efb-8a93-048e06b4e7b1?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: 1345/2834] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:41:04 2026] GET /v2.0/networks/4e3046db-ad3d-4efb-8a93-048e06b4e7b1?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: 1490/2835] 199.19.213.195 () {34 vars in 994 bytes} [Thu Jun 25 23:41:06 2026] GET /v2.0/ports?device_id=0b5b9779-a167-4e1d-9d5e-8342347851aa => generated 1200 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:41:06.716 7 INFO neutron_taas.services.taas.taas_plugin [req-a9b03690-e24b-4bc9-95b3-aa95671653f6 req-ca321915-3aa0-4a83-a769-2023205657b9 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] TaaS: Handle Delete Port: f4dee889-9bbc-4f56-b903-eef9a0d4b3ab 2026-06-25 23:41:06.719 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a9b03690-e24b-4bc9-95b3-aa95671653f6 req-ca321915-3aa0-4a83-a769-2023205657b9 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] Tap Mirror: Handle Delete Port: f4dee889-9bbc-4f56-b903-eef9a0d4b3ab [pid: 7|app: 0|req: 1346/2836] 199.19.213.195 () {36 vars in 997 bytes} [Thu Jun 25 23:41:06 2026] DELETE /v2.0/ports/f4dee889-9bbc-4f56-b903-eef9a0d4b3ab => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:41:06.903 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-89c951fd-179f-43b2-842d-4118f516b0a9'] response: {'server_uuid': '0b5b9779-a167-4e1d-9d5e-8342347851aa', 'name': 'network-vif-deleted', 'tag': 'f4dee889-9bbc-4f56-b903-eef9a0d4b3ab', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1491/2837] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:41:09 2026] GET /v2.0/ports?device_id=0b5b9779-a167-4e1d-9d5e-8342347851aa => 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: 1493/2840] 10.0.0.137 () {34 vars in 990 bytes} [Thu Jun 25 23:41:10 2026] GET /v2.0/ports?device_id=a2a79b1c-2482-49a4-aebc-fc7a41295e3c => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2841] 10.0.0.137 () {34 vars in 1040 bytes} [Thu Jun 25 23:41:10 2026] GET /v2.0/security-groups?id=4e03816d-1a03-470b-9b19-0166c204d1dc&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-25 23:41:14.536 8 INFO neutron_taas.services.taas.taas_plugin [None req-8fbb1672-fe50-4561-bc2f-0a286e6fe4f5 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] TaaS: Handle Delete Port: 5110b384-0bb9-45cb-aae5-ff13985d0ea9 2026-06-25 23:41:14.541 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8fbb1672-fe50-4561-bc2f-0a286e6fe4f5 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] Tap Mirror: Handle Delete Port: 5110b384-0bb9-45cb-aae5-ff13985d0ea9 2026-06-25 23:41:14.727 8 INFO neutron.db.l3_db [None req-8fbb1672-fe50-4561-bc2f-0a286e6fe4f5 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] Floating IP 078e226d-e327-40d3-bfca-2bc7404057d5 disassociated (deleted). External IP: 10.96.250.205, port: 429634fd-e3ee-46bb-9d65-5e22e2b350a1. [pid: 8|app: 0|req: 1494/2842] 10.0.0.131 () {32 vars in 732 bytes} [Thu Jun 25 23:41:14 2026] DELETE /v2.0/floatingips/078e226d-e327-40d3-bfca-2bc7404057d5 => generated 0 bytes in 630 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:41:15.052 7 INFO neutron.api.v2.resource [None req-95185dc4-1c68-4ddf-9fad-f577a100d88b 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1349/2843] 10.0.0.131 () {32 vars in 729 bytes} [Thu Jun 25 23:41:15 2026] GET /v2.0/floatingips/078e226d-e327-40d3-bfca-2bc7404057d5 => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:41:15.065 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e4029446-79d0-434a-bbf8-9702772d3b54'] response: {'name': 'network-changed', 'server_uuid': 'c2744dc8-d216-4f08-8f09-6a7c663a88a5', 'tag': '429634fd-e3ee-46bb-9d65-5e22e2b350a1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1495/2844] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:41:15 2026] GET /v2.0/ports?device_id=c2744dc8-d216-4f08-8f09-6a7c663a88a5 => generated 1196 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2845] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:41:15 2026] GET /v2.0/security-groups?id=a41db5a8-3fb9-4f92-a900-eba0dc3f69a0&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: 1496/2846] 199.19.213.195 () {34 vars in 1080 bytes} [Thu Jun 25 23:41:15 2026] GET /v2.0/ports?tenant_id=e6b7f7700b5a40af9722547268be2e3a&device_id=c2744dc8-d216-4f08-8f09-6a7c663a88a5 => generated 1465 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2847] 199.19.213.195 () {34 vars in 986 bytes} [Thu Jun 25 23:41:15 2026] GET /v2.0/networks?id=87c0d41b-2fcb-4679-a303-5db05e9da367 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2848] 199.19.213.195 () {34 vars in 1056 bytes} [Thu Jun 25 23:41:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.90&port_id=429634fd-e3ee-46bb-9d65-5e22e2b350a1 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2849] 199.19.213.195 () {34 vars in 1104 bytes} [Thu Jun 25 23:41:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A18e&port_id=429634fd-e3ee-46bb-9d65-5e22e2b350a1 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2850] 199.19.213.195 () {34 vars in 1064 bytes} [Thu Jun 25 23:41:15 2026] GET /v2.0/subnets?id=0a235a9d-2d4b-4387-b4ee-8ab9970c5f3b&id=65537232-263c-4db8-9d6f-c712c9cdb1d8 => generated 1411 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2851] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:41:15 2026] GET /v2.0/ports?network_id=87c0d41b-2fcb-4679-a303-5db05e9da367&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: 1499/2852] 199.19.213.195 () {34 vars in 1052 bytes} [Thu Jun 25 23:41:15 2026] GET /v2.0/ports?network_id=87c0d41b-2fcb-4679-a303-5db05e9da367&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2853] 199.19.213.195 () {34 vars in 1012 bytes} [Thu Jun 25 23:41:15 2026] GET /v2.0/networks/87c0d41b-2fcb-4679-a303-5db05e9da367?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: 1500/2854] 199.19.213.195 () {34 vars in 1112 bytes} [Thu Jun 25 23:41:15 2026] GET /v2.0/networks/87c0d41b-2fcb-4679-a303-5db05e9da367?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: 1355/2855] 199.19.213.195 () {34 vars in 994 bytes} [Thu Jun 25 23:41:17 2026] GET /v2.0/ports?device_id=c2744dc8-d216-4f08-8f09-6a7c663a88a5 => generated 1194 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:41:17.793 8 INFO neutron_taas.services.taas.taas_plugin [req-a4487630-1eae-449e-bee8-ac574bb059a2 req-d6f635e5-2b1f-420d-acbb-7b66444c7f6f 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] TaaS: Handle Delete Port: 429634fd-e3ee-46bb-9d65-5e22e2b350a1 2026-06-25 23:41:17.796 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a4487630-1eae-449e-bee8-ac574bb059a2 req-d6f635e5-2b1f-420d-acbb-7b66444c7f6f 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] Tap Mirror: Handle Delete Port: 429634fd-e3ee-46bb-9d65-5e22e2b350a1 [pid: 8|app: 0|req: 1501/2856] 199.19.213.195 () {36 vars in 997 bytes} [Thu Jun 25 23:41:17 2026] DELETE /v2.0/ports/429634fd-e3ee-46bb-9d65-5e22e2b350a1 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:41:17.990 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-48e21ab7-5f26-4a9c-8e4c-05bc98bec53c'] response: {'server_uuid': 'c2744dc8-d216-4f08-8f09-6a7c663a88a5', 'name': 'network-vif-deleted', 'tag': '429634fd-e3ee-46bb-9d65-5e22e2b350a1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1356/2857] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:41:20 2026] GET /v2.0/ports?device_id=c2744dc8-d216-4f08-8f09-6a7c663a88a5 => 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: 1502/2858] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:41:21 2026] GET /v2.0/ports?device_id=a2a79b1c-2482-49a4-aebc-fc7a41295e3c => 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: 1357/2859] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:41:21 2026] GET /v2.0/security-groups?id=4e03816d-1a03-470b-9b19-0166c204d1dc&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: 1503/2860] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:41:22 2026] GET /v2.0/ports?device_id=a2a79b1c-2482-49a4-aebc-fc7a41295e3c => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2861] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:41:22 2026] GET /v2.0/security-groups?id=4e03816d-1a03-470b-9b19-0166c204d1dc&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2862] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:41:23 2026] GET /v2.0/ports?device_id=a2a79b1c-2482-49a4-aebc-fc7a41295e3c => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2863] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:41:23 2026] GET /v2.0/security-groups?id=4e03816d-1a03-470b-9b19-0166c204d1dc&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: 1505/2864] 199.19.213.195 () {34 vars in 994 bytes} [Thu Jun 25 23:41:23 2026] GET /v2.0/ports?device_id=a2a79b1c-2482-49a4-aebc-fc7a41295e3c => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:41:24.062 7 INFO neutron_taas.services.taas.taas_plugin [req-97d09eb9-e21d-4f0c-a30d-68eae8e67f12 req-2ade2600-4b2a-4145-8a5c-376780bef4d8 c3111af1b6b04bf18171dab7d0303ec8 a585f54585414d66be981cc00e8689f8 - - default default] TaaS: Handle Delete Port: d628d0c0-5952-459d-856a-2acd0103dc98 2026-06-25 23:41:24.065 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-97d09eb9-e21d-4f0c-a30d-68eae8e67f12 req-2ade2600-4b2a-4145-8a5c-376780bef4d8 c3111af1b6b04bf18171dab7d0303ec8 a585f54585414d66be981cc00e8689f8 - - default default] Tap Mirror: Handle Delete Port: d628d0c0-5952-459d-856a-2acd0103dc98 2026-06-25 23:41:24.159 7 INFO neutron.db.l3_db [req-97d09eb9-e21d-4f0c-a30d-68eae8e67f12 req-2ade2600-4b2a-4145-8a5c-376780bef4d8 c3111af1b6b04bf18171dab7d0303ec8 a585f54585414d66be981cc00e8689f8 - - default default] Floating IP 61326c7d-d726-4684-bc22-22c3bdd3d472 disassociated. External IP: 10.96.250.220, port: d628d0c0-5952-459d-856a-2acd0103dc98. [pid: 7|app: 0|req: 1360/2865] 199.19.213.195 () {36 vars in 997 bytes} [Thu Jun 25 23:41:23 2026] DELETE /v2.0/ports/d628d0c0-5952-459d-856a-2acd0103dc98 => generated 0 bytes in 1029 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2866] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:41:24 2026] GET /v2.0/ports?device_id=a2a79b1c-2482-49a4-aebc-fc7a41295e3c => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:41:24.968 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6232200b-60c3-475b-924f-1cb596216042'] response: {'server_uuid': 'a2a79b1c-2482-49a4-aebc-fc7a41295e3c', 'name': 'network-vif-deleted', 'tag': 'd628d0c0-5952-459d-856a-2acd0103dc98', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1362/2869] 10.0.0.131 () {32 vars in 750 bytes} [Thu Jun 25 23:41:25 2026] DELETE /v2.0/security-group-rules/4fb3873d-22e7-4a94-916f-fce60dbcbabf => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:41:25.579 8 INFO neutron.api.v2.resource [None req-1612f1ff-973b-4874-ab25-ff3da36e1f11 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1508/2870] 10.0.0.131 () {32 vars in 747 bytes} [Thu Jun 25 23:41:25 2026] GET /v2.0/security-group-rules/4fb3873d-22e7-4a94-916f-fce60dbcbabf => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2871] 10.0.0.131 () {32 vars in 750 bytes} [Thu Jun 25 23:41:25 2026] DELETE /v2.0/security-group-rules/c494f819-4de7-46e9-be6d-cc4f89c39365 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:41:25.669 8 INFO neutron.api.v2.resource [None req-dabd8905-13af-4107-9193-c1d60fec9ab2 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1509/2872] 10.0.0.131 () {32 vars in 747 bytes} [Thu Jun 25 23:41:25 2026] GET /v2.0/security-group-rules/c494f819-4de7-46e9-be6d-cc4f89c39365 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2873] 10.0.0.131 () {32 vars in 750 bytes} [Thu Jun 25 23:41:25 2026] DELETE /v2.0/security-group-rules/0e2a9293-4ea0-43c6-919e-5bcac455550e => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:41:25.743 8 INFO neutron.api.v2.resource [None req-77625119-e58e-4f66-a5a5-2824f2c11492 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1510/2874] 10.0.0.131 () {32 vars in 747 bytes} [Thu Jun 25 23:41:25 2026] GET /v2.0/security-group-rules/0e2a9293-4ea0-43c6-919e-5bcac455550e => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2875] 10.0.0.131 () {32 vars in 750 bytes} [Thu Jun 25 23:41:25 2026] DELETE /v2.0/security-group-rules/a9e713db-4e61-4fff-898a-98b18537d5cc => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:41:25.816 8 INFO neutron.api.v2.resource [None req-6b4ac842-245e-434a-b3c4-7876b6cad09f 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1511/2876] 10.0.0.131 () {32 vars in 747 bytes} [Thu Jun 25 23:41:25 2026] GET /v2.0/security-group-rules/a9e713db-4e61-4fff-898a-98b18537d5cc => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2877] 10.0.0.131 () {32 vars in 750 bytes} [Thu Jun 25 23:41:25 2026] DELETE /v2.0/security-group-rules/178c4e5f-4b3e-40b0-ae7c-d9f96014b513 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:41:25.903 8 INFO neutron.api.v2.resource [None req-3e1a6ab5-4e7d-4f48-b682-ac0afb791bd0 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1512/2878] 10.0.0.131 () {32 vars in 747 bytes} [Thu Jun 25 23:41:25 2026] GET /v2.0/security-group-rules/178c4e5f-4b3e-40b0-ae7c-d9f96014b513 => generated 155 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2879] 10.0.0.131 () {32 vars in 750 bytes} [Thu Jun 25 23:41:25 2026] DELETE /v2.0/security-group-rules/bfe603f4-8396-4b4f-b0d1-b9b42af650e8 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:41:25.989 8 INFO neutron.api.v2.resource [None req-f5e76569-aeb6-4e7b-986c-d43c0962c0d6 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1513/2880] 10.0.0.131 () {32 vars in 747 bytes} [Thu Jun 25 23:41:25 2026] GET /v2.0/security-group-rules/bfe603f4-8396-4b4f-b0d1-b9b42af650e8 => 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: 1514/2881] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:41:26 2026] GET /v2.0/ports?device_id=a2a79b1c-2482-49a4-aebc-fc7a41295e3c => 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: 1368/2882] 10.0.0.131 () {32 vars in 750 bytes} [Thu Jun 25 23:41:25 2026] DELETE /v2.0/security-group-rules/cc115803-5b27-47cd-93e7-6ed61e9b2ee5 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:41:26.084 8 INFO neutron.api.v2.resource [None req-1ac4f99e-4273-46eb-8a0c-7f126058bdf5 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1515/2883] 10.0.0.131 () {32 vars in 747 bytes} [Thu Jun 25 23:41:26 2026] GET /v2.0/security-group-rules/cc115803-5b27-47cd-93e7-6ed61e9b2ee5 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2884] 10.0.0.131 () {32 vars in 750 bytes} [Thu Jun 25 23:41:26 2026] DELETE /v2.0/security-group-rules/62cd498e-352e-402c-85a5-0c24ed684ce1 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:41:26.163 8 INFO neutron.api.v2.resource [None req-703ab9cb-52ea-486b-ba2e-e2366b8382a6 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1516/2885] 10.0.0.131 () {32 vars in 747 bytes} [Thu Jun 25 23:41:26 2026] GET /v2.0/security-group-rules/62cd498e-352e-402c-85a5-0c24ed684ce1 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2886] 10.0.0.131 () {32 vars in 750 bytes} [Thu Jun 25 23:41:26 2026] DELETE /v2.0/security-group-rules/b23e7baf-e2c1-47e1-9f12-c46fb0e576c1 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:41:26.229 8 INFO neutron.api.v2.resource [None req-5ea78d35-baf9-48fd-923f-398bee2dd8d4 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1517/2887] 10.0.0.131 () {32 vars in 747 bytes} [Thu Jun 25 23:41:26 2026] GET /v2.0/security-group-rules/b23e7baf-e2c1-47e1-9f12-c46fb0e576c1 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2888] 10.0.0.131 () {32 vars in 750 bytes} [Thu Jun 25 23:41:26 2026] DELETE /v2.0/security-group-rules/961aa955-6017-413a-b2a0-41090d15b2e4 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:41:26.310 8 INFO neutron.api.v2.resource [None req-dd4fbbb4-b4a1-49d6-99bd-ba3c013742c8 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1518/2889] 10.0.0.131 () {32 vars in 747 bytes} [Thu Jun 25 23:41:26 2026] GET /v2.0/security-group-rules/961aa955-6017-413a-b2a0-41090d15b2e4 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2890] 10.0.0.131 () {32 vars in 750 bytes} [Thu Jun 25 23:41:26 2026] DELETE /v2.0/security-group-rules/506794b3-7b3c-4df8-81ed-c61e5f5fb1d7 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:41:26.382 8 INFO neutron.api.v2.resource [None req-cba829bd-a05a-4441-ae7c-9383e465ca15 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1519/2891] 10.0.0.131 () {32 vars in 747 bytes} [Thu Jun 25 23:41:26 2026] GET /v2.0/security-group-rules/506794b3-7b3c-4df8-81ed-c61e5f5fb1d7 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2892] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:41:26 2026] DELETE /v2.0/security-groups/a41db5a8-3fb9-4f92-a900-eba0dc3f69a0 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:41:26.475 8 INFO neutron.api.v2.resource [None req-257d3c77-abb8-4a3b-8d9b-76b657d131e3 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1520/2893] 10.0.0.131 () {32 vars in 737 bytes} [Thu Jun 25 23:41:26 2026] GET /v2.0/security-groups/a41db5a8-3fb9-4f92-a900-eba0dc3f69a0 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:41:26.843 7 INFO neutron_taas.services.taas.taas_plugin [None req-f7db2e49-e472-4d69-af33-cb8048347732 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] TaaS: Handle Delete Port: 18d97648-a2e5-4dbc-8043-4f98266ae373 2026-06-25 23:41:26.846 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7db2e49-e472-4d69-af33-cb8048347732 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] Tap Mirror: Handle Delete Port: 18d97648-a2e5-4dbc-8043-4f98266ae373 [pid: 8|app: 0|req: 1521/2894] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:41:27 2026] GET /v2.0/ports?device_id=a2a79b1c-2482-49a4-aebc-fc7a41295e3c => 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: 1374/2895] 10.0.0.131 () {34 vars in 789 bytes} [Thu Jun 25 23:41:26 2026] PUT /v2.0/routers/d3e99beb-9513-4eaa-858d-16997cb5549f/remove_router_interface => generated 309 bytes in 841 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:41:27.531 8 INFO neutron.api.v2.resource [None req-67fe43e2-651a-414f-a41c-d4439facd4f2 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1522/2896] 10.0.0.131 () {34 vars in 789 bytes} [Thu Jun 25 23:41:27 2026] PUT /v2.0/routers/d3e99beb-9513-4eaa-858d-16997cb5549f/remove_router_interface => generated 198 bytes in 155 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:41:27.962 7 INFO neutron_taas.services.taas.taas_plugin [None req-3eeab085-7ce7-44d9-ab31-fe0eb10930c5 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] TaaS: Handle Delete Port: ed1def4b-42d3-4f5d-878b-adcc054c4b29 2026-06-25 23:41:27.966 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3eeab085-7ce7-44d9-ab31-fe0eb10930c5 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] Tap Mirror: Handle Delete Port: ed1def4b-42d3-4f5d-878b-adcc054c4b29 [pid: 8|app: 0|req: 1523/2897] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:41:28 2026] GET /v2.0/ports?device_id=a2a79b1c-2482-49a4-aebc-fc7a41295e3c => 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: 1375/2898] 10.0.0.131 () {34 vars in 789 bytes} [Thu Jun 25 23:41:27 2026] PUT /v2.0/routers/d3e99beb-9513-4eaa-858d-16997cb5549f/remove_router_interface => generated 309 bytes in 992 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:41:28.712 8 INFO neutron.api.v2.resource [None req-935e1279-4a15-43e2-9458-19862bd169c3 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1524/2899] 10.0.0.131 () {34 vars in 789 bytes} [Thu Jun 25 23:41:28 2026] PUT /v2.0/routers/d3e99beb-9513-4eaa-858d-16997cb5549f/remove_router_interface => generated 198 bytes in 173 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:41:29.078 7 INFO neutron_taas.services.taas.taas_plugin [None req-37a2c94b-051e-42df-8986-6240cc63aaa9 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] TaaS: Handle Delete Port: f8ea21b8-35dd-42b6-82dc-3f7caaff3f93 2026-06-25 23:41:29.080 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-37a2c94b-051e-42df-8986-6240cc63aaa9 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] Tap Mirror: Handle Delete Port: f8ea21b8-35dd-42b6-82dc-3f7caaff3f93 [pid: 8|app: 0|req: 1525/2900] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:41:29 2026] DELETE /v2.0/security-groups/4e03816d-1a03-470b-9b19-0166c204d1dc => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:41:29.587 8 INFO neutron_taas.services.taas.taas_plugin [None req-5f111827-02d5-49c2-973c-814d98427f9d c3111af1b6b04bf18171dab7d0303ec8 a585f54585414d66be981cc00e8689f8 - - default default] TaaS: Handle Delete Port: 7e7c54e0-df02-4dc5-a8ad-a93d83e81e56 2026-06-25 23:41:29.590 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f111827-02d5-49c2-973c-814d98427f9d c3111af1b6b04bf18171dab7d0303ec8 a585f54585414d66be981cc00e8689f8 - - default default] Tap Mirror: Handle Delete Port: 7e7c54e0-df02-4dc5-a8ad-a93d83e81e56 [pid: 7|app: 0|req: 1376/2901] 10.0.0.131 () {34 vars in 789 bytes} [Thu Jun 25 23:41:28 2026] PUT /v2.0/routers/d3e99beb-9513-4eaa-858d-16997cb5549f/remove_router_interface => generated 309 bytes in 940 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/2902] 10.0.0.131 () {32 vars in 732 bytes} [Thu Jun 25 23:41:29 2026] DELETE /v2.0/floatingips/61326c7d-d726-4684-bc22-22c3bdd3d472 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:41:29.779 7 INFO neutron.api.v2.resource [None req-d674c7d4-d70b-406e-9007-6a598252852a 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1377/2903] 10.0.0.131 () {34 vars in 789 bytes} [Thu Jun 25 23:41:29 2026] PUT /v2.0/routers/d3e99beb-9513-4eaa-858d-16997cb5549f/remove_router_interface => generated 198 bytes in 117 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2904] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:41:29 2026] GET /v2.0/ports?device_id=64666474-2930-4cc4-8e22-8c9289f11082 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:41:29.952 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea43fd21-3c2f-49f3-be8d-7e86b25390cf 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] TaaS: Handle Delete Port: 634705c0-e587-42ca-82b0-37fea47be90f 2026-06-25 23:41:29.954 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea43fd21-3c2f-49f3-be8d-7e86b25390cf 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] Tap Mirror: Handle Delete Port: 634705c0-e587-42ca-82b0-37fea47be90f [pid: 7|app: 0|req: 1379/2905] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:41:29 2026] GET /v2.0/security-groups?id=c818b7f9-ae1d-44b2-881f-87ccd17b0ef1&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-25 23:41:30.164 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea43fd21-3c2f-49f3-be8d-7e86b25390cf 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] TaaS: Handle Delete Port: 2cb7350c-cd59-4490-bcbb-512130e1760e 2026-06-25 23:41:30.167 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea43fd21-3c2f-49f3-be8d-7e86b25390cf 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] Tap Mirror: Handle Delete Port: 2cb7350c-cd59-4490-bcbb-512130e1760e 2026-06-25 23:41:30.545 8 INFO neutron.db.l3_hamode_db [None req-ea43fd21-3c2f-49f3-be8d-7e86b25390cf 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] HA network f035d6d8-bc2a-4fba-94a9-9f2dd71f7475 was deleted as no HA routers are present in tenant e6b7f7700b5a40af9722547268be2e3a. [pid: 8|app: 0|req: 1527/2906] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:41:29 2026] DELETE /v2.0/routers/d3e99beb-9513-4eaa-858d-16997cb5549f => generated 0 bytes in 769 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:41:30.576 7 INFO neutron.api.v2.resource [None req-d3de111a-88ee-4a82-b8a9-66cd8ef9d701 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1380/2907] 10.0.0.131 () {32 vars in 721 bytes} [Thu Jun 25 23:41:30 2026] GET /v2.0/routers/d3e99beb-9513-4eaa-858d-16997cb5549f => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:41:30.583 8 INFO neutron.services.segments.plugin [-] Segment 5011871c-ba00-4266-a93b-a2a4294f081e resource provider aggregate not found 2026-06-25 23:41:30.591 8 INFO neutron.services.segments.plugin [-] Segment 5011871c-ba00-4266-a93b-a2a4294f081e resource provider aggregate not found 2026-06-25 23:41:30.612 8 INFO neutron.services.segments.plugin [-] Segment 5011871c-ba00-4266-a93b-a2a4294f081e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5011871c-ba00-4266-a93b-a2a4294f081e found for delete ", "request_id": "req-6daf7971-56dd-4658-8565-7e723b89d764"}]} 2026-06-25 23:41:30.615 8 INFO neutron.services.segments.plugin [-] Segment 5011871c-ba00-4266-a93b-a2a4294f081e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5011871c-ba00-4266-a93b-a2a4294f081e found for delete ", "request_id": "req-2759a198-bb0d-4675-a915-4605e2c97fdb"}]} [pid: 8|app: 0|req: 1528/2908] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:41:30 2026] DELETE /v2.0/subnets/b11df4c4-5944-4d93-99ee-756b52e42ed7 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:41:30.769 7 INFO neutron.pecan_wsgi.hooks.translation [None req-66bdf453-f0c2-48c1-9b53-8bb1e22bc1fb 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1381/2909] 10.0.0.131 () {32 vars in 721 bytes} [Thu Jun 25 23:41:30 2026] GET /v2.0/subnets/b11df4c4-5944-4d93-99ee-756b52e42ed7 => 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: 1529/2910] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:41:30 2026] DELETE /v2.0/subnets/6b010445-6c2f-47c6-8ddd-077875d6d331 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:41:30.929 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9512775b-31a5-4f83-bd13-c37931ebe40d 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1382/2911] 10.0.0.131 () {32 vars in 721 bytes} [Thu Jun 25 23:41:30 2026] GET /v2.0/subnets/6b010445-6c2f-47c6-8ddd-077875d6d331 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:41:31.021 8 INFO neutron_taas.services.taas.taas_plugin [None req-1b986e1a-8f75-4357-826e-be05b9868717 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] TaaS: Handle Delete Port: f2598af8-5996-4d48-a6e2-33ef2aa7913a 2026-06-25 23:41:31.025 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b986e1a-8f75-4357-826e-be05b9868717 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] Tap Mirror: Handle Delete Port: f2598af8-5996-4d48-a6e2-33ef2aa7913a [pid: 7|app: 0|req: 1383/2912] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:41:31 2026] GET /v2.0/ports?device_id=64666474-2930-4cc4-8e22-8c9289f11082 => 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: 1384/2913] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:41:31 2026] GET /v2.0/security-groups?id=c818b7f9-ae1d-44b2-881f-87ccd17b0ef1&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/2914] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:41:30 2026] DELETE /v2.0/networks/4e3046db-ad3d-4efb-8a93-048e06b4e7b1 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:41:31.224 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ab525f05-8cae-4eea-8055-cc0cec164d4d 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1385/2915] 10.0.0.131 () {32 vars in 723 bytes} [Thu Jun 25 23:41:31 2026] GET /v2.0/networks/4e3046db-ad3d-4efb-8a93-048e06b4e7b1 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/2916] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:41:31 2026] DELETE /v2.0/subnets/0a235a9d-2d4b-4387-b4ee-8ab9970c5f3b => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:41:31.416 7 INFO neutron.pecan_wsgi.hooks.translation [None req-07fd5906-6090-4655-a979-41c919749a63 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1386/2917] 10.0.0.131 () {32 vars in 721 bytes} [Thu Jun 25 23:41:31 2026] GET /v2.0/subnets/0a235a9d-2d4b-4387-b4ee-8ab9970c5f3b => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/2918] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:41:31 2026] DELETE /v2.0/subnets/65537232-263c-4db8-9d6f-c712c9cdb1d8 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:41:31.600 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9a4de7e0-4f8e-4d10-aa49-02907a14b779 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1387/2919] 10.0.0.131 () {32 vars in 721 bytes} [Thu Jun 25 23:41:31 2026] GET /v2.0/subnets/65537232-263c-4db8-9d6f-c712c9cdb1d8 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:41:31.734 8 INFO neutron_taas.services.taas.taas_plugin [None req-5bd9bc1d-53c8-445f-93f9-fd536efa6250 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] TaaS: Handle Delete Port: 46a4e87c-f749-41cb-bc94-4521e4706881 2026-06-25 23:41:31.737 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5bd9bc1d-53c8-445f-93f9-fd536efa6250 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] Tap Mirror: Handle Delete Port: 46a4e87c-f749-41cb-bc94-4521e4706881 [pid: 8|app: 0|req: 1533/2920] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:41:31 2026] DELETE /v2.0/networks/87c0d41b-2fcb-4679-a303-5db05e9da367 => generated 0 bytes in 349 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:41:31.975 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d7a1a184-eed3-492d-b3cc-41a2748fcbf4 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1388/2921] 10.0.0.131 () {32 vars in 723 bytes} [Thu Jun 25 23:41:31 2026] GET /v2.0/networks/87c0d41b-2fcb-4679-a303-5db05e9da367 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/2922] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:41:31 2026] DELETE /v2.0/subnets/02028f0b-bb71-4d29-a659-c4801718dd8e => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:41:32.148 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a7ffd286-25ee-4aad-b7d1-10a2a1dd55ca 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1389/2923] 10.0.0.131 () {32 vars in 721 bytes} [Thu Jun 25 23:41:32 2026] GET /v2.0/subnets/02028f0b-bb71-4d29-a659-c4801718dd8e => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2924] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:41:32 2026] GET /v2.0/ports?device_id=64666474-2930-4cc4-8e22-8c9289f11082 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2925] 10.0.0.238 () {34 vars in 1040 bytes} [Thu Jun 25 23:41:32 2026] GET /v2.0/security-groups?id=c818b7f9-ae1d-44b2-881f-87ccd17b0ef1&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2926] 199.19.213.195 () {34 vars in 994 bytes} [Thu Jun 25 23:41:32 2026] GET /v2.0/ports?device_id=64666474-2930-4cc4-8e22-8c9289f11082 => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:41:32.519 7 INFO neutron_taas.services.taas.taas_plugin [req-e0a12691-0b12-42b5-9486-dcd650c4c24a req-077c9e17-5a37-4aab-9334-82d649b2a7a0 c3111af1b6b04bf18171dab7d0303ec8 a585f54585414d66be981cc00e8689f8 - - default default] TaaS: Handle Delete Port: 3b078fb3-42dc-415d-ac41-d19d057462c5 2026-06-25 23:41:32.525 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e0a12691-0b12-42b5-9486-dcd650c4c24a req-077c9e17-5a37-4aab-9334-82d649b2a7a0 c3111af1b6b04bf18171dab7d0303ec8 a585f54585414d66be981cc00e8689f8 - - default default] Tap Mirror: Handle Delete Port: 3b078fb3-42dc-415d-ac41-d19d057462c5 2026-06-25 23:41:32.705 8 INFO neutron.services.segments.plugin [-] Segment dddc077a-f818-45a8-ae54-90601c2f52a9 resource provider aggregate not found [pid: 7|app: 0|req: 1393/2927] 199.19.213.195 () {36 vars in 997 bytes} [Thu Jun 25 23:41:32 2026] DELETE /v2.0/ports/3b078fb3-42dc-415d-ac41-d19d057462c5 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:41:32.712 8 INFO neutron.services.segments.plugin [-] Segment dddc077a-f818-45a8-ae54-90601c2f52a9 resource provider aggregate not found 2026-06-25 23:41:32.719 8 INFO neutron.services.segments.plugin [-] Segment dddc077a-f818-45a8-ae54-90601c2f52a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dddc077a-f818-45a8-ae54-90601c2f52a9 found for delete ", "request_id": "req-93f70175-13ef-4cf1-83d9-36b38189e8b1"}]} 2026-06-25 23:41:32.737 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ac1e3cd3-c2a6-464c-9364-d0bacd2927ee'] response: {'server_uuid': '64666474-2930-4cc4-8e22-8c9289f11082', 'name': 'network-vif-deleted', 'tag': '3b078fb3-42dc-415d-ac41-d19d057462c5', 'status': 'completed', 'code': 200} 2026-06-25 23:41:32.740 8 INFO neutron.services.segments.plugin [-] Segment dddc077a-f818-45a8-ae54-90601c2f52a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dddc077a-f818-45a8-ae54-90601c2f52a9 found for delete ", "request_id": "req-adbf436c-d2e6-4abf-8a77-775cbfc6d2d8"}]} 2026-06-25 23:41:32.747 8 INFO neutron.services.segments.plugin [-] Segment ea79ab24-e6d7-4f1d-8ed0-0b16b560f2e1 resource provider aggregate not found 2026-06-25 23:41:32.757 8 INFO neutron.services.segments.plugin [-] Segment ea79ab24-e6d7-4f1d-8ed0-0b16b560f2e1 resource provider aggregate not found 2026-06-25 23:41:32.764 8 INFO neutron.services.segments.plugin [-] Segment ea79ab24-e6d7-4f1d-8ed0-0b16b560f2e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea79ab24-e6d7-4f1d-8ed0-0b16b560f2e1 found for delete ", "request_id": "req-f6b3fa64-08a1-4472-ad01-891e402500d2"}]} 2026-06-25 23:41:32.769 8 INFO neutron.services.segments.plugin [-] Segment ea79ab24-e6d7-4f1d-8ed0-0b16b560f2e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea79ab24-e6d7-4f1d-8ed0-0b16b560f2e1 found for delete ", "request_id": "req-dbb59a13-05d1-4e77-8c92-d56cd97cdbb3"}]} [pid: 8|app: 0|req: 1535/2928] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:41:32 2026] DELETE /v2.0/subnets/52b792d1-afa7-4dd6-98d4-cff870a9da7c => generated 0 bytes in 635 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:41:32.807 7 INFO neutron.pecan_wsgi.hooks.translation [None req-17eb6869-765b-4d25-81bf-44d59beb3e3e 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1394/2929] 10.0.0.131 () {32 vars in 721 bytes} [Thu Jun 25 23:41:32 2026] GET /v2.0/subnets/52b792d1-afa7-4dd6-98d4-cff870a9da7c => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:41:32.894 8 INFO neutron_taas.services.taas.taas_plugin [None req-fa71a8a6-e017-4e98-8233-d9ea846043db 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] TaaS: Handle Delete Port: 4ca01a69-e807-4059-a0f8-cb0ffd5c05c3 2026-06-25 23:41:32.897 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa71a8a6-e017-4e98-8233-d9ea846043db 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] Tap Mirror: Handle Delete Port: 4ca01a69-e807-4059-a0f8-cb0ffd5c05c3 [pid: 8|app: 0|req: 1536/2930] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:41:32 2026] DELETE /v2.0/networks/8c8f2088-da01-4078-b0e6-5e0ee6a50225 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:41:33.085 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1429b17e-db05-46f0-811c-99d2d622e3fa 757b667dcdc94343ba87545af224a085 e6b7f7700b5a40af9722547268be2e3a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1395/2931] 10.0.0.131 () {32 vars in 723 bytes} [Thu Jun 25 23:41:33 2026] GET /v2.0/networks/8c8f2088-da01-4078-b0e6-5e0ee6a50225 => 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: 1537/2932] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:41:33 2026] GET /v2.0/ports?device_id=64666474-2930-4cc4-8e22-8c9289f11082 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2933] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:41:34 2026] GET /v2.0/ports?device_id=64666474-2930-4cc4-8e22-8c9289f11082 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:41:34.784 8 INFO neutron.services.segments.plugin [-] Segment 9dd62e79-4161-42a8-bac6-746845b38b0f resource provider aggregate not found 2026-06-25 23:41:34.790 8 INFO neutron.services.segments.plugin [-] Segment 9dd62e79-4161-42a8-bac6-746845b38b0f resource provider aggregate not found 2026-06-25 23:41:34.813 8 INFO neutron.services.segments.plugin [-] Segment 9dd62e79-4161-42a8-bac6-746845b38b0f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9dd62e79-4161-42a8-bac6-746845b38b0f found for delete ", "request_id": "req-d92f27f0-5754-47ca-9f74-f2ec68587d4d"}]} 2026-06-25 23:41:34.824 8 INFO neutron.services.segments.plugin [-] Segment 9dd62e79-4161-42a8-bac6-746845b38b0f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9dd62e79-4161-42a8-bac6-746845b38b0f found for delete ", "request_id": "req-534db15d-9b79-4ff8-be8c-8d5a21951b9a"}]} [pid: 8|app: 0|req: 1538/2934] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:41:34 2026] GET /v2.0/security-groups?tenant_id=514c91e48a4e47db978d90d9e4741bac&name=default => generated 2929 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2935] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:41:35 2026] DELETE /v2.0/security-groups/166c790c-7f42-4d45-b307-d8200efed3a8 => 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: 1539/2936] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:41:35 2026] GET /v2.0/security-groups?tenant_id=2425bce06a4b4a9da271d0583709aa3b&name=default => generated 2929 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/2937] 10.0.0.238 () {34 vars in 990 bytes} [Thu Jun 25 23:41:35 2026] GET /v2.0/ports?device_id=64666474-2930-4cc4-8e22-8c9289f11082 => 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: 1398/2938] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:41:35 2026] DELETE /v2.0/security-groups/0bb873fe-a09b-4ee4-bef2-0963fa7a0abd => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/2939] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:41:35 2026] GET /v2.0/security-groups?tenant_id=df7f9f097f6b47ccbc416a32281bc9c8&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2940] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:41:35 2026] DELETE /v2.0/security-groups/34b04c90-6263-441c-831f-33bc933609de => 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: 1542/2941] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:41:36 2026] GET /v2.0/security-groups?tenant_id=e6b7f7700b5a40af9722547268be2e3a&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2942] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:41:36 2026] DELETE /v2.0/security-groups/ce128d60-ed81-4c35-9600-71410ec20fd6 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/2943] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:41:36 2026] GET /v2.0/security-groups?tenant_id=4a0f4f6f27744a63a704a39da20b745f&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2944] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:41:36 2026] DELETE /v2.0/security-groups/179195b6-1d9a-41b5-b409-707069376d0c => 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: 1544/2945] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:41:36 2026] DELETE /v2.0/security-groups/c818b7f9-ae1d-44b2-881f-87ccd17b0ef1 => 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: 1402/2946] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:41:36 2026] GET /v2.0/security-groups?tenant_id=ea1943bc2047463981d76c6110dde0c7&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2947] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:41:36 2026] DELETE /v2.0/security-groups/77406585-ebd4-4ea7-9136-220d99f04d25 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:41:37.135 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd861a97-7f7a-4b80-8ee2-4c6c8d66efaa c3111af1b6b04bf18171dab7d0303ec8 a585f54585414d66be981cc00e8689f8 - - default default] TaaS: Handle Delete Port: b46c30a3-6d04-4598-a14c-89660eff6284 2026-06-25 23:41:37.138 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd861a97-7f7a-4b80-8ee2-4c6c8d66efaa c3111af1b6b04bf18171dab7d0303ec8 a585f54585414d66be981cc00e8689f8 - - default default] Tap Mirror: Handle Delete Port: b46c30a3-6d04-4598-a14c-89660eff6284 [pid: 7|app: 0|req: 1404/2948] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:41:37 2026] GET /v2.0/security-groups?tenant_id=57e2502e3d7945b5936b55395111f015&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2949] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:41:37 2026] DELETE /v2.0/security-groups/18962d1c-56e0-4b45-8ea3-fb56cb31ed78 => 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: 1545/2950] 10.0.0.131 () {34 vars in 789 bytes} [Thu Jun 25 23:41:36 2026] PUT /v2.0/routers/10e2514f-ca44-4d4c-adb9-279317ab7975/remove_router_interface => generated 309 bytes in 925 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2951] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:41:37 2026] DELETE /v2.0/subnets/2a3d97aa-5b61-4d1c-ae7e-5f808e7cc143 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:41:38.098 8 INFO neutron_taas.services.taas.taas_plugin [None req-65f5443a-7f57-4263-abe4-11c368ab9c2e c3111af1b6b04bf18171dab7d0303ec8 a585f54585414d66be981cc00e8689f8 - - default default] TaaS: Handle Delete Port: 253345e1-fefd-45fc-8455-f40fdb0dce37 2026-06-25 23:41:38.101 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65f5443a-7f57-4263-abe4-11c368ab9c2e c3111af1b6b04bf18171dab7d0303ec8 a585f54585414d66be981cc00e8689f8 - - default default] Tap Mirror: Handle Delete Port: 253345e1-fefd-45fc-8455-f40fdb0dce37 2026-06-25 23:41:38.331 8 INFO neutron_taas.services.taas.taas_plugin [None req-65f5443a-7f57-4263-abe4-11c368ab9c2e c3111af1b6b04bf18171dab7d0303ec8 a585f54585414d66be981cc00e8689f8 - - default default] TaaS: Handle Delete Port: f395ae8d-b4a7-4c22-bbf1-0b14494c5522 2026-06-25 23:41:38.334 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65f5443a-7f57-4263-abe4-11c368ab9c2e c3111af1b6b04bf18171dab7d0303ec8 a585f54585414d66be981cc00e8689f8 - - default default] Tap Mirror: Handle Delete Port: f395ae8d-b4a7-4c22-bbf1-0b14494c5522 2026-06-25 23:41:38.693 8 INFO neutron.services.segments.plugin [-] Segment c9206617-e9cf-4b35-8496-bbc142fc93d4 resource provider aggregate not found 2026-06-25 23:41:38.697 8 INFO neutron.services.segments.plugin [-] Segment c9206617-e9cf-4b35-8496-bbc142fc93d4 resource provider aggregate not found 2026-06-25 23:41:38.711 8 INFO neutron.services.segments.plugin [-] Segment c9206617-e9cf-4b35-8496-bbc142fc93d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9206617-e9cf-4b35-8496-bbc142fc93d4 found for delete ", "request_id": "req-60db2634-ae6d-42f0-909f-ef634177abb1"}]} 2026-06-25 23:41:38.715 8 INFO neutron.services.segments.plugin [-] Segment c9206617-e9cf-4b35-8496-bbc142fc93d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9206617-e9cf-4b35-8496-bbc142fc93d4 found for delete ", "request_id": "req-8516811a-f357-4975-9500-7afc184ed49a"}]} 2026-06-25 23:41:38.723 8 INFO neutron.db.l3_hamode_db [None req-65f5443a-7f57-4263-abe4-11c368ab9c2e c3111af1b6b04bf18171dab7d0303ec8 a585f54585414d66be981cc00e8689f8 - - default default] HA network a04009f8-3b77-46df-af57-d34b056b6ebb was deleted as no HA routers are present in tenant a585f54585414d66be981cc00e8689f8. [pid: 8|app: 0|req: 1546/2952] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:41:37 2026] DELETE /v2.0/routers/10e2514f-ca44-4d4c-adb9-279317ab7975 => generated 0 bytes in 875 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:41:38.849 7 INFO neutron.services.segments.plugin [-] Segment 50e719da-625a-4080-a851-05c9226ce906 resource provider aggregate not found 2026-06-25 23:41:38.871 7 INFO neutron.services.segments.plugin [-] Segment 50e719da-625a-4080-a851-05c9226ce906 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50e719da-625a-4080-a851-05c9226ce906 found for delete ", "request_id": "req-5ff73fef-e831-409f-887a-d411d438a958"}]} 2026-06-25 23:41:38.872 7 INFO neutron.services.segments.plugin [-] Segment 50e719da-625a-4080-a851-05c9226ce906 resource provider aggregate not found [pid: 7|app: 0|req: 1407/2953] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:41:38 2026] DELETE /v2.0/networks/b4023436-affb-4c7f-9b0c-dd2c51250668 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:41:38.886 7 INFO neutron.services.segments.plugin [-] Segment 50e719da-625a-4080-a851-05c9226ce906 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50e719da-625a-4080-a851-05c9226ce906 found for delete ", "request_id": "req-568f0d76-9000-466c-9236-cd087c2d43a4"}]} [pid: 8|app: 0|req: 1547/2954] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:41:39 2026] GET /v2.0/security-groups?tenant_id=c7b03c8595354532b6f249b2781c7653&name=default => generated 2929 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2955] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:41:39 2026] DELETE /v2.0/security-groups/d8fa5b75-f8b4-489d-9218-ba33b697e35f => 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: 1548/2956] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:41:40 2026] GET /v2.0/security-groups?tenant_id=a585f54585414d66be981cc00e8689f8&name=default => generated 2926 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2959] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:41:40 2026] DELETE /v2.0/security-groups/e5a6e5e8-976f-4b6c-a683-69f54a80a4ae => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:41:41.650 8 INFO neutron.db.segments_db [None req-d1a8b961-0d6f-4dbb-be3f-fc496a2ea544 6706392ec97f4203a28fa8897950c3d1 5c6682e330734451a755c284400078a6 - - default default] Added segment ee1281bd-531b-403c-b77e-0cdbc1cd7118 of type vxlan for network 211c4f34-b7d9-47c9-a89a-4c3800d78c7a [pid: 8|app: 0|req: 1551/2960] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:41:41 2026] POST /v2.0/networks => generated 631 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2961] 10.0.0.131 () {34 vars in 664 bytes} [Thu Jun 25 23:41:41 2026] POST /v2.0/ports => generated 743 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:41:42.081 8 INFO neutron.db.segments_db [None req-159539cd-ee26-45f6-98d4-894ac940297f 6706392ec97f4203a28fa8897950c3d1 5c6682e330734451a755c284400078a6 - - default default] Added segment 0403932c-9fd5-4b92-ac28-7465bb1a964f of type vxlan for network 6bcf6ee4-0b9a-4292-9a97-4912eef26cfc [pid: 8|app: 0|req: 1552/2962] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:41:42 2026] POST /v2.0/networks => generated 631 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1411/2963] 10.0.0.131 () {34 vars in 664 bytes} [Thu Jun 25 23:41:42 2026] POST /v2.0/ports => generated 743 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:41:42.536 8 INFO neutron.db.segments_db [None req-939eb93b-de9c-4601-8a01-eb84cb0fae1a 6706392ec97f4203a28fa8897950c3d1 5c6682e330734451a755c284400078a6 - - default default] Added segment f3082b65-69e0-4d38-8dfc-861c2b4345bb of type vxlan for network 3e5d381f-2e39-479b-bdf6-c2805af15b01 [pid: 8|app: 0|req: 1553/2964] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:41:42 2026] POST /v2.0/networks => generated 632 bytes in 155 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: 1412/2965] 10.0.0.131 () {34 vars in 664 bytes} [Thu Jun 25 23:41:42 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) 2026-06-25 23:41:42.967 8 INFO neutron.db.segments_db [None req-d6237144-1e2e-425d-abe0-6298bff3e1f9 6706392ec97f4203a28fa8897950c3d1 5c6682e330734451a755c284400078a6 - - default default] Added segment b22f96a6-f375-4d9c-ba90-866e7070eef1 of type vxlan for network d37df50f-3678-430c-ae76-cbc0ca7f3fe2 [pid: 8|app: 0|req: 1554/2966] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:41:42 2026] POST /v2.0/networks => generated 632 bytes in 165 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: 1413/2967] 10.0.0.131 () {34 vars in 664 bytes} [Thu Jun 25 23:41:43 2026] POST /v2.0/ports => generated 743 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:41:43.489 8 INFO neutron.db.segments_db [None req-cc8512b9-f974-4821-9d28-193b2e44510b 6706392ec97f4203a28fa8897950c3d1 5c6682e330734451a755c284400078a6 - - default default] Added segment cba5e66e-86cc-4b1c-900e-309ecc8240d1 of type vxlan for network b1ec5d6d-1fb7-4f76-9c62-d8500decfbfa [pid: 8|app: 0|req: 1555/2968] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:41:43 2026] POST /v2.0/networks => generated 632 bytes in 205 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: 1414/2969] 10.0.0.131 () {34 vars in 664 bytes} [Thu Jun 25 23:41:43 2026] POST /v2.0/ports => generated 743 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/2970] 10.0.0.131 () {34 vars in 747 bytes} [Thu Jun 25 23:41:43 2026] PUT /v2.0/ports/302d69ea-0130-461e-b40f-e0de109a4dce/tags => generated 17 bytes in 67 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: 1415/2971] 10.0.0.131 () {34 vars in 747 bytes} [Thu Jun 25 23:41:44 2026] PUT /v2.0/ports/cedca151-d0d2-471b-ad19-c9e2995ccf43/tags => generated 25 bytes in 59 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: 1557/2972] 10.0.0.131 () {34 vars in 747 bytes} [Thu Jun 25 23:41:44 2026] PUT /v2.0/ports/9cf64a17-9a22-44a1-a6d1-6502e6362bdd/tags => generated 34 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1416/2973] 10.0.0.131 () {34 vars in 747 bytes} [Thu Jun 25 23:41:44 2026] PUT /v2.0/ports/7f2484fd-345d-44e3-8a51-6df2dd0402d5/tags => generated 19 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1558/2974] 10.0.0.131 () {32 vars in 660 bytes} [Thu Jun 25 23:41:44 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/2975] 10.0.0.131 () {32 vars in 674 bytes} [Thu Jun 25 23:41:44 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:41:44.555 7 INFO neutron.db.segments_db [None req-3ec9f61b-37c3-495f-b76c-804ce3699c2a b37861b6ce344be78f08c8475de2169b ca65ef7b3e0a45f9a0a06e8c83d368d2 - - default default] Added segment 9c385ed0-0411-4afa-89b2-e5dc3e22edc6 of type vxlan for network a6d674db-5b17-476a-9355-400fb5acd027 [pid: 8|app: 0|req: 1560/2976] 10.0.0.131 () {32 vars in 670 bytes} [Thu Jun 25 23:41:44 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2977] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:41:44 2026] POST /v2.0/networks => generated 631 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/2978] 10.0.0.131 () {32 vars in 682 bytes} [Thu Jun 25 23:41:44 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:41:44.705 7 INFO neutron.db.segments_db [None req-b3c6996b-debf-4f5a-9e6e-4676a36db295 b37861b6ce344be78f08c8475de2169b ca65ef7b3e0a45f9a0a06e8c83d368d2 - - default default] Added segment 2013e589-783f-43f0-8ac3-f3ce793d9f32 of type vxlan for network a14d2788-89d2-4c7f-bd23-8ce034ad2a0c [pid: 8|app: 0|req: 1562/2979] 10.0.0.131 () {32 vars in 668 bytes} [Thu Jun 25 23:41:44 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2980] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:41:44 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) 2026-06-25 23:41:44.841 7 INFO neutron.db.segments_db [None req-a3e316ba-c91e-443b-8571-ba327714ade6 b37861b6ce344be78f08c8475de2169b ca65ef7b3e0a45f9a0a06e8c83d368d2 - - default default] Added segment 2c64f9c7-fc5d-46c3-8ba2-4f599dfb4b8d of type vxlan for network 2ffd5a6a-01d9-4c75-babd-dc2b5e0f058f [pid: 8|app: 0|req: 1563/2981] 10.0.0.131 () {32 vars in 682 bytes} [Thu Jun 25 23:41:44 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2982] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:41:44 2026] POST /v2.0/networks => generated 632 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/2983] 10.0.0.131 () {32 vars in 678 bytes} [Thu Jun 25 23:41:44 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:41:44.967 7 INFO neutron.db.segments_db [None req-11f37a5f-b18b-430f-bf19-79b4fb9ca3e9 b37861b6ce344be78f08c8475de2169b ca65ef7b3e0a45f9a0a06e8c83d368d2 - - default default] Added segment 264a07b6-82cc-4248-825d-b304e0fd8d7e of type vxlan for network f070ec08-14e8-4242-8f29-026bab51495b [pid: 8|app: 0|req: 1565/2984] 10.0.0.131 () {32 vars in 690 bytes} [Thu Jun 25 23:41:44 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2985] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:41:44 2026] POST /v2.0/networks => generated 631 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:41:45.072 8 INFO neutron_taas.services.taas.taas_plugin [None req-8f164d68-363f-4d66-96e3-fdb932c8d10b 6706392ec97f4203a28fa8897950c3d1 5c6682e330734451a755c284400078a6 - - default default] TaaS: Handle Delete Port: 302d69ea-0130-461e-b40f-e0de109a4dce 2026-06-25 23:41:45.075 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f164d68-363f-4d66-96e3-fdb932c8d10b 6706392ec97f4203a28fa8897950c3d1 5c6682e330734451a755c284400078a6 - - default default] Tap Mirror: Handle Delete Port: 302d69ea-0130-461e-b40f-e0de109a4dce 2026-06-25 23:41:45.081 7 INFO neutron.db.segments_db [None req-54ac4bde-f146-4d99-b19a-1ad1f20d4efa b37861b6ce344be78f08c8475de2169b ca65ef7b3e0a45f9a0a06e8c83d368d2 - - default default] Added segment eee4ed77-50e7-4668-933d-fba84c8ca194 of type vxlan for network 687f842c-158b-4612-8c78-5aefb24b85d3 [pid: 7|app: 0|req: 1421/2986] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:41:45 2026] POST /v2.0/networks => generated 632 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/2987] 10.0.0.131 () {32 vars in 720 bytes} [Thu Jun 25 23:41:44 2026] DELETE /v2.0/ports/302d69ea-0130-461e-b40f-e0de109a4dce => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2988] 10.0.0.131 () {34 vars in 753 bytes} [Thu Jun 25 23:41:45 2026] PUT /v2.0/networks/a6d674db-5b17-476a-9355-400fb5acd027/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:41:45.243 8 INFO neutron_taas.services.taas.taas_plugin [None req-a9dea4a1-b8bd-4c65-a0e7-71d041293286 6706392ec97f4203a28fa8897950c3d1 5c6682e330734451a755c284400078a6 - - default default] TaaS: Handle Delete Port: cedca151-d0d2-471b-ad19-c9e2995ccf43 2026-06-25 23:41:45.245 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9dea4a1-b8bd-4c65-a0e7-71d041293286 6706392ec97f4203a28fa8897950c3d1 5c6682e330734451a755c284400078a6 - - default default] Tap Mirror: Handle Delete Port: cedca151-d0d2-471b-ad19-c9e2995ccf43 [pid: 7|app: 0|req: 1423/2989] 10.0.0.131 () {34 vars in 753 bytes} [Thu Jun 25 23:41:45 2026] PUT /v2.0/networks/a14d2788-89d2-4c7f-bd23-8ce034ad2a0c/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/2990] 10.0.0.131 () {32 vars in 720 bytes} [Thu Jun 25 23:41:45 2026] DELETE /v2.0/ports/cedca151-d0d2-471b-ad19-c9e2995ccf43 => 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: 1424/2991] 10.0.0.131 () {34 vars in 753 bytes} [Thu Jun 25 23:41:45 2026] PUT /v2.0/networks/2ffd5a6a-01d9-4c75-babd-dc2b5e0f058f/tags => generated 34 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2992] 10.0.0.131 () {34 vars in 753 bytes} [Thu Jun 25 23:41:45 2026] PUT /v2.0/networks/f070ec08-14e8-4242-8f29-026bab51495b/tags => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:41:45.406 8 INFO neutron_taas.services.taas.taas_plugin [None req-07a0e210-2a4c-4653-93b1-7fd876a90f1a 6706392ec97f4203a28fa8897950c3d1 5c6682e330734451a755c284400078a6 - - default default] TaaS: Handle Delete Port: 9cf64a17-9a22-44a1-a6d1-6502e6362bdd 2026-06-25 23:41:45.409 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07a0e210-2a4c-4653-93b1-7fd876a90f1a 6706392ec97f4203a28fa8897950c3d1 5c6682e330734451a755c284400078a6 - - default default] Tap Mirror: Handle Delete Port: 9cf64a17-9a22-44a1-a6d1-6502e6362bdd [pid: 7|app: 0|req: 1426/2993] 10.0.0.131 () {32 vars in 666 bytes} [Thu Jun 25 23:41:45 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/2994] 10.0.0.131 () {32 vars in 720 bytes} [Thu Jun 25 23:41:45 2026] DELETE /v2.0/ports/9cf64a17-9a22-44a1-a6d1-6502e6362bdd => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2995] 10.0.0.131 () {32 vars in 680 bytes} [Thu Jun 25 23:41:45 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2996] 10.0.0.131 () {32 vars in 676 bytes} [Thu Jun 25 23:41:45 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:41:45.556 8 INFO neutron_taas.services.taas.taas_plugin [None req-b3130411-e725-4c3e-b1c5-6a905934e9d6 6706392ec97f4203a28fa8897950c3d1 5c6682e330734451a755c284400078a6 - - default default] TaaS: Handle Delete Port: 7f2484fd-345d-44e3-8a51-6df2dd0402d5 2026-06-25 23:41:45.559 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3130411-e725-4c3e-b1c5-6a905934e9d6 6706392ec97f4203a28fa8897950c3d1 5c6682e330734451a755c284400078a6 - - default default] Tap Mirror: Handle Delete Port: 7f2484fd-345d-44e3-8a51-6df2dd0402d5 [pid: 7|app: 0|req: 1429/2997] 10.0.0.131 () {32 vars in 688 bytes} [Thu Jun 25 23:41:45 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/2998] 10.0.0.131 () {32 vars in 720 bytes} [Thu Jun 25 23:41:45 2026] DELETE /v2.0/ports/7f2484fd-345d-44e3-8a51-6df2dd0402d5 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2999] 10.0.0.131 () {32 vars in 674 bytes} [Thu Jun 25 23:41:45 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/3000] 10.0.0.131 () {32 vars in 688 bytes} [Thu Jun 25 23:41:45 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:41:45.751 8 INFO neutron_taas.services.taas.taas_plugin [None req-5f32207f-a8f5-4b86-86eb-427c5169bf28 6706392ec97f4203a28fa8897950c3d1 5c6682e330734451a755c284400078a6 - - default default] TaaS: Handle Delete Port: b0f9ae74-a661-40a7-a62f-11e77697209c 2026-06-25 23:41:45.753 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f32207f-a8f5-4b86-86eb-427c5169bf28 6706392ec97f4203a28fa8897950c3d1 5c6682e330734451a755c284400078a6 - - default default] Tap Mirror: Handle Delete Port: b0f9ae74-a661-40a7-a62f-11e77697209c [pid: 8|app: 0|req: 1570/3001] 10.0.0.131 () {32 vars in 720 bytes} [Thu Jun 25 23:41:45 2026] DELETE /v2.0/ports/b0f9ae74-a661-40a7-a62f-11e77697209c => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/3002] 10.0.0.131 () {32 vars in 684 bytes} [Thu Jun 25 23:41:45 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/3003] 10.0.0.131 () {32 vars in 696 bytes} [Thu Jun 25 23:41:45 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:41:45.933 8 INFO neutron.services.segments.plugin [-] Segment ee1281bd-531b-403c-b77e-0cdbc1cd7118 resource provider aggregate not found 2026-06-25 23:41:45.937 8 INFO neutron.services.segments.plugin [-] Segment ee1281bd-531b-403c-b77e-0cdbc1cd7118 resource provider aggregate not found 2026-06-25 23:41:45.955 8 INFO neutron.services.segments.plugin [-] Segment ee1281bd-531b-403c-b77e-0cdbc1cd7118 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee1281bd-531b-403c-b77e-0cdbc1cd7118 found for delete ", "request_id": "req-0bbf9641-24e5-4031-ada7-e8b0b7760f98"}]} 2026-06-25 23:41:45.956 8 INFO neutron.services.segments.plugin [-] Segment ee1281bd-531b-403c-b77e-0cdbc1cd7118 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee1281bd-531b-403c-b77e-0cdbc1cd7118 found for delete ", "request_id": "req-c0b4414b-f85a-4257-8726-81e453aa3f15"}]} [pid: 8|app: 0|req: 1571/3004] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:41:45 2026] DELETE /v2.0/networks/211c4f34-b7d9-47c9-a89a-4c3800d78c7a => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:41:45.980 7 INFO neutron.services.segments.plugin [-] Segment 9c385ed0-0411-4afa-89b2-e5dc3e22edc6 resource provider aggregate not found 2026-06-25 23:41:45.986 7 INFO neutron.services.segments.plugin [-] Segment 9c385ed0-0411-4afa-89b2-e5dc3e22edc6 resource provider aggregate not found 2026-06-25 23:41:46.000 7 INFO neutron.services.segments.plugin [-] Segment 9c385ed0-0411-4afa-89b2-e5dc3e22edc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c385ed0-0411-4afa-89b2-e5dc3e22edc6 found for delete ", "request_id": "req-7d3e5245-2271-4bdb-8bde-0c84e1eb4ed9"}]} 2026-06-25 23:41:46.001 7 INFO neutron.services.segments.plugin [-] Segment 9c385ed0-0411-4afa-89b2-e5dc3e22edc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c385ed0-0411-4afa-89b2-e5dc3e22edc6 found for delete ", "request_id": "req-6d4783c2-c22e-402d-8cb4-8c10a7cbe18e"}]} [pid: 7|app: 0|req: 1434/3005] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:41:45 2026] DELETE /v2.0/networks/a6d674db-5b17-476a-9355-400fb5acd027 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3006] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:41:45 2026] DELETE /v2.0/networks/6bcf6ee4-0b9a-4292-9a97-4912eef26cfc => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/3007] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:41:46 2026] DELETE /v2.0/networks/a14d2788-89d2-4c7f-bd23-8ce034ad2a0c => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3008] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:41:46 2026] DELETE /v2.0/networks/3e5d381f-2e39-479b-bdf6-c2805af15b01 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/3009] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:41:46 2026] DELETE /v2.0/networks/2ffd5a6a-01d9-4c75-babd-dc2b5e0f058f => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3010] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:41:46 2026] DELETE /v2.0/networks/d37df50f-3678-430c-ae76-cbc0ca7f3fe2 => 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: 1437/3011] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:41:46 2026] DELETE /v2.0/networks/f070ec08-14e8-4242-8f29-026bab51495b => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3012] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:41:46 2026] DELETE /v2.0/networks/b1ec5d6d-1fb7-4f76-9c62-d8500decfbfa => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/3013] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:41:46 2026] DELETE /v2.0/networks/687f842c-158b-4612-8c78-5aefb24b85d3 => 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: 1576/3014] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:41:47 2026] GET /v2.0/security-groups?tenant_id=5c6682e330734451a755c284400078a6&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/3015] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:41:47 2026] GET /v2.0/security-groups?tenant_id=dea7fce1d5bd43029355784b3d25df04&name=default => generated 2929 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3016] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:41:47 2026] DELETE /v2.0/security-groups/8a1153e2-6212-491c-9f57-45613ab84661 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/3017] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:41:47 2026] DELETE /v2.0/security-groups/b1307e10-2972-4d3a-9bf3-6a6a6f961c96 => 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: 1441/3018] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:41:47 2026] GET /v2.0/security-groups?tenant_id=ca65ef7b3e0a45f9a0a06e8c83d368d2&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3019] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:41:47 2026] GET /v2.0/security-groups?tenant_id=ce0bd40caad0408082f6ba3220cd0d67&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/3020] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:41:47 2026] DELETE /v2.0/security-groups/cec97ea0-fc94-414b-a07d-c240e9184040 => 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: 1579/3021] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:41:47 2026] DELETE /v2.0/security-groups/199453de-5a1c-4f0d-8b77-1275a2d819f7 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:41:47.976 8 INFO neutron.services.segments.plugin [-] Segment 0403932c-9fd5-4b92-ac28-7465bb1a964f resource provider aggregate not found 2026-06-25 23:41:47.980 8 INFO neutron.services.segments.plugin [-] Segment 0403932c-9fd5-4b92-ac28-7465bb1a964f resource provider aggregate not found 2026-06-25 23:41:47.993 8 INFO neutron.services.segments.plugin [-] Segment 0403932c-9fd5-4b92-ac28-7465bb1a964f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0403932c-9fd5-4b92-ac28-7465bb1a964f found for delete ", "request_id": "req-6b7b95de-c876-4e9f-b424-bdcf46f01a4b"}]} 2026-06-25 23:41:47.997 8 INFO neutron.services.segments.plugin [-] Segment 0403932c-9fd5-4b92-ac28-7465bb1a964f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0403932c-9fd5-4b92-ac28-7465bb1a964f found for delete ", "request_id": "req-89a1beca-dff4-4d44-9f7a-a661fd76c0ca"}]} 2026-06-25 23:41:48.011 8 INFO neutron.services.segments.plugin [-] Segment f3082b65-69e0-4d38-8dfc-861c2b4345bb resource provider aggregate not found 2026-06-25 23:41:48.019 8 INFO neutron.services.segments.plugin [-] Segment f3082b65-69e0-4d38-8dfc-861c2b4345bb resource provider aggregate not found 2026-06-25 23:41:48.024 7 INFO neutron.services.segments.plugin [-] Segment 2013e589-783f-43f0-8ac3-f3ce793d9f32 resource provider aggregate not found 2026-06-25 23:41:48.025 7 INFO neutron.services.segments.plugin [-] Segment 2013e589-783f-43f0-8ac3-f3ce793d9f32 resource provider aggregate not found 2026-06-25 23:41:48.033 8 INFO neutron.services.segments.plugin [-] Segment f3082b65-69e0-4d38-8dfc-861c2b4345bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3082b65-69e0-4d38-8dfc-861c2b4345bb found for delete ", "request_id": "req-bdad0dd6-c970-4c57-b4b9-d99f25b29412"}]} 2026-06-25 23:41:48.038 8 INFO neutron.services.segments.plugin [-] Segment f3082b65-69e0-4d38-8dfc-861c2b4345bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3082b65-69e0-4d38-8dfc-861c2b4345bb found for delete ", "request_id": "req-5eb3db6e-6e30-4a97-9e2b-968943e1978a"}]} 2026-06-25 23:41:48.043 7 INFO neutron.services.segments.plugin [-] Segment 2013e589-783f-43f0-8ac3-f3ce793d9f32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2013e589-783f-43f0-8ac3-f3ce793d9f32 found for delete ", "request_id": "req-9625bb66-0ecb-4149-b46a-479a69d341b5"}]} 2026-06-25 23:41:48.055 8 INFO neutron.services.segments.plugin [-] Segment b22f96a6-f375-4d9c-ba90-866e7070eef1 resource provider aggregate not found 2026-06-25 23:41:48.056 7 INFO neutron.services.segments.plugin [-] Segment 2013e589-783f-43f0-8ac3-f3ce793d9f32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2013e589-783f-43f0-8ac3-f3ce793d9f32 found for delete ", "request_id": "req-3463dd21-796b-478f-bd74-2d880dddd582"}]} 2026-06-25 23:41:48.063 7 INFO neutron.services.segments.plugin [-] Segment 2c64f9c7-fc5d-46c3-8ba2-4f599dfb4b8d resource provider aggregate not found 2026-06-25 23:41:48.063 8 INFO neutron.services.segments.plugin [-] Segment b22f96a6-f375-4d9c-ba90-866e7070eef1 resource provider aggregate not found 2026-06-25 23:41:48.075 7 INFO neutron.services.segments.plugin [-] Segment 2c64f9c7-fc5d-46c3-8ba2-4f599dfb4b8d resource provider aggregate not found 2026-06-25 23:41:48.075 8 INFO neutron.services.segments.plugin [-] Segment b22f96a6-f375-4d9c-ba90-866e7070eef1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b22f96a6-f375-4d9c-ba90-866e7070eef1 found for delete ", "request_id": "req-86acda1a-1770-476a-82c4-356a8734dda2"}]} 2026-06-25 23:41:48.081 8 INFO neutron.services.segments.plugin [-] Segment b22f96a6-f375-4d9c-ba90-866e7070eef1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b22f96a6-f375-4d9c-ba90-866e7070eef1 found for delete ", "request_id": "req-f764a330-b61d-41be-8e1e-18d1df9a9fe8"}]} 2026-06-25 23:41:48.082 7 INFO neutron.services.segments.plugin [-] Segment 2c64f9c7-fc5d-46c3-8ba2-4f599dfb4b8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c64f9c7-fc5d-46c3-8ba2-4f599dfb4b8d found for delete ", "request_id": "req-2b55d096-edb1-4e8b-ac1e-2af06ba5e4ae"}]} 2026-06-25 23:41:48.095 8 INFO neutron.services.segments.plugin [-] Segment cba5e66e-86cc-4b1c-900e-309ecc8240d1 resource provider aggregate not found 2026-06-25 23:41:48.097 7 INFO neutron.services.segments.plugin [-] Segment 2c64f9c7-fc5d-46c3-8ba2-4f599dfb4b8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c64f9c7-fc5d-46c3-8ba2-4f599dfb4b8d found for delete ", "request_id": "req-bdd61542-bfd1-4496-9bf4-189cc6854030"}]} 2026-06-25 23:41:48.101 8 INFO neutron.services.segments.plugin [-] Segment cba5e66e-86cc-4b1c-900e-309ecc8240d1 resource provider aggregate not found 2026-06-25 23:41:48.102 7 INFO neutron.services.segments.plugin [-] Segment 264a07b6-82cc-4248-825d-b304e0fd8d7e resource provider aggregate not found 2026-06-25 23:41:48.107 8 INFO neutron.services.segments.plugin [-] Segment cba5e66e-86cc-4b1c-900e-309ecc8240d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cba5e66e-86cc-4b1c-900e-309ecc8240d1 found for delete ", "request_id": "req-ace0d86b-fa3e-40d1-ac3e-61f07b57d8b2"}]} 2026-06-25 23:41:48.116 8 INFO neutron.services.segments.plugin [-] Segment cba5e66e-86cc-4b1c-900e-309ecc8240d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cba5e66e-86cc-4b1c-900e-309ecc8240d1 found for delete ", "request_id": "req-de3f8d48-1a6f-4133-9aa1-1afa9bcad8b0"}]} 2026-06-25 23:41:48.120 7 INFO neutron.services.segments.plugin [-] Segment 264a07b6-82cc-4248-825d-b304e0fd8d7e resource provider aggregate not found 2026-06-25 23:41:48.125 7 INFO neutron.services.segments.plugin [-] Segment 264a07b6-82cc-4248-825d-b304e0fd8d7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 264a07b6-82cc-4248-825d-b304e0fd8d7e found for delete ", "request_id": "req-fcf4cd78-8256-44a2-a93a-784b82be9a5f"}]} 2026-06-25 23:41:48.139 7 INFO neutron.services.segments.plugin [-] Segment 264a07b6-82cc-4248-825d-b304e0fd8d7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 264a07b6-82cc-4248-825d-b304e0fd8d7e found for delete ", "request_id": "req-91172bb0-426e-4939-9850-2b4dfb756302"}]} [pid: 7|app: 0|req: 1443/3022] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:41:47 2026] GET /v2.0/security-groups?tenant_id=d27ab7abb09d47c7a97d8b5105de4906&name=default => generated 2929 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:41:48.143 7 INFO neutron.services.segments.plugin [-] Segment eee4ed77-50e7-4668-933d-fba84c8ca194 resource provider aggregate not found [pid: 8|app: 0|req: 1580/3023] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:41:47 2026] GET /v2.0/security-groups?tenant_id=25c843b5b9e440d5bdf4f85d026c9a54&name=default => generated 2929 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:41:48.161 7 INFO neutron.services.segments.plugin [-] Segment eee4ed77-50e7-4668-933d-fba84c8ca194 resource provider aggregate not found 2026-06-25 23:41:48.167 7 INFO neutron.services.segments.plugin [-] Segment eee4ed77-50e7-4668-933d-fba84c8ca194 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eee4ed77-50e7-4668-933d-fba84c8ca194 found for delete ", "request_id": "req-287788a1-4cd0-4026-b791-aa6080a6a2cd"}]} 2026-06-25 23:41:48.184 7 INFO neutron.services.segments.plugin [-] Segment eee4ed77-50e7-4668-933d-fba84c8ca194 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eee4ed77-50e7-4668-933d-fba84c8ca194 found for delete ", "request_id": "req-d40ad70e-356d-4f9f-b7bd-94b35c34c029"}]} [pid: 8|app: 0|req: 1581/3024] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:41:48 2026] DELETE /v2.0/security-groups/ec002f7a-a6b4-4dee-b0fc-fce357ca1ff2 => 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: 1444/3025] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:41:48 2026] DELETE /v2.0/security-groups/162be194-63fa-46ea-bea8-584b0f89a2ae => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:41:52.403 7 INFO neutron.db.segments_db [None req-5b06bb7c-2b04-43e1-a332-61c8551ccf79 7982895f69a6480f8b704193e4a7bf2a 99f420421c764778b087f071c2df419a - - default default] Added segment a54dd336-9bb8-465a-aa8d-8c132b56d34e of type vxlan for network 832a41f4-495e-46b8-a2d5-27c1fcaa9c70 2026-06-25 23:41:52.430 8 INFO neutron.db.segments_db [None req-d6e34af6-5635-408f-8538-ec13e3684429 99bea0395ff7420bbe0d18c697075101 8b190290946f4c4dab5a9b569dcbbc09 - - default default] Added segment cecaf6ff-84e0-46fc-ae72-3726f32c9c93 of type vxlan for network 5ee67a89-4955-477b-b2b4-777ae92846d3 [pid: 8|app: 0|req: 1582/3026] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:41:52 2026] POST /v2.0/networks => generated 632 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:41:52.657 7 INFO neutron.db.l3_hamode_db [None req-5b06bb7c-2b04-43e1-a332-61c8551ccf79 7982895f69a6480f8b704193e4a7bf2a 99f420421c764778b087f071c2df419a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1583/3027] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:41:52 2026] POST /v2.0/subnets => generated 626 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:41:52.768 7 INFO neutron.db.l3_hamode_db [None req-5b06bb7c-2b04-43e1-a332-61c8551ccf79 7982895f69a6480f8b704193e4a7bf2a 99f420421c764778b087f071c2df419a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:41:52.806 8 INFO neutron.db.segments_db [None req-35b8c07e-76dc-4bd3-8164-abf9205e77b0 99bea0395ff7420bbe0d18c697075101 8b190290946f4c4dab5a9b569dcbbc09 - - default default] Added segment e3f65bb3-cfe0-4ea7-8153-8c0cf7083fee of type vxlan for network 0d227607-0b0f-4b2f-a32f-9773feb8ee54 [pid: 8|app: 0|req: 1584/3028] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:41:52 2026] POST /v2.0/networks => generated 631 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3029] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:41:52 2026] POST /v2.0/subnets => generated 629 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:41:53.154 8 INFO neutron.db.segments_db [None req-bedc6352-ff2b-4178-9c4c-2a44ac67594f 99bea0395ff7420bbe0d18c697075101 8b190290946f4c4dab5a9b569dcbbc09 - - default default] Added segment 805e0a58-bfca-4d8f-9c92-0140d6bfc5cc of type vxlan for network 61e0adbc-55d8-4be0-8c1b-8ffb0490c6b8 [pid: 8|app: 0|req: 1586/3030] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:41:53 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: 1445/3031] 10.0.0.131 () {34 vars in 668 bytes} [Thu Jun 25 23:41:52 2026] POST /v2.0/routers => generated 474 bytes in 960 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:41:53.333 7 INFO neutron.db.l3_hamode_db [None req-a9017f43-aa60-4798-9ee6-e33c8d28f8c9 7982895f69a6480f8b704193e4a7bf2a 99f420421c764778b087f071c2df419a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1587/3032] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:41:53 2026] POST /v2.0/subnets => generated 629 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:41:53.444 7 INFO neutron.db.l3_hamode_db [None req-a9017f43-aa60-4798-9ee6-e33c8d28f8c9 7982895f69a6480f8b704193e4a7bf2a 99f420421c764778b087f071c2df419a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:41:53.469 8 INFO neutron.db.segments_db [None req-18c2e315-6344-4ca2-8ae1-0cdd57fdbbed 99bea0395ff7420bbe0d18c697075101 8b190290946f4c4dab5a9b569dcbbc09 - - default default] Added segment 611dba8a-e42c-4187-b24d-82ca400f43d3 of type vxlan for network 6642dad3-c498-4f24-9e93-7236c83db6fb [pid: 8|app: 0|req: 1588/3033] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:41:53 2026] POST /v2.0/networks => generated 632 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3034] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:41:53 2026] POST /v2.0/subnets => generated 629 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:41:53.860 8 INFO neutron.db.segments_db [None req-8f077ed2-6c93-496b-9b4d-28218c3ca820 99bea0395ff7420bbe0d18c697075101 8b190290946f4c4dab5a9b569dcbbc09 - - default default] Added segment 429d73fb-e00d-4977-a403-b4e22510e201 of type vxlan for network 11fee660-0124-46ae-bd9c-a9f3b351f252 [pid: 8|app: 0|req: 1590/3035] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:41:53 2026] POST /v2.0/networks => generated 632 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/3036] 10.0.0.131 () {34 vars in 668 bytes} [Thu Jun 25 23:41:53 2026] POST /v2.0/routers => generated 474 bytes in 747 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:41:54.091 7 INFO neutron.db.l3_hamode_db [None req-580bb5f2-4c4c-496f-8eb7-1c8c7577b92e 7982895f69a6480f8b704193e4a7bf2a 99f420421c764778b087f071c2df419a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:41:54.217 7 INFO neutron.db.l3_hamode_db [None req-580bb5f2-4c4c-496f-8eb7-1c8c7577b92e 7982895f69a6480f8b704193e4a7bf2a 99f420421c764778b087f071c2df419a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1591/3037] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:41:53 2026] POST /v2.0/subnets => generated 629 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3038] 10.0.0.131 () {34 vars in 751 bytes} [Thu Jun 25 23:41:54 2026] PUT /v2.0/subnets/0faee4b9-a1a0-4abd-837d-f701b48ddbe1/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3039] 10.0.0.131 () {34 vars in 751 bytes} [Thu Jun 25 23:41:54 2026] PUT /v2.0/subnets/fd8e89cd-5a93-4667-97b6-8b64212b299c/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3040] 10.0.0.131 () {34 vars in 751 bytes} [Thu Jun 25 23:41:54 2026] PUT /v2.0/subnets/72f26895-acc2-4725-bb8c-facbc1ded6e9/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3041] 10.0.0.131 () {34 vars in 751 bytes} [Thu Jun 25 23:41:54 2026] PUT /v2.0/subnets/dd4f3e08-acc5-44a5-834d-63955e97ff62/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3042] 10.0.0.131 () {32 vars in 664 bytes} [Thu Jun 25 23:41:54 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3043] 10.0.0.131 () {32 vars in 678 bytes} [Thu Jun 25 23:41:54 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3044] 10.0.0.131 () {32 vars in 674 bytes} [Thu Jun 25 23:41:54 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3045] 10.0.0.131 () {32 vars in 686 bytes} [Thu Jun 25 23:41:54 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3046] 10.0.0.131 () {32 vars in 672 bytes} [Thu Jun 25 23:41:54 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3047] 10.0.0.131 () {32 vars in 686 bytes} [Thu Jun 25 23:41:54 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3048] 10.0.0.131 () {32 vars in 682 bytes} [Thu Jun 25 23:41:54 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/3049] 10.0.0.131 () {34 vars in 668 bytes} [Thu Jun 25 23:41:54 2026] POST /v2.0/routers => generated 474 bytes in 765 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3050] 10.0.0.131 () {32 vars in 694 bytes} [Thu Jun 25 23:41:54 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:41:54.871 7 INFO neutron.db.l3_hamode_db [None req-b35206f9-079a-4861-ad40-826d209f2711 7982895f69a6480f8b704193e4a7bf2a 99f420421c764778b087f071c2df419a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:41:54.971 7 INFO neutron.db.l3_hamode_db [None req-b35206f9-079a-4861-ad40-826d209f2711 7982895f69a6480f8b704193e4a7bf2a 99f420421c764778b087f071c2df419a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1604/3051] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:41:54 2026] DELETE /v2.0/subnets/0faee4b9-a1a0-4abd-837d-f701b48ddbe1 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3052] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:41:54 2026] DELETE /v2.0/subnets/fd8e89cd-5a93-4667-97b6-8b64212b299c => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3055] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:41:55 2026] DELETE /v2.0/subnets/72f26895-acc2-4725-bb8c-facbc1ded6e9 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3056] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:41:55 2026] DELETE /v2.0/subnets/dd4f3e08-acc5-44a5-834d-63955e97ff62 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3057] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:41:55 2026] DELETE /v2.0/subnets/0984289f-b1bd-4361-bb37-855167bdd89c => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/3058] 10.0.0.131 () {34 vars in 668 bytes} [Thu Jun 25 23:41:54 2026] POST /v2.0/routers => generated 474 bytes in 717 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:41:55.572 8 INFO neutron_taas.services.taas.taas_plugin [None req-c60b414e-82b2-4e6b-ac96-55edca544ab3 99bea0395ff7420bbe0d18c697075101 8b190290946f4c4dab5a9b569dcbbc09 - - default default] TaaS: Handle Delete Port: fa47e9aa-3507-440e-9262-71d5979c22e1 2026-06-25 23:41:55.574 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c60b414e-82b2-4e6b-ac96-55edca544ab3 99bea0395ff7420bbe0d18c697075101 8b190290946f4c4dab5a9b569dcbbc09 - - default default] Tap Mirror: Handle Delete Port: fa47e9aa-3507-440e-9262-71d5979c22e1 2026-06-25 23:41:55.594 7 INFO neutron.db.l3_hamode_db [None req-7c3c123c-a072-4978-a05c-a5f058e61237 7982895f69a6480f8b704193e4a7bf2a 99f420421c764778b087f071c2df419a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:41:55.711 7 INFO neutron.db.l3_hamode_db [None req-7c3c123c-a072-4978-a05c-a5f058e61237 7982895f69a6480f8b704193e4a7bf2a 99f420421c764778b087f071c2df419a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:41:55.734 8 INFO neutron.services.segments.plugin [-] Segment cecaf6ff-84e0-46fc-ae72-3726f32c9c93 resource provider aggregate not found 2026-06-25 23:41:55.740 8 INFO neutron.services.segments.plugin [-] Segment cecaf6ff-84e0-46fc-ae72-3726f32c9c93 resource provider aggregate not found 2026-06-25 23:41:55.755 8 INFO neutron.services.segments.plugin [-] Segment cecaf6ff-84e0-46fc-ae72-3726f32c9c93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cecaf6ff-84e0-46fc-ae72-3726f32c9c93 found for delete ", "request_id": "req-cdee2dc6-f747-4c7a-944d-d599849a5b0b"}]} 2026-06-25 23:41:55.758 8 INFO neutron.services.segments.plugin [-] Segment cecaf6ff-84e0-46fc-ae72-3726f32c9c93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cecaf6ff-84e0-46fc-ae72-3726f32c9c93 found for delete ", "request_id": "req-84e05086-8bb6-4a7c-9572-821f105a2bd4"}]} [pid: 8|app: 0|req: 1611/3059] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:41:55 2026] DELETE /v2.0/networks/5ee67a89-4955-477b-b2b4-777ae92846d3 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3060] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:41:55 2026] DELETE /v2.0/networks/0d227607-0b0f-4b2f-a32f-9773feb8ee54 => 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: 1613/3061] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:41:55 2026] DELETE /v2.0/networks/61e0adbc-55d8-4be0-8c1b-8ffb0490c6b8 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3062] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:41:56 2026] DELETE /v2.0/networks/6642dad3-c498-4f24-9e93-7236c83db6fb => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/3063] 10.0.0.131 () {34 vars in 668 bytes} [Thu Jun 25 23:41:55 2026] POST /v2.0/routers => generated 474 bytes in 658 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3064] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:41:56 2026] DELETE /v2.0/networks/11fee660-0124-46ae-bd9c-a9f3b351f252 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/3065] 10.0.0.131 () {34 vars in 751 bytes} [Thu Jun 25 23:41:56 2026] PUT /v2.0/routers/93ac6dd4-4c0e-46fe-855a-bcc52482dc0b/tags => generated 17 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3066] 10.0.0.131 () {34 vars in 751 bytes} [Thu Jun 25 23:41:56 2026] PUT /v2.0/routers/ca8e6e91-6d35-40a1-9421-e893e7b3acac/tags => generated 25 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/3067] 10.0.0.131 () {34 vars in 751 bytes} [Thu Jun 25 23:41:56 2026] PUT /v2.0/routers/e8363770-6794-47d3-8ae1-f97887e9646e/tags => generated 34 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3068] 10.0.0.131 () {34 vars in 751 bytes} [Thu Jun 25 23:41:56 2026] PUT /v2.0/routers/2a5b2edc-d64b-47e4-98e8-160bc9b3d77a/tags => generated 19 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/3069] 10.0.0.131 () {32 vars in 664 bytes} [Thu Jun 25 23:41:56 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3070] 10.0.0.131 () {32 vars in 678 bytes} [Thu Jun 25 23:41:56 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/3071] 10.0.0.131 () {32 vars in 674 bytes} [Thu Jun 25 23:41:56 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3072] 10.0.0.131 () {32 vars in 686 bytes} [Thu Jun 25 23:41:56 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/3073] 10.0.0.131 () {32 vars in 672 bytes} [Thu Jun 25 23:41:56 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3074] 10.0.0.131 () {32 vars in 686 bytes} [Thu Jun 25 23:41:57 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3075] 10.0.0.131 () {32 vars in 682 bytes} [Thu Jun 25 23:41:57 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3076] 10.0.0.131 () {32 vars in 694 bytes} [Thu Jun 25 23:41:57 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/3077] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:41:57 2026] GET /v2.0/security-groups?tenant_id=123e41f422da4922b5ef6af6ef0b2284&name=default => generated 2929 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3078] 10.0.0.131 () {32 vars in 721 bytes} [Thu Jun 25 23:41:57 2026] GET /v2.0/routers/93ac6dd4-4c0e-46fe-855a-bcc52482dc0b => generated 485 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/3079] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:41:57 2026] DELETE /v2.0/security-groups/07122e8c-d5aa-4a3b-8f50-6ae4a3855493 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/3080] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:41:57 2026] GET /v2.0/security-groups?tenant_id=8b190290946f4c4dab5a9b569dcbbc09&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/3081] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:41:57 2026] DELETE /v2.0/security-groups/44ac6ef5-3bc4-43e6-b918-cde13da426b1 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:41:57.796 8 INFO neutron.services.segments.plugin [-] Segment e3f65bb3-cfe0-4ea7-8153-8c0cf7083fee resource provider aggregate not found 2026-06-25 23:41:57.796 8 INFO neutron.services.segments.plugin [-] Segment e3f65bb3-cfe0-4ea7-8153-8c0cf7083fee resource provider aggregate not found 2026-06-25 23:41:57.819 8 INFO neutron.services.segments.plugin [-] Segment e3f65bb3-cfe0-4ea7-8153-8c0cf7083fee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3f65bb3-cfe0-4ea7-8153-8c0cf7083fee found for delete ", "request_id": "req-cd76969d-1f73-41b4-9aa1-039f21b6524c"}]} 2026-06-25 23:41:57.825 8 INFO neutron.services.segments.plugin [-] Segment e3f65bb3-cfe0-4ea7-8153-8c0cf7083fee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3f65bb3-cfe0-4ea7-8153-8c0cf7083fee found for delete ", "request_id": "req-19eb56cd-23a1-45ab-a8ae-75b914b2f67c"}]} 2026-06-25 23:41:57.836 8 INFO neutron.services.segments.plugin [-] Segment 805e0a58-bfca-4d8f-9c92-0140d6bfc5cc resource provider aggregate not found 2026-06-25 23:41:57.844 8 INFO neutron.services.segments.plugin [-] Segment 805e0a58-bfca-4d8f-9c92-0140d6bfc5cc resource provider aggregate not found 2026-06-25 23:41:57.850 8 INFO neutron.services.segments.plugin [-] Segment 805e0a58-bfca-4d8f-9c92-0140d6bfc5cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 805e0a58-bfca-4d8f-9c92-0140d6bfc5cc found for delete ", "request_id": "req-24dadd92-430c-490f-966d-bbf9792f8f27"}]} 2026-06-25 23:41:57.868 8 INFO neutron.services.segments.plugin [-] Segment 805e0a58-bfca-4d8f-9c92-0140d6bfc5cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 805e0a58-bfca-4d8f-9c92-0140d6bfc5cc found for delete ", "request_id": "req-512a3206-ab8d-44a5-80b2-d8c1609f3588"}]} 2026-06-25 23:41:57.871 8 INFO neutron.services.segments.plugin [-] Segment 611dba8a-e42c-4187-b24d-82ca400f43d3 resource provider aggregate not found 2026-06-25 23:41:57.892 8 INFO neutron.services.segments.plugin [-] Segment 611dba8a-e42c-4187-b24d-82ca400f43d3 resource provider aggregate not found 2026-06-25 23:41:57.893 8 INFO neutron.services.segments.plugin [-] Segment 611dba8a-e42c-4187-b24d-82ca400f43d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 611dba8a-e42c-4187-b24d-82ca400f43d3 found for delete ", "request_id": "req-aee434a8-ce09-4fc8-b4ec-3563d7ef1f7a"}]} [pid: 7|app: 0|req: 1459/3082] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:41:57 2026] GET /v2.0/security-groups?tenant_id=ebebe50ac8864124a33b95d2a2476262&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:41:57.915 8 INFO neutron.services.segments.plugin [-] Segment 611dba8a-e42c-4187-b24d-82ca400f43d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 611dba8a-e42c-4187-b24d-82ca400f43d3 found for delete ", "request_id": "req-002ef964-2c28-45c8-8818-0bc88c895e91"}]} 2026-06-25 23:41:57.916 8 INFO neutron.services.segments.plugin [-] Segment 429d73fb-e00d-4977-a403-b4e22510e201 resource provider aggregate not found [pid: 8|app: 0|req: 1624/3083] 10.0.0.131 () {34 vars in 742 bytes} [Thu Jun 25 23:41:57 2026] PUT /v2.0/routers/93ac6dd4-4c0e-46fe-855a-bcc52482dc0b => generated 485 bytes in 618 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:41:57.937 8 INFO neutron.services.segments.plugin [-] Segment 429d73fb-e00d-4977-a403-b4e22510e201 resource provider aggregate not found 2026-06-25 23:41:57.943 8 INFO neutron.services.segments.plugin [-] Segment 429d73fb-e00d-4977-a403-b4e22510e201 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 429d73fb-e00d-4977-a403-b4e22510e201 found for delete ", "request_id": "req-781a8fa5-f7b0-4d58-86f5-6cd5daab8451"}]} 2026-06-25 23:41:57.963 8 INFO neutron.services.segments.plugin [-] Segment 429d73fb-e00d-4977-a403-b4e22510e201 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 429d73fb-e00d-4977-a403-b4e22510e201 found for delete ", "request_id": "req-c57939ad-e876-401e-a650-b3cfbae612c3"}]} [pid: 8|app: 0|req: 1625/3084] 10.0.0.131 () {32 vars in 736 bytes} [Thu Jun 25 23:41:57 2026] GET /v2.0/ports?device_id=93ac6dd4-4c0e-46fe-855a-bcc52482dc0b => 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: 1460/3085] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:41:57 2026] DELETE /v2.0/security-groups/ed4d8893-d583-42ff-8655-9ae31555f398 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:41:58.128 8 INFO neutron_taas.services.taas.taas_plugin [None req-b4e1d063-2007-43e4-b2f9-a1707a24054c 7982895f69a6480f8b704193e4a7bf2a 99f420421c764778b087f071c2df419a - - default default] TaaS: Handle Delete Port: aeb32dd6-2943-4506-9b12-d114fc2cd355 2026-06-25 23:41:58.130 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4e1d063-2007-43e4-b2f9-a1707a24054c 7982895f69a6480f8b704193e4a7bf2a 99f420421c764778b087f071c2df419a - - default default] Tap Mirror: Handle Delete Port: aeb32dd6-2943-4506-9b12-d114fc2cd355 [pid: 8|app: 0|req: 1626/3086] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:41:57 2026] DELETE /v2.0/routers/93ac6dd4-4c0e-46fe-855a-bcc52482dc0b => generated 0 bytes in 341 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/3087] 10.0.0.131 () {32 vars in 721 bytes} [Thu Jun 25 23:41:58 2026] GET /v2.0/routers/ca8e6e91-6d35-40a1-9421-e893e7b3acac => generated 493 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3088] 10.0.0.131 () {34 vars in 742 bytes} [Thu Jun 25 23:41:58 2026] PUT /v2.0/routers/ca8e6e91-6d35-40a1-9421-e893e7b3acac => generated 493 bytes in 539 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/3089] 10.0.0.131 () {32 vars in 736 bytes} [Thu Jun 25 23:41:58 2026] GET /v2.0/ports?device_id=ca8e6e91-6d35-40a1-9421-e893e7b3acac => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:41:59.100 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef308263-ccfd-45ee-8dbd-230c3e36f702 7982895f69a6480f8b704193e4a7bf2a 99f420421c764778b087f071c2df419a - - default default] TaaS: Handle Delete Port: ec0ee310-7a36-4b57-8a9b-bbf4ef583dab 2026-06-25 23:41:59.103 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef308263-ccfd-45ee-8dbd-230c3e36f702 7982895f69a6480f8b704193e4a7bf2a 99f420421c764778b087f071c2df419a - - default default] Tap Mirror: Handle Delete Port: ec0ee310-7a36-4b57-8a9b-bbf4ef583dab [pid: 8|app: 0|req: 1628/3090] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:41:58 2026] DELETE /v2.0/routers/ca8e6e91-6d35-40a1-9421-e893e7b3acac => generated 0 bytes in 360 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/3091] 10.0.0.131 () {32 vars in 721 bytes} [Thu Jun 25 23:41:59 2026] GET /v2.0/routers/e8363770-6794-47d3-8ae1-f97887e9646e => generated 502 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3092] 10.0.0.131 () {34 vars in 742 bytes} [Thu Jun 25 23:41:59 2026] PUT /v2.0/routers/e8363770-6794-47d3-8ae1-f97887e9646e => generated 502 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/3093] 10.0.0.131 () {32 vars in 736 bytes} [Thu Jun 25 23:41:59 2026] GET /v2.0/ports?device_id=e8363770-6794-47d3-8ae1-f97887e9646e => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:42:00.015 8 INFO neutron_taas.services.taas.taas_plugin [None req-d502dc3e-633a-458a-a8b2-dd52ea4bbfed 7982895f69a6480f8b704193e4a7bf2a 99f420421c764778b087f071c2df419a - - default default] TaaS: Handle Delete Port: 5f24b2ad-7b4b-4154-8991-8925f67a8bf2 2026-06-25 23:42:00.019 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d502dc3e-633a-458a-a8b2-dd52ea4bbfed 7982895f69a6480f8b704193e4a7bf2a 99f420421c764778b087f071c2df419a - - default default] Tap Mirror: Handle Delete Port: 5f24b2ad-7b4b-4154-8991-8925f67a8bf2 [pid: 8|app: 0|req: 1630/3094] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:41:59 2026] DELETE /v2.0/routers/e8363770-6794-47d3-8ae1-f97887e9646e => generated 0 bytes in 387 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/3095] 10.0.0.131 () {32 vars in 721 bytes} [Thu Jun 25 23:42:00 2026] GET /v2.0/routers/2a5b2edc-d64b-47e4-98e8-160bc9b3d77a => generated 487 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3096] 10.0.0.131 () {34 vars in 742 bytes} [Thu Jun 25 23:42:00 2026] PUT /v2.0/routers/2a5b2edc-d64b-47e4-98e8-160bc9b3d77a => generated 487 bytes in 566 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/3097] 10.0.0.131 () {32 vars in 736 bytes} [Thu Jun 25 23:42:00 2026] GET /v2.0/ports?device_id=2a5b2edc-d64b-47e4-98e8-160bc9b3d77a => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:42:01.086 8 INFO neutron_taas.services.taas.taas_plugin [None req-80fe253a-b0ad-4955-9673-1c3e1d1c3bee 7982895f69a6480f8b704193e4a7bf2a 99f420421c764778b087f071c2df419a - - default default] TaaS: Handle Delete Port: 3fd039c5-36d6-4bfa-8a08-3f8934faa53e 2026-06-25 23:42:01.090 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80fe253a-b0ad-4955-9673-1c3e1d1c3bee 7982895f69a6480f8b704193e4a7bf2a 99f420421c764778b087f071c2df419a - - default default] Tap Mirror: Handle Delete Port: 3fd039c5-36d6-4bfa-8a08-3f8934faa53e 2026-06-25 23:42:01.292 7 INFO neutron.db.segments_db [None req-4b7e0ce5-3f68-4209-8d60-36040287b7d7 97256db53724460c9a38fbf7558431ef 03328b72b8644ec29f34c19c7ce9e5b0 - - default default] Added segment b8446acb-4c53-4555-8cfe-67a71d73a46b of type vxlan for network d9201bdf-7304-40a2-a75b-e9f70313d322 [pid: 8|app: 0|req: 1632/3098] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:42:00 2026] DELETE /v2.0/routers/2a5b2edc-d64b-47e4-98e8-160bc9b3d77a => generated 0 bytes in 378 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3099] 10.0.0.131 () {32 vars in 721 bytes} [Thu Jun 25 23:42:01 2026] GET /v2.0/routers/9982ec4f-21ca-4be2-8279-5ac696d2017e => generated 480 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/3100] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:42:01 2026] POST /v2.0/networks => generated 631 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/3101] 10.0.0.131 () {34 vars in 664 bytes} [Thu Jun 25 23:42:01 2026] POST /v2.0/ports => generated 743 bytes in 354 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: 1469/3102] 10.0.0.131 () {34 vars in 747 bytes} [Thu Jun 25 23:42:01 2026] PUT /v2.0/ports/a5809ca8-1881-47ed-8a69-bc4a2265be8f/tags => generated 25 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1470/3103] 10.0.0.131 () {32 vars in 727 bytes} [Thu Jun 25 23:42:01 2026] GET /v2.0/ports/a5809ca8-1881-47ed-8a69-bc4a2265be8f/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1634/3104] 10.0.0.131 () {34 vars in 742 bytes} [Thu Jun 25 23:42:01 2026] PUT /v2.0/routers/9982ec4f-21ca-4be2-8279-5ac696d2017e => generated 480 bytes in 560 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3105] 10.0.0.131 () {32 vars in 736 bytes} [Thu Jun 25 23:42:01 2026] GET /v2.0/ports?device_id=9982ec4f-21ca-4be2-8279-5ac696d2017e => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/3106] 10.0.0.131 () {34 vars in 758 bytes} [Thu Jun 25 23:42:01 2026] PUT /v2.0/ports/a5809ca8-1881-47ed-8a69-bc4a2265be8f/tags/green => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1472/3107] 10.0.0.131 () {32 vars in 727 bytes} [Thu Jun 25 23:42:01 2026] GET /v2.0/ports/a5809ca8-1881-47ed-8a69-bc4a2265be8f/tags => generated 34 bytes in 41 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: 1473/3108] 10.0.0.131 () {34 vars in 754 bytes} [Thu Jun 25 23:42:02 2026] PUT /v2.0/ports/a5809ca8-1881-47ed-8a69-bc4a2265be8f/tags/red => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-25 23:42:02.092 8 INFO neutron_taas.services.taas.taas_plugin [None req-0fe0ff02-6ad9-4bc8-9cd7-2d69bd5260a0 7982895f69a6480f8b704193e4a7bf2a 99f420421c764778b087f071c2df419a - - default default] TaaS: Handle Delete Port: e3a08433-de31-4c29-810c-0de12a89ff6c 2026-06-25 23:42:02.097 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0fe0ff02-6ad9-4bc8-9cd7-2d69bd5260a0 7982895f69a6480f8b704193e4a7bf2a 99f420421c764778b087f071c2df419a - - default default] Tap Mirror: Handle Delete Port: e3a08433-de31-4c29-810c-0de12a89ff6c [pid: 7|app: 0|req: 1474/3109] 10.0.0.131 () {32 vars in 727 bytes} [Thu Jun 25 23:42:02 2026] GET /v2.0/ports/a5809ca8-1881-47ed-8a69-bc4a2265be8f/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1475/3110] 10.0.0.131 () {34 vars in 776 bytes} [Thu Jun 25 23:42:02 2026] PUT /v2.0/ports/a5809ca8-1881-47ed-8a69-bc4a2265be8f/tags/black.or.white => generated 4 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1476/3111] 10.0.0.131 () {32 vars in 727 bytes} [Thu Jun 25 23:42:02 2026] GET /v2.0/ports/a5809ca8-1881-47ed-8a69-bc4a2265be8f/tags => generated 52 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, ' 2026-06-25 23:42:02.419 8 INFO neutron.services.segments.plugin [-] Segment a54dd336-9bb8-465a-aa8d-8c132b56d34e resource provider aggregate not found 2026-06-25 23:42:02.426 8 INFO neutron.services.segments.plugin [-] Segment a54dd336-9bb8-465a-aa8d-8c132b56d34e resource provider aggregate not found [pid: 7|app: 0|req: 1477/3112] 10.0.0.131 () {34 vars in 747 bytes} [Thu Jun 25 23:42:02 2026] PUT /v2.0/ports/a5809ca8-1881-47ed-8a69-bc4a2265be8f/tags => generated 37 bytes in 100 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-25 23:42:02.446 8 INFO neutron.services.segments.plugin [-] Segment a54dd336-9bb8-465a-aa8d-8c132b56d34e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a54dd336-9bb8-465a-aa8d-8c132b56d34e found for delete ", "request_id": "req-ec03ff21-f13c-40f3-87a3-759706d0cdbd"}]} 2026-06-25 23:42:02.450 8 INFO neutron.db.l3_hamode_db [None req-0fe0ff02-6ad9-4bc8-9cd7-2d69bd5260a0 7982895f69a6480f8b704193e4a7bf2a 99f420421c764778b087f071c2df419a - - default default] HA network 832a41f4-495e-46b8-a2d5-27c1fcaa9c70 was deleted as no HA routers are present in tenant 99f420421c764778b087f071c2df419a. 2026-06-25 23:42:02.452 8 INFO neutron.services.segments.plugin [-] Segment a54dd336-9bb8-465a-aa8d-8c132b56d34e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a54dd336-9bb8-465a-aa8d-8c132b56d34e found for delete ", "request_id": "req-ff562927-3fb8-4a85-a696-04ca59d51dc6"}]} [pid: 8|app: 0|req: 1636/3113] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:42:01 2026] DELETE /v2.0/routers/9982ec4f-21ca-4be2-8279-5ac696d2017e => generated 0 bytes in 509 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/3114] 10.0.0.131 () {32 vars in 727 bytes} [Thu Jun 25 23:42:02 2026] GET /v2.0/ports/a5809ca8-1881-47ed-8a69-bc4a2265be8f/tags => generated 37 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3115] 10.0.0.131 () {32 vars in 735 bytes} [Thu Jun 25 23:42:02 2026] GET /v2.0/ports/a5809ca8-1881-47ed-8a69-bc4a2265be8f/tags/red => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-25 23:42:02.650 7 INFO neutron.api.v2.resource [None req-647f7f18-f561-4883-8b49-af5b3f366040 97256db53724460c9a38fbf7558431ef 03328b72b8644ec29f34c19c7ce9e5b0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1479/3116] 10.0.0.131 () {32 vars in 739 bytes} [Thu Jun 25 23:42:02 2026] GET /v2.0/ports/a5809ca8-1881-47ed-8a69-bc4a2265be8f/tags/green => generated 99 bytes in 61 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: 1638/3117] 10.0.0.131 () {32 vars in 738 bytes} [Thu Jun 25 23:42:02 2026] DELETE /v2.0/ports/a5809ca8-1881-47ed-8a69-bc4a2265be8f/tags/red => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1480/3118] 10.0.0.131 () {32 vars in 727 bytes} [Thu Jun 25 23:42:02 2026] GET /v2.0/ports/a5809ca8-1881-47ed-8a69-bc4a2265be8f/tags => generated 30 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-25 23:42:02.824 8 INFO neutron.api.v2.resource [None req-c43e96bb-52da-417a-b988-fc1960c0fd18 97256db53724460c9a38fbf7558431ef 03328b72b8644ec29f34c19c7ce9e5b0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1639/3119] 10.0.0.131 () {32 vars in 742 bytes} [Thu Jun 25 23:42:02 2026] DELETE /v2.0/ports/a5809ca8-1881-47ed-8a69-bc4a2265be8f/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1481/3120] 10.0.0.131 () {32 vars in 730 bytes} [Thu Jun 25 23:42:02 2026] DELETE /v2.0/ports/a5809ca8-1881-47ed-8a69-bc4a2265be8f/tags => generated 0 bytes in 67 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: 1640/3121] 10.0.0.131 () {32 vars in 727 bytes} [Thu Jun 25 23:42:02 2026] GET /v2.0/ports/a5809ca8-1881-47ed-8a69-bc4a2265be8f/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, ' 2026-06-25 23:42:03.054 7 INFO neutron_taas.services.taas.taas_plugin [None req-d0a1b5a3-d468-4f6c-97b1-045e5c7c654e 97256db53724460c9a38fbf7558431ef 03328b72b8644ec29f34c19c7ce9e5b0 - - default default] TaaS: Handle Delete Port: a5809ca8-1881-47ed-8a69-bc4a2265be8f 2026-06-25 23:42:03.057 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0a1b5a3-d468-4f6c-97b1-045e5c7c654e 97256db53724460c9a38fbf7558431ef 03328b72b8644ec29f34c19c7ce9e5b0 - - default default] Tap Mirror: Handle Delete Port: a5809ca8-1881-47ed-8a69-bc4a2265be8f [pid: 7|app: 0|req: 1482/3122] 10.0.0.131 () {32 vars in 720 bytes} [Thu Jun 25 23:42:02 2026] DELETE /v2.0/ports/a5809ca8-1881-47ed-8a69-bc4a2265be8f => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1641/3123] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:42:03 2026] DELETE /v2.0/networks/d9201bdf-7304-40a2-a75b-e9f70313d322 => 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: 1483/3124] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:42:03 2026] GET /v2.0/security-groups?tenant_id=58633539c36d4daf805f3279ce94be01&name=default => generated 2929 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3125] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:42:03 2026] DELETE /v2.0/security-groups/10d1773a-0c5e-43db-a7c2-597d14d5bc15 => 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: 1484/3126] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:42:03 2026] GET /v2.0/security-groups?tenant_id=f68dfc9d54764b5c84893218f1578267&name=default => generated 2929 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3127] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:42:03 2026] DELETE /v2.0/security-groups/ce6f42f0-0fac-4091-b3e7-5332f93b1afe => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/3128] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:42:03 2026] GET /v2.0/security-groups?tenant_id=d560511da9b74f6e80bb27135e51985d&name=default => generated 2929 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3129] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:42:03 2026] GET /v2.0/security-groups?tenant_id=99f420421c764778b087f071c2df419a&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/3130] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:42:04 2026] DELETE /v2.0/security-groups/1f52e79f-30be-4d9a-8cd2-c0c5c1fa34b0 => 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: 1645/3131] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:42:04 2026] DELETE /v2.0/security-groups/6cb8d788-372d-4898-a41b-5ae16e192c19 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/3132] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:42:04 2026] GET /v2.0/security-groups?tenant_id=03328b72b8644ec29f34c19c7ce9e5b0&name=default => generated 2929 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:42:04.473 8 INFO neutron.services.segments.plugin [-] Segment b8446acb-4c53-4555-8cfe-67a71d73a46b resource provider aggregate not found 2026-06-25 23:42:04.474 8 INFO neutron.services.segments.plugin [-] Segment b8446acb-4c53-4555-8cfe-67a71d73a46b resource provider aggregate not found 2026-06-25 23:42:04.493 8 INFO neutron.services.segments.plugin [-] Segment b8446acb-4c53-4555-8cfe-67a71d73a46b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8446acb-4c53-4555-8cfe-67a71d73a46b found for delete ", "request_id": "req-86666770-8db5-4ac1-889f-de1a40526c6f"}]} 2026-06-25 23:42:04.495 8 INFO neutron.services.segments.plugin [-] Segment b8446acb-4c53-4555-8cfe-67a71d73a46b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8446acb-4c53-4555-8cfe-67a71d73a46b found for delete ", "request_id": "req-7d81002a-e851-41cb-9f47-15cc197e7839"}]} [pid: 8|app: 0|req: 1646/3133] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:42:04 2026] DELETE /v2.0/security-groups/3b759fdf-bde5-44c4-9ceb-254e92a65ea3 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3134] 10.0.0.131 () {34 vars in 684 bytes} [Thu Jun 25 23:42:08 2026] POST /v2.0/security-groups => generated 1603 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3135] 10.0.0.131 () {34 vars in 684 bytes} [Thu Jun 25 23:42:08 2026] POST /v2.0/security-groups => generated 1603 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/3136] 10.0.0.131 () {34 vars in 684 bytes} [Thu Jun 25 23:42:08 2026] POST /v2.0/security-groups => generated 1603 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3137] 10.0.0.131 () {34 vars in 684 bytes} [Thu Jun 25 23:42:08 2026] POST /v2.0/security-groups => generated 1603 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3138] 10.0.0.131 () {34 vars in 684 bytes} [Thu Jun 25 23:42:08 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: 8|app: 0|req: 1649/3139] 10.0.0.131 () {34 vars in 767 bytes} [Thu Jun 25 23:42:09 2026] PUT /v2.0/security-groups/6f41b1f2-55fb-4480-bea6-8151d2ee3feb/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3140] 10.0.0.131 () {34 vars in 767 bytes} [Thu Jun 25 23:42:09 2026] PUT /v2.0/security-groups/9218a616-6fc0-4bbd-94a2-09f506be9a0c/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3141] 10.0.0.131 () {34 vars in 767 bytes} [Thu Jun 25 23:42:09 2026] PUT /v2.0/security-groups/e2ef98db-a2dd-4866-b418-ab569000c118/tags => generated 34 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3142] 10.0.0.131 () {34 vars in 767 bytes} [Thu Jun 25 23:42:09 2026] PUT /v2.0/security-groups/2d3b3c14-4b0a-43c4-b39e-5bde6721dca8/tags => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3143] 10.0.0.131 () {32 vars in 680 bytes} [Thu Jun 25 23:42:09 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/3144] 10.0.0.131 () {32 vars in 694 bytes} [Thu Jun 25 23:42:09 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3145] 10.0.0.131 () {32 vars in 690 bytes} [Thu Jun 25 23:42:09 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/3146] 10.0.0.131 () {32 vars in 702 bytes} [Thu Jun 25 23:42:09 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3147] 10.0.0.131 () {32 vars in 688 bytes} [Thu Jun 25 23:42:09 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3148] 10.0.0.131 () {32 vars in 702 bytes} [Thu Jun 25 23:42:09 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3151] 10.0.0.131 () {32 vars in 698 bytes} [Thu Jun 25 23:42:09 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 530 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3152] 10.0.0.131 () {32 vars in 710 bytes} [Thu Jun 25 23:42:10 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3153] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:42:10 2026] DELETE /v2.0/security-groups/6f41b1f2-55fb-4480-bea6-8151d2ee3feb => 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: 1499/3154] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:42:10 2026] DELETE /v2.0/security-groups/9218a616-6fc0-4bbd-94a2-09f506be9a0c => 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: 1656/3155] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:42:10 2026] DELETE /v2.0/security-groups/e2ef98db-a2dd-4866-b418-ab569000c118 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3156] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:42:10 2026] DELETE /v2.0/security-groups/2d3b3c14-4b0a-43c4-b39e-5bde6721dca8 => 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: 1657/3157] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:42:10 2026] DELETE /v2.0/security-groups/5828ea9c-bf92-42de-9d4d-bc77bba0085b => 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: 1501/3158] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:42:11 2026] GET /v2.0/security-groups?tenant_id=ad78aeb534c84d2c858664b64569201c&name=default => generated 2929 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3159] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:42:11 2026] DELETE /v2.0/security-groups/5c86659f-da2f-49d9-91ba-0ef51dcc00bf => 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: 1502/3160] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:42:11 2026] GET /v2.0/security-groups?tenant_id=d5b35d3a52044ac2bc574923fbffe814&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: 1659/3161] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:42:11 2026] DELETE /v2.0/security-groups/a4974ab2-5d58-4571-b81d-3dfa36c54d23 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3162] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:42:12 2026] GET /v2.0/security-groups?tenant_id=2df538dd84134f278d06ed64badf5d6d&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3163] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:42:12 2026] DELETE /v2.0/security-groups/2ae24909-3698-49f0-bc0e-33aae4327ba7 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3164] 10.0.0.131 () {34 vars in 676 bytes} [Thu Jun 25 23:42:15 2026] POST /v2.0/floatingips => generated 552 bytes in 662 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3165] 10.0.0.131 () {34 vars in 759 bytes} [Thu Jun 25 23:42:15 2026] PUT /v2.0/floatingips/41560ff5-0e03-41c0-8a26-7c06452cd226/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3166] 10.0.0.131 () {32 vars in 739 bytes} [Thu Jun 25 23:42:15 2026] GET /v2.0/floatingips/41560ff5-0e03-41c0-8a26-7c06452cd226/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: 1662/3167] 10.0.0.131 () {34 vars in 770 bytes} [Thu Jun 25 23:42:16 2026] PUT /v2.0/floatingips/41560ff5-0e03-41c0-8a26-7c06452cd226/tags/green => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3168] 10.0.0.131 () {32 vars in 739 bytes} [Thu Jun 25 23:42:16 2026] GET /v2.0/floatingips/41560ff5-0e03-41c0-8a26-7c06452cd226/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3169] 10.0.0.131 () {34 vars in 766 bytes} [Thu Jun 25 23:42:16 2026] PUT /v2.0/floatingips/41560ff5-0e03-41c0-8a26-7c06452cd226/tags/red => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3170] 10.0.0.131 () {32 vars in 739 bytes} [Thu Jun 25 23:42:16 2026] GET /v2.0/floatingips/41560ff5-0e03-41c0-8a26-7c06452cd226/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1664/3171] 10.0.0.131 () {34 vars in 788 bytes} [Thu Jun 25 23:42:16 2026] PUT /v2.0/floatingips/41560ff5-0e03-41c0-8a26-7c06452cd226/tags/black.or.white => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3172] 10.0.0.131 () {32 vars in 739 bytes} [Thu Jun 25 23:42:16 2026] GET /v2.0/floatingips/41560ff5-0e03-41c0-8a26-7c06452cd226/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1665/3173] 10.0.0.131 () {34 vars in 759 bytes} [Thu Jun 25 23:42:16 2026] PUT /v2.0/floatingips/41560ff5-0e03-41c0-8a26-7c06452cd226/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3174] 10.0.0.131 () {32 vars in 739 bytes} [Thu Jun 25 23:42:16 2026] GET /v2.0/floatingips/41560ff5-0e03-41c0-8a26-7c06452cd226/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: 1666/3175] 10.0.0.131 () {32 vars in 747 bytes} [Thu Jun 25 23:42:16 2026] GET /v2.0/floatingips/41560ff5-0e03-41c0-8a26-7c06452cd226/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:42:16.550 7 INFO neutron.api.v2.resource [None req-8ab072b0-ce6e-4ec4-a323-00c196c20c21 55fb1d11593c43ee9381c8686974fdc5 09b85c17033e430c9dd4b7fcb4eb60d5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1510/3176] 10.0.0.131 () {32 vars in 751 bytes} [Thu Jun 25 23:42:16 2026] GET /v2.0/floatingips/41560ff5-0e03-41c0-8a26-7c06452cd226/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: 1667/3177] 10.0.0.131 () {32 vars in 750 bytes} [Thu Jun 25 23:42:16 2026] DELETE /v2.0/floatingips/41560ff5-0e03-41c0-8a26-7c06452cd226/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3178] 10.0.0.131 () {32 vars in 739 bytes} [Thu Jun 25 23:42:16 2026] GET /v2.0/floatingips/41560ff5-0e03-41c0-8a26-7c06452cd226/tags => generated 30 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:42:16.714 8 INFO neutron.api.v2.resource [None req-e29a2a78-1ffd-4e34-b5f2-5ce2939bf385 55fb1d11593c43ee9381c8686974fdc5 09b85c17033e430c9dd4b7fcb4eb60d5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1668/3179] 10.0.0.131 () {32 vars in 754 bytes} [Thu Jun 25 23:42:16 2026] DELETE /v2.0/floatingips/41560ff5-0e03-41c0-8a26-7c06452cd226/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3180] 10.0.0.131 () {32 vars in 742 bytes} [Thu Jun 25 23:42:16 2026] DELETE /v2.0/floatingips/41560ff5-0e03-41c0-8a26-7c06452cd226/tags => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3181] 10.0.0.131 () {32 vars in 739 bytes} [Thu Jun 25 23:42:16 2026] GET /v2.0/floatingips/41560ff5-0e03-41c0-8a26-7c06452cd226/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:42:16.941 7 INFO neutron_taas.services.taas.taas_plugin [None req-f92e0e56-b25a-44c5-a954-5e4297a92035 55fb1d11593c43ee9381c8686974fdc5 09b85c17033e430c9dd4b7fcb4eb60d5 - - default default] TaaS: Handle Delete Port: 735d363e-aefa-479c-b7ca-1d317d565b37 2026-06-25 23:42:16.944 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f92e0e56-b25a-44c5-a954-5e4297a92035 55fb1d11593c43ee9381c8686974fdc5 09b85c17033e430c9dd4b7fcb4eb60d5 - - default default] Tap Mirror: Handle Delete Port: 735d363e-aefa-479c-b7ca-1d317d565b37 [pid: 7|app: 0|req: 1513/3182] 10.0.0.131 () {32 vars in 732 bytes} [Thu Jun 25 23:42:16 2026] DELETE /v2.0/floatingips/41560ff5-0e03-41c0-8a26-7c06452cd226 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1670/3183] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:42:17 2026] GET /v2.0/security-groups?tenant_id=09b85c17033e430c9dd4b7fcb4eb60d5&name=default => generated 2929 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3184] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:42:17 2026] DELETE /v2.0/security-groups/b5120d23-d3a0-4154-bf35-bfaa6c1e0c0a => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1671/3185] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:42:18 2026] GET /v2.0/security-groups?tenant_id=fac8ec30c0e84f61a6d86a1b98eb9bf2&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3186] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:42:18 2026] DELETE /v2.0/security-groups/6c8dec65-de8b-46e3-b158-342cf3f58f2a => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:42:21.649 8 INFO neutron.db.segments_db [None req-ff1fe2bf-c516-4b2c-89be-b734dc4c7b6b 5a476b1bdd0b424f953c5006e696ea95 2769f1833cd84b93bb7e6ddcca5bef71 - - default default] Added segment 03148761-8892-410b-b0e7-93cea61a8a88 of type vxlan for network b29c093c-c2e4-4113-a220-08db197eab22 [pid: 8|app: 0|req: 1672/3187] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:42:21 2026] POST /v2.0/networks => generated 632 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3188] 10.0.0.131 () {34 vars in 753 bytes} [Thu Jun 25 23:42:21 2026] PUT /v2.0/networks/b29c093c-c2e4-4113-a220-08db197eab22/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1673/3189] 10.0.0.131 () {32 vars in 733 bytes} [Thu Jun 25 23:42:21 2026] GET /v2.0/networks/b29c093c-c2e4-4113-a220-08db197eab22/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3190] 10.0.0.131 () {34 vars in 764 bytes} [Thu Jun 25 23:42:21 2026] PUT /v2.0/networks/b29c093c-c2e4-4113-a220-08db197eab22/tags/green => generated 4 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1674/3191] 10.0.0.131 () {32 vars in 733 bytes} [Thu Jun 25 23:42:21 2026] GET /v2.0/networks/b29c093c-c2e4-4113-a220-08db197eab22/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: 1518/3192] 10.0.0.131 () {34 vars in 760 bytes} [Thu Jun 25 23:42:21 2026] PUT /v2.0/networks/b29c093c-c2e4-4113-a220-08db197eab22/tags/red => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1675/3193] 10.0.0.131 () {32 vars in 733 bytes} [Thu Jun 25 23:42:22 2026] GET /v2.0/networks/b29c093c-c2e4-4113-a220-08db197eab22/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3194] 10.0.0.131 () {34 vars in 782 bytes} [Thu Jun 25 23:42:22 2026] PUT /v2.0/networks/b29c093c-c2e4-4113-a220-08db197eab22/tags/black.or.white => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1676/3195] 10.0.0.131 () {32 vars in 733 bytes} [Thu Jun 25 23:42:22 2026] GET /v2.0/networks/b29c093c-c2e4-4113-a220-08db197eab22/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3196] 10.0.0.131 () {34 vars in 753 bytes} [Thu Jun 25 23:42:22 2026] PUT /v2.0/networks/b29c093c-c2e4-4113-a220-08db197eab22/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: 1677/3197] 10.0.0.131 () {32 vars in 733 bytes} [Thu Jun 25 23:42:22 2026] GET /v2.0/networks/b29c093c-c2e4-4113-a220-08db197eab22/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: 1521/3198] 10.0.0.131 () {32 vars in 741 bytes} [Thu Jun 25 23:42:22 2026] GET /v2.0/networks/b29c093c-c2e4-4113-a220-08db197eab22/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:42:22.392 8 INFO neutron.api.v2.resource [None req-a0e96963-5ae4-4d79-af7f-556ce4bcd782 5a476b1bdd0b424f953c5006e696ea95 2769f1833cd84b93bb7e6ddcca5bef71 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1678/3199] 10.0.0.131 () {32 vars in 745 bytes} [Thu Jun 25 23:42:22 2026] GET /v2.0/networks/b29c093c-c2e4-4113-a220-08db197eab22/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: 1522/3200] 10.0.0.131 () {32 vars in 744 bytes} [Thu Jun 25 23:42:22 2026] DELETE /v2.0/networks/b29c093c-c2e4-4113-a220-08db197eab22/tags/red => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3201] 10.0.0.131 () {32 vars in 733 bytes} [Thu Jun 25 23:42:22 2026] GET /v2.0/networks/b29c093c-c2e4-4113-a220-08db197eab22/tags => generated 30 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:42:22.561 7 INFO neutron.api.v2.resource [None req-b7d8e64f-27cc-4ff8-9db7-cb989a7d4dab 5a476b1bdd0b424f953c5006e696ea95 2769f1833cd84b93bb7e6ddcca5bef71 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1523/3202] 10.0.0.131 () {32 vars in 748 bytes} [Thu Jun 25 23:42:22 2026] DELETE /v2.0/networks/b29c093c-c2e4-4113-a220-08db197eab22/tags/green => generated 99 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1680/3203] 10.0.0.131 () {32 vars in 736 bytes} [Thu Jun 25 23:42:22 2026] DELETE /v2.0/networks/b29c093c-c2e4-4113-a220-08db197eab22/tags => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3204] 10.0.0.131 () {32 vars in 733 bytes} [Thu Jun 25 23:42:22 2026] GET /v2.0/networks/b29c093c-c2e4-4113-a220-08db197eab22/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:42:22.808 8 INFO neutron.services.segments.plugin [-] Segment 03148761-8892-410b-b0e7-93cea61a8a88 resource provider aggregate not found 2026-06-25 23:42:22.812 8 INFO neutron.services.segments.plugin [-] Segment 03148761-8892-410b-b0e7-93cea61a8a88 resource provider aggregate not found 2026-06-25 23:42:22.828 8 INFO neutron.services.segments.plugin [-] Segment 03148761-8892-410b-b0e7-93cea61a8a88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03148761-8892-410b-b0e7-93cea61a8a88 found for delete ", "request_id": "req-ba40216e-d6c1-493c-ab4d-0ec01a35cf67"}]} 2026-06-25 23:42:22.834 8 INFO neutron.services.segments.plugin [-] Segment 03148761-8892-410b-b0e7-93cea61a8a88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03148761-8892-410b-b0e7-93cea61a8a88 found for delete ", "request_id": "req-91d20b4e-f614-44de-8752-d1f504bcf906"}]} [pid: 8|app: 0|req: 1681/3205] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:42:22 2026] DELETE /v2.0/networks/b29c093c-c2e4-4113-a220-08db197eab22 => 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: 1525/3206] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:42:23 2026] GET /v2.0/security-groups?tenant_id=2769f1833cd84b93bb7e6ddcca5bef71&name=default => generated 2929 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1682/3207] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:42:23 2026] DELETE /v2.0/security-groups/94dec5f5-01a9-472f-a26e-8dfef80d5992 => 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: 1526/3208] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:42:23 2026] GET /v2.0/security-groups?tenant_id=a423f853d34a496ab903b3d16b2a8c32&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1683/3209] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:42:23 2026] DELETE /v2.0/security-groups/aa5128a2-81fd-4cc7-87dc-6887a871348c => 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: 1685/3212] 10.0.0.131 () {34 vars in 678 bytes} [Thu Jun 25 23:42:27 2026] POST /v2.0/qos/policies => generated 359 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3213] 10.0.0.131 () {34 vars in 753 bytes} [Thu Jun 25 23:42:27 2026] PUT /v2.0/policies/b8cba0c3-5c7d-430c-b0d6-11223fe5921e/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1686/3214] 10.0.0.131 () {32 vars in 733 bytes} [Thu Jun 25 23:42:27 2026] GET /v2.0/policies/b8cba0c3-5c7d-430c-b0d6-11223fe5921e/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: 1529/3215] 10.0.0.131 () {34 vars in 764 bytes} [Thu Jun 25 23:42:27 2026] PUT /v2.0/policies/b8cba0c3-5c7d-430c-b0d6-11223fe5921e/tags/green => 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: 1687/3216] 10.0.0.131 () {32 vars in 733 bytes} [Thu Jun 25 23:42:27 2026] GET /v2.0/policies/b8cba0c3-5c7d-430c-b0d6-11223fe5921e/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: 1530/3217] 10.0.0.131 () {34 vars in 760 bytes} [Thu Jun 25 23:42:27 2026] PUT /v2.0/policies/b8cba0c3-5c7d-430c-b0d6-11223fe5921e/tags/red => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1688/3218] 10.0.0.131 () {32 vars in 733 bytes} [Thu Jun 25 23:42:27 2026] GET /v2.0/policies/b8cba0c3-5c7d-430c-b0d6-11223fe5921e/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: 1531/3219] 10.0.0.131 () {34 vars in 782 bytes} [Thu Jun 25 23:42:27 2026] PUT /v2.0/policies/b8cba0c3-5c7d-430c-b0d6-11223fe5921e/tags/black.or.white => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1689/3220] 10.0.0.131 () {32 vars in 733 bytes} [Thu Jun 25 23:42:27 2026] GET /v2.0/policies/b8cba0c3-5c7d-430c-b0d6-11223fe5921e/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3221] 10.0.0.131 () {34 vars in 753 bytes} [Thu Jun 25 23:42:27 2026] PUT /v2.0/policies/b8cba0c3-5c7d-430c-b0d6-11223fe5921e/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: 1690/3222] 10.0.0.131 () {32 vars in 733 bytes} [Thu Jun 25 23:42:27 2026] GET /v2.0/policies/b8cba0c3-5c7d-430c-b0d6-11223fe5921e/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3223] 10.0.0.131 () {32 vars in 741 bytes} [Thu Jun 25 23:42:27 2026] GET /v2.0/policies/b8cba0c3-5c7d-430c-b0d6-11223fe5921e/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:42:27.799 8 INFO neutron.api.v2.resource [None req-2745a1c1-39b9-4527-b124-70074417efba d2880fdb8a4e483fa65451a92d07cb15 1964d0628d594dbf8f888abac63460fe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1691/3224] 10.0.0.131 () {32 vars in 745 bytes} [Thu Jun 25 23:42:27 2026] GET /v2.0/policies/b8cba0c3-5c7d-430c-b0d6-11223fe5921e/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3225] 10.0.0.131 () {32 vars in 744 bytes} [Thu Jun 25 23:42:27 2026] DELETE /v2.0/policies/b8cba0c3-5c7d-430c-b0d6-11223fe5921e/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1692/3226] 10.0.0.131 () {32 vars in 733 bytes} [Thu Jun 25 23:42:27 2026] GET /v2.0/policies/b8cba0c3-5c7d-430c-b0d6-11223fe5921e/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:42:27.933 7 INFO neutron.api.v2.resource [None req-b68c4150-b880-48e9-b20f-889bf6146b10 d2880fdb8a4e483fa65451a92d07cb15 1964d0628d594dbf8f888abac63460fe - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1535/3227] 10.0.0.131 () {32 vars in 748 bytes} [Thu Jun 25 23:42:27 2026] DELETE /v2.0/policies/b8cba0c3-5c7d-430c-b0d6-11223fe5921e/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1693/3228] 10.0.0.131 () {32 vars in 736 bytes} [Thu Jun 25 23:42:27 2026] DELETE /v2.0/policies/b8cba0c3-5c7d-430c-b0d6-11223fe5921e/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3229] 10.0.0.131 () {32 vars in 733 bytes} [Thu Jun 25 23:42:27 2026] GET /v2.0/policies/b8cba0c3-5c7d-430c-b0d6-11223fe5921e/tags => 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: 1694/3230] 10.0.0.131 () {32 vars in 734 bytes} [Thu Jun 25 23:42:28 2026] DELETE /v2.0/qos/policies/b8cba0c3-5c7d-430c-b0d6-11223fe5921e => 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: 1537/3231] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:42:28 2026] GET /v2.0/security-groups?tenant_id=1964d0628d594dbf8f888abac63460fe&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: 1695/3232] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:42:28 2026] DELETE /v2.0/security-groups/d2d9606b-e51d-4e59-ba11-fb8c248befc3 => 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: 1538/3233] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:42:29 2026] GET /v2.0/security-groups?tenant_id=5472acd2333542c7af5466f7cf5aebe3&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1696/3234] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:42:29 2026] DELETE /v2.0/security-groups/c1e24bc3-41a6-45a1-8f7c-281e473f8bac => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:42:32.530 7 INFO neutron.db.segments_db [None req-f8814203-0599-49ed-b730-730d374e77de 647eabd9c7ac4c768cb021d13acbf373 fad3c54fe9d24c8787754f1681002092 - - default default] Added segment 654efc31-015d-4230-8a4d-1be20a5661ce of type vxlan for network a355efca-fe74-49c4-a659-4db595635e36 [pid: 7|app: 0|req: 1539/3235] 10.0.0.131 () {34 vars in 670 bytes} [Thu Jun 25 23:42:32 2026] POST /v2.0/networks => generated 632 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1697/3236] 10.0.0.131 () {34 vars in 669 bytes} [Thu Jun 25 23:42:32 2026] POST /v2.0/subnets => generated 626 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3237] 10.0.0.131 () {34 vars in 751 bytes} [Thu Jun 25 23:42:32 2026] PUT /v2.0/subnets/2cb469a9-d45f-4f46-950e-3eb0ed1feaf6/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: 1698/3238] 10.0.0.131 () {32 vars in 731 bytes} [Thu Jun 25 23:42:32 2026] GET /v2.0/subnets/2cb469a9-d45f-4f46-950e-3eb0ed1feaf6/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3239] 10.0.0.131 () {34 vars in 762 bytes} [Thu Jun 25 23:42:32 2026] PUT /v2.0/subnets/2cb469a9-d45f-4f46-950e-3eb0ed1feaf6/tags/green => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1699/3240] 10.0.0.131 () {32 vars in 731 bytes} [Thu Jun 25 23:42:33 2026] GET /v2.0/subnets/2cb469a9-d45f-4f46-950e-3eb0ed1feaf6/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3241] 10.0.0.131 () {34 vars in 758 bytes} [Thu Jun 25 23:42:33 2026] PUT /v2.0/subnets/2cb469a9-d45f-4f46-950e-3eb0ed1feaf6/tags/red => 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: 1700/3242] 10.0.0.131 () {32 vars in 731 bytes} [Thu Jun 25 23:42:33 2026] GET /v2.0/subnets/2cb469a9-d45f-4f46-950e-3eb0ed1feaf6/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: 1543/3243] 10.0.0.131 () {34 vars in 780 bytes} [Thu Jun 25 23:42:33 2026] PUT /v2.0/subnets/2cb469a9-d45f-4f46-950e-3eb0ed1feaf6/tags/black.or.white => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1701/3244] 10.0.0.131 () {32 vars in 731 bytes} [Thu Jun 25 23:42:33 2026] GET /v2.0/subnets/2cb469a9-d45f-4f46-950e-3eb0ed1feaf6/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3245] 10.0.0.131 () {34 vars in 751 bytes} [Thu Jun 25 23:42:33 2026] PUT /v2.0/subnets/2cb469a9-d45f-4f46-950e-3eb0ed1feaf6/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: 1702/3246] 10.0.0.131 () {32 vars in 731 bytes} [Thu Jun 25 23:42:33 2026] GET /v2.0/subnets/2cb469a9-d45f-4f46-950e-3eb0ed1feaf6/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3247] 10.0.0.131 () {32 vars in 739 bytes} [Thu Jun 25 23:42:33 2026] GET /v2.0/subnets/2cb469a9-d45f-4f46-950e-3eb0ed1feaf6/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:42:33.496 8 INFO neutron.api.v2.resource [None req-163d4eb7-48b6-42f0-8469-c4faf46011c5 647eabd9c7ac4c768cb021d13acbf373 fad3c54fe9d24c8787754f1681002092 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1703/3248] 10.0.0.131 () {32 vars in 743 bytes} [Thu Jun 25 23:42:33 2026] GET /v2.0/subnets/2cb469a9-d45f-4f46-950e-3eb0ed1feaf6/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3249] 10.0.0.131 () {32 vars in 742 bytes} [Thu Jun 25 23:42:33 2026] DELETE /v2.0/subnets/2cb469a9-d45f-4f46-950e-3eb0ed1feaf6/tags/red => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1704/3250] 10.0.0.131 () {32 vars in 731 bytes} [Thu Jun 25 23:42:33 2026] GET /v2.0/subnets/2cb469a9-d45f-4f46-950e-3eb0ed1feaf6/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:42:33.658 7 INFO neutron.api.v2.resource [None req-bab8ff79-f628-4def-b5e3-67fbf4634bf1 647eabd9c7ac4c768cb021d13acbf373 fad3c54fe9d24c8787754f1681002092 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1547/3251] 10.0.0.131 () {32 vars in 746 bytes} [Thu Jun 25 23:42:33 2026] DELETE /v2.0/subnets/2cb469a9-d45f-4f46-950e-3eb0ed1feaf6/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: 1705/3252] 10.0.0.131 () {32 vars in 734 bytes} [Thu Jun 25 23:42:33 2026] DELETE /v2.0/subnets/2cb469a9-d45f-4f46-950e-3eb0ed1feaf6/tags => 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: 1548/3253] 10.0.0.131 () {32 vars in 731 bytes} [Thu Jun 25 23:42:33 2026] GET /v2.0/subnets/2cb469a9-d45f-4f46-950e-3eb0ed1feaf6/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1706/3254] 10.0.0.131 () {32 vars in 724 bytes} [Thu Jun 25 23:42:33 2026] DELETE /v2.0/subnets/2cb469a9-d45f-4f46-950e-3eb0ed1feaf6 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:42:34.034 7 INFO neutron_taas.services.taas.taas_plugin [None req-323d6177-bb90-4f51-9d4e-7b0e6b6233e3 647eabd9c7ac4c768cb021d13acbf373 fad3c54fe9d24c8787754f1681002092 - - default default] TaaS: Handle Delete Port: 4c5ae3f0-2797-4929-90d2-e5bac388fd86 2026-06-25 23:42:34.040 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-323d6177-bb90-4f51-9d4e-7b0e6b6233e3 647eabd9c7ac4c768cb021d13acbf373 fad3c54fe9d24c8787754f1681002092 - - default default] Tap Mirror: Handle Delete Port: 4c5ae3f0-2797-4929-90d2-e5bac388fd86 2026-06-25 23:42:34.203 7 INFO neutron.services.segments.plugin [-] Segment 654efc31-015d-4230-8a4d-1be20a5661ce resource provider aggregate not found 2026-06-25 23:42:34.212 7 INFO neutron.services.segments.plugin [-] Segment 654efc31-015d-4230-8a4d-1be20a5661ce resource provider aggregate not found 2026-06-25 23:42:34.227 7 INFO neutron.services.segments.plugin [-] Segment 654efc31-015d-4230-8a4d-1be20a5661ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 654efc31-015d-4230-8a4d-1be20a5661ce found for delete ", "request_id": "req-d2780f9b-51c0-49d6-b088-8089ef2b5924"}]} 2026-06-25 23:42:34.229 7 INFO neutron.services.segments.plugin [-] Segment 654efc31-015d-4230-8a4d-1be20a5661ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 654efc31-015d-4230-8a4d-1be20a5661ce found for delete ", "request_id": "req-b2bfa074-6998-413e-9a04-d9ddd07e5b9e"}]} [pid: 7|app: 0|req: 1549/3255] 10.0.0.131 () {32 vars in 726 bytes} [Thu Jun 25 23:42:33 2026] DELETE /v2.0/networks/a355efca-fe74-49c4-a659-4db595635e36 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1707/3256] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:42:34 2026] GET /v2.0/security-groups?tenant_id=fad3c54fe9d24c8787754f1681002092&name=default => generated 2929 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3257] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:42:34 2026] DELETE /v2.0/security-groups/b0f0f9d9-6686-4e8e-8b02-c7804f2d5bc0 => 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: 1708/3258] 10.0.0.131 () {32 vars in 774 bytes} [Thu Jun 25 23:42:35 2026] GET /v2.0/security-groups?tenant_id=159d256e8b0843fa85b1dbe5e08b8c1e&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3259] 10.0.0.131 () {32 vars in 740 bytes} [Thu Jun 25 23:42:35 2026] DELETE /v2.0/security-groups/1a3dd445-6f85-48ff-881c-891ddfa68469 => 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: 1709/3260] 10.0.0.131 () {32 vars in 649 bytes} [Thu Jun 25 23:42:37 2026] GET /v2.0/networks => generated 2168 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3261] 10.0.0.131 () {32 vars in 655 bytes} [Thu Jun 25 23:42:38 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: 1710/3262] 10.0.0.131 () {32 vars in 647 bytes} [Thu Jun 25 23:42:38 2026] GET /v2.0/routers => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3263] 10.0.0.131 () {32 vars in 643 bytes} [Thu Jun 25 23:42:38 2026] GET /v2.0/ports => generated 4725 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1711/3264] 10.0.0.131 () {32 vars in 647 bytes} [Thu Jun 25 23:42:39 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3265] 10.0.0.131 () {32 vars in 649 bytes} [Thu Jun 25 23:42:39 2026] GET /v2.0/networks => generated 2168 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1712/3266] 10.0.0.131 () {32 vars in 663 bytes} [Thu Jun 25 23:42:39 2026] GET /v2.0/security-groups => generated 17401 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3267] 10.0.0.131 () {32 vars in 655 bytes} [Thu Jun 25 23:42:39 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)