+ 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 [Sun Jun 28 20:41:20 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-795d6bcb48-dpvsw 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 0x7f7e90056668 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-28 20:41:25.313 8 INFO neutron.common.config [-] Logging enabled! 2026-06-28 20:41:25.313 8 INFO neutron.common.config [-] uwsgi version 27.0.3.dev18 2026-06-28 20:41:25.347 7 INFO neutron.common.config [-] Logging enabled! 2026-06-28 20:41:25.347 7 INFO neutron.common.config [-] uwsgi version 27.0.3.dev18 2026-06-28 20:41:25.703 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-28 20:41:25.730 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-28 20:41:27.201 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-28 20:41:27.203 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-28 20:41:27.207 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-28 20:41:27.208 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-28 20:41:27.208 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-28 20:41:27.208 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-28 20:41:27.208 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-28 20:41:27.216 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-28 20:41:27.216 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-28 20:41:27.216 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-28 20:41:27.238 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-28 20:41:27.239 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-28 20:41:27.239 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-28 20:41:27.273 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-28 20:41:27.273 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-28 20:41:27.274 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-28 20:41:27.274 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-28 20:41:27.296 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-28 20:41:27.299 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-28 20:41:27.303 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-28 20:41:27.304 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-28 20:41:27.304 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-28 20:41:27.304 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-28 20:41:27.305 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-28 20:41:27.312 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-28 20:41:27.312 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-28 20:41:27.313 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-28 20:41:27.334 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-28 20:41:27.335 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-28 20:41:27.335 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-28 20:41:27.360 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-28 20:41:27.360 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-28 20:41:27.360 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-28 20:41:27.361 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-28 20:41:27.566 7 INFO neutron.plugins.ml2.managers [None req-d14856af-2c0f-4d62-99dc-8c8bb5f71f0d - - - - - -] Initializing driver for type 'vlan' 2026-06-28 20:41:27.667 8 INFO neutron.plugins.ml2.managers [None req-098c559b-cfaf-45a2-82a2-87c6988f41c9 - - - - - -] Initializing driver for type 'vlan' 2026-06-28 20:41:27.835 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-d14856af-2c0f-4d62-99dc-8c8bb5f71f0d - - - - - -] VlanTypeDriver initialization complete 2026-06-28 20:41:27.835 7 INFO neutron.plugins.ml2.managers [None req-d14856af-2c0f-4d62-99dc-8c8bb5f71f0d - - - - - -] Initializing driver for type 'vxlan' 2026-06-28 20:41:27.836 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-d14856af-2c0f-4d62-99dc-8c8bb5f71f0d - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-28 20:41:27.849 7 INFO neutron.plugins.ml2.managers [None req-d14856af-2c0f-4d62-99dc-8c8bb5f71f0d - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-28 20:41:27.850 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-d14856af-2c0f-4d62-99dc-8c8bb5f71f0d - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-28 20:41:27.850 7 INFO neutron.plugins.ml2.managers [None req-d14856af-2c0f-4d62-99dc-8c8bb5f71f0d - - - - - -] Initializing extension driver 'port_security' 2026-06-28 20:41:27.850 7 INFO neutron.plugins.ml2.extensions.port_security [None req-d14856af-2c0f-4d62-99dc-8c8bb5f71f0d - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-28 20:41:27.850 7 INFO neutron.plugins.ml2.managers [None req-d14856af-2c0f-4d62-99dc-8c8bb5f71f0d - - - - - -] Initializing extension driver 'qos' 2026-06-28 20:41:27.850 7 INFO neutron.plugins.ml2.managers [None req-d14856af-2c0f-4d62-99dc-8c8bb5f71f0d - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-28 20:41:27.850 7 INFO neutron.plugins.ml2.managers [None req-d14856af-2c0f-4d62-99dc-8c8bb5f71f0d - - - - - -] Initializing mechanism driver 'l2population' 2026-06-28 20:41:27.865 7 INFO neutron.quota [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded quota_driver: . 2026-06-28 20:41:27.865 7 INFO neutron.plugins.ml2.plugin [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Modular L2 Plugin initialization complete 2026-06-28 20:41:27.865 7 INFO neutron.plugins.ml2.managers [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-28 20:41:27.865 7 INFO neutron.plugins.ml2.managers [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-28 20:41:27.865 7 INFO neutron.plugins.ml2.managers [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-28 20:41:27.866 7 INFO neutron.manager [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loading Plugin: qos 2026-06-28 20:41:27.878 7 INFO neutron.manager [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loading Plugin: router 2026-06-28 20:41:27.918 7 INFO neutron.services.service_base [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-28 20:41:27.918 7 INFO neutron.manager [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loading Plugin: segments 2026-06-28 20:41:27.941 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-098c559b-cfaf-45a2-82a2-87c6988f41c9 - - - - - -] VlanTypeDriver initialization complete 2026-06-28 20:41:27.941 8 INFO neutron.plugins.ml2.managers [None req-098c559b-cfaf-45a2-82a2-87c6988f41c9 - - - - - -] Initializing driver for type 'vxlan' 2026-06-28 20:41:27.941 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-098c559b-cfaf-45a2-82a2-87c6988f41c9 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-28 20:41:27.960 8 INFO neutron.plugins.ml2.managers [None req-098c559b-cfaf-45a2-82a2-87c6988f41c9 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-28 20:41:27.960 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-098c559b-cfaf-45a2-82a2-87c6988f41c9 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-28 20:41:27.960 8 INFO neutron.plugins.ml2.managers [None req-098c559b-cfaf-45a2-82a2-87c6988f41c9 - - - - - -] Initializing extension driver 'port_security' 2026-06-28 20:41:27.961 8 INFO neutron.plugins.ml2.extensions.port_security [None req-098c559b-cfaf-45a2-82a2-87c6988f41c9 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-28 20:41:27.961 8 INFO neutron.plugins.ml2.managers [None req-098c559b-cfaf-45a2-82a2-87c6988f41c9 - - - - - -] Initializing extension driver 'qos' 2026-06-28 20:41:27.961 8 INFO neutron.plugins.ml2.managers [None req-098c559b-cfaf-45a2-82a2-87c6988f41c9 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-28 20:41:27.961 8 INFO neutron.plugins.ml2.managers [None req-098c559b-cfaf-45a2-82a2-87c6988f41c9 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-28 20:41:27.975 8 INFO neutron.quota [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded quota_driver: . 2026-06-28 20:41:27.975 8 INFO neutron.plugins.ml2.plugin [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Modular L2 Plugin initialization complete 2026-06-28 20:41:27.975 8 INFO neutron.plugins.ml2.managers [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-28 20:41:27.975 8 INFO neutron.plugins.ml2.managers [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-28 20:41:27.976 8 INFO neutron.plugins.ml2.managers [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-28 20:41:27.976 8 INFO neutron.manager [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loading Plugin: qos 2026-06-28 20:41:27.990 8 INFO neutron.manager [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loading Plugin: router 2026-06-28 20:41:28.010 7 INFO neutron.manager [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loading Plugin: trunk 2026-06-28 20:41:28.025 7 INFO neutron.manager [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loading Plugin: vpnaas 2026-06-28 20:41:28.032 8 INFO neutron.services.service_base [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-28 20:41:28.032 8 INFO neutron.manager [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loading Plugin: segments 2026-06-28 20:41:28.062 7 WARNING stevedore.named [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-28 20:41:28.130 7 INFO neutron_vpnaas.services.vpn.plugin [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-28 20:41:28.131 7 INFO neutron.common.utils [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-28 20:41:28.131 7 INFO neutron.manager [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loading Plugin: taas 2026-06-28 20:41:28.139 8 INFO neutron.manager [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loading Plugin: trunk 2026-06-28 20:41:28.154 7 WARNING stevedore.named [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-28 20:41:28.154 8 INFO neutron.manager [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loading Plugin: vpnaas 2026-06-28 20:41:28.176 7 INFO neutron_taas.services.taas.taas_plugin [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-28 20:41:28.176 7 INFO neutron.manager [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loading Plugin: tapmirror 2026-06-28 20:41:28.192 8 WARNING stevedore.named [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-28 20:41:28.192 7 WARNING stevedore.named [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-28 20:41:28.206 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-28 20:41:28.206 7 INFO neutron.manager [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loading Plugin: auto_allocate 2026-06-28 20:41:28.216 7 INFO neutron.manager [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loading Plugin: tag 2026-06-28 20:41:28.224 7 INFO neutron.manager [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loading Plugin: timestamp 2026-06-28 20:41:28.227 7 INFO neutron.manager [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loading Plugin: network_ip_availability 2026-06-28 20:41:28.231 7 INFO neutron.manager [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loading Plugin: flavors 2026-06-28 20:41:28.234 7 INFO neutron.manager [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loading Plugin: revisions 2026-06-28 20:41:28.237 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Initializing extension manager. 2026-06-28 20:41:28.238 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: address-group 2026-06-28 20:41:28.239 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: address-scope 2026-06-28 20:41:28.240 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-28 20:41:28.241 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: agent 2026-06-28 20:41:28.242 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: agent-resources-synced 2026-06-28 20:41:28.243 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-28 20:41:28.243 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-28 20:41:28.244 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: availability_zone 2026-06-28 20:41:28.245 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: availability_zone_filter 2026-06-28 20:41:28.245 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-28 20:41:28.246 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: default-subnetpools 2026-06-28 20:41:28.247 8 INFO neutron_vpnaas.services.vpn.plugin [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-28 20:41:28.247 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-28 20:41:28.247 8 INFO neutron.common.utils [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-28 20:41:28.247 8 INFO neutron.manager [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loading Plugin: taas 2026-06-28 20:41:28.248 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: dns-integration 2026-06-28 20:41:28.248 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: dns-domain-ports 2026-06-28 20:41:28.249 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-28 20:41:28.249 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: dvr 2026-06-28 20:41:28.250 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-28 20:41:28.250 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: empty-string-filtering 2026-06-28 20:41:28.251 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-28 20:41:28.251 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-28 20:41:28.252 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: external-net 2026-06-28 20:41:28.252 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-28 20:41:28.253 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: extraroute 2026-06-28 20:41:28.253 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: extraroute-atomic 2026-06-28 20:41:28.254 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-28 20:41:28.255 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-28 20:41:28.256 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-28 20:41:28.257 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-28 20:41:28.257 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: fip-port-details 2026-06-28 20:41:28.258 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: flavors 2026-06-28 20:41:28.259 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-28 20:41:28.260 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: floatingip-pools 2026-06-28 20:41:28.261 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: ip_allocation 2026-06-28 20:41:28.262 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-28 20:41:28.262 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: l2_adjacency 2026-06-28 20:41:28.263 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: router 2026-06-28 20:41:28.265 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-28 20:41:28.266 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-28 20:41:28.266 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-28 20:41:28.267 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: ext-gw-mode 2026-06-28 20:41:28.267 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: l3-ha 2026-06-28 20:41:28.268 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-28 20:41:28.268 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-28 20:41:28.269 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: l3-flavors 2026-06-28 20:41:28.270 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-28 20:41:28.270 8 WARNING stevedore.named [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-28 20:41:28.270 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-28 20:41:28.272 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-28 20:41:28.273 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-28 20:41:28.274 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-28 20:41:28.275 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-28 20:41:28.276 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-28 20:41:28.277 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: multi-provider 2026-06-28 20:41:28.277 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: net-mtu 2026-06-28 20:41:28.278 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: net-mtu-writable 2026-06-28 20:41:28.278 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: network_availability_zone 2026-06-28 20:41:28.279 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: network_ha 2026-06-28 20:41:28.279 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: network-ip-availability 2026-06-28 20:41:28.280 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-28 20:41:28.281 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: pagination 2026-06-28 20:41:28.281 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: port-device-profile 2026-06-28 20:41:28.282 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-28 20:41:28.282 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-28 20:41:28.283 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-28 20:41:28.283 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: port-mac-override 2026-06-28 20:41:28.284 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-28 20:41:28.284 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-28 20:41:28.285 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-28 20:41:28.285 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: port-resource-request 2026-06-28 20:41:28.286 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-28 20:41:28.286 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-28 20:41:28.287 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: binding 2026-06-28 20:41:28.287 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: binding-extended 2026-06-28 20:41:28.288 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: port-security 2026-06-28 20:41:28.288 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: project-id 2026-06-28 20:41:28.289 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: provider 2026-06-28 20:41:28.290 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-28 20:41:28.293 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: qos 2026-06-28 20:41:28.294 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-28 20:41:28.295 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-28 20:41:28.295 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: qos-default 2026-06-28 20:41:28.295 8 INFO neutron_taas.services.taas.taas_plugin [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-28 20:41:28.296 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: qos-fip 2026-06-28 20:41:28.296 8 INFO neutron.manager [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loading Plugin: tapmirror 2026-06-28 20:41:28.296 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-28 20:41:28.297 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-28 20:41:28.297 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-28 20:41:28.298 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-28 20:41:28.298 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-28 20:41:28.299 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: qos-pps 2026-06-28 20:41:28.299 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-28 20:41:28.300 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-28 20:41:28.301 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: qos-rules-alias 2026-06-28 20:41:28.301 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: quota-check-limit 2026-06-28 20:41:28.302 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-28 20:41:28.304 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: quotas 2026-06-28 20:41:28.305 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: quota_details 2026-06-28 20:41:28.306 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: rbac-policies 2026-06-28 20:41:28.307 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: rbac-address-group 2026-06-28 20:41:28.307 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: rbac-address-scope 2026-06-28 20:41:28.308 8 WARNING stevedore.named [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-28 20:41:28.308 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: rbac-security-groups 2026-06-28 20:41:28.308 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-28 20:41:28.309 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: revision-if-match 2026-06-28 20:41:28.309 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-28 20:41:28.310 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: router_availability_zone 2026-06-28 20:41:28.311 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-28 20:41:28.312 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-28 20:41:28.313 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-28 20:41:28.313 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-28 20:41:28.314 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-28 20:41:28.314 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-28 20:41:28.315 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-28 20:41:28.319 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: security-group 2026-06-28 20:41:28.320 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: segment 2026-06-28 20:41:28.321 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-28 20:41:28.321 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: service-type 2026-06-28 20:41:28.322 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-28 20:41:28.322 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: sorting 2026-06-28 20:41:28.322 8 INFO neutron.manager [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loading Plugin: auto_allocate 2026-06-28 20:41:28.323 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: standard-attr-segment 2026-06-28 20:41:28.324 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: standard-attr-description 2026-06-28 20:41:28.324 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: stateful-security-group 2026-06-28 20:41:28.325 7 WARNING neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-28 20:41:28.325 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-28 20:41:28.326 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: subnet-external-network 2026-06-28 20:41:28.326 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: subnet_onboard 2026-06-28 20:41:28.327 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-28 20:41:28.327 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: subnet-service-types 2026-06-28 20:41:28.328 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: subnet_allocation 2026-06-28 20:41:28.329 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-28 20:41:28.329 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: tag-creation 2026-06-28 20:41:28.329 8 INFO neutron.manager [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loading Plugin: tag 2026-06-28 20:41:28.330 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-28 20:41:28.333 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: standard-attr-tag 2026-06-28 20:41:28.334 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-28 20:41:28.335 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: trunk 2026-06-28 20:41:28.335 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: trunk-details 2026-06-28 20:41:28.336 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-28 20:41:28.336 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-28 20:41:28.337 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-28 20:41:28.337 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-28 20:41:28.338 8 INFO neutron.manager [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loading Plugin: timestamp 2026-06-28 20:41:28.339 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-28 20:41:28.340 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-28 20:41:28.341 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: vpn-flavors 2026-06-28 20:41:28.341 8 INFO neutron.manager [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loading Plugin: network_ip_availability 2026-06-28 20:41:28.342 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: vpnaas 2026-06-28 20:41:28.343 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: taas 2026-06-28 20:41:28.344 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: tap-mirror 2026-06-28 20:41:28.345 7 INFO neutron.api.extensions [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-28 20:41:28.345 8 INFO neutron.manager [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loading Plugin: flavors 2026-06-28 20:41:28.347 7 INFO neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-28 20:41:28.347 7 INFO neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-28 20:41:28.348 7 INFO neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-28 20:41:28.348 7 INFO neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-28 20:41:28.348 8 INFO neutron.manager [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loading Plugin: revisions 2026-06-28 20:41:28.351 7 INFO neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-28 20:41:28.351 7 INFO neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-28 20:41:28.352 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Initializing extension manager. 2026-06-28 20:41:28.353 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: address-group 2026-06-28 20:41:28.354 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: address-scope 2026-06-28 20:41:28.355 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-28 20:41:28.356 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: agent 2026-06-28 20:41:28.356 7 INFO neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-28 20:41:28.356 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: agent-resources-synced 2026-06-28 20:41:28.356 7 INFO neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-28 20:41:28.357 7 INFO neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-28 20:41:28.357 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-28 20:41:28.358 7 INFO neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-28 20:41:28.358 7 WARNING neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] subnetpool is already registered 2026-06-28 20:41:28.358 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-28 20:41:28.358 7 INFO neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-28 20:41:28.358 7 WARNING neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] subnetpool is already registered 2026-06-28 20:41:28.359 7 INFO neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-28 20:41:28.359 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: availability_zone 2026-06-28 20:41:28.359 7 INFO neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-28 20:41:28.360 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: availability_zone_filter 2026-06-28 20:41:28.360 7 INFO neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-28 20:41:28.360 7 INFO neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-28 20:41:28.360 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-28 20:41:28.360 7 INFO neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-28 20:41:28.361 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: default-subnetpools 2026-06-28 20:41:28.361 7 INFO neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-28 20:41:28.361 7 INFO neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-28 20:41:28.361 7 WARNING neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] ipsecpolicy is already registered 2026-06-28 20:41:28.362 7 INFO neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-28 20:41:28.362 7 WARNING neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] ikepolicy is already registered 2026-06-28 20:41:28.362 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-28 20:41:28.363 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: dns-integration 2026-06-28 20:41:28.363 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: dns-domain-ports 2026-06-28 20:41:28.364 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-28 20:41:28.365 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: dvr 2026-06-28 20:41:28.365 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-28 20:41:28.366 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: empty-string-filtering 2026-06-28 20:41:28.366 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-28 20:41:28.366 7 INFO neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-28 20:41:28.366 7 WARNING neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] router is already registered 2026-06-28 20:41:28.367 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-28 20:41:28.367 7 INFO neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-28 20:41:28.367 7 WARNING neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] floatingip is already registered 2026-06-28 20:41:28.367 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: external-net 2026-06-28 20:41:28.368 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-28 20:41:28.368 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: extraroute 2026-06-28 20:41:28.369 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: extraroute-atomic 2026-06-28 20:41:28.370 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-28 20:41:28.370 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-28 20:41:28.370 7 INFO neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-28 20:41:28.371 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-28 20:41:28.371 7 WARNING neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] rbac_policy is already registered 2026-06-28 20:41:28.371 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-28 20:41:28.371 7 INFO neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-28 20:41:28.371 7 WARNING neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] security_group is already registered 2026-06-28 20:41:28.372 7 INFO neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-28 20:41:28.372 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: fip-port-details 2026-06-28 20:41:28.372 7 WARNING neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] security_group_rule is already registered 2026-06-28 20:41:28.373 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: flavors 2026-06-28 20:41:28.373 7 INFO neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-28 20:41:28.373 7 WARNING neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] subnetpool is already registered 2026-06-28 20:41:28.373 7 INFO neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-28 20:41:28.373 7 WARNING neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] subnetpool is already registered 2026-06-28 20:41:28.374 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-28 20:41:28.374 7 INFO neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-28 20:41:28.374 7 WARNING neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] trunk is already registered 2026-06-28 20:41:28.374 7 INFO neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-28 20:41:28.375 7 WARNING neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] ikepolicy is already registered 2026-06-28 20:41:28.375 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: floatingip-pools 2026-06-28 20:41:28.375 7 INFO neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-28 20:41:28.375 7 WARNING neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] ipsecpolicy is already registered 2026-06-28 20:41:28.375 7 INFO neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-28 20:41:28.376 7 WARNING neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] endpoint_group is already registered 2026-06-28 20:41:28.376 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: ip_allocation 2026-06-28 20:41:28.376 7 INFO neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-28 20:41:28.376 7 WARNING neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] vpnservice is already registered 2026-06-28 20:41:28.376 7 INFO neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-28 20:41:28.376 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-28 20:41:28.376 7 WARNING neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] ipsec_site_connection is already registered 2026-06-28 20:41:28.377 7 INFO neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-28 20:41:28.377 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: l2_adjacency 2026-06-28 20:41:28.377 7 WARNING neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] ipsecpolicy is already registered 2026-06-28 20:41:28.377 7 INFO neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-28 20:41:28.378 7 WARNING neutron.quota.resource_registry [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] ikepolicy is already registered 2026-06-28 20:41:28.378 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: router 2026-06-28 20:41:28.380 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-28 20:41:28.381 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-28 20:41:28.381 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-28 20:41:28.382 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: ext-gw-mode 2026-06-28 20:41:28.382 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: l3-ha 2026-06-28 20:41:28.383 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-28 20:41:28.383 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-28 20:41:28.384 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: l3-flavors 2026-06-28 20:41:28.385 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-28 20:41:28.385 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-28 20:41:28.387 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-28 20:41:28.389 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-28 20:41:28.390 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-28 20:41:28.391 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-28 20:41:28.391 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-28 20:41:28.392 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: multi-provider 2026-06-28 20:41:28.393 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: net-mtu 2026-06-28 20:41:28.393 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: net-mtu-writable 2026-06-28 20:41:28.394 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: network_availability_zone 2026-06-28 20:41:28.394 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: network_ha 2026-06-28 20:41:28.395 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: network-ip-availability 2026-06-28 20:41:28.396 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-28 20:41:28.397 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: pagination 2026-06-28 20:41:28.397 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: port-device-profile 2026-06-28 20:41:28.398 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-28 20:41:28.398 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-28 20:41:28.399 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-28 20:41:28.399 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: port-mac-override 2026-06-28 20:41:28.400 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-28 20:41:28.400 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-28 20:41:28.404 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-28 20:41:28.405 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: port-resource-request 2026-06-28 20:41:28.405 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-28 20:41:28.406 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-28 20:41:28.406 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: binding 2026-06-28 20:41:28.407 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: binding-extended 2026-06-28 20:41:28.407 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: port-security 2026-06-28 20:41:28.408 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: project-id 2026-06-28 20:41:28.408 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: provider 2026-06-28 20:41:28.409 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-28 20:41:28.411 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: qos 2026-06-28 20:41:28.412 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-28 20:41:28.413 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-28 20:41:28.413 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: qos-default 2026-06-28 20:41:28.414 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: qos-fip 2026-06-28 20:41:28.414 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-28 20:41:28.415 7 WARNING keystonemiddleware._common.config [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-28 20:41:28.415 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-28 20:41:28.416 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-28 20:41:28.417 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-28 20:41:28.417 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-28 20:41:28.418 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: qos-pps 2026-06-28 20:41:28.419 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-28 20:41:28.420 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-28 20:41:28.421 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: qos-rules-alias 2026-06-28 20:41:28.422 7 WARNING oslo_config.cfg [None req-ddac45b9-f628-4561-91e7-d03d70969bd4 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-06-28 20:41:28.422 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: quota-check-limit 2026-06-28 20:41:28.423 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: quota-check-limit-default WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f7e90056668 pid: 7 (default app) 2026-06-28 20:41:28.426 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: quotas 2026-06-28 20:41:28.427 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: quota_details 2026-06-28 20:41:28.430 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: rbac-policies 2026-06-28 20:41:28.430 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: rbac-address-group 2026-06-28 20:41:28.431 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: rbac-address-scope 2026-06-28 20:41:28.431 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: rbac-security-groups 2026-06-28 20:41:28.432 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-28 20:41:28.432 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: revision-if-match 2026-06-28 20:41:28.433 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-28 20:41:28.434 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: router_availability_zone 2026-06-28 20:41:28.434 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-28 20:41:28.436 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-28 20:41:28.437 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-28 20:41:28.438 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-28 20:41:28.438 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-28 20:41:28.438 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-28 20:41:28.439 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-28 20:41:28.444 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: security-group 2026-06-28 20:41:28.445 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: segment 2026-06-28 20:41:28.445 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-28 20:41:28.446 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: service-type 2026-06-28 20:41:28.446 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: sorting 2026-06-28 20:41:28.447 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: standard-attr-segment 2026-06-28 20:41:28.448 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: standard-attr-description 2026-06-28 20:41:28.448 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: stateful-security-group 2026-06-28 20:41:28.449 8 WARNING neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-28 20:41:28.449 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-28 20:41:28.450 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: subnet-external-network 2026-06-28 20:41:28.450 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: subnet_onboard 2026-06-28 20:41:28.451 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-28 20:41:28.451 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: subnet-service-types 2026-06-28 20:41:28.452 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: subnet_allocation 2026-06-28 20:41:28.453 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-28 20:41:28.454 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: tag-creation 2026-06-28 20:41:28.454 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-28 20:41:28.459 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: standard-attr-tag 2026-06-28 20:41:28.459 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-28 20:41:28.460 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: trunk 2026-06-28 20:41:28.460 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: trunk-details 2026-06-28 20:41:28.461 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-28 20:41:28.462 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-28 20:41:28.462 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-28 20:41:28.463 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-28 20:41:28.465 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-28 20:41:28.466 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-28 20:41:28.466 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: vpn-flavors 2026-06-28 20:41:28.468 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: vpnaas 2026-06-28 20:41:28.470 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: taas 2026-06-28 20:41:28.471 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: tap-mirror 2026-06-28 20:41:28.471 8 INFO neutron.api.extensions [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-28 20:41:28.474 8 INFO neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-28 20:41:28.474 8 INFO neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-28 20:41:28.474 8 INFO neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-28 20:41:28.474 8 INFO neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-28 20:41:28.477 8 INFO neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-28 20:41:28.478 8 INFO neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-28 20:41:28.482 8 INFO neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-28 20:41:28.483 8 INFO neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-28 20:41:28.483 8 INFO neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-28 20:41:28.484 8 INFO neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-28 20:41:28.484 8 WARNING neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] subnetpool is already registered 2026-06-28 20:41:28.485 8 INFO neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-28 20:41:28.485 8 WARNING neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] subnetpool is already registered 2026-06-28 20:41:28.485 8 INFO neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-28 20:41:28.486 8 INFO neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-28 20:41:28.486 8 INFO neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-28 20:41:28.487 8 INFO neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-28 20:41:28.487 8 INFO neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-28 20:41:28.487 8 INFO neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-28 20:41:28.488 8 INFO neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-28 20:41:28.488 8 WARNING neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] ipsecpolicy is already registered 2026-06-28 20:41:28.488 8 INFO neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-28 20:41:28.488 8 WARNING neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] ikepolicy is already registered 2026-06-28 20:41:28.493 8 INFO neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-28 20:41:28.493 8 WARNING neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] router is already registered 2026-06-28 20:41:28.494 8 INFO neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-28 20:41:28.494 8 WARNING neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] floatingip is already registered 2026-06-28 20:41:28.498 8 INFO neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-28 20:41:28.498 8 WARNING neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] rbac_policy is already registered 2026-06-28 20:41:28.498 8 INFO neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-28 20:41:28.498 8 WARNING neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] security_group is already registered 2026-06-28 20:41:28.499 8 INFO neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-28 20:41:28.499 8 WARNING neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] security_group_rule is already registered 2026-06-28 20:41:28.500 8 INFO neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-28 20:41:28.500 8 WARNING neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] subnetpool is already registered 2026-06-28 20:41:28.500 8 INFO neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-28 20:41:28.500 8 WARNING neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] subnetpool is already registered 2026-06-28 20:41:28.501 8 INFO neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-28 20:41:28.501 8 WARNING neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] trunk is already registered 2026-06-28 20:41:28.501 8 INFO neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-28 20:41:28.501 8 WARNING neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] ikepolicy is already registered 2026-06-28 20:41:28.502 8 INFO neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-28 20:41:28.502 8 WARNING neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] ipsecpolicy is already registered 2026-06-28 20:41:28.502 8 INFO neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-28 20:41:28.502 8 WARNING neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] endpoint_group is already registered 2026-06-28 20:41:28.503 8 INFO neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-28 20:41:28.503 8 WARNING neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] vpnservice is already registered 2026-06-28 20:41:28.503 8 INFO neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-28 20:41:28.503 8 WARNING neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] ipsec_site_connection is already registered 2026-06-28 20:41:28.504 8 INFO neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-28 20:41:28.504 8 WARNING neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] ipsecpolicy is already registered 2026-06-28 20:41:28.504 8 INFO neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-28 20:41:28.504 8 WARNING neutron.quota.resource_registry [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] ikepolicy is already registered 2026-06-28 20:41:28.542 8 WARNING keystonemiddleware._common.config [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-28 20:41:28.549 8 WARNING oslo_config.cfg [None req-c4094240-8e0b-46d8-9861-27daaaf05408 - - - - - -] 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 0x7f7e90056668 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-28 20:41:33.837 7 INFO neutron.pecan_wsgi.hooks.translation [None req-30b45e65-c03a-4d39-94df-6f71c2ba54f6 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.204.45.227 () {44 vars in 927 bytes} [Sun Jun 28 20:41:33 2026] GET /v2.0/networks/public => generated 108 bytes in 806 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.204.45.227 () {44 vars in 949 bytes} [Sun Jun 28 20:41:33 2026] GET /v2.0/networks?name=public => generated 15 bytes in 398 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 20:41:34.628 7 WARNING neutron.services.revisions.revision_plugin [None req-3c9b9870-8aca-4210-b515-eb9573e0658d afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Could not find related network for resource to bump revision. 2026-06-28 20:41:34.651 7 INFO neutron.db.segments_db [None req-3c9b9870-8aca-4210-b515-eb9573e0658d afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Added segment a787d9c1-1a57-45c3-8e34-b61aa577cc01 of type flat for network 31868e26-2702-4e19-bd84-30acb05a95da 2026-06-28 20:41:34.731 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3c9b9870-8aca-4210-b515-eb9573e0658d afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.204.45.227 () {48 vars in 967 bytes} [Sun Jun 28 20:41:34 2026] POST /v2.0/networks => generated 124 bytes in 499 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 20:41:40.924 8 INFO neutron.pecan_wsgi.hooks.translation [None req-96b117db-ab68-45f2-bbcd-3246cac0aeb0 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/7] 199.204.45.227 () {44 vars in 927 bytes} [Sun Jun 28 20:41:40 2026] GET /v2.0/networks/public => generated 108 bytes in 359 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/8] 199.204.45.227 () {44 vars in 949 bytes} [Sun Jun 28 20:41:40 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 20:41:41.194 8 WARNING neutron.services.revisions.revision_plugin [None req-1704a886-31a7-4643-bf69-e3b5293b21a9 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Could not find related network for resource to bump revision. 2026-06-28 20:41:41.214 8 INFO neutron.db.segments_db [None req-1704a886-31a7-4643-bf69-e3b5293b21a9 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Added segment 7465a1cf-839e-439e-bb1d-d066978e859f of type flat for network 5be56c93-f5df-42a9-8c99-e9cbd03d7f2d 2026-06-28 20:41:41.278 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1704a886-31a7-4643-bf69-e3b5293b21a9 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/9] 199.204.45.227 () {48 vars in 967 bytes} [Sun Jun 28 20:41:40 2026] POST /v2.0/networks => generated 124 bytes in 334 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 20:41:47.116 8 INFO neutron.pecan_wsgi.hooks.translation [None req-902f75bc-8990-49b4-8778-5552e76258c4 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 199.204.45.227 () {44 vars in 927 bytes} [Sun Jun 28 20:41:47 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/12] 199.204.45.227 () {44 vars in 949 bytes} [Sun Jun 28 20:41:47 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 20:41:47.186 8 WARNING neutron.services.revisions.revision_plugin [None req-5ab35195-8694-4d78-9aae-c08ae504dfed afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Could not find related network for resource to bump revision. 2026-06-28 20:41:47.202 8 INFO neutron.db.segments_db [None req-5ab35195-8694-4d78-9aae-c08ae504dfed afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Added segment 696e45c9-0da4-42c1-81d1-561237766ef9 of type flat for network c1a07868-1063-45d0-80a6-737a8cf54638 2026-06-28 20:41:47.236 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5ab35195-8694-4d78-9aae-c08ae504dfed afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 199.204.45.227 () {48 vars in 967 bytes} [Sun Jun 28 20:41:47 2026] POST /v2.0/networks => generated 124 bytes in 112 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 20:41:53.098 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7f1b820d-4f98-4705-9025-5203cd5f410b afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/14] 199.204.45.227 () {44 vars in 927 bytes} [Sun Jun 28 20:41:53 2026] GET /v2.0/networks/public => generated 108 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/15] 199.204.45.227 () {44 vars in 949 bytes} [Sun Jun 28 20:41:53 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-28 20:41:53.178 7 WARNING neutron.services.revisions.revision_plugin [None req-d3b1806b-0db3-44b9-b915-068e0ae2e0d4 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Could not find related network for resource to bump revision. 2026-06-28 20:41:53.199 7 INFO neutron.db.segments_db [None req-d3b1806b-0db3-44b9-b915-068e0ae2e0d4 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Added segment 4335e5b5-419c-408d-88c8-fdd8af3c9405 of type flat for network ace5d2cc-16f3-4e50-8757-cdc39ab2ebf3 2026-06-28 20:41:53.222 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d3b1806b-0db3-44b9-b915-068e0ae2e0d4 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/16] 199.204.45.227 () {48 vars in 967 bytes} [Sun Jun 28 20:41:53 2026] POST /v2.0/networks => generated 124 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 20:41:59.080 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b34f4024-9de2-493d-942d-65597ec7b9f1 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/18] 199.204.45.227 () {44 vars in 927 bytes} [Sun Jun 28 20:41:59 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/19] 199.204.45.227 () {44 vars in 949 bytes} [Sun Jun 28 20:41:59 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 20:42:06.727 7 WARNING neutron.services.revisions.revision_plugin [None req-9c3b1db8-9738-4582-9e08-6da689f9726f afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Could not find related network for resource to bump revision. 2026-06-28 20:42:06.751 7 INFO neutron.db.segments_db [None req-9c3b1db8-9738-4582-9e08-6da689f9726f afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Added segment 6b77a6ea-6632-4d38-a368-3fd649d651b1 of type flat for network 77fff6ad-a707-44bb-82a9-136af35d90eb [pid: 7|app: 0|req: 12/20] 199.204.45.227 () {48 vars in 967 bytes} [Sun Jun 28 20:41:59 2026] POST /v2.0/networks => generated 706 bytes in 8582 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 20:42:08.798 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f5810812-eb33-44e2-9e30-8ce2d89bb7ba afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.204.45.227 () {44 vars in 927 bytes} [Sun Jun 28 20:42:08 2026] GET /v2.0/networks/public => generated 108 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/22] 199.204.45.227 () {44 vars in 949 bytes} [Sun Jun 28 20:42:08 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-28 20:42:08.871 8 INFO neutron.pecan_wsgi.hooks.translation [None req-41933674-4497-4bd5-aa60-8bd8ebcfb2d0 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/23] 199.204.45.227 () {44 vars in 1034 bytes} [Sun Jun 28 20:42:08 2026] GET /v2.0/subnets/public-subnet?network_id=77fff6ad-a707-44bb-82a9-136af35d90eb => generated 113 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/24] 199.204.45.227 () {44 vars in 1057 bytes} [Sun Jun 28 20:42:08 2026] GET /v2.0/subnets?name=public-subnet&network_id=77fff6ad-a707-44bb-82a9-136af35d90eb => 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: 11/25] 199.204.45.227 () {48 vars in 965 bytes} [Sun Jun 28 20:42:08 2026] POST /v2.0/subnets => generated 664 bytes in 657 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 20:47:03.104 7 INFO neutron.pecan_wsgi.hooks.translation [None req-da184723-eccf-4721-bba8-25138212c42b afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/65] 199.204.45.227 () {44 vars in 937 bytes} [Sun Jun 28 20:47:02 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 209 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 31/66] 199.204.45.227 () {44 vars in 959 bytes} [Sun Jun 28 20:47:03 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 20:47:03.207 7 INFO neutron.db.segments_db [None req-a464c99d-e07c-4c9c-a410-9b7af98247ad afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Added segment 8647a29c-f606-480d-b9d7-140ef8d91186 of type vxlan for network 19251d11-d959-435e-9412-e60ad7e871ba [pid: 7|app: 0|req: 36/67] 199.204.45.227 () {48 vars in 966 bytes} [Sun Jun 28 20:47:03 2026] POST /v2.0/networks => generated 707 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 20:47:04.197 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ca067084-4be2-4d30-919e-ff003b336ec5 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 32/68] 199.204.45.227 () {44 vars in 937 bytes} [Sun Jun 28 20:47:04 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: 37/69] 199.204.45.227 () {44 vars in 959 bytes} [Sun Jun 28 20:47:04 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 20:47:04.260 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4875a544-65e7-4d77-a076-746cfe184687 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 33/70] 199.204.45.227 () {44 vars in 1036 bytes} [Sun Jun 28 20:47:04 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=19251d11-d959-435e-9412-e60ad7e871ba => 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: 38/71] 199.204.45.227 () {44 vars in 1059 bytes} [Sun Jun 28 20:47:04 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=19251d11-d959-435e-9412-e60ad7e871ba => generated 14 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/72] 199.204.45.227 () {48 vars in 965 bytes} [Sun Jun 28 20:47:04 2026] POST /v2.0/subnets => generated 651 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 20:47:05.470 7 INFO neutron.api.v2.resource [None req-0df9c3a1-4725-4568-b2aa-0b106e626aeb afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 39/73] 199.204.45.227 () {44 vars in 971 bytes} [Sun Jun 28 20:47:05 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/74] 199.204.45.227 () {44 vars in 993 bytes} [Sun Jun 28 20:47:05 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/75] 199.204.45.227 () {48 vars in 980 bytes} [Sun Jun 28 20:47:05 2026] POST /v2.0/security-groups => generated 1616 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/76] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 20:47:06 2026] GET /v2.0/security-groups/a2fd69bb-c1a3-4e4c-8ab1-3efd20e832a9 => generated 1616 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/77] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 20:47:06 2026] GET /v2.0/security-groups/a2fd69bb-c1a3-4e4c-8ab1-3efd20e832a9 => generated 1616 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/78] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 20:47:06 2026] GET /v2.0/security-groups/a2fd69bb-c1a3-4e4c-8ab1-3efd20e832a9 => generated 1616 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/79] 199.204.45.227 () {48 vars in 991 bytes} [Sun Jun 28 20:47:06 2026] POST /v2.0/security-group-rules => generated 601 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/80] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 20:47:07 2026] GET /v2.0/security-groups/a2fd69bb-c1a3-4e4c-8ab1-3efd20e832a9 => generated 2230 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/81] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 20:47:07 2026] GET /v2.0/security-groups/a2fd69bb-c1a3-4e4c-8ab1-3efd20e832a9 => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/82] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 20:47:07 2026] GET /v2.0/security-groups/a2fd69bb-c1a3-4e4c-8ab1-3efd20e832a9 => generated 2230 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/83] 199.204.45.227 () {48 vars in 991 bytes} [Sun Jun 28 20:47:07 2026] POST /v2.0/security-group-rules => generated 603 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/84] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 20:47:08 2026] GET /v2.0/security-groups/a2fd69bb-c1a3-4e4c-8ab1-3efd20e832a9 => generated 2846 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/85] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 20:47:08 2026] GET /v2.0/security-groups/a2fd69bb-c1a3-4e4c-8ab1-3efd20e832a9 => generated 2846 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/86] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 20:47:08 2026] GET /v2.0/security-groups/a2fd69bb-c1a3-4e4c-8ab1-3efd20e832a9 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/87] 199.204.45.227 () {48 vars in 991 bytes} [Sun Jun 28 20:47:08 2026] POST /v2.0/security-group-rules => generated 603 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/88] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 20:47:09 2026] GET /v2.0/security-groups/a2fd69bb-c1a3-4e4c-8ab1-3efd20e832a9 => generated 3462 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/89] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 20:47:09 2026] GET /v2.0/security-groups/a2fd69bb-c1a3-4e4c-8ab1-3efd20e832a9 => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/90] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 20:47:09 2026] GET /v2.0/security-groups/a2fd69bb-c1a3-4e4c-8ab1-3efd20e832a9 => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/91] 199.204.45.227 () {48 vars in 991 bytes} [Sun Jun 28 20:47:09 2026] POST /v2.0/security-group-rules => generated 603 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/92] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 20:47:10 2026] GET /v2.0/security-groups/a2fd69bb-c1a3-4e4c-8ab1-3efd20e832a9 => generated 4078 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/93] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 20:47:10 2026] GET /v2.0/security-groups/a2fd69bb-c1a3-4e4c-8ab1-3efd20e832a9 => generated 4078 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/94] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 20:47:11 2026] GET /v2.0/security-groups/a2fd69bb-c1a3-4e4c-8ab1-3efd20e832a9 => generated 4078 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/95] 199.204.45.227 () {48 vars in 991 bytes} [Sun Jun 28 20:47:11 2026] POST /v2.0/security-group-rules => generated 603 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/98] 199.204.45.227 () {44 vars in 987 bytes} [Sun Jun 28 20:47:12 2026] GET /v2.0/networks/19251d11-d959-435e-9412-e60ad7e871ba => generated 732 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 20:47:12.412 8 INFO neutron.pecan_wsgi.hooks.translation [None req-35327865-2f5a-4a7a-a7df-679286ebb532 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 47/99] 199.204.45.227 () {44 vars in 1076 bytes} [Sun Jun 28 20:47:12 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=19251d11-d959-435e-9412-e60ad7e871ba => 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: 53/100] 199.204.45.227 () {44 vars in 1099 bytes} [Sun Jun 28 20:47:12 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=19251d11-d959-435e-9412-e60ad7e871ba => 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: 48/101] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 20:47:12 2026] GET /v2.0/security-groups/a2fd69bb-c1a3-4e4c-8ab1-3efd20e832a9 => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/102] 199.204.45.227 () {48 vars in 961 bytes} [Sun Jun 28 20:47:12 2026] POST /v2.0/ports => generated 1100 bytes in 658 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-28 20:47:20.692 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2438489f-b61b-4ffd-a4f3-0b458a291f6c afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 49/103] 199.204.45.227 () {44 vars in 979 bytes} [Sun Jun 28 20:47:20 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 55/104] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 20:47:20 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/105] 199.204.45.227 () {48 vars in 1031 bytes} [Sun Jun 28 20:47:20 2026] PUT /v2.0/ports/f74adb76-a0fa-498e-b7a5-ec393b147da4 => generated 1249 bytes in 763 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/106] 199.204.45.227 () {44 vars in 920 bytes} [Sun Jun 28 20:47:25 2026] GET /v2.0/ports => generated 3730 bytes in 77 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-28 20:47:26.492 8 INFO neutron.api.v2.resource [None req-73af2866-9311-4307-bf0f-444f9c29f963 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 51/107] 199.204.45.227 () {44 vars in 959 bytes} [Sun Jun 28 20:47:26 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/108] 199.204.45.227 () {44 vars in 981 bytes} [Sun Jun 28 20:47:26 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/109] 199.204.45.227 () {48 vars in 980 bytes} [Sun Jun 28 20:47:26 2026] POST /v2.0/security-groups => generated 1610 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/112] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 20:47:27 2026] GET /v2.0/security-groups/7d5ca9c7-672e-4c14-af8a-d541b4bf4aab => generated 1610 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/113] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 20:47:27 2026] GET /v2.0/security-groups/7d5ca9c7-672e-4c14-af8a-d541b4bf4aab => generated 1610 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/114] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 20:47:27 2026] GET /v2.0/security-groups/7d5ca9c7-672e-4c14-af8a-d541b4bf4aab => generated 1610 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/115] 199.204.45.227 () {48 vars in 991 bytes} [Sun Jun 28 20:47:27 2026] POST /v2.0/security-group-rules => generated 623 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/116] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 20:47:28 2026] GET /v2.0/security-groups/7d5ca9c7-672e-4c14-af8a-d541b4bf4aab => generated 2246 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/117] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 20:47:28 2026] GET /v2.0/security-groups/7d5ca9c7-672e-4c14-af8a-d541b4bf4aab => generated 2246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/118] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 20:47:28 2026] GET /v2.0/security-groups/7d5ca9c7-672e-4c14-af8a-d541b4bf4aab => generated 2246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/119] 199.204.45.227 () {48 vars in 991 bytes} [Sun Jun 28 20:47:28 2026] POST /v2.0/security-group-rules => generated 627 bytes in 542 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 64/132] 199.204.45.227 () {44 vars in 975 bytes} [Sun Jun 28 20:49:02 2026] GET /v2.0/quotas/f6341ee7e0154bc38ac1eab026cc693e => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 69/133] 199.204.45.227 () {48 vars in 1027 bytes} [Sun Jun 28 20:49:03 2026] PUT /v2.0/quotas/f6341ee7e0154bc38ac1eab026cc693e => generated 291 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, ' 2026-06-28 20:51:53.661 7 INFO neutron.pecan_wsgi.hooks.translation [None req-56baef5b-2271-4ea0-8dfb-acbd228f8b1a afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 81/156] 199.204.45.227 () {30 vars in 741 bytes} [Sun Jun 28 20:51:53 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 310 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 76/157] 199.204.45.227 () {30 vars in 763 bytes} [Sun Jun 28 20:51:53 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 20:51:55.488 7 INFO neutron.pecan_wsgi.hooks.translation [None req-11a46fd6-6399-49bc-9cc1-4e79793e0a7d afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 82/158] 199.204.45.227 () {30 vars in 741 bytes} [Sun Jun 28 20:51:55 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 77/159] 199.204.45.227 () {30 vars in 763 bytes} [Sun Jun 28 20:51:55 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:01:11.648 7 INFO neutron.api.v2.resource [None req-4374a1ed-c288-4083-ad06-8fea176e7f1a afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 120/234] 199.204.45.227 () {44 vars in 1074 bytes} [Sun Jun 28 21:01:11 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=649f189adc244a49bb7a5fd9062ead3f => generated 139 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/235] 199.204.45.227 () {44 vars in 1097 bytes} [Sun Jun 28 21:01:11 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=649f189adc244a49bb7a5fd9062ead3f => generated 23 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/236] 199.204.45.227 () {48 vars in 981 bytes} [Sun Jun 28 21:01:11 2026] POST /v2.0/security-groups => generated 1624 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/239] 199.204.45.227 () {44 vars in 1088 bytes} [Sun Jun 28 21:01:12 2026] GET /v2.0/security-groups/43723110-9de5-4cf1-a523-5fbf8601b782?project_id=649f189adc244a49bb7a5fd9062ead3f => generated 1624 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/240] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 21:01:13 2026] GET /v2.0/security-groups/43723110-9de5-4cf1-a523-5fbf8601b782 => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/241] 199.204.45.227 () {44 vars in 1088 bytes} [Sun Jun 28 21:01:13 2026] GET /v2.0/security-groups/43723110-9de5-4cf1-a523-5fbf8601b782?project_id=649f189adc244a49bb7a5fd9062ead3f => generated 1624 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/242] 199.204.45.227 () {48 vars in 991 bytes} [Sun Jun 28 21:01:13 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: 8|app: 0|req: 119/243] 199.204.45.227 () {44 vars in 1088 bytes} [Sun Jun 28 21:01:14 2026] GET /v2.0/security-groups/43723110-9de5-4cf1-a523-5fbf8601b782?project_id=649f189adc244a49bb7a5fd9062ead3f => generated 2234 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/244] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 21:01:14 2026] GET /v2.0/security-groups/43723110-9de5-4cf1-a523-5fbf8601b782 => generated 2234 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/245] 199.204.45.227 () {44 vars in 1088 bytes} [Sun Jun 28 21:01:14 2026] GET /v2.0/security-groups/43723110-9de5-4cf1-a523-5fbf8601b782?project_id=649f189adc244a49bb7a5fd9062ead3f => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/246] 199.204.45.227 () {48 vars in 991 bytes} [Sun Jun 28 21:01:14 2026] POST /v2.0/security-group-rules => generated 599 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/247] 199.204.45.227 () {44 vars in 1088 bytes} [Sun Jun 28 21:01:15 2026] GET /v2.0/security-groups/43723110-9de5-4cf1-a523-5fbf8601b782?project_id=649f189adc244a49bb7a5fd9062ead3f => generated 2846 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/248] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 21:01:15 2026] GET /v2.0/security-groups/43723110-9de5-4cf1-a523-5fbf8601b782 => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/249] 199.204.45.227 () {44 vars in 1088 bytes} [Sun Jun 28 21:01:15 2026] GET /v2.0/security-groups/43723110-9de5-4cf1-a523-5fbf8601b782?project_id=649f189adc244a49bb7a5fd9062ead3f => 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: 128/250] 199.204.45.227 () {48 vars in 991 bytes} [Sun Jun 28 21:01:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/251] 199.204.45.227 () {44 vars in 1088 bytes} [Sun Jun 28 21:01:16 2026] GET /v2.0/security-groups/43723110-9de5-4cf1-a523-5fbf8601b782?project_id=649f189adc244a49bb7a5fd9062ead3f => generated 3460 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/252] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 21:01:16 2026] GET /v2.0/security-groups/43723110-9de5-4cf1-a523-5fbf8601b782 => generated 3460 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/253] 199.204.45.227 () {44 vars in 1088 bytes} [Sun Jun 28 21:01:16 2026] GET /v2.0/security-groups/43723110-9de5-4cf1-a523-5fbf8601b782?project_id=649f189adc244a49bb7a5fd9062ead3f => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/254] 199.204.45.227 () {48 vars in 991 bytes} [Sun Jun 28 21:01:16 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: 140/273] 199.204.45.227 () {30 vars in 740 bytes} [Sun Jun 28 21:03:36 2026] GET /v2.0/networks?tenant_id=649f189adc244a49bb7a5fd9062ead3f&shared=False => generated 15 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:03:37.084 8 INFO neutron.db.segments_db [None req-8795be0e-514a-45d0-a19a-d03423dd2a29 7956c8ac0c474821ab0b57b19bfa11af 649f189adc244a49bb7a5fd9062ead3f - - c6d369544d7f404caa5e6709d98210b9 c6d369544d7f404caa5e6709d98210b9] Added segment 942204fe-3b60-4f64-bfb4-d74d54f14e33 of type vxlan for network 857671a4-99ec-4c97-95dc-0bf8013df452 [pid: 8|app: 0|req: 134/274] 199.204.45.227 () {34 vars in 682 bytes} [Sun Jun 28 21:03:37 2026] POST /v2.0/networks => generated 718 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/275] 199.204.45.227 () {30 vars in 722 bytes} [Sun Jun 28 21:03:37 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/276] 199.204.45.227 () {30 vars in 633 bytes} [Sun Jun 28 21:03:37 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/277] 199.204.45.227 () {34 vars in 677 bytes} [Sun Jun 28 21:03:37 2026] POST /v2.0/ports => generated 999 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/278] 199.204.45.227 () {30 vars in 703 bytes} [Sun Jun 28 21:03:37 2026] GET /v2.0/networks/857671a4-99ec-4c97-95dc-0bf8013df452 => generated 705 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/279] 199.204.45.227 () {30 vars in 722 bytes} [Sun Jun 28 21:03:39 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/280] 199.204.45.227 () {30 vars in 703 bytes} [Sun Jun 28 21:03:39 2026] GET /v2.0/networks/857671a4-99ec-4c97-95dc-0bf8013df452 => generated 705 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/285] 199.204.45.227 () {44 vars in 975 bytes} [Sun Jun 28 21:03:57 2026] GET /v2.0/quotas/649f189adc244a49bb7a5fd9062ead3f => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 146/286] 199.204.45.227 () {48 vars in 1027 bytes} [Sun Jun 28 21:03:58 2026] PUT /v2.0/quotas/649f189adc244a49bb7a5fd9062ead3f => generated 291 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:15:56.442 7 INFO neutron.pecan_wsgi.hooks.translation [None req-867a26ab-4105-4cdf-a39d-ecdaae4b58bd afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 194/381] 199.204.45.227 () {44 vars in 927 bytes} [Sun Jun 28 21:15:56 2026] GET /v2.0/networks/public => generated 108 bytes in 131 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/382] 199.204.45.227 () {44 vars in 949 bytes} [Sun Jun 28 21:15:56 2026] GET /v2.0/networks?name=public => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:15:57.711 8 INFO neutron.pecan_wsgi.hooks.translation [None req-06ade183-f446-409e-b356-dcb4c3d09524 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 190/385] 199.204.45.227 () {44 vars in 927 bytes} [Sun Jun 28 21:15:57 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/386] 199.204.45.227 () {44 vars in 949 bytes} [Sun Jun 28 21:15:57 2026] GET /v2.0/networks?name=public => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:15:57.780 8 INFO neutron.pecan_wsgi.hooks.translation [None req-57233714-482b-480a-9bf5-aa7c768751f1 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 191/387] 199.204.45.227 () {44 vars in 1034 bytes} [Sun Jun 28 21:15:57 2026] GET /v2.0/subnets/public-subnet?network_id=77fff6ad-a707-44bb-82a9-136af35d90eb => generated 113 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/388] 199.204.45.227 () {44 vars in 1057 bytes} [Sun Jun 28 21:15:57 2026] GET /v2.0/subnets?name=public-subnet&network_id=77fff6ad-a707-44bb-82a9-136af35d90eb => generated 667 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:16:24.831 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a859108e-0232-4c2d-9db3-464d72db1842 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 193/391] 199.204.45.227 () {44 vars in 937 bytes} [Sun Jun 28 21:16:24 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/392] 199.204.45.227 () {44 vars in 959 bytes} [Sun Jun 28 21:16:24 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:16:25.803 8 INFO neutron.pecan_wsgi.hooks.translation [None req-99a692bb-3707-428e-a90e-907c9dfdfe4c afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 194/393] 199.204.45.227 () {44 vars in 937 bytes} [Sun Jun 28 21:16:25 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/394] 199.204.45.227 () {44 vars in 959 bytes} [Sun Jun 28 21:16:25 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:16:25.872 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c3f7a2b8-4166-4c64-9f48-ebd81ce296e5 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 195/395] 199.204.45.227 () {44 vars in 1036 bytes} [Sun Jun 28 21:16:25 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=19251d11-d959-435e-9412-e60ad7e871ba => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/396] 199.204.45.227 () {44 vars in 1059 bytes} [Sun Jun 28 21:16:25 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=19251d11-d959-435e-9412-e60ad7e871ba => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:16:27.097 8 INFO neutron.api.v2.resource [None req-f6d9379f-920a-46ad-9af0-368a1a5471fd afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 196/397] 199.204.45.227 () {44 vars in 971 bytes} [Sun Jun 28 21:16:27 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/398] 199.204.45.227 () {44 vars in 993 bytes} [Sun Jun 28 21:16:27 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/401] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 21:16:28 2026] GET /v2.0/security-groups/a2fd69bb-c1a3-4e4c-8ab1-3efd20e832a9 => generated 4694 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/402] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 21:16:28 2026] GET /v2.0/security-groups/a2fd69bb-c1a3-4e4c-8ab1-3efd20e832a9 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/403] 199.204.45.227 () {44 vars in 1011 bytes} [Sun Jun 28 21:16:28 2026] GET /v2.0/security-group-rules/abe01547-d38f-41cc-bfcc-8912c8bf8339 => 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: 205/404] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 21:16:29 2026] GET /v2.0/security-groups/a2fd69bb-c1a3-4e4c-8ab1-3efd20e832a9 => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/405] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 21:16:29 2026] GET /v2.0/security-groups/a2fd69bb-c1a3-4e4c-8ab1-3efd20e832a9 => 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: 206/406] 199.204.45.227 () {44 vars in 1011 bytes} [Sun Jun 28 21:16:29 2026] GET /v2.0/security-group-rules/45b6a154-fa34-4068-9888-993072e0bc37 => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/407] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 21:16:30 2026] GET /v2.0/security-groups/a2fd69bb-c1a3-4e4c-8ab1-3efd20e832a9 => 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: 207/408] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 21:16:30 2026] GET /v2.0/security-groups/a2fd69bb-c1a3-4e4c-8ab1-3efd20e832a9 => 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: 202/409] 199.204.45.227 () {44 vars in 1011 bytes} [Sun Jun 28 21:16:30 2026] GET /v2.0/security-group-rules/15173057-01c5-451a-92e3-2d18956f61b5 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/410] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 21:16:31 2026] GET /v2.0/security-groups/a2fd69bb-c1a3-4e4c-8ab1-3efd20e832a9 => generated 4694 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/411] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 21:16:31 2026] GET /v2.0/security-groups/a2fd69bb-c1a3-4e4c-8ab1-3efd20e832a9 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/412] 199.204.45.227 () {44 vars in 1011 bytes} [Sun Jun 28 21:16:31 2026] GET /v2.0/security-group-rules/c6525b87-9b49-4c51-a961-b38d7427055f => 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: 204/413] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 21:16:32 2026] GET /v2.0/security-groups/a2fd69bb-c1a3-4e4c-8ab1-3efd20e832a9 => generated 4694 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/414] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 21:16:32 2026] GET /v2.0/security-groups/a2fd69bb-c1a3-4e4c-8ab1-3efd20e832a9 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/415] 199.204.45.227 () {44 vars in 1011 bytes} [Sun Jun 28 21:16:32 2026] GET /v2.0/security-group-rules/8415bf2c-f1fc-4bcf-8c7e-f1f70050b2c3 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/416] 199.204.45.227 () {44 vars in 987 bytes} [Sun Jun 28 21:16:33 2026] GET /v2.0/networks/19251d11-d959-435e-9412-e60ad7e871ba => generated 732 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:16:33.501 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bfe81843-22ba-4757-a20b-2ebbbdad25ef afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 206/417] 199.204.45.227 () {44 vars in 1076 bytes} [Sun Jun 28 21:16:33 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=19251d11-d959-435e-9412-e60ad7e871ba => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/418] 199.204.45.227 () {44 vars in 1099 bytes} [Sun Jun 28 21:16:33 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=19251d11-d959-435e-9412-e60ad7e871ba => generated 1254 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/419] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 21:16:33 2026] GET /v2.0/security-groups/a2fd69bb-c1a3-4e4c-8ab1-3efd20e832a9 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:16:41.480 7 INFO neutron.pecan_wsgi.hooks.translation [None req-19ec53d3-24ec-4e8d-be53-3592eb028b40 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 213/420] 199.204.45.227 () {44 vars in 979 bytes} [Sun Jun 28 21:16:41 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/421] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 21:16:41 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/424] 199.204.45.227 () {44 vars in 920 bytes} [Sun Jun 28 21:16:43 2026] GET /v2.0/ports => generated 4725 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:16:44.312 8 INFO neutron.api.v2.resource [None req-030e5bde-110f-4074-a865-6c220c82c452 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 210/425] 199.204.45.227 () {44 vars in 959 bytes} [Sun Jun 28 21:16:44 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/426] 199.204.45.227 () {44 vars in 981 bytes} [Sun Jun 28 21:16:44 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/427] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 21:16:45 2026] GET /v2.0/security-groups/7d5ca9c7-672e-4c14-af8a-d541b4bf4aab => generated 2886 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/428] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 21:16:45 2026] GET /v2.0/security-groups/7d5ca9c7-672e-4c14-af8a-d541b4bf4aab => generated 2886 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/429] 199.204.45.227 () {44 vars in 1011 bytes} [Sun Jun 28 21:16:45 2026] GET /v2.0/security-group-rules/e223b4fa-5b6b-4c77-a113-2bea8aa4011e => generated 623 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/430] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 21:16:46 2026] GET /v2.0/security-groups/7d5ca9c7-672e-4c14-af8a-d541b4bf4aab => generated 2886 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/431] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 21:16:46 2026] GET /v2.0/security-groups/7d5ca9c7-672e-4c14-af8a-d541b4bf4aab => generated 2886 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/432] 199.204.45.227 () {44 vars in 1011 bytes} [Sun Jun 28 21:16:46 2026] GET /v2.0/security-group-rules/1bfe47ae-a2c3-4d78-b12d-ab570dee9f98 => generated 627 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/435] 199.204.45.227 () {44 vars in 975 bytes} [Sun Jun 28 21:16:58 2026] GET /v2.0/quotas/f6341ee7e0154bc38ac1eab026cc693e => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:17:54.194 7 INFO neutron.api.v2.resource [None req-428246a6-375a-4b44-99bd-10c1f72330d2 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 224/442] 199.204.45.227 () {44 vars in 1074 bytes} [Sun Jun 28 21:17:54 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=649f189adc244a49bb7a5fd9062ead3f => generated 139 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/443] 199.204.45.227 () {44 vars in 1097 bytes} [Sun Jun 28 21:17:54 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=649f189adc244a49bb7a5fd9062ead3f => generated 4072 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/444] 199.204.45.227 () {44 vars in 1088 bytes} [Sun Jun 28 21:17:55 2026] GET /v2.0/security-groups/43723110-9de5-4cf1-a523-5fbf8601b782?project_id=649f189adc244a49bb7a5fd9062ead3f => generated 4075 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/445] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 21:17:55 2026] GET /v2.0/security-groups/43723110-9de5-4cf1-a523-5fbf8601b782 => generated 4075 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/446] 199.204.45.227 () {44 vars in 1011 bytes} [Sun Jun 28 21:17:55 2026] GET /v2.0/security-group-rules/a42eef4b-2b14-4032-b7a6-db103f0d0399 => generated 597 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/447] 199.204.45.227 () {44 vars in 1088 bytes} [Sun Jun 28 21:17:56 2026] GET /v2.0/security-groups/43723110-9de5-4cf1-a523-5fbf8601b782?project_id=649f189adc244a49bb7a5fd9062ead3f => generated 4075 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/448] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 21:17:56 2026] GET /v2.0/security-groups/43723110-9de5-4cf1-a523-5fbf8601b782 => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/449] 199.204.45.227 () {44 vars in 1011 bytes} [Sun Jun 28 21:17:56 2026] GET /v2.0/security-group-rules/a10f1372-b18f-429b-b1e0-bbf895bc0cd7 => generated 599 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/452] 199.204.45.227 () {44 vars in 1088 bytes} [Sun Jun 28 21:17:57 2026] GET /v2.0/security-groups/43723110-9de5-4cf1-a523-5fbf8601b782?project_id=649f189adc244a49bb7a5fd9062ead3f => generated 4075 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/453] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 21:17:57 2026] GET /v2.0/security-groups/43723110-9de5-4cf1-a523-5fbf8601b782 => generated 4075 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/454] 199.204.45.227 () {44 vars in 1011 bytes} [Sun Jun 28 21:17:57 2026] GET /v2.0/security-group-rules/936b4f61-3fb7-4222-87e4-2f940183344d => generated 601 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/455] 199.204.45.227 () {44 vars in 1088 bytes} [Sun Jun 28 21:17:58 2026] GET /v2.0/security-groups/43723110-9de5-4cf1-a523-5fbf8601b782?project_id=649f189adc244a49bb7a5fd9062ead3f => generated 4075 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/456] 199.204.45.227 () {44 vars in 1001 bytes} [Sun Jun 28 21:17:58 2026] GET /v2.0/security-groups/43723110-9de5-4cf1-a523-5fbf8601b782 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/457] 199.204.45.227 () {44 vars in 1011 bytes} [Sun Jun 28 21:17:58 2026] GET /v2.0/security-group-rules/be609741-f69f-4f3b-97ec-4ad116544e90 => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/458] 199.204.45.227 () {44 vars in 975 bytes} [Sun Jun 28 21:18:05 2026] GET /v2.0/quotas/649f189adc244a49bb7a5fd9062ead3f => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/465] 199.204.45.227 () {44 vars in 949 bytes} [Sun Jun 28 21:18:56 2026] GET /v2.0/networks?name=public => generated 753 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/472] 10.0.0.153 () {32 vars in 649 bytes} [Sun Jun 28 21:19:38 2026] GET /v2.0/networks => generated 2168 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/473] 10.0.0.153 () {32 vars in 655 bytes} [Sun Jun 28 21:19:40 2026] GET /v2.0/floatingips => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/474] 10.0.0.153 () {32 vars in 647 bytes} [Sun Jun 28 21:19:40 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: 7|app: 0|req: 240/475] 10.0.0.153 () {32 vars in 643 bytes} [Sun Jun 28 21:19:40 2026] GET /v2.0/ports => generated 4725 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/476] 10.0.0.153 () {32 vars in 647 bytes} [Sun Jun 28 21:19:40 2026] GET /v2.0/subnets => generated 1308 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/477] 10.0.0.153 () {32 vars in 649 bytes} [Sun Jun 28 21:19:40 2026] GET /v2.0/networks => generated 2168 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/478] 10.0.0.153 () {32 vars in 663 bytes} [Sun Jun 28 21:19:40 2026] GET /v2.0/security-groups => generated 17401 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/479] 10.0.0.153 () {32 vars in 655 bytes} [Sun Jun 28 21:19:40 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-28 21:19:51.425 8 INFO neutron.db.segments_db [None req-3ecbecec-212d-422d-8a99-cd737a85cdba afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Added segment e04fd6cb-b808-4160-9ade-e7b7e763c5a6 of type vxlan for network 870318f3-5709-4e6b-a933-cbb74633ffce [pid: 8|app: 0|req: 239/482] 10.0.0.153 () {34 vars in 671 bytes} [Sun Jun 28 21:19:51 2026] POST /v2.0/networks => generated 743 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:19:51.517 7 INFO neutron.db.segments_db [None req-159a1588-37a1-42bd-bba8-7f1c125ed721 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Added segment b3a10882-c9e0-4f6d-884c-f57070bbe785 of type vxlan for network ced95a91-761c-4f00-9c45-9b791eb7f08c [pid: 7|app: 0|req: 244/483] 10.0.0.153 () {34 vars in 671 bytes} [Sun Jun 28 21:19:51 2026] POST /v2.0/networks => generated 751 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:19:51.756 8 INFO neutron.db.segments_db [None req-ff19d3ef-124c-42b2-8126-c503db6450f3 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Added segment f042065e-a0d2-47da-a8b4-b88590f67fb4 of type vxlan for network 140134dc-deef-42e3-b258-1d52aaba6c66 [pid: 7|app: 0|req: 245/484] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:19:51 2026] POST /v2.0/subnets => generated 690 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/485] 10.0.0.153 () {34 vars in 671 bytes} [Sun Jun 28 21:19:51 2026] POST /v2.0/networks => generated 746 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:19:51.884 8 INFO neutron.db.segments_db [None req-7d6382ba-d09d-4c48-a390-8b8bf96383c0 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Added segment 3ffec927-b332-4094-b464-4105761cfe71 of type vxlan for network 884705d0-1e37-4b37-8cbb-68707f1cc7ac [pid: 7|app: 0|req: 246/486] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:19:51 2026] POST /v2.0/subnets => generated 698 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:19:52.147 8 INFO neutron.db.l3_hamode_db [None req-7d6382ba-d09d-4c48-a390-8b8bf96383c0 afce8035521840e497713c51dc9ebb2f 71c414e5b5014d4783116d751eafb626 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 247/487] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:19:51 2026] POST /v2.0/subnets => generated 693 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/488] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:19:52 2026] GET /v2.0/security-groups?tenant_id=f77bece1426342faae862c3ad1f0ca0b&name=default => generated 2921 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:19:52.412 7 INFO neutron.db.segments_db [None req-93e320e6-3ab7-4df6-b647-6a9e03ba8cc7 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Added segment 64c1461f-bf99-4e25-a6de-1650257a4bd9 of type vxlan for network 28ad2893-bb8f-40ba-aee7-0fd7dc3bdb32 2026-06-28 21:19:52.639 7 INFO neutron.db.l3_hamode_db [None req-93e320e6-3ab7-4df6-b647-6a9e03ba8cc7 afce8035521840e497713c51dc9ebb2f 4f7c7c9dddc94853ab9b3364607d1739 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:19:52.853 8 INFO neutron.db.l3_hamode_db [None req-7d6382ba-d09d-4c48-a390-8b8bf96383c0 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:19:53.710 7 INFO neutron.db.l3_hamode_db [None req-93e320e6-3ab7-4df6-b647-6a9e03ba8cc7 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 241/489] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:19:51 2026] POST /v2.0/routers => generated 730 bytes in 2107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:19:53.991 8 INFO neutron.db.segments_db [None req-ceff88dc-2d2b-4fde-96b4-ab51f9aecdbc afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Added segment 01335379-032e-4149-8632-705c7bd47d43 of type vxlan for network 947a80dc-4f74-4186-a726-0dcc7500f843 2026-06-28 21:19:54.256 8 INFO neutron.db.l3_hamode_db [None req-ceff88dc-2d2b-4fde-96b4-ab51f9aecdbc afce8035521840e497713c51dc9ebb2f 6cde0a1985ba4a2a9d780a93ce94be3d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 249/490] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:19:52 2026] POST /v2.0/routers => generated 738 bytes in 2353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/491] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:19:54 2026] DELETE /v2.0/security-groups/b642d411-5e9b-497a-82e1-e491ce91636b => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:19:54.974 8 INFO neutron.db.l3_hamode_db [None req-ceff88dc-2d2b-4fde-96b4-ab51f9aecdbc afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 251/492] 10.0.0.153 () {34 vars in 783 bytes} [Sun Jun 28 21:19:54 2026] PUT /v2.0/routers/aaec3eab-dee5-430d-a192-5fc1f814b664/add_router_interface => generated 309 bytes in 1071 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/493] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:19:53 2026] POST /v2.0/routers => generated 733 bytes in 1974 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/494] 10.0.0.153 () {34 vars in 783 bytes} [Sun Jun 28 21:19:55 2026] PUT /v2.0/routers/57d20107-bb18-4c64-9b5e-135ff751bd17/add_router_interface => generated 309 bytes in 1081 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/495] 10.0.0.153 () {34 vars in 783 bytes} [Sun Jun 28 21:19:55 2026] PUT /v2.0/routers/d28914ed-15d4-4ac2-bf54-6160125e66fa/add_router_interface => generated 309 bytes in 1274 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:19:57.230 7 INFO neutron.db.segments_db [None req-45ab5cb8-59ca-42fc-9685-011d1ce27b44 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Added segment 06058e85-f84d-4860-ad04-1f339e356796 of type vxlan for network 044d810f-192d-41a8-bb44-c9795055baba [pid: 7|app: 0|req: 253/496] 10.0.0.153 () {34 vars in 671 bytes} [Sun Jun 28 21:19:56 2026] POST /v2.0/networks => generated 749 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/499] 10.0.0.153 () {34 vars in 685 bytes} [Sun Jun 28 21:19:57 2026] POST /v2.0/security-groups => generated 1660 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/500] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:19:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/501] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:19:57 2026] POST /v2.0/subnets => generated 696 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/502] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:19:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:19:57.648 8 INFO neutron.db.segments_db [None req-ff2a3598-f5f5-4eea-8c31-fa899008dbad afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Added segment 77049153-821a-48e7-8947-396181cda535 of type vxlan for network b8f8d6d4-4f91-433d-8f35-0b7fe25c44cf [pid: 7|app: 0|req: 257/503] 10.0.0.153 () {34 vars in 685 bytes} [Sun Jun 28 21:19:57 2026] POST /v2.0/security-groups => generated 1660 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-28 21:19:57.952 8 INFO neutron.db.l3_hamode_db [None req-ff2a3598-f5f5-4eea-8c31-fa899008dbad afce8035521840e497713c51dc9ebb2f cab1d27fcc8c46e0b64c3aec6831b860 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 258/504] 10.0.0.153 () {34 vars in 676 bytes} [Sun Jun 28 21:19:57 2026] POST /v2.0/floatingips => generated 552 bytes in 560 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/505] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:19:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/506] 10.0.0.153 () {34 vars in 685 bytes} [Sun Jun 28 21:19:58 2026] POST /v2.0/security-groups => generated 1660 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/507] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:19:58 2026] POST /v2.0/security-group-rules => generated 602 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/508] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:19:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:19:58.802 8 INFO neutron.db.l3_hamode_db [None req-ff2a3598-f5f5-4eea-8c31-fa899008dbad afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 263/509] 10.0.0.153 () {34 vars in 676 bytes} [Sun Jun 28 21:19:58 2026] POST /v2.0/floatingips => generated 552 bytes in 510 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/510] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:19:59 2026] POST /v2.0/security-group-rules => generated 602 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/511] 10.0.0.54 () {34 vars in 1097 bytes} [Sun Jun 28 21:19:59 2026] GET /v2.0/security-groups?name=tempest-securitygroup--654984605&fields=id&tenant_id=71c414e5b5014d4783116d751eafb626 => generated 69 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/512] 10.0.0.153 () {34 vars in 676 bytes} [Sun Jun 28 21:19:59 2026] POST /v2.0/floatingips => generated 552 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/513] 10.0.0.54 () {34 vars in 981 bytes} [Sun Jun 28 21:19:59 2026] GET /v2.0/networks?id=870318f3-5709-4e6b-a933-cbb74633ffce => generated 675 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/514] 10.0.0.54 () {34 vars in 964 bytes} [Sun Jun 28 21:19:59 2026] GET /v2.0/quotas/71c414e5b5014d4783116d751eafb626 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/515] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:19:57 2026] POST /v2.0/routers => generated 736 bytes in 2400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/516] 10.0.0.54 () {34 vars in 1001 bytes} [Sun Jun 28 21:19:59 2026] GET /v2.0/ports?tenant_id=71c414e5b5014d4783116d751eafb626&fields=id => generated 103 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/517] 10.0.0.54 () {34 vars in 1097 bytes} [Sun Jun 28 21:20:00 2026] GET /v2.0/security-groups?name=tempest-securitygroup--487309095&fields=id&tenant_id=4f7c7c9dddc94853ab9b3364607d1739 => generated 69 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/518] 10.0.0.54 () {34 vars in 981 bytes} [Sun Jun 28 21:20:00 2026] GET /v2.0/networks?id=ced95a91-761c-4f00-9c45-9b791eb7f08c => generated 683 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/519] 10.0.0.54 () {34 vars in 906 bytes} [Sun Jun 28 21:20:00 2026] GET /v2.0/extensions => generated 21537 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/520] 10.0.0.54 () {34 vars in 964 bytes} [Sun Jun 28 21:20:00 2026] GET /v2.0/quotas/4f7c7c9dddc94853ab9b3364607d1739 => 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: 274/521] 10.0.0.54 () {34 vars in 1007 bytes} [Sun Jun 28 21:20:00 2026] GET /v2.0/networks/870318f3-5709-4e6b-a933-cbb74633ffce?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: 275/522] 10.0.0.54 () {34 vars in 1001 bytes} [Sun Jun 28 21:20:00 2026] GET /v2.0/ports?tenant_id=4f7c7c9dddc94853ab9b3364607d1739&fields=id => generated 57 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/523] 10.0.0.54 () {34 vars in 1107 bytes} [Sun Jun 28 21:20:00 2026] GET /v2.0/networks/870318f3-5709-4e6b-a933-cbb74633ffce?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: 277/524] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:00 2026] GET /v2.0/ports?device_id=fc4d371a-0612-410e-b7fe-24050f2a55f3 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/525] 10.0.0.54 () {34 vars in 906 bytes} [Sun Jun 28 21:20:01 2026] GET /v2.0/extensions => generated 21537 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/526] 10.0.0.153 () {34 vars in 783 bytes} [Sun Jun 28 21:20:00 2026] PUT /v2.0/routers/8c071b1e-fbc7-4f34-84b1-bb37e0270c1d/add_router_interface => generated 309 bytes in 1079 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/527] 10.0.0.54 () {34 vars in 1007 bytes} [Sun Jun 28 21:20:01 2026] GET /v2.0/networks/ced95a91-761c-4f00-9c45-9b791eb7f08c?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: 249/528] 10.0.0.54 () {34 vars in 1107 bytes} [Sun Jun 28 21:20:01 2026] GET /v2.0/networks/ced95a91-761c-4f00-9c45-9b791eb7f08c?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: 280/529] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:01 2026] GET /v2.0/ports?device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => 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: 250/530] 10.0.0.54 () {38 vars in 970 bytes} [Sun Jun 28 21:20:01 2026] POST /v2.0/security-groups => generated 1684 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/531] 10.0.0.54 () {34 vars in 990 bytes} [Sun Jun 28 21:20:01 2026] GET /v2.0/security-groups/072311c3-9ffc-4294-af88-2977f27b8751 => generated 1684 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/532] 10.0.0.54 () {38 vars in 980 bytes} [Sun Jun 28 21:20:01 2026] POST /v2.0/security-group-rules => generated 614 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/533] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:02 2026] GET /v2.0/ports?device_id=fc4d371a-0612-410e-b7fe-24050f2a55f3 => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/534] 10.0.0.54 () {38 vars in 970 bytes} [Sun Jun 28 21:20:01 2026] POST /v2.0/security-groups => generated 1686 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/535] 10.0.0.54 () {34 vars in 990 bytes} [Sun Jun 28 21:20:02 2026] GET /v2.0/security-groups/b67fa0cb-8ba9-4f3a-bac6-07bba029ac42 => generated 1686 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/536] 10.0.0.54 () {38 vars in 980 bytes} [Sun Jun 28 21:20:02 2026] POST /v2.0/security-group-rules => generated 614 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/537] 10.0.0.54 () {34 vars in 990 bytes} [Sun Jun 28 21:20:02 2026] GET /v2.0/security-groups/b67fa0cb-8ba9-4f3a-bac6-07bba029ac42 => generated 2311 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/538] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:02 2026] GET /v2.0/ports?device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/539] 10.0.0.54 () {38 vars in 980 bytes} [Sun Jun 28 21:20:02 2026] POST /v2.0/security-group-rules => generated 619 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/540] 10.0.0.54 () {34 vars in 990 bytes} [Sun Jun 28 21:20:02 2026] GET /v2.0/security-groups/b67fa0cb-8ba9-4f3a-bac6-07bba029ac42 => generated 2941 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/541] 10.0.0.54 () {34 vars in 1000 bytes} [Sun Jun 28 21:20:02 2026] GET /v2.0/security-group-rules/298c15e5-6f48-4e57-bb5a-c43a1f1a104f => generated 616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/542] 10.0.0.54 () {34 vars in 990 bytes} [Sun Jun 28 21:20:02 2026] GET /v2.0/security-groups/b67fa0cb-8ba9-4f3a-bac6-07bba029ac42 => generated 2941 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/543] 10.0.0.54 () {36 vars in 1022 bytes} [Sun Jun 28 21:20:02 2026] DELETE /v2.0/security-group-rules/298c15e5-6f48-4e57-bb5a-c43a1f1a104f => 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: 258/544] 10.0.0.54 () {34 vars in 990 bytes} [Sun Jun 28 21:20:02 2026] GET /v2.0/security-groups/b67fa0cb-8ba9-4f3a-bac6-07bba029ac42 => generated 2311 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/545] 10.0.0.54 () {36 vars in 1012 bytes} [Sun Jun 28 21:20:02 2026] DELETE /v2.0/security-groups/b67fa0cb-8ba9-4f3a-bac6-07bba029ac42 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/546] 10.0.0.54 () {34 vars in 990 bytes} [Sun Jun 28 21:20:03 2026] GET /v2.0/security-groups/072311c3-9ffc-4294-af88-2977f27b8751 => generated 2309 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/547] 10.0.0.54 () {36 vars in 1012 bytes} [Sun Jun 28 21:20:03 2026] DELETE /v2.0/security-groups/072311c3-9ffc-4294-af88-2977f27b8751 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/548] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:03 2026] GET /v2.0/ports?device_id=fc4d371a-0612-410e-b7fe-24050f2a55f3 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/549] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:03 2026] GET /v2.0/ports?device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:20:03.715 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2a5e76f-bc06-4f75-b692-27074259aa83 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: dcfb1ff0-455a-49c5-8327-f888c4d250f1 2026-06-28 21:20:03.723 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2a5e76f-bc06-4f75-b692-27074259aa83 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: dcfb1ff0-455a-49c5-8327-f888c4d250f1 [pid: 8|app: 0|req: 260/550] 10.0.0.153 () {34 vars in 789 bytes} [Sun Jun 28 21:20:03 2026] PUT /v2.0/routers/8c071b1e-fbc7-4f34-84b1-bb37e0270c1d/remove_router_interface => generated 309 bytes in 1098 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/551] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:04 2026] GET /v2.0/ports?device_id=fc4d371a-0612-410e-b7fe-24050f2a55f3 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:20:04.567 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ef6150f-fb25-429b-a496-4034d464bfb6 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: af1091ce-6380-4116-aaf6-47d4f05fc497 2026-06-28 21:20:04.570 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ef6150f-fb25-429b-a496-4034d464bfb6 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: af1091ce-6380-4116-aaf6-47d4f05fc497 [pid: 7|app: 0|req: 292/552] 10.0.0.54 () {34 vars in 1099 bytes} [Sun Jun 28 21:20:04 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1560074540&fields=id&tenant_id=6cde0a1985ba4a2a9d780a93ce94be3d => 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: 293/553] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:04 2026] GET /v2.0/ports?device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => 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: 294/554] 10.0.0.54 () {34 vars in 981 bytes} [Sun Jun 28 21:20:04 2026] GET /v2.0/networks?id=140134dc-deef-42e3-b258-1d52aaba6c66 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/555] 10.0.0.54 () {34 vars in 964 bytes} [Sun Jun 28 21:20:04 2026] GET /v2.0/quotas/6cde0a1985ba4a2a9d780a93ce94be3d => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:20:04.844 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ef6150f-fb25-429b-a496-4034d464bfb6 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: db6b0234-4f44-4cec-b416-9b2e4572b040 2026-06-28 21:20:04.847 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ef6150f-fb25-429b-a496-4034d464bfb6 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: db6b0234-4f44-4cec-b416-9b2e4572b040 [pid: 7|app: 0|req: 296/556] 10.0.0.54 () {34 vars in 1001 bytes} [Sun Jun 28 21:20:04 2026] GET /v2.0/ports?tenant_id=6cde0a1985ba4a2a9d780a93ce94be3d&fields=id => generated 57 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:20:04.927 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-3ef6150f-fb25-429b-a496-4034d464bfb6 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - 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: 297/557] 10.0.0.54 () {34 vars in 1007 bytes} [Sun Jun 28 21:20:04 2026] GET /v2.0/networks/140134dc-deef-42e3-b258-1d52aaba6c66?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: 298/558] 10.0.0.54 () {34 vars in 1107 bytes} [Sun Jun 28 21:20:04 2026] GET /v2.0/networks/140134dc-deef-42e3-b258-1d52aaba6c66?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:20:05.332 8 INFO neutron.db.l3_hamode_db [None req-3ef6150f-fb25-429b-a496-4034d464bfb6 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] HA network b8f8d6d4-4f91-433d-8f35-0b7fe25c44cf was deleted as no HA routers are present in tenant cab1d27fcc8c46e0b64c3aec6831b860. [pid: 8|app: 0|req: 261/559] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:20:04 2026] DELETE /v2.0/routers/8c071b1e-fbc7-4f34-84b1-bb37e0270c1d => generated 0 bytes in 1008 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/560] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:05 2026] GET /v2.0/ports?device_id=830ac828-bf4a-4c01-baa8-bec4bcb5ee31 => 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: 300/561] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:05 2026] GET /v2.0/ports?device_id=fc4d371a-0612-410e-b7fe-24050f2a55f3 => 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: 262/562] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:20:05 2026] DELETE /v2.0/subnets/fad2251b-1b26-45bb-a434-5f0c8cd5da0c => 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: 301/563] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:20:05 2026] DELETE /v2.0/networks/044d810f-192d-41a8-bb44-c9795055baba => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:20:05.716 8 INFO neutron.services.segments.plugin [-] Segment 77049153-821a-48e7-8947-396181cda535 resource provider aggregate not found 2026-06-28 21:20:05.730 8 INFO neutron.services.segments.plugin [-] Segment 77049153-821a-48e7-8947-396181cda535 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77049153-821a-48e7-8947-396181cda535 found for delete ", "request_id": "req-e5c6e2e4-b224-40a5-845b-149cb3d55c08"}]} 2026-06-28 21:20:05.749 8 INFO neutron.services.segments.plugin [-] Segment 77049153-821a-48e7-8947-396181cda535 resource provider aggregate not found 2026-06-28 21:20:05.767 8 INFO neutron.services.segments.plugin [-] Segment 77049153-821a-48e7-8947-396181cda535 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77049153-821a-48e7-8947-396181cda535 found for delete ", "request_id": "req-5a5d18c2-db86-4298-abdf-681f024bee92"}]} [pid: 7|app: 0|req: 302/564] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:05 2026] GET /v2.0/ports?device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => 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: 303/565] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:20:05 2026] GET /v2.0/security-groups?tenant_id=cab1d27fcc8c46e0b64c3aec6831b860&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/566] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:20:05 2026] DELETE /v2.0/security-groups/ff009d20-d873-4467-9faa-4ad3852b947c => 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: 263/567] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:20:05 2026] GET /v2.0/networks?id=870318f3-5709-4e6b-a933-cbb74633ffce => generated 675 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:20:06.174 7 INFO neutron.services.segments.plugin [-] Segment 06058e85-f84d-4860-ad04-1f339e356796 resource provider aggregate not found [pid: 7|app: 0|req: 305/568] 199.204.45.227 () {34 vars in 911 bytes} [Sun Jun 28 21:20:06 2026] GET /v2.0/extensions => generated 21537 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-28 21:20:06.198 7 INFO neutron.services.segments.plugin [-] Segment 06058e85-f84d-4860-ad04-1f339e356796 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06058e85-f84d-4860-ad04-1f339e356796 found for delete ", "request_id": "req-7690f47e-1e6c-4111-83f7-c1efd3c307df"}]} [pid: 8|app: 0|req: 264/569] 199.204.45.227 () {34 vars in 1050 bytes} [Sun Jun 28 21:20:06 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=71c414e5b5014d4783116d751eafb626 => generated 180 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/570] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:06 2026] GET /v2.0/ports?device_id=830ac828-bf4a-4c01-baa8-bec4bcb5ee31 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:20:06.502 7 INFO neutron.services.segments.plugin [-] Segment 06058e85-f84d-4860-ad04-1f339e356796 resource provider aggregate not found 2026-06-28 21:20:06.533 7 INFO neutron.services.segments.plugin [-] Segment 06058e85-f84d-4860-ad04-1f339e356796 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06058e85-f84d-4860-ad04-1f339e356796 found for delete ", "request_id": "req-55033147-c1b9-4f07-95af-c11bf2f6824a"}]} [pid: 8|app: 0|req: 266/571] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:06 2026] GET /v2.0/ports?device_id=fc4d371a-0612-410e-b7fe-24050f2a55f3 => 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: 306/572] 199.204.45.227 () {38 vars in 955 bytes} [Sun Jun 28 21:20:06 2026] POST /v2.0/ports => generated 954 bytes in 513 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/573] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:06 2026] GET /v2.0/ports?device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 268/574] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:07 2026] GET /v2.0/ports?device_id=830ac828-bf4a-4c01-baa8-bec4bcb5ee31 => 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: 269/575] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:07 2026] GET /v2.0/ports?device_id=fc4d371a-0612-410e-b7fe-24050f2a55f3 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/576] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:20:07 2026] GET /v2.0/networks?id=ced95a91-761c-4f00-9c45-9b791eb7f08c => generated 683 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/577] 199.204.45.227 () {38 vars in 1028 bytes} [Sun Jun 28 21:20:07 2026] PUT /v2.0/ports/42e06635-b363-4a7a-af8f-22dbd3206423 => generated 1235 bytes in 617 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: 271/578] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:07 2026] GET /v2.0/security-groups?id=cb50f723-d658-4033-814e-0e9472788e27&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/579] 199.204.45.227 () {34 vars in 1050 bytes} [Sun Jun 28 21:20:07 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4f7c7c9dddc94853ab9b3364607d1739 => generated 180 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/580] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:08 2026] GET /v2.0/ports?device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => 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: 272/581] 199.204.45.227 () {38 vars in 955 bytes} [Sun Jun 28 21:20:07 2026] POST /v2.0/ports => generated 958 bytes in 493 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-28 21:20:08.339 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a1267eb-67be-467b-8d97-7d7ae2488c4f'] response: {'name': 'network-changed', 'server_uuid': 'fc4d371a-0612-410e-b7fe-24050f2a55f3', 'tag': '42e06635-b363-4a7a-af8f-22dbd3206423', 'status': 'completed', 'code': 200} 2026-06-28 21:20:08.437 7 INFO neutron.db.segments_db [None req-669771e0-909f-42a7-8a11-fc6537abd1a3 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Added segment 09c378b9-0f1c-4f95-91f3-f4699263dcba of type vxlan for network a48a8792-d9a3-4773-9a8e-eba1397166b2 [pid: 7|app: 0|req: 310/582] 10.0.0.153 () {34 vars in 671 bytes} [Sun Jun 28 21:20:08 2026] POST /v2.0/networks => generated 744 bytes in 838 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/583] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:08 2026] GET /v2.0/ports?device_id=830ac828-bf4a-4c01-baa8-bec4bcb5ee31 => generated 12 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/584] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:20:08 2026] GET /v2.0/ports?tenant_id=71c414e5b5014d4783116d751eafb626&device_id=fc4d371a-0612-410e-b7fe-24050f2a55f3 => generated 1238 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/585] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:09 2026] GET /v2.0/ports?device_id=fc4d371a-0612-410e-b7fe-24050f2a55f3 => 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: 273/586] 199.204.45.227 () {38 vars in 1028 bytes} [Sun Jun 28 21:20:08 2026] PUT /v2.0/ports/7372c191-64b5-484f-80eb-40bbbe3651a7 => generated 1239 bytes in 815 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: 274/587] 199.204.45.227 () {34 vars in 1058 bytes} [Sun Jun 28 21:20:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=42e06635-b363-4a7a-af8f-22dbd3206423 => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/588] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:09 2026] GET /v2.0/ports?device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => 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: 276/589] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:09 2026] GET /v2.0/security-groups?id=cb50f723-d658-4033-814e-0e9472788e27&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: 277/590] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:20:09 2026] GET /v2.0/subnets?id=23a6e2eb-dcc2-4c49-ab8a-99d944173cef => generated 693 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/591] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:20:09 2026] POST /v2.0/subnets => generated 691 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/592] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:09 2026] GET /v2.0/security-groups?id=0ebd797c-8ea9-492a-b782-21bb0d8e909b&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/593] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:20:09 2026] GET /v2.0/ports?network_id=870318f3-5709-4e6b-a933-cbb74633ffce&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-28 21:20:09.388 8 INFO neutron.db.segments_db [None req-90bc91f8-95a5-4517-a9e7-c764ca62b828 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Added segment b5f0de01-3557-4da7-b54e-a29f254d81e2 of type vxlan for network aa41f850-6fd0-467e-bc3d-68a60c7189b5 [pid: 7|app: 0|req: 316/594] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:20:09 2026] GET /v2.0/networks/870318f3-5709-4e6b-a933-cbb74633ffce?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: 317/595] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:20:09 2026] GET /v2.0/networks/870318f3-5709-4e6b-a933-cbb74633ffce?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-28 21:20:09.589 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a06a9e2c-c943-490d-b5e9-f79e0459593b'] response: {'name': 'network-changed', 'server_uuid': 'f6b64a55-e067-4b7a-97f8-37a30a436623', 'tag': '7372c191-64b5-484f-80eb-40bbbe3651a7', 'status': 'completed', 'code': 200} 2026-06-28 21:20:09.626 8 INFO neutron.db.l3_hamode_db [None req-90bc91f8-95a5-4517-a9e7-c764ca62b828 afce8035521840e497713c51dc9ebb2f fa036cb2517d42e4b1235fccf067bf82 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 318/596] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:20:09 2026] GET /v2.0/networks?id=140134dc-deef-42e3-b258-1d52aaba6c66 => generated 678 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/597] 199.204.45.227 () {34 vars in 1050 bytes} [Sun Jun 28 21:20:09 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6cde0a1985ba4a2a9d780a93ce94be3d => generated 181 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/598] 199.204.45.227 () {38 vars in 955 bytes} [Sun Jun 28 21:20:09 2026] POST /v2.0/ports => generated 954 bytes in 400 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-28 21:20:10.427 8 INFO neutron.db.l3_hamode_db [None req-90bc91f8-95a5-4517-a9e7-c764ca62b828 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 321/599] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:10 2026] GET /v2.0/ports?device_id=830ac828-bf4a-4c01-baa8-bec4bcb5ee31 => generated 957 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/600] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:20:10 2026] GET /v2.0/ports?tenant_id=4f7c7c9dddc94853ab9b3364607d1739&device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/601] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:10 2026] GET /v2.0/ports?device_id=fc4d371a-0612-410e-b7fe-24050f2a55f3 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/602] 199.204.45.227 () {38 vars in 1028 bytes} [Sun Jun 28 21:20:10 2026] PUT /v2.0/ports/aad2b3f7-0c95-48f8-943c-8e7c35fb6b78 => generated 1235 bytes in 406 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: 325/603] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:10 2026] GET /v2.0/security-groups?id=77dc576f-fd77-46bd-bd6e-71f45d593faa&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/604] 199.204.45.227 () {34 vars in 1018 bytes} [Sun Jun 28 21:20:10 2026] GET /v2.0/networks?tenant_id=4f7c7c9dddc94853ab9b3364607d1739&shared=False => generated 779 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/605] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:20:11 2026] GET /v2.0/ports?tenant_id=71c414e5b5014d4783116d751eafb626&device_id=fc4d371a-0612-410e-b7fe-24050f2a55f3 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/606] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:11 2026] GET /v2.0/security-groups?id=cb50f723-d658-4033-814e-0e9472788e27&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:20:11.157 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-acb2609e-a719-45d9-a9ec-d4950d4ac4af'] response: {'name': 'network-changed', 'server_uuid': '830ac828-bf4a-4c01-baa8-bec4bcb5ee31', 'tag': 'aad2b3f7-0c95-48f8-943c-8e7c35fb6b78', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 329/607] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:11 2026] GET /v2.0/ports?device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => generated 973 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/608] 199.204.45.227 () {34 vars in 930 bytes} [Sun Jun 28 21:20:11 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/609] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:20:11 2026] GET /v2.0/networks?id=870318f3-5709-4e6b-a933-cbb74633ffce => generated 771 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/610] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:11 2026] GET /v2.0/security-groups?id=0ebd797c-8ea9-492a-b782-21bb0d8e909b&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: 279/611] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:20:09 2026] POST /v2.0/routers => generated 731 bytes in 2057 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/612] 199.204.45.227 () {34 vars in 1058 bytes} [Sun Jun 28 21:20:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=42e06635-b363-4a7a-af8f-22dbd3206423 => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/613] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:20:11 2026] GET /v2.0/subnets?id=23a6e2eb-dcc2-4c49-ab8a-99d944173cef => 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: 335/614] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:20:11 2026] GET /v2.0/ports?network_id=870318f3-5709-4e6b-a933-cbb74633ffce&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: 7|app: 0|req: 336/615] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:20:11 2026] GET /v2.0/networks/870318f3-5709-4e6b-a933-cbb74633ffce?fields=segments => generated 14 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/616] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:20:11 2026] GET /v2.0/networks/870318f3-5709-4e6b-a933-cbb74633ffce?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: 7|app: 0|req: 338/617] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:20:11 2026] GET /v2.0/ports?tenant_id=6cde0a1985ba4a2a9d780a93ce94be3d&device_id=830ac828-bf4a-4c01-baa8-bec4bcb5ee31 => 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: 339/618] 199.204.45.227 () {34 vars in 1018 bytes} [Sun Jun 28 21:20:11 2026] GET /v2.0/networks?tenant_id=6cde0a1985ba4a2a9d780a93ce94be3d&shared=False => generated 774 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/619] 199.204.45.227 () {34 vars in 930 bytes} [Sun Jun 28 21:20:11 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: 341/620] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:12 2026] GET /v2.0/ports?device_id=830ac828-bf4a-4c01-baa8-bec4bcb5ee31 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/621] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:12 2026] GET /v2.0/security-groups?id=77dc576f-fd77-46bd-bd6e-71f45d593faa&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: 343/622] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:12 2026] GET /v2.0/ports?device_id=fc4d371a-0612-410e-b7fe-24050f2a55f3 => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/625] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:12 2026] GET /v2.0/security-groups?id=cb50f723-d658-4033-814e-0e9472788e27&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: 347/626] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:20:12 2026] GET /v2.0/ports?tenant_id=4f7c7c9dddc94853ab9b3364607d1739&device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/627] 199.204.45.227 () {34 vars in 1060 bytes} [Sun Jun 28 21:20:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=7372c191-64b5-484f-80eb-40bbbe3651a7 => 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: 349/628] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:20:12 2026] GET /v2.0/subnets?id=61989e2d-474a-4423-8062-0f471e605d58 => generated 701 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/629] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:20:12 2026] GET /v2.0/ports?network_id=ced95a91-761c-4f00-9c45-9b791eb7f08c&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: 351/630] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:12 2026] GET /v2.0/ports?device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/631] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:20:12 2026] GET /v2.0/networks/ced95a91-761c-4f00-9c45-9b791eb7f08c?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/632] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:12 2026] GET /v2.0/security-groups?id=0ebd797c-8ea9-492a-b782-21bb0d8e909b&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/633] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:20:12 2026] GET /v2.0/networks/ced95a91-761c-4f00-9c45-9b791eb7f08c?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: 355/634] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:20:12 2026] GET /v2.0/ports?tenant_id=6cde0a1985ba4a2a9d780a93ce94be3d&device_id=830ac828-bf4a-4c01-baa8-bec4bcb5ee31 => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/635] 199.204.45.227 () {34 vars in 1058 bytes} [Sun Jun 28 21:20:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=aad2b3f7-0c95-48f8-943c-8e7c35fb6b78 => 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: 357/636] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:20:12 2026] GET /v2.0/subnets?id=0dc69570-b67c-4221-9b59-e4db7053a746 => generated 696 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/637] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:20:12 2026] GET /v2.0/ports?network_id=140134dc-deef-42e3-b258-1d52aaba6c66&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/638] 10.0.0.153 () {34 vars in 783 bytes} [Sun Jun 28 21:20:11 2026] PUT /v2.0/routers/2b6d6c33-bd06-4cab-840a-aea5df56dcff/add_router_interface => generated 309 bytes in 1630 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/639] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:20:12 2026] GET /v2.0/networks/140134dc-deef-42e3-b258-1d52aaba6c66?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/640] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:20:13 2026] GET /v2.0/networks/140134dc-deef-42e3-b258-1d52aaba6c66?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: 360/641] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:13 2026] GET /v2.0/ports?device_id=830ac828-bf4a-4c01-baa8-bec4bcb5ee31 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/642] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:13 2026] GET /v2.0/security-groups?id=77dc576f-fd77-46bd-bd6e-71f45d593faa&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/643] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:13 2026] GET /v2.0/ports?device_id=fc4d371a-0612-410e-b7fe-24050f2a55f3 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/644] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:13 2026] GET /v2.0/security-groups?id=cb50f723-d658-4033-814e-0e9472788e27&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/645] 10.0.0.54 () {38 vars in 970 bytes} [Sun Jun 28 21:20:13 2026] POST /v2.0/security-groups => generated 1680 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/646] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:13 2026] GET /v2.0/ports?device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => generated 973 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/647] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:13 2026] GET /v2.0/security-groups?id=0ebd797c-8ea9-492a-b782-21bb0d8e909b&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: 363/648] 10.0.0.54 () {38 vars in 970 bytes} [Sun Jun 28 21:20:13 2026] POST /v2.0/security-groups => generated 1681 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/649] 10.0.0.54 () {38 vars in 970 bytes} [Sun Jun 28 21:20:13 2026] POST /v2.0/security-groups => generated 1681 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/650] 10.0.0.54 () {34 vars in 1001 bytes} [Sun Jun 28 21:20:14 2026] GET /v2.0/security-groups?tenant_id=fa036cb2517d42e4b1235fccf067bf82 => generated 7907 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/651] 10.0.0.54 () {34 vars in 990 bytes} [Sun Jun 28 21:20:14 2026] GET /v2.0/security-groups/d7f8e29c-714f-4918-998e-e5f08759b208 => generated 2922 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/652] 10.0.0.54 () {34 vars in 990 bytes} [Sun Jun 28 21:20:14 2026] GET /v2.0/security-groups/d7f8e29c-714f-4918-998e-e5f08759b208 => generated 2922 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/653] 10.0.0.54 () {34 vars in 990 bytes} [Sun Jun 28 21:20:14 2026] GET /v2.0/security-groups/d5e9130b-225a-4796-a20c-cbd326048f27 => generated 1680 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/654] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:14 2026] GET /v2.0/ports?device_id=830ac828-bf4a-4c01-baa8-bec4bcb5ee31 => 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: 367/655] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:14 2026] GET /v2.0/security-groups?id=77dc576f-fd77-46bd-bd6e-71f45d593faa&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: 289/656] 10.0.0.54 () {36 vars in 1012 bytes} [Sun Jun 28 21:20:14 2026] DELETE /v2.0/security-groups/d5e9130b-225a-4796-a20c-cbd326048f27 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:20:14.498 7 INFO neutron.api.v2.resource [req-c7cb3e2b-5919-49e8-8c5a-551ea9481c8b req-78a32a85-d717-4a95-8781-c9a87b866f34 83ab30466105446d869cea976cb38495 fa036cb2517d42e4b1235fccf067bf82 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 368/657] 10.0.0.54 () {34 vars in 990 bytes} [Sun Jun 28 21:20:14 2026] GET /v2.0/security-groups/d5e9130b-225a-4796-a20c-cbd326048f27 => 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: 290/658] 10.0.0.54 () {34 vars in 990 bytes} [Sun Jun 28 21:20:14 2026] GET /v2.0/security-groups/dfda7cd9-baa1-4545-a14c-74b0b6a43720 => generated 1681 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/659] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:14 2026] GET /v2.0/ports?device_id=fc4d371a-0612-410e-b7fe-24050f2a55f3 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/660] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:14 2026] GET /v2.0/security-groups?id=cb50f723-d658-4033-814e-0e9472788e27&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: 291/661] 10.0.0.54 () {36 vars in 1012 bytes} [Sun Jun 28 21:20:14 2026] DELETE /v2.0/security-groups/dfda7cd9-baa1-4545-a14c-74b0b6a43720 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:20:14.709 7 INFO neutron.api.v2.resource [req-cc07ec52-d208-477b-a068-2b0baac70043 req-3c6dcc01-0a45-4067-8a38-d99a9e23c6ba 83ab30466105446d869cea976cb38495 fa036cb2517d42e4b1235fccf067bf82 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 371/662] 10.0.0.54 () {34 vars in 990 bytes} [Sun Jun 28 21:20:14 2026] GET /v2.0/security-groups/dfda7cd9-baa1-4545-a14c-74b0b6a43720 => 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: 292/663] 10.0.0.54 () {34 vars in 990 bytes} [Sun Jun 28 21:20:14 2026] GET /v2.0/security-groups/a9f5216f-388d-4541-bad7-445669903566 => generated 1681 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/664] 10.0.0.54 () {36 vars in 1012 bytes} [Sun Jun 28 21:20:14 2026] DELETE /v2.0/security-groups/a9f5216f-388d-4541-bad7-445669903566 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:20:14.876 7 INFO neutron.api.v2.resource [req-8e9bcc84-93be-4577-aa77-31daad37b344 req-049de338-d9db-4f8e-80a0-6792942fbf19 83ab30466105446d869cea976cb38495 fa036cb2517d42e4b1235fccf067bf82 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 373/665] 10.0.0.54 () {34 vars in 990 bytes} [Sun Jun 28 21:20:14 2026] GET /v2.0/security-groups/a9f5216f-388d-4541-bad7-445669903566 => 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: 293/666] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:14 2026] GET /v2.0/ports?device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/667] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:14 2026] GET /v2.0/security-groups?id=0ebd797c-8ea9-492a-b782-21bb0d8e909b&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: 294/668] 10.0.0.54 () {34 vars in 1001 bytes} [Sun Jun 28 21:20:14 2026] GET /v2.0/security-groups?tenant_id=fa036cb2517d42e4b1235fccf067bf82 => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/669] 10.0.0.54 () {34 vars in 990 bytes} [Sun Jun 28 21:20:14 2026] GET /v2.0/security-groups/d7f8e29c-714f-4918-998e-e5f08759b208 => generated 2922 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/670] 10.0.0.54 () {34 vars in 990 bytes} [Sun Jun 28 21:20:14 2026] GET /v2.0/security-groups/d7f8e29c-714f-4918-998e-e5f08759b208 => generated 2922 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:20:15.059 7 INFO neutron.api.v2.resource [req-b8e923bb-6285-4707-b92d-752b873f5c5e req-494adf53-1849-4c9f-88b3-163e0c660404 83ab30466105446d869cea976cb38495 fa036cb2517d42e4b1235fccf067bf82 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 376/671] 10.0.0.54 () {34 vars in 990 bytes} [Sun Jun 28 21:20:15 2026] GET /v2.0/security-groups/a9f5216f-388d-4541-bad7-445669903566 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:20:15.090 8 INFO neutron.api.v2.resource [req-f1ddd2b5-6f2b-4229-962d-7893b21ca100 req-97fce63e-246f-414c-9f5f-610668c8e40a 83ab30466105446d869cea976cb38495 fa036cb2517d42e4b1235fccf067bf82 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 296/672] 10.0.0.54 () {34 vars in 990 bytes} [Sun Jun 28 21:20:15 2026] GET /v2.0/security-groups/dfda7cd9-baa1-4545-a14c-74b0b6a43720 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:20:15.125 7 INFO neutron.api.v2.resource [req-5c67f1ee-0839-4275-9d64-a82f04a40a47 req-abd325d9-1973-4cd8-9055-328301861ba9 83ab30466105446d869cea976cb38495 fa036cb2517d42e4b1235fccf067bf82 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 377/673] 10.0.0.54 () {34 vars in 990 bytes} [Sun Jun 28 21:20:15 2026] GET /v2.0/security-groups/d5e9130b-225a-4796-a20c-cbd326048f27 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:20:15.534 8 INFO neutron_taas.services.taas.taas_plugin [None req-70494a7d-2e5f-4aa2-9b23-aa4b19388cbd afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: fdd99dd3-308e-41a3-9b90-cef4c36786f0 2026-06-28 21:20:15.537 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70494a7d-2e5f-4aa2-9b23-aa4b19388cbd afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: fdd99dd3-308e-41a3-9b90-cef4c36786f0 [pid: 7|app: 0|req: 378/674] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:15 2026] GET /v2.0/ports?device_id=830ac828-bf4a-4c01-baa8-bec4bcb5ee31 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/675] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:15 2026] GET /v2.0/security-groups?id=77dc576f-fd77-46bd-bd6e-71f45d593faa&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: 380/676] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:15 2026] GET /v2.0/ports?device_id=fc4d371a-0612-410e-b7fe-24050f2a55f3 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/677] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:15 2026] GET /v2.0/security-groups?id=cb50f723-d658-4033-814e-0e9472788e27&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: 382/678] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:16 2026] GET /v2.0/ports?device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/679] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:16 2026] GET /v2.0/security-groups?id=0ebd797c-8ea9-492a-b782-21bb0d8e909b&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: 297/680] 10.0.0.153 () {34 vars in 789 bytes} [Sun Jun 28 21:20:15 2026] PUT /v2.0/routers/2b6d6c33-bd06-4cab-840a-aea5df56dcff/remove_router_interface => generated 309 bytes in 1018 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:20:16.382 7 INFO neutron_taas.services.taas.taas_plugin [None req-f900812c-9e28-4272-82c3-bbe21c99f0cd afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: bd0bdbc9-50f4-4eb4-b29a-8c4b162be714 2026-06-28 21:20:16.393 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f900812c-9e28-4272-82c3-bbe21c99f0cd afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: bd0bdbc9-50f4-4eb4-b29a-8c4b162be714 2026-06-28 21:20:16.664 7 INFO neutron_taas.services.taas.taas_plugin [None req-f900812c-9e28-4272-82c3-bbe21c99f0cd afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: 231ae6ae-c0d3-4394-a828-2a04166d1a48 2026-06-28 21:20:16.667 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f900812c-9e28-4272-82c3-bbe21c99f0cd afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: 231ae6ae-c0d3-4394-a828-2a04166d1a48 [pid: 8|app: 0|req: 298/681] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:16 2026] GET /v2.0/ports?device_id=830ac828-bf4a-4c01-baa8-bec4bcb5ee31 => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:20:16.747 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-f900812c-9e28-4272-82c3-bbe21c99f0cd afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - 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: 299/682] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:16 2026] GET /v2.0/security-groups?id=77dc576f-fd77-46bd-bd6e-71f45d593faa&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/683] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:16 2026] GET /v2.0/ports?device_id=fc4d371a-0612-410e-b7fe-24050f2a55f3 => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/684] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:16 2026] GET /v2.0/security-groups?id=cb50f723-d658-4033-814e-0e9472788e27&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:20:17.086 7 INFO neutron.services.segments.plugin [-] Segment b5f0de01-3557-4da7-b54e-a29f254d81e2 resource provider aggregate not found 2026-06-28 21:20:17.093 7 INFO neutron.services.segments.plugin [-] Segment b5f0de01-3557-4da7-b54e-a29f254d81e2 resource provider aggregate not found 2026-06-28 21:20:17.111 7 INFO neutron.services.segments.plugin [-] Segment b5f0de01-3557-4da7-b54e-a29f254d81e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5f0de01-3557-4da7-b54e-a29f254d81e2 found for delete ", "request_id": "req-4bdb7aa6-6a81-423a-807f-7bd271e15c39"}]} 2026-06-28 21:20:17.116 7 INFO neutron.services.segments.plugin [-] Segment b5f0de01-3557-4da7-b54e-a29f254d81e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5f0de01-3557-4da7-b54e-a29f254d81e2 found for delete ", "request_id": "req-0efeb483-3833-447b-8b74-8f9720d8c22d"}]} 2026-06-28 21:20:17.127 7 INFO neutron.db.l3_hamode_db [None req-f900812c-9e28-4272-82c3-bbe21c99f0cd afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] HA network aa41f850-6fd0-467e-bc3d-68a60c7189b5 was deleted as no HA routers are present in tenant fa036cb2517d42e4b1235fccf067bf82. [pid: 7|app: 0|req: 384/685] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:20:16 2026] DELETE /v2.0/routers/2b6d6c33-bd06-4cab-840a-aea5df56dcff => generated 0 bytes in 965 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/686] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:17 2026] GET /v2.0/ports?device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => generated 973 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/687] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:17 2026] GET /v2.0/security-groups?id=0ebd797c-8ea9-492a-b782-21bb0d8e909b&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: 302/688] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:20:17 2026] DELETE /v2.0/subnets/663e14b9-9dd2-46ae-93a2-bdc87e1cf6ea => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:20:17.478 7 INFO neutron_taas.services.taas.taas_plugin [None req-7e9b8384-ccdd-4f9d-a5bb-f4c6d33d5d50 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: 92106bac-9ff8-4160-9182-0ce2ccb79be0 2026-06-28 21:20:17.480 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e9b8384-ccdd-4f9d-a5bb-f4c6d33d5d50 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: 92106bac-9ff8-4160-9182-0ce2ccb79be0 [pid: 7|app: 0|req: 387/689] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:20:17 2026] DELETE /v2.0/networks/a48a8792-d9a3-4773-9a8e-eba1397166b2 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/690] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:17 2026] GET /v2.0/ports?device_id=830ac828-bf4a-4c01-baa8-bec4bcb5ee31 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/691] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:20:17 2026] GET /v2.0/security-groups?tenant_id=fa036cb2517d42e4b1235fccf067bf82&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/692] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:17 2026] GET /v2.0/security-groups?id=77dc576f-fd77-46bd-bd6e-71f45d593faa&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: 389/693] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:20:17 2026] DELETE /v2.0/security-groups/d7f8e29c-714f-4918-998e-e5f08759b208 => 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: 305/694] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:17 2026] GET /v2.0/ports?device_id=fc4d371a-0612-410e-b7fe-24050f2a55f3 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/695] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:18 2026] GET /v2.0/security-groups?id=cb50f723-d658-4033-814e-0e9472788e27&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: 306/696] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:18 2026] GET /v2.0/ports?device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/697] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:18 2026] GET /v2.0/security-groups?id=0ebd797c-8ea9-492a-b782-21bb0d8e909b&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/698] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:18 2026] GET /v2.0/ports?device_id=830ac828-bf4a-4c01-baa8-bec4bcb5ee31 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/699] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:19 2026] GET /v2.0/security-groups?id=77dc576f-fd77-46bd-bd6e-71f45d593faa&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:20:19.131 7 INFO neutron.services.segments.plugin [-] Segment 09c378b9-0f1c-4f95-91f3-f4699263dcba resource provider aggregate not found 2026-06-28 21:20:19.143 7 INFO neutron.services.segments.plugin [-] Segment 09c378b9-0f1c-4f95-91f3-f4699263dcba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09c378b9-0f1c-4f95-91f3-f4699263dcba found for delete ", "request_id": "req-32e6fe97-f3c1-4e0d-b692-f0144fcac6bc"}]} 2026-06-28 21:20:19.147 7 INFO neutron.services.segments.plugin [-] Segment 09c378b9-0f1c-4f95-91f3-f4699263dcba resource provider aggregate not found 2026-06-28 21:20:19.169 7 INFO neutron.services.segments.plugin [-] Segment 09c378b9-0f1c-4f95-91f3-f4699263dcba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09c378b9-0f1c-4f95-91f3-f4699263dcba found for delete ", "request_id": "req-ab1c6dd8-8f8c-4c7a-8d4a-9ac39bdd28fe"}]} [pid: 8|app: 0|req: 308/700] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:19 2026] GET /v2.0/ports?device_id=fc4d371a-0612-410e-b7fe-24050f2a55f3 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/701] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:19 2026] GET /v2.0/security-groups?id=cb50f723-d658-4033-814e-0e9472788e27&fields=id&fields=name => generated 113 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/702] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:19 2026] GET /v2.0/ports?device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/703] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:19 2026] GET /v2.0/security-groups?id=0ebd797c-8ea9-492a-b782-21bb0d8e909b&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: 310/704] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:20 2026] GET /v2.0/ports?device_id=830ac828-bf4a-4c01-baa8-bec4bcb5ee31 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/705] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:20 2026] GET /v2.0/security-groups?id=77dc576f-fd77-46bd-bd6e-71f45d593faa&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/706] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:20 2026] GET /v2.0/ports?device_id=fc4d371a-0612-410e-b7fe-24050f2a55f3 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/707] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:20 2026] GET /v2.0/security-groups?id=cb50f723-d658-4033-814e-0e9472788e27&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/708] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:20 2026] GET /v2.0/ports?device_id=fc4d371a-0612-410e-b7fe-24050f2a55f3 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/709] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:20 2026] GET /v2.0/ports?device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/710] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:20 2026] GET /v2.0/security-groups?id=0ebd797c-8ea9-492a-b782-21bb0d8e909b&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: 315/711] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:21 2026] GET /v2.0/ports?device_id=830ac828-bf4a-4c01-baa8-bec4bcb5ee31 => 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: 316/712] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:21 2026] GET /v2.0/security-groups?id=77dc576f-fd77-46bd-bd6e-71f45d593faa&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:20:21.410 7 INFO neutron.db.l3_db [None req-5fdae419-7cd5-427c-bf26-3c1aeef9582e bea5a3afcb3f427bbd197e5df7318b4c 71c414e5b5014d4783116d751eafb626 - - default default] Floating IP b2eb5e2c-1763-4a00-a035-91a63ffe6cd6 associated. External IP: 10.96.250.205, port: 42e06635-b363-4a7a-af8f-22dbd3206423. [pid: 7|app: 0|req: 397/713] 10.0.0.153 () {34 vars in 749 bytes} [Sun Jun 28 21:20:20 2026] PUT /v2.0/floatingips/b2eb5e2c-1763-4a00-a035-91a63ffe6cd6 => generated 855 bytes in 1216 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:20:21.807 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-64dc3251-a111-45d1-af51-9d7fc06927f9'] response: {'name': 'network-changed', 'server_uuid': 'fc4d371a-0612-410e-b7fe-24050f2a55f3', 'tag': '42e06635-b363-4a7a-af8f-22dbd3206423', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 317/714] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:21 2026] GET /v2.0/ports?device_id=fc4d371a-0612-410e-b7fe-24050f2a55f3 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/715] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:21 2026] GET /v2.0/security-groups?id=cb50f723-d658-4033-814e-0e9472788e27&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: 318/716] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:21 2026] GET /v2.0/ports?device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => 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: 399/717] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:21 2026] GET /v2.0/security-groups?id=0ebd797c-8ea9-492a-b782-21bb0d8e909b&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: 319/718] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:22 2026] GET /v2.0/ports?device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/719] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:22 2026] GET /v2.0/ports?device_id=fc4d371a-0612-410e-b7fe-24050f2a55f3 => generated 971 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/720] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:20:22 2026] GET /v2.0/ports?tenant_id=71c414e5b5014d4783116d751eafb626&device_id=fc4d371a-0612-410e-b7fe-24050f2a55f3 => generated 1240 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/721] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:22 2026] GET /v2.0/security-groups?id=cb50f723-d658-4033-814e-0e9472788e27&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:20:22.533 7 INFO neutron.db.l3_db [None req-ad767e2a-4aff-4b16-8ec6-a3e157ff50e4 e28220527f554496ad0edeb6230b9a94 4f7c7c9dddc94853ab9b3364607d1739 - - default default] Floating IP f4229f05-fde2-420a-a43b-f7ece74beea9 associated. External IP: 10.96.250.219, port: 7372c191-64b5-484f-80eb-40bbbe3651a7. [pid: 8|app: 0|req: 323/722] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:22 2026] GET /v2.0/ports?device_id=830ac828-bf4a-4c01-baa8-bec4bcb5ee31 => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/723] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:20:22 2026] GET /v2.0/networks?id=870318f3-5709-4e6b-a933-cbb74633ffce => generated 771 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/724] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:22 2026] GET /v2.0/security-groups?id=77dc576f-fd77-46bd-bd6e-71f45d593faa&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: 326/725] 199.204.45.227 () {34 vars in 1058 bytes} [Sun Jun 28 21:20:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=42e06635-b363-4a7a-af8f-22dbd3206423 => generated 858 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/726] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:20:22 2026] GET /v2.0/subnets?id=23a6e2eb-dcc2-4c49-ab8a-99d944173cef => generated 693 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/727] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:22 2026] GET /v2.0/ports?device_id=830ac828-bf4a-4c01-baa8-bec4bcb5ee31 => 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: 329/728] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:20:22 2026] GET /v2.0/ports?network_id=870318f3-5709-4e6b-a933-cbb74633ffce&device_owner=network%3Adhcp => generated 1244 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/729] 10.0.0.153 () {34 vars in 749 bytes} [Sun Jun 28 21:20:22 2026] PUT /v2.0/floatingips/f4229f05-fde2-420a-a43b-f7ece74beea9 => generated 856 bytes in 823 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/730] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:20:22 2026] GET /v2.0/networks/870318f3-5709-4e6b-a933-cbb74633ffce?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: 402/731] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:20:23 2026] GET /v2.0/networks/870318f3-5709-4e6b-a933-cbb74633ffce?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: 403/732] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:23 2026] GET /v2.0/ports?device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/733] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:23 2026] GET /v2.0/security-groups?id=0ebd797c-8ea9-492a-b782-21bb0d8e909b&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:20:23.420 8 INFO neutron.db.l3_db [None req-d4a5260b-106b-47b4-98f0-db8186e84a2d 4427151497fd499d8d532e2c733fd27d 6cde0a1985ba4a2a9d780a93ce94be3d - - default default] Floating IP 033bbfdd-92e4-4f03-8e5b-c8495ffc7c69 associated. External IP: 10.96.250.210, port: aad2b3f7-0c95-48f8-943c-8e7c35fb6b78. [pid: 7|app: 0|req: 405/734] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:23 2026] GET /v2.0/ports?device_id=fc4d371a-0612-410e-b7fe-24050f2a55f3 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/735] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:23 2026] GET /v2.0/security-groups?id=cb50f723-d658-4033-814e-0e9472788e27&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/736] 10.0.0.153 () {34 vars in 749 bytes} [Sun Jun 28 21:20:22 2026] PUT /v2.0/floatingips/033bbfdd-92e4-4f03-8e5b-c8495ffc7c69 => generated 855 bytes in 798 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:20:23.788 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e2a1b9f-a9e0-474f-ac03-07c97027277c'] response: {'name': 'network-changed', 'server_uuid': '830ac828-bf4a-4c01-baa8-bec4bcb5ee31', 'tag': 'aad2b3f7-0c95-48f8-943c-8e7c35fb6b78', 'status': 'completed', 'code': 200} 2026-06-28 21:20:23.852 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fdae1187-59c9-4862-ab02-f07aefb3f476'] response: {'name': 'network-changed', 'server_uuid': 'f6b64a55-e067-4b7a-97f8-37a30a436623', 'tag': '7372c191-64b5-484f-80eb-40bbbe3651a7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 407/737] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:23 2026] GET /v2.0/ports?device_id=830ac828-bf4a-4c01-baa8-bec4bcb5ee31 => generated 971 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/738] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:23 2026] GET /v2.0/security-groups?id=77dc576f-fd77-46bd-bd6e-71f45d593faa&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/739] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:24 2026] GET /v2.0/ports?device_id=830ac828-bf4a-4c01-baa8-bec4bcb5ee31 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/740] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:24 2026] GET /v2.0/security-groups?id=77dc576f-fd77-46bd-bd6e-71f45d593faa&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: 332/741] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:20:24 2026] GET /v2.0/ports?tenant_id=6cde0a1985ba4a2a9d780a93ce94be3d&device_id=830ac828-bf4a-4c01-baa8-bec4bcb5ee31 => 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: 410/742] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:20:24 2026] GET /v2.0/networks?id=140134dc-deef-42e3-b258-1d52aaba6c66 => generated 774 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/743] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:20:24 2026] GET /v2.0/ports?tenant_id=4f7c7c9dddc94853ab9b3364607d1739&device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => 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: 411/744] 199.204.45.227 () {34 vars in 1058 bytes} [Sun Jun 28 21:20:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=aad2b3f7-0c95-48f8-943c-8e7c35fb6b78 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/745] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:20:24 2026] GET /v2.0/networks?id=ced95a91-761c-4f00-9c45-9b791eb7f08c => generated 779 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/746] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:20:24 2026] GET /v2.0/subnets?id=0dc69570-b67c-4221-9b59-e4db7053a746 => generated 696 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/747] 199.204.45.227 () {34 vars in 1060 bytes} [Sun Jun 28 21:20:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=7372c191-64b5-484f-80eb-40bbbe3651a7 => generated 859 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/748] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:20:24 2026] GET /v2.0/ports?network_id=140134dc-deef-42e3-b258-1d52aaba6c66&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/749] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:20:24 2026] GET /v2.0/subnets?id=61989e2d-474a-4423-8062-0f471e605d58 => generated 701 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/750] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:20:24 2026] GET /v2.0/networks/140134dc-deef-42e3-b258-1d52aaba6c66?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: 339/751] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:20:24 2026] GET /v2.0/ports?network_id=ced95a91-761c-4f00-9c45-9b791eb7f08c&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/752] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:20:24 2026] GET /v2.0/networks/140134dc-deef-42e3-b258-1d52aaba6c66?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: 341/753] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:20:24 2026] GET /v2.0/networks/ced95a91-761c-4f00-9c45-9b791eb7f08c?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: 342/754] 199.204.45.227 () {34 vars in 994 bytes} [Sun Jun 28 21:20:24 2026] GET /v2.0/ports?device_id=fc4d371a-0612-410e-b7fe-24050f2a55f3 => 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: 343/755] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:24 2026] GET /v2.0/ports?device_id=fc4d371a-0612-410e-b7fe-24050f2a55f3 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/756] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:20:24 2026] GET /v2.0/security-groups?tenant_id=04ddd3fd31b3453fad1e6dc13642e548&name=default => generated 2925 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/757] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:20:24 2026] GET /v2.0/networks/ced95a91-761c-4f00-9c45-9b791eb7f08c?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: 345/758] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:24 2026] GET /v2.0/security-groups?id=cb50f723-d658-4033-814e-0e9472788e27&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: 346/759] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:20:24 2026] DELETE /v2.0/security-groups/61cff30e-ca43-4f3a-9f44-df34691f6e92 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:20:25.009 7 INFO neutron_taas.services.taas.taas_plugin [req-19dd06e3-d77c-4368-9b9c-36127a03d39c req-3c5dbfe2-d156-4bcc-bbd3-7f8ccebe64c4 bea5a3afcb3f427bbd197e5df7318b4c 71c414e5b5014d4783116d751eafb626 - - default default] TaaS: Handle Delete Port: 42e06635-b363-4a7a-af8f-22dbd3206423 2026-06-28 21:20:25.014 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-19dd06e3-d77c-4368-9b9c-36127a03d39c req-3c5dbfe2-d156-4bcc-bbd3-7f8ccebe64c4 bea5a3afcb3f427bbd197e5df7318b4c 71c414e5b5014d4783116d751eafb626 - - default default] Tap Mirror: Handle Delete Port: 42e06635-b363-4a7a-af8f-22dbd3206423 2026-06-28 21:20:25.216 7 INFO neutron.db.l3_db [req-19dd06e3-d77c-4368-9b9c-36127a03d39c req-3c5dbfe2-d156-4bcc-bbd3-7f8ccebe64c4 bea5a3afcb3f427bbd197e5df7318b4c 71c414e5b5014d4783116d751eafb626 - - default default] Floating IP b2eb5e2c-1763-4a00-a035-91a63ffe6cd6 disassociated. External IP: 10.96.250.205, port: 42e06635-b363-4a7a-af8f-22dbd3206423. [pid: 8|app: 0|req: 347/760] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:20:25 2026] GET /v2.0/security-groups?tenant_id=1969ae7d314d4d7a9940a96466cff5d1&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/761] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:20:25 2026] DELETE /v2.0/security-groups/66d9d560-e6c7-4d3c-b70a-ed1626e7ce81 => 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: 349/762] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:25 2026] GET /v2.0/ports?device_id=830ac828-bf4a-4c01-baa8-bec4bcb5ee31 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/763] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:25 2026] GET /v2.0/security-groups?id=77dc576f-fd77-46bd-bd6e-71f45d593faa&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/764] 199.204.45.227 () {36 vars in 997 bytes} [Sun Jun 28 21:20:24 2026] DELETE /v2.0/ports/42e06635-b363-4a7a-af8f-22dbd3206423 => generated 0 bytes in 758 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:20:25.895 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-21461338-bc73-464d-9d7a-004b351d47b2'] response: {'server_uuid': 'fc4d371a-0612-410e-b7fe-24050f2a55f3', 'name': 'network-vif-deleted', 'tag': '42e06635-b363-4a7a-af8f-22dbd3206423', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 351/765] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:25 2026] GET /v2.0/ports?device_id=fc4d371a-0612-410e-b7fe-24050f2a55f3 => 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: 415/766] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:26 2026] GET /v2.0/ports?device_id=830ac828-bf4a-4c01-baa8-bec4bcb5ee31 => 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: 352/767] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:26 2026] GET /v2.0/security-groups?id=77dc576f-fd77-46bd-bd6e-71f45d593faa&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: 416/768] 199.204.45.227 () {34 vars in 994 bytes} [Sun Jun 28 21:20:26 2026] GET /v2.0/ports?device_id=830ac828-bf4a-4c01-baa8-bec4bcb5ee31 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:20:26.872 8 INFO neutron_taas.services.taas.taas_plugin [req-3ae2803f-9d7a-495a-8b25-2a9661e03bb9 req-bbeefd0b-8768-4e3e-a577-5242134dc3ee 4427151497fd499d8d532e2c733fd27d 6cde0a1985ba4a2a9d780a93ce94be3d - - default default] TaaS: Handle Delete Port: aad2b3f7-0c95-48f8-943c-8e7c35fb6b78 2026-06-28 21:20:26.877 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3ae2803f-9d7a-495a-8b25-2a9661e03bb9 req-bbeefd0b-8768-4e3e-a577-5242134dc3ee 4427151497fd499d8d532e2c733fd27d 6cde0a1985ba4a2a9d780a93ce94be3d - - default default] Tap Mirror: Handle Delete Port: aad2b3f7-0c95-48f8-943c-8e7c35fb6b78 2026-06-28 21:20:27.084 8 INFO neutron.db.l3_db [req-3ae2803f-9d7a-495a-8b25-2a9661e03bb9 req-bbeefd0b-8768-4e3e-a577-5242134dc3ee 4427151497fd499d8d532e2c733fd27d 6cde0a1985ba4a2a9d780a93ce94be3d - - default default] Floating IP 033bbfdd-92e4-4f03-8e5b-c8495ffc7c69 disassociated. External IP: 10.96.250.210, port: aad2b3f7-0c95-48f8-943c-8e7c35fb6b78. [pid: 7|app: 0|req: 417/769] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:27 2026] GET /v2.0/ports?device_id=fc4d371a-0612-410e-b7fe-24050f2a55f3 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:20:27.507 7 INFO neutron.db.segments_db [None req-4e3af35d-e2d4-4e8e-a485-876e63a7c1fa f7d492be4d2f45c9ac8fa0543ce379f3 e01c7b58df2b403e9a4eccf56937e17e - - default default] Added segment acedc0a0-2c1f-44de-a50f-7e0dabfaf48f of type vxlan for network 9639e68e-5ffa-49cc-bd3f-90589a3a81bb [pid: 8|app: 0|req: 353/770] 199.204.45.227 () {36 vars in 997 bytes} [Sun Jun 28 21:20:26 2026] DELETE /v2.0/ports/aad2b3f7-0c95-48f8-943c-8e7c35fb6b78 => generated 0 bytes in 778 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:20:27.583 7 INFO neutron.db.segments_db [None req-4e3af35d-e2d4-4e8e-a485-876e63a7c1fa f7d492be4d2f45c9ac8fa0543ce379f3 e01c7b58df2b403e9a4eccf56937e17e - - default default] Added segment 732b3453-0a1c-42ea-ba73-e4e833d347f0 of type vxlan for network c9c0edd2-57de-449b-a45d-94b8309a4bcd 2026-06-28 21:20:27.585 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-98f94ab5-7f51-40fe-adbd-a12a3ae98ac8'] response: {'server_uuid': '830ac828-bf4a-4c01-baa8-bec4bcb5ee31', 'name': 'network-vif-deleted', 'tag': 'aad2b3f7-0c95-48f8-943c-8e7c35fb6b78', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 418/773] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:20:27 2026] POST /v2.0/networks => generated 1245 bytes in 596 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/774] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:27 2026] GET /v2.0/ports?device_id=830ac828-bf4a-4c01-baa8-bec4bcb5ee31 => 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: 419/775] 10.0.0.153 () {32 vars in 649 bytes} [Sun Jun 28 21:20:27 2026] GET /v2.0/networks => generated 1844 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:20:27.982 8 INFO neutron.services.segments.plugin [-] Segment acedc0a0-2c1f-44de-a50f-7e0dabfaf48f resource provider aggregate not found 2026-06-28 21:20:27.987 8 INFO neutron.services.segments.plugin [-] Segment acedc0a0-2c1f-44de-a50f-7e0dabfaf48f resource provider aggregate not found 2026-06-28 21:20:28.012 8 INFO neutron.services.segments.plugin [-] Segment acedc0a0-2c1f-44de-a50f-7e0dabfaf48f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acedc0a0-2c1f-44de-a50f-7e0dabfaf48f found for delete ", "request_id": "req-558df30b-48c5-43c3-ac26-d0e4564d42fa"}]} 2026-06-28 21:20:28.012 8 INFO neutron.services.segments.plugin [-] Segment acedc0a0-2c1f-44de-a50f-7e0dabfaf48f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acedc0a0-2c1f-44de-a50f-7e0dabfaf48f found for delete ", "request_id": "req-fab6601c-44ce-470c-974b-1917186224a5"}]} [pid: 8|app: 0|req: 357/776] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:20:27 2026] DELETE /v2.0/networks/9639e68e-5ffa-49cc-bd3f-90589a3a81bb => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:20:28.153 7 INFO neutron.services.segments.plugin [-] Segment 732b3453-0a1c-42ea-ba73-e4e833d347f0 resource provider aggregate not found 2026-06-28 21:20:28.165 7 INFO neutron.services.segments.plugin [-] Segment 732b3453-0a1c-42ea-ba73-e4e833d347f0 resource provider aggregate not found 2026-06-28 21:20:28.184 7 INFO neutron.services.segments.plugin [-] Segment 732b3453-0a1c-42ea-ba73-e4e833d347f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 732b3453-0a1c-42ea-ba73-e4e833d347f0 found for delete ", "request_id": "req-dcab865d-cdef-4038-955f-61455db9dfe7"}]} 2026-06-28 21:20:28.193 7 INFO neutron.services.segments.plugin [-] Segment 732b3453-0a1c-42ea-ba73-e4e833d347f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 732b3453-0a1c-42ea-ba73-e4e833d347f0 found for delete ", "request_id": "req-c93b94de-fd7a-444f-888b-ecb11f385200"}]} [pid: 7|app: 0|req: 420/777] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:20:28 2026] DELETE /v2.0/networks/c9c0edd2-57de-449b-a45d-94b8309a4bcd => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/778] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:28 2026] GET /v2.0/ports?device_id=fc4d371a-0612-410e-b7fe-24050f2a55f3 => 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: 358/779] 10.0.0.153 () {32 vars in 649 bytes} [Sun Jun 28 21:20:28 2026] GET /v2.0/networks => generated 651 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:20:28.334 7 INFO neutron.db.segments_db [None req-c9910c23-9066-4d0f-b683-9b4ac371fdec f7d492be4d2f45c9ac8fa0543ce379f3 e01c7b58df2b403e9a4eccf56937e17e - - default default] Added segment 4aaa56b5-1990-4a2c-bbec-c9bd0aefa64d of type vxlan for network 1fd1a3e6-5297-4183-8e4e-072bd7f29f91 [pid: 7|app: 0|req: 422/780] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:20:28 2026] POST /v2.0/networks => generated 650 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:20:28.488 8 INFO neutron.db.segments_db [None req-48d2b1f4-fe45-473c-9625-957bdb4a3f4c f7d492be4d2f45c9ac8fa0543ce379f3 e01c7b58df2b403e9a4eccf56937e17e - - default default] Added segment 0b8f6a0b-a7c5-4fb9-8ce0-ce8bf93393e7 of type vxlan for network 805849ba-8464-4158-8435-eba3081f6b29 [pid: 8|app: 0|req: 359/781] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:20:28 2026] POST /v2.0/networks => generated 650 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/782] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:28 2026] GET /v2.0/ports?device_id=830ac828-bf4a-4c01-baa8-bec4bcb5ee31 => 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: 423/783] 10.0.0.153 () {34 vars in 665 bytes} [Sun Jun 28 21:20:28 2026] POST /v2.0/ports => generated 1505 bytes in 743 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: 424/784] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:20:29 2026] DELETE /v2.0/security-groups/cb50f723-d658-4033-814e-0e9472788e27 => 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: 361/785] 10.0.0.153 () {32 vars in 643 bytes} [Sun Jun 28 21:20:29 2026] GET /v2.0/ports => generated 1505 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:20:29.476 7 INFO neutron.api.v2.resource [None req-010dc935-e541-4a2d-ba02-195d840996cd bea5a3afcb3f427bbd197e5df7318b4c 71c414e5b5014d4783116d751eafb626 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 425/786] 10.0.0.153 () {32 vars in 737 bytes} [Sun Jun 28 21:20:29 2026] GET /v2.0/security-groups/cb50f723-d658-4033-814e-0e9472788e27 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:20:29.569 8 INFO neutron_taas.services.taas.taas_plugin [None req-f82ff531-2eee-46c8-8d4b-aa55b58a45a0 f7d492be4d2f45c9ac8fa0543ce379f3 e01c7b58df2b403e9a4eccf56937e17e - - default default] TaaS: Handle Delete Port: 2201dee8-7430-44e5-9a79-d5b04a066f42 2026-06-28 21:20:29.572 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f82ff531-2eee-46c8-8d4b-aa55b58a45a0 f7d492be4d2f45c9ac8fa0543ce379f3 e01c7b58df2b403e9a4eccf56937e17e - - default default] Tap Mirror: Handle Delete Port: 2201dee8-7430-44e5-9a79-d5b04a066f42 2026-06-28 21:20:29.579 7 INFO neutron_taas.services.taas.taas_plugin [None req-b120cc66-defe-4f1b-9e98-90805cad9dea bea5a3afcb3f427bbd197e5df7318b4c 71c414e5b5014d4783116d751eafb626 - - default default] TaaS: Handle Delete Port: 06b9adb8-46c5-4e77-baa7-4cf81723eff8 2026-06-28 21:20:29.581 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b120cc66-defe-4f1b-9e98-90805cad9dea bea5a3afcb3f427bbd197e5df7318b4c 71c414e5b5014d4783116d751eafb626 - - default default] Tap Mirror: Handle Delete Port: 06b9adb8-46c5-4e77-baa7-4cf81723eff8 [pid: 8|app: 0|req: 362/787] 10.0.0.153 () {32 vars in 720 bytes} [Sun Jun 28 21:20:29 2026] DELETE /v2.0/ports/2201dee8-7430-44e5-9a79-d5b04a066f42 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/788] 10.0.0.153 () {32 vars in 732 bytes} [Sun Jun 28 21:20:29 2026] DELETE /v2.0/floatingips/b2eb5e2c-1763-4a00-a035-91a63ffe6cd6 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:20:29.773 8 INFO neutron_taas.services.taas.taas_plugin [None req-75024c03-66ed-41e7-bc21-d1832514e5d4 f7d492be4d2f45c9ac8fa0543ce379f3 e01c7b58df2b403e9a4eccf56937e17e - - default default] TaaS: Handle Delete Port: f3dcab7c-593e-45cb-a18b-b2feb2b906a9 2026-06-28 21:20:29.777 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75024c03-66ed-41e7-bc21-d1832514e5d4 f7d492be4d2f45c9ac8fa0543ce379f3 e01c7b58df2b403e9a4eccf56937e17e - - default default] Tap Mirror: Handle Delete Port: f3dcab7c-593e-45cb-a18b-b2feb2b906a9 [pid: 8|app: 0|req: 363/789] 10.0.0.153 () {32 vars in 720 bytes} [Sun Jun 28 21:20:29 2026] DELETE /v2.0/ports/f3dcab7c-593e-45cb-a18b-b2feb2b906a9 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/790] 10.0.0.153 () {32 vars in 643 bytes} [Sun Jun 28 21:20:29 2026] GET /v2.0/ports => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:20:29.969 8 INFO neutron.db.segments_db [None req-b8a34b36-50bf-4fcd-9ab4-d7d52a520926 f7d492be4d2f45c9ac8fa0543ce379f3 e01c7b58df2b403e9a4eccf56937e17e - - default default] Added segment 8b165e95-6645-4a6e-8099-e32efa578c98 of type vxlan for network 9ab65f90-f0c8-4ac1-ab12-9dcc268ab77d [pid: 8|app: 0|req: 365/791] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:20:29 2026] POST /v2.0/networks => generated 650 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/792] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:30 2026] GET /v2.0/ports?device_id=830ac828-bf4a-4c01-baa8-bec4bcb5ee31 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:20:30.176 8 INFO neutron.db.segments_db [None req-07a6e7ad-c020-4fda-ad8d-a935ae89115b f7d492be4d2f45c9ac8fa0543ce379f3 e01c7b58df2b403e9a4eccf56937e17e - - default default] Added segment 1c0c4b61-9ae1-474a-b73a-8ff6c77cffe1 of type vxlan for network 7e89ed39-e393-4236-b46d-74491ce5d94f 2026-06-28 21:20:30.186 7 INFO neutron_taas.services.taas.taas_plugin [None req-f8358ffa-f005-4562-9632-ead627abb231 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: 8295f7b3-e643-4892-9e7b-e98af9ad4683 2026-06-28 21:20:30.190 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8358ffa-f005-4562-9632-ead627abb231 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: 8295f7b3-e643-4892-9e7b-e98af9ad4683 [pid: 8|app: 0|req: 367/793] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:20:30 2026] POST /v2.0/networks => generated 650 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/794] 10.0.0.153 () {34 vars in 789 bytes} [Sun Jun 28 21:20:29 2026] PUT /v2.0/routers/aaec3eab-dee5-430d-a192-5fc1f814b664/remove_router_interface => generated 309 bytes in 980 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/795] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:20:30 2026] POST /v2.0/subnets => generated 1273 bytes in 457 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/796] 10.0.0.153 () {32 vars in 647 bytes} [Sun Jun 28 21:20:30 2026] GET /v2.0/subnets => generated 1909 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:20:30.965 7 INFO neutron_taas.services.taas.taas_plugin [None req-0018ea09-8011-47e1-88ff-c62892e89e1e afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: d3d14563-223e-4a85-bcb1-64b5459211be 2026-06-28 21:20:30.975 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0018ea09-8011-47e1-88ff-c62892e89e1e afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: d3d14563-223e-4a85-bcb1-64b5459211be [pid: 8|app: 0|req: 370/797] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:20:30 2026] DELETE /v2.0/subnets/f2f7cb46-b76e-4fcf-bbf2-c9ca205941bb => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/798] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:20:30 2026] DELETE /v2.0/subnets/634ce61c-6674-4e92-81d9-b96453b26fb2 => 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: 372/799] 10.0.0.153 () {32 vars in 647 bytes} [Sun Jun 28 21:20:31 2026] GET /v2.0/subnets => generated 649 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:20:31.207 7 INFO neutron_taas.services.taas.taas_plugin [None req-0018ea09-8011-47e1-88ff-c62892e89e1e afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: c2d085e7-0727-4eda-abfb-1be30e65dcd3 2026-06-28 21:20:31.209 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0018ea09-8011-47e1-88ff-c62892e89e1e afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: c2d085e7-0727-4eda-abfb-1be30e65dcd3 2026-06-28 21:20:31.311 8 INFO neutron.services.segments.plugin [-] Segment 1c0c4b61-9ae1-474a-b73a-8ff6c77cffe1 resource provider aggregate not found 2026-06-28 21:20:31.316 8 INFO neutron.services.segments.plugin [-] Segment 1c0c4b61-9ae1-474a-b73a-8ff6c77cffe1 resource provider aggregate not found 2026-06-28 21:20:31.336 8 INFO neutron.services.segments.plugin [-] Segment 1c0c4b61-9ae1-474a-b73a-8ff6c77cffe1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c0c4b61-9ae1-474a-b73a-8ff6c77cffe1 found for delete ", "request_id": "req-5fa841e4-291e-4e3b-9980-f1ac22bf8c9e"}]} [pid: 8|app: 0|req: 373/800] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:20:31 2026] DELETE /v2.0/networks/7e89ed39-e393-4236-b46d-74491ce5d94f => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:20:31.362 8 INFO neutron.services.segments.plugin [-] Segment 1c0c4b61-9ae1-474a-b73a-8ff6c77cffe1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c0c4b61-9ae1-474a-b73a-8ff6c77cffe1 found for delete ", "request_id": "req-76886ef0-e2bd-47d9-afc0-594956ffed64"}]} [pid: 8|app: 0|req: 374/801] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:31 2026] GET /v2.0/ports?device_id=830ac828-bf4a-4c01-baa8-bec4bcb5ee31 => 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: 375/802] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:20:31 2026] DELETE /v2.0/networks/9ab65f90-f0c8-4ac1-ab12-9dcc268ab77d => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:20:31.542 7 INFO neutron.services.segments.plugin [-] Segment 3ffec927-b332-4094-b464-4105761cfe71 resource provider aggregate not found 2026-06-28 21:20:31.551 7 INFO neutron.services.segments.plugin [-] Segment 3ffec927-b332-4094-b464-4105761cfe71 resource provider aggregate not found 2026-06-28 21:20:31.559 7 INFO neutron.services.segments.plugin [-] Segment 3ffec927-b332-4094-b464-4105761cfe71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ffec927-b332-4094-b464-4105761cfe71 found for delete ", "request_id": "req-3b4d2371-8fe6-44b9-ad6a-353c503bc513"}]} 2026-06-28 21:20:31.567 7 INFO neutron.services.segments.plugin [-] Segment 3ffec927-b332-4094-b464-4105761cfe71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ffec927-b332-4094-b464-4105761cfe71 found for delete ", "request_id": "req-3ae15772-0d15-40f5-b5a1-d1d479def40e"}]} 2026-06-28 21:20:31.587 7 INFO neutron.db.l3_hamode_db [None req-0018ea09-8011-47e1-88ff-c62892e89e1e afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] HA network 884705d0-1e37-4b37-8cbb-68707f1cc7ac was deleted as no HA routers are present in tenant 71c414e5b5014d4783116d751eafb626. [pid: 7|app: 0|req: 428/803] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:20:30 2026] DELETE /v2.0/routers/aaec3eab-dee5-430d-a192-5fc1f814b664 => 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: 376/804] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:20:31 2026] DELETE /v2.0/networks/805849ba-8464-4158-8435-eba3081f6b29 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/805] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:20:31 2026] DELETE /v2.0/subnets/23a6e2eb-dcc2-4c49-ab8a-99d944173cef => 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: 377/806] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:20:31 2026] DELETE /v2.0/networks/1fd1a3e6-5297-4183-8e4e-072bd7f29f91 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:20:31.845 7 INFO neutron_taas.services.taas.taas_plugin [None req-a8af1499-14f0-4c52-8068-90a621434d6c afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: 0523ec56-feca-4e60-9b5d-a7de348b8900 2026-06-28 21:20:31.848 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8af1499-14f0-4c52-8068-90a621434d6c afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: 0523ec56-feca-4e60-9b5d-a7de348b8900 [pid: 7|app: 0|req: 430/807] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:20:31 2026] DELETE /v2.0/networks/870318f3-5709-4e6b-a933-cbb74633ffce => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/808] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:20:32 2026] GET /v2.0/security-groups?tenant_id=71c414e5b5014d4783116d751eafb626&name=default => generated 2921 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/809] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:20:32 2026] DELETE /v2.0/security-groups/d003a731-3b46-46a5-9d28-5878ba5ae459 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/810] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:20:32 2026] DELETE /v2.0/security-groups/77dc576f-fd77-46bd-bd6e-71f45d593faa => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:20:32.579 7 INFO neutron.api.v2.resource [None req-61095d6a-28bb-43c3-bd3b-6f149003dd94 4427151497fd499d8d532e2c733fd27d 6cde0a1985ba4a2a9d780a93ce94be3d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 433/811] 10.0.0.153 () {32 vars in 737 bytes} [Sun Jun 28 21:20:32 2026] GET /v2.0/security-groups/77dc576f-fd77-46bd-bd6e-71f45d593faa => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/812] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:20:32 2026] GET /v2.0/security-groups?tenant_id=e01c7b58df2b403e9a4eccf56937e17e&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:20:32.693 7 INFO neutron_taas.services.taas.taas_plugin [None req-cd358009-f6dd-4916-aeeb-2f09a13d7692 4427151497fd499d8d532e2c733fd27d 6cde0a1985ba4a2a9d780a93ce94be3d - - default default] TaaS: Handle Delete Port: fe20bcfa-5299-4e4f-b4d6-4a7dcad4b8f9 2026-06-28 21:20:32.697 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd358009-f6dd-4916-aeeb-2f09a13d7692 4427151497fd499d8d532e2c733fd27d 6cde0a1985ba4a2a9d780a93ce94be3d - - default default] Tap Mirror: Handle Delete Port: fe20bcfa-5299-4e4f-b4d6-4a7dcad4b8f9 [pid: 8|app: 0|req: 380/813] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:20:32 2026] DELETE /v2.0/security-groups/63f883a3-e4c3-4a71-916e-28c5fbcd11ec => 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: 434/814] 10.0.0.153 () {32 vars in 732 bytes} [Sun Jun 28 21:20:32 2026] DELETE /v2.0/floatingips/033bbfdd-92e4-4f03-8e5b-c8495ffc7c69 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:20:33.360 8 INFO neutron.services.segments.plugin [-] Segment 8b165e95-6645-4a6e-8099-e32efa578c98 resource provider aggregate not found 2026-06-28 21:20:33.393 8 INFO neutron.services.segments.plugin [-] Segment 8b165e95-6645-4a6e-8099-e32efa578c98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b165e95-6645-4a6e-8099-e32efa578c98 found for delete ", "request_id": "req-d6bc2500-3b16-49c8-b16b-d2fec763bb8a"}]} 2026-06-28 21:20:33.396 8 INFO neutron.services.segments.plugin [-] Segment 8b165e95-6645-4a6e-8099-e32efa578c98 resource provider aggregate not found 2026-06-28 21:20:33.414 8 INFO neutron.services.segments.plugin [-] Segment 0b8f6a0b-a7c5-4fb9-8ce0-ce8bf93393e7 resource provider aggregate not found 2026-06-28 21:20:33.417 8 INFO neutron.services.segments.plugin [-] Segment 8b165e95-6645-4a6e-8099-e32efa578c98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b165e95-6645-4a6e-8099-e32efa578c98 found for delete ", "request_id": "req-ae25776d-0a77-48c2-99b8-68e6844319d2"}]} 2026-06-28 21:20:33.438 8 INFO neutron.services.segments.plugin [-] Segment 0b8f6a0b-a7c5-4fb9-8ce0-ce8bf93393e7 resource provider aggregate not found 2026-06-28 21:20:33.442 8 INFO neutron.services.segments.plugin [-] Segment 0b8f6a0b-a7c5-4fb9-8ce0-ce8bf93393e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b8f6a0b-a7c5-4fb9-8ce0-ce8bf93393e7 found for delete ", "request_id": "req-48d945f5-8f64-4e7c-9470-72cd1b879f9a"}]} 2026-06-28 21:20:33.462 8 INFO neutron.services.segments.plugin [-] Segment 0b8f6a0b-a7c5-4fb9-8ce0-ce8bf93393e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b8f6a0b-a7c5-4fb9-8ce0-ce8bf93393e7 found for delete ", "request_id": "req-d98ec774-c1d5-429f-9e42-82db574a86a9"}]} 2026-06-28 21:20:33.469 8 INFO neutron.services.segments.plugin [-] Segment 4aaa56b5-1990-4a2c-bbec-c9bd0aefa64d resource provider aggregate not found 2026-06-28 21:20:33.488 8 INFO neutron.services.segments.plugin [-] Segment 4aaa56b5-1990-4a2c-bbec-c9bd0aefa64d resource provider aggregate not found 2026-06-28 21:20:33.502 8 INFO neutron.services.segments.plugin [-] Segment 4aaa56b5-1990-4a2c-bbec-c9bd0aefa64d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4aaa56b5-1990-4a2c-bbec-c9bd0aefa64d found for delete ", "request_id": "req-87aaeadc-3d6f-4cba-8603-258dff9e9657"}]} 2026-06-28 21:20:33.509 8 INFO neutron.services.segments.plugin [-] Segment 4aaa56b5-1990-4a2c-bbec-c9bd0aefa64d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4aaa56b5-1990-4a2c-bbec-c9bd0aefa64d found for delete ", "request_id": "req-cbc88b15-a0f5-4744-9219-26c0109a8399"}]} 2026-06-28 21:20:33.580 7 INFO neutron.services.segments.plugin [-] Segment e04fd6cb-b808-4160-9ade-e7b7e763c5a6 resource provider aggregate not found 2026-06-28 21:20:33.586 7 INFO neutron.services.segments.plugin [-] Segment e04fd6cb-b808-4160-9ade-e7b7e763c5a6 resource provider aggregate not found 2026-06-28 21:20:33.604 7 INFO neutron.services.segments.plugin [-] Segment e04fd6cb-b808-4160-9ade-e7b7e763c5a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e04fd6cb-b808-4160-9ade-e7b7e763c5a6 found for delete ", "request_id": "req-7680529a-1281-4b2b-9428-32a463e7488c"}]} 2026-06-28 21:20:33.615 7 INFO neutron.services.segments.plugin [-] Segment e04fd6cb-b808-4160-9ade-e7b7e763c5a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e04fd6cb-b808-4160-9ade-e7b7e763c5a6 found for delete ", "request_id": "req-5e5448eb-54c9-4151-a12f-f580b39152a4"}]} 2026-06-28 21:20:33.747 8 INFO neutron_taas.services.taas.taas_plugin [None req-8cc9fb87-b8bf-4823-8782-435e76d274f9 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: 815285fd-04bf-47c0-9e90-939048f3fdd1 2026-06-28 21:20:33.749 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8cc9fb87-b8bf-4823-8782-435e76d274f9 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: 815285fd-04bf-47c0-9e90-939048f3fdd1 [pid: 8|app: 0|req: 381/815] 10.0.0.153 () {34 vars in 789 bytes} [Sun Jun 28 21:20:32 2026] PUT /v2.0/routers/d28914ed-15d4-4ac2-bf54-6160125e66fa/remove_router_interface => generated 309 bytes in 1459 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:20:34.443 7 INFO neutron.db.segments_db [None req-bbe7da98-2f78-4ca4-ab6a-db5b88b09d6d afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Added segment db527efb-9897-4f59-8484-9d914c24c367 of type vxlan for network f701cd2e-089e-400c-80a6-4ba989df9703 [pid: 8|app: 0|req: 382/816] 10.0.0.127 () {34 vars in 990 bytes} [Sun Jun 28 21:20:34 2026] GET /v2.0/ports?device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => generated 1244 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/817] 10.0.0.153 () {34 vars in 671 bytes} [Sun Jun 28 21:20:34 2026] POST /v2.0/networks => generated 743 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/818] 10.0.0.127 () {34 vars in 1040 bytes} [Sun Jun 28 21:20:34 2026] GET /v2.0/security-groups?id=0ebd797c-8ea9-492a-b782-21bb0d8e909b&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:20:34.694 8 INFO neutron_taas.services.taas.taas_plugin [None req-b5a6cdb6-ee00-4bbd-a527-acc50ea1931f afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: baa45489-cd29-489b-b989-9505d0faf020 2026-06-28 21:20:34.698 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5a6cdb6-ee00-4bbd-a527-acc50ea1931f afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: baa45489-cd29-489b-b989-9505d0faf020 [pid: 7|app: 0|req: 437/819] 10.0.0.153 () {34 vars in 684 bytes} [Sun Jun 28 21:20:34 2026] POST /v2.0/security-groups => generated 1625 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-28 21:20:34.935 8 INFO neutron_taas.services.taas.taas_plugin [None req-b5a6cdb6-ee00-4bbd-a527-acc50ea1931f afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: 7b997dd8-27c3-4eb3-8e68-01ce729bf481 2026-06-28 21:20:34.937 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5a6cdb6-ee00-4bbd-a527-acc50ea1931f afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: 7b997dd8-27c3-4eb3-8e68-01ce729bf481 [pid: 7|app: 0|req: 438/820] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:20:34 2026] POST /v2.0/subnets => generated 690 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/821] 10.0.0.153 () {32 vars in 663 bytes} [Sun Jun 28 21:20:34 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) 2026-06-28 21:20:35.050 7 INFO neutron.db.segments_db [None req-9731a29a-f807-42b0-8843-acb2c9aafe2b afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Added segment 04b33884-3a9b-4135-9db5-dbc1a3616466 of type vxlan for network 6327456e-691f-43bb-b125-2c198a44cfdb 2026-06-28 21:20:35.274 8 INFO neutron.db.l3_hamode_db [None req-b5a6cdb6-ee00-4bbd-a527-acc50ea1931f afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] HA network 947a80dc-4f74-4186-a726-0dcc7500f843 was deleted as no HA routers are present in tenant 6cde0a1985ba4a2a9d780a93ce94be3d. [pid: 8|app: 0|req: 383/822] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:20:34 2026] DELETE /v2.0/routers/d28914ed-15d4-4ac2-bf54-6160125e66fa => generated 0 bytes in 765 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:20:35.309 7 INFO neutron.db.l3_hamode_db [None req-9731a29a-f807-42b0-8843-acb2c9aafe2b afce8035521840e497713c51dc9ebb2f ab1f934ce4774e88acb9e501ff9b0fa2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 384/823] 10.0.0.153 () {34 vars in 758 bytes} [Sun Jun 28 21:20:35 2026] PUT /v2.0/security-groups/b5c3339d-3a53-4e6c-92b0-bb6f541761ff => generated 1662 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/824] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:20:35 2026] DELETE /v2.0/subnets/0dc69570-b67c-4221-9b59-e4db7053a746 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/825] 10.0.0.153 () {32 vars in 737 bytes} [Sun Jun 28 21:20:35 2026] GET /v2.0/security-groups/b5c3339d-3a53-4e6c-92b0-bb6f541761ff => generated 1662 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:20:35.533 8 INFO neutron.services.segments.plugin [-] Segment 01335379-032e-4149-8632-705c7bd47d43 resource provider aggregate not found 2026-06-28 21:20:35.538 8 INFO neutron.services.segments.plugin [-] Segment 01335379-032e-4149-8632-705c7bd47d43 resource provider aggregate not found 2026-06-28 21:20:35.552 8 INFO neutron.services.segments.plugin [-] Segment 01335379-032e-4149-8632-705c7bd47d43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01335379-032e-4149-8632-705c7bd47d43 found for delete ", "request_id": "req-0164be90-85b0-4d15-a811-343f568b598f"}]} 2026-06-28 21:20:35.559 8 INFO neutron.services.segments.plugin [-] Segment 01335379-032e-4149-8632-705c7bd47d43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01335379-032e-4149-8632-705c7bd47d43 found for delete ", "request_id": "req-26156126-a084-4977-b04c-3933fc12747e"}]} 2026-06-28 21:20:35.627 8 INFO neutron_taas.services.taas.taas_plugin [None req-c4fe73cc-76db-4776-bbc2-d70888ecf256 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: 039416a5-e668-4f90-bbf6-7f7930888378 2026-06-28 21:20:35.630 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4fe73cc-76db-4776-bbc2-d70888ecf256 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: 039416a5-e668-4f90-bbf6-7f7930888378 [pid: 8|app: 0|req: 387/826] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:20:35 2026] DELETE /v2.0/networks/140134dc-deef-42e3-b258-1d52aaba6c66 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/827] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:20:35 2026] DELETE /v2.0/security-groups/b5c3339d-3a53-4e6c-92b0-bb6f541761ff => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/828] 10.0.0.153 () {32 vars in 663 bytes} [Sun Jun 28 21:20:35 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/829] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:20:35 2026] GET /v2.0/security-groups?tenant_id=6cde0a1985ba4a2a9d780a93ce94be3d&name=default => generated 2921 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:20:35.932 8 INFO neutron.api.v2.resource [None req-3fdeed63-1e0c-4382-8a10-09c871f8e4be fbc3245339604c29ac36da42e4e5d4e8 b4e9cf7c968c4c67b76c87e9c04a8899 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 391/830] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:20:35 2026] DELETE /v2.0/security-groups/b5c3339d-3a53-4e6c-92b0-bb6f541761ff => generated 146 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/831] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:20:35 2026] DELETE /v2.0/security-groups/928beaa5-0a38-443b-86b4-376214a0dce9 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:20:36.060 7 INFO neutron.db.l3_hamode_db [None req-9731a29a-f807-42b0-8843-acb2c9aafe2b afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 393/832] 10.0.0.153 () {34 vars in 684 bytes} [Sun Jun 28 21:20:36 2026] POST /v2.0/security-groups => generated 1625 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/833] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:20:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/834] 10.0.0.153 () {32 vars in 747 bytes} [Sun Jun 28 21:20:36 2026] GET /v2.0/security-group-rules/48d9873e-7e4e-4dcd-b110-85a98c00d353 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/835] 10.0.0.153 () {32 vars in 673 bytes} [Sun Jun 28 21:20:36 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/836] 10.0.0.153 () {32 vars in 750 bytes} [Sun Jun 28 21:20:36 2026] DELETE /v2.0/security-group-rules/48d9873e-7e4e-4dcd-b110-85a98c00d353 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/837] 10.0.0.153 () {32 vars in 673 bytes} [Sun Jun 28 21:20:36 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/838] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:20:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/839] 10.0.0.153 () {32 vars in 747 bytes} [Sun Jun 28 21:20:36 2026] GET /v2.0/security-group-rules/3c458530-fc50-41d2-8496-58e24fe865f5 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/840] 10.0.0.153 () {32 vars in 673 bytes} [Sun Jun 28 21:20:36 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/841] 10.0.0.153 () {32 vars in 750 bytes} [Sun Jun 28 21:20:36 2026] DELETE /v2.0/security-group-rules/3c458530-fc50-41d2-8496-58e24fe865f5 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/842] 10.0.0.153 () {32 vars in 673 bytes} [Sun Jun 28 21:20:36 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/843] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:20:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/844] 10.0.0.153 () {32 vars in 747 bytes} [Sun Jun 28 21:20:36 2026] GET /v2.0/security-group-rules/01ae03d9-1c3a-4dfa-b3df-4a42e941280d => generated 602 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/845] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:20:35 2026] POST /v2.0/routers => generated 730 bytes in 1978 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/846] 10.0.0.153 () {32 vars in 673 bytes} [Sun Jun 28 21:20:36 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/847] 10.0.0.153 () {32 vars in 750 bytes} [Sun Jun 28 21:20:37 2026] DELETE /v2.0/security-group-rules/01ae03d9-1c3a-4dfa-b3df-4a42e941280d => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/848] 10.0.0.153 () {32 vars in 673 bytes} [Sun Jun 28 21:20:37 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/849] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:20:37 2026] DELETE /v2.0/security-groups/d2175053-d9d1-48d2-90f9-5c905ad52eb1 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/850] 10.0.0.153 () {32 vars in 663 bytes} [Sun Jun 28 21:20:37 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: 411/851] 10.0.0.153 () {32 vars in 663 bytes} [Sun Jun 28 21:20:37 2026] GET /v2.0/security-groups => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:20:37.575 8 INFO neutron.services.segments.plugin [-] Segment f042065e-a0d2-47da-a8b4-b88590f67fb4 resource provider aggregate not found 2026-06-28 21:20:37.582 8 INFO neutron.services.segments.plugin [-] Segment f042065e-a0d2-47da-a8b4-b88590f67fb4 resource provider aggregate not found 2026-06-28 21:20:37.588 8 INFO neutron.services.segments.plugin [-] Segment f042065e-a0d2-47da-a8b4-b88590f67fb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f042065e-a0d2-47da-a8b4-b88590f67fb4 found for delete ", "request_id": "req-5d115016-89de-49e8-831e-5c3db801970c"}]} 2026-06-28 21:20:37.598 8 INFO neutron.services.segments.plugin [-] Segment f042065e-a0d2-47da-a8b4-b88590f67fb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f042065e-a0d2-47da-a8b4-b88590f67fb4 found for delete ", "request_id": "req-e2fb55c9-5df9-491f-8056-6cdd149f27ae"}]} 2026-06-28 21:20:38.194 8 INFO neutron.db.segments_db [None req-981e2198-f20f-4a36-981e-4a4ed7569279 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Added segment 1ce24681-3c21-4269-a307-408347441a83 of type vxlan for network aefe9188-2d4d-44b3-9f11-052995df8c69 [pid: 8|app: 0|req: 412/852] 10.0.0.153 () {34 vars in 671 bytes} [Sun Jun 28 21:20:37 2026] POST /v2.0/networks => generated 737 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/853] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:20:38 2026] GET /v2.0/security-groups?tenant_id=b4e9cf7c968c4c67b76c87e9c04a8899&name=default => generated 2925 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/854] 10.0.0.153 () {34 vars in 783 bytes} [Sun Jun 28 21:20:36 2026] PUT /v2.0/routers/8beba9c7-d66d-44ab-a57c-d6f8ad72d369/add_router_interface => generated 309 bytes in 1480 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/855] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:20:38 2026] POST /v2.0/subnets => generated 684 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/856] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:20:38 2026] DELETE /v2.0/security-groups/93dbc500-2f84-423d-9616-5051877466d8 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:20:38.581 8 INFO neutron.db.segments_db [None req-e6a97b2f-4b11-41c8-a139-142df0715743 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Added segment d710f54b-4a08-4843-923d-9afbf2c9f59f of type vxlan for network 9f3f8be2-8a12-4271-a02e-1e4555e8eaef 2026-06-28 21:20:38.824 8 INFO neutron.db.l3_hamode_db [None req-e6a97b2f-4b11-41c8-a139-142df0715743 afce8035521840e497713c51dc9ebb2f 8248dd910d1741f6a09f6c1e23075723 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 443/857] 10.0.0.153 () {34 vars in 685 bytes} [Sun Jun 28 21:20:39 2026] POST /v2.0/security-groups => generated 1661 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/858] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:20:39 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) [pid: 7|app: 0|req: 445/859] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:20:39 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-28 21:20:39.532 8 INFO neutron.db.l3_hamode_db [None req-e6a97b2f-4b11-41c8-a139-142df0715743 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 446/860] 10.0.0.153 () {34 vars in 676 bytes} [Sun Jun 28 21:20:39 2026] POST /v2.0/floatingips => generated 552 bytes in 604 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/861] 10.0.0.153 () {32 vars in 623 bytes} [Sun Jun 28 21:20:40 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: 415/862] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:20:38 2026] POST /v2.0/routers => generated 724 bytes in 1982 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/863] 10.0.0.153 () {32 vars in 633 bytes} [Sun Jun 28 21:20:40 2026] GET /v2.0/ => generated 632 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/864] 10.0.0.54 () {34 vars in 1099 bytes} [Sun Jun 28 21:20:40 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1352631203&fields=id&tenant_id=ab1f934ce4774e88acb9e501ff9b0fa2 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/865] 10.0.0.54 () {34 vars in 981 bytes} [Sun Jun 28 21:20:40 2026] GET /v2.0/networks?id=f701cd2e-089e-400c-80a6-4ba989df9703 => generated 675 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/866] 10.0.0.54 () {34 vars in 964 bytes} [Sun Jun 28 21:20:40 2026] GET /v2.0/quotas/ab1f934ce4774e88acb9e501ff9b0fa2 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/867] 10.0.0.54 () {34 vars in 1001 bytes} [Sun Jun 28 21:20:40 2026] GET /v2.0/ports?tenant_id=ab1f934ce4774e88acb9e501ff9b0fa2&fields=id => generated 103 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/868] 10.0.0.54 () {34 vars in 1007 bytes} [Sun Jun 28 21:20:40 2026] GET /v2.0/networks/f701cd2e-089e-400c-80a6-4ba989df9703?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: 454/869] 10.0.0.54 () {34 vars in 1107 bytes} [Sun Jun 28 21:20:40 2026] GET /v2.0/networks/f701cd2e-089e-400c-80a6-4ba989df9703?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: 455/870] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:41 2026] GET /v2.0/ports?device_id=40cc8520-256c-4c58-ad97-227464302906 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/871] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:20:41 2026] GET /v2.0/security-groups?tenant_id=f5b4a5329c4e424795251d0130b794de&name=default => generated 2925 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/872] 10.0.0.153 () {34 vars in 783 bytes} [Sun Jun 28 21:20:40 2026] PUT /v2.0/routers/f955ee98-61fd-408e-827c-c6bd5d871a85/add_router_interface => generated 309 bytes in 1100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/873] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:20:41 2026] DELETE /v2.0/security-groups/3016a482-64e1-46b7-87a1-4d8b9c11455a => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/874] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:42 2026] GET /v2.0/ports?device_id=40cc8520-256c-4c58-ad97-227464302906 => 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: 459/877] 10.0.0.153 () {34 vars in 685 bytes} [Sun Jun 28 21:20:42 2026] POST /v2.0/security-groups => generated 1660 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/878] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:20:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/879] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:20:42 2026] POST /v2.0/security-group-rules => generated 602 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/880] 10.0.0.153 () {34 vars in 676 bytes} [Sun Jun 28 21:20:42 2026] POST /v2.0/floatingips => generated 552 bytes in 570 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/881] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:43 2026] GET /v2.0/ports?device_id=40cc8520-256c-4c58-ad97-227464302906 => 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: 421/882] 10.0.0.54 () {34 vars in 1097 bytes} [Sun Jun 28 21:20:43 2026] GET /v2.0/security-groups?name=tempest-securitygroup--747770864&fields=id&tenant_id=8248dd910d1741f6a09f6c1e23075723 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/883] 10.0.0.54 () {34 vars in 981 bytes} [Sun Jun 28 21:20:43 2026] GET /v2.0/networks?id=aefe9188-2d4d-44b3-9f11-052995df8c69 => generated 669 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/884] 10.0.0.54 () {34 vars in 964 bytes} [Sun Jun 28 21:20:43 2026] GET /v2.0/quotas/8248dd910d1741f6a09f6c1e23075723 => 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: 463/885] 10.0.0.54 () {34 vars in 1001 bytes} [Sun Jun 28 21:20:43 2026] GET /v2.0/ports?tenant_id=8248dd910d1741f6a09f6c1e23075723&fields=id => generated 57 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/886] 10.0.0.54 () {34 vars in 1007 bytes} [Sun Jun 28 21:20:43 2026] GET /v2.0/networks/aefe9188-2d4d-44b3-9f11-052995df8c69?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: 464/887] 10.0.0.54 () {34 vars in 1107 bytes} [Sun Jun 28 21:20:43 2026] GET /v2.0/networks/aefe9188-2d4d-44b3-9f11-052995df8c69?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/888] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:44 2026] GET /v2.0/ports?device_id=f7a3cf73-ea7f-4794-a7ea-d3f185cdb400 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/889] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:44 2026] GET /v2.0/ports?device_id=40cc8520-256c-4c58-ad97-227464302906 => 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: 425/890] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:45 2026] GET /v2.0/ports?device_id=f7a3cf73-ea7f-4794-a7ea-d3f185cdb400 => 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: 466/891] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:20:45 2026] GET /v2.0/networks?id=f701cd2e-089e-400c-80a6-4ba989df9703 => generated 675 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/892] 199.204.45.227 () {34 vars in 1050 bytes} [Sun Jun 28 21:20:45 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ab1f934ce4774e88acb9e501ff9b0fa2 => generated 181 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/893] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:45 2026] GET /v2.0/ports?device_id=40cc8520-256c-4c58-ad97-227464302906 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/894] 199.204.45.227 () {38 vars in 955 bytes} [Sun Jun 28 21:20:45 2026] POST /v2.0/ports => generated 954 bytes in 470 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: 468/895] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:20:45 2026] GET /v2.0/security-groups?tenant_id=42910c031da9498ba205d606aada0f0e&name=default => generated 2925 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/896] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:20:46 2026] DELETE /v2.0/security-groups/215fcbeb-c758-4ac8-a8ca-6a3daaaa8f25 => 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: 470/897] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:46 2026] GET /v2.0/ports?device_id=f7a3cf73-ea7f-4794-a7ea-d3f185cdb400 => 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: 428/898] 199.204.45.227 () {38 vars in 1028 bytes} [Sun Jun 28 21:20:45 2026] PUT /v2.0/ports/c52a8faf-b6bc-4129-b471-5a367921eff8 => generated 1235 bytes in 484 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:20:46.494 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-439a7527-818b-42ab-9f0e-be2d1b38cf31'] response: {'name': 'network-changed', 'server_uuid': '40cc8520-256c-4c58-ad97-227464302906', 'tag': 'c52a8faf-b6bc-4129-b471-5a367921eff8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 471/899] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:46 2026] GET /v2.0/ports?device_id=40cc8520-256c-4c58-ad97-227464302906 => generated 969 bytes in 174 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: 429/900] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:46 2026] GET /v2.0/security-groups?id=02a19e1c-7058-436c-84cb-c5869900a0d8&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/901] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:20:47 2026] GET /v2.0/ports?tenant_id=ab1f934ce4774e88acb9e501ff9b0fa2&device_id=40cc8520-256c-4c58-ad97-227464302906 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/902] 199.204.45.227 () {34 vars in 1018 bytes} [Sun Jun 28 21:20:47 2026] GET /v2.0/networks?tenant_id=ab1f934ce4774e88acb9e501ff9b0fa2&shared=False => generated 771 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/903] 199.204.45.227 () {34 vars in 930 bytes} [Sun Jun 28 21:20:47 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/904] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:47 2026] GET /v2.0/ports?device_id=f7a3cf73-ea7f-4794-a7ea-d3f185cdb400 => 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: 474/905] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:47 2026] GET /v2.0/ports?device_id=40cc8520-256c-4c58-ad97-227464302906 => 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: 432/906] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:47 2026] GET /v2.0/security-groups?id=02a19e1c-7058-436c-84cb-c5869900a0d8&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: 433/907] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:20:48 2026] GET /v2.0/ports?tenant_id=ab1f934ce4774e88acb9e501ff9b0fa2&device_id=40cc8520-256c-4c58-ad97-227464302906 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/908] 199.204.45.227 () {34 vars in 1058 bytes} [Sun Jun 28 21:20:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=c52a8faf-b6bc-4129-b471-5a367921eff8 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/909] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:20:48 2026] GET /v2.0/subnets?id=b0f97b16-9c7f-4e70-baea-4206c474db16 => generated 693 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/910] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:20:48 2026] GET /v2.0/ports?network_id=f701cd2e-089e-400c-80a6-4ba989df9703&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: 437/911] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:20:48 2026] GET /v2.0/networks/f701cd2e-089e-400c-80a6-4ba989df9703?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:20:48.436 7 INFO neutron.db.segments_db [None req-926514ed-e3dc-4a92-8f71-676c4906a1d2 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Added segment 599d5465-efa0-4df9-9724-6493b89f068b of type vxlan for network 061eeb97-7ab3-4c79-835c-279c466393ea [pid: 8|app: 0|req: 438/912] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:20:48 2026] GET /v2.0/networks?id=aefe9188-2d4d-44b3-9f11-052995df8c69 => generated 669 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/913] 10.0.0.153 () {34 vars in 671 bytes} [Sun Jun 28 21:20:48 2026] POST /v2.0/networks => generated 740 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/914] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:20:48 2026] GET /v2.0/networks/f701cd2e-089e-400c-80a6-4ba989df9703?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/915] 199.204.45.227 () {34 vars in 1050 bytes} [Sun Jun 28 21:20:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8248dd910d1741f6a09f6c1e23075723 => generated 180 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/916] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:48 2026] GET /v2.0/ports?device_id=f7a3cf73-ea7f-4794-a7ea-d3f185cdb400 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/917] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:20:48 2026] POST /v2.0/subnets => generated 687 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:20:48.793 8 INFO neutron.db.segments_db [None req-d5442255-1004-4a67-bb43-8fba31b99cfe afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Added segment 90502f6f-ac1b-4d8e-a832-b3941b1e423b of type vxlan for network 686664c5-9854-4bbc-bd21-d2056d549f86 [pid: 7|app: 0|req: 478/918] 199.204.45.227 () {38 vars in 955 bytes} [Sun Jun 28 21:20:48 2026] POST /v2.0/ports => generated 958 bytes in 357 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-28 21:20:49.037 8 INFO neutron.db.l3_hamode_db [None req-d5442255-1004-4a67-bb43-8fba31b99cfe afce8035521840e497713c51dc9ebb2f 905c7f9b4e7c481caece3b4b2e832193 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 479/919] 199.204.45.227 () {38 vars in 1028 bytes} [Sun Jun 28 21:20:48 2026] PUT /v2.0/ports/92c8a6ce-3658-4ba1-af97-7553ea0e6987 => generated 1239 bytes in 465 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: 480/920] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:49 2026] GET /v2.0/ports?device_id=40cc8520-256c-4c58-ad97-227464302906 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:20:49.477 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6e8020c7-23fa-4db3-a32b-96ec7ab855e9'] response: {'name': 'network-changed', 'server_uuid': 'f7a3cf73-ea7f-4794-a7ea-d3f185cdb400', 'tag': '92c8a6ce-3658-4ba1-af97-7553ea0e6987', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 481/921] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:49 2026] GET /v2.0/security-groups?id=02a19e1c-7058-436c-84cb-c5869900a0d8&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/922] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:49 2026] GET /v2.0/ports?device_id=f7a3cf73-ea7f-4794-a7ea-d3f185cdb400 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/923] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:49 2026] GET /v2.0/security-groups?id=cb7102b8-70ba-4b74-ac0b-e150314e0e79&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-28 21:20:49.885 8 INFO neutron.db.l3_hamode_db [None req-d5442255-1004-4a67-bb43-8fba31b99cfe afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 484/924] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:20:49 2026] GET /v2.0/ports?tenant_id=8248dd910d1741f6a09f6c1e23075723&device_id=f7a3cf73-ea7f-4794-a7ea-d3f185cdb400 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/925] 199.204.45.227 () {34 vars in 1018 bytes} [Sun Jun 28 21:20:50 2026] GET /v2.0/networks?tenant_id=8248dd910d1741f6a09f6c1e23075723&shared=False => generated 765 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/926] 199.204.45.227 () {34 vars in 930 bytes} [Sun Jun 28 21:20:50 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/927] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:50 2026] GET /v2.0/ports?device_id=40cc8520-256c-4c58-ad97-227464302906 => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/928] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:50 2026] GET /v2.0/security-groups?id=02a19e1c-7058-436c-84cb-c5869900a0d8&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: 441/929] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:20:48 2026] POST /v2.0/routers => generated 727 bytes in 2047 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/930] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:50 2026] GET /v2.0/ports?device_id=f7a3cf73-ea7f-4794-a7ea-d3f185cdb400 => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/931] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:50 2026] GET /v2.0/security-groups?id=cb7102b8-70ba-4b74-ac0b-e150314e0e79&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: 444/932] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:20:51 2026] GET /v2.0/ports?tenant_id=8248dd910d1741f6a09f6c1e23075723&device_id=f7a3cf73-ea7f-4794-a7ea-d3f185cdb400 => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/933] 199.204.45.227 () {34 vars in 1060 bytes} [Sun Jun 28 21:20:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=92c8a6ce-3658-4ba1-af97-7553ea0e6987 => 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: 446/934] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:20:51 2026] GET /v2.0/subnets?id=20ca68b5-3afa-4c51-ae41-79f62c27b7b0 => generated 687 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/935] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:20:51 2026] GET /v2.0/ports?network_id=aefe9188-2d4d-44b3-9f11-052995df8c69&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: 448/936] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:20:51 2026] GET /v2.0/networks/aefe9188-2d4d-44b3-9f11-052995df8c69?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/937] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:20:51 2026] GET /v2.0/networks/aefe9188-2d4d-44b3-9f11-052995df8c69?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: 450/938] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:51 2026] GET /v2.0/ports?device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/939] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:51 2026] GET /v2.0/ports?device_id=40cc8520-256c-4c58-ad97-227464302906 => 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: 452/940] 10.0.0.54 () {34 vars in 970 bytes} [Sun Jun 28 21:20:51 2026] GET /v2.0/ports/7372c191-64b5-484f-80eb-40bbbe3651a7 => generated 972 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/941] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:51 2026] GET /v2.0/security-groups?id=02a19e1c-7058-436c-84cb-c5869900a0d8&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/942] 10.0.0.153 () {34 vars in 783 bytes} [Sun Jun 28 21:20:50 2026] PUT /v2.0/routers/4ff1bfcf-758f-49aa-b94f-435653065e5d/add_router_interface => generated 309 bytes in 1146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/943] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:51 2026] GET /v2.0/ports?device_id=f7a3cf73-ea7f-4794-a7ea-d3f185cdb400 => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/944] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:52 2026] GET /v2.0/security-groups?id=cb7102b8-70ba-4b74-ac0b-e150314e0e79&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: 455/945] 199.204.45.227 () {34 vars in 1000 bytes} [Sun Jun 28 21:20:52 2026] GET /v2.0/subnets?network_id=ced95a91-761c-4f00-9c45-9b791eb7f08c => generated 683 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/946] 199.204.45.227 () {34 vars in 1146 bytes} [Sun Jun 28 21:20:52 2026] GET /v2.0/ports?device_id=f6b64a55-e067-4b7a-97f8-37a30a436623&device_owner=compute%3Anova&network_id=ced95a91-761c-4f00-9c45-9b791eb7f08c => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/947] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:52 2026] GET /v2.0/ports?device_id=40cc8520-256c-4c58-ad97-227464302906 => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/948] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:53 2026] GET /v2.0/security-groups?id=02a19e1c-7058-436c-84cb-c5869900a0d8&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: 494/949] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:53 2026] GET /v2.0/ports?device_id=f7a3cf73-ea7f-4794-a7ea-d3f185cdb400 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/950] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:53 2026] GET /v2.0/security-groups?id=cb7102b8-70ba-4b74-ac0b-e150314e0e79&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: 456/951] 199.204.45.227 () {38 vars in 1028 bytes} [Sun Jun 28 21:20:52 2026] PUT /v2.0/ports/7372c191-64b5-484f-80eb-40bbbe3651a7 => generated 1149 bytes in 651 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:20:53.293 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7183fd73-83a0-479f-a946-6c0517312e1d'] response: {'name': 'network-changed', 'server_uuid': 'f6b64a55-e067-4b7a-97f8-37a30a436623', 'tag': '7372c191-64b5-484f-80eb-40bbbe3651a7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 496/952] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:20:53 2026] GET /v2.0/ports?tenant_id=4f7c7c9dddc94853ab9b3364607d1739&device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => generated 1421 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 457/953] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:20:53 2026] GET /v2.0/networks?id=ced95a91-761c-4f00-9c45-9b791eb7f08c => generated 779 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/954] 199.204.45.227 () {34 vars in 1060 bytes} [Sun Jun 28 21:20:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=7372c191-64b5-484f-80eb-40bbbe3651a7 => generated 861 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/955] 199.204.45.227 () {34 vars in 1058 bytes} [Sun Jun 28 21:20:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=7372c191-64b5-484f-80eb-40bbbe3651a7 => 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: 498/956] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:20:53 2026] GET /v2.0/subnets?id=61989e2d-474a-4423-8062-0f471e605d58 => generated 701 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/957] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:20:54 2026] GET /v2.0/ports?network_id=ced95a91-761c-4f00-9c45-9b791eb7f08c&device_owner=network%3Adhcp => generated 1244 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/958] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:20:54 2026] GET /v2.0/networks/ced95a91-761c-4f00-9c45-9b791eb7f08c?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/959] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:20:54 2026] GET /v2.0/networks/ced95a91-761c-4f00-9c45-9b791eb7f08c?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: 7|app: 0|req: 500/960] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:54 2026] GET /v2.0/ports?device_id=40cc8520-256c-4c58-ad97-227464302906 => 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: 461/961] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:54 2026] GET /v2.0/security-groups?id=02a19e1c-7058-436c-84cb-c5869900a0d8&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/962] 10.0.0.54 () {34 vars in 981 bytes} [Sun Jun 28 21:20:54 2026] GET /v2.0/networks?id=061eeb97-7ab3-4c79-835c-279c466393ea => generated 672 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/963] 10.0.0.54 () {34 vars in 964 bytes} [Sun Jun 28 21:20:54 2026] GET /v2.0/quotas/905c7f9b4e7c481caece3b4b2e832193 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/964] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:54 2026] GET /v2.0/ports?device_id=f7a3cf73-ea7f-4794-a7ea-d3f185cdb400 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/965] 10.0.0.54 () {34 vars in 1001 bytes} [Sun Jun 28 21:20:54 2026] GET /v2.0/ports?tenant_id=905c7f9b4e7c481caece3b4b2e832193&fields=id => generated 103 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/966] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:54 2026] GET /v2.0/security-groups?id=cb7102b8-70ba-4b74-ac0b-e150314e0e79&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: 503/967] 10.0.0.54 () {34 vars in 1007 bytes} [Sun Jun 28 21:20:54 2026] GET /v2.0/networks/061eeb97-7ab3-4c79-835c-279c466393ea?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/968] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:54 2026] GET /v2.0/ports?device_id=40cc8520-256c-4c58-ad97-227464302906 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/969] 10.0.0.54 () {34 vars in 1107 bytes} [Sun Jun 28 21:20:54 2026] GET /v2.0/networks/061eeb97-7ab3-4c79-835c-279c466393ea?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: 466/970] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:54 2026] GET /v2.0/ports?device_id=4443d68d-9068-471c-9461-86346413a837 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:20:54.944 7 INFO neutron.db.l3_db [None req-8bd404ae-202a-458d-a44a-ed6f8c82d965 0296f12bdecc44ce8d5bc30d943d3553 ab1f934ce4774e88acb9e501ff9b0fa2 - - default default] Floating IP 81bbd5b4-518c-4272-b867-f4da08738459 associated. External IP: 10.96.250.216, port: c52a8faf-b6bc-4129-b471-5a367921eff8. [pid: 8|app: 0|req: 467/971] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:55 2026] GET /v2.0/ports?device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => generated 1152 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/972] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:55 2026] GET /v2.0/security-groups?id=0ebd797c-8ea9-492a-b782-21bb0d8e909b&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: 469/973] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:20:55 2026] GET /v2.0/ports?tenant_id=4f7c7c9dddc94853ab9b3364607d1739&device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => generated 1421 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/974] 10.0.0.153 () {34 vars in 749 bytes} [Sun Jun 28 21:20:54 2026] PUT /v2.0/floatingips/81bbd5b4-518c-4272-b867-f4da08738459 => generated 855 bytes in 808 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/975] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:20:55 2026] GET /v2.0/networks?id=ced95a91-761c-4f00-9c45-9b791eb7f08c => generated 779 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:20:55.415 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ae78cfe-5f80-4882-b512-fc2f930b6238'] response: {'name': 'network-changed', 'server_uuid': '40cc8520-256c-4c58-ad97-227464302906', 'tag': 'c52a8faf-b6bc-4129-b471-5a367921eff8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 506/976] 199.204.45.227 () {34 vars in 1060 bytes} [Sun Jun 28 21:20:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=7372c191-64b5-484f-80eb-40bbbe3651a7 => generated 861 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/977] 199.204.45.227 () {34 vars in 1058 bytes} [Sun Jun 28 21:20:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=7372c191-64b5-484f-80eb-40bbbe3651a7 => 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: 507/978] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:20:55 2026] GET /v2.0/subnets?id=61989e2d-474a-4423-8062-0f471e605d58 => generated 701 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/979] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:20:55 2026] GET /v2.0/ports?network_id=ced95a91-761c-4f00-9c45-9b791eb7f08c&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: 7|app: 0|req: 508/980] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:55 2026] GET /v2.0/ports?device_id=f7a3cf73-ea7f-4794-a7ea-d3f185cdb400 => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/981] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:20:55 2026] GET /v2.0/networks/ced95a91-761c-4f00-9c45-9b791eb7f08c?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: 509/982] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:55 2026] GET /v2.0/security-groups?id=cb7102b8-70ba-4b74-ac0b-e150314e0e79&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/983] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:20:55 2026] GET /v2.0/networks/ced95a91-761c-4f00-9c45-9b791eb7f08c?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: 510/984] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:55 2026] GET /v2.0/ports?device_id=4443d68d-9068-471c-9461-86346413a837 => 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: 475/985] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:20:55 2026] GET /v2.0/ports?tenant_id=ab1f934ce4774e88acb9e501ff9b0fa2&device_id=40cc8520-256c-4c58-ad97-227464302906 => 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: 511/986] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:20:55 2026] GET /v2.0/networks?id=f701cd2e-089e-400c-80a6-4ba989df9703 => generated 771 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/987] 199.204.45.227 () {34 vars in 1058 bytes} [Sun Jun 28 21:20:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=c52a8faf-b6bc-4129-b471-5a367921eff8 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/988] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:20:56 2026] GET /v2.0/subnets?id=b0f97b16-9c7f-4e70-baea-4206c474db16 => generated 693 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/989] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:20:56 2026] GET /v2.0/ports?network_id=f701cd2e-089e-400c-80a6-4ba989df9703&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/990] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:20:56 2026] GET /v2.0/networks/f701cd2e-089e-400c-80a6-4ba989df9703?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/991] 199.204.45.227 () {34 vars in 1118 bytes} [Sun Jun 28 21:20:56 2026] GET /v2.0/ports?device_id=f6b64a55-e067-4b7a-97f8-37a30a436623&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.3 => generated 1152 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/992] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:20:56 2026] GET /v2.0/networks/f701cd2e-089e-400c-80a6-4ba989df9703?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: 514/993] 199.204.45.227 () {38 vars in 1028 bytes} [Sun Jun 28 21:20:56 2026] PUT /v2.0/ports/7372c191-64b5-484f-80eb-40bbbe3651a7 => generated 972 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/994] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:56 2026] GET /v2.0/ports?device_id=f7a3cf73-ea7f-4794-a7ea-d3f185cdb400 => generated 975 bytes in 68 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: 515/995] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:56 2026] GET /v2.0/security-groups?id=cb7102b8-70ba-4b74-ac0b-e150314e0e79&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: 516/996] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:56 2026] GET /v2.0/ports?device_id=4443d68d-9068-471c-9461-86346413a837 => 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: 481/997] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:56 2026] GET /v2.0/ports?device_id=f7a3cf73-ea7f-4794-a7ea-d3f185cdb400 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/998] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:20:57 2026] GET /v2.0/ports?tenant_id=4f7c7c9dddc94853ab9b3364607d1739&device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:20:57.252 7 INFO neutron.db.l3_db [None req-1c933443-f813-4f75-a9b5-b72c044be869 68ab30ac339446aa8b71f9db5a3fab43 8248dd910d1741f6a09f6c1e23075723 - - default default] Floating IP da2e5783-0158-4e28-809e-7c103974dc34 associated. External IP: 10.96.250.209, port: 92c8a6ce-3658-4ba1-af97-7553ea0e6987. [pid: 8|app: 0|req: 485/1001] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:20:57 2026] GET /v2.0/networks?id=ced95a91-761c-4f00-9c45-9b791eb7f08c => generated 779 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1002] 199.204.45.227 () {34 vars in 1060 bytes} [Sun Jun 28 21:20:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=7372c191-64b5-484f-80eb-40bbbe3651a7 => generated 861 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/1003] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:20:57 2026] GET /v2.0/subnets?id=61989e2d-474a-4423-8062-0f471e605d58 => generated 701 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1004] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:20:57 2026] GET /v2.0/ports?network_id=ced95a91-761c-4f00-9c45-9b791eb7f08c&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:20:57.477 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-398654c6-2e52-4d38-ba38-4d1761a60c6f'] response: {'name': 'network-changed', 'server_uuid': 'f6b64a55-e067-4b7a-97f8-37a30a436623', 'tag': '7372c191-64b5-484f-80eb-40bbbe3651a7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 489/1005] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:20:57 2026] GET /v2.0/networks/ced95a91-761c-4f00-9c45-9b791eb7f08c?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1006] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:20:57 2026] GET /v2.0/networks/ced95a91-761c-4f00-9c45-9b791eb7f08c?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: 517/1007] 10.0.0.153 () {34 vars in 749 bytes} [Sun Jun 28 21:20:56 2026] PUT /v2.0/floatingips/da2e5783-0158-4e28-809e-7c103974dc34 => generated 856 bytes in 748 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1008] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:57 2026] GET /v2.0/ports?device_id=f7a3cf73-ea7f-4794-a7ea-d3f185cdb400 => 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: 518/1009] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:57 2026] GET /v2.0/security-groups?id=cb7102b8-70ba-4b74-ac0b-e150314e0e79&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: 492/1010] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:57 2026] GET /v2.0/ports?device_id=4443d68d-9068-471c-9461-86346413a837 => 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: 519/1011] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:58 2026] GET /v2.0/ports?device_id=f7a3cf73-ea7f-4794-a7ea-d3f185cdb400 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1012] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:58 2026] GET /v2.0/security-groups?id=cb7102b8-70ba-4b74-ac0b-e150314e0e79&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: 520/1013] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:20:58 2026] GET /v2.0/ports?tenant_id=4f7c7c9dddc94853ab9b3364607d1739&device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => 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: 494/1014] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:20:58 2026] GET /v2.0/networks?id=ced95a91-761c-4f00-9c45-9b791eb7f08c => generated 779 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1015] 199.204.45.227 () {34 vars in 1060 bytes} [Sun Jun 28 21:20:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=7372c191-64b5-484f-80eb-40bbbe3651a7 => generated 861 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1016] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:58 2026] GET /v2.0/ports?device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1017] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:20:58 2026] GET /v2.0/subnets?id=61989e2d-474a-4423-8062-0f471e605d58 => generated 701 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1018] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:58 2026] GET /v2.0/security-groups?id=0ebd797c-8ea9-492a-b782-21bb0d8e909b&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: 523/1019] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:20:58 2026] GET /v2.0/ports?network_id=ced95a91-761c-4f00-9c45-9b791eb7f08c&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: 497/1020] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:20:58 2026] GET /v2.0/networks/ced95a91-761c-4f00-9c45-9b791eb7f08c?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: 524/1021] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:20:58 2026] GET /v2.0/networks/ced95a91-761c-4f00-9c45-9b791eb7f08c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1022] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:59 2026] GET /v2.0/ports?device_id=4443d68d-9068-471c-9461-86346413a837 => 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: 525/1023] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:20:59 2026] GET /v2.0/networks?id=061eeb97-7ab3-4c79-835c-279c466393ea => generated 672 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1024] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:59 2026] GET /v2.0/ports?device_id=f7a3cf73-ea7f-4794-a7ea-d3f185cdb400 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1025] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:59 2026] GET /v2.0/security-groups?id=cb7102b8-70ba-4b74-ac0b-e150314e0e79&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:20:59.532 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b0b646bd-eaed-4335-a18c-40a588678eed'] response: {'name': 'network-changed', 'server_uuid': 'f7a3cf73-ea7f-4794-a7ea-d3f185cdb400', 'tag': '92c8a6ce-3658-4ba1-af97-7553ea0e6987', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 499/1026] 199.204.45.227 () {38 vars in 955 bytes} [Sun Jun 28 21:20:59 2026] POST /v2.0/ports => generated 954 bytes in 512 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: 500/1027] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:20:59 2026] GET /v2.0/ports?device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1028] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:20:59 2026] GET /v2.0/security-groups?id=0ebd797c-8ea9-492a-b782-21bb0d8e909b&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: 502/1029] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:21:00 2026] GET /v2.0/ports?tenant_id=8248dd910d1741f6a09f6c1e23075723&device_id=f7a3cf73-ea7f-4794-a7ea-d3f185cdb400 => 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: 503/1030] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:21:00 2026] GET /v2.0/networks?id=aefe9188-2d4d-44b3-9f11-052995df8c69 => generated 765 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1031] 199.204.45.227 () {34 vars in 1060 bytes} [Sun Jun 28 21:21:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=92c8a6ce-3658-4ba1-af97-7553ea0e6987 => generated 861 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1032] 199.204.45.227 () {38 vars in 1028 bytes} [Sun Jun 28 21:20:59 2026] PUT /v2.0/ports/e09b5a4c-9a7b-4e1e-8610-3205fa0f7988 => generated 1235 bytes in 553 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: 505/1033] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:00 2026] GET /v2.0/ports?device_id=4443d68d-9068-471c-9461-86346413a837 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1034] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:21:00 2026] GET /v2.0/subnets?id=20ca68b5-3afa-4c51-ae41-79f62c27b7b0 => generated 687 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1035] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:00 2026] GET /v2.0/security-groups?id=dc63f5b5-8bcc-4704-ae90-9de15ee9b336&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1036] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:21:00 2026] GET /v2.0/ports?network_id=aefe9188-2d4d-44b3-9f11-052995df8c69&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1037] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:21:00 2026] GET /v2.0/networks/aefe9188-2d4d-44b3-9f11-052995df8c69?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1038] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:21:00 2026] GET /v2.0/networks/aefe9188-2d4d-44b3-9f11-052995df8c69?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1039] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:00 2026] GET /v2.0/ports?device_id=f7a3cf73-ea7f-4794-a7ea-d3f185cdb400 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1040] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:00 2026] GET /v2.0/security-groups?id=cb7102b8-70ba-4b74-ac0b-e150314e0e79&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: 509/1041] 199.204.45.227 () {34 vars in 994 bytes} [Sun Jun 28 21:21:00 2026] GET /v2.0/ports?device_id=f7a3cf73-ea7f-4794-a7ea-d3f185cdb400 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:21:00.735 7 INFO neutron_taas.services.taas.taas_plugin [req-47df30aa-5f3e-4eed-9082-960399f01063 req-bc322f08-9c20-485c-868e-6b044cdbac99 68ab30ac339446aa8b71f9db5a3fab43 8248dd910d1741f6a09f6c1e23075723 - - default default] TaaS: Handle Delete Port: 92c8a6ce-3658-4ba1-af97-7553ea0e6987 2026-06-28 21:21:00.737 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-47df30aa-5f3e-4eed-9082-960399f01063 req-bc322f08-9c20-485c-868e-6b044cdbac99 68ab30ac339446aa8b71f9db5a3fab43 8248dd910d1741f6a09f6c1e23075723 - - default default] Tap Mirror: Handle Delete Port: 92c8a6ce-3658-4ba1-af97-7553ea0e6987 2026-06-28 21:21:00.853 7 INFO neutron.db.l3_db [req-47df30aa-5f3e-4eed-9082-960399f01063 req-bc322f08-9c20-485c-868e-6b044cdbac99 68ab30ac339446aa8b71f9db5a3fab43 8248dd910d1741f6a09f6c1e23075723 - - default default] Floating IP da2e5783-0158-4e28-809e-7c103974dc34 disassociated. External IP: 10.96.250.209, port: 92c8a6ce-3658-4ba1-af97-7553ea0e6987. [pid: 8|app: 0|req: 510/1042] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:01 2026] GET /v2.0/ports?device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1043] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:01 2026] GET /v2.0/security-groups?id=0ebd797c-8ea9-492a-b782-21bb0d8e909b&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: 533/1044] 199.204.45.227 () {36 vars in 997 bytes} [Sun Jun 28 21:21:00 2026] DELETE /v2.0/ports/92c8a6ce-3658-4ba1-af97-7553ea0e6987 => generated 0 bytes in 656 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1045] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:21:01 2026] GET /v2.0/ports?tenant_id=905c7f9b4e7c481caece3b4b2e832193&device_id=4443d68d-9068-471c-9461-86346413a837 => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1046] 199.204.45.227 () {34 vars in 1058 bytes} [Sun Jun 28 21:21:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=e09b5a4c-9a7b-4e1e-8610-3205fa0f7988 => 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: 513/1047] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:21:01 2026] GET /v2.0/subnets?id=31acbd03-4a92-4dc7-8706-bd89716f3c35 => generated 690 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1048] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:21:01 2026] GET /v2.0/ports?network_id=061eeb97-7ab3-4c79-835c-279c466393ea&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: 514/1049] 199.204.45.227 () {34 vars in 994 bytes} [Sun Jun 28 21:21:01 2026] GET /v2.0/ports?device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => 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: 515/1050] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:21:01 2026] GET /v2.0/networks/061eeb97-7ab3-4c79-835c-279c466393ea?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1051] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:01 2026] GET /v2.0/ports?device_id=4443d68d-9068-471c-9461-86346413a837 => generated 969 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1052] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:21:01 2026] GET /v2.0/networks/061eeb97-7ab3-4c79-835c-279c466393ea?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: 538/1053] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:01 2026] GET /v2.0/security-groups?id=dc63f5b5-8bcc-4704-ae90-9de15ee9b336&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:21:01.612 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-57965dc4-ae4a-4b91-9256-8a17a0bc6e5c'] response: {'name': 'network-changed', 'server_uuid': '4443d68d-9068-471c-9461-86346413a837', 'tag': 'e09b5a4c-9a7b-4e1e-8610-3205fa0f7988', 'status': 'completed', 'code': 200} 2026-06-28 21:21:01.612 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-57965dc4-ae4a-4b91-9256-8a17a0bc6e5c'] response: {'server_uuid': 'f7a3cf73-ea7f-4794-a7ea-d3f185cdb400', 'name': 'network-vif-deleted', 'tag': '92c8a6ce-3658-4ba1-af97-7553ea0e6987', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 539/1054] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:01 2026] GET /v2.0/ports?device_id=f7a3cf73-ea7f-4794-a7ea-d3f185cdb400 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:21:01.621 8 INFO neutron_taas.services.taas.taas_plugin [req-b281341c-f924-45eb-af4f-c412210eff53 req-198a5ab1-1edf-4eb3-bac8-7825126a92b6 e28220527f554496ad0edeb6230b9a94 4f7c7c9dddc94853ab9b3364607d1739 - - default default] TaaS: Handle Delete Port: 7372c191-64b5-484f-80eb-40bbbe3651a7 2026-06-28 21:21:01.632 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b281341c-f924-45eb-af4f-c412210eff53 req-198a5ab1-1edf-4eb3-bac8-7825126a92b6 e28220527f554496ad0edeb6230b9a94 4f7c7c9dddc94853ab9b3364607d1739 - - default default] Tap Mirror: Handle Delete Port: 7372c191-64b5-484f-80eb-40bbbe3651a7 2026-06-28 21:21:01.761 8 INFO neutron.db.l3_db [req-b281341c-f924-45eb-af4f-c412210eff53 req-198a5ab1-1edf-4eb3-bac8-7825126a92b6 e28220527f554496ad0edeb6230b9a94 4f7c7c9dddc94853ab9b3364607d1739 - - default default] Floating IP f4229f05-fde2-420a-a43b-f7ece74beea9 disassociated. External IP: 10.96.250.219, port: 7372c191-64b5-484f-80eb-40bbbe3651a7. [pid: 8|app: 0|req: 516/1055] 199.204.45.227 () {36 vars in 997 bytes} [Sun Jun 28 21:21:01 2026] DELETE /v2.0/ports/7372c191-64b5-484f-80eb-40bbbe3651a7 => generated 0 bytes in 701 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:21:02.222 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-edaa9187-44d6-40d3-97a5-a9b31cc90349'] response: {'server_uuid': 'f6b64a55-e067-4b7a-97f8-37a30a436623', 'name': 'network-vif-deleted', 'tag': '7372c191-64b5-484f-80eb-40bbbe3651a7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 540/1056] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:02 2026] GET /v2.0/ports?device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => 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: 517/1057] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:21:02 2026] GET /v2.0/ports?tenant_id=905c7f9b4e7c481caece3b4b2e832193&device_id=4443d68d-9068-471c-9461-86346413a837 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1058] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:21:02 2026] GET /v2.0/networks?id=061eeb97-7ab3-4c79-835c-279c466393ea => generated 768 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1059] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:02 2026] GET /v2.0/ports?device_id=4443d68d-9068-471c-9461-86346413a837 => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1060] 199.204.45.227 () {34 vars in 1058 bytes} [Sun Jun 28 21:21:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=e09b5a4c-9a7b-4e1e-8610-3205fa0f7988 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1061] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:02 2026] GET /v2.0/ports?device_id=f7a3cf73-ea7f-4794-a7ea-d3f185cdb400 => 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: 543/1062] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:02 2026] GET /v2.0/security-groups?id=dc63f5b5-8bcc-4704-ae90-9de15ee9b336&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1063] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:21:02 2026] GET /v2.0/subnets?id=31acbd03-4a92-4dc7-8706-bd89716f3c35 => generated 690 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1064] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:21:02 2026] GET /v2.0/ports?network_id=061eeb97-7ab3-4c79-835c-279c466393ea&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1065] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:21:02 2026] GET /v2.0/networks/061eeb97-7ab3-4c79-835c-279c466393ea?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1066] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:21:02 2026] GET /v2.0/networks/061eeb97-7ab3-4c79-835c-279c466393ea?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1067] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:03 2026] GET /v2.0/ports?device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => 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: 546/1068] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:03 2026] GET /v2.0/ports?device_id=f7a3cf73-ea7f-4794-a7ea-d3f185cdb400 => 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: 523/1069] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:03 2026] GET /v2.0/ports?device_id=4443d68d-9068-471c-9461-86346413a837 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1070] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:03 2026] GET /v2.0/security-groups?id=dc63f5b5-8bcc-4704-ae90-9de15ee9b336&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1071] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:04 2026] GET /v2.0/ports?device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1072] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:21:04 2026] DELETE /v2.0/security-groups/cb7102b8-70ba-4b74-ac0b-e150314e0e79 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1073] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:04 2026] GET /v2.0/ports?device_id=4443d68d-9068-471c-9461-86346413a837 => generated 969 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:21:05.120 7 INFO neutron.api.v2.resource [None req-a3b291a7-bfb2-4588-b011-b3cd3db67a9c 68ab30ac339446aa8b71f9db5a3fab43 8248dd910d1741f6a09f6c1e23075723 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 549/1074] 10.0.0.153 () {32 vars in 737 bytes} [Sun Jun 28 21:21:05 2026] GET /v2.0/security-groups/cb7102b8-70ba-4b74-ac0b-e150314e0e79 => generated 146 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1075] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:05 2026] GET /v2.0/security-groups?id=dc63f5b5-8bcc-4704-ae90-9de15ee9b336&fields=id&fields=name => generated 88 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:21:05.255 7 INFO neutron_taas.services.taas.taas_plugin [None req-9aa9be91-619b-4741-9b60-8988fe38c8f3 68ab30ac339446aa8b71f9db5a3fab43 8248dd910d1741f6a09f6c1e23075723 - - default default] TaaS: Handle Delete Port: e63a2600-ebcd-44d0-a594-10612610a77a 2026-06-28 21:21:05.260 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9aa9be91-619b-4741-9b60-8988fe38c8f3 68ab30ac339446aa8b71f9db5a3fab43 8248dd910d1741f6a09f6c1e23075723 - - default default] Tap Mirror: Handle Delete Port: e63a2600-ebcd-44d0-a594-10612610a77a [pid: 7|app: 0|req: 550/1076] 10.0.0.153 () {32 vars in 732 bytes} [Sun Jun 28 21:21:05 2026] DELETE /v2.0/floatingips/da2e5783-0158-4e28-809e-7c103974dc34 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1077] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:05 2026] GET /v2.0/ports?device_id=f6b64a55-e067-4b7a-97f8-37a30a436623 => 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: 552/1078] 10.0.0.127 () {34 vars in 990 bytes} [Sun Jun 28 21:21:05 2026] GET /v2.0/ports?device_id=40cc8520-256c-4c58-ad97-227464302906 => generated 1240 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:21:05.887 8 INFO neutron_taas.services.taas.taas_plugin [None req-b104ca37-24b9-4a62-8700-775be3a0af52 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: 01e9c4cf-8f93-4c25-b659-e11b1a13fc36 2026-06-28 21:21:05.889 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b104ca37-24b9-4a62-8700-775be3a0af52 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: 01e9c4cf-8f93-4c25-b659-e11b1a13fc36 [pid: 7|app: 0|req: 553/1079] 10.0.0.127 () {34 vars in 1040 bytes} [Sun Jun 28 21:21:05 2026] GET /v2.0/security-groups?id=02a19e1c-7058-436c-84cb-c5869900a0d8&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: 554/1080] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:06 2026] GET /v2.0/ports?device_id=4443d68d-9068-471c-9461-86346413a837 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1081] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:06 2026] GET /v2.0/security-groups?id=dc63f5b5-8bcc-4704-ae90-9de15ee9b336&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: 527/1082] 10.0.0.153 () {34 vars in 789 bytes} [Sun Jun 28 21:21:05 2026] PUT /v2.0/routers/f955ee98-61fd-408e-827c-c6bd5d871a85/remove_router_interface => generated 309 bytes in 1010 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1083] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:21:06 2026] DELETE /v2.0/security-groups/0ebd797c-8ea9-492a-b782-21bb0d8e909b => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:21:06.754 8 INFO neutron.api.v2.resource [None req-f7f1c4aa-45c5-478f-91dd-1eab16d67bcd e28220527f554496ad0edeb6230b9a94 4f7c7c9dddc94853ab9b3364607d1739 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 529/1084] 10.0.0.153 () {32 vars in 737 bytes} [Sun Jun 28 21:21:06 2026] GET /v2.0/security-groups/0ebd797c-8ea9-492a-b782-21bb0d8e909b => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:21:06.802 7 INFO neutron_taas.services.taas.taas_plugin [None req-735d9824-290b-404c-8d83-9f1a8fbcf986 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: 249684d3-760a-4f15-b93e-a36160a6866b 2026-06-28 21:21:06.811 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-735d9824-290b-404c-8d83-9f1a8fbcf986 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: 249684d3-760a-4f15-b93e-a36160a6866b 2026-06-28 21:21:06.900 8 INFO neutron_taas.services.taas.taas_plugin [None req-543110fc-13e9-49f9-bab4-c315cf160db4 e28220527f554496ad0edeb6230b9a94 4f7c7c9dddc94853ab9b3364607d1739 - - default default] TaaS: Handle Delete Port: b52a94b3-7e6d-4251-b30f-2128bb9a953b 2026-06-28 21:21:06.906 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-543110fc-13e9-49f9-bab4-c315cf160db4 e28220527f554496ad0edeb6230b9a94 4f7c7c9dddc94853ab9b3364607d1739 - - default default] Tap Mirror: Handle Delete Port: b52a94b3-7e6d-4251-b30f-2128bb9a953b [pid: 8|app: 0|req: 530/1085] 10.0.0.153 () {32 vars in 732 bytes} [Sun Jun 28 21:21:06 2026] DELETE /v2.0/floatingips/f4229f05-fde2-420a-a43b-f7ece74beea9 => generated 0 bytes in 385 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:21:07.157 7 INFO neutron_taas.services.taas.taas_plugin [None req-735d9824-290b-404c-8d83-9f1a8fbcf986 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: c849c899-caaf-4cf4-adf2-ec6a6cf06d79 2026-06-28 21:21:07.161 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-735d9824-290b-404c-8d83-9f1a8fbcf986 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: c849c899-caaf-4cf4-adf2-ec6a6cf06d79 2026-06-28 21:21:07.561 7 INFO neutron.services.segments.plugin [-] Segment d710f54b-4a08-4843-923d-9afbf2c9f59f resource provider aggregate not found 2026-06-28 21:21:07.568 7 INFO neutron.services.segments.plugin [-] Segment d710f54b-4a08-4843-923d-9afbf2c9f59f resource provider aggregate not found 2026-06-28 21:21:07.585 7 INFO neutron.db.l3_hamode_db [None req-735d9824-290b-404c-8d83-9f1a8fbcf986 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] HA network 9f3f8be2-8a12-4271-a02e-1e4555e8eaef was deleted as no HA routers are present in tenant 8248dd910d1741f6a09f6c1e23075723. 2026-06-28 21:21:07.587 7 INFO neutron.services.segments.plugin [-] Segment d710f54b-4a08-4843-923d-9afbf2c9f59f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d710f54b-4a08-4843-923d-9afbf2c9f59f found for delete ", "request_id": "req-b4ef95f0-6b0b-4c9d-b155-5ec77635ce59"}]} [pid: 7|app: 0|req: 556/1086] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:21:06 2026] DELETE /v2.0/routers/f955ee98-61fd-408e-827c-c6bd5d871a85 => generated 0 bytes in 1110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:21:07.603 7 INFO neutron.services.segments.plugin [-] Segment d710f54b-4a08-4843-923d-9afbf2c9f59f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d710f54b-4a08-4843-923d-9afbf2c9f59f found for delete ", "request_id": "req-fdbc2440-1568-4cf3-aeea-87478d92b799"}]} 2026-06-28 21:21:07.652 8 INFO neutron_taas.services.taas.taas_plugin [None req-49c301b8-69b1-43bf-9bc4-75cae160ff52 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: 6ef874e9-aca2-4712-9e50-fe132c99ca9e 2026-06-28 21:21:07.655 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49c301b8-69b1-43bf-9bc4-75cae160ff52 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: 6ef874e9-aca2-4712-9e50-fe132c99ca9e [pid: 7|app: 0|req: 557/1087] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:07 2026] GET /v2.0/ports?device_id=4443d68d-9068-471c-9461-86346413a837 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1088] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:21:07 2026] DELETE /v2.0/subnets/20ca68b5-3afa-4c51-ae41-79f62c27b7b0 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1089] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:07 2026] GET /v2.0/security-groups?id=dc63f5b5-8bcc-4704-ae90-9de15ee9b336&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:21:07.972 7 INFO neutron_taas.services.taas.taas_plugin [None req-acd227ed-6d76-48df-af5d-ab71052167b1 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: c2f57a12-2a06-49f9-8747-1cc73cc40c4b 2026-06-28 21:21:07.975 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-acd227ed-6d76-48df-af5d-ab71052167b1 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: c2f57a12-2a06-49f9-8747-1cc73cc40c4b [pid: 7|app: 0|req: 560/1090] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:21:07 2026] DELETE /v2.0/networks/aefe9188-2d4d-44b3-9f11-052995df8c69 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1091] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:21:08 2026] GET /v2.0/security-groups?tenant_id=8248dd910d1741f6a09f6c1e23075723&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1092] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:21:08 2026] DELETE /v2.0/security-groups/4cfa1afc-2c0e-4490-9df8-17e91a96e812 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1093] 10.0.0.153 () {34 vars in 789 bytes} [Sun Jun 28 21:21:07 2026] PUT /v2.0/routers/57d20107-bb18-4c64-9b5e-135ff751bd17/remove_router_interface => generated 309 bytes in 1529 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:21:08.969 7 INFO neutron_taas.services.taas.taas_plugin [None req-1bd92091-2917-46cb-b332-f5a9ea8806aa afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: 2e8c1eec-28ee-455f-9a5f-47c6ba2bb2c4 2026-06-28 21:21:08.972 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1bd92091-2917-46cb-b332-f5a9ea8806aa afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: 2e8c1eec-28ee-455f-9a5f-47c6ba2bb2c4 [pid: 8|app: 0|req: 532/1094] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:08 2026] GET /v2.0/ports?device_id=4443d68d-9068-471c-9461-86346413a837 => 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: 533/1095] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:09 2026] GET /v2.0/security-groups?id=dc63f5b5-8bcc-4704-ae90-9de15ee9b336&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:21:09.277 7 INFO neutron_taas.services.taas.taas_plugin [None req-1bd92091-2917-46cb-b332-f5a9ea8806aa afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: fb1daa36-6c49-4e08-b850-dbf86f3aab31 2026-06-28 21:21:09.279 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1bd92091-2917-46cb-b332-f5a9ea8806aa afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: fb1daa36-6c49-4e08-b850-dbf86f3aab31 2026-06-28 21:21:09.610 7 INFO neutron.services.segments.plugin [-] Segment 1ce24681-3c21-4269-a307-408347441a83 resource provider aggregate not found 2026-06-28 21:21:09.641 7 INFO neutron.services.segments.plugin [-] Segment 1ce24681-3c21-4269-a307-408347441a83 resource provider aggregate not found 2026-06-28 21:21:09.653 7 INFO neutron.services.segments.plugin [-] Segment 1ce24681-3c21-4269-a307-408347441a83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ce24681-3c21-4269-a307-408347441a83 found for delete ", "request_id": "req-a5f64ee3-a994-4311-b859-dc2d1168247a"}]} 2026-06-28 21:21:09.664 7 INFO neutron.services.segments.plugin [-] Segment 1ce24681-3c21-4269-a307-408347441a83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ce24681-3c21-4269-a307-408347441a83 found for delete ", "request_id": "req-680a0398-13c3-4d7d-b7ec-ec6ebf0d2577"}]} 2026-06-28 21:21:09.729 7 INFO neutron.db.l3_hamode_db [None req-1bd92091-2917-46cb-b332-f5a9ea8806aa afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] HA network 28ad2893-bb8f-40ba-aee7-0fd7dc3bdb32 was deleted as no HA routers are present in tenant 4f7c7c9dddc94853ab9b3364607d1739. [pid: 7|app: 0|req: 563/1096] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:21:08 2026] DELETE /v2.0/routers/57d20107-bb18-4c64-9b5e-135ff751bd17 => generated 0 bytes in 968 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1097] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:21:09 2026] DELETE /v2.0/subnets/61989e2d-474a-4423-8062-0f471e605d58 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:21:09.999 7 INFO neutron_taas.services.taas.taas_plugin [None req-a9e13ce3-b524-4f08-bd5a-ccf13bbb4958 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: a93c9ed1-efe3-4a1b-aeaa-fafdbe32817d 2026-06-28 21:21:10.003 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9e13ce3-b524-4f08-bd5a-ccf13bbb4958 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: a93c9ed1-efe3-4a1b-aeaa-fafdbe32817d [pid: 7|app: 0|req: 564/1098] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:21:09 2026] DELETE /v2.0/networks/ced95a91-761c-4f00-9c45-9b791eb7f08c => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1099] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:21:10 2026] GET /v2.0/security-groups?tenant_id=4f7c7c9dddc94853ab9b3364607d1739&name=default => generated 2921 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1100] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:10 2026] GET /v2.0/ports?device_id=4443d68d-9068-471c-9461-86346413a837 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1101] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:10 2026] GET /v2.0/security-groups?id=dc63f5b5-8bcc-4704-ae90-9de15ee9b336&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: 536/1102] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:21:10 2026] DELETE /v2.0/security-groups/0a858350-5310-41b1-910d-6b93c42d665b => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1103] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:11 2026] GET /v2.0/ports?device_id=4443d68d-9068-471c-9461-86346413a837 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:21:11.684 7 INFO neutron.services.segments.plugin [-] Segment 64c1461f-bf99-4e25-a6de-1650257a4bd9 resource provider aggregate not found 2026-06-28 21:21:11.689 7 INFO neutron.services.segments.plugin [-] Segment 64c1461f-bf99-4e25-a6de-1650257a4bd9 resource provider aggregate not found 2026-06-28 21:21:11.704 7 INFO neutron.services.segments.plugin [-] Segment 64c1461f-bf99-4e25-a6de-1650257a4bd9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64c1461f-bf99-4e25-a6de-1650257a4bd9 found for delete ", "request_id": "req-b665951c-99f6-423c-94c5-adba8cad7d0e"}]} 2026-06-28 21:21:11.710 7 INFO neutron.services.segments.plugin [-] Segment 64c1461f-bf99-4e25-a6de-1650257a4bd9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64c1461f-bf99-4e25-a6de-1650257a4bd9 found for delete ", "request_id": "req-4a62b5fa-a0ef-4eec-9c9a-96f5bcba5e08"}]} [pid: 8|app: 0|req: 537/1104] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:11 2026] GET /v2.0/security-groups?id=dc63f5b5-8bcc-4704-ae90-9de15ee9b336&fields=id&fields=name => generated 88 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:21:11.718 7 INFO neutron.services.segments.plugin [-] Segment b3a10882-c9e0-4f6d-884c-f57070bbe785 resource provider aggregate not found 2026-06-28 21:21:11.727 7 INFO neutron.services.segments.plugin [-] Segment b3a10882-c9e0-4f6d-884c-f57070bbe785 resource provider aggregate not found 2026-06-28 21:21:11.738 7 INFO neutron.services.segments.plugin [-] Segment b3a10882-c9e0-4f6d-884c-f57070bbe785 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3a10882-c9e0-4f6d-884c-f57070bbe785 found for delete ", "request_id": "req-d4edc627-76fc-4fc1-be7f-8cefa6c1045d"}]} 2026-06-28 21:21:11.741 7 INFO neutron.services.segments.plugin [-] Segment b3a10882-c9e0-4f6d-884c-f57070bbe785 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3a10882-c9e0-4f6d-884c-f57070bbe785 found for delete ", "request_id": "req-662a5678-0df4-4700-b76b-c5b125890ab4"}]} 2026-06-28 21:21:12.742 7 INFO neutron.db.segments_db [None req-4afb2c26-0844-49ca-ad55-d2750ac1b7f5 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Added segment f977c1a9-30de-45dc-abd1-1cd56d49b951 of type vxlan for network ca8006c8-504a-456a-809d-e26b327e364c [pid: 7|app: 0|req: 569/1107] 10.0.0.153 () {34 vars in 671 bytes} [Sun Jun 28 21:21:12 2026] POST /v2.0/networks => generated 746 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1108] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:12 2026] GET /v2.0/ports?device_id=4443d68d-9068-471c-9461-86346413a837 => 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: 540/1109] 199.204.45.227 () {34 vars in 994 bytes} [Sun Jun 28 21:21:12 2026] GET /v2.0/ports?device_id=4443d68d-9068-471c-9461-86346413a837 => 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: 541/1110] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:12 2026] GET /v2.0/security-groups?id=dc63f5b5-8bcc-4704-ae90-9de15ee9b336&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:21:13.041 8 INFO neutron_taas.services.taas.taas_plugin [req-26945e66-3231-4425-9f37-47fb5db573b6 req-9a400608-9bcb-4011-8969-96af8037fa30 998ac041192e4aa586a559f92ca41d3e 905c7f9b4e7c481caece3b4b2e832193 - - default default] TaaS: Handle Delete Port: e09b5a4c-9a7b-4e1e-8610-3205fa0f7988 [pid: 7|app: 0|req: 570/1111] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:21:12 2026] POST /v2.0/subnets => generated 693 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:21:13.044 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-26945e66-3231-4425-9f37-47fb5db573b6 req-9a400608-9bcb-4011-8969-96af8037fa30 998ac041192e4aa586a559f92ca41d3e 905c7f9b4e7c481caece3b4b2e832193 - - default default] Tap Mirror: Handle Delete Port: e09b5a4c-9a7b-4e1e-8610-3205fa0f7988 2026-06-28 21:21:13.122 7 INFO neutron.db.segments_db [None req-37fad200-29d4-42b4-a9b4-c9b89f71f21a afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Added segment 88e1dfba-e012-4522-a31e-feb1532ac8d9 of type vxlan for network bed830e5-2150-441f-bce2-167a6fc8daf9 [pid: 8|app: 0|req: 542/1112] 199.204.45.227 () {36 vars in 997 bytes} [Sun Jun 28 21:21:12 2026] DELETE /v2.0/ports/e09b5a4c-9a7b-4e1e-8610-3205fa0f7988 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:21:13.255 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d6e48398-66d1-4d2f-bc1a-515ce38f3c54'] response: {'server_uuid': '4443d68d-9068-471c-9461-86346413a837', 'name': 'network-vif-deleted', 'tag': 'e09b5a4c-9a7b-4e1e-8610-3205fa0f7988', 'status': 'completed', 'code': 200} 2026-06-28 21:21:13.392 7 INFO neutron.db.l3_hamode_db [None req-37fad200-29d4-42b4-a9b4-c9b89f71f21a afce8035521840e497713c51dc9ebb2f 4f88a584aa6c45d7888aaed1d04b4a6f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 543/1113] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:13 2026] GET /v2.0/ports?device_id=4443d68d-9068-471c-9461-86346413a837 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:21:14.146 7 INFO neutron.db.l3_hamode_db [None req-37fad200-29d4-42b4-a9b4-c9b89f71f21a afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 544/1114] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:21:14 2026] GET /v2.0/security-groups?tenant_id=1c7d790f16d0404080abbfc03af33af2&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1115] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:21:14 2026] DELETE /v2.0/security-groups/186b5c18-bf6d-47f2-9094-105df2c80efe => 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: 546/1116] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:21:14 2026] GET /v2.0/security-groups?tenant_id=29991f49df5a4a77ad5f257f2909df1a&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1117] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:21:13 2026] POST /v2.0/routers => generated 733 bytes in 1991 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1118] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:21:14 2026] DELETE /v2.0/security-groups/e72c6ba4-adbc-4e34-ae53-fc916539035d => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1119] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:15 2026] GET /v2.0/ports?device_id=4443d68d-9068-471c-9461-86346413a837 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1120] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:16 2026] GET /v2.0/ports?device_id=4443d68d-9068-471c-9461-86346413a837 => 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: 572/1121] 10.0.0.153 () {34 vars in 783 bytes} [Sun Jun 28 21:21:15 2026] PUT /v2.0/routers/bdc5658f-fa0d-4af9-a108-f48aa3d78e1f/add_router_interface => generated 309 bytes in 1374 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1122] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:16 2026] GET /v2.0/ports?device_id=40cc8520-256c-4c58-ad97-227464302906 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1123] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:16 2026] GET /v2.0/security-groups?id=02a19e1c-7058-436c-84cb-c5869900a0d8&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1124] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:16 2026] GET /v2.0/ports?device_id=40cc8520-256c-4c58-ad97-227464302906 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1125] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:16 2026] GET /v2.0/security-groups?id=02a19e1c-7058-436c-84cb-c5869900a0d8&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: 552/1126] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:17 2026] GET /v2.0/ports?device_id=40cc8520-256c-4c58-ad97-227464302906 => 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: 575/1127] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:17 2026] GET /v2.0/security-groups?id=02a19e1c-7058-436c-84cb-c5869900a0d8&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1128] 10.0.0.54 () {34 vars in 981 bytes} [Sun Jun 28 21:21:17 2026] GET /v2.0/networks?id=ca8006c8-504a-456a-809d-e26b327e364c => generated 678 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1129] 10.0.0.54 () {34 vars in 964 bytes} [Sun Jun 28 21:21:17 2026] GET /v2.0/quotas/4f88a584aa6c45d7888aaed1d04b4a6f => generated 292 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1130] 10.0.0.54 () {34 vars in 1001 bytes} [Sun Jun 28 21:21:17 2026] GET /v2.0/ports?tenant_id=4f88a584aa6c45d7888aaed1d04b4a6f&fields=id => generated 103 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1131] 10.0.0.54 () {34 vars in 1007 bytes} [Sun Jun 28 21:21:17 2026] GET /v2.0/networks/ca8006c8-504a-456a-809d-e26b327e364c?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: 555/1132] 10.0.0.54 () {34 vars in 1107 bytes} [Sun Jun 28 21:21:17 2026] GET /v2.0/networks/ca8006c8-504a-456a-809d-e26b327e364c?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: 578/1133] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:17 2026] GET /v2.0/ports?device_id=11bf03f9-5454-44ea-9755-b9a766450738 => 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: 556/1134] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:18 2026] GET /v2.0/ports?device_id=40cc8520-256c-4c58-ad97-227464302906 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1135] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:18 2026] GET /v2.0/security-groups?id=02a19e1c-7058-436c-84cb-c5869900a0d8&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1136] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:21:18 2026] GET /v2.0/ports?tenant_id=ab1f934ce4774e88acb9e501ff9b0fa2&device_id=40cc8520-256c-4c58-ad97-227464302906 => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1137] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:21:18 2026] GET /v2.0/networks?id=f701cd2e-089e-400c-80a6-4ba989df9703 => generated 771 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1138] 199.204.45.227 () {34 vars in 1058 bytes} [Sun Jun 28 21:21:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=c52a8faf-b6bc-4129-b471-5a367921eff8 => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:21:18.821 8 INFO neutron_taas.services.taas.taas_plugin [None req-531a6c51-85d5-4185-8e2d-f1f2e3907533 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: 2af1e828-f613-4c37-a59a-507015596eff 2026-06-28 21:21:18.824 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-531a6c51-85d5-4185-8e2d-f1f2e3907533 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: 2af1e828-f613-4c37-a59a-507015596eff [pid: 7|app: 0|req: 583/1139] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:21:18 2026] GET /v2.0/subnets?id=b0f97b16-9c7f-4e70-baea-4206c474db16 => generated 693 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1140] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:21:18 2026] GET /v2.0/ports?network_id=f701cd2e-089e-400c-80a6-4ba989df9703&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1141] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:21:18 2026] GET /v2.0/networks/f701cd2e-089e-400c-80a6-4ba989df9703?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: 586/1142] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:21:18 2026] GET /v2.0/networks/f701cd2e-089e-400c-80a6-4ba989df9703?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: 587/1143] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:19 2026] GET /v2.0/ports?device_id=11bf03f9-5454-44ea-9755-b9a766450738 => 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: 557/1144] 10.0.0.153 () {34 vars in 789 bytes} [Sun Jun 28 21:21:18 2026] PUT /v2.0/routers/4ff1bfcf-758f-49aa-b94f-435653065e5d/remove_router_interface => generated 309 bytes in 1004 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1145] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:21:19 2026] GET /v2.0/security-groups?tenant_id=61920c7914ef429cb9897bb8a11710ce&name=default => generated 2925 bytes in 398 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:21:19.710 8 INFO neutron_taas.services.taas.taas_plugin [None req-50dd854e-8b16-47f7-9a3d-01e6b58f71d3 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: 7a808453-a5a9-43a6-a890-eee13c6db2dc 2026-06-28 21:21:19.714 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50dd854e-8b16-47f7-9a3d-01e6b58f71d3 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: 7a808453-a5a9-43a6-a890-eee13c6db2dc [pid: 7|app: 0|req: 589/1146] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:19 2026] GET /v2.0/ports?device_id=40cc8520-256c-4c58-ad97-227464302906 => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1147] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:21:19 2026] DELETE /v2.0/security-groups/f214a4a3-d690-44b7-9068-ad22c6d68206 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1148] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:19 2026] GET /v2.0/security-groups?id=02a19e1c-7058-436c-84cb-c5869900a0d8&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:21:20.028 8 INFO neutron_taas.services.taas.taas_plugin [None req-50dd854e-8b16-47f7-9a3d-01e6b58f71d3 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: 35f69a26-30a5-4b25-9136-48a355a3ce0e 2026-06-28 21:21:20.033 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50dd854e-8b16-47f7-9a3d-01e6b58f71d3 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: 35f69a26-30a5-4b25-9136-48a355a3ce0e [pid: 7|app: 0|req: 592/1149] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:21:20 2026] GET /v2.0/security-groups?tenant_id=47d66c3fb9d7481c9b592f8f5d93e9c0&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1150] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:21:20 2026] DELETE /v2.0/security-groups/dcc26c04-e93c-4634-baad-d02f21d2dff4 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1151] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:20 2026] GET /v2.0/ports?device_id=11bf03f9-5454-44ea-9755-b9a766450738 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:21:20.404 8 INFO neutron.services.segments.plugin [-] Segment 90502f6f-ac1b-4d8e-a832-b3941b1e423b resource provider aggregate not found 2026-06-28 21:21:20.412 8 INFO neutron.services.segments.plugin [-] Segment 90502f6f-ac1b-4d8e-a832-b3941b1e423b resource provider aggregate not found 2026-06-28 21:21:20.427 8 INFO neutron.services.segments.plugin [-] Segment 90502f6f-ac1b-4d8e-a832-b3941b1e423b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90502f6f-ac1b-4d8e-a832-b3941b1e423b found for delete ", "request_id": "req-ecbf4494-4cf6-4a55-b3de-a8b3b44bce15"}]} 2026-06-28 21:21:20.431 8 INFO neutron.services.segments.plugin [-] Segment 90502f6f-ac1b-4d8e-a832-b3941b1e423b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90502f6f-ac1b-4d8e-a832-b3941b1e423b found for delete ", "request_id": "req-754be41f-4ab8-4bb6-aeb4-4ad6c905df9d"}]} 2026-06-28 21:21:20.444 8 INFO neutron.db.l3_hamode_db [None req-50dd854e-8b16-47f7-9a3d-01e6b58f71d3 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] HA network 686664c5-9854-4bbc-bd21-d2056d549f86 was deleted as no HA routers are present in tenant 905c7f9b4e7c481caece3b4b2e832193. [pid: 8|app: 0|req: 558/1152] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:21:19 2026] DELETE /v2.0/routers/4ff1bfcf-758f-49aa-b94f-435653065e5d => generated 0 bytes in 989 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1153] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:21:20 2026] DELETE /v2.0/subnets/31acbd03-4a92-4dc7-8706-bd89716f3c35 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:21:20.773 8 INFO neutron_taas.services.taas.taas_plugin [None req-34171ebf-4aab-4325-8110-3a7ad10558da afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: 0ec81982-c81a-4122-b4ba-324c85a4a8da 2026-06-28 21:21:20.776 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34171ebf-4aab-4325-8110-3a7ad10558da afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: 0ec81982-c81a-4122-b4ba-324c85a4a8da [pid: 8|app: 0|req: 559/1154] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:21:20 2026] DELETE /v2.0/networks/061eeb97-7ab3-4c79-835c-279c466393ea => generated 0 bytes in 339 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1155] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:21 2026] GET /v2.0/ports?device_id=40cc8520-256c-4c58-ad97-227464302906 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1156] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:21 2026] GET /v2.0/security-groups?id=02a19e1c-7058-436c-84cb-c5869900a0d8&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: 597/1157] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:21:21 2026] GET /v2.0/security-groups?tenant_id=905c7f9b4e7c481caece3b4b2e832193&name=default => generated 2925 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1158] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:21:21 2026] DELETE /v2.0/security-groups/dc63f5b5-8bcc-4704-ae90-9de15ee9b336 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1159] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:21 2026] GET /v2.0/ports?device_id=11bf03f9-5454-44ea-9755-b9a766450738 => 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: 562/1160] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:22 2026] GET /v2.0/ports?device_id=40cc8520-256c-4c58-ad97-227464302906 => generated 971 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1161] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:22 2026] GET /v2.0/security-groups?id=02a19e1c-7058-436c-84cb-c5869900a0d8&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:21:22.450 8 INFO neutron.services.segments.plugin [-] Segment 599d5465-efa0-4df9-9724-6493b89f068b resource provider aggregate not found 2026-06-28 21:21:22.457 8 INFO neutron.services.segments.plugin [-] Segment 599d5465-efa0-4df9-9724-6493b89f068b resource provider aggregate not found 2026-06-28 21:21:22.474 8 INFO neutron.services.segments.plugin [-] Segment 599d5465-efa0-4df9-9724-6493b89f068b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 599d5465-efa0-4df9-9724-6493b89f068b found for delete ", "request_id": "req-3c0518c9-461d-4a7e-a62b-0b520406f785"}]} 2026-06-28 21:21:22.478 8 INFO neutron.services.segments.plugin [-] Segment 599d5465-efa0-4df9-9724-6493b89f068b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 599d5465-efa0-4df9-9724-6493b89f068b found for delete ", "request_id": "req-18bf3260-ea7e-4500-9d50-25e11db6a9ee"}]} [pid: 8|app: 0|req: 563/1162] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:22 2026] GET /v2.0/ports?device_id=11bf03f9-5454-44ea-9755-b9a766450738 => 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: 600/1163] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:23 2026] GET /v2.0/ports?device_id=40cc8520-256c-4c58-ad97-227464302906 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1164] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:23 2026] GET /v2.0/security-groups?id=02a19e1c-7058-436c-84cb-c5869900a0d8&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: 601/1165] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:23 2026] GET /v2.0/ports?device_id=11bf03f9-5454-44ea-9755-b9a766450738 => 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: 565/1166] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:21:23 2026] GET /v2.0/networks?id=ca8006c8-504a-456a-809d-e26b327e364c => generated 678 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1167] 199.204.45.227 () {38 vars in 955 bytes} [Sun Jun 28 21:21:23 2026] POST /v2.0/ports => generated 954 bytes in 528 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: 603/1168] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:24 2026] GET /v2.0/ports?device_id=40cc8520-256c-4c58-ad97-227464302906 => 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: 604/1169] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:24 2026] GET /v2.0/security-groups?id=02a19e1c-7058-436c-84cb-c5869900a0d8&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: 605/1170] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:24 2026] GET /v2.0/ports?device_id=11bf03f9-5454-44ea-9755-b9a766450738 => 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: 566/1171] 199.204.45.227 () {38 vars in 1028 bytes} [Sun Jun 28 21:21:24 2026] PUT /v2.0/ports/755ba3b8-c766-4c74-9ba1-e65255d1d471 => generated 1235 bytes in 492 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1172] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:24 2026] GET /v2.0/security-groups?id=a8f9d4e8-03aa-4aaf-b103-6b3995232315&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:21:24.772 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-74cc140b-a204-411e-96de-73b51dfc9eae'] response: {'name': 'network-changed', 'server_uuid': '11bf03f9-5454-44ea-9755-b9a766450738', 'tag': '755ba3b8-c766-4c74-9ba1-e65255d1d471', '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: 567/1173] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:21:24 2026] GET /v2.0/security-groups?tenant_id=136e788179e346779cacf3ba66fba0a2&name=default => generated 2925 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1174] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:21:25 2026] GET /v2.0/ports?tenant_id=4f88a584aa6c45d7888aaed1d04b4a6f&device_id=11bf03f9-5454-44ea-9755-b9a766450738 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1175] 199.204.45.227 () {34 vars in 1018 bytes} [Sun Jun 28 21:21:25 2026] GET /v2.0/networks?tenant_id=4f88a584aa6c45d7888aaed1d04b4a6f&shared=False => generated 774 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1176] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:21:25 2026] DELETE /v2.0/security-groups/2a545e62-68e6-447f-9d7e-f9103ec2539c => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1177] 199.204.45.227 () {34 vars in 930 bytes} [Sun Jun 28 21:21:25 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1178] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:25 2026] GET /v2.0/ports?device_id=40cc8520-256c-4c58-ad97-227464302906 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1179] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:21:25 2026] GET /v2.0/security-groups?tenant_id=5d198f184575424a9210ea8ed35f61c5&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1180] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:25 2026] GET /v2.0/security-groups?id=02a19e1c-7058-436c-84cb-c5869900a0d8&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1181] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:21:25 2026] DELETE /v2.0/security-groups/47b147a6-1081-414e-aa07-1e602c25d663 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1182] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:25 2026] GET /v2.0/ports?device_id=11bf03f9-5454-44ea-9755-b9a766450738 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1183] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:25 2026] GET /v2.0/security-groups?id=a8f9d4e8-03aa-4aaf-b103-6b3995232315&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: 574/1184] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:21:26 2026] GET /v2.0/ports?tenant_id=4f88a584aa6c45d7888aaed1d04b4a6f&device_id=11bf03f9-5454-44ea-9755-b9a766450738 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1185] 199.204.45.227 () {34 vars in 1058 bytes} [Sun Jun 28 21:21:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=755ba3b8-c766-4c74-9ba1-e65255d1d471 => 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: 575/1186] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:21:26 2026] GET /v2.0/subnets?id=f1b9dc55-a430-403a-8b0b-8ca842470b1a => generated 696 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1187] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:21:26 2026] GET /v2.0/ports?network_id=ca8006c8-504a-456a-809d-e26b327e364c&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1188] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:21:26 2026] GET /v2.0/networks/ca8006c8-504a-456a-809d-e26b327e364c?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: 613/1189] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:21:26 2026] GET /v2.0/networks/ca8006c8-504a-456a-809d-e26b327e364c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1190] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:26 2026] GET /v2.0/ports?device_id=40cc8520-256c-4c58-ad97-227464302906 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1191] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:26 2026] GET /v2.0/security-groups?id=02a19e1c-7058-436c-84cb-c5869900a0d8&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1192] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:27 2026] GET /v2.0/ports?device_id=11bf03f9-5454-44ea-9755-b9a766450738 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1193] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:27 2026] GET /v2.0/security-groups?id=a8f9d4e8-03aa-4aaf-b103-6b3995232315&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1196] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:27 2026] GET /v2.0/ports?device_id=40cc8520-256c-4c58-ad97-227464302906 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1197] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/security-groups?id=02a19e1c-7058-436c-84cb-c5869900a0d8&fields=id&fields=name => generated 114 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1198] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/ports?device_id=11bf03f9-5454-44ea-9755-b9a766450738 => 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: 582/1199] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/security-groups?id=a8f9d4e8-03aa-4aaf-b103-6b3995232315&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1200] 10.0.0.153 () {32 vars in 653 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions => generated 21537 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1201] 10.0.0.153 () {32 vars in 681 bytes} [Sun Jun 28 21:21:28 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: 7|app: 0|req: 619/1202] 10.0.0.153 () {32 vars in 681 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1203] 10.0.0.153 () {32 vars in 729 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1204] 10.0.0.153 () {32 vars in 665 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/agent => generated 153 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1205] 10.0.0.153 () {32 vars in 699 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1206] 10.0.0.153 () {32 vars in 697 bytes} [Sun Jun 28 21:21:28 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: 586/1207] 10.0.0.153 () {32 vars in 701 bytes} [Sun Jun 28 21:21:28 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: 7|app: 0|req: 622/1208] 10.0.0.153 () {32 vars in 689 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1209] 10.0.0.153 () {32 vars in 703 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1210] 10.0.0.153 () {32 vars in 693 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1211] 10.0.0.153 () {32 vars in 695 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1212] 10.0.0.153 () {32 vars in 685 bytes} [Sun Jun 28 21:21:28 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: 589/1213] 10.0.0.153 () {32 vars in 687 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1214] 10.0.0.153 () {32 vars in 661 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1215] 10.0.0.153 () {32 vars in 699 bytes} [Sun Jun 28 21:21:28 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: 7|app: 0|req: 626/1216] 10.0.0.153 () {32 vars in 679 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1217] 10.0.0.153 () {32 vars in 683 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1218] 10.0.0.153 () {32 vars in 675 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1219] 10.0.0.153 () {32 vars in 689 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1220] 10.0.0.153 () {32 vars in 723 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1221] 10.0.0.153 () {32 vars in 687 bytes} [Sun Jun 28 21:21:28 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: 7|app: 0|req: 629/1222] 10.0.0.153 () {32 vars in 669 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1223] 10.0.0.153 () {32 vars in 687 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1224] 10.0.0.153 () {32 vars in 681 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1225] 10.0.0.153 () {32 vars in 699 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1226] 10.0.0.153 () {32 vars in 679 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1227] 10.0.0.153 () {32 vars in 667 bytes} [Sun Jun 28 21:21:28 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: 7|app: 0|req: 632/1228] 10.0.0.153 () {32 vars in 677 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1229] 10.0.0.153 () {32 vars in 665 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1230] 10.0.0.153 () {32 vars in 675 bytes} [Sun Jun 28 21:21:28 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: 8|app: 0|req: 598/1231] 10.0.0.153 () {32 vars in 713 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1232] 10.0.0.153 () {32 vars in 691 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1233] 10.0.0.153 () {32 vars in 683 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1234] 10.0.0.153 () {32 vars in 669 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1235] 10.0.0.153 () {32 vars in 687 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1236] 10.0.0.153 () {32 vars in 705 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1237] 10.0.0.153 () {32 vars in 675 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1238] 10.0.0.153 () {32 vars in 701 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1239] 10.0.0.153 () {32 vars in 675 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1240] 10.0.0.153 () {32 vars in 693 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1241] 10.0.0.153 () {32 vars in 689 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1242] 10.0.0.153 () {32 vars in 709 bytes} [Sun Jun 28 21:21:28 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: 8|app: 0|req: 604/1243] 10.0.0.153 () {32 vars in 705 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/port-numa-affinity-policy => 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: 640/1244] 10.0.0.153 () {32 vars in 719 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1245] 10.0.0.153 () {32 vars in 697 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1246] 10.0.0.153 () {32 vars in 711 bytes} [Sun Jun 28 21:21:28 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: 8|app: 0|req: 606/1247] 10.0.0.153 () {32 vars in 669 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/binding => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1248] 10.0.0.153 () {32 vars in 687 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/binding-extended => 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: 607/1249] 10.0.0.153 () {32 vars in 681 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1250] 10.0.0.153 () {32 vars in 675 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1251] 10.0.0.153 () {32 vars in 671 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/provider => generated 191 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1252] 10.0.0.153 () {32 vars in 661 bytes} [Sun Jun 28 21:21:28 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: 609/1253] 10.0.0.153 () {32 vars in 699 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1254] 10.0.0.153 () {32 vars in 699 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1255] 10.0.0.153 () {32 vars in 677 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1256] 10.0.0.153 () {32 vars in 669 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1257] 10.0.0.153 () {32 vars in 683 bytes} [Sun Jun 28 21:21:28 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1258] 10.0.0.153 () {32 vars in 701 bytes} [Sun Jun 28 21:21:29 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: 8|app: 0|req: 612/1259] 10.0.0.153 () {32 vars in 685 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1260] 10.0.0.153 () {32 vars in 707 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1261] 10.0.0.153 () {32 vars in 669 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1262] 10.0.0.153 () {32 vars in 697 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1263] 10.0.0.153 () {32 vars in 695 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1264] 10.0.0.153 () {32 vars in 685 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1265] 10.0.0.153 () {32 vars in 689 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1266] 10.0.0.153 () {32 vars in 705 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1267] 10.0.0.153 () {32 vars in 667 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1268] 10.0.0.153 () {32 vars in 681 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1269] 10.0.0.153 () {32 vars in 681 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1270] 10.0.0.153 () {32 vars in 691 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1271] 10.0.0.153 () {32 vars in 691 bytes} [Sun Jun 28 21:21:29 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: 7|app: 0|req: 654/1272] 10.0.0.153 () {32 vars in 695 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1273] 10.0.0.153 () {32 vars in 685 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1274] 10.0.0.153 () {32 vars in 689 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1275] 10.0.0.153 () {32 vars in 701 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1276] 10.0.0.153 () {32 vars in 703 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1277] 10.0.0.153 () {32 vars in 713 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1278] 10.0.0.153 () {32 vars in 717 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1279] 10.0.0.153 () {32 vars in 715 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1280] 10.0.0.153 () {32 vars in 727 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1281] 10.0.0.153 () {32 vars in 741 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1282] 10.0.0.153 () {32 vars in 719 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1283] 10.0.0.153 () {32 vars in 683 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1284] 10.0.0.153 () {32 vars in 669 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/segment => generated 145 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1285] 10.0.0.153 () {32 vars in 719 bytes} [Sun Jun 28 21:21:29 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: 7|app: 0|req: 663/1286] 10.0.0.153 () {32 vars in 679 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1287] 10.0.0.153 () {32 vars in 669 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1288] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/ports?device_id=11bf03f9-5454-44ea-9755-b9a766450738 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1289] 10.0.0.153 () {32 vars in 697 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1290] 10.0.0.153 () {32 vars in 705 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1291] 10.0.0.153 () {32 vars in 701 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1292] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/security-groups?id=a8f9d4e8-03aa-4aaf-b103-6b3995232315&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1293] 10.0.0.153 () {32 vars in 701 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1294] 10.0.0.153 () {32 vars in 683 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1295] 10.0.0.153 () {32 vars in 705 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1296] 10.0.0.153 () {32 vars in 695 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1297] 10.0.0.153 () {32 vars in 689 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1298] 10.0.0.153 () {32 vars in 697 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1299] 10.0.0.153 () {32 vars in 679 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1300] 10.0.0.153 () {32 vars in 689 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1301] 10.0.0.153 () {32 vars in 701 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1302] 10.0.0.153 () {32 vars in 665 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1303] 10.0.0.153 () {32 vars in 681 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1304] 10.0.0.153 () {32 vars in 677 bytes} [Sun Jun 28 21:21:29 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: 7|app: 0|req: 674/1305] 10.0.0.153 () {32 vars in 693 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1306] 10.0.0.153 () {32 vars in 677 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1307] 10.0.0.153 () {32 vars in 667 bytes} [Sun Jun 28 21:21:29 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: 8|app: 0|req: 633/1308] 10.0.0.153 () {32 vars in 663 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/taas => generated 175 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1309] 10.0.0.153 () {32 vars in 675 bytes} [Sun Jun 28 21:21:29 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: 8|app: 0|req: 634/1310] 10.0.0.153 () {32 vars in 687 bytes} [Sun Jun 28 21:21:29 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1311] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:21:30 2026] GET /v2.0/security-groups?tenant_id=e4b282bc24814c0aa7687ce6b331e69b&name=default => generated 2925 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1312] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:30 2026] GET /v2.0/ports?device_id=11bf03f9-5454-44ea-9755-b9a766450738 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1313] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:21:30 2026] DELETE /v2.0/security-groups/79cf6ece-2cee-4a1d-be4b-c8129e3daad0 => 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: 679/1314] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:30 2026] GET /v2.0/security-groups?id=a8f9d4e8-03aa-4aaf-b103-6b3995232315&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: 636/1315] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:31 2026] GET /v2.0/ports?device_id=11bf03f9-5454-44ea-9755-b9a766450738 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1316] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:31 2026] GET /v2.0/security-groups?id=a8f9d4e8-03aa-4aaf-b103-6b3995232315&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1317] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:32 2026] GET /v2.0/ports?device_id=11bf03f9-5454-44ea-9755-b9a766450738 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1318] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:32 2026] GET /v2.0/security-groups?id=a8f9d4e8-03aa-4aaf-b103-6b3995232315&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:21:32.839 8 INFO neutron.db.segments_db [None req-0c5851b5-a6ac-4fc7-9221-d5ebf06c3961 cb3f56c60c514b868ffa39363fba7769 ae630ae6faeb43ec9eb7cfe3b0927a36 - - default default] Added segment 50035687-01fe-4089-b24f-c1a9197b2bd6 of type vxlan for network bee7990d-5227-4d4d-9e25-b9124ea2cdc9 [pid: 8|app: 0|req: 638/1319] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:21:32 2026] POST /v2.0/networks => generated 648 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1320] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:33 2026] GET /v2.0/ports?device_id=11bf03f9-5454-44ea-9755-b9a766450738 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1321] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:33 2026] GET /v2.0/security-groups?id=a8f9d4e8-03aa-4aaf-b103-6b3995232315&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1322] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:21:33 2026] POST /v2.0/subnets => generated 673 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:21:33.737 8 INFO neutron.db.segments_db [None req-6f378add-bfee-4949-943d-0521eb29e4a8 cb3f56c60c514b868ffa39363fba7769 ae630ae6faeb43ec9eb7cfe3b0927a36 - - default default] Added segment 877da992-7326-4291-a577-2fc6b0df4eaf of type vxlan for network 58534d80-6e5e-41f0-aa8a-767d49d93e27 [pid: 8|app: 0|req: 640/1323] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:21:33 2026] POST /v2.0/networks => generated 647 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1324] 10.0.0.153 () {34 vars in 743 bytes} [Sun Jun 28 21:21:33 2026] PUT /v2.0/networks/58534d80-6e5e-41f0-aa8a-767d49d93e27 => generated 592 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1325] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:21:33 2026] POST /v2.0/subnets => generated 646 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1326] 10.0.0.153 () {34 vars in 741 bytes} [Sun Jun 28 21:21:34 2026] PUT /v2.0/subnets/4a981f17-e325-46ff-8e96-27659e87df88 => generated 656 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1327] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:34 2026] GET /v2.0/ports?device_id=11bf03f9-5454-44ea-9755-b9a766450738 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1328] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:34 2026] GET /v2.0/security-groups?id=a8f9d4e8-03aa-4aaf-b103-6b3995232315&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: 688/1329] 199.204.45.227 () {34 vars in 994 bytes} [Sun Jun 28 21:21:34 2026] GET /v2.0/ports?device_id=11bf03f9-5454-44ea-9755-b9a766450738 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:21:34.648 8 INFO neutron.services.segments.plugin [-] Segment 877da992-7326-4291-a577-2fc6b0df4eaf resource provider aggregate not found 2026-06-28 21:21:34.651 8 INFO neutron.services.segments.plugin [-] Segment 877da992-7326-4291-a577-2fc6b0df4eaf resource provider aggregate not found 2026-06-28 21:21:34.667 8 INFO neutron.services.segments.plugin [-] Segment 877da992-7326-4291-a577-2fc6b0df4eaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 877da992-7326-4291-a577-2fc6b0df4eaf found for delete ", "request_id": "req-6b5a7bc2-8cfa-4484-9594-2e0b2719e4eb"}]} 2026-06-28 21:21:34.671 8 INFO neutron.services.segments.plugin [-] Segment 877da992-7326-4291-a577-2fc6b0df4eaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 877da992-7326-4291-a577-2fc6b0df4eaf found for delete ", "request_id": "req-fb20edd7-87e2-444b-800f-5f404fedec57"}]} [pid: 8|app: 0|req: 642/1330] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:21:34 2026] DELETE /v2.0/networks/58534d80-6e5e-41f0-aa8a-767d49d93e27 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:21:34.705 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5aff98b9-2088-48d5-83ac-1fb6f17ba72d cb3f56c60c514b868ffa39363fba7769 ae630ae6faeb43ec9eb7cfe3b0927a36 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 643/1331] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:21:34 2026] DELETE /v2.0/networks/58534d80-6e5e-41f0-aa8a-767d49d93e27 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:21:34.766 7 INFO neutron_taas.services.taas.taas_plugin [req-24de3241-6728-4512-bb09-4c24e6dbc9be req-e8f1b147-f2d3-4717-9acb-e18db279c7a2 e1afca68c091405e80757f1fcc527e7f 4f88a584aa6c45d7888aaed1d04b4a6f - - default default] TaaS: Handle Delete Port: 755ba3b8-c766-4c74-9ba1-e65255d1d471 2026-06-28 21:21:34.770 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-24de3241-6728-4512-bb09-4c24e6dbc9be req-e8f1b147-f2d3-4717-9acb-e18db279c7a2 e1afca68c091405e80757f1fcc527e7f 4f88a584aa6c45d7888aaed1d04b4a6f - - default default] Tap Mirror: Handle Delete Port: 755ba3b8-c766-4c74-9ba1-e65255d1d471 [pid: 8|app: 0|req: 644/1332] 10.0.0.153 () {32 vars in 694 bytes} [Sun Jun 28 21:21:34 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1333] 10.0.0.153 () {32 vars in 742 bytes} [Sun Jun 28 21:21:34 2026] GET /v2.0/subnets?network_id=77fff6ad-a707-44bb-82a9-136af35d90eb => generated 649 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1334] 10.0.0.153 () {32 vars in 653 bytes} [Sun Jun 28 21:21:34 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1335] 10.0.0.153 () {32 vars in 649 bytes} [Sun Jun 28 21:21:34 2026] GET /v2.0/networks => generated 1313 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1336] 10.0.0.153 () {32 vars in 647 bytes} [Sun Jun 28 21:21:34 2026] GET /v2.0/subnets => generated 1312 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1337] 199.204.45.227 () {36 vars in 997 bytes} [Sun Jun 28 21:21:34 2026] DELETE /v2.0/ports/755ba3b8-c766-4c74-9ba1-e65255d1d471 => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1338] 10.0.0.153 () {32 vars in 723 bytes} [Sun Jun 28 21:21:34 2026] GET /v2.0/networks/bee7990d-5227-4d4d-9e25-b9124ea2cdc9 => generated 673 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:21:35.023 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e90d78f2-7850-48e9-aad3-a76d5a4f0dbe'] response: {'server_uuid': '11bf03f9-5454-44ea-9755-b9a766450738', 'name': 'network-vif-deleted', 'tag': '755ba3b8-c766-4c74-9ba1-e65255d1d471', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 690/1339] 10.0.0.153 () {32 vars in 721 bytes} [Sun Jun 28 21:21:35 2026] GET /v2.0/subnets/1a4d96fa-0af3-4388-b3cf-7253426f8890 => generated 673 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:21:35.067 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a0ff17b4-45b3-4680-9e20-50bbc585e26d cb3f56c60c514b868ffa39363fba7769 ae630ae6faeb43ec9eb7cfe3b0927a36 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 650/1340] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:21:35 2026] DELETE /v2.0/subnets/4a981f17-e325-46ff-8e96-27659e87df88 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:21:35.090 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a55d31cc-dbe1-4313-84be-40bd366c3619 cb3f56c60c514b868ffa39363fba7769 ae630ae6faeb43ec9eb7cfe3b0927a36 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 691/1341] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:21:35 2026] DELETE /v2.0/networks/58534d80-6e5e-41f0-aa8a-767d49d93e27 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1342] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:21:35 2026] DELETE /v2.0/subnets/1a4d96fa-0af3-4388-b3cf-7253426f8890 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:21:35.372 7 INFO neutron_taas.services.taas.taas_plugin [None req-7e744dec-a864-42aa-a03d-ccc78b08e110 cb3f56c60c514b868ffa39363fba7769 ae630ae6faeb43ec9eb7cfe3b0927a36 - - default default] TaaS: Handle Delete Port: ff43eac8-10bc-407e-9d9d-cacbd263f764 2026-06-28 21:21:35.376 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e744dec-a864-42aa-a03d-ccc78b08e110 cb3f56c60c514b868ffa39363fba7769 ae630ae6faeb43ec9eb7cfe3b0927a36 - - default default] Tap Mirror: Handle Delete Port: ff43eac8-10bc-407e-9d9d-cacbd263f764 2026-06-28 21:21:35.572 7 INFO neutron.services.segments.plugin [-] Segment 50035687-01fe-4089-b24f-c1a9197b2bd6 resource provider aggregate not found 2026-06-28 21:21:35.574 7 INFO neutron.services.segments.plugin [-] Segment 50035687-01fe-4089-b24f-c1a9197b2bd6 resource provider aggregate not found 2026-06-28 21:21:35.593 7 INFO neutron.services.segments.plugin [-] Segment 50035687-01fe-4089-b24f-c1a9197b2bd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50035687-01fe-4089-b24f-c1a9197b2bd6 found for delete ", "request_id": "req-54e827fc-f214-4814-8b5e-efe74ef3b413"}]} 2026-06-28 21:21:35.595 7 INFO neutron.services.segments.plugin [-] Segment 50035687-01fe-4089-b24f-c1a9197b2bd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50035687-01fe-4089-b24f-c1a9197b2bd6 found for delete ", "request_id": "req-4f35bee7-9383-4fb5-9e87-dc7369ba3d02"}]} [pid: 7|app: 0|req: 692/1343] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:21:35 2026] DELETE /v2.0/networks/bee7990d-5227-4d4d-9e25-b9124ea2cdc9 => generated 0 bytes in 352 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1344] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:35 2026] GET /v2.0/ports?device_id=11bf03f9-5454-44ea-9755-b9a766450738 => 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: 693/1345] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:21:36 2026] GET /v2.0/security-groups?tenant_id=ae630ae6faeb43ec9eb7cfe3b0927a36&name=default => generated 2925 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1346] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:21:36 2026] DELETE /v2.0/security-groups/71793102-118f-42f5-81d5-9daba1094bf7 => 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: 653/1347] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:21:36 2026] GET /v2.0/security-groups?tenant_id=ce6177aadecd44738d4bbe9dce965cd0&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1348] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:21:36 2026] DELETE /v2.0/security-groups/20d68358-6471-4803-a730-fbced7495231 => 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: 654/1349] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:36 2026] GET /v2.0/ports?device_id=11bf03f9-5454-44ea-9755-b9a766450738 => 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: 696/1350] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:37 2026] GET /v2.0/ports?device_id=11bf03f9-5454-44ea-9755-b9a766450738 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:21:38.368 8 INFO neutron.db.segments_db [None req-4ef8d15a-f721-41e2-8ca5-7b6cf01f2e5e 10263797de084b778aa93d4fc568b2dc 4f33f437b6644f3aac944d16624951d7 - - default default] Added segment d6d60dda-c9d3-4313-84c6-8a653c2e2c8a of type vxlan for network 07304224-ba17-4918-836f-88026f14922d [pid: 8|app: 0|req: 655/1351] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:21:38 2026] POST /v2.0/networks => generated 644 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1352] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:21:38 2026] POST /v2.0/subnets => generated 641 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:21:38.919 7 INFO neutron.db.segments_db [None req-b12c4d6c-2a20-45ca-a52e-75821e3022ff 10263797de084b778aa93d4fc568b2dc 4f33f437b6644f3aac944d16624951d7 - - default default] Added segment 064de921-44b9-4ead-b261-d28fe0fa7c41 of type vxlan for network 6bd3ac81-6d2a-4429-b07e-9f4d92c621d3 [pid: 7|app: 0|req: 698/1353] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:21:38 2026] POST /v2.0/networks => generated 643 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1354] 10.0.0.153 () {34 vars in 743 bytes} [Sun Jun 28 21:21:39 2026] PUT /v2.0/networks/6bd3ac81-6d2a-4429-b07e-9f4d92c621d3 => generated 592 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:21:39.247 8 INFO neutron_taas.services.taas.taas_plugin [None req-669b6d5d-33f8-4f3f-a61c-53fdccdad181 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: fbb123ab-4a4e-49dd-b79c-ea58a1781fa1 2026-06-28 21:21:39.252 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-669b6d5d-33f8-4f3f-a61c-53fdccdad181 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: fbb123ab-4a4e-49dd-b79c-ea58a1781fa1 [pid: 7|app: 0|req: 700/1355] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:21:39 2026] POST /v2.0/subnets => generated 626 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1356] 10.0.0.153 () {34 vars in 741 bytes} [Sun Jun 28 21:21:39 2026] PUT /v2.0/subnets/dcca2bc6-e3be-46ab-b8a0-24889fd5a025 => generated 636 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1357] 10.0.0.127 () {34 vars in 990 bytes} [Sun Jun 28 21:21:39 2026] GET /v2.0/ports?device_id=40cc8520-256c-4c58-ad97-227464302906 => generated 1240 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1358] 10.0.0.153 () {34 vars in 789 bytes} [Sun Jun 28 21:21:38 2026] PUT /v2.0/routers/bdc5658f-fa0d-4af9-a108-f48aa3d78e1f/remove_router_interface => generated 309 bytes in 987 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:21:39.884 7 INFO neutron.services.segments.plugin [-] Segment 064de921-44b9-4ead-b261-d28fe0fa7c41 resource provider aggregate not found [pid: 8|app: 0|req: 657/1359] 10.0.0.191 () {32 vars in 802 bytes} [Sun Jun 28 21:21:39 2026] GET /v2.0/extensions => generated 21537 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-28 21:21:39.890 7 INFO neutron.services.segments.plugin [-] Segment 064de921-44b9-4ead-b261-d28fe0fa7c41 resource provider aggregate not found 2026-06-28 21:21:39.907 7 INFO neutron.services.segments.plugin [-] Segment 064de921-44b9-4ead-b261-d28fe0fa7c41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 064de921-44b9-4ead-b261-d28fe0fa7c41 found for delete ", "request_id": "req-27f776e8-bdab-41a0-b7fd-9a391ea8f9a6"}]} 2026-06-28 21:21:39.911 7 INFO neutron.services.segments.plugin [-] Segment 064de921-44b9-4ead-b261-d28fe0fa7c41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 064de921-44b9-4ead-b261-d28fe0fa7c41 found for delete ", "request_id": "req-2dad14c8-9b55-4e59-ba34-4a3bf05b0b59"}]} [pid: 7|app: 0|req: 703/1360] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:21:39 2026] DELETE /v2.0/networks/6bd3ac81-6d2a-4429-b07e-9f4d92c621d3 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1361] 10.0.0.127 () {34 vars in 1040 bytes} [Sun Jun 28 21:21:39 2026] GET /v2.0/security-groups?id=02a19e1c-7058-436c-84cb-c5869900a0d8&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-28 21:21:39.946 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ba7ee060-6135-4003-a2a8-eeb6e386ed90 10263797de084b778aa93d4fc568b2dc 4f33f437b6644f3aac944d16624951d7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 659/1362] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:21:39 2026] DELETE /v2.0/networks/6bd3ac81-6d2a-4429-b07e-9f4d92c621d3 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1363] 10.0.0.153 () {32 vars in 694 bytes} [Sun Jun 28 21:21:39 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1364] 10.0.0.153 () {32 vars in 742 bytes} [Sun Jun 28 21:21:40 2026] GET /v2.0/subnets?network_id=77fff6ad-a707-44bb-82a9-136af35d90eb => generated 649 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1365] 10.0.0.153 () {32 vars in 653 bytes} [Sun Jun 28 21:21:40 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1366] 10.0.0.153 () {32 vars in 649 bytes} [Sun Jun 28 21:21:40 2026] GET /v2.0/networks => generated 1309 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1367] 10.0.0.191 () {30 vars in 724 bytes} [Sun Jun 28 21:21:40 2026] GET /v2.0/quotas/0d36241f068649a589aee5c6d030bf4b/details => generated 847 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1368] 10.0.0.153 () {32 vars in 647 bytes} [Sun Jun 28 21:21:40 2026] GET /v2.0/subnets => generated 1280 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1369] 10.0.0.153 () {32 vars in 723 bytes} [Sun Jun 28 21:21:40 2026] GET /v2.0/networks/07304224-ba17-4918-836f-88026f14922d => generated 669 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1370] 10.0.0.153 () {32 vars in 721 bytes} [Sun Jun 28 21:21:40 2026] GET /v2.0/subnets/f92a357e-0c7c-40d2-a6fa-27fd0123a5e3 => generated 641 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:21:40.404 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a60f443d-1cb4-4765-ada3-73cab5460f01 10263797de084b778aa93d4fc568b2dc 4f33f437b6644f3aac944d16624951d7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 668/1371] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:21:40 2026] DELETE /v2.0/subnets/dcca2bc6-e3be-46ab-b8a0-24889fd5a025 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:21:40.422 8 INFO neutron.pecan_wsgi.hooks.translation [None req-edd8047a-88a8-4237-878f-933f6b8531da 10263797de084b778aa93d4fc568b2dc 4f33f437b6644f3aac944d16624951d7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 669/1372] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:21:40 2026] DELETE /v2.0/networks/6bd3ac81-6d2a-4429-b07e-9f4d92c621d3 => 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: 670/1373] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:21:40 2026] DELETE /v2.0/subnets/f92a357e-0c7c-40d2-a6fa-27fd0123a5e3 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:21:40.643 7 INFO neutron_taas.services.taas.taas_plugin [None req-7faa9d8d-9a49-47ba-9d54-10cfe967ce45 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: 169e9a41-e8ca-4d36-8347-95cf85e88152 2026-06-28 21:21:40.646 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7faa9d8d-9a49-47ba-9d54-10cfe967ce45 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: 169e9a41-e8ca-4d36-8347-95cf85e88152 2026-06-28 21:21:40.683 8 INFO neutron.services.segments.plugin [-] Segment d6d60dda-c9d3-4313-84c6-8a653c2e2c8a resource provider aggregate not found 2026-06-28 21:21:40.686 8 INFO neutron.services.segments.plugin [-] Segment d6d60dda-c9d3-4313-84c6-8a653c2e2c8a resource provider aggregate not found [pid: 8|app: 0|req: 671/1374] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:21:40 2026] DELETE /v2.0/networks/07304224-ba17-4918-836f-88026f14922d => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:21:40.713 8 INFO neutron.services.segments.plugin [-] Segment d6d60dda-c9d3-4313-84c6-8a653c2e2c8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6d60dda-c9d3-4313-84c6-8a653c2e2c8a found for delete ", "request_id": "req-e6db0284-ed17-446f-8531-63bb7a85c6fe"}]} 2026-06-28 21:21:40.714 8 INFO neutron.services.segments.plugin [-] Segment d6d60dda-c9d3-4313-84c6-8a653c2e2c8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6d60dda-c9d3-4313-84c6-8a653c2e2c8a found for delete ", "request_id": "req-4f1fb749-deaf-4771-aef7-02e7cd839a82"}]} 2026-06-28 21:21:40.901 7 INFO neutron_taas.services.taas.taas_plugin [None req-7faa9d8d-9a49-47ba-9d54-10cfe967ce45 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: ef7897b8-41fd-4f54-99ba-b632a69b494b 2026-06-28 21:21:40.906 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7faa9d8d-9a49-47ba-9d54-10cfe967ce45 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: ef7897b8-41fd-4f54-99ba-b632a69b494b 2026-06-28 21:21:41.366 7 INFO neutron.db.l3_hamode_db [None req-7faa9d8d-9a49-47ba-9d54-10cfe967ce45 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] HA network bed830e5-2150-441f-bce2-167a6fc8daf9 was deleted as no HA routers are present in tenant 4f88a584aa6c45d7888aaed1d04b4a6f. [pid: 7|app: 0|req: 704/1375] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:21:39 2026] DELETE /v2.0/routers/bdc5658f-fa0d-4af9-a108-f48aa3d78e1f => generated 0 bytes in 1451 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1376] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:21:41 2026] GET /v2.0/security-groups?tenant_id=4f33f437b6644f3aac944d16624951d7&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: 673/1377] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:21:41 2026] DELETE /v2.0/security-groups/75ae6e10-f6ff-4702-a6de-099c4c9c7143 => 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: 705/1378] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:21:41 2026] DELETE /v2.0/subnets/f1b9dc55-a430-403a-8b0b-8ca842470b1a => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:21:41.690 8 INFO neutron_taas.services.taas.taas_plugin [None req-e077d02a-1146-4698-aa44-519f5cb34c03 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: 39cac2d6-654c-4bcf-89d3-02876f81d4ee 2026-06-28 21:21:41.694 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e077d02a-1146-4698-aa44-519f5cb34c03 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: 39cac2d6-654c-4bcf-89d3-02876f81d4ee 2026-06-28 21:21:41.939 7 INFO neutron.services.segments.plugin [-] Segment 88e1dfba-e012-4522-a31e-feb1532ac8d9 resource provider aggregate not found [pid: 8|app: 0|req: 674/1379] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:21:41 2026] DELETE /v2.0/networks/ca8006c8-504a-456a-809d-e26b327e364c => generated 0 bytes in 378 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:21:41.957 7 INFO neutron.services.segments.plugin [-] Segment 88e1dfba-e012-4522-a31e-feb1532ac8d9 resource provider aggregate not found 2026-06-28 21:21:41.969 7 INFO neutron.services.segments.plugin [-] Segment 88e1dfba-e012-4522-a31e-feb1532ac8d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88e1dfba-e012-4522-a31e-feb1532ac8d9 found for delete ", "request_id": "req-f966f7fa-8a93-4b6c-9eda-8f9af248c6a8"}]} 2026-06-28 21:21:41.975 7 INFO neutron.services.segments.plugin [-] Segment 88e1dfba-e012-4522-a31e-feb1532ac8d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88e1dfba-e012-4522-a31e-feb1532ac8d9 found for delete ", "request_id": "req-14fe95dd-0b89-40c4-b46e-d14bf410124b"}]} [pid: 7|app: 0|req: 706/1380] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:21:42 2026] GET /v2.0/security-groups?tenant_id=4f88a584aa6c45d7888aaed1d04b4a6f&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: 675/1383] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:21:42 2026] DELETE /v2.0/security-groups/a8f9d4e8-03aa-4aaf-b103-6b3995232315 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:21:42.733 8 INFO neutron.services.segments.plugin [-] Segment f977c1a9-30de-45dc-abd1-1cd56d49b951 resource provider aggregate not found 2026-06-28 21:21:42.740 8 INFO neutron.services.segments.plugin [-] Segment f977c1a9-30de-45dc-abd1-1cd56d49b951 resource provider aggregate not found 2026-06-28 21:21:42.747 8 INFO neutron.services.segments.plugin [-] Segment f977c1a9-30de-45dc-abd1-1cd56d49b951 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f977c1a9-30de-45dc-abd1-1cd56d49b951 found for delete ", "request_id": "req-c06738f4-c16e-4f27-9fec-a8281c1ca31a"}]} 2026-06-28 21:21:42.757 8 INFO neutron.services.segments.plugin [-] Segment f977c1a9-30de-45dc-abd1-1cd56d49b951 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f977c1a9-30de-45dc-abd1-1cd56d49b951 found for delete ", "request_id": "req-4d7ccd77-6c3b-4302-8a80-cb899851a537"}]} [pid: 8|app: 0|req: 676/1384] 10.0.0.191 () {32 vars in 802 bytes} [Sun Jun 28 21:21:43 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-28 21:21:43.658 7 INFO neutron.db.segments_db [None req-48def8ba-4863-49bd-bb0f-41272aca42dd 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] Added segment ce1970fe-f7b3-4bef-80d0-2523f796d659 of type vxlan for network f2b8e1b3-6335-452c-beb2-734ca0870233 [pid: 7|app: 0|req: 709/1385] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:21:43 2026] POST /v2.0/networks => generated 634 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1386] 10.0.0.191 () {30 vars in 724 bytes} [Sun Jun 28 21:21:43 2026] GET /v2.0/quotas/0d36241f068649a589aee5c6d030bf4b/details => generated 847 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:21:43.809 7 INFO neutron.db.segments_db [None req-074a7b97-670a-4dc5-b731-592417ac2962 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] Added segment aa606a40-4d59-4bc4-b671-e0aa1b5a90d8 of type vxlan for network 7d21a3bd-7780-4bb3-8bc6-df31a4a930cb [pid: 7|app: 0|req: 710/1387] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:21:43 2026] POST /v2.0/networks => generated 633 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1388] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:21:43 2026] POST /v2.0/subnets => generated 646 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1389] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:21:44 2026] POST /v2.0/subnets => generated 655 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:21:44.540 8 INFO neutron.db.segments_db [None req-2976b03f-585f-417f-8b8b-b3d69600864b 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] Added segment 12cadf5f-644a-48bc-b7a8-5f7b5b444774 of type vxlan for network 045ff37c-cbda-4ac7-bc84-423fd920162e 2026-06-28 21:21:44.805 8 INFO neutron.db.l3_hamode_db [None req-2976b03f-585f-417f-8b8b-b3d69600864b 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:21:44.947 8 INFO neutron.db.l3_hamode_db [None req-2976b03f-585f-417f-8b8b-b3d69600864b 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 679/1390] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:21:44 2026] POST /v2.0/routers => generated 509 bytes in 1149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1391] 10.0.0.153 () {34 vars in 783 bytes} [Sun Jun 28 21:21:45 2026] PUT /v2.0/routers/382ab906-ad8e-4b70-9593-8f58be7e23f3/add_router_interface => generated 309 bytes in 1241 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1392] 10.0.0.153 () {32 vars in 717 bytes} [Sun Jun 28 21:21:46 2026] GET /v2.0/ports/66c742cd-1a51-48ac-8cb6-0fcbaa6c9f4d => 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: 681/1393] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:21:46 2026] GET /v2.0/security-groups?tenant_id=0d36241f068649a589aee5c6d030bf4b&name=default => generated 2925 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1394] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:21:47 2026] GET /v2.0/security-groups?tenant_id=badde86a893d4116b31c2e9dc9b28214&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1395] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:21:47 2026] DELETE /v2.0/security-groups/45f759e7-6354-4c5c-8562-3d3ca7856651 => 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: 684/1396] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:21:47 2026] DELETE /v2.0/security-groups/afade05e-1716-4ce3-9110-0a4a09f4bd75 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1397] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:21:47 2026] GET /v2.0/security-groups?tenant_id=9d38ec1c0fc44a5f9a9fee309efde3c4&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1398] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:21:47 2026] DELETE /v2.0/security-groups/ab08bf2b-cc9c-4de9-9ec3-306cf7e0fb91 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1399] 10.0.0.153 () {34 vars in 783 bytes} [Sun Jun 28 21:21:46 2026] PUT /v2.0/routers/382ab906-ad8e-4b70-9593-8f58be7e23f3/add_router_interface => generated 309 bytes in 1181 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1400] 10.0.0.153 () {32 vars in 717 bytes} [Sun Jun 28 21:21:48 2026] GET /v2.0/ports/3fa05ddb-082b-4262-b6d6-487df0186c33 => generated 967 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:21:48.623 7 INFO neutron_taas.services.taas.taas_plugin [None req-0d6a0403-d067-4018-ba0d-259767b7eb09 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] TaaS: Handle Delete Port: 3fa05ddb-082b-4262-b6d6-487df0186c33 2026-06-28 21:21:48.627 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d6a0403-d067-4018-ba0d-259767b7eb09 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] Tap Mirror: Handle Delete Port: 3fa05ddb-082b-4262-b6d6-487df0186c33 [pid: 7|app: 0|req: 714/1401] 10.0.0.153 () {34 vars in 789 bytes} [Sun Jun 28 21:21:48 2026] PUT /v2.0/routers/382ab906-ad8e-4b70-9593-8f58be7e23f3/remove_router_interface => generated 309 bytes in 880 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:21:49.460 8 INFO neutron_taas.services.taas.taas_plugin [None req-49b65582-4302-49fd-956e-3d271b684abf 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] TaaS: Handle Delete Port: 66c742cd-1a51-48ac-8cb6-0fcbaa6c9f4d 2026-06-28 21:21:49.462 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49b65582-4302-49fd-956e-3d271b684abf 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] Tap Mirror: Handle Delete Port: 66c742cd-1a51-48ac-8cb6-0fcbaa6c9f4d 2026-06-28 21:21:49.597 7 INFO neutron.db.segments_db [None req-d2e42c9e-6068-4297-9cea-d9e32ba7511f afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Added segment d812391e-2bfb-4276-bde0-b172e0869b51 of type vxlan for network 672d8307-e331-4064-a8bd-1443d6d9c35d [pid: 7|app: 0|req: 715/1402] 10.0.0.153 () {34 vars in 671 bytes} [Sun Jun 28 21:21:49 2026] POST /v2.0/networks => generated 741 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1403] 10.0.0.153 () {34 vars in 789 bytes} [Sun Jun 28 21:21:49 2026] PUT /v2.0/routers/382ab906-ad8e-4b70-9593-8f58be7e23f3/remove_router_interface => generated 309 bytes in 820 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1404] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:21:49 2026] POST /v2.0/subnets => generated 688 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1405] 10.0.0.153 () {32 vars in 736 bytes} [Sun Jun 28 21:21:49 2026] GET /v2.0/ports?device_id=382ab906-ad8e-4b70-9593-8f58be7e23f3 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:21:50.003 7 INFO neutron.db.segments_db [None req-1093c4bc-93bc-4898-93cf-3f444ed7dfd4 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Added segment 359e5263-a500-463f-8102-4c92f077684e of type vxlan for network d4dd712f-702a-4a2d-ad34-c2278a40800f [pid: 8|app: 0|req: 689/1406] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:49 2026] GET /v2.0/ports?device_id=40cc8520-256c-4c58-ad97-227464302906 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:21:50.214 8 INFO neutron_taas.services.taas.taas_plugin [None req-d01eb1e8-5df9-46bc-bbd2-8bfcabb6ff0b 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] TaaS: Handle Delete Port: e6e15f30-fe96-4f14-933a-6f4b65d79306 2026-06-28 21:21:50.217 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d01eb1e8-5df9-46bc-bbd2-8bfcabb6ff0b 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] Tap Mirror: Handle Delete Port: e6e15f30-fe96-4f14-933a-6f4b65d79306 2026-06-28 21:21:50.443 7 INFO neutron.db.l3_hamode_db [None req-1093c4bc-93bc-4898-93cf-3f444ed7dfd4 afce8035521840e497713c51dc9ebb2f e4f3757575f34a66921486555a19f010 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:21:50.581 8 INFO neutron.services.segments.plugin [-] Segment 12cadf5f-644a-48bc-b7a8-5f7b5b444774 resource provider aggregate not found 2026-06-28 21:21:50.585 8 INFO neutron.services.segments.plugin [-] Segment 12cadf5f-644a-48bc-b7a8-5f7b5b444774 resource provider aggregate not found 2026-06-28 21:21:50.609 8 INFO neutron.services.segments.plugin [-] Segment 12cadf5f-644a-48bc-b7a8-5f7b5b444774 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12cadf5f-644a-48bc-b7a8-5f7b5b444774 found for delete ", "request_id": "req-4851d85e-9eae-44f8-b1a6-546bb7af5bd3"}]} 2026-06-28 21:21:50.614 8 INFO neutron.services.segments.plugin [-] Segment 12cadf5f-644a-48bc-b7a8-5f7b5b444774 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12cadf5f-644a-48bc-b7a8-5f7b5b444774 found for delete ", "request_id": "req-00cbd271-3e7b-4a76-9b76-cec97e273849"}]} 2026-06-28 21:21:50.623 8 INFO neutron.db.l3_hamode_db [None req-d01eb1e8-5df9-46bc-bbd2-8bfcabb6ff0b 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] HA network 045ff37c-cbda-4ac7-bc84-423fd920162e was deleted as no HA routers are present in tenant 60fac43c394a439bae86dddbc6605483. [pid: 8|app: 0|req: 690/1407] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:21:50 2026] DELETE /v2.0/routers/382ab906-ad8e-4b70-9593-8f58be7e23f3 => generated 0 bytes in 624 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1408] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:50 2026] GET /v2.0/security-groups?id=02a19e1c-7058-436c-84cb-c5869900a0d8&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: 692/1409] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:21:50 2026] DELETE /v2.0/subnets/38e7d5a8-6bee-407a-873a-f9ba7d0c471e => 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: 693/1410] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:21:50 2026] DELETE /v2.0/subnets/806042b9-10ce-41db-8b14-c2f6bcfa1985 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1411] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:50 2026] GET /v2.0/ports?device_id=40cc8520-256c-4c58-ad97-227464302906 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:21:51.111 8 INFO neutron_taas.services.taas.taas_plugin [None req-a9b6ae13-26e9-4a33-a3df-4f0fec1bfcbd 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] TaaS: Handle Delete Port: 6f007a38-69bb-4af1-a290-02a37f6b0c4a 2026-06-28 21:21:51.115 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9b6ae13-26e9-4a33-a3df-4f0fec1bfcbd 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] Tap Mirror: Handle Delete Port: 6f007a38-69bb-4af1-a290-02a37f6b0c4a 2026-06-28 21:21:51.270 7 INFO neutron.db.l3_hamode_db [None req-1093c4bc-93bc-4898-93cf-3f444ed7dfd4 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 695/1412] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:21:50 2026] DELETE /v2.0/networks/7d21a3bd-7780-4bb3-8bc6-df31a4a930cb => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1413] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:51 2026] GET /v2.0/security-groups?id=02a19e1c-7058-436c-84cb-c5869900a0d8&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:21:51.413 8 INFO neutron_taas.services.taas.taas_plugin [None req-ee70eb48-dbed-4206-b162-71646142644e 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] TaaS: Handle Delete Port: befb5e34-f022-49a1-9f09-93136f2d2002 2026-06-28 21:21:51.415 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee70eb48-dbed-4206-b162-71646142644e 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] Tap Mirror: Handle Delete Port: befb5e34-f022-49a1-9f09-93136f2d2002 [pid: 8|app: 0|req: 697/1414] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:21:51 2026] DELETE /v2.0/networks/f2b8e1b3-6335-452c-beb2-734ca0870233 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:21:51.710 8 INFO neutron.db.segments_db [None req-0b071d97-1a4e-409d-b30e-b2c3863f1ade 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] Added segment c718e6d1-1311-452b-a058-39a167ec4087 of type vxlan for network 733c72c8-ab27-4842-a4b9-5e6acdd553b9 [pid: 8|app: 0|req: 698/1415] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:21:51 2026] POST /v2.0/networks => generated 633 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1416] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:21:51 2026] POST /v2.0/subnets => generated 646 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:21:52.157 8 INFO neutron.db.segments_db [None req-ebf27a37-2d74-4f9a-b0d6-b57e3e0a5126 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] Added segment de70aa25-81c7-4392-90f2-5b0274efdd59 of type vxlan for network 904a2289-bcb1-4b72-a050-65b7f9b43c3f [pid: 7|app: 0|req: 718/1417] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:21:49 2026] POST /v2.0/routers => generated 728 bytes in 2295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:21:52.422 8 INFO neutron.db.l3_hamode_db [None req-ebf27a37-2d74-4f9a-b0d6-b57e3e0a5126 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:21:52.547 8 INFO neutron.db.l3_hamode_db [None req-ebf27a37-2d74-4f9a-b0d6-b57e3e0a5126 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:21:52.637 8 INFO neutron.services.segments.plugin [-] Segment aa606a40-4d59-4bc4-b671-e0aa1b5a90d8 resource provider aggregate not found 2026-06-28 21:21:52.642 8 INFO neutron.services.segments.plugin [-] Segment aa606a40-4d59-4bc4-b671-e0aa1b5a90d8 resource provider aggregate not found 2026-06-28 21:21:52.662 8 INFO neutron.services.segments.plugin [-] Segment aa606a40-4d59-4bc4-b671-e0aa1b5a90d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa606a40-4d59-4bc4-b671-e0aa1b5a90d8 found for delete ", "request_id": "req-61525114-5aba-420d-bff4-e7027c3d2c79"}]} 2026-06-28 21:21:52.665 8 INFO neutron.services.segments.plugin [-] Segment aa606a40-4d59-4bc4-b671-e0aa1b5a90d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa606a40-4d59-4bc4-b671-e0aa1b5a90d8 found for delete ", "request_id": "req-cbd5f2d5-aae9-4578-9afc-45836b524a48"}]} 2026-06-28 21:21:52.678 8 INFO neutron.services.segments.plugin [-] Segment ce1970fe-f7b3-4bef-80d0-2523f796d659 resource provider aggregate not found 2026-06-28 21:21:52.684 8 INFO neutron.services.segments.plugin [-] Segment ce1970fe-f7b3-4bef-80d0-2523f796d659 resource provider aggregate not found 2026-06-28 21:21:52.701 8 INFO neutron.services.segments.plugin [-] Segment ce1970fe-f7b3-4bef-80d0-2523f796d659 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce1970fe-f7b3-4bef-80d0-2523f796d659 found for delete ", "request_id": "req-c607291d-b4b0-4cdf-830f-8569064e462b"}]} 2026-06-28 21:21:52.704 8 INFO neutron.services.segments.plugin [-] Segment ce1970fe-f7b3-4bef-80d0-2523f796d659 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce1970fe-f7b3-4bef-80d0-2523f796d659 found for delete ", "request_id": "req-2a46c044-cb54-4c75-9ea4-6cb26f04599c"}]} [pid: 8|app: 0|req: 700/1418] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:21:52 2026] POST /v2.0/routers => generated 510 bytes in 1093 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1419] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:53 2026] GET /v2.0/ports?device_id=40cc8520-256c-4c58-ad97-227464302906 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1420] 10.0.0.153 () {34 vars in 783 bytes} [Sun Jun 28 21:21:52 2026] PUT /v2.0/routers/6476e9fb-2c00-46ad-950b-d745d7744a6d/add_router_interface => generated 309 bytes in 1202 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1421] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:21:53 2026] GET /v2.0/security-groups?id=02a19e1c-7058-436c-84cb-c5869900a0d8&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: 702/1422] 10.0.0.153 () {34 vars in 665 bytes} [Sun Jun 28 21:21:53 2026] POST /v2.0/ports => generated 963 bytes in 327 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: 721/1423] 199.204.45.227 () {34 vars in 994 bytes} [Sun Jun 28 21:21:53 2026] GET /v2.0/ports?device_id=40cc8520-256c-4c58-ad97-227464302906 => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:21:53.717 7 INFO neutron_taas.services.taas.taas_plugin [req-69674c43-6d42-4a1b-b71d-eed157c45fda req-543cf09b-ccab-4851-a6c4-78a88b6b0c0d 0296f12bdecc44ce8d5bc30d943d3553 ab1f934ce4774e88acb9e501ff9b0fa2 - - default default] TaaS: Handle Delete Port: c52a8faf-b6bc-4129-b471-5a367921eff8 2026-06-28 21:21:53.721 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-69674c43-6d42-4a1b-b71d-eed157c45fda req-543cf09b-ccab-4851-a6c4-78a88b6b0c0d 0296f12bdecc44ce8d5bc30d943d3553 ab1f934ce4774e88acb9e501ff9b0fa2 - - default default] Tap Mirror: Handle Delete Port: c52a8faf-b6bc-4129-b471-5a367921eff8 2026-06-28 21:21:53.869 7 INFO neutron.db.l3_db [req-69674c43-6d42-4a1b-b71d-eed157c45fda req-543cf09b-ccab-4851-a6c4-78a88b6b0c0d 0296f12bdecc44ce8d5bc30d943d3553 ab1f934ce4774e88acb9e501ff9b0fa2 - - default default] Floating IP 81bbd5b4-518c-4272-b867-f4da08738459 disassociated. External IP: 10.96.250.216, port: c52a8faf-b6bc-4129-b471-5a367921eff8. [pid: 7|app: 0|req: 722/1424] 199.204.45.227 () {36 vars in 997 bytes} [Sun Jun 28 21:21:53 2026] DELETE /v2.0/ports/c52a8faf-b6bc-4129-b471-5a367921eff8 => generated 0 bytes in 693 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:21:54.327 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab1e4a84-166e-4608-89b1-72a140f29294'] response: {'server_uuid': '40cc8520-256c-4c58-ad97-227464302906', 'name': 'network-vif-deleted', 'tag': 'c52a8faf-b6bc-4129-b471-5a367921eff8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 703/1425] 10.0.0.153 () {34 vars in 783 bytes} [Sun Jun 28 21:21:53 2026] PUT /v2.0/routers/debc9a8f-b81b-4bc6-83e7-162d5c24d7f5/add_router_interface => generated 309 bytes in 1120 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: 704/1426] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:54 2026] GET /v2.0/ports?device_id=40cc8520-256c-4c58-ad97-227464302906 => 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: 705/1427] 10.0.0.153 () {32 vars in 717 bytes} [Sun Jun 28 21:21:54 2026] GET /v2.0/ports/1b95e430-a0b6-4266-934a-6c46c33db7e2 => generated 1037 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1428] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:21:54 2026] GET /v2.0/security-groups?tenant_id=aec6c8014d8a4dff8181268dc81f8142&name=default => generated 2925 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1429] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:21:54 2026] DELETE /v2.0/security-groups/05451438-8463-41c0-af4e-94e713b984ed => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:21:55.078 8 INFO neutron_taas.services.taas.taas_plugin [None req-f294a2c8-fa07-409c-aeac-a1cb6f7e62b3 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] TaaS: Handle Delete Port: 1b95e430-a0b6-4266-934a-6c46c33db7e2 2026-06-28 21:21:55.081 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f294a2c8-fa07-409c-aeac-a1cb6f7e62b3 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] Tap Mirror: Handle Delete Port: 1b95e430-a0b6-4266-934a-6c46c33db7e2 2026-06-28 21:21:55.129 7 INFO neutron.db.segments_db [None req-29ed0761-6f1f-4566-8c07-d5710f38010d afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Added segment aeeaafac-5510-4c23-8e06-e42e7b66e278 of type vxlan for network eafe446e-0002-4bd4-8944-370f74553a31 [pid: 7|app: 0|req: 725/1430] 10.0.0.153 () {34 vars in 671 bytes} [Sun Jun 28 21:21:54 2026] POST /v2.0/networks => generated 739 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1431] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:21:55 2026] GET /v2.0/security-groups?tenant_id=73c4ad1cfaa845948a652a760cc15ede&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1432] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:21:55 2026] POST /v2.0/subnets => generated 688 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1433] 10.0.0.153 () {34 vars in 789 bytes} [Sun Jun 28 21:21:54 2026] PUT /v2.0/routers/debc9a8f-b81b-4bc6-83e7-162d5c24d7f5/remove_router_interface => generated 309 bytes in 820 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-28 21:21:55.632 8 INFO neutron.db.segments_db [None req-f05fa3a6-0f60-4e52-9358-8aeaa3562841 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Added segment 5e902e08-82c2-41e9-bec0-677a75fb69f5 of type vxlan for network 1fadba90-4dd3-45b2-998f-62f559580d94 [pid: 7|app: 0|req: 728/1434] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:21:55 2026] DELETE /v2.0/security-groups/278856ed-7f3c-4a1f-b530-745f49d5232e => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:21:55.806 7 INFO neutron.api.v2.resource [None req-aee51373-d12b-4195-83ff-074ca090464c 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 729/1435] 10.0.0.153 () {34 vars in 789 bytes} [Sun Jun 28 21:21:55 2026] PUT /v2.0/routers/debc9a8f-b81b-4bc6-83e7-162d5c24d7f5/remove_router_interface => generated 197 bytes in 149 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1436] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:55 2026] GET /v2.0/ports?device_id=40cc8520-256c-4c58-ad97-227464302906 => 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: 731/1437] 10.0.0.153 () {32 vars in 736 bytes} [Sun Jun 28 21:21:55 2026] GET /v2.0/ports?device_id=debc9a8f-b81b-4bc6-83e7-162d5c24d7f5 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:21:55.914 8 INFO neutron.db.l3_hamode_db [None req-f05fa3a6-0f60-4e52-9358-8aeaa3562841 afce8035521840e497713c51dc9ebb2f c10b13d61a1541da944db375e87b74f0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:21:56.037 7 INFO neutron_taas.services.taas.taas_plugin [None req-92dfe497-3a9a-4757-b36d-2e2c4ddde10d 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] TaaS: Handle Delete Port: 9c3c4e05-025d-4117-8b43-91d534c77083 2026-06-28 21:21:56.040 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92dfe497-3a9a-4757-b36d-2e2c4ddde10d 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] Tap Mirror: Handle Delete Port: 9c3c4e05-025d-4117-8b43-91d534c77083 2026-06-28 21:21:56.474 7 INFO neutron.services.segments.plugin [-] Segment de70aa25-81c7-4392-90f2-5b0274efdd59 resource provider aggregate not found 2026-06-28 21:21:56.480 7 INFO neutron.services.segments.plugin [-] Segment de70aa25-81c7-4392-90f2-5b0274efdd59 resource provider aggregate not found 2026-06-28 21:21:56.496 7 INFO neutron.services.segments.plugin [-] Segment de70aa25-81c7-4392-90f2-5b0274efdd59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de70aa25-81c7-4392-90f2-5b0274efdd59 found for delete ", "request_id": "req-214f5f0f-ac9a-47b1-9dbf-922fdea83095"}]} 2026-06-28 21:21:56.504 7 INFO neutron.services.segments.plugin [-] Segment de70aa25-81c7-4392-90f2-5b0274efdd59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de70aa25-81c7-4392-90f2-5b0274efdd59 found for delete ", "request_id": "req-5b3834d1-fc51-4e0c-9567-5956e8d83679"}]} 2026-06-28 21:21:56.520 7 INFO neutron.db.l3_hamode_db [None req-92dfe497-3a9a-4757-b36d-2e2c4ddde10d 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] HA network 904a2289-bcb1-4b72-a050-65b7f9b43c3f was deleted as no HA routers are present in tenant 60fac43c394a439bae86dddbc6605483. [pid: 7|app: 0|req: 732/1438] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:21:55 2026] DELETE /v2.0/routers/debc9a8f-b81b-4bc6-83e7-162d5c24d7f5 => generated 0 bytes in 662 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1439] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:21:56 2026] DELETE /v2.0/subnets/38b94736-05da-4454-9199-178771f3af5c => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1440] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:21:56 2026] DELETE /v2.0/networks/733c72c8-ab27-4842-a4b9-5e6acdd553b9 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:21:56.912 7 INFO neutron.db.segments_db [None req-5f4af854-8743-4470-a232-5cdaf5cc5290 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] Added segment ca0dda62-4783-44a8-b3f5-f038dd13cdb9 of type vxlan for network 2817f5a0-6e1f-4a7b-8768-bb7b3cf4cda7 [pid: 7|app: 0|req: 735/1441] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:21:56 2026] POST /v2.0/networks => generated 633 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1442] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:21:57 2026] GET /v2.0/ports?device_id=40cc8520-256c-4c58-ad97-227464302906 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:21:57.314 8 INFO neutron.db.l3_hamode_db [None req-f05fa3a6-0f60-4e52-9358-8aeaa3562841 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 737/1443] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:21:57 2026] POST /v2.0/subnets => generated 646 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:21:57.375 7 INFO neutron.db.segments_db [None req-50a445aa-f7c8-4aa6-8fba-62ed0f4e58e4 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] Added segment 9d9dbdde-ca79-426d-be48-62dfbe2dc503 of type vxlan for network d30b8db3-af52-4d90-9538-bf35bdfe4abd 2026-06-28 21:21:57.638 7 INFO neutron.db.l3_hamode_db [None req-50a445aa-f7c8-4aa6-8fba-62ed0f4e58e4 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:21:57.779 7 INFO neutron.db.l3_hamode_db [None req-50a445aa-f7c8-4aa6-8fba-62ed0f4e58e4 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 707/1446] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:21:55 2026] POST /v2.0/routers => generated 728 bytes in 2791 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1447] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:21:57 2026] POST /v2.0/routers => generated 511 bytes in 1074 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1448] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:21:58 2026] DELETE /v2.0/security-groups/02a19e1c-7058-436c-84cb-c5869900a0d8 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:21:58.520 7 INFO neutron.services.segments.plugin [-] Segment c718e6d1-1311-452b-a058-39a167ec4087 resource provider aggregate not found 2026-06-28 21:21:58.532 7 INFO neutron.services.segments.plugin [-] Segment c718e6d1-1311-452b-a058-39a167ec4087 resource provider aggregate not found 2026-06-28 21:21:58.550 7 INFO neutron.services.segments.plugin [-] Segment c718e6d1-1311-452b-a058-39a167ec4087 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c718e6d1-1311-452b-a058-39a167ec4087 found for delete ", "request_id": "req-8ce0dd37-f563-45e3-b5c8-cc29b630e5e2"}]} 2026-06-28 21:21:58.554 7 INFO neutron.services.segments.plugin [-] Segment c718e6d1-1311-452b-a058-39a167ec4087 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c718e6d1-1311-452b-a058-39a167ec4087 found for delete ", "request_id": "req-52e0f40d-ef8c-43d0-9c44-6513fd03afd7"}]} [pid: 8|app: 0|req: 709/1449] 10.0.0.153 () {34 vars in 783 bytes} [Sun Jun 28 21:21:58 2026] PUT /v2.0/routers/d5557db3-8ce8-4b15-a33a-e2b52eb47c94/add_router_interface => generated 309 bytes in 1168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:21:59.638 8 INFO neutron.api.v2.resource [None req-8d4ec818-a900-42a9-90df-1aca6e6e85b3 0296f12bdecc44ce8d5bc30d943d3553 ab1f934ce4774e88acb9e501ff9b0fa2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 710/1450] 10.0.0.153 () {32 vars in 737 bytes} [Sun Jun 28 21:21:59 2026] GET /v2.0/security-groups/02a19e1c-7058-436c-84cb-c5869900a0d8 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1451] 10.0.0.153 () {34 vars in 783 bytes} [Sun Jun 28 21:21:58 2026] PUT /v2.0/routers/419013c8-eae9-434c-ab9f-79f11987d8e3/add_router_interface => generated 309 bytes in 1261 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1452] 10.0.0.153 () {32 vars in 717 bytes} [Sun Jun 28 21:21:59 2026] GET /v2.0/ports/a18e0e72-0a93-4f9b-a012-02f54794cf76 => generated 959 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:21:59.796 7 INFO neutron_taas.services.taas.taas_plugin [None req-e84ab5f2-2a19-45ff-a41c-a1d38e71ca1c 0296f12bdecc44ce8d5bc30d943d3553 ab1f934ce4774e88acb9e501ff9b0fa2 - - default default] TaaS: Handle Delete Port: eb9f43ff-df88-4f14-9d03-d50c3be2a2eb 2026-06-28 21:21:59.800 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e84ab5f2-2a19-45ff-a41c-a1d38e71ca1c 0296f12bdecc44ce8d5bc30d943d3553 ab1f934ce4774e88acb9e501ff9b0fa2 - - default default] Tap Mirror: Handle Delete Port: eb9f43ff-df88-4f14-9d03-d50c3be2a2eb [pid: 7|app: 0|req: 742/1453] 10.0.0.153 () {32 vars in 732 bytes} [Sun Jun 28 21:21:59 2026] DELETE /v2.0/floatingips/81bbd5b4-518c-4272-b867-f4da08738459 => generated 0 bytes in 328 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:22:00.133 8 INFO neutron_taas.services.taas.taas_plugin [None req-bb3c9001-7ec2-4207-bc80-d0ae726800cb 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] TaaS: Handle Delete Port: a18e0e72-0a93-4f9b-a012-02f54794cf76 2026-06-28 21:22:00.137 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb3c9001-7ec2-4207-bc80-d0ae726800cb 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] Tap Mirror: Handle Delete Port: a18e0e72-0a93-4f9b-a012-02f54794cf76 2026-06-28 21:22:00.493 7 INFO neutron_taas.services.taas.taas_plugin [None req-7cab0d34-c426-45e6-9bca-782ec9566a76 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: 41360939-09f8-4c82-80a2-4ef9f4c4d81f 2026-06-28 21:22:00.495 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cab0d34-c426-45e6-9bca-782ec9566a76 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: 41360939-09f8-4c82-80a2-4ef9f4c4d81f [pid: 8|app: 0|req: 712/1454] 10.0.0.153 () {34 vars in 789 bytes} [Sun Jun 28 21:21:59 2026] PUT /v2.0/routers/d5557db3-8ce8-4b15-a33a-e2b52eb47c94/remove_router_interface => generated 309 bytes in 944 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1455] 10.0.0.153 () {34 vars in 685 bytes} [Sun Jun 28 21:22:00 2026] POST /v2.0/security-groups => generated 1671 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1456] 10.0.0.153 () {32 vars in 736 bytes} [Sun Jun 28 21:22:00 2026] GET /v2.0/ports?device_id=d5557db3-8ce8-4b15-a33a-e2b52eb47c94 => 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: 715/1457] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:22:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:22:01.106 8 INFO neutron_taas.services.taas.taas_plugin [None req-72d2df16-be07-468f-9918-ef77cb9d09e6 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] TaaS: Handle Delete Port: 615f49ec-a46b-45d3-b9ce-5eaf3ebff6de 2026-06-28 21:22:01.111 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72d2df16-be07-468f-9918-ef77cb9d09e6 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] Tap Mirror: Handle Delete Port: 615f49ec-a46b-45d3-b9ce-5eaf3ebff6de [pid: 7|app: 0|req: 743/1458] 10.0.0.153 () {34 vars in 789 bytes} [Sun Jun 28 21:21:59 2026] PUT /v2.0/routers/8beba9c7-d66d-44ab-a57c-d6f8ad72d369/remove_router_interface => generated 309 bytes in 1121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1459] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:22:01 2026] POST /v2.0/security-group-rules => generated 596 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:22:01.509 8 INFO neutron.services.segments.plugin [-] Segment 9d9dbdde-ca79-426d-be48-62dfbe2dc503 resource provider aggregate not found 2026-06-28 21:22:01.517 8 INFO neutron.services.segments.plugin [-] Segment 9d9dbdde-ca79-426d-be48-62dfbe2dc503 resource provider aggregate not found 2026-06-28 21:22:01.533 8 INFO neutron.services.segments.plugin [-] Segment 9d9dbdde-ca79-426d-be48-62dfbe2dc503 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d9dbdde-ca79-426d-be48-62dfbe2dc503 found for delete ", "request_id": "req-f5c9b07b-3205-4fd5-8880-4fd634accb73"}]} 2026-06-28 21:22:01.541 8 INFO neutron.services.segments.plugin [-] Segment 9d9dbdde-ca79-426d-be48-62dfbe2dc503 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d9dbdde-ca79-426d-be48-62dfbe2dc503 found for delete ", "request_id": "req-9916c10a-d32e-4214-a467-47a57507078f"}]} 2026-06-28 21:22:01.543 8 INFO neutron.db.l3_hamode_db [None req-72d2df16-be07-468f-9918-ef77cb9d09e6 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] HA network d30b8db3-af52-4d90-9538-bf35bdfe4abd was deleted as no HA routers are present in tenant 60fac43c394a439bae86dddbc6605483. 2026-06-28 21:22:01.553 7 INFO neutron_taas.services.taas.taas_plugin [None req-1fa44926-7116-4937-bc82-797833e5ac2d afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: 4a68c36f-b7d0-4a60-96de-04c57a71c11e [pid: 8|app: 0|req: 716/1460] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:00 2026] DELETE /v2.0/routers/d5557db3-8ce8-4b15-a33a-e2b52eb47c94 => generated 0 bytes in 601 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:22:01.557 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fa44926-7116-4937-bc82-797833e5ac2d afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: 4a68c36f-b7d0-4a60-96de-04c57a71c11e 2026-06-28 21:22:01.832 7 INFO neutron_taas.services.taas.taas_plugin [None req-1fa44926-7116-4937-bc82-797833e5ac2d afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: b1bdff92-ef06-42ba-a102-771585116766 2026-06-28 21:22:01.834 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fa44926-7116-4937-bc82-797833e5ac2d afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: b1bdff92-ef06-42ba-a102-771585116766 [pid: 8|app: 0|req: 717/1461] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:22:01 2026] GET /v2.0/security-groups?tenant_id=df556d36ad4c4a67bcb4a4d754402676&name=default => generated 2925 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1462] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:22:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1463] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:01 2026] DELETE /v2.0/subnets/98ca4818-b46d-4337-9a03-e46f3757055b => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:22:02.179 7 INFO neutron.services.segments.plugin [-] Segment 04b33884-3a9b-4135-9db5-dbc1a3616466 resource provider aggregate not found 2026-06-28 21:22:02.189 7 INFO neutron.services.segments.plugin [-] Segment 04b33884-3a9b-4135-9db5-dbc1a3616466 resource provider aggregate not found 2026-06-28 21:22:02.205 7 INFO neutron.services.segments.plugin [-] Segment 04b33884-3a9b-4135-9db5-dbc1a3616466 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04b33884-3a9b-4135-9db5-dbc1a3616466 found for delete ", "request_id": "req-1c0850f0-6a76-411c-b20e-5c51ec3ba8ff"}]} 2026-06-28 21:22:02.205 7 INFO neutron.services.segments.plugin [-] Segment 04b33884-3a9b-4135-9db5-dbc1a3616466 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04b33884-3a9b-4135-9db5-dbc1a3616466 found for delete ", "request_id": "req-e64275cf-ca0c-455a-9a8c-2d00bad08c3c"}]} 2026-06-28 21:22:02.218 7 INFO neutron.db.l3_hamode_db [None req-1fa44926-7116-4937-bc82-797833e5ac2d afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] HA network 6327456e-691f-43bb-b125-2c198a44cfdb was deleted as no HA routers are present in tenant ab1f934ce4774e88acb9e501ff9b0fa2. [pid: 7|app: 0|req: 745/1464] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:01 2026] DELETE /v2.0/routers/8beba9c7-d66d-44ab-a57c-d6f8ad72d369 => generated 0 bytes in 931 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1465] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:22:02 2026] DELETE /v2.0/security-groups/a6f636a6-03d0-4424-826f-089dcb61dc40 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1466] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:22:02 2026] POST /v2.0/security-group-rules => generated 601 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1467] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:22:02 2026] DELETE /v2.0/networks/2817f5a0-6e1f-4a7b-8768-bb7b3cf4cda7 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:22:02.467 8 INFO neutron.db.securitygroups_db [None req-45705e06-91e3-41ab-8055-410aaf090ee7 e20882bf7293417298d9f624c3fa55f5 e4f3757575f34a66921486555a19f010 - - default default] Project e4f3757575f34a66921486555a19f010 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: 722/1468] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:22:02 2026] POST /v2.0/security-group-rules => generated 607 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1469] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:02 2026] DELETE /v2.0/subnets/b0f97b16-9c7f-4e70-baea-4206c474db16 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:22:02.607 8 INFO neutron.db.segments_db [None req-fcfdc144-c82f-40a3-8134-29a22421f328 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] Added segment db507360-ff0c-4b85-9f7f-247e7f152bdf of type vxlan for network 1ff5aed6-c26a-4939-81dd-a727e9c8002a 2026-06-28 21:22:02.641 7 INFO neutron.db.securitygroups_db [None req-7b98b4dc-0093-494b-848d-4b08791b1518 e20882bf7293417298d9f624c3fa55f5 e4f3757575f34a66921486555a19f010 - - default default] Project e4f3757575f34a66921486555a19f010 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: 748/1470] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:22:02 2026] POST /v2.0/security-group-rules => generated 606 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:22:02.910 8 INFO neutron.db.l3_hamode_db [None req-fcfdc144-c82f-40a3-8134-29a22421f328 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:22:03.004 7 INFO neutron_taas.services.taas.taas_plugin [None req-b8d8b59a-d504-4c04-bb47-430ecf2dad53 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: 9d8b745e-e2e2-4c1f-b149-01fd9a264c3c 2026-06-28 21:22:03.009 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8d8b59a-d504-4c04-bb47-430ecf2dad53 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: 9d8b745e-e2e2-4c1f-b149-01fd9a264c3c [pid: 7|app: 0|req: 749/1471] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:22:02 2026] DELETE /v2.0/networks/f701cd2e-089e-400c-80a6-4ba989df9703 => generated 0 bytes in 425 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1472] 10.0.0.153 () {34 vars in 685 bytes} [Sun Jun 28 21:22:03 2026] POST /v2.0/security-groups => generated 1661 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-28 21:22:03.568 8 INFO neutron.services.segments.plugin [-] Segment ca0dda62-4783-44a8-b3f5-f038dd13cdb9 resource provider aggregate not found 2026-06-28 21:22:03.569 8 INFO neutron.services.segments.plugin [-] Segment ca0dda62-4783-44a8-b3f5-f038dd13cdb9 resource provider aggregate not found [pid: 7|app: 0|req: 751/1473] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:22:03 2026] GET /v2.0/security-groups?tenant_id=ab1f934ce4774e88acb9e501ff9b0fa2&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:22:03.596 8 INFO neutron.services.segments.plugin [-] Segment ca0dda62-4783-44a8-b3f5-f038dd13cdb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca0dda62-4783-44a8-b3f5-f038dd13cdb9 found for delete ", "request_id": "req-3a90df75-6faa-4a6a-8951-3aef9c739b80"}]} 2026-06-28 21:22:03.597 8 INFO neutron.services.segments.plugin [-] Segment ca0dda62-4783-44a8-b3f5-f038dd13cdb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca0dda62-4783-44a8-b3f5-f038dd13cdb9 found for delete ", "request_id": "req-ec3f713a-6df2-4afd-ac7d-0f92fdd25e54"}]} [pid: 7|app: 0|req: 752/1474] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:22:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1475] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:22:03 2026] DELETE /v2.0/security-groups/a51a999f-d905-4451-8582-b9544ab9ad44 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:22:03.851 8 INFO neutron.db.l3_hamode_db [None req-fcfdc144-c82f-40a3-8134-29a22421f328 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 754/1476] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:22:03 2026] POST /v2.0/security-group-rules => generated 602 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:22:04.227 7 INFO neutron.services.segments.plugin [-] Segment db527efb-9897-4f59-8484-9d914c24c367 resource provider aggregate not found 2026-06-28 21:22:04.252 7 INFO neutron.services.segments.plugin [-] Segment db527efb-9897-4f59-8484-9d914c24c367 resource provider aggregate not found 2026-06-28 21:22:04.260 7 INFO neutron.services.segments.plugin [-] Segment db527efb-9897-4f59-8484-9d914c24c367 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db527efb-9897-4f59-8484-9d914c24c367 found for delete ", "request_id": "req-08721cc5-b1dd-4910-9dfa-0826c01b1865"}]} 2026-06-28 21:22:04.284 7 INFO neutron.services.segments.plugin [-] Segment db527efb-9897-4f59-8484-9d914c24c367 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db527efb-9897-4f59-8484-9d914c24c367 found for delete ", "request_id": "req-7f3728d9-814c-49d1-9e8c-54c39f577ec3"}]} [pid: 7|app: 0|req: 755/1477] 10.0.0.153 () {34 vars in 676 bytes} [Sun Jun 28 21:22:03 2026] POST /v2.0/floatingips => generated 552 bytes in 693 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1478] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:22:02 2026] POST /v2.0/routers => generated 692 bytes in 2303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1479] 10.0.0.54 () {34 vars in 1095 bytes} [Sun Jun 28 21:22:04 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-15330263&fields=id&tenant_id=e4f3757575f34a66921486555a19f010 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1480] 10.0.0.153 () {32 vars in 721 bytes} [Sun Jun 28 21:22:04 2026] GET /v2.0/routers/9130c20f-f9c3-49f3-9819-df8207e96e4b => generated 698 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:22:04.999 7 INFO neutron.db.segments_db [None req-6a179af5-0e64-4ad3-bf37-0ccab7c09e7f 5cb0f4a6b69a4747bb4bf44edec752ef d63953881aa14afca616aea6a2f892e2 - - default default] Added segment 3395e25c-3557-4ac5-ac5e-0a46d87ce229 of type vxlan for network 7e4131f2-5281-488a-85ee-f5d99829029a [pid: 8|app: 0|req: 726/1481] 10.0.0.54 () {34 vars in 1099 bytes} [Sun Jun 28 21:22:04 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2016795390&fields=id&tenant_id=e4f3757575f34a66921486555a19f010 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1482] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:22:04 2026] POST /v2.0/networks => generated 645 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1483] 10.0.0.153 () {32 vars in 647 bytes} [Sun Jun 28 21:22:05 2026] GET /v2.0/routers => generated 701 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1484] 10.0.0.54 () {34 vars in 981 bytes} [Sun Jun 28 21:22:05 2026] GET /v2.0/networks?id=672d8307-e331-4064-a8bd-1443d6d9c35d => generated 673 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1485] 10.0.0.153 () {34 vars in 665 bytes} [Sun Jun 28 21:22:05 2026] POST /v2.0/ports => generated 773 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 729/1486] 10.0.0.54 () {34 vars in 964 bytes} [Sun Jun 28 21:22:05 2026] GET /v2.0/quotas/e4f3757575f34a66921486555a19f010 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:22:05.542 8 INFO neutron.db.segments_db [None req-f3fa2f21-10a6-4c8f-931a-93820fee9acf 5cb0f4a6b69a4747bb4bf44edec752ef d63953881aa14afca616aea6a2f892e2 - - default default] Added segment 888dd83a-729a-43d5-8958-8491b5d79509 of type vxlan for network dfec4168-9da0-4e1c-8e72-2675f63ef7f0 [pid: 7|app: 0|req: 758/1487] 10.0.0.153 () {34 vars in 741 bytes} [Sun Jun 28 21:22:05 2026] PUT /v2.0/routers/9130c20f-f9c3-49f3-9819-df8207e96e4b => generated 705 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1488] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:22:05 2026] POST /v2.0/networks => generated 631 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1489] 10.0.0.54 () {34 vars in 1001 bytes} [Sun Jun 28 21:22:05 2026] GET /v2.0/ports?tenant_id=e4f3757575f34a66921486555a19f010&fields=id => generated 103 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1490] 10.0.0.153 () {32 vars in 721 bytes} [Sun Jun 28 21:22:05 2026] GET /v2.0/routers/9130c20f-f9c3-49f3-9819-df8207e96e4b => generated 705 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1491] 10.0.0.153 () {32 vars in 736 bytes} [Sun Jun 28 21:22:05 2026] GET /v2.0/ports?device_id=9130c20f-f9c3-49f3-9819-df8207e96e4b => 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: 733/1492] 10.0.0.54 () {34 vars in 1007 bytes} [Sun Jun 28 21:22:05 2026] GET /v2.0/networks/672d8307-e331-4064-a8bd-1443d6d9c35d?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: 760/1493] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:22:05 2026] POST /v2.0/subnets => generated 626 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:22:05.989 8 INFO neutron_taas.services.taas.taas_plugin [None req-e83b6b88-39e0-450b-b906-dbbe2ff6984d 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] TaaS: Handle Delete Port: 69e31ffb-b617-4cb4-a380-640f3a72e987 2026-06-28 21:22:05.992 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e83b6b88-39e0-450b-b906-dbbe2ff6984d 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] Tap Mirror: Handle Delete Port: 69e31ffb-b617-4cb4-a380-640f3a72e987 [pid: 7|app: 0|req: 761/1494] 10.0.0.54 () {34 vars in 1107 bytes} [Sun Jun 28 21:22:05 2026] GET /v2.0/networks/672d8307-e331-4064-a8bd-1443d6d9c35d?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) 2026-06-28 21:22:06.306 8 INFO neutron_taas.services.taas.taas_plugin [None req-e83b6b88-39e0-450b-b906-dbbe2ff6984d 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] TaaS: Handle Delete Port: bfbccf30-b34f-4d44-8303-49439cecbebe 2026-06-28 21:22:06.309 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e83b6b88-39e0-450b-b906-dbbe2ff6984d 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] Tap Mirror: Handle Delete Port: bfbccf30-b34f-4d44-8303-49439cecbebe [pid: 7|app: 0|req: 762/1495] 10.0.0.153 () {34 vars in 665 bytes} [Sun Jun 28 21:22:06 2026] POST /v2.0/ports => generated 949 bytes in 460 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: 763/1496] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:22:06 2026] GET /v2.0/ports?device_id=dec64482-686b-410d-ad95-65fb6df2e5dd => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:22:06.602 7 INFO neutron_taas.services.taas.taas_plugin [None req-21717ce9-e8a4-4ebb-b715-e2f58317faa6 5cb0f4a6b69a4747bb4bf44edec752ef d63953881aa14afca616aea6a2f892e2 - - default default] TaaS: Handle Delete Port: 87199476-9dc5-4593-aece-91d94cb5c4e7 2026-06-28 21:22:06.607 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21717ce9-e8a4-4ebb-b715-e2f58317faa6 5cb0f4a6b69a4747bb4bf44edec752ef d63953881aa14afca616aea6a2f892e2 - - default default] Tap Mirror: Handle Delete Port: 87199476-9dc5-4593-aece-91d94cb5c4e7 2026-06-28 21:22:06.694 8 INFO neutron.services.segments.plugin [-] Segment db507360-ff0c-4b85-9f7f-247e7f152bdf resource provider aggregate not found 2026-06-28 21:22:06.696 8 INFO neutron.services.segments.plugin [-] Segment db507360-ff0c-4b85-9f7f-247e7f152bdf resource provider aggregate not found 2026-06-28 21:22:06.714 8 INFO neutron.services.segments.plugin [-] Segment db507360-ff0c-4b85-9f7f-247e7f152bdf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db507360-ff0c-4b85-9f7f-247e7f152bdf found for delete ", "request_id": "req-da79673d-2e35-4ca3-93c5-4f1d4a0016ab"}]} 2026-06-28 21:22:06.721 8 INFO neutron.services.segments.plugin [-] Segment db507360-ff0c-4b85-9f7f-247e7f152bdf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db507360-ff0c-4b85-9f7f-247e7f152bdf found for delete ", "request_id": "req-a8851ab7-0e58-4947-b457-172ade6ac6f4"}]} 2026-06-28 21:22:06.724 8 INFO neutron.db.l3_hamode_db [None req-e83b6b88-39e0-450b-b906-dbbe2ff6984d 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] HA network 1ff5aed6-c26a-4939-81dd-a727e9c8002a was deleted as no HA routers are present in tenant 60fac43c394a439bae86dddbc6605483. [pid: 8|app: 0|req: 734/1497] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:05 2026] DELETE /v2.0/routers/9130c20f-f9c3-49f3-9819-df8207e96e4b => generated 0 bytes in 949 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1498] 10.0.0.153 () {32 vars in 736 bytes} [Sun Jun 28 21:22:06 2026] GET /v2.0/ports?device_id=9130c20f-f9c3-49f3-9819-df8207e96e4b => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:22:06.779 8 INFO neutron.api.v2.resource [None req-b0a99b3e-4b75-4c19-8cea-503e9b3875b0 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 736/1499] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:06 2026] DELETE /v2.0/routers/9130c20f-f9c3-49f3-9819-df8207e96e4b => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1500] 10.0.0.153 () {32 vars in 720 bytes} [Sun Jun 28 21:22:06 2026] DELETE /v2.0/ports/87199476-9dc5-4593-aece-91d94cb5c4e7 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1501] 10.0.0.153 () {32 vars in 736 bytes} [Sun Jun 28 21:22:06 2026] GET /v2.0/ports?device_id=d5557db3-8ce8-4b15-a33a-e2b52eb47c94 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:22:06.802 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9bd32dda-484f-4b1c-94eb-324fe73e930a 5cb0f4a6b69a4747bb4bf44edec752ef d63953881aa14afca616aea6a2f892e2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 765/1502] 10.0.0.153 () {32 vars in 720 bytes} [Sun Jun 28 21:22:06 2026] DELETE /v2.0/ports/87199476-9dc5-4593-aece-91d94cb5c4e7 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:22:06.819 8 INFO neutron.api.v2.resource [None req-e66e3b1c-663b-4759-b40f-d1e1439dfc1d 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 738/1503] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:06 2026] DELETE /v2.0/routers/d5557db3-8ce8-4b15-a33a-e2b52eb47c94 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:22:06.823 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3f2254e9-69af-45df-9f96-b33b75d8fa59 5cb0f4a6b69a4747bb4bf44edec752ef d63953881aa14afca616aea6a2f892e2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 766/1504] 10.0.0.153 () {32 vars in 717 bytes} [Sun Jun 28 21:22:06 2026] GET /v2.0/ports/87199476-9dc5-4593-aece-91d94cb5c4e7 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:22:06.836 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5cadcc90-f5f1-4f0f-b723-aa5fa34e7763 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 739/1505] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:06 2026] DELETE /v2.0/subnets/98ca4818-b46d-4337-9a03-e46f3757055b => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1506] 10.0.0.153 () {32 vars in 736 bytes} [Sun Jun 28 21:22:06 2026] GET /v2.0/ports?device_id=debc9a8f-b81b-4bc6-83e7-162d5c24d7f5 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:22:06.876 8 INFO neutron.api.v2.resource [None req-4e094ff5-1813-4174-b887-619ee15193cb 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 741/1507] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:06 2026] DELETE /v2.0/routers/debc9a8f-b81b-4bc6-83e7-162d5c24d7f5 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:22:06.892 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6017328d-7d0f-455b-af0a-00871ab43d81 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 742/1508] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:06 2026] DELETE /v2.0/subnets/38b94736-05da-4454-9199-178771f3af5c => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1509] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:06 2026] DELETE /v2.0/subnets/5ae8efd3-e759-4a63-b569-80ec2a9e206b => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1510] 10.0.0.153 () {32 vars in 736 bytes} [Sun Jun 28 21:22:06 2026] GET /v2.0/ports?device_id=382ab906-ad8e-4b70-9593-8f58be7e23f3 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:22:07.115 7 INFO neutron.services.segments.plugin [-] Segment 888dd83a-729a-43d5-8958-8491b5d79509 resource provider aggregate not found 2026-06-28 21:22:07.123 7 INFO neutron.services.segments.plugin [-] Segment 888dd83a-729a-43d5-8958-8491b5d79509 resource provider aggregate not found 2026-06-28 21:22:07.150 7 INFO neutron.services.segments.plugin [-] Segment 888dd83a-729a-43d5-8958-8491b5d79509 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 888dd83a-729a-43d5-8958-8491b5d79509 found for delete ", "request_id": "req-17ac636f-e3f6-4b4c-bf61-9cf62cd10c65"}]} 2026-06-28 21:22:07.155 7 INFO neutron.services.segments.plugin [-] Segment 888dd83a-729a-43d5-8958-8491b5d79509 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 888dd83a-729a-43d5-8958-8491b5d79509 found for delete ", "request_id": "req-9f4efd88-b4a5-4d77-939c-59522e7fcbd4"}]} [pid: 7|app: 0|req: 769/1511] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:22:06 2026] DELETE /v2.0/networks/dfec4168-9da0-4e1c-8e72-2675f63ef7f0 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:22:07.201 7 INFO neutron.api.v2.resource [None req-74ee2413-26be-412c-8e4e-95e56fed3256 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 770/1512] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:07 2026] DELETE /v2.0/routers/382ab906-ad8e-4b70-9593-8f58be7e23f3 => generated 135 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:22:07.269 7 INFO neutron.db.segments_db [None req-045de143-e2e1-4632-81c4-301d216ad37d 5cb0f4a6b69a4747bb4bf44edec752ef d63953881aa14afca616aea6a2f892e2 - - default default] Added segment a32b926c-a57a-4a47-b3de-9857f0006912 of type vxlan for network 75d1ad61-381d-4b60-9f89-1c14efe826ef [pid: 8|app: 0|req: 743/1513] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:22:06 2026] GET /v2.0/security-groups?tenant_id=fe2e4e471c914337b0390875740e0829&name=default => generated 2925 bytes in 385 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:22:07.292 8 INFO neutron.pecan_wsgi.hooks.translation [None req-18e428b9-4b91-45fc-9713-ddb1b25b1b51 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 744/1514] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:07 2026] DELETE /v2.0/subnets/38e7d5a8-6bee-407a-873a-f9ba7d0c471e => 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: 771/1515] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:22:07 2026] POST /v2.0/networks => generated 632 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:22:07.391 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dd3f9010-e474-4eef-af52-bb2cf647d95d 4db0accae49e4c1da9e0b60cdc0cd9fd 60fac43c394a439bae86dddbc6605483 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 772/1516] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:07 2026] DELETE /v2.0/subnets/806042b9-10ce-41db-8b14-c2f6bcfa1985 => 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: 745/1517] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:22:07 2026] DELETE /v2.0/security-groups/81346db5-eae9-445a-98fb-7c82cc5c5368 => 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: 746/1518] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:22:07 2026] GET /v2.0/ports?device_id=dec64482-686b-410d-ad95-65fb6df2e5dd => 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: 773/1519] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:22:07 2026] POST /v2.0/subnets => generated 626 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1520] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:22:07 2026] GET /v2.0/security-groups?tenant_id=60fac43c394a439bae86dddbc6605483&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1521] 10.0.0.153 () {34 vars in 665 bytes} [Sun Jun 28 21:22:07 2026] POST /v2.0/ports => generated 911 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1522] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:22:07 2026] DELETE /v2.0/security-groups/30d2fd80-b540-45a8-a641-07660a076972 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:22:08.098 8 INFO neutron_taas.services.taas.taas_plugin [None req-c556a261-65c6-4efe-a9c8-ab0c87dbe739 5cb0f4a6b69a4747bb4bf44edec752ef d63953881aa14afca616aea6a2f892e2 - - default default] TaaS: Handle Delete Port: 84f58e06-7559-4310-a15e-3c55f48eaf58 2026-06-28 21:22:08.103 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c556a261-65c6-4efe-a9c8-ab0c87dbe739 5cb0f4a6b69a4747bb4bf44edec752ef d63953881aa14afca616aea6a2f892e2 - - default default] Tap Mirror: Handle Delete Port: 84f58e06-7559-4310-a15e-3c55f48eaf58 [pid: 8|app: 0|req: 748/1523] 10.0.0.153 () {32 vars in 720 bytes} [Sun Jun 28 21:22:08 2026] DELETE /v2.0/ports/84f58e06-7559-4310-a15e-3c55f48eaf58 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:22:08.355 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f45ab4e4-0121-479c-b676-a89b93812ebd 5cb0f4a6b69a4747bb4bf44edec752ef d63953881aa14afca616aea6a2f892e2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 776/1524] 10.0.0.153 () {32 vars in 717 bytes} [Sun Jun 28 21:22:08 2026] GET /v2.0/ports/84f58e06-7559-4310-a15e-3c55f48eaf58 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1525] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:08 2026] DELETE /v2.0/subnets/d0a50e01-8e5f-4a8a-8920-8862008ccc5e => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1526] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:22:08 2026] GET /v2.0/ports?device_id=dec64482-686b-410d-ad95-65fb6df2e5dd => 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: 777/1527] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:22:08 2026] DELETE /v2.0/networks/75d1ad61-381d-4b60-9f89-1c14efe826ef => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1528] 10.0.0.153 () {34 vars in 665 bytes} [Sun Jun 28 21:22:08 2026] POST /v2.0/ports => generated 775 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:22:09.177 7 INFO neutron.services.segments.plugin [-] Segment a32b926c-a57a-4a47-b3de-9857f0006912 resource provider aggregate not found 2026-06-28 21:22:09.183 7 INFO neutron.services.segments.plugin [-] Segment a32b926c-a57a-4a47-b3de-9857f0006912 resource provider aggregate not found 2026-06-28 21:22:09.197 7 INFO neutron.services.segments.plugin [-] Segment a32b926c-a57a-4a47-b3de-9857f0006912 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a32b926c-a57a-4a47-b3de-9857f0006912 found for delete ", "request_id": "req-7cb67f36-637b-4b9f-9f40-40d5457f208e"}]} 2026-06-28 21:22:09.201 7 INFO neutron.services.segments.plugin [-] Segment a32b926c-a57a-4a47-b3de-9857f0006912 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a32b926c-a57a-4a47-b3de-9857f0006912 found for delete ", "request_id": "req-b0a2af5b-afa4-4bfd-8e5b-e4e719cee12b"}]} [pid: 7|app: 0|req: 778/1529] 10.0.0.153 () {34 vars in 737 bytes} [Sun Jun 28 21:22:09 2026] PUT /v2.0/ports/0ec3dc01-51cb-4155-89a9-1e59fa676d81 => generated 752 bytes in 266 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-28 21:22:09.388 8 INFO neutron_taas.services.taas.taas_plugin [None req-2de848fc-5e60-4d82-95f2-1bdfd9a2f3aa 5cb0f4a6b69a4747bb4bf44edec752ef d63953881aa14afca616aea6a2f892e2 - - default default] TaaS: Handle Delete Port: 0ec3dc01-51cb-4155-89a9-1e59fa676d81 2026-06-28 21:22:09.391 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2de848fc-5e60-4d82-95f2-1bdfd9a2f3aa 5cb0f4a6b69a4747bb4bf44edec752ef d63953881aa14afca616aea6a2f892e2 - - default default] Tap Mirror: Handle Delete Port: 0ec3dc01-51cb-4155-89a9-1e59fa676d81 [pid: 8|app: 0|req: 752/1530] 10.0.0.153 () {32 vars in 720 bytes} [Sun Jun 28 21:22:09 2026] DELETE /v2.0/ports/0ec3dc01-51cb-4155-89a9-1e59fa676d81 => generated 0 bytes in 202 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: 779/1531] 10.0.0.153 () {32 vars in 643 bytes} [Sun Jun 28 21:22:09 2026] GET /v2.0/ports => generated 776 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:22:09.579 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9312468c-ae68-40bc-a9c2-420679d65bae 5cb0f4a6b69a4747bb4bf44edec752ef d63953881aa14afca616aea6a2f892e2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 753/1532] 10.0.0.153 () {32 vars in 717 bytes} [Sun Jun 28 21:22:09 2026] GET /v2.0/ports/0ec3dc01-51cb-4155-89a9-1e59fa676d81 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1533] 10.0.0.153 () {32 vars in 643 bytes} [Sun Jun 28 21:22:09 2026] GET /v2.0/ports => generated 776 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1534] 10.0.0.153 () {32 vars in 717 bytes} [Sun Jun 28 21:22:09 2026] GET /v2.0/ports/0fafde44-77a1-40c6-a6a0-a5666eecf469 => generated 773 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:22:09.692 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f1a67202-3127-43a9-acbb-07cbc1d2abba 5cb0f4a6b69a4747bb4bf44edec752ef d63953881aa14afca616aea6a2f892e2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 781/1535] 10.0.0.153 () {32 vars in 720 bytes} [Sun Jun 28 21:22:09 2026] DELETE /v2.0/ports/84f58e06-7559-4310-a15e-3c55f48eaf58 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:22:09.721 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5d958aa9-973d-471c-a2b4-feb93c77bfa5 5cb0f4a6b69a4747bb4bf44edec752ef d63953881aa14afca616aea6a2f892e2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 755/1536] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:09 2026] DELETE /v2.0/subnets/d0a50e01-8e5f-4a8a-8920-8862008ccc5e => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:22:09.741 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a19ec91d-61dd-4e88-989d-ee7e82920d4a 5cb0f4a6b69a4747bb4bf44edec752ef d63953881aa14afca616aea6a2f892e2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 756/1537] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:09 2026] DELETE /v2.0/subnets/5ae8efd3-e759-4a63-b569-80ec2a9e206b => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:22:09.838 8 INFO neutron_taas.services.taas.taas_plugin [None req-3fd851a0-d7e4-487d-92f2-d36370f3a329 5cb0f4a6b69a4747bb4bf44edec752ef d63953881aa14afca616aea6a2f892e2 - - default default] TaaS: Handle Delete Port: 0fafde44-77a1-40c6-a6a0-a5666eecf469 2026-06-28 21:22:09.840 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fd851a0-d7e4-487d-92f2-d36370f3a329 5cb0f4a6b69a4747bb4bf44edec752ef d63953881aa14afca616aea6a2f892e2 - - default default] Tap Mirror: Handle Delete Port: 0fafde44-77a1-40c6-a6a0-a5666eecf469 [pid: 8|app: 0|req: 757/1538] 10.0.0.153 () {32 vars in 720 bytes} [Sun Jun 28 21:22:09 2026] DELETE /v2.0/ports/0fafde44-77a1-40c6-a6a0-a5666eecf469 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:22:10.094 8 INFO neutron.services.segments.plugin [-] Segment 3395e25c-3557-4ac5-ac5e-0a46d87ce229 resource provider aggregate not found 2026-06-28 21:22:10.096 8 INFO neutron.services.segments.plugin [-] Segment 3395e25c-3557-4ac5-ac5e-0a46d87ce229 resource provider aggregate not found 2026-06-28 21:22:10.115 8 INFO neutron.services.segments.plugin [-] Segment 3395e25c-3557-4ac5-ac5e-0a46d87ce229 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3395e25c-3557-4ac5-ac5e-0a46d87ce229 found for delete ", "request_id": "req-d2dba1a2-940a-4a4e-aa6b-e44c9e2d3737"}]} [pid: 8|app: 0|req: 758/1539] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:22:09 2026] DELETE /v2.0/networks/7e4131f2-5281-488a-85ee-f5d99829029a => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:22:10.126 8 INFO neutron.services.segments.plugin [-] Segment 3395e25c-3557-4ac5-ac5e-0a46d87ce229 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3395e25c-3557-4ac5-ac5e-0a46d87ce229 found for delete ", "request_id": "req-ac4ca2ea-54c9-460c-b173-8cd157700817"}]} [pid: 7|app: 0|req: 782/1540] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:22:09 2026] GET /v2.0/ports?device_id=dec64482-686b-410d-ad95-65fb6df2e5dd => generated 12 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:22:10.562 8 INFO neutron.db.segments_db [None req-fef071c1-a807-49f5-879a-94f317d302d0 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] Added segment 04cd5575-3da3-42f3-9690-301b4c2ecebc of type vxlan for network d4b434c4-3b78-4b31-97e4-172f56f0f9f6 [pid: 7|app: 0|req: 783/1541] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:22:10 2026] GET /v2.0/networks?id=672d8307-e331-4064-a8bd-1443d6d9c35d => generated 673 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1542] 199.204.45.227 () {34 vars in 1050 bytes} [Sun Jun 28 21:22:10 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e4f3757575f34a66921486555a19f010 => generated 272 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1543] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:22:10 2026] POST /v2.0/networks => generated 630 bytes in 651 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1544] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:22:10 2026] GET /v2.0/security-groups?tenant_id=d63953881aa14afca616aea6a2f892e2&name=default => generated 2925 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:22:11.061 7 INFO neutron.db.segments_db [None req-19a37374-130c-485f-b2fc-32bb295a23c6 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] Added segment 816cf6f6-591b-4e20-8cc7-2fe8ca682e6b of type vxlan for network 6e8c6143-d3c7-469b-a6db-899e076d9a44 [pid: 7|app: 0|req: 786/1545] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:22:10 2026] POST /v2.0/networks => generated 630 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1546] 199.204.45.227 () {38 vars in 955 bytes} [Sun Jun 28 21:22:10 2026] POST /v2.0/ports => generated 997 bytes in 542 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: 761/1547] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:22:11 2026] GET /v2.0/ports?device_id=dec64482-686b-410d-ad95-65fb6df2e5dd => generated 1000 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1548] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:22:11 2026] DELETE /v2.0/security-groups/d578f553-f25d-46e0-95f2-c66e997500fb => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1549] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:22:11 2026] POST /v2.0/subnets => generated 626 bytes in 688 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1550] 199.204.45.227 () {38 vars in 1028 bytes} [Sun Jun 28 21:22:11 2026] PUT /v2.0/ports/f951c609-f010-43fd-8e9b-00d718212135 => generated 1278 bytes in 703 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: 763/1551] 10.0.0.54 () {34 vars in 1119 bytes} [Sun Jun 28 21:22:12 2026] GET /v2.0/security-groups?id=cea3a3e3-a46f-4617-b5c5-f8cbfbb8b357&id=cafbabe7-c1c2-4e5b-9a78-16a355a53886&fields=id&fields=name => generated 205 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:22:12.122 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-df2ba584-8ae7-4d04-9567-3fb3c344d436'] response: {'name': 'network-changed', 'server_uuid': 'dec64482-686b-410d-ad95-65fb6df2e5dd', 'tag': 'f951c609-f010-43fd-8e9b-00d718212135', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 789/1554] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:22:12 2026] POST /v2.0/subnets => generated 626 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:22:12.430 8 INFO neutron.db.segments_db [None req-f4a08531-7c10-4f00-ab0b-bd8d3018bd91 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] Added segment ab87d54a-7a98-4e74-974a-fa8b71bde476 of type vxlan for network aca9840e-4494-4ea9-b9ce-5ca55eafe7e4 2026-06-28 21:22:12.807 8 INFO neutron.db.l3_hamode_db [None req-f4a08531-7c10-4f00-ab0b-bd8d3018bd91 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 790/1555] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:22:12 2026] GET /v2.0/security-groups?tenant_id=809bf5c85c3848d08c446d462470e5c3&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1556] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:22:12 2026] GET /v2.0/ports?tenant_id=e4f3757575f34a66921486555a19f010&device_id=dec64482-686b-410d-ad95-65fb6df2e5dd => generated 1281 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:22:12.931 8 INFO neutron.db.l3_hamode_db [None req-f4a08531-7c10-4f00-ab0b-bd8d3018bd91 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 792/1557] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:22:12 2026] DELETE /v2.0/security-groups/209725a2-66dc-4efb-9d42-1e69d200d46b => 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: 793/1558] 199.204.45.227 () {34 vars in 1018 bytes} [Sun Jun 28 21:22:12 2026] GET /v2.0/networks?tenant_id=e4f3757575f34a66921486555a19f010&shared=False => generated 769 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1559] 199.204.45.227 () {34 vars in 930 bytes} [Sun Jun 28 21:22:13 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1560] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:22:13 2026] GET /v2.0/security-groups?tenant_id=2259414cf1cc4449a896ea0d6be97487&name=default => generated 2925 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1561] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:22:13 2026] GET /v2.0/ports?device_id=dec64482-686b-410d-ad95-65fb6df2e5dd => generated 1012 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1562] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:22:13 2026] DELETE /v2.0/security-groups/f9958bdb-a16a-44fc-b9a8-3360c478d8bb => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1563] 10.0.0.54 () {34 vars in 1119 bytes} [Sun Jun 28 21:22:13 2026] GET /v2.0/security-groups?id=cea3a3e3-a46f-4617-b5c5-f8cbfbb8b357&id=cafbabe7-c1c2-4e5b-9a78-16a355a53886&fields=id&fields=name => generated 205 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1564] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:22:12 2026] POST /v2.0/routers => generated 507 bytes in 1323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1565] 10.0.0.153 () {34 vars in 677 bytes} [Sun Jun 28 21:22:13 2026] POST /v2.0/subnetpools => generated 549 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1566] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:22:14 2026] GET /v2.0/ports?tenant_id=e4f3757575f34a66921486555a19f010&device_id=dec64482-686b-410d-ad95-65fb6df2e5dd => generated 1281 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1567] 10.0.0.153 () {32 vars in 729 bytes} [Sun Jun 28 21:22:14 2026] GET /v2.0/subnetpools/6cfba6da-bf00-4e50-a72f-3b8350414217 => generated 549 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1568] 199.204.45.227 () {34 vars in 1060 bytes} [Sun Jun 28 21:22:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=f951c609-f010-43fd-8e9b-00d718212135 => 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: 803/1569] 10.0.0.153 () {34 vars in 749 bytes} [Sun Jun 28 21:22:14 2026] PUT /v2.0/subnetpools/6cfba6da-bf00-4e50-a72f-3b8350414217 => generated 501 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1570] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:22:14 2026] GET /v2.0/subnets?id=16d2c0a0-2c25-435b-8868-0e9f891d0217 => generated 691 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1571] 10.0.0.153 () {32 vars in 732 bytes} [Sun Jun 28 21:22:14 2026] DELETE /v2.0/subnetpools/6cfba6da-bf00-4e50-a72f-3b8350414217 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1572] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:22:14 2026] GET /v2.0/ports?network_id=672d8307-e331-4064-a8bd-1443d6d9c35d&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:22:14.645 7 INFO neutron.api.v2.resource [None req-e9a7e9fd-7379-4abe-82d8-80e5d06f4a9d b948f44d0d9949b0af5e14814c80c44a b8993eb9acd14275bcdd581bae9095ac - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 807/1573] 10.0.0.153 () {32 vars in 729 bytes} [Sun Jun 28 21:22:14 2026] GET /v2.0/subnetpools/6cfba6da-bf00-4e50-a72f-3b8350414217 => 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: 808/1574] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:22:14 2026] GET /v2.0/ports?device_id=dec64482-686b-410d-ad95-65fb6df2e5dd => generated 1012 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1575] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:22:14 2026] GET /v2.0/networks/672d8307-e331-4064-a8bd-1443d6d9c35d?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:22:14.736 7 INFO neutron.api.v2.resource [None req-a9d3712f-a351-4c10-bcc2-3e6f477d9a51 b948f44d0d9949b0af5e14814c80c44a b8993eb9acd14275bcdd581bae9095ac - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 810/1576] 10.0.0.153 () {32 vars in 732 bytes} [Sun Jun 28 21:22:14 2026] DELETE /v2.0/subnetpools/6cfba6da-bf00-4e50-a72f-3b8350414217 => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1577] 10.0.0.54 () {34 vars in 1119 bytes} [Sun Jun 28 21:22:14 2026] GET /v2.0/security-groups?id=cea3a3e3-a46f-4617-b5c5-f8cbfbb8b357&id=cafbabe7-c1c2-4e5b-9a78-16a355a53886&fields=id&fields=name => generated 205 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1578] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:22:14 2026] GET /v2.0/networks/672d8307-e331-4064-a8bd-1443d6d9c35d?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: 767/1579] 10.0.0.153 () {34 vars in 783 bytes} [Sun Jun 28 21:22:13 2026] PUT /v2.0/routers/e0ba92d7-3cc6-4c03-8a0f-a48002a1da98/add_router_interface => generated 309 bytes in 1367 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1580] 10.0.0.153 () {32 vars in 717 bytes} [Sun Jun 28 21:22:15 2026] GET /v2.0/ports/ed0d1a74-bd5b-4b57-a401-6bda410bcbfc => generated 955 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1581] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:22:15 2026] GET /v2.0/security-groups?tenant_id=b8993eb9acd14275bcdd581bae9095ac&name=default => generated 2925 bytes in 488 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1582] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:22:15 2026] GET /v2.0/ports?device_id=dec64482-686b-410d-ad95-65fb6df2e5dd => generated 1012 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1583] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:22:16 2026] DELETE /v2.0/security-groups/a850ee58-3dbb-4ae6-b26a-ed1324a3e186 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1584] 10.0.0.54 () {34 vars in 1119 bytes} [Sun Jun 28 21:22:16 2026] GET /v2.0/security-groups?id=cea3a3e3-a46f-4617-b5c5-f8cbfbb8b357&id=cafbabe7-c1c2-4e5b-9a78-16a355a53886&fields=id&fields=name => generated 205 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1585] 10.0.0.153 () {34 vars in 783 bytes} [Sun Jun 28 21:22:15 2026] PUT /v2.0/routers/e0ba92d7-3cc6-4c03-8a0f-a48002a1da98/add_router_interface => generated 309 bytes in 1597 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1586] 10.0.0.153 () {32 vars in 717 bytes} [Sun Jun 28 21:22:16 2026] GET /v2.0/ports/39ad8db1-116f-41ed-a81d-ff867582cba9 => generated 955 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:22:17.198 8 INFO neutron_taas.services.taas.taas_plugin [None req-11929104-d3cb-4fbb-b8b8-9438faf6eacf ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] TaaS: Handle Delete Port: 39ad8db1-116f-41ed-a81d-ff867582cba9 2026-06-28 21:22:17.203 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11929104-d3cb-4fbb-b8b8-9438faf6eacf ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] Tap Mirror: Handle Delete Port: 39ad8db1-116f-41ed-a81d-ff867582cba9 [pid: 7|app: 0|req: 819/1587] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:22:17 2026] GET /v2.0/ports?device_id=dec64482-686b-410d-ad95-65fb6df2e5dd => generated 1012 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1588] 10.0.0.54 () {34 vars in 1119 bytes} [Sun Jun 28 21:22:17 2026] GET /v2.0/security-groups?id=cea3a3e3-a46f-4617-b5c5-f8cbfbb8b357&id=cafbabe7-c1c2-4e5b-9a78-16a355a53886&fields=id&fields=name => generated 205 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1589] 10.0.0.153 () {34 vars in 789 bytes} [Sun Jun 28 21:22:16 2026] PUT /v2.0/routers/e0ba92d7-3cc6-4c03-8a0f-a48002a1da98/remove_router_interface => generated 309 bytes in 850 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:22:18.020 7 INFO neutron_taas.services.taas.taas_plugin [None req-27ac7e66-f58b-4167-9201-411b43f709f9 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] TaaS: Handle Delete Port: ed0d1a74-bd5b-4b57-a401-6bda410bcbfc 2026-06-28 21:22:18.023 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27ac7e66-f58b-4167-9201-411b43f709f9 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] Tap Mirror: Handle Delete Port: ed0d1a74-bd5b-4b57-a401-6bda410bcbfc [pid: 8|app: 0|req: 770/1590] 199.204.45.227 () {34 vars in 994 bytes} [Sun Jun 28 21:22:18 2026] GET /v2.0/ports?device_id=dec64482-686b-410d-ad95-65fb6df2e5dd => generated 1283 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1591] 199.204.45.227 () {34 vars in 1124 bytes} [Sun Jun 28 21:22:18 2026] GET /v2.0/security-groups?id=cafbabe7-c1c2-4e5b-9a78-16a355a53886&id=cea3a3e3-a46f-4617-b5c5-f8cbfbb8b357&fields=id&fields=name => generated 205 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1592] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:22:18 2026] GET /v2.0/security-groups?tenant_id=0f78afd2e00b4a8598103e432fe700df&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1593] 10.0.0.153 () {34 vars in 789 bytes} [Sun Jun 28 21:22:17 2026] PUT /v2.0/routers/e0ba92d7-3cc6-4c03-8a0f-a48002a1da98/remove_router_interface => generated 309 bytes in 827 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1594] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:22:18 2026] GET /v2.0/ports?device_id=dec64482-686b-410d-ad95-65fb6df2e5dd => generated 1014 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1595] 10.0.0.153 () {32 vars in 736 bytes} [Sun Jun 28 21:22:18 2026] GET /v2.0/ports?device_id=e0ba92d7-3cc6-4c03-8a0f-a48002a1da98 => 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: 775/1596] 10.0.0.54 () {34 vars in 1119 bytes} [Sun Jun 28 21:22:18 2026] GET /v2.0/security-groups?id=cea3a3e3-a46f-4617-b5c5-f8cbfbb8b357&id=cafbabe7-c1c2-4e5b-9a78-16a355a53886&fields=id&fields=name => generated 205 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1597] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:22:18 2026] DELETE /v2.0/security-groups/1f9dbb97-c9d3-4067-9991-ef74fdf3b88b => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:22:18.806 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d6952ab-0806-4266-8f3f-deea77bebea6 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] TaaS: Handle Delete Port: 5ca9fc46-a0a4-4cca-9e12-d1102a5bfef6 2026-06-28 21:22:18.809 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d6952ab-0806-4266-8f3f-deea77bebea6 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] Tap Mirror: Handle Delete Port: 5ca9fc46-a0a4-4cca-9e12-d1102a5bfef6 [pid: 7|app: 0|req: 823/1598] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:22:18 2026] GET /v2.0/security-groups?tenant_id=bd6a14d9d25c4eb183d5939438c1a6b7&name=default => generated 2925 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:22:19.213 8 INFO neutron.services.segments.plugin [-] Segment ab87d54a-7a98-4e74-974a-fa8b71bde476 resource provider aggregate not found 2026-06-28 21:22:19.218 8 INFO neutron.services.segments.plugin [-] Segment ab87d54a-7a98-4e74-974a-fa8b71bde476 resource provider aggregate not found [pid: 7|app: 0|req: 824/1599] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:22:19 2026] GET /v2.0/security-groups?tenant_id=5c605c2cdb894c90836f19c56f7fdebc&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:22:19.235 8 INFO neutron.services.segments.plugin [-] Segment ab87d54a-7a98-4e74-974a-fa8b71bde476 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab87d54a-7a98-4e74-974a-fa8b71bde476 found for delete ", "request_id": "req-b4a7e6ce-3de7-48f1-8760-bf6b94559e23"}]} 2026-06-28 21:22:19.239 8 INFO neutron.services.segments.plugin [-] Segment ab87d54a-7a98-4e74-974a-fa8b71bde476 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab87d54a-7a98-4e74-974a-fa8b71bde476 found for delete ", "request_id": "req-a25852ec-7795-4985-988c-dbbc4678849e"}]} 2026-06-28 21:22:19.242 8 INFO neutron.db.l3_hamode_db [None req-7d6952ab-0806-4266-8f3f-deea77bebea6 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] HA network aca9840e-4494-4ea9-b9ce-5ca55eafe7e4 was deleted as no HA routers are present in tenant 909dec7c6ef2455a9ea1b5c1efb5f78d. [pid: 8|app: 0|req: 776/1600] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:18 2026] DELETE /v2.0/routers/e0ba92d7-3cc6-4c03-8a0f-a48002a1da98 => generated 0 bytes in 628 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1601] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:22:19 2026] DELETE /v2.0/security-groups/67b2359f-cfaf-44db-9963-1e86d2a07523 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1602] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:22:19 2026] DELETE /v2.0/security-groups/ddab21f8-30ea-4e56-9d9a-fbbe15d3fb71 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1603] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:19 2026] DELETE /v2.0/subnets/f12a2736-2f9b-4a13-a368-89ba002c8bde => 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: 778/1604] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:19 2026] DELETE /v2.0/subnets/46297e11-3328-46d1-984a-ef7db6436bc0 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1605] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:22:19 2026] GET /v2.0/ports?device_id=dec64482-686b-410d-ad95-65fb6df2e5dd => generated 1014 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1606] 10.0.0.54 () {34 vars in 1119 bytes} [Sun Jun 28 21:22:19 2026] GET /v2.0/security-groups?id=cea3a3e3-a46f-4617-b5c5-f8cbfbb8b357&id=cafbabe7-c1c2-4e5b-9a78-16a355a53886&fields=id&fields=name => generated 205 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1607] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:22:19 2026] DELETE /v2.0/networks/6e8c6143-d3c7-469b-a6db-899e076d9a44 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:22:20.065 7 INFO neutron.services.segments.plugin [-] Segment 04cd5575-3da3-42f3-9690-301b4c2ecebc resource provider aggregate not found 2026-06-28 21:22:20.071 7 INFO neutron.services.segments.plugin [-] Segment 04cd5575-3da3-42f3-9690-301b4c2ecebc resource provider aggregate not found 2026-06-28 21:22:20.087 7 INFO neutron.services.segments.plugin [-] Segment 04cd5575-3da3-42f3-9690-301b4c2ecebc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04cd5575-3da3-42f3-9690-301b4c2ecebc found for delete ", "request_id": "req-eed77c45-33ef-4c54-9feb-88841208e520"}]} 2026-06-28 21:22:20.087 7 INFO neutron.services.segments.plugin [-] Segment 04cd5575-3da3-42f3-9690-301b4c2ecebc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04cd5575-3da3-42f3-9690-301b4c2ecebc found for delete ", "request_id": "req-0b0ec54d-8815-4cb1-9437-5711ff16374b"}]} [pid: 7|app: 0|req: 829/1608] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:22:19 2026] DELETE /v2.0/networks/d4b434c4-3b78-4b31-97e4-172f56f0f9f6 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:22:20.176 8 INFO neutron.db.segments_db [None req-ed9072ac-93bf-447a-9f01-638781d8cc1f ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] Added segment 31c4c95d-b644-4f3e-8304-9b2ea3799d40 of type vxlan for network adcea41c-5fcc-406a-b847-0f2d41106cc5 [pid: 8|app: 0|req: 780/1609] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:22:20 2026] POST /v2.0/networks => generated 630 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1610] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:22:20 2026] POST /v2.0/subnets => generated 626 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:22:20.787 8 INFO neutron.db.segments_db [None req-52192088-4f10-4bb4-8b58-5ec828579825 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] Added segment 093d9651-e02b-4923-a048-ca5a2c228989 of type vxlan for network f7f24268-0237-45c8-b0fa-2788d79061fc [pid: 7|app: 0|req: 831/1611] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:22:20 2026] GET /v2.0/ports?device_id=dec64482-686b-410d-ad95-65fb6df2e5dd => generated 1014 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1612] 10.0.0.54 () {34 vars in 1119 bytes} [Sun Jun 28 21:22:20 2026] GET /v2.0/security-groups?id=cea3a3e3-a46f-4617-b5c5-f8cbfbb8b357&id=cafbabe7-c1c2-4e5b-9a78-16a355a53886&fields=id&fields=name => generated 205 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1613] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:22:21 2026] GET /v2.0/ports?device_id=dec64482-686b-410d-ad95-65fb6df2e5dd => generated 1014 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:22:21.190 8 INFO neutron.db.l3_hamode_db [None req-52192088-4f10-4bb4-8b58-5ec828579825 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:22:21.264 8 INFO neutron.services.segments.plugin [-] Segment 816cf6f6-591b-4e20-8cc7-2fe8ca682e6b resource provider aggregate not found 2026-06-28 21:22:21.268 8 INFO neutron.services.segments.plugin [-] Segment 816cf6f6-591b-4e20-8cc7-2fe8ca682e6b resource provider aggregate not found 2026-06-28 21:22:21.293 8 INFO neutron.services.segments.plugin [-] Segment 816cf6f6-591b-4e20-8cc7-2fe8ca682e6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 816cf6f6-591b-4e20-8cc7-2fe8ca682e6b found for delete ", "request_id": "req-f6270f73-e8fa-4c7b-91be-963208feec81"}]} 2026-06-28 21:22:21.299 8 INFO neutron.services.segments.plugin [-] Segment 816cf6f6-591b-4e20-8cc7-2fe8ca682e6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 816cf6f6-591b-4e20-8cc7-2fe8ca682e6b found for delete ", "request_id": "req-55b1d0ae-9ec5-4726-9400-5ded7826e695"}]} 2026-06-28 21:22:21.350 8 INFO neutron.db.l3_hamode_db [None req-52192088-4f10-4bb4-8b58-5ec828579825 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:22:21.502 7 INFO neutron.db.l3_db [None req-767dd2eb-df53-4023-8d62-481d16e73f62 e20882bf7293417298d9f624c3fa55f5 e4f3757575f34a66921486555a19f010 - - default default] Floating IP 5c2a6ab4-7a06-4752-a519-2cbbcc7f9ac2 associated. External IP: 10.96.250.207, port: f951c609-f010-43fd-8e9b-00d718212135. [pid: 7|app: 0|req: 834/1614] 10.0.0.153 () {34 vars in 749 bytes} [Sun Jun 28 21:22:21 2026] PUT /v2.0/floatingips/5c2a6ab4-7a06-4752-a519-2cbbcc7f9ac2 => generated 856 bytes in 670 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:22:21.840 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3b6d2f13-43c3-45e6-bae2-ce2c52d88fd5'] response: {'name': 'network-changed', 'server_uuid': 'dec64482-686b-410d-ad95-65fb6df2e5dd', 'tag': 'f951c609-f010-43fd-8e9b-00d718212135', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 781/1615] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:22:20 2026] POST /v2.0/routers => generated 506 bytes in 1342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1616] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:22:22 2026] GET /v2.0/ports?tenant_id=e4f3757575f34a66921486555a19f010&device_id=dec64482-686b-410d-ad95-65fb6df2e5dd => generated 1283 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1617] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:22:22 2026] GET /v2.0/networks?id=672d8307-e331-4064-a8bd-1443d6d9c35d => generated 769 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1618] 10.0.0.153 () {34 vars in 665 bytes} [Sun Jun 28 21:22:22 2026] POST /v2.0/ports => generated 948 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 784/1619] 199.204.45.227 () {34 vars in 1060 bytes} [Sun Jun 28 21:22:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=f951c609-f010-43fd-8e9b-00d718212135 => generated 859 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1620] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:22:22 2026] GET /v2.0/subnets?id=16d2c0a0-2c25-435b-8868-0e9f891d0217 => generated 691 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1621] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:22:22 2026] GET /v2.0/ports?network_id=672d8307-e331-4064-a8bd-1443d6d9c35d&device_owner=network%3Adhcp => generated 1244 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1622] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:22:22 2026] GET /v2.0/networks/672d8307-e331-4064-a8bd-1443d6d9c35d?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: 788/1623] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:22:22 2026] GET /v2.0/networks/672d8307-e331-4064-a8bd-1443d6d9c35d?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: 836/1624] 10.0.0.153 () {34 vars in 783 bytes} [Sun Jun 28 21:22:22 2026] PUT /v2.0/routers/cd84ce98-0739-41c1-8fc8-d16f87e2749a/add_router_interface => generated 309 bytes in 1214 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1625] 10.0.0.153 () {32 vars in 717 bytes} [Sun Jun 28 21:22:23 2026] GET /v2.0/ports/314044a7-8982-4c74-8e31-96bbc3d638aa => generated 1022 bytes in 96 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-28 21:22:24.182 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e845457-609e-4474-92d5-6fc0f3762063 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] TaaS: Handle Delete Port: 314044a7-8982-4c74-8e31-96bbc3d638aa 2026-06-28 21:22:24.186 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e845457-609e-4474-92d5-6fc0f3762063 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] Tap Mirror: Handle Delete Port: 314044a7-8982-4c74-8e31-96bbc3d638aa [pid: 7|app: 0|req: 837/1626] 10.0.0.153 () {34 vars in 789 bytes} [Sun Jun 28 21:22:23 2026] PUT /v2.0/routers/cd84ce98-0739-41c1-8fc8-d16f87e2749a/remove_router_interface => generated 309 bytes in 865 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:22:24.783 8 INFO neutron.api.v2.resource [None req-d15dad85-14bd-4a6c-9e27-75c7d7ab6f40 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 790/1627] 10.0.0.153 () {34 vars in 789 bytes} [Sun Jun 28 21:22:24 2026] PUT /v2.0/routers/cd84ce98-0739-41c1-8fc8-d16f87e2749a/remove_router_interface => generated 197 bytes in 107 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: 838/1628] 10.0.0.153 () {32 vars in 736 bytes} [Sun Jun 28 21:22:24 2026] GET /v2.0/ports?device_id=cd84ce98-0739-41c1-8fc8-d16f87e2749a => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:22:24.997 8 INFO neutron_taas.services.taas.taas_plugin [None req-2fad1f5d-574e-451d-8d47-451dbc87e8cf ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] TaaS: Handle Delete Port: c189fa93-8598-4400-a4f3-155ebd88edeb 2026-06-28 21:22:25.001 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2fad1f5d-574e-451d-8d47-451dbc87e8cf ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] Tap Mirror: Handle Delete Port: c189fa93-8598-4400-a4f3-155ebd88edeb 2026-06-28 21:22:25.365 8 INFO neutron.services.segments.plugin [-] Segment 093d9651-e02b-4923-a048-ca5a2c228989 resource provider aggregate not found 2026-06-28 21:22:25.378 8 INFO neutron.services.segments.plugin [-] Segment 093d9651-e02b-4923-a048-ca5a2c228989 resource provider aggregate not found 2026-06-28 21:22:25.383 8 INFO neutron.services.segments.plugin [-] Segment 093d9651-e02b-4923-a048-ca5a2c228989 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 093d9651-e02b-4923-a048-ca5a2c228989 found for delete ", "request_id": "req-ecd11591-d240-480a-8b78-49f58add6390"}]} 2026-06-28 21:22:25.397 8 INFO neutron.services.segments.plugin [-] Segment 093d9651-e02b-4923-a048-ca5a2c228989 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 093d9651-e02b-4923-a048-ca5a2c228989 found for delete ", "request_id": "req-e867d685-6578-4e74-a8a9-050587bf98bf"}]} 2026-06-28 21:22:25.412 8 INFO neutron.db.l3_hamode_db [None req-2fad1f5d-574e-451d-8d47-451dbc87e8cf ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] HA network f7f24268-0237-45c8-b0fa-2788d79061fc was deleted as no HA routers are present in tenant 909dec7c6ef2455a9ea1b5c1efb5f78d. [pid: 8|app: 0|req: 791/1629] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:24 2026] DELETE /v2.0/routers/cd84ce98-0739-41c1-8fc8-d16f87e2749a => generated 0 bytes in 603 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1630] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:25 2026] DELETE /v2.0/subnets/e3bd959e-98dc-4c50-9489-ec98813e9a63 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1631] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:22:25 2026] DELETE /v2.0/networks/adcea41c-5fcc-406a-b847-0f2d41106cc5 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:22:25.844 8 INFO neutron.db.segments_db [None req-05e188eb-5cdb-435e-91b5-8da10ab13020 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] Added segment 601c8cf4-752c-4632-a66a-5e36a52215e6 of type vxlan for network 9befecaa-288e-4f71-a3eb-7368673a6eba [pid: 8|app: 0|req: 793/1632] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:22:25 2026] POST /v2.0/networks => generated 630 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1633] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:22:25 2026] GET /v2.0/security-groups?tenant_id=7c4caafc82934683a0ad64a4a7d3422a&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1634] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:22:26 2026] DELETE /v2.0/security-groups/4eaaa07f-c429-46a6-b9aa-09b62cbb8dbf => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1635] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:22:25 2026] POST /v2.0/subnets => generated 626 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:22:26.338 7 INFO neutron.db.segments_db [None req-3b8e1e26-7528-485b-a6d0-6197843b46c4 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] Added segment 6572b3d1-1e6c-4459-9167-fd048f6c712b of type vxlan for network e84f3d21-7aa2-4574-bf08-b09385ab12d0 [pid: 8|app: 0|req: 795/1636] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:22:26 2026] GET /v2.0/security-groups?tenant_id=7a6d0967df1542cabfb12a4be29c5618&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: 796/1637] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:22:26 2026] DELETE /v2.0/security-groups/a7ff2b5e-1523-4471-8d3b-905f6ed0d6f7 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:22:26.613 7 INFO neutron.db.l3_hamode_db [None req-3b8e1e26-7528-485b-a6d0-6197843b46c4 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:22:26.734 7 INFO neutron.db.l3_hamode_db [None req-3b8e1e26-7528-485b-a6d0-6197843b46c4 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:22:27.403 8 INFO neutron.services.segments.plugin [-] Segment 31c4c95d-b644-4f3e-8304-9b2ea3799d40 resource provider aggregate not found [pid: 7|app: 0|req: 842/1640] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:22:26 2026] POST /v2.0/routers => generated 506 bytes in 1134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:22:27.420 8 INFO neutron.services.segments.plugin [-] Segment 31c4c95d-b644-4f3e-8304-9b2ea3799d40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31c4c95d-b644-4f3e-8304-9b2ea3799d40 found for delete ", "request_id": "req-eea04e7d-8ab6-475e-9460-14714458b2a3"}]} 2026-06-28 21:22:27.421 8 INFO neutron.services.segments.plugin [-] Segment 31c4c95d-b644-4f3e-8304-9b2ea3799d40 resource provider aggregate not found 2026-06-28 21:22:27.447 8 INFO neutron.services.segments.plugin [-] Segment 31c4c95d-b644-4f3e-8304-9b2ea3799d40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31c4c95d-b644-4f3e-8304-9b2ea3799d40 found for delete ", "request_id": "req-112ace37-1280-4ee3-a82e-529b10a9ad44"}]} [pid: 8|app: 0|req: 799/1641] 10.0.0.153 () {34 vars in 783 bytes} [Sun Jun 28 21:22:27 2026] PUT /v2.0/routers/297ec40c-ad80-407b-beaa-4850424e96c8/add_router_interface => generated 309 bytes in 1590 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1642] 10.0.0.153 () {32 vars in 717 bytes} [Sun Jun 28 21:22:29 2026] GET /v2.0/ports/8a243a3e-5de8-41bc-aa88-bb49e54f30c6 => generated 955 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:22:29.468 8 INFO neutron_taas.services.taas.taas_plugin [None req-27cc6a69-9eac-42e5-bf62-dcf3fe59d182 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] TaaS: Handle Delete Port: 8a243a3e-5de8-41bc-aa88-bb49e54f30c6 2026-06-28 21:22:29.472 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27cc6a69-9eac-42e5-bf62-dcf3fe59d182 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] Tap Mirror: Handle Delete Port: 8a243a3e-5de8-41bc-aa88-bb49e54f30c6 [pid: 7|app: 0|req: 844/1643] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:22:29 2026] GET /v2.0/security-groups?tenant_id=c33a38dcbbe2456cb8c8d8703602e447&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1644] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:22:29 2026] DELETE /v2.0/security-groups/e01ff0e4-2b49-4c97-a598-510af7ee4583 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1645] 10.0.0.153 () {34 vars in 789 bytes} [Sun Jun 28 21:22:29 2026] PUT /v2.0/routers/297ec40c-ad80-407b-beaa-4850424e96c8/remove_router_interface => generated 309 bytes in 825 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1646] 10.0.0.153 () {32 vars in 736 bytes} [Sun Jun 28 21:22:29 2026] GET /v2.0/ports?device_id=297ec40c-ad80-407b-beaa-4850424e96c8 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:22:30.157 8 INFO neutron_taas.services.taas.taas_plugin [None req-66f44013-5547-47b2-a84b-c9339d321382 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] TaaS: Handle Delete Port: d9d7529c-7336-4f3b-8758-7c40b2a51365 2026-06-28 21:22:30.161 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66f44013-5547-47b2-a84b-c9339d321382 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] Tap Mirror: Handle Delete Port: d9d7529c-7336-4f3b-8758-7c40b2a51365 2026-06-28 21:22:30.585 8 INFO neutron.services.segments.plugin [-] Segment 6572b3d1-1e6c-4459-9167-fd048f6c712b resource provider aggregate not found 2026-06-28 21:22:30.602 8 INFO neutron.services.segments.plugin [-] Segment 6572b3d1-1e6c-4459-9167-fd048f6c712b resource provider aggregate not found 2026-06-28 21:22:30.613 8 INFO neutron.services.segments.plugin [-] Segment 6572b3d1-1e6c-4459-9167-fd048f6c712b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6572b3d1-1e6c-4459-9167-fd048f6c712b found for delete ", "request_id": "req-9467145f-bfa5-4a91-900a-12b62a51ceff"}]} 2026-06-28 21:22:30.619 8 INFO neutron.services.segments.plugin [-] Segment 6572b3d1-1e6c-4459-9167-fd048f6c712b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6572b3d1-1e6c-4459-9167-fd048f6c712b found for delete ", "request_id": "req-e9ea1029-6e22-4d67-9f08-ce11d9e7d4f6"}]} 2026-06-28 21:22:30.634 8 INFO neutron.db.l3_hamode_db [None req-66f44013-5547-47b2-a84b-c9339d321382 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] HA network e84f3d21-7aa2-4574-bf08-b09385ab12d0 was deleted as no HA routers are present in tenant 909dec7c6ef2455a9ea1b5c1efb5f78d. [pid: 8|app: 0|req: 801/1647] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:29 2026] DELETE /v2.0/routers/297ec40c-ad80-407b-beaa-4850424e96c8 => generated 0 bytes in 679 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1648] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:30 2026] DELETE /v2.0/subnets/f71988e0-cfd7-4a57-a69a-4ea16dad4a3a => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:22:30.920 7 INFO neutron_taas.services.taas.taas_plugin [None req-16fc65d7-77b4-48cb-833b-e7bddec269bb ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] TaaS: Handle Delete Port: 044e98d0-0675-4a4b-8df2-15d487f8fa95 2026-06-28 21:22:30.923 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16fc65d7-77b4-48cb-833b-e7bddec269bb ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] Tap Mirror: Handle Delete Port: 044e98d0-0675-4a4b-8df2-15d487f8fa95 [pid: 8|app: 0|req: 802/1649] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:22:30 2026] GET /v2.0/security-groups?tenant_id=f18e31c872724ce0a4f3c45c646e9546&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1650] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:22:30 2026] DELETE /v2.0/security-groups/ee908bca-ae29-400c-926f-a1ad3eb676e1 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:22:31.084 7 INFO neutron.services.segments.plugin [-] Segment 601c8cf4-752c-4632-a66a-5e36a52215e6 resource provider aggregate not found 2026-06-28 21:22:31.089 7 INFO neutron.services.segments.plugin [-] Segment 601c8cf4-752c-4632-a66a-5e36a52215e6 resource provider aggregate not found 2026-06-28 21:22:31.098 7 INFO neutron.services.segments.plugin [-] Segment 601c8cf4-752c-4632-a66a-5e36a52215e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 601c8cf4-752c-4632-a66a-5e36a52215e6 found for delete ", "request_id": "req-75ab8b44-6d3d-47e9-aa0a-19fdf7eda556"}]} 2026-06-28 21:22:31.122 7 INFO neutron.services.segments.plugin [-] Segment 601c8cf4-752c-4632-a66a-5e36a52215e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 601c8cf4-752c-4632-a66a-5e36a52215e6 found for delete ", "request_id": "req-02f6d15c-57a8-4107-b96a-9296987a6f02"}]} [pid: 7|app: 0|req: 848/1651] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:22:30 2026] DELETE /v2.0/networks/9befecaa-288e-4f71-a3eb-7368673a6eba => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:22:31.215 8 INFO neutron.db.segments_db [None req-e962dce6-c312-4d71-92c2-540943df3897 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] Added segment 5318a709-d340-41ff-a33e-3714e8d8bc3c of type vxlan for network ba15af12-fb7a-433c-bfa0-be5356667137 2026-06-28 21:22:31.528 8 INFO neutron.db.l3_hamode_db [None req-e962dce6-c312-4d71-92c2-540943df3897 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 849/1652] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:22:31 2026] GET /v2.0/security-groups?tenant_id=1e846ec91bfb44c3be93185361b1e061&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:22:32.327 8 INFO neutron.db.l3_hamode_db [None req-e962dce6-c312-4d71-92c2-540943df3897 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 850/1653] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:22:32 2026] DELETE /v2.0/security-groups/4b30314d-54b4-448b-9c68-4c36033c19c6 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1654] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:22:31 2026] POST /v2.0/routers => generated 688 bytes in 2111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1655] 10.0.0.153 () {32 vars in 721 bytes} [Sun Jun 28 21:22:33 2026] GET /v2.0/routers/94e995ab-ce2d-4069-892c-f5cd1916ce3e => generated 694 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1656] 10.0.0.153 () {32 vars in 647 bytes} [Sun Jun 28 21:22:33 2026] GET /v2.0/routers => generated 697 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1657] 10.0.0.153 () {34 vars in 741 bytes} [Sun Jun 28 21:22:33 2026] PUT /v2.0/routers/94e995ab-ce2d-4069-892c-f5cd1916ce3e => generated 701 bytes in 382 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1658] 10.0.0.153 () {32 vars in 721 bytes} [Sun Jun 28 21:22:33 2026] GET /v2.0/routers/94e995ab-ce2d-4069-892c-f5cd1916ce3e => generated 701 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1659] 10.0.0.153 () {32 vars in 736 bytes} [Sun Jun 28 21:22:33 2026] GET /v2.0/ports?device_id=94e995ab-ce2d-4069-892c-f5cd1916ce3e => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:22:34.093 8 INFO neutron_taas.services.taas.taas_plugin [None req-c515973d-a13c-4aba-86b2-0ed2c69b2733 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] TaaS: Handle Delete Port: 8f2b899e-f769-48d7-b655-cb1a1aa6a403 2026-06-28 21:22:34.096 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c515973d-a13c-4aba-86b2-0ed2c69b2733 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] Tap Mirror: Handle Delete Port: 8f2b899e-f769-48d7-b655-cb1a1aa6a403 2026-06-28 21:22:34.346 8 INFO neutron_taas.services.taas.taas_plugin [None req-c515973d-a13c-4aba-86b2-0ed2c69b2733 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] TaaS: Handle Delete Port: 1fc75473-a834-4a97-916d-6d574e8dc31f 2026-06-28 21:22:34.348 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c515973d-a13c-4aba-86b2-0ed2c69b2733 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] Tap Mirror: Handle Delete Port: 1fc75473-a834-4a97-916d-6d574e8dc31f 2026-06-28 21:22:34.674 8 INFO neutron.services.segments.plugin [-] Segment 5318a709-d340-41ff-a33e-3714e8d8bc3c resource provider aggregate not found 2026-06-28 21:22:34.684 8 INFO neutron.services.segments.plugin [-] Segment 5318a709-d340-41ff-a33e-3714e8d8bc3c resource provider aggregate not found 2026-06-28 21:22:34.692 8 INFO neutron.services.segments.plugin [-] Segment 5318a709-d340-41ff-a33e-3714e8d8bc3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5318a709-d340-41ff-a33e-3714e8d8bc3c found for delete ", "request_id": "req-6b4b03a0-2eeb-4dc6-955c-06ddcb1bd952"}]} 2026-06-28 21:22:34.704 8 INFO neutron.services.segments.plugin [-] Segment 5318a709-d340-41ff-a33e-3714e8d8bc3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5318a709-d340-41ff-a33e-3714e8d8bc3c found for delete ", "request_id": "req-41e6c9d0-ef81-4921-a510-bad58ed6098d"}]} 2026-06-28 21:22:34.708 8 INFO neutron.db.l3_hamode_db [None req-c515973d-a13c-4aba-86b2-0ed2c69b2733 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] HA network ba15af12-fb7a-433c-bfa0-be5356667137 was deleted as no HA routers are present in tenant 909dec7c6ef2455a9ea1b5c1efb5f78d. [pid: 8|app: 0|req: 807/1660] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:33 2026] DELETE /v2.0/routers/94e995ab-ce2d-4069-892c-f5cd1916ce3e => generated 0 bytes in 820 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1661] 10.0.0.153 () {32 vars in 736 bytes} [Sun Jun 28 21:22:34 2026] GET /v2.0/ports?device_id=94e995ab-ce2d-4069-892c-f5cd1916ce3e => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:22:34.761 8 INFO neutron.api.v2.resource [None req-0ea9801f-c586-417e-81bb-f31c49571b99 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 809/1662] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:34 2026] DELETE /v2.0/routers/94e995ab-ce2d-4069-892c-f5cd1916ce3e => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1663] 10.0.0.153 () {32 vars in 736 bytes} [Sun Jun 28 21:22:34 2026] GET /v2.0/ports?device_id=297ec40c-ad80-407b-beaa-4850424e96c8 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:22:34.802 8 INFO neutron.api.v2.resource [None req-376c7445-b16d-46fa-a8f4-e46d10efb437 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 811/1664] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:34 2026] DELETE /v2.0/routers/297ec40c-ad80-407b-beaa-4850424e96c8 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:22:34.823 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9ff53bf4-8e11-43ef-965f-5a4f85ae1776 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 812/1665] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:34 2026] DELETE /v2.0/subnets/f71988e0-cfd7-4a57-a69a-4ea16dad4a3a => 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: 813/1666] 10.0.0.153 () {32 vars in 736 bytes} [Sun Jun 28 21:22:34 2026] GET /v2.0/ports?device_id=cd84ce98-0739-41c1-8fc8-d16f87e2749a => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:22:34.866 8 INFO neutron.api.v2.resource [None req-d417fec6-a421-4d8d-9790-4abe254a2ebb ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 814/1667] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:34 2026] DELETE /v2.0/routers/cd84ce98-0739-41c1-8fc8-d16f87e2749a => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:22:34.879 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d34811fe-63a4-4404-a267-2876a435b21e ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 815/1668] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:34 2026] DELETE /v2.0/subnets/e3bd959e-98dc-4c50-9489-ec98813e9a63 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1669] 10.0.0.153 () {32 vars in 736 bytes} [Sun Jun 28 21:22:34 2026] GET /v2.0/ports?device_id=e0ba92d7-3cc6-4c03-8a0f-a48002a1da98 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:22:34.920 8 INFO neutron.api.v2.resource [None req-dff3f487-e972-475b-a849-3c98b1ac8833 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 817/1670] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:34 2026] DELETE /v2.0/routers/e0ba92d7-3cc6-4c03-8a0f-a48002a1da98 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:22:34.938 8 INFO neutron.pecan_wsgi.hooks.translation [None req-26cad2ff-2f62-42cb-a47b-05ce6dc95e08 ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 818/1671] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:34 2026] DELETE /v2.0/subnets/f12a2736-2f9b-4a13-a368-89ba002c8bde => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:22:34.957 8 INFO neutron.pecan_wsgi.hooks.translation [None req-34272bb4-5501-4fb1-9165-5fbdd61f2b4c ccdbf6cc4cdc444da3486e645e95fe91 909dec7c6ef2455a9ea1b5c1efb5f78d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 819/1672] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:34 2026] DELETE /v2.0/subnets/46297e11-3328-46d1-984a-ef7db6436bc0 => 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: 854/1673] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:22:34 2026] GET /v2.0/security-groups?tenant_id=11cc341ecef24cf1b80c45f262a657ab&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: 820/1674] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:22:35 2026] DELETE /v2.0/security-groups/f32201c0-9d71-4a59-8436-ba18453864da => 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: 821/1675] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:22:35 2026] GET /v2.0/security-groups?tenant_id=909dec7c6ef2455a9ea1b5c1efb5f78d&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1676] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:22:35 2026] DELETE /v2.0/security-groups/8f364d2e-745c-42fe-996e-af6577c8553d => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:22:35.652 7 INFO neutron.db.segments_db [None req-739a2291-8b37-458d-8f3b-b78c14151ac9 20851d28113a4efea2c514a0fe0ee6ac 48c7c085f8634b738145ecd43ebe0a07 - - default default] Added segment 385fe81c-d2db-4518-8d61-d5e1936911c7 of type vxlan for network cd5a642e-d305-4c07-b407-42fa005db6b2 [pid: 7|app: 0|req: 855/1677] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:22:35 2026] POST /v2.0/networks => generated 726 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1678] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:22:35 2026] POST /v2.0/subnets => generated 644 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:22:35.943 7 WARNING neutron.api.v2.base [None req-cac07751-abe2-47b8-bc1c-3973ddd7d264 20851d28113a4efea2c514a0fe0ee6ac 48c7c085f8634b738145ecd43ebe0a07 - - 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-28 21:22:35.943 7 INFO neutron.api.v2.resource [None req-cac07751-abe2-47b8-bc1c-3973ddd7d264 20851d28113a4efea2c514a0fe0ee6ac 48c7c085f8634b738145ecd43ebe0a07 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 856/1679] 10.0.0.153 () {34 vars in 681 bytes} [Sun Jun 28 21:22:35 2026] POST /v2.0/rbac-policies => generated 143 bytes in 5 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1680] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:22:35 2026] DELETE /v2.0/networks/cd5a642e-d305-4c07-b407-42fa005db6b2 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:22:36.213 7 INFO neutron.db.segments_db [None req-b5f8c594-931b-45d5-a910-5a8998ded0f2 20851d28113a4efea2c514a0fe0ee6ac 48c7c085f8634b738145ecd43ebe0a07 - - default default] Added segment 584869a6-d22f-450b-ba71-f90977bf80e8 of type vxlan for network 63ffa3f8-3886-4613-a860-21548517cb46 [pid: 7|app: 0|req: 857/1681] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:22:36 2026] POST /v2.0/networks => generated 726 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1682] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:22:36 2026] POST /v2.0/subnets => generated 647 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:22:36.503 7 WARNING neutron.api.v2.base [None req-98c7574a-bd49-44ec-bdd0-683ad96cd175 20851d28113a4efea2c514a0fe0ee6ac 48c7c085f8634b738145ecd43ebe0a07 - - 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-28 21:22:36.504 7 INFO neutron.api.v2.resource [None req-98c7574a-bd49-44ec-bdd0-683ad96cd175 20851d28113a4efea2c514a0fe0ee6ac 48c7c085f8634b738145ecd43ebe0a07 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 858/1683] 10.0.0.153 () {34 vars in 681 bytes} [Sun Jun 28 21:22:36 2026] POST /v2.0/rbac-policies => generated 547 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-06-28 21:22:36.716 8 INFO neutron.services.segments.plugin [-] Segment 385fe81c-d2db-4518-8d61-d5e1936911c7 resource provider aggregate not found [pid: 8|app: 0|req: 826/1684] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:22:36 2026] DELETE /v2.0/networks/63ffa3f8-3886-4613-a860-21548517cb46 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:22:36.735 8 INFO neutron.services.segments.plugin [-] Segment 385fe81c-d2db-4518-8d61-d5e1936911c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 385fe81c-d2db-4518-8d61-d5e1936911c7 found for delete ", "request_id": "req-dd3f870b-a75c-4758-96fc-42c1eaa6dc10"}]} 2026-06-28 21:22:36.738 8 INFO neutron.services.segments.plugin [-] Segment 385fe81c-d2db-4518-8d61-d5e1936911c7 resource provider aggregate not found 2026-06-28 21:22:36.758 8 INFO neutron.services.segments.plugin [-] Segment 584869a6-d22f-450b-ba71-f90977bf80e8 resource provider aggregate not found 2026-06-28 21:22:36.764 8 INFO neutron.services.segments.plugin [-] Segment 385fe81c-d2db-4518-8d61-d5e1936911c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 385fe81c-d2db-4518-8d61-d5e1936911c7 found for delete ", "request_id": "req-49c7043a-6108-469f-a168-d2d87bdb748c"}]} 2026-06-28 21:22:36.778 8 INFO neutron.services.segments.plugin [-] Segment 584869a6-d22f-450b-ba71-f90977bf80e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 584869a6-d22f-450b-ba71-f90977bf80e8 found for delete ", "request_id": "req-4b1f8b31-8f4d-47f4-986a-ea8fef9ec980"}]} 2026-06-28 21:22:36.786 8 INFO neutron.services.segments.plugin [-] Segment 584869a6-d22f-450b-ba71-f90977bf80e8 resource provider aggregate not found 2026-06-28 21:22:36.803 8 INFO neutron.services.segments.plugin [-] Segment 584869a6-d22f-450b-ba71-f90977bf80e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 584869a6-d22f-450b-ba71-f90977bf80e8 found for delete ", "request_id": "req-a9c804ef-3f83-4ab0-966b-5fa251356242"}]} 2026-06-28 21:22:36.805 7 INFO neutron.db.segments_db [None req-4012735d-252f-46bf-9277-9a4f760a431e 20851d28113a4efea2c514a0fe0ee6ac 48c7c085f8634b738145ecd43ebe0a07 - - default default] Added segment 1c164dd5-e3ba-4079-b946-7687cc5a50e8 of type vxlan for network d38e4849-26d5-483c-a19b-e0e64ac0de9c [pid: 7|app: 0|req: 859/1685] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:22:36 2026] POST /v2.0/networks => generated 727 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1686] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:22:36 2026] POST /v2.0/subnets => generated 647 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1687] 10.0.0.153 () {34 vars in 681 bytes} [Sun Jun 28 21:22:37 2026] POST /v2.0/rbac-policies => generated 324 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:22:37.405 7 INFO neutron.db.segments_db [None req-b4cb9492-dcab-4875-8fe7-dcf5c48573a4 ad8415bb663549919954b8f55337e0bf c91d4081fd984cbda3617bdc5a04562d - - default default] Added segment face5889-0ce6-41d3-b618-784c39a750ba of type vxlan for network 88f80efa-3693-4389-bbf3-3304520ec0ef [pid: 7|app: 0|req: 860/1688] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:22:36 2026] POST /v2.0/networks => generated 650 bytes in 520 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1689] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:22:37 2026] POST /v2.0/subnets => generated 627 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1690] 10.0.0.153 () {32 vars in 723 bytes} [Sun Jun 28 21:22:37 2026] GET /v2.0/networks/d38e4849-26d5-483c-a19b-e0e64ac0de9c => generated 655 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:22:37.779 8 INFO neutron.db.segments_db [None req-d28a9085-fb83-4f63-bf4c-7a99debb092a ad8415bb663549919954b8f55337e0bf c91d4081fd984cbda3617bdc5a04562d - - default default] Added segment 96654026-f742-4464-bb1e-abc6fb1a657a of type vxlan for network f55f7214-34fb-4f64-9672-7bedb6ca19d9 2026-06-28 21:22:38.012 8 INFO neutron.db.l3_hamode_db [None req-d28a9085-fb83-4f63-bf4c-7a99debb092a ad8415bb663549919954b8f55337e0bf c91d4081fd984cbda3617bdc5a04562d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:22:38.211 7 INFO neutron.pecan_wsgi.hooks.translation [None req-30c8996a-78ac-41f0-8fc8-78580df2e984 ab77050d7b7c45e8ab8f51753bb5f8fb c0065c0b40a44a1db5bb0bb1c451309f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 862/1691] 10.0.0.153 () {32 vars in 723 bytes} [Sun Jun 28 21:22:38 2026] GET /v2.0/networks/d38e4849-26d5-483c-a19b-e0e64ac0de9c => generated 138 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:22:38.405 7 INFO neutron.services.segments.plugin [-] Segment 1c164dd5-e3ba-4079-b946-7687cc5a50e8 resource provider aggregate not found 2026-06-28 21:22:38.410 7 INFO neutron.services.segments.plugin [-] Segment 1c164dd5-e3ba-4079-b946-7687cc5a50e8 resource provider aggregate not found 2026-06-28 21:22:38.425 7 INFO neutron.services.segments.plugin [-] Segment 1c164dd5-e3ba-4079-b946-7687cc5a50e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c164dd5-e3ba-4079-b946-7687cc5a50e8 found for delete ", "request_id": "req-d4457f44-2d29-47e5-b1e8-19bcad4c4b09"}]} 2026-06-28 21:22:38.435 7 INFO neutron.services.segments.plugin [-] Segment 1c164dd5-e3ba-4079-b946-7687cc5a50e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c164dd5-e3ba-4079-b946-7687cc5a50e8 found for delete ", "request_id": "req-9b25193b-75d3-4f17-b226-672cbf6c9390"}]} [pid: 7|app: 0|req: 863/1692] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:22:38 2026] DELETE /v2.0/networks/d38e4849-26d5-483c-a19b-e0e64ac0de9c => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:22:38.466 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d7469685-df6b-475e-976e-d99e62240ad3 20851d28113a4efea2c514a0fe0ee6ac 48c7c085f8634b738145ecd43ebe0a07 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 864/1693] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:38 2026] DELETE /v2.0/subnets/5cf226b7-71f6-4a00-8a6b-8b8a897ed4b9 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:22:38.488 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0ab12817-9e63-405c-8e91-5a0f9b32088a 20851d28113a4efea2c514a0fe0ee6ac 48c7c085f8634b738145ecd43ebe0a07 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 865/1694] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:38 2026] DELETE /v2.0/subnets/9c8ae676-e05d-4577-8a25-fb8d7f1db562 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:22:38.508 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a371842d-832a-4d37-9598-b93daca47d7e 20851d28113a4efea2c514a0fe0ee6ac 48c7c085f8634b738145ecd43ebe0a07 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 866/1695] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:38 2026] DELETE /v2.0/subnets/c1beb49f-6b4e-4eb6-8ea2-6cb6c461410b => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:22:38.935 8 INFO neutron.db.l3_hamode_db [None req-d28a9085-fb83-4f63-bf4c-7a99debb092a ad8415bb663549919954b8f55337e0bf c91d4081fd984cbda3617bdc5a04562d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 867/1696] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:22:39 2026] GET /v2.0/security-groups?tenant_id=5de3a151cec94ec6a24a218b7bd39b56&name=default => generated 2925 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1697] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:22:39 2026] GET /v2.0/security-groups?tenant_id=48c7c085f8634b738145ecd43ebe0a07&name=default => generated 2925 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1698] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:22:39 2026] DELETE /v2.0/security-groups/815abb7a-e43e-4a3f-8855-b4bc3a542909 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1699] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:22:39 2026] DELETE /v2.0/security-groups/0a90ae8b-cd21-47b8-86ed-a4b909ade933 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1700] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:22:37 2026] POST /v2.0/routers => generated 695 bytes in 2090 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1701] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:22:39 2026] GET /v2.0/security-groups?tenant_id=c0065c0b40a44a1db5bb0bb1c451309f&name=default => generated 2925 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1702] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:22:40 2026] DELETE /v2.0/security-groups/b0e1665b-128c-4ce9-9d76-65a49b688f84 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1703] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:22:40 2026] GET /v2.0/security-groups?tenant_id=30a0e7cd325a41e3b4435b93ca25d898&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: 834/1704] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:22:40 2026] DELETE /v2.0/security-groups/640abdd5-af31-44a2-8c71-e5eeb85275d2 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1705] 10.0.0.153 () {34 vars in 783 bytes} [Sun Jun 28 21:22:39 2026] PUT /v2.0/routers/b7cb7697-b383-45c0-839c-4735dd996613/add_router_interface => generated 309 bytes in 1317 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1706] 10.0.0.153 () {34 vars in 665 bytes} [Sun Jun 28 21:22:41 2026] POST /v2.0/ports => generated 959 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1707] 10.0.0.153 () {34 vars in 665 bytes} [Sun Jun 28 21:22:41 2026] POST /v2.0/ports => generated 955 bytes in 385 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-28 21:22:42.699 8 INFO neutron.db.l3_db [None req-8b884e3f-d3fe-4ccb-8f14-7957db65c459 ad8415bb663549919954b8f55337e0bf c91d4081fd984cbda3617bdc5a04562d - - default default] Floating IP a2366f0b-56f2-4b14-a9ca-d1c21c8c2561 associated. External IP: 10.96.250.215, port: 0d258c66-70bc-4d22-82c9-9183a29f7018. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 836/1710] 10.0.0.153 () {34 vars in 677 bytes} [Sun Jun 28 21:22:41 2026] POST /v2.0/floatingips => generated 842 bytes in 1114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:22:43.044 7 INFO neutron.db.segments_db [None req-79a218b9-dd3c-4df4-848c-d9ad272205f7 1c0cb4917c3446eb91c9858c1f05272c 3d2b1b4349d34c678ec94ebf68512225 - - default default] Added segment 076e25bf-30b1-4943-97d9-229f3e08189d of type vxlan for network 0ca63d15-da9f-4418-8065-9f9f31484e70 2026-06-28 21:22:43.159 8 INFO neutron.db.l3_db [None req-3b303b26-63e0-407a-b63e-d5b0bf41fcd2 ad8415bb663549919954b8f55337e0bf c91d4081fd984cbda3617bdc5a04562d - - default default] Floating IP a2366f0b-56f2-4b14-a9ca-d1c21c8c2561 disassociated. External IP: 10.96.250.215, port: 0d258c66-70bc-4d22-82c9-9183a29f7018. [pid: 7|app: 0|req: 875/1711] 10.0.0.153 () {34 vars in 671 bytes} [Sun Jun 28 21:22:42 2026] POST /v2.0/networks => generated 633 bytes in 507 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:22:43.228 7 INFO neutron.db.segments_db [None req-a60176be-cc88-42f5-a0a2-d6313b63c3e1 1c0cb4917c3446eb91c9858c1f05272c 3d2b1b4349d34c678ec94ebf68512225 - - default default] Added segment 8b76d949-bf4a-4ca1-9a4b-7ac6d2e7458c of type vxlan for network 3b6efb1a-6b76-4ff2-ab02-d0df7252dcbb [pid: 8|app: 0|req: 837/1712] 10.0.0.153 () {34 vars in 749 bytes} [Sun Jun 28 21:22:43 2026] PUT /v2.0/floatingips/a2366f0b-56f2-4b14-a9ca-d1c21c8c2561 => generated 552 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:22:43.494 7 INFO neutron.db.l3_hamode_db [None req-a60176be-cc88-42f5-a0a2-d6313b63c3e1 1c0cb4917c3446eb91c9858c1f05272c 3d2b1b4349d34c678ec94ebf68512225 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 838/1713] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:22:43 2026] GET /v2.0/ports?device_id=dec64482-686b-410d-ad95-65fb6df2e5dd => generated 1014 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:22:43.598 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a977611-7ac7-42a2-a364-169eb0da6923 ad8415bb663549919954b8f55337e0bf c91d4081fd984cbda3617bdc5a04562d - - default default] TaaS: Handle Delete Port: debcfa98-6ad3-4371-a4fa-6ee4dac05bd7 2026-06-28 21:22:43.601 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a977611-7ac7-42a2-a364-169eb0da6923 ad8415bb663549919954b8f55337e0bf c91d4081fd984cbda3617bdc5a04562d - - default default] Tap Mirror: Handle Delete Port: debcfa98-6ad3-4371-a4fa-6ee4dac05bd7 [pid: 8|app: 0|req: 839/1714] 10.0.0.153 () {32 vars in 732 bytes} [Sun Jun 28 21:22:43 2026] DELETE /v2.0/floatingips/a2366f0b-56f2-4b14-a9ca-d1c21c8c2561 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1715] 10.0.0.54 () {34 vars in 1119 bytes} [Sun Jun 28 21:22:43 2026] GET /v2.0/security-groups?id=cea3a3e3-a46f-4617-b5c5-f8cbfbb8b357&id=cafbabe7-c1c2-4e5b-9a78-16a355a53886&fields=id&fields=name => generated 205 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:22:44.267 7 INFO neutron.db.l3_hamode_db [None req-a60176be-cc88-42f5-a0a2-d6313b63c3e1 1c0cb4917c3446eb91c9858c1f05272c 3d2b1b4349d34c678ec94ebf68512225 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:22:44.508 8 INFO neutron.db.l3_db [None req-84a5acb3-d607-4d58-9c0a-454bce497ae9 ad8415bb663549919954b8f55337e0bf c91d4081fd984cbda3617bdc5a04562d - - default default] Floating IP 4c6335a2-dc8a-4be9-8217-b7491c623b2b associated. External IP: 10.96.250.217, port: f041b052-4d1b-4ab5-84f7-b24fc2b0c297. [pid: 8|app: 0|req: 841/1716] 10.0.0.153 () {34 vars in 677 bytes} [Sun Jun 28 21:22:43 2026] POST /v2.0/floatingips => generated 843 bytes in 1055 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1717] 10.0.0.153 () {32 vars in 736 bytes} [Sun Jun 28 21:22:44 2026] GET /v2.0/ports?device_id=dec64482-686b-410d-ad95-65fb6df2e5dd => generated 1283 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1718] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:22:43 2026] POST /v2.0/routers => generated 695 bytes in 2005 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1719] 10.0.0.153 () {32 vars in 729 bytes} [Sun Jun 28 21:22:45 2026] GET /v2.0/floatingips/4c6335a2-dc8a-4be9-8217-b7491c623b2b => generated 843 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1720] 10.0.0.153 () {32 vars in 858 bytes} [Sun Jun 28 21:22:45 2026] GET /v2.0/floatingips?floating_network_id=77fff6ad-a707-44bb-82a9-136af35d90eb&port_id=f951c609-f010-43fd-8e9b-00d718212135 => generated 861 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1721] 10.0.0.153 () {32 vars in 776 bytes} [Sun Jun 28 21:22:45 2026] GET /v2.0/subnets?project_id=3d2b1b4349d34c678ec94ebf68512225&cidr=10.100.0.0%2F28 => generated 14 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1722] 10.0.0.153 () {32 vars in 655 bytes} [Sun Jun 28 21:22:45 2026] GET /v2.0/floatingips => generated 846 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1723] 10.0.0.153 () {32 vars in 694 bytes} [Sun Jun 28 21:22:45 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1724] 10.0.0.153 () {34 vars in 676 bytes} [Sun Jun 28 21:22:45 2026] POST /v2.0/floatingips => generated 552 bytes in 700 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1725] 10.0.0.153 () {32 vars in 784 bytes} [Sun Jun 28 21:22:45 2026] GET /v2.0/subnets?network_id=77fff6ad-a707-44bb-82a9-136af35d90eb&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) 2026-06-28 21:22:45.848 7 INFO neutron.db.l3_db [None req-d94f587b-27ed-4b01-ade0-610c3ce6244f ad8415bb663549919954b8f55337e0bf c91d4081fd984cbda3617bdc5a04562d - - default default] Floating IP 4c6335a2-dc8a-4be9-8217-b7491c623b2b associated. External IP: 10.96.250.217, port: f041b052-4d1b-4ab5-84f7-b24fc2b0c297. [pid: 8|app: 0|req: 845/1726] 10.0.0.153 () {34 vars in 676 bytes} [Sun Jun 28 21:22:45 2026] POST /v2.0/floatingips => generated 552 bytes in 630 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1727] 10.0.0.153 () {34 vars in 749 bytes} [Sun Jun 28 21:22:45 2026] PUT /v2.0/floatingips/4c6335a2-dc8a-4be9-8217-b7491c623b2b => generated 842 bytes in 990 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1728] 10.0.0.127 () {34 vars in 990 bytes} [Sun Jun 28 21:22:46 2026] GET /v2.0/ports?device_id=dec64482-686b-410d-ad95-65fb6df2e5dd => generated 1283 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1729] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:22:46 2026] POST /v2.0/subnets => generated 657 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:22:46.874 8 INFO neutron.db.l3_db [None req-9d47777e-a19c-41d9-8622-cff06342aadd ad8415bb663549919954b8f55337e0bf c91d4081fd984cbda3617bdc5a04562d - - default default] Floating IP 4c6335a2-dc8a-4be9-8217-b7491c623b2b disassociated. External IP: 10.96.250.217, port: 0d258c66-70bc-4d22-82c9-9183a29f7018. [pid: 8|app: 0|req: 847/1730] 10.0.0.153 () {34 vars in 749 bytes} [Sun Jun 28 21:22:46 2026] PUT /v2.0/floatingips/4c6335a2-dc8a-4be9-8217-b7491c623b2b => generated 552 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1731] 10.0.0.127 () {34 vars in 1120 bytes} [Sun Jun 28 21:22:47 2026] GET /v2.0/security-groups?id=cea3a3e3-a46f-4617-b5c5-f8cbfbb8b357&id=cafbabe7-c1c2-4e5b-9a78-16a355a53886&fields=id&fields=name => generated 205 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1732] 10.0.0.153 () {34 vars in 676 bytes} [Sun Jun 28 21:22:46 2026] POST /v2.0/floatingips => generated 552 bytes in 1003 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:22:47.630 7 INFO neutron_taas.services.taas.taas_plugin [None req-ed2f1e82-c37f-43b1-a1ac-875180a670f2 ad8415bb663549919954b8f55337e0bf c91d4081fd984cbda3617bdc5a04562d - - default default] TaaS: Handle Delete Port: 3f579727-7f77-4bfb-9ae6-4c57c624b37d 2026-06-28 21:22:47.632 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed2f1e82-c37f-43b1-a1ac-875180a670f2 ad8415bb663549919954b8f55337e0bf c91d4081fd984cbda3617bdc5a04562d - - default default] Tap Mirror: Handle Delete Port: 3f579727-7f77-4bfb-9ae6-4c57c624b37d [pid: 7|app: 0|req: 885/1733] 10.0.0.153 () {32 vars in 732 bytes} [Sun Jun 28 21:22:47 2026] DELETE /v2.0/floatingips/4c6335a2-dc8a-4be9-8217-b7491c623b2b => generated 0 bytes in 256 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1734] 10.0.0.153 () {34 vars in 676 bytes} [Sun Jun 28 21:22:47 2026] POST /v2.0/floatingips => generated 552 bytes in 546 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:22:48.344 7 INFO neutron.api.v2.resource [None req-d5207e27-2119-464d-ab0d-f290e8839c5f ad8415bb663549919954b8f55337e0bf c91d4081fd984cbda3617bdc5a04562d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 887/1735] 10.0.0.153 () {32 vars in 732 bytes} [Sun Jun 28 21:22:48 2026] DELETE /v2.0/floatingips/4c6335a2-dc8a-4be9-8217-b7491c623b2b => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1736] 10.0.0.153 () {34 vars in 783 bytes} [Sun Jun 28 21:22:47 2026] PUT /v2.0/routers/d27444ae-ce8c-4dc5-89e8-9be525c97e47/add_router_interface => generated 309 bytes in 1339 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:22:48.731 8 INFO neutron_taas.services.taas.taas_plugin [None req-1d057279-899d-4c6d-87b2-58d774b435a6 ad8415bb663549919954b8f55337e0bf c91d4081fd984cbda3617bdc5a04562d - - default default] TaaS: Handle Delete Port: 0d258c66-70bc-4d22-82c9-9183a29f7018 2026-06-28 21:22:48.734 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d057279-899d-4c6d-87b2-58d774b435a6 ad8415bb663549919954b8f55337e0bf c91d4081fd984cbda3617bdc5a04562d - - default default] Tap Mirror: Handle Delete Port: 0d258c66-70bc-4d22-82c9-9183a29f7018 [pid: 7|app: 0|req: 888/1737] 10.0.0.153 () {34 vars in 676 bytes} [Sun Jun 28 21:22:48 2026] POST /v2.0/floatingips => generated 552 bytes in 537 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1738] 10.0.0.153 () {32 vars in 720 bytes} [Sun Jun 28 21:22:48 2026] DELETE /v2.0/ports/0d258c66-70bc-4d22-82c9-9183a29f7018 => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1739] 10.0.0.153 () {32 vars in 649 bytes} [Sun Jun 28 21:22:48 2026] GET /v2.0/networks => generated 7963 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1740] 10.0.0.153 () {34 vars in 759 bytes} [Sun Jun 28 21:22:48 2026] PUT /v2.0/floatingips/f81e8d80-3c4d-4380-9c8b-7b1636174860/tags => generated 17 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1741] 10.0.0.153 () {32 vars in 647 bytes} [Sun Jun 28 21:22:49 2026] GET /v2.0/subnets => generated 6452 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:22:49.098 7 INFO neutron_taas.services.taas.taas_plugin [None req-668b312c-a4ba-49d2-9370-504c119de474 ad8415bb663549919954b8f55337e0bf c91d4081fd984cbda3617bdc5a04562d - - default default] TaaS: Handle Delete Port: f041b052-4d1b-4ab5-84f7-b24fc2b0c297 2026-06-28 21:22:49.101 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-668b312c-a4ba-49d2-9370-504c119de474 ad8415bb663549919954b8f55337e0bf c91d4081fd984cbda3617bdc5a04562d - - default default] Tap Mirror: Handle Delete Port: f041b052-4d1b-4ab5-84f7-b24fc2b0c297 [pid: 7|app: 0|req: 890/1742] 10.0.0.153 () {32 vars in 720 bytes} [Sun Jun 28 21:22:48 2026] DELETE /v2.0/ports/f041b052-4d1b-4ab5-84f7-b24fc2b0c297 => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1743] 10.0.0.153 () {32 vars in 647 bytes} [Sun Jun 28 21:22:49 2026] GET /v2.0/routers => generated 2911 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1744] 10.0.0.153 () {32 vars in 736 bytes} [Sun Jun 28 21:22:49 2026] GET /v2.0/ports?device_id=b7cb7697-b383-45c0-839c-4735dd996613 => generated 958 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1745] 10.0.0.153 () {34 vars in 759 bytes} [Sun Jun 28 21:22:49 2026] PUT /v2.0/floatingips/9bd53dbd-55e0-49e3-8261-c371f1c91afc/tags => generated 25 bytes in 447 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1746] 10.0.0.153 () {34 vars in 685 bytes} [Sun Jun 28 21:22:49 2026] POST /v2.0/security-groups => generated 1673 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1747] 10.0.0.153 () {34 vars in 759 bytes} [Sun Jun 28 21:22:49 2026] PUT /v2.0/floatingips/eb66fb9e-a71b-48d4-943c-2090f52a7e96/tags => generated 34 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:22:49.848 7 INFO neutron_taas.services.taas.taas_plugin [None req-f0b53936-0e09-41dc-ba6b-e72ca4a24ebf ad8415bb663549919954b8f55337e0bf c91d4081fd984cbda3617bdc5a04562d - - default default] TaaS: Handle Delete Port: 6af1dc6d-eb69-4701-bc4b-dc279e4c53d7 2026-06-28 21:22:49.851 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0b53936-0e09-41dc-ba6b-e72ca4a24ebf ad8415bb663549919954b8f55337e0bf c91d4081fd984cbda3617bdc5a04562d - - default default] Tap Mirror: Handle Delete Port: 6af1dc6d-eb69-4701-bc4b-dc279e4c53d7 [pid: 8|app: 0|req: 856/1748] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:22:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1749] 10.0.0.153 () {34 vars in 759 bytes} [Sun Jun 28 21:22:49 2026] PUT /v2.0/floatingips/19bf3b2d-065b-486b-8ead-ec06ab9182d3/tags => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1750] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:22:49 2026] GET /v2.0/ports?device_id=dec64482-686b-410d-ad95-65fb6df2e5dd => generated 1014 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1751] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:22:50 2026] POST /v2.0/security-group-rules => generated 596 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1752] 10.0.0.153 () {32 vars in 672 bytes} [Sun Jun 28 21:22:50 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1753] 10.0.0.54 () {34 vars in 1119 bytes} [Sun Jun 28 21:22:50 2026] GET /v2.0/security-groups?id=cea3a3e3-a46f-4617-b5c5-f8cbfbb8b357&id=cafbabe7-c1c2-4e5b-9a78-16a355a53886&fields=id&fields=name => generated 205 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1754] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:22:50 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: 863/1755] 10.0.0.153 () {32 vars in 686 bytes} [Sun Jun 28 21:22:50 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1756] 10.0.0.153 () {34 vars in 789 bytes} [Sun Jun 28 21:22:49 2026] PUT /v2.0/routers/b7cb7697-b383-45c0-839c-4735dd996613/remove_router_interface => generated 309 bytes in 949 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1757] 10.0.0.153 () {32 vars in 682 bytes} [Sun Jun 28 21:22:50 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1758] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:22:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1759] 10.0.0.153 () {32 vars in 694 bytes} [Sun Jun 28 21:22:50 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:22:50.580 8 INFO neutron.db.securitygroups_db [None req-4469596a-8c86-4897-b1e2-bba28f826fef 1c0cb4917c3446eb91c9858c1f05272c 3d2b1b4349d34c678ec94ebf68512225 - - default default] Project 3d2b1b4349d34c678ec94ebf68512225 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-06-28 21:22:50.682 7 INFO neutron_taas.services.taas.taas_plugin [None req-262d6d21-3e37-48b7-9900-58ecde9452bb ad8415bb663549919954b8f55337e0bf c91d4081fd984cbda3617bdc5a04562d - - default default] TaaS: Handle Delete Port: c61f65c7-9007-4980-9435-8e8e848d7b01 2026-06-28 21:22:50.684 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-262d6d21-3e37-48b7-9900-58ecde9452bb ad8415bb663549919954b8f55337e0bf c91d4081fd984cbda3617bdc5a04562d - - default default] Tap Mirror: Handle Delete Port: c61f65c7-9007-4980-9435-8e8e848d7b01 [pid: 8|app: 0|req: 866/1760] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:22:50 2026] POST /v2.0/security-group-rules => generated 607 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1761] 10.0.0.153 () {32 vars in 680 bytes} [Sun Jun 28 21:22:50 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:22:50.784 8 INFO neutron.db.securitygroups_db [None req-700eb5fd-3e01-44b4-b0ce-85a26631f912 1c0cb4917c3446eb91c9858c1f05272c 3d2b1b4349d34c678ec94ebf68512225 - - default default] Project 3d2b1b4349d34c678ec94ebf68512225 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: 868/1762] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:22:50 2026] POST /v2.0/security-group-rules => generated 606 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1763] 10.0.0.153 () {32 vars in 694 bytes} [Sun Jun 28 21:22:50 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:22:50.974 7 INFO neutron_taas.services.taas.taas_plugin [None req-262d6d21-3e37-48b7-9900-58ecde9452bb ad8415bb663549919954b8f55337e0bf c91d4081fd984cbda3617bdc5a04562d - - default default] TaaS: Handle Delete Port: c3ded324-4aa2-46cd-82e5-4d568608d606 2026-06-28 21:22:50.979 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-262d6d21-3e37-48b7-9900-58ecde9452bb ad8415bb663549919954b8f55337e0bf c91d4081fd984cbda3617bdc5a04562d - - default default] Tap Mirror: Handle Delete Port: c3ded324-4aa2-46cd-82e5-4d568608d606 [pid: 8|app: 0|req: 870/1764] 10.0.0.153 () {32 vars in 690 bytes} [Sun Jun 28 21:22:50 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1765] 10.0.0.153 () {32 vars in 702 bytes} [Sun Jun 28 21:22:51 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:22:51.145 8 INFO neutron_taas.services.taas.taas_plugin [None req-9311c360-adc6-4f3c-9128-0f449a95af81 635de7cc08284574af35bbb484fa4994 a4c0aede9f714558ae86dda4a3023312 - - default default] TaaS: Handle Delete Port: 55359fdb-c617-48da-a8c4-b21d3d693eca 2026-06-28 21:22:51.147 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9311c360-adc6-4f3c-9128-0f449a95af81 635de7cc08284574af35bbb484fa4994 a4c0aede9f714558ae86dda4a3023312 - - default default] Tap Mirror: Handle Delete Port: 55359fdb-c617-48da-a8c4-b21d3d693eca [pid: 8|app: 0|req: 872/1766] 10.0.0.153 () {32 vars in 732 bytes} [Sun Jun 28 21:22:51 2026] DELETE /v2.0/floatingips/f81e8d80-3c4d-4380-9c8b-7b1636174860 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:22:51.402 7 INFO neutron.services.segments.plugin [-] Segment 96654026-f742-4464-bb1e-abc6fb1a657a resource provider aggregate not found [pid: 8|app: 0|req: 873/1767] 10.0.0.153 () {32 vars in 649 bytes} [Sun Jun 28 21:22:51 2026] GET /v2.0/networks => generated 1298 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:22:51.407 7 INFO neutron.services.segments.plugin [-] Segment 96654026-f742-4464-bb1e-abc6fb1a657a resource provider aggregate not found 2026-06-28 21:22:51.425 7 INFO neutron.services.segments.plugin [-] Segment 96654026-f742-4464-bb1e-abc6fb1a657a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96654026-f742-4464-bb1e-abc6fb1a657a found for delete ", "request_id": "req-85a69839-7bd2-40ba-a1f1-0cc94e8add72"}]} 2026-06-28 21:22:51.429 7 INFO neutron.services.segments.plugin [-] Segment 96654026-f742-4464-bb1e-abc6fb1a657a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96654026-f742-4464-bb1e-abc6fb1a657a found for delete ", "request_id": "req-1900b8ee-2166-42b9-a00f-df37775f7aca"}]} [pid: 8|app: 0|req: 874/1768] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:22:51 2026] GET /v2.0/ports?device_id=dec64482-686b-410d-ad95-65fb6df2e5dd => generated 1014 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:22:51.444 7 INFO neutron.db.l3_hamode_db [None req-262d6d21-3e37-48b7-9900-58ecde9452bb ad8415bb663549919954b8f55337e0bf c91d4081fd984cbda3617bdc5a04562d - - default default] HA network f55f7214-34fb-4f64-9672-7bedb6ca19d9 was deleted as no HA routers are present in tenant c91d4081fd984cbda3617bdc5a04562d. [pid: 7|app: 0|req: 895/1769] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:50 2026] DELETE /v2.0/routers/b7cb7697-b383-45c0-839c-4735dd996613 => generated 0 bytes in 983 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1770] 10.0.0.54 () {34 vars in 1119 bytes} [Sun Jun 28 21:22:51 2026] GET /v2.0/security-groups?id=cea3a3e3-a46f-4617-b5c5-f8cbfbb8b357&id=cafbabe7-c1c2-4e5b-9a78-16a355a53886&fields=id&fields=name => generated 205 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:22:51.540 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb09fa03-42a3-43b5-bc20-ad8d568cca43 635de7cc08284574af35bbb484fa4994 a4c0aede9f714558ae86dda4a3023312 - - default default] TaaS: Handle Delete Port: f82a66c7-6b64-468a-8f38-4e4853a65eb2 2026-06-28 21:22:51.544 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb09fa03-42a3-43b5-bc20-ad8d568cca43 635de7cc08284574af35bbb484fa4994 a4c0aede9f714558ae86dda4a3023312 - - default default] Tap Mirror: Handle Delete Port: f82a66c7-6b64-468a-8f38-4e4853a65eb2 [pid: 7|app: 0|req: 897/1771] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:51 2026] DELETE /v2.0/subnets/f9288521-ca00-428a-ae88-c0a4cbebe5c7 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1772] 10.0.0.54 () {34 vars in 1097 bytes} [Sun Jun 28 21:22:51 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-430035800&fields=id&tenant_id=3d2b1b4349d34c678ec94ebf68512225 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1773] 10.0.0.153 () {32 vars in 732 bytes} [Sun Jun 28 21:22:51 2026] DELETE /v2.0/floatingips/9bd53dbd-55e0-49e3-8261-c371f1c91afc => generated 0 bytes in 284 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1774] 10.0.0.54 () {34 vars in 981 bytes} [Sun Jun 28 21:22:51 2026] GET /v2.0/networks?id=0ca63d15-da9f-4418-8065-9f9f31484e70 => generated 661 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1775] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:22:51 2026] DELETE /v2.0/networks/88f80efa-3693-4389-bbf3-3304520ec0ef => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1776] 10.0.0.54 () {34 vars in 964 bytes} [Sun Jun 28 21:22:51 2026] GET /v2.0/quotas/3d2b1b4349d34c678ec94ebf68512225 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:22:51.856 8 INFO neutron_taas.services.taas.taas_plugin [None req-10604ba5-aded-4c84-9665-5f526bd6d958 635de7cc08284574af35bbb484fa4994 a4c0aede9f714558ae86dda4a3023312 - - default default] TaaS: Handle Delete Port: 404ccb03-cae5-40a2-8039-65ff7fc446b5 2026-06-28 21:22:51.858 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10604ba5-aded-4c84-9665-5f526bd6d958 635de7cc08284574af35bbb484fa4994 a4c0aede9f714558ae86dda4a3023312 - - default default] Tap Mirror: Handle Delete Port: 404ccb03-cae5-40a2-8039-65ff7fc446b5 [pid: 7|app: 0|req: 901/1777] 10.0.0.54 () {34 vars in 1001 bytes} [Sun Jun 28 21:22:51 2026] GET /v2.0/ports?tenant_id=3d2b1b4349d34c678ec94ebf68512225&fields=id => generated 103 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1778] 10.0.0.54 () {34 vars in 1007 bytes} [Sun Jun 28 21:22:51 2026] GET /v2.0/networks/0ca63d15-da9f-4418-8065-9f9f31484e70?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: 903/1779] 10.0.0.54 () {34 vars in 1107 bytes} [Sun Jun 28 21:22:51 2026] GET /v2.0/networks/0ca63d15-da9f-4418-8065-9f9f31484e70?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1780] 10.0.0.153 () {32 vars in 732 bytes} [Sun Jun 28 21:22:51 2026] DELETE /v2.0/floatingips/eb66fb9e-a71b-48d4-943c-2090f52a7e96 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1781] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:22:52 2026] GET /v2.0/ports?device_id=842b1d6a-74b0-4d54-aedb-fdb6eaaf321b => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:22:52.148 7 INFO neutron_taas.services.taas.taas_plugin [None req-091cf443-b58b-41ea-9192-7f0e28a8274b 635de7cc08284574af35bbb484fa4994 a4c0aede9f714558ae86dda4a3023312 - - default default] TaaS: Handle Delete Port: 150f3dbc-4607-430d-8bc5-f51d582d0d31 2026-06-28 21:22:52.150 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-091cf443-b58b-41ea-9192-7f0e28a8274b 635de7cc08284574af35bbb484fa4994 a4c0aede9f714558ae86dda4a3023312 - - default default] Tap Mirror: Handle Delete Port: 150f3dbc-4607-430d-8bc5-f51d582d0d31 [pid: 8|app: 0|req: 879/1782] 199.204.45.227 () {34 vars in 994 bytes} [Sun Jun 28 21:22:52 2026] GET /v2.0/ports?device_id=dec64482-686b-410d-ad95-65fb6df2e5dd => generated 1014 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1783] 10.0.0.153 () {32 vars in 732 bytes} [Sun Jun 28 21:22:52 2026] DELETE /v2.0/floatingips/19bf3b2d-065b-486b-8ead-ec06ab9182d3 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1784] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:22:52 2026] GET /v2.0/security-groups?tenant_id=c91d4081fd984cbda3617bdc5a04562d&name=default => generated 2925 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:22:52.444 7 INFO neutron_taas.services.taas.taas_plugin [req-e449fb1a-ddea-45a8-8afa-442f0fbf68da req-40a3d466-1530-4876-949a-1ca45e02a4cc e20882bf7293417298d9f624c3fa55f5 e4f3757575f34a66921486555a19f010 - - default default] TaaS: Handle Delete Port: f951c609-f010-43fd-8e9b-00d718212135 2026-06-28 21:22:52.446 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e449fb1a-ddea-45a8-8afa-442f0fbf68da req-40a3d466-1530-4876-949a-1ca45e02a4cc e20882bf7293417298d9f624c3fa55f5 e4f3757575f34a66921486555a19f010 - - default default] Tap Mirror: Handle Delete Port: f951c609-f010-43fd-8e9b-00d718212135 2026-06-28 21:22:52.531 7 INFO neutron.db.l3_db [req-e449fb1a-ddea-45a8-8afa-442f0fbf68da req-40a3d466-1530-4876-949a-1ca45e02a4cc e20882bf7293417298d9f624c3fa55f5 e4f3757575f34a66921486555a19f010 - - default default] Floating IP 5c2a6ab4-7a06-4752-a519-2cbbcc7f9ac2 disassociated. External IP: 10.96.250.207, port: f951c609-f010-43fd-8e9b-00d718212135. 2026-06-28 21:22:52.538 8 INFO neutron_taas.services.taas.taas_plugin [None req-71618ae8-66ff-4d51-a954-97edd871c135 635de7cc08284574af35bbb484fa4994 a4c0aede9f714558ae86dda4a3023312 - - default default] TaaS: Handle Delete Port: 0bd9c068-0b97-46c2-a659-d812a5c81c59 2026-06-28 21:22:52.541 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71618ae8-66ff-4d51-a954-97edd871c135 635de7cc08284574af35bbb484fa4994 a4c0aede9f714558ae86dda4a3023312 - - default default] Tap Mirror: Handle Delete Port: 0bd9c068-0b97-46c2-a659-d812a5c81c59 [pid: 8|app: 0|req: 881/1785] 10.0.0.153 () {32 vars in 732 bytes} [Sun Jun 28 21:22:52 2026] DELETE /v2.0/floatingips/961c3ce1-ace0-450e-b3ce-1b404988f801 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1786] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:22:52 2026] DELETE /v2.0/security-groups/2078fb3c-9c13-4a74-850a-14c49d87eea1 => 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: 883/1787] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:22:52 2026] GET /v2.0/ports?device_id=dec64482-686b-410d-ad95-65fb6df2e5dd => 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: 905/1788] 199.204.45.227 () {36 vars in 997 bytes} [Sun Jun 28 21:22:52 2026] DELETE /v2.0/ports/f951c609-f010-43fd-8e9b-00d718212135 => generated 0 bytes in 578 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:22:52.943 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-64145310-7672-4879-a961-65d81b1aa8d0'] response: {'server_uuid': 'dec64482-686b-410d-ad95-65fb6df2e5dd', 'name': 'network-vif-deleted', 'tag': 'f951c609-f010-43fd-8e9b-00d718212135', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 884/1789] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:22:53 2026] GET /v2.0/ports?device_id=842b1d6a-74b0-4d54-aedb-fdb6eaaf321b => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:22:53.446 7 INFO neutron.services.segments.plugin [-] Segment face5889-0ce6-41d3-b618-784c39a750ba resource provider aggregate not found 2026-06-28 21:22:53.452 7 INFO neutron.services.segments.plugin [-] Segment face5889-0ce6-41d3-b618-784c39a750ba resource provider aggregate not found 2026-06-28 21:22:53.464 7 INFO neutron.services.segments.plugin [-] Segment face5889-0ce6-41d3-b618-784c39a750ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid face5889-0ce6-41d3-b618-784c39a750ba found for delete ", "request_id": "req-c8807e51-bc12-47ce-bac5-9fdcf0061bd3"}]} 2026-06-28 21:22:53.471 7 INFO neutron.services.segments.plugin [-] Segment face5889-0ce6-41d3-b618-784c39a750ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid face5889-0ce6-41d3-b618-784c39a750ba found for delete ", "request_id": "req-3d6991e9-73a6-419c-a45b-779ea045c17b"}]} [pid: 7|app: 0|req: 906/1790] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:22:53 2026] GET /v2.0/security-groups?tenant_id=1c7bd5cde6e84c0fb6533f2393419378&name=default => generated 2925 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1791] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:22:53 2026] DELETE /v2.0/security-groups/28dd1e1d-012b-491c-9d3d-1350460d4fa6 => 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: 907/1792] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:22:53 2026] GET /v2.0/ports?device_id=dec64482-686b-410d-ad95-65fb6df2e5dd => 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: 886/1793] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:22:53 2026] GET /v2.0/security-groups?tenant_id=a4c0aede9f714558ae86dda4a3023312&name=default => generated 2925 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1794] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:22:54 2026] DELETE /v2.0/security-groups/d926631a-b4c0-466d-ba16-4521524ddd2f => 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: 887/1795] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:22:54 2026] GET /v2.0/ports?device_id=842b1d6a-74b0-4d54-aedb-fdb6eaaf321b => 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: 909/1796] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:22:54 2026] GET /v2.0/security-groups?tenant_id=1bbe4b43e39b43e6a0e5ed8b8b9136c2&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1797] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:22:54 2026] DELETE /v2.0/security-groups/7e9a868f-032b-4646-98e4-8ccfbe51b982 => 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: 889/1798] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:22:54 2026] GET /v2.0/ports?device_id=dec64482-686b-410d-ad95-65fb6df2e5dd => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:22:55.110 7 INFO neutron.db.segments_db [None req-49410d2a-8dff-4b29-9622-52fb13e79086 df686c4b48f64969920a7665060aefad 9f6803d573264d42806f3b8c0be46c51 - - default default] Added segment f5a61b04-97cf-4527-98a6-f7a6985a8f71 of type vxlan for network c99a145e-be00-48a8-a21f-c319c9841d75 2026-06-28 21:22:55.180 7 INFO neutron.db.segments_db [None req-49410d2a-8dff-4b29-9622-52fb13e79086 df686c4b48f64969920a7665060aefad 9f6803d573264d42806f3b8c0be46c51 - - default default] Added segment 71fedcef-a53d-4c88-86a7-2be2f8ce551a of type vxlan for network 01c539dd-bb5a-476f-8df6-6ec14e8c2e3f [pid: 7|app: 0|req: 910/1799] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:22:54 2026] POST /v2.0/networks => generated 1243 bytes in 634 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1800] 10.0.0.153 () {32 vars in 649 bytes} [Sun Jun 28 21:22:55 2026] GET /v2.0/networks => generated 1842 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1801] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:22:55 2026] GET /v2.0/ports?device_id=842b1d6a-74b0-4d54-aedb-fdb6eaaf321b => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:22:55.494 8 INFO neutron.services.segments.plugin [-] Segment f5a61b04-97cf-4527-98a6-f7a6985a8f71 resource provider aggregate not found 2026-06-28 21:22:55.497 8 INFO neutron.services.segments.plugin [-] Segment f5a61b04-97cf-4527-98a6-f7a6985a8f71 resource provider aggregate not found 2026-06-28 21:22:55.516 8 INFO neutron.services.segments.plugin [-] Segment f5a61b04-97cf-4527-98a6-f7a6985a8f71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5a61b04-97cf-4527-98a6-f7a6985a8f71 found for delete ", "request_id": "req-09aa6f58-3ba0-4997-9bf2-5534e1ca98f4"}]} 2026-06-28 21:22:55.520 8 INFO neutron.services.segments.plugin [-] Segment f5a61b04-97cf-4527-98a6-f7a6985a8f71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5a61b04-97cf-4527-98a6-f7a6985a8f71 found for delete ", "request_id": "req-8b88f5bb-5c28-4f84-9f7a-953186be6fa6"}]} [pid: 8|app: 0|req: 891/1802] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:22:55 2026] DELETE /v2.0/networks/c99a145e-be00-48a8-a21f-c319c9841d75 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:22:55.662 7 INFO neutron.services.segments.plugin [-] Segment 71fedcef-a53d-4c88-86a7-2be2f8ce551a resource provider aggregate not found 2026-06-28 21:22:55.664 7 INFO neutron.services.segments.plugin [-] Segment 71fedcef-a53d-4c88-86a7-2be2f8ce551a resource provider aggregate not found 2026-06-28 21:22:55.679 7 INFO neutron.services.segments.plugin [-] Segment 71fedcef-a53d-4c88-86a7-2be2f8ce551a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71fedcef-a53d-4c88-86a7-2be2f8ce551a found for delete ", "request_id": "req-ee17536e-8511-42d8-9c25-fe915094aad4"}]} 2026-06-28 21:22:55.681 7 INFO neutron.services.segments.plugin [-] Segment 71fedcef-a53d-4c88-86a7-2be2f8ce551a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71fedcef-a53d-4c88-86a7-2be2f8ce551a found for delete ", "request_id": "req-63a040d3-876f-4179-b8a1-4ba34cf58f2c"}]} [pid: 7|app: 0|req: 912/1803] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:22:55 2026] DELETE /v2.0/networks/01c539dd-bb5a-476f-8df6-6ec14e8c2e3f => 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: 892/1804] 10.0.0.153 () {32 vars in 649 bytes} [Sun Jun 28 21:22:55 2026] GET /v2.0/networks => generated 651 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:22:55.810 7 INFO neutron.db.segments_db [None req-5dd90b27-1b10-4ebb-9d56-bf736474cfb2 df686c4b48f64969920a7665060aefad 9f6803d573264d42806f3b8c0be46c51 - - default default] Added segment 887598fe-ce39-4a16-a10b-c5c066414b8d of type vxlan for network 5b8a944e-f875-4b41-8430-aaa21de9c01f [pid: 7|app: 0|req: 913/1805] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:22:55 2026] POST /v2.0/networks => generated 654 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:22:55.967 8 INFO neutron.db.segments_db [None req-d85df9d1-375c-4c50-8df4-c1acc362b2f9 df686c4b48f64969920a7665060aefad 9f6803d573264d42806f3b8c0be46c51 - - default default] Added segment 6e8a981e-d553-4330-aeaf-9afe03d70b35 of type vxlan for network 50b1bc09-cbac-4b2d-a70e-248e39790423 [pid: 8|app: 0|req: 893/1806] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:22:55 2026] POST /v2.0/networks => generated 654 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1807] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:22:56 2026] GET /v2.0/ports?device_id=dec64482-686b-410d-ad95-65fb6df2e5dd => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1808] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:22:56 2026] GET /v2.0/networks?id=0ca63d15-da9f-4418-8065-9f9f31484e70 => generated 661 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1809] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:22:56 2026] GET /v2.0/ports?device_id=842b1d6a-74b0-4d54-aedb-fdb6eaaf321b => 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: 897/1810] 199.204.45.227 () {34 vars in 1050 bytes} [Sun Jun 28 21:22:56 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3d2b1b4349d34c678ec94ebf68512225 => generated 180 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1811] 10.0.0.153 () {34 vars in 665 bytes} [Sun Jun 28 21:22:56 2026] POST /v2.0/ports => generated 1506 bytes in 596 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: 915/1812] 10.0.0.153 () {32 vars in 643 bytes} [Sun Jun 28 21:22:56 2026] GET /v2.0/ports => generated 1506 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:22:56.804 7 INFO neutron_taas.services.taas.taas_plugin [None req-211de8a9-d1d0-4d4c-b389-a55d70ebb37b df686c4b48f64969920a7665060aefad 9f6803d573264d42806f3b8c0be46c51 - - default default] TaaS: Handle Delete Port: 918b62d0-8375-4014-9312-3d7fb676c5e9 2026-06-28 21:22:56.807 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-211de8a9-d1d0-4d4c-b389-a55d70ebb37b df686c4b48f64969920a7665060aefad 9f6803d573264d42806f3b8c0be46c51 - - default default] Tap Mirror: Handle Delete Port: 918b62d0-8375-4014-9312-3d7fb676c5e9 [pid: 8|app: 0|req: 898/1813] 199.204.45.227 () {38 vars in 955 bytes} [Sun Jun 28 21:22:56 2026] POST /v2.0/ports => generated 958 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 916/1814] 10.0.0.153 () {32 vars in 720 bytes} [Sun Jun 28 21:22:56 2026] DELETE /v2.0/ports/918b62d0-8375-4014-9312-3d7fb676c5e9 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:22:56.989 7 INFO neutron_taas.services.taas.taas_plugin [None req-c48ec184-e4c7-4a00-bf63-5fa3998f00a0 df686c4b48f64969920a7665060aefad 9f6803d573264d42806f3b8c0be46c51 - - default default] TaaS: Handle Delete Port: 15c587b2-2a28-4c1a-911c-a184bd55ba60 2026-06-28 21:22:56.992 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c48ec184-e4c7-4a00-bf63-5fa3998f00a0 df686c4b48f64969920a7665060aefad 9f6803d573264d42806f3b8c0be46c51 - - default default] Tap Mirror: Handle Delete Port: 15c587b2-2a28-4c1a-911c-a184bd55ba60 [pid: 7|app: 0|req: 917/1815] 10.0.0.153 () {32 vars in 720 bytes} [Sun Jun 28 21:22:56 2026] DELETE /v2.0/ports/15c587b2-2a28-4c1a-911c-a184bd55ba60 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1816] 10.0.0.153 () {32 vars in 643 bytes} [Sun Jun 28 21:22:57 2026] GET /v2.0/ports => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:22:57.178 7 INFO neutron.db.segments_db [None req-cc2c8bdd-5da1-457d-b6de-cbd5f6d5f017 df686c4b48f64969920a7665060aefad 9f6803d573264d42806f3b8c0be46c51 - - default default] Added segment 8ce7e8bd-ffc7-4855-a1d8-49beee020275 of type vxlan for network d994be0e-458e-4b37-8397-450f251eabd2 [pid: 8|app: 0|req: 899/1817] 199.204.45.227 () {38 vars in 1028 bytes} [Sun Jun 28 21:22:56 2026] PUT /v2.0/ports/8e3dbed3-4529-4741-a405-cb7342dcbbe4 => generated 1239 bytes in 436 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: 919/1818] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:22:57 2026] POST /v2.0/networks => generated 654 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1821] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:22:57 2026] GET /v2.0/ports?device_id=dec64482-686b-410d-ad95-65fb6df2e5dd => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:22:57.315 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b7f24771-63da-462a-9168-5a4db2324347'] response: {'name': 'network-changed', 'server_uuid': '842b1d6a-74b0-4d54-aedb-fdb6eaaf321b', 'tag': '8e3dbed3-4529-4741-a405-cb7342dcbbe4', 'status': 'completed', 'code': 200} 2026-06-28 21:22:57.334 7 INFO neutron.db.segments_db [None req-1e63f3d3-4aa5-4b8a-834b-b5875f221bb3 df686c4b48f64969920a7665060aefad 9f6803d573264d42806f3b8c0be46c51 - - default default] Added segment 716e14de-c96c-4e0a-b3bf-3db931e3c8eb of type vxlan for network 39ab0c10-e985-4dd0-9acf-6a12dfdf0ce7 [pid: 7|app: 0|req: 922/1822] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:22:57 2026] POST /v2.0/networks => generated 653 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1823] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:22:57 2026] GET /v2.0/ports?device_id=842b1d6a-74b0-4d54-aedb-fdb6eaaf321b => 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: 923/1824] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:22:57 2026] GET /v2.0/security-groups?id=f2e73eb1-04ab-4670-8bec-69102223aad4&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: 902/1825] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:22:57 2026] GET /v2.0/ports?tenant_id=3d2b1b4349d34c678ec94ebf68512225&device_id=842b1d6a-74b0-4d54-aedb-fdb6eaaf321b => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1826] 199.204.45.227 () {34 vars in 1018 bytes} [Sun Jun 28 21:22:57 2026] GET /v2.0/networks?tenant_id=3d2b1b4349d34c678ec94ebf68512225&shared=False => generated 757 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1827] 199.204.45.227 () {34 vars in 930 bytes} [Sun Jun 28 21:22:57 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1828] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:22:57 2026] POST /v2.0/subnets => generated 1324 bytes in 457 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1829] 10.0.0.153 () {32 vars in 647 bytes} [Sun Jun 28 21:22:58 2026] GET /v2.0/subnets => generated 1960 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1830] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:58 2026] DELETE /v2.0/subnets/bd316692-9714-4eda-b34d-bf077d329162 => 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: 906/1831] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:22:58 2026] DELETE /v2.0/security-groups/cafbabe7-c1c2-4e5b-9a78-16a355a53886 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:22:58.567 8 INFO neutron.api.v2.resource [None req-813823d4-cd58-4abb-95bb-ebdb41ee6522 e20882bf7293417298d9f624c3fa55f5 e4f3757575f34a66921486555a19f010 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 907/1832] 10.0.0.153 () {32 vars in 737 bytes} [Sun Jun 28 21:22:58 2026] GET /v2.0/security-groups/cafbabe7-c1c2-4e5b-9a78-16a355a53886 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1833] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:22:58 2026] DELETE /v2.0/subnets/f68070fa-af70-48d7-a73c-dd778522a2ca => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1834] 10.0.0.153 () {32 vars in 647 bytes} [Sun Jun 28 21:22:58 2026] GET /v2.0/subnets => generated 649 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:22:58.685 8 INFO neutron_taas.services.taas.taas_plugin [None req-694d23a2-aaea-41aa-ae08-6871a92e8671 e20882bf7293417298d9f624c3fa55f5 e4f3757575f34a66921486555a19f010 - - default default] TaaS: Handle Delete Port: 8395ea7e-f4e5-4031-b680-7dc798f16c32 2026-06-28 21:22:58.691 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-694d23a2-aaea-41aa-ae08-6871a92e8671 e20882bf7293417298d9f624c3fa55f5 e4f3757575f34a66921486555a19f010 - - default default] Tap Mirror: Handle Delete Port: 8395ea7e-f4e5-4031-b680-7dc798f16c32 [pid: 7|app: 0|req: 928/1835] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:22:58 2026] GET /v2.0/ports?device_id=842b1d6a-74b0-4d54-aedb-fdb6eaaf321b => generated 973 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1836] 10.0.0.153 () {32 vars in 732 bytes} [Sun Jun 28 21:22:58 2026] DELETE /v2.0/floatingips/5c2a6ab4-7a06-4752-a519-2cbbcc7f9ac2 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1837] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:22:58 2026] GET /v2.0/security-groups?id=f2e73eb1-04ab-4670-8bec-69102223aad4&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:22:58.882 7 INFO neutron.services.segments.plugin [-] Segment 716e14de-c96c-4e0a-b3bf-3db931e3c8eb resource provider aggregate not found 2026-06-28 21:22:58.887 7 INFO neutron.services.segments.plugin [-] Segment 716e14de-c96c-4e0a-b3bf-3db931e3c8eb resource provider aggregate not found 2026-06-28 21:22:58.904 7 INFO neutron.services.segments.plugin [-] Segment 716e14de-c96c-4e0a-b3bf-3db931e3c8eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 716e14de-c96c-4e0a-b3bf-3db931e3c8eb found for delete ", "request_id": "req-5f0d1c91-5890-466e-a0f3-61362a1e94f6"}]} 2026-06-28 21:22:58.909 7 INFO neutron.services.segments.plugin [-] Segment 716e14de-c96c-4e0a-b3bf-3db931e3c8eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 716e14de-c96c-4e0a-b3bf-3db931e3c8eb found for delete ", "request_id": "req-0159d848-ec0e-4832-9222-7908e3274603"}]} [pid: 7|app: 0|req: 929/1838] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:22:58 2026] DELETE /v2.0/networks/39ab0c10-e985-4dd0-9acf-6a12dfdf0ce7 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1839] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:22:58 2026] DELETE /v2.0/security-groups/cea3a3e3-a46f-4617-b5c5-f8cbfbb8b357 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1840] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:22:59 2026] DELETE /v2.0/networks/d994be0e-458e-4b37-8397-450f251eabd2 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:22:59.236 8 INFO neutron.db.segments_db [None req-9587b4b4-d4e3-4913-8c89-d2e770e5d963 477086c55f89459e9c4c53cb7abf3c85 eb7e13584f084e1ebaa1f55ab3630d33 - - default default] Added segment b5559d1d-6dc5-4e36-b2a7-19ac3ce52c4b of type vxlan for network 1722de7b-88d3-46a1-ade0-6c3252ef2842 [pid: 7|app: 0|req: 932/1841] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:22:59 2026] GET /v2.0/ports?tenant_id=3d2b1b4349d34c678ec94ebf68512225&device_id=842b1d6a-74b0-4d54-aedb-fdb6eaaf321b => 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: 910/1842] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:22:58 2026] POST /v2.0/networks => generated 628 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:22:59.403 8 INFO neutron.services.segments.plugin [-] Segment 6e8a981e-d553-4330-aeaf-9afe03d70b35 resource provider aggregate not found 2026-06-28 21:22:59.407 8 INFO neutron.services.segments.plugin [-] Segment 6e8a981e-d553-4330-aeaf-9afe03d70b35 resource provider aggregate not found 2026-06-28 21:22:59.424 8 INFO neutron.services.segments.plugin [-] Segment 6e8a981e-d553-4330-aeaf-9afe03d70b35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e8a981e-d553-4330-aeaf-9afe03d70b35 found for delete ", "request_id": "req-6249750f-63bc-4e7a-aeaf-f3b3394568ec"}]} [pid: 8|app: 0|req: 911/1843] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:22:59 2026] DELETE /v2.0/networks/50b1bc09-cbac-4b2d-a70e-248e39790423 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:22:59.431 8 INFO neutron.services.segments.plugin [-] Segment 6e8a981e-d553-4330-aeaf-9afe03d70b35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e8a981e-d553-4330-aeaf-9afe03d70b35 found for delete ", "request_id": "req-8f69e23f-72f0-4d35-ad65-7dbcd78ee991"}]} [pid: 8|app: 0|req: 912/1844] 199.204.45.227 () {34 vars in 1060 bytes} [Sun Jun 28 21:22:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=8e3dbed3-4529-4741-a405-cb7342dcbbe4 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:22:59.610 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5367f65-0251-4e25-8b93-fd21ce0475ec afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: 026c9a65-44fe-436e-973d-b4615d1dacd5 2026-06-28 21:22:59.613 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5367f65-0251-4e25-8b93-fd21ce0475ec afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: 026c9a65-44fe-436e-973d-b4615d1dacd5 [pid: 8|app: 0|req: 913/1845] 10.0.0.153 () {34 vars in 664 bytes} [Sun Jun 28 21:22:59 2026] POST /v2.0/ports => generated 743 bytes in 285 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: 914/1846] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:22:59 2026] DELETE /v2.0/networks/5b8a944e-f875-4b41-8430-aaa21de9c01f => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1847] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:22:59 2026] GET /v2.0/subnets?id=b589bb19-0439-4a8d-8afd-af94de3f7ea2 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:22:59.957 8 INFO neutron.db.segments_db [None req-c44fc65e-b36a-4ef2-b4a7-c13b0c4cd62d 477086c55f89459e9c4c53cb7abf3c85 eb7e13584f084e1ebaa1f55ab3630d33 - - default default] Added segment befca6f6-9621-422b-862e-88623e18e4b7 of type vxlan for network 491e4d36-772c-4480-a330-93a4a42c28ce [pid: 8|app: 0|req: 916/1848] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:22:59 2026] POST /v2.0/networks => generated 632 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1849] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:23:00 2026] GET /v2.0/ports?network_id=0ca63d15-da9f-4418-8065-9f9f31484e70&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: 8|app: 0|req: 918/1850] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:23:00 2026] GET /v2.0/ports?device_id=842b1d6a-74b0-4d54-aedb-fdb6eaaf321b => 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: 933/1851] 10.0.0.153 () {34 vars in 789 bytes} [Sun Jun 28 21:22:59 2026] PUT /v2.0/routers/6476e9fb-2c00-46ad-950b-d745d7744a6d/remove_router_interface => generated 309 bytes in 912 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1852] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:23:00 2026] GET /v2.0/networks/0ca63d15-da9f-4418-8065-9f9f31484e70?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: 935/1853] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:23:00 2026] GET /v2.0/security-groups?id=f2e73eb1-04ab-4670-8bec-69102223aad4&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:23:00.435 7 INFO neutron_taas.services.taas.taas_plugin [None req-abe98f87-699c-4427-99a9-3127cb16cf9a afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: 778053a8-c796-4073-96c1-78355d04bec2 2026-06-28 21:23:00.438 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abe98f87-699c-4427-99a9-3127cb16cf9a afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: 778053a8-c796-4073-96c1-78355d04bec2 [pid: 8|app: 0|req: 919/1854] 10.0.0.153 () {34 vars in 664 bytes} [Sun Jun 28 21:23:00 2026] POST /v2.0/ports => generated 743 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 920/1855] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:23:00 2026] GET /v2.0/networks/0ca63d15-da9f-4418-8065-9f9f31484e70?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1856] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:00 2026] GET /v2.0/security-groups?tenant_id=9f6803d573264d42806f3b8c0be46c51&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:23:00.685 8 INFO neutron.db.segments_db [None req-04deb038-ef86-4d4c-ac9a-a9fe93ba7045 477086c55f89459e9c4c53cb7abf3c85 eb7e13584f084e1ebaa1f55ab3630d33 - - default default] Added segment 3d023670-c5f5-4dea-91ec-961260f8b1be of type vxlan for network 4009d99e-74f5-4f12-aadf-183986eabc9c 2026-06-28 21:23:00.773 7 INFO neutron_taas.services.taas.taas_plugin [None req-abe98f87-699c-4427-99a9-3127cb16cf9a afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: b98fb8f6-e165-43b8-8f3a-e891f0c97dd6 2026-06-28 21:23:00.776 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abe98f87-699c-4427-99a9-3127cb16cf9a afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: b98fb8f6-e165-43b8-8f3a-e891f0c97dd6 [pid: 8|app: 0|req: 922/1857] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:23:00 2026] POST /v2.0/networks => generated 632 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:23:00.926 7 INFO neutron.services.segments.plugin [-] Segment 8ce7e8bd-ffc7-4855-a1d8-49beee020275 resource provider aggregate not found [pid: 8|app: 0|req: 923/1858] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:00 2026] DELETE /v2.0/security-groups/c2246b75-8ea9-469b-856a-f948683475cc => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:23:00.932 7 INFO neutron.services.segments.plugin [-] Segment 8ce7e8bd-ffc7-4855-a1d8-49beee020275 resource provider aggregate not found 2026-06-28 21:23:00.953 7 INFO neutron.services.segments.plugin [-] Segment 8ce7e8bd-ffc7-4855-a1d8-49beee020275 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ce7e8bd-ffc7-4855-a1d8-49beee020275 found for delete ", "request_id": "req-8762c5b2-4068-4e72-b0a9-63601c7fc61e"}]} 2026-06-28 21:23:00.954 7 INFO neutron.services.segments.plugin [-] Segment 8ce7e8bd-ffc7-4855-a1d8-49beee020275 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ce7e8bd-ffc7-4855-a1d8-49beee020275 found for delete ", "request_id": "req-b65b95fc-a82b-427d-be3f-816b082a05b8"}]} 2026-06-28 21:23:01.214 7 INFO neutron.db.l3_hamode_db [None req-abe98f87-699c-4427-99a9-3127cb16cf9a afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] HA network d4dd712f-702a-4a2d-ad34-c2278a40800f was deleted as no HA routers are present in tenant e4f3757575f34a66921486555a19f010. [pid: 7|app: 0|req: 936/1859] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:23:00 2026] DELETE /v2.0/routers/6476e9fb-2c00-46ad-950b-d745d7744a6d => generated 0 bytes in 979 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1860] 10.0.0.153 () {34 vars in 664 bytes} [Sun Jun 28 21:23:00 2026] POST /v2.0/ports => generated 743 bytes in 321 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-28 21:23:01.311 8 INFO neutron.db.segments_db [None req-c4a5f435-e475-49f2-96cc-c63e3c5ff929 477086c55f89459e9c4c53cb7abf3c85 eb7e13584f084e1ebaa1f55ab3630d33 - - default default] Added segment 957943c1-4b13-4a5c-9b99-ca3dd9a90006 of type vxlan for network da1f5dad-3b2b-489a-90b4-e2c32478429f [pid: 7|app: 0|req: 937/1861] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:23:01 2026] DELETE /v2.0/subnets/16d2c0a0-2c25-435b-8868-0e9f891d0217 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1862] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:23:01 2026] GET /v2.0/ports?device_id=842b1d6a-74b0-4d54-aedb-fdb6eaaf321b => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1863] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:23:01 2026] POST /v2.0/networks => generated 632 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:23:01.453 8 INFO neutron.services.segments.plugin [-] Segment 887598fe-ce39-4a16-a10b-c5c066414b8d resource provider aggregate not found 2026-06-28 21:23:01.459 8 INFO neutron.services.segments.plugin [-] Segment 887598fe-ce39-4a16-a10b-c5c066414b8d resource provider aggregate not found 2026-06-28 21:23:01.475 8 INFO neutron.services.segments.plugin [-] Segment 887598fe-ce39-4a16-a10b-c5c066414b8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 887598fe-ce39-4a16-a10b-c5c066414b8d found for delete ", "request_id": "req-da6d7c41-c3fb-44ae-9b1c-a314dee836ee"}]} 2026-06-28 21:23:01.482 8 INFO neutron.services.segments.plugin [-] Segment 887598fe-ce39-4a16-a10b-c5c066414b8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 887598fe-ce39-4a16-a10b-c5c066414b8d found for delete ", "request_id": "req-12a6295a-e744-480a-9802-ef6ef2536c84"}]} 2026-06-28 21:23:01.529 7 INFO neutron_taas.services.taas.taas_plugin [None req-7ac6a0de-63f3-4b79-8876-c020c21739cd afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: 848829e0-e5f1-4aa7-a80c-1a0c5fd65da1 2026-06-28 21:23:01.531 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ac6a0de-63f3-4b79-8876-c020c21739cd afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: 848829e0-e5f1-4aa7-a80c-1a0c5fd65da1 [pid: 7|app: 0|req: 939/1864] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:23:01 2026] DELETE /v2.0/networks/672d8307-e331-4064-a8bd-1443d6d9c35d => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1865] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:23:01 2026] GET /v2.0/security-groups?id=f2e73eb1-04ab-4670-8bec-69102223aad4&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: 926/1866] 10.0.0.153 () {34 vars in 664 bytes} [Sun Jun 28 21:23:01 2026] POST /v2.0/ports => generated 743 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 21:23:01.899 8 INFO neutron.db.segments_db [None req-eb3f4b5d-e58c-4652-90a5-af16b80587de 477086c55f89459e9c4c53cb7abf3c85 eb7e13584f084e1ebaa1f55ab3630d33 - - default default] Added segment c351450e-b8db-4704-95c3-aaf0de8d3d6e of type vxlan for network 9bc1f17d-c566-4719-ad6f-6958aa2cdfbc [pid: 8|app: 0|req: 927/1867] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:23:01 2026] POST /v2.0/networks => generated 631 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:23:02.200 7 INFO neutron_taas.services.taas.taas_plugin [None req-bb39d53a-bb8f-4469-aae2-ad7d5bedf808 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: d3562e1c-2309-42b0-828f-69227a48c507 2026-06-28 21:23:02.203 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb39d53a-bb8f-4469-aae2-ad7d5bedf808 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: d3562e1c-2309-42b0-828f-69227a48c507 [pid: 8|app: 0|req: 928/1868] 10.0.0.153 () {34 vars in 664 bytes} [Sun Jun 28 21:23:02 2026] POST /v2.0/ports => generated 743 bytes in 305 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: 929/1869] 10.0.0.153 () {34 vars in 747 bytes} [Sun Jun 28 21:23:02 2026] PUT /v2.0/ports/0e066e40-ddc2-48b6-b3a1-dfcbcb81c847/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 930/1870] 10.0.0.153 () {34 vars in 747 bytes} [Sun Jun 28 21:23:02 2026] PUT /v2.0/ports/364c9449-d6dc-43b3-b0b9-2774a2d7075c/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 931/1871] 10.0.0.153 () {34 vars in 747 bytes} [Sun Jun 28 21:23:02 2026] PUT /v2.0/ports/c0ddb684-bc69-4fe0-93ed-3ab70bceca59/tags => generated 34 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 932/1872] 10.0.0.153 () {34 vars in 747 bytes} [Sun Jun 28 21:23:02 2026] PUT /v2.0/ports/3f42004b-de1b-4efd-a5f0-e4386d0aab0d/tags => generated 19 bytes in 88 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: 933/1873] 10.0.0.153 () {32 vars in 660 bytes} [Sun Jun 28 21:23:02 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1874] 10.0.0.153 () {34 vars in 789 bytes} [Sun Jun 28 21:23:01 2026] PUT /v2.0/routers/419013c8-eae9-434c-ab9f-79f11987d8e3/remove_router_interface => generated 309 bytes in 1001 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1875] 10.0.0.153 () {32 vars in 674 bytes} [Sun Jun 28 21:23:02 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:23:02.981 7 INFO neutron.services.segments.plugin [-] Segment 359e5263-a500-463f-8102-4c92f077684e resource provider aggregate not found 2026-06-28 21:23:02.985 7 INFO neutron.services.segments.plugin [-] Segment 359e5263-a500-463f-8102-4c92f077684e resource provider aggregate not found 2026-06-28 21:23:03.003 7 INFO neutron.services.segments.plugin [-] Segment 359e5263-a500-463f-8102-4c92f077684e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 359e5263-a500-463f-8102-4c92f077684e found for delete ", "request_id": "req-515b48b5-e8fe-476b-af17-9ec8e8163712"}]} 2026-06-28 21:23:03.018 7 INFO neutron.services.segments.plugin [-] Segment 359e5263-a500-463f-8102-4c92f077684e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 359e5263-a500-463f-8102-4c92f077684e found for delete ", "request_id": "req-71a13713-2e27-49ff-9d1e-d4c884e66216"}]} 2026-06-28 21:23:03.044 7 INFO neutron.services.segments.plugin [-] Segment d812391e-2bfb-4276-bde0-b172e0869b51 resource provider aggregate not found 2026-06-28 21:23:03.051 7 INFO neutron.services.segments.plugin [-] Segment d812391e-2bfb-4276-bde0-b172e0869b51 resource provider aggregate not found 2026-06-28 21:23:03.077 7 INFO neutron.services.segments.plugin [-] Segment d812391e-2bfb-4276-bde0-b172e0869b51 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d812391e-2bfb-4276-bde0-b172e0869b51 found for delete ", "request_id": "req-ad31d67d-071c-4482-9c16-f100e458e9d3"}]} 2026-06-28 21:23:03.091 7 INFO neutron.services.segments.plugin [-] Segment d812391e-2bfb-4276-bde0-b172e0869b51 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d812391e-2bfb-4276-bde0-b172e0869b51 found for delete ", "request_id": "req-f49eb8e4-ac98-45d5-be42-9556b15f27e0"}]} 2026-06-28 21:23:03.147 8 INFO neutron.db.segments_db [None req-9c29ec4e-bbec-4243-8d37-95852106d7fc df9f897867544f628d755d6f2e6bf062 0bb2c220bae94e8ab24f07e2d85038c5 - - default default] Added segment 35fe79cc-ddbb-48c0-9f8d-c27d70c1fad4 of type vxlan for network 402bd8fc-56a7-41d7-89d7-c50865b2264c [pid: 8|app: 0|req: 934/1876] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:23:02 2026] POST /v2.0/networks => generated 649 bytes in 555 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:23:03.279 7 INFO neutron_taas.services.taas.taas_plugin [None req-24a43711-2ea4-4506-9c79-a284fe550b1f afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: fcb4df25-3a58-4f8d-9ea2-1f56e41fb96a 2026-06-28 21:23:03.282 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24a43711-2ea4-4506-9c79-a284fe550b1f afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: fcb4df25-3a58-4f8d-9ea2-1f56e41fb96a [pid: 8|app: 0|req: 935/1877] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:23:03 2026] GET /v2.0/ports?device_id=842b1d6a-74b0-4d54-aedb-fdb6eaaf321b => generated 973 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1878] 10.0.0.153 () {32 vars in 670 bytes} [Sun Jun 28 21:23:03 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:23:03.564 7 INFO neutron_taas.services.taas.taas_plugin [None req-24a43711-2ea4-4506-9c79-a284fe550b1f afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: 2c357ed4-4fe7-43d5-abab-3fc955b97450 2026-06-28 21:23:03.567 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24a43711-2ea4-4506-9c79-a284fe550b1f afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: 2c357ed4-4fe7-43d5-abab-3fc955b97450 [pid: 8|app: 0|req: 937/1879] 10.0.0.153 () {34 vars in 665 bytes} [Sun Jun 28 21:23:03 2026] POST /v2.0/ports => generated 778 bytes in 337 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: 938/1880] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:23:03 2026] GET /v2.0/security-groups?id=f2e73eb1-04ab-4670-8bec-69102223aad4&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: 939/1881] 10.0.0.153 () {32 vars in 682 bytes} [Sun Jun 28 21:23:03 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:23:03.880 8 INFO neutron.db.segments_db [None req-a8e5ef3f-b3b5-46de-967d-908e8fbbcc93 df9f897867544f628d755d6f2e6bf062 0bb2c220bae94e8ab24f07e2d85038c5 - - default default] Added segment 72c4ab56-83ad-4c30-8d36-b3329214fbb8 of type vxlan for network 6bb43ef0-8fd5-4bad-a7d6-50308eef0a2c 2026-06-28 21:23:03.905 7 INFO neutron.db.l3_hamode_db [None req-24a43711-2ea4-4506-9c79-a284fe550b1f afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] HA network 1fadba90-4dd3-45b2-998f-62f559580d94 was deleted as no HA routers are present in tenant c10b13d61a1541da944db375e87b74f0. [pid: 7|app: 0|req: 943/1882] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:23:02 2026] DELETE /v2.0/routers/419013c8-eae9-434c-ab9f-79f11987d8e3 => generated 0 bytes in 983 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1883] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:23:03 2026] POST /v2.0/networks => generated 636 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1884] 10.0.0.153 () {32 vars in 668 bytes} [Sun Jun 28 21:23:03 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1885] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:23:03 2026] DELETE /v2.0/subnets/d25b6a7a-0b4c-480a-a5fb-eb99b13a7799 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1886] 10.0.0.153 () {32 vars in 682 bytes} [Sun Jun 28 21:23:04 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1887] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:23:04 2026] POST /v2.0/subnets => generated 646 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:23:04.356 8 INFO neutron_taas.services.taas.taas_plugin [None req-85a1f317-e914-4a6c-b834-482364c6ba82 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: 170203c5-e254-4fd3-b55a-351f41dda528 2026-06-28 21:23:04.359 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85a1f317-e914-4a6c-b834-482364c6ba82 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: 170203c5-e254-4fd3-b55a-351f41dda528 [pid: 7|app: 0|req: 946/1888] 10.0.0.153 () {32 vars in 678 bytes} [Sun Jun 28 21:23:04 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:23:04.546 8 INFO neutron.services.segments.plugin [-] Segment aeeaafac-5510-4c23-8e06-e42e7b66e278 resource provider aggregate not found 2026-06-28 21:23:04.551 8 INFO neutron.services.segments.plugin [-] Segment aeeaafac-5510-4c23-8e06-e42e7b66e278 resource provider aggregate not found 2026-06-28 21:23:04.570 8 INFO neutron.services.segments.plugin [-] Segment aeeaafac-5510-4c23-8e06-e42e7b66e278 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aeeaafac-5510-4c23-8e06-e42e7b66e278 found for delete ", "request_id": "req-abe50911-1d87-4637-a6d8-c9e976728b8f"}]} 2026-06-28 21:23:04.574 8 INFO neutron.services.segments.plugin [-] Segment aeeaafac-5510-4c23-8e06-e42e7b66e278 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aeeaafac-5510-4c23-8e06-e42e7b66e278 found for delete ", "request_id": "req-48862bb6-548c-46c0-b7af-05dd306bbb5a"}]} [pid: 8|app: 0|req: 943/1889] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:23:04 2026] DELETE /v2.0/networks/eafe446e-0002-4bd4-8944-370f74553a31 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1890] 10.0.0.153 () {32 vars in 690 bytes} [Sun Jun 28 21:23:04 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1891] 10.0.0.153 () {34 vars in 665 bytes} [Sun Jun 28 21:23:04 2026] POST /v2.0/ports => generated 966 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 21:23:04.749 8 INFO neutron_taas.services.taas.taas_plugin [None req-2c4c39e7-e18b-487a-bcb4-60f47091ed6c 477086c55f89459e9c4c53cb7abf3c85 eb7e13584f084e1ebaa1f55ab3630d33 - - default default] TaaS: Handle Delete Port: 0e066e40-ddc2-48b6-b3a1-dfcbcb81c847 2026-06-28 21:23:04.755 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c4c39e7-e18b-487a-bcb4-60f47091ed6c 477086c55f89459e9c4c53cb7abf3c85 eb7e13584f084e1ebaa1f55ab3630d33 - - default default] Tap Mirror: Handle Delete Port: 0e066e40-ddc2-48b6-b3a1-dfcbcb81c847 2026-06-28 21:23:04.823 7 INFO neutron_taas.services.taas.taas_plugin [None req-9a943a66-a0f5-443b-b6ed-0f358099594a df9f897867544f628d755d6f2e6bf062 0bb2c220bae94e8ab24f07e2d85038c5 - - default default] TaaS: Handle Delete Port: b2a4101e-035b-495d-b2ad-614de5069333 2026-06-28 21:23:04.827 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a943a66-a0f5-443b-b6ed-0f358099594a df9f897867544f628d755d6f2e6bf062 0bb2c220bae94e8ab24f07e2d85038c5 - - default default] Tap Mirror: Handle Delete Port: b2a4101e-035b-495d-b2ad-614de5069333 [pid: 8|app: 0|req: 945/1892] 10.0.0.153 () {32 vars in 720 bytes} [Sun Jun 28 21:23:04 2026] DELETE /v2.0/ports/0e066e40-ddc2-48b6-b3a1-dfcbcb81c847 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1893] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:23:04 2026] GET /v2.0/ports?device_id=842b1d6a-74b0-4d54-aedb-fdb6eaaf321b => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1894] 10.0.0.153 () {32 vars in 720 bytes} [Sun Jun 28 21:23:04 2026] DELETE /v2.0/ports/b2a4101e-035b-495d-b2ad-614de5069333 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:23:04.982 8 INFO neutron_taas.services.taas.taas_plugin [None req-8ecf0694-dd04-48b2-99dd-d9210c38422c 477086c55f89459e9c4c53cb7abf3c85 eb7e13584f084e1ebaa1f55ab3630d33 - - default default] TaaS: Handle Delete Port: 364c9449-d6dc-43b3-b0b9-2774a2d7075c [pid: 7|app: 0|req: 949/1895] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:23:04 2026] GET /v2.0/security-groups?id=f2e73eb1-04ab-4670-8bec-69102223aad4&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:23:04.986 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ecf0694-dd04-48b2-99dd-d9210c38422c 477086c55f89459e9c4c53cb7abf3c85 eb7e13584f084e1ebaa1f55ab3630d33 - - default default] Tap Mirror: Handle Delete Port: 364c9449-d6dc-43b3-b0b9-2774a2d7075c 2026-06-28 21:23:05.001 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9bb6c6e6-8402-45e3-b9b8-85e7519fc4fb df9f897867544f628d755d6f2e6bf062 0bb2c220bae94e8ab24f07e2d85038c5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 950/1896] 10.0.0.153 () {32 vars in 720 bytes} [Sun Jun 28 21:23:04 2026] DELETE /v2.0/ports/b2a4101e-035b-495d-b2ad-614de5069333 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1897] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:05 2026] GET /v2.0/security-groups?tenant_id=c10b13d61a1541da944db375e87b74f0&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:23:05.058 7 INFO neutron.pecan_wsgi.hooks.translation [None req-af05850c-c4e8-4504-b248-89d625c6273a df9f897867544f628d755d6f2e6bf062 0bb2c220bae94e8ab24f07e2d85038c5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 952/1898] 10.0.0.153 () {32 vars in 717 bytes} [Sun Jun 28 21:23:05 2026] GET /v2.0/ports/b2a4101e-035b-495d-b2ad-614de5069333 => 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: 947/1899] 10.0.0.153 () {32 vars in 720 bytes} [Sun Jun 28 21:23:04 2026] DELETE /v2.0/ports/364c9449-d6dc-43b3-b0b9-2774a2d7075c => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:23:05.102 7 INFO neutron.services.segments.plugin [-] Segment 5e902e08-82c2-41e9-bec0-677a75fb69f5 resource provider aggregate not found 2026-06-28 21:23:05.120 7 INFO neutron.services.segments.plugin [-] Segment 5e902e08-82c2-41e9-bec0-677a75fb69f5 resource provider aggregate not found 2026-06-28 21:23:05.124 7 INFO neutron.services.segments.plugin [-] Segment 5e902e08-82c2-41e9-bec0-677a75fb69f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e902e08-82c2-41e9-bec0-677a75fb69f5 found for delete ", "request_id": "req-54e1f6b0-5dd8-4b2e-b2c0-902a99ba666e"}]} 2026-06-28 21:23:05.139 7 INFO neutron.services.segments.plugin [-] Segment 5e902e08-82c2-41e9-bec0-677a75fb69f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e902e08-82c2-41e9-bec0-677a75fb69f5 found for delete ", "request_id": "req-f15904cf-03f8-4216-b263-69a506829d33"}]} [pid: 7|app: 0|req: 953/1900] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:05 2026] DELETE /v2.0/security-groups/fd6e7076-92c1-4cd1-85ba-6e376979d85b => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1901] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:23:05 2026] DELETE /v2.0/subnets/060761a4-0258-4d4b-9a10-7fc33e97fd17 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:23:05.295 7 INFO neutron_taas.services.taas.taas_plugin [None req-d0c17302-1d64-4501-8aa7-985cc8abbf37 477086c55f89459e9c4c53cb7abf3c85 eb7e13584f084e1ebaa1f55ab3630d33 - - default default] TaaS: Handle Delete Port: c0ddb684-bc69-4fe0-93ed-3ab70bceca59 2026-06-28 21:23:05.298 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0c17302-1d64-4501-8aa7-985cc8abbf37 477086c55f89459e9c4c53cb7abf3c85 eb7e13584f084e1ebaa1f55ab3630d33 - - default default] Tap Mirror: Handle Delete Port: c0ddb684-bc69-4fe0-93ed-3ab70bceca59 [pid: 8|app: 0|req: 949/1902] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:23:05 2026] DELETE /v2.0/networks/6bb43ef0-8fd5-4bad-a7d6-50308eef0a2c => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1903] 10.0.0.153 () {32 vars in 720 bytes} [Sun Jun 28 21:23:05 2026] DELETE /v2.0/ports/c0ddb684-bc69-4fe0-93ed-3ab70bceca59 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1904] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:05 2026] GET /v2.0/security-groups?tenant_id=e4f3757575f34a66921486555a19f010&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:23:05.435 7 INFO neutron.db.segments_db [None req-c8b6104b-1bd6-4f31-b497-090b47d43f4d df9f897867544f628d755d6f2e6bf062 0bb2c220bae94e8ab24f07e2d85038c5 - - default default] Added segment 94ef449f-ff13-49e1-b0c7-51f33956bdab of type vxlan for network abcec869-8f02-4a5a-b98e-ba519c989346 2026-06-28 21:23:05.490 8 INFO neutron_taas.services.taas.taas_plugin [None req-a4877e7d-7958-4180-9a65-8bf242995a29 477086c55f89459e9c4c53cb7abf3c85 eb7e13584f084e1ebaa1f55ab3630d33 - - default default] TaaS: Handle Delete Port: 3f42004b-de1b-4efd-a5f0-e4386d0aab0d 2026-06-28 21:23:05.493 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4877e7d-7958-4180-9a65-8bf242995a29 477086c55f89459e9c4c53cb7abf3c85 eb7e13584f084e1ebaa1f55ab3630d33 - - default default] Tap Mirror: Handle Delete Port: 3f42004b-de1b-4efd-a5f0-e4386d0aab0d [pid: 7|app: 0|req: 955/1905] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:23:05 2026] POST /v2.0/networks => generated 636 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1906] 10.0.0.153 () {32 vars in 720 bytes} [Sun Jun 28 21:23:05 2026] DELETE /v2.0/ports/3f42004b-de1b-4efd-a5f0-e4386d0aab0d => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1907] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:05 2026] DELETE /v2.0/security-groups/e85c839a-179a-4eb0-9fa3-0f9cebd649e1 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:23:05.694 7 INFO neutron_taas.services.taas.taas_plugin [None req-ecf9a878-5b39-4f0a-b0dc-bc65efade7ff 477086c55f89459e9c4c53cb7abf3c85 eb7e13584f084e1ebaa1f55ab3630d33 - - default default] TaaS: Handle Delete Port: 0a126715-43c9-4ce0-8d3e-df9de886e866 2026-06-28 21:23:05.697 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ecf9a878-5b39-4f0a-b0dc-bc65efade7ff 477086c55f89459e9c4c53cb7abf3c85 eb7e13584f084e1ebaa1f55ab3630d33 - - default default] Tap Mirror: Handle Delete Port: 0a126715-43c9-4ce0-8d3e-df9de886e866 [pid: 7|app: 0|req: 957/1908] 10.0.0.153 () {32 vars in 720 bytes} [Sun Jun 28 21:23:05 2026] DELETE /v2.0/ports/0a126715-43c9-4ce0-8d3e-df9de886e866 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1909] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:23:05 2026] POST /v2.0/subnets => generated 646 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1910] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:23:05 2026] DELETE /v2.0/networks/1722de7b-88d3-46a1-ade0-6c3252ef2842 => 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: 959/1911] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:23:05 2026] DELETE /v2.0/networks/491e4d36-772c-4480-a330-93a4a42c28ce => 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: 953/1912] 10.0.0.153 () {34 vars in 665 bytes} [Sun Jun 28 21:23:05 2026] POST /v2.0/ports => generated 927 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1913] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:23:06 2026] GET /v2.0/ports?device_id=842b1d6a-74b0-4d54-aedb-fdb6eaaf321b => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1914] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:23:06 2026] DELETE /v2.0/networks/4009d99e-74f5-4f12-aadf-183986eabc9c => 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: 955/1915] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:23:06 2026] GET /v2.0/security-groups?id=f2e73eb1-04ab-4670-8bec-69102223aad4&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:23:06.338 7 INFO neutron_taas.services.taas.taas_plugin [None req-973eb6c4-b6ef-4c9a-b525-9e08399c05a8 df9f897867544f628d755d6f2e6bf062 0bb2c220bae94e8ab24f07e2d85038c5 - - default default] TaaS: Handle Delete Port: d2229236-ce4d-4d17-8c29-0baa0b1c004e 2026-06-28 21:23:06.343 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-973eb6c4-b6ef-4c9a-b525-9e08399c05a8 df9f897867544f628d755d6f2e6bf062 0bb2c220bae94e8ab24f07e2d85038c5 - - default default] Tap Mirror: Handle Delete Port: d2229236-ce4d-4d17-8c29-0baa0b1c004e [pid: 8|app: 0|req: 956/1916] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:23:06 2026] DELETE /v2.0/networks/da1f5dad-3b2b-489a-90b4-e2c32478429f => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1917] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:23:06 2026] GET /v2.0/ports?device_id=842b1d6a-74b0-4d54-aedb-fdb6eaaf321b => 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: 961/1918] 10.0.0.153 () {32 vars in 720 bytes} [Sun Jun 28 21:23:06 2026] DELETE /v2.0/ports/d2229236-ce4d-4d17-8c29-0baa0b1c004e => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1919] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:23:06 2026] GET /v2.0/security-groups?id=f2e73eb1-04ab-4670-8bec-69102223aad4&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:23:06.519 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fe9fc820-9f81-4352-a66e-915fafa51553 df9f897867544f628d755d6f2e6bf062 0bb2c220bae94e8ab24f07e2d85038c5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 963/1920] 10.0.0.153 () {32 vars in 717 bytes} [Sun Jun 28 21:23:06 2026] GET /v2.0/ports/d2229236-ce4d-4d17-8c29-0baa0b1c004e => 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: 958/1921] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:23:06 2026] DELETE /v2.0/networks/9bc1f17d-c566-4719-ad6f-6958aa2cdfbc => 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: 959/1922] 10.0.0.153 () {32 vars in 736 bytes} [Sun Jun 28 21:23:06 2026] GET /v2.0/ports?device_id=842b1d6a-74b0-4d54-aedb-fdb6eaaf321b => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:23:06.592 8 INFO neutron.services.segments.plugin [-] Segment 72c4ab56-83ad-4c30-8d36-b3329214fbb8 resource provider aggregate not found 2026-06-28 21:23:06.600 8 INFO neutron.services.segments.plugin [-] Segment 72c4ab56-83ad-4c30-8d36-b3329214fbb8 resource provider aggregate not found 2026-06-28 21:23:06.617 8 INFO neutron.services.segments.plugin [-] Segment 72c4ab56-83ad-4c30-8d36-b3329214fbb8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72c4ab56-83ad-4c30-8d36-b3329214fbb8 found for delete ", "request_id": "req-0d23c56f-89f2-428e-a277-5cf5e6a8e098"}]} 2026-06-28 21:23:06.620 8 INFO neutron.services.segments.plugin [-] Segment 72c4ab56-83ad-4c30-8d36-b3329214fbb8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72c4ab56-83ad-4c30-8d36-b3329214fbb8 found for delete ", "request_id": "req-4273b847-72e8-4af9-87be-c7cd785be142"}]} [pid: 7|app: 0|req: 964/1923] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:23:06 2026] DELETE /v2.0/subnets/03cbd243-fa3d-45e7-a3b7-71f620e1e3dc => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:23:06.648 8 INFO neutron.services.segments.plugin [-] Segment 3d023670-c5f5-4dea-91ec-961260f8b1be resource provider aggregate not found 2026-06-28 21:23:06.649 8 INFO neutron.services.segments.plugin [-] Segment 3d023670-c5f5-4dea-91ec-961260f8b1be resource provider aggregate not found 2026-06-28 21:23:06.666 8 INFO neutron.services.segments.plugin [-] Segment 3d023670-c5f5-4dea-91ec-961260f8b1be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d023670-c5f5-4dea-91ec-961260f8b1be found for delete ", "request_id": "req-93e4544b-2a93-4f83-a864-6656110f7173"}]} 2026-06-28 21:23:06.674 8 INFO neutron.services.segments.plugin [-] Segment 3d023670-c5f5-4dea-91ec-961260f8b1be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d023670-c5f5-4dea-91ec-961260f8b1be found for delete ", "request_id": "req-ac1c2983-3b4c-4a8b-ac4d-7d6374eee04b"}]} 2026-06-28 21:23:06.695 8 INFO neutron.services.segments.plugin [-] Segment 957943c1-4b13-4a5c-9b99-ca3dd9a90006 resource provider aggregate not found 2026-06-28 21:23:06.707 8 INFO neutron.services.segments.plugin [-] Segment 957943c1-4b13-4a5c-9b99-ca3dd9a90006 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 957943c1-4b13-4a5c-9b99-ca3dd9a90006 found for delete ", "request_id": "req-0f899700-3467-4f04-816c-7121e8767272"}]} 2026-06-28 21:23:06.712 8 INFO neutron.services.segments.plugin [-] Segment 957943c1-4b13-4a5c-9b99-ca3dd9a90006 resource provider aggregate not found 2026-06-28 21:23:06.721 8 INFO neutron.services.segments.plugin [-] Segment c351450e-b8db-4704-95c3-aaf0de8d3d6e resource provider aggregate not found 2026-06-28 21:23:06.732 8 INFO neutron.services.segments.plugin [-] Segment 957943c1-4b13-4a5c-9b99-ca3dd9a90006 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 957943c1-4b13-4a5c-9b99-ca3dd9a90006 found for delete ", "request_id": "req-06234577-6e18-4f24-b867-2a5f3318a05e"}]} 2026-06-28 21:23:06.738 8 INFO neutron.services.segments.plugin [-] Segment c351450e-b8db-4704-95c3-aaf0de8d3d6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c351450e-b8db-4704-95c3-aaf0de8d3d6e found for delete ", "request_id": "req-1bf26551-8c53-4711-b8ef-b68e7ebe77e4"}]} 2026-06-28 21:23:06.759 8 INFO neutron.services.segments.plugin [-] Segment c351450e-b8db-4704-95c3-aaf0de8d3d6e resource provider aggregate not found 2026-06-28 21:23:06.781 8 INFO neutron.services.segments.plugin [-] Segment c351450e-b8db-4704-95c3-aaf0de8d3d6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c351450e-b8db-4704-95c3-aaf0de8d3d6e found for delete ", "request_id": "req-915cfd25-e3c0-4cc7-89f0-c8d176a29944"}]} [pid: 7|app: 0|req: 965/1924] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:23:06 2026] DELETE /v2.0/networks/abcec869-8f02-4a5a-b98e-ba519c989346 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1925] 10.0.0.153 () {34 vars in 665 bytes} [Sun Jun 28 21:23:06 2026] POST /v2.0/ports => generated 779 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:23:07.152 7 INFO neutron.services.segments.plugin [-] Segment b5559d1d-6dc5-4e36-b2a7-19ac3ce52c4b resource provider aggregate not found 2026-06-28 21:23:07.159 7 INFO neutron.services.segments.plugin [-] Segment b5559d1d-6dc5-4e36-b2a7-19ac3ce52c4b resource provider aggregate not found /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 21:23:07.175 7 INFO neutron.services.segments.plugin [-] Segment b5559d1d-6dc5-4e36-b2a7-19ac3ce52c4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5559d1d-6dc5-4e36-b2a7-19ac3ce52c4b found for delete ", "request_id": "req-4d7ae34e-c439-43a7-a452-341639f8ed24"}]} 2026-06-28 21:23:07.186 7 INFO neutron.services.segments.plugin [-] Segment b5559d1d-6dc5-4e36-b2a7-19ac3ce52c4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5559d1d-6dc5-4e36-b2a7-19ac3ce52c4b found for delete ", "request_id": "req-05552ca2-1cef-4dba-b1cb-412a275c5c0c"}]} 2026-06-28 21:23:07.201 7 INFO neutron.services.segments.plugin [-] Segment befca6f6-9621-422b-862e-88623e18e4b7 resource provider aggregate not found 2026-06-28 21:23:07.206 7 INFO neutron.services.segments.plugin [-] Segment befca6f6-9621-422b-862e-88623e18e4b7 resource provider aggregate not found 2026-06-28 21:23:07.219 7 INFO neutron.services.segments.plugin [-] Segment befca6f6-9621-422b-862e-88623e18e4b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid befca6f6-9621-422b-862e-88623e18e4b7 found for delete ", "request_id": "req-11816af8-e68b-44e8-a089-a4fd35421582"}]} 2026-06-28 21:23:07.223 7 INFO neutron.services.segments.plugin [-] Segment befca6f6-9621-422b-862e-88623e18e4b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid befca6f6-9621-422b-862e-88623e18e4b7 found for delete ", "request_id": "req-49506508-119d-462f-a28c-7f9515403c5c"}]} 2026-06-28 21:23:07.241 7 INFO neutron.services.segments.plugin [-] Segment 94ef449f-ff13-49e1-b0c7-51f33956bdab resource provider aggregate not found 2026-06-28 21:23:07.250 7 INFO neutron.services.segments.plugin [-] Segment 94ef449f-ff13-49e1-b0c7-51f33956bdab resource provider aggregate not found 2026-06-28 21:23:07.263 7 INFO neutron.services.segments.plugin [-] Segment 94ef449f-ff13-49e1-b0c7-51f33956bdab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94ef449f-ff13-49e1-b0c7-51f33956bdab found for delete ", "request_id": "req-4009a79c-df86-4ef4-8799-a023159c650d"}]} 2026-06-28 21:23:07.269 7 INFO neutron.services.segments.plugin [-] Segment 94ef449f-ff13-49e1-b0c7-51f33956bdab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94ef449f-ff13-49e1-b0c7-51f33956bdab found for delete ", "request_id": "req-6059ed86-e195-46d7-8060-030f68f21316"}]} 2026-06-28 21:23:07.389 8 INFO neutron.db.l3_db [None req-0ac15917-d28b-46bf-9e96-25438d5a4b47 1c0cb4917c3446eb91c9858c1f05272c 3d2b1b4349d34c678ec94ebf68512225 - - default default] Floating IP bbc17392-4890-4420-89c7-bcfc87e5fb2b associated. External IP: 10.96.250.209, port: 8e3dbed3-4529-4741-a405-cb7342dcbbe4. [pid: 7|app: 0|req: 967/1926] 10.0.0.153 () {34 vars in 737 bytes} [Sun Jun 28 21:23:07 2026] PUT /v2.0/ports/9c15558f-fad2-4721-81d4-8166b567ace5 => generated 752 bytes in 245 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-28 21:23:07.492 7 INFO neutron_taas.services.taas.taas_plugin [None req-ae324a65-48f5-4f1b-b927-08819b520220 df9f897867544f628d755d6f2e6bf062 0bb2c220bae94e8ab24f07e2d85038c5 - - default default] TaaS: Handle Delete Port: 9c15558f-fad2-4721-81d4-8166b567ace5 2026-06-28 21:23:07.495 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae324a65-48f5-4f1b-b927-08819b520220 df9f897867544f628d755d6f2e6bf062 0bb2c220bae94e8ab24f07e2d85038c5 - - default default] Tap Mirror: Handle Delete Port: 9c15558f-fad2-4721-81d4-8166b567ace5 [pid: 7|app: 0|req: 968/1927] 10.0.0.153 () {32 vars in 720 bytes} [Sun Jun 28 21:23:07 2026] DELETE /v2.0/ports/9c15558f-fad2-4721-81d4-8166b567ace5 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1928] 10.0.0.153 () {34 vars in 677 bytes} [Sun Jun 28 21:23:06 2026] POST /v2.0/floatingips => generated 856 bytes in 1156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1929] 10.0.0.153 () {32 vars in 643 bytes} [Sun Jun 28 21:23:07 2026] GET /v2.0/ports => generated 781 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:23:07.792 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cd1c606d-cc36-4f91-a198-80de99445d63'] response: {'name': 'network-changed', 'server_uuid': '842b1d6a-74b0-4d54-aedb-fdb6eaaf321b', 'tag': '8e3dbed3-4529-4741-a405-cb7342dcbbe4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 962/1930] 10.0.0.153 () {32 vars in 729 bytes} [Sun Jun 28 21:23:07 2026] GET /v2.0/floatingips/bbc17392-4890-4420-89c7-bcfc87e5fb2b => generated 856 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:23:07.822 8 INFO neutron.pecan_wsgi.hooks.translation [None req-42b72375-96c0-4f5d-b5a7-9c3400ed43ff df9f897867544f628d755d6f2e6bf062 0bb2c220bae94e8ab24f07e2d85038c5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 963/1931] 10.0.0.153 () {32 vars in 717 bytes} [Sun Jun 28 21:23:07 2026] GET /v2.0/ports/9c15558f-fad2-4721-81d4-8166b567ace5 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1932] 10.0.0.153 () {32 vars in 643 bytes} [Sun Jun 28 21:23:07 2026] GET /v2.0/ports => generated 781 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1933] 10.0.0.153 () {32 vars in 717 bytes} [Sun Jun 28 21:23:07 2026] GET /v2.0/ports/60b51e40-1c93-4bf7-9bd7-a6323e026ef9 => generated 778 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1934] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:07 2026] GET /v2.0/security-groups?tenant_id=3a78a1b34d374809b9a510256e9f295c&name=default => generated 2925 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:23:07.920 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8c9154f3-e2e6-47d9-8db2-60dbc7c68b3e df9f897867544f628d755d6f2e6bf062 0bb2c220bae94e8ab24f07e2d85038c5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 966/1935] 10.0.0.153 () {32 vars in 720 bytes} [Sun Jun 28 21:23:07 2026] DELETE /v2.0/ports/d2229236-ce4d-4d17-8c29-0baa0b1c004e => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:23:07.937 8 INFO neutron.pecan_wsgi.hooks.translation [None req-40fdea3b-7286-4035-ac08-3b1dbc225bed df9f897867544f628d755d6f2e6bf062 0bb2c220bae94e8ab24f07e2d85038c5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 967/1936] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:23:07 2026] DELETE /v2.0/subnets/03cbd243-fa3d-45e7-a3b7-71f620e1e3dc => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:23:07.953 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c51a1acf-692c-41a1-8142-539b1300350e df9f897867544f628d755d6f2e6bf062 0bb2c220bae94e8ab24f07e2d85038c5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 968/1937] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:23:07 2026] DELETE /v2.0/subnets/060761a4-0258-4d4b-9a10-7fc33e97fd17 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1938] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:07 2026] DELETE /v2.0/security-groups/8ec9f4db-37b5-405b-9abb-c3e8ec9e4a39 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:23:08.060 8 INFO neutron_taas.services.taas.taas_plugin [None req-e303f37e-0890-42b7-864b-873f689b7b77 df9f897867544f628d755d6f2e6bf062 0bb2c220bae94e8ab24f07e2d85038c5 - - default default] TaaS: Handle Delete Port: 60b51e40-1c93-4bf7-9bd7-a6323e026ef9 2026-06-28 21:23:08.063 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e303f37e-0890-42b7-864b-873f689b7b77 df9f897867544f628d755d6f2e6bf062 0bb2c220bae94e8ab24f07e2d85038c5 - - default default] Tap Mirror: Handle Delete Port: 60b51e40-1c93-4bf7-9bd7-a6323e026ef9 [pid: 8|app: 0|req: 969/1939] 10.0.0.153 () {32 vars in 720 bytes} [Sun Jun 28 21:23:07 2026] DELETE /v2.0/ports/60b51e40-1c93-4bf7-9bd7-a6323e026ef9 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1940] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:23:08 2026] DELETE /v2.0/networks/402bd8fc-56a7-41d7-89d7-c50865b2264c => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1941] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:08 2026] GET /v2.0/security-groups?tenant_id=ab72ec29b0d8431491527cb2c0431190&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1942] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:23:08 2026] GET /v2.0/ports?tenant_id=3d2b1b4349d34c678ec94ebf68512225&device_id=842b1d6a-74b0-4d54-aedb-fdb6eaaf321b => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1943] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:23:08 2026] GET /v2.0/networks?id=0ca63d15-da9f-4418-8065-9f9f31484e70 => generated 757 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1944] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:08 2026] DELETE /v2.0/security-groups/35086234-6b63-4d79-a565-ccc067860902 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1945] 199.204.45.227 () {34 vars in 1060 bytes} [Sun Jun 28 21:23:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=8e3dbed3-4529-4741-a405-cb7342dcbbe4 => generated 859 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1946] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:23:08 2026] GET /v2.0/subnets?id=b589bb19-0439-4a8d-8afd-af94de3f7ea2 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1947] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:23:08 2026] GET /v2.0/ports?network_id=0ca63d15-da9f-4418-8065-9f9f31484e70&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: 973/1948] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:23:08 2026] GET /v2.0/networks/0ca63d15-da9f-4418-8065-9f9f31484e70?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1949] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:08 2026] GET /v2.0/security-groups?tenant_id=eb7e13584f084e1ebaa1f55ab3630d33&name=default => generated 2925 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1950] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:23:08 2026] GET /v2.0/networks/0ca63d15-da9f-4418-8065-9f9f31484e70?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1951] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:08 2026] DELETE /v2.0/security-groups/0fbfd4a4-a023-472e-aeff-e4b9e204f44a => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1952] 10.0.0.153 () {32 vars in 729 bytes} [Sun Jun 28 21:23:08 2026] GET /v2.0/floatingips/bbc17392-4890-4420-89c7-bcfc87e5fb2b => generated 856 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1953] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:08 2026] GET /v2.0/security-groups?tenant_id=0bb2c220bae94e8ab24f07e2d85038c5&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: 976/1954] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:09 2026] DELETE /v2.0/security-groups/84b158a7-8c6b-43a9-8397-b3105fe35d27 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:23:09.282 7 INFO neutron.services.segments.plugin [-] Segment 35fe79cc-ddbb-48c0-9f8d-c27d70c1fad4 resource provider aggregate not found 2026-06-28 21:23:09.287 7 INFO neutron.services.segments.plugin [-] Segment 35fe79cc-ddbb-48c0-9f8d-c27d70c1fad4 resource provider aggregate not found 2026-06-28 21:23:09.302 7 INFO neutron.services.segments.plugin [-] Segment 35fe79cc-ddbb-48c0-9f8d-c27d70c1fad4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35fe79cc-ddbb-48c0-9f8d-c27d70c1fad4 found for delete ", "request_id": "req-4d613d13-51e9-4f80-b91e-a1b5a7e38463"}]} 2026-06-28 21:23:09.317 7 INFO neutron.services.segments.plugin [-] Segment 35fe79cc-ddbb-48c0-9f8d-c27d70c1fad4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35fe79cc-ddbb-48c0-9f8d-c27d70c1fad4 found for delete ", "request_id": "req-99f2215e-644f-4593-9a1a-35c15661034e"}]} [pid: 7|app: 0|req: 979/1955] 10.0.0.153 () {32 vars in 729 bytes} [Sun Jun 28 21:23:09 2026] GET /v2.0/floatingips/bbc17392-4890-4420-89c7-bcfc87e5fb2b => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:23:10.192 8 INFO neutron.db.segments_db [None req-429c7916-4fc5-4736-9f10-8a562b1a5cb8 e4f7b201e82244f3802997c488db63ba c4815c52cceb41ed8c7e8de950e206e4 - - default default] Added segment bf84dd62-43a3-45ff-938a-5a2d355cd2f2 of type vxlan for network 34114212-ac53-415f-9102-43a0a66c6cfc [pid: 8|app: 0|req: 977/1956] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:23:09 2026] POST /v2.0/networks => generated 631 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:23:10.350 7 INFO neutron.db.segments_db [None req-4ecad95b-e6c8-4324-b596-efb0da388599 e4f7b201e82244f3802997c488db63ba c4815c52cceb41ed8c7e8de950e206e4 - - default default] Added segment 8284a2fe-c414-4a26-bd88-cdb0de30dce9 of type vxlan for network 6cc68838-38aa-4bf9-9cae-b13bb9886084 [pid: 7|app: 0|req: 980/1957] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:23:10 2026] POST /v2.0/networks => generated 632 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:23:10.495 8 INFO neutron.db.segments_db [None req-b308d9cb-4874-43ba-a92c-b4d1a19849b5 e4f7b201e82244f3802997c488db63ba c4815c52cceb41ed8c7e8de950e206e4 - - default default] Added segment 3675d5b5-e98a-4235-96a3-a2ba890a2ba0 of type vxlan for network b4dd6732-5951-4ea2-881b-7875f597df34 [pid: 8|app: 0|req: 978/1958] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:23:10 2026] POST /v2.0/networks => generated 632 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:23:10.647 7 INFO neutron.db.segments_db [None req-a85fa502-35bd-41d1-a2ae-fe94e3a01120 e4f7b201e82244f3802997c488db63ba c4815c52cceb41ed8c7e8de950e206e4 - - default default] Added segment 9f2a6649-035d-4c55-9473-6af696bb7467 of type vxlan for network 39978ba7-1b9c-423c-95bd-24b1eddc904c [pid: 7|app: 0|req: 981/1959] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:23:10 2026] POST /v2.0/networks => generated 631 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:23:10.825 8 INFO neutron.db.segments_db [None req-75c912a5-945b-4ac9-8592-ab75aa1b2baa e4f7b201e82244f3802997c488db63ba c4815c52cceb41ed8c7e8de950e206e4 - - default default] Added segment 6977dc46-b144-404f-b3d2-16ebdfe4b7e1 of type vxlan for network a4fae37b-5555-4a70-93b6-b8cfea224d1a [pid: 8|app: 0|req: 979/1960] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:23:10 2026] POST /v2.0/networks => generated 632 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1961] 10.0.0.153 () {34 vars in 753 bytes} [Sun Jun 28 21:23:10 2026] PUT /v2.0/networks/34114212-ac53-415f-9102-43a0a66c6cfc/tags => generated 17 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1962] 10.0.0.153 () {34 vars in 753 bytes} [Sun Jun 28 21:23:10 2026] PUT /v2.0/networks/6cc68838-38aa-4bf9-9cae-b13bb9886084/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1963] 10.0.0.153 () {34 vars in 753 bytes} [Sun Jun 28 21:23:11 2026] PUT /v2.0/networks/b4dd6732-5951-4ea2-881b-7875f597df34/tags => generated 34 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1964] 10.0.0.153 () {34 vars in 753 bytes} [Sun Jun 28 21:23:11 2026] PUT /v2.0/networks/39978ba7-1b9c-423c-95bd-24b1eddc904c/tags => generated 19 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1965] 10.0.0.153 () {32 vars in 666 bytes} [Sun Jun 28 21:23:11 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1966] 10.0.0.153 () {32 vars in 680 bytes} [Sun Jun 28 21:23:11 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1967] 10.0.0.153 () {34 vars in 684 bytes} [Sun Jun 28 21:23:10 2026] POST /v2.0/security-groups => generated 1625 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1968] 10.0.0.153 () {32 vars in 663 bytes} [Sun Jun 28 21:23:11 2026] GET /v2.0/security-groups => generated 4530 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1969] 10.0.0.153 () {32 vars in 676 bytes} [Sun Jun 28 21:23:11 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1970] 10.0.0.153 () {32 vars in 688 bytes} [Sun Jun 28 21:23:11 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1971] 10.0.0.153 () {34 vars in 758 bytes} [Sun Jun 28 21:23:11 2026] PUT /v2.0/security-groups/88fa7ed4-662e-4cea-a1cc-671b4db8ab4e => generated 1663 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1972] 10.0.0.153 () {32 vars in 674 bytes} [Sun Jun 28 21:23:11 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1973] 10.0.0.153 () {32 vars in 737 bytes} [Sun Jun 28 21:23:11 2026] GET /v2.0/security-groups/88fa7ed4-662e-4cea-a1cc-671b4db8ab4e => generated 1663 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1974] 10.0.0.153 () {32 vars in 688 bytes} [Sun Jun 28 21:23:11 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1975] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:11 2026] DELETE /v2.0/security-groups/88fa7ed4-662e-4cea-a1cc-671b4db8ab4e => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1976] 10.0.0.153 () {32 vars in 663 bytes} [Sun Jun 28 21:23:11 2026] GET /v2.0/security-groups => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:23:11.612 8 INFO neutron.api.v2.resource [None req-eb828343-2856-428c-b500-ee312c2cdf49 b5473c18b70645c18485bff913aa395c a6eaf65405ed4ff880757f4e6db0f5b5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 986/1977] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:11 2026] DELETE /v2.0/security-groups/88fa7ed4-662e-4cea-a1cc-671b4db8ab4e => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1978] 10.0.0.153 () {32 vars in 684 bytes} [Sun Jun 28 21:23:11 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1979] 10.0.0.153 () {32 vars in 696 bytes} [Sun Jun 28 21:23:11 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1980] 10.0.0.153 () {34 vars in 684 bytes} [Sun Jun 28 21:23:11 2026] POST /v2.0/security-groups => generated 1625 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-28 21:23:11.790 7 INFO neutron.services.segments.plugin [-] Segment bf84dd62-43a3-45ff-938a-5a2d355cd2f2 resource provider aggregate not found 2026-06-28 21:23:11.795 7 INFO neutron.services.segments.plugin [-] Segment bf84dd62-43a3-45ff-938a-5a2d355cd2f2 resource provider aggregate not found [pid: 8|app: 0|req: 988/1981] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:23:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:23:11.810 7 INFO neutron.services.segments.plugin [-] Segment bf84dd62-43a3-45ff-938a-5a2d355cd2f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf84dd62-43a3-45ff-938a-5a2d355cd2f2 found for delete ", "request_id": "req-18a7a502-ca22-4a01-8970-a66ce166eb03"}]} [pid: 8|app: 0|req: 989/1982] 10.0.0.153 () {32 vars in 747 bytes} [Sun Jun 28 21:23:11 2026] GET /v2.0/security-group-rules/0a1ae32f-6c69-488f-958f-6f7e2316a9e9 => generated 601 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:23:11.813 7 INFO neutron.services.segments.plugin [-] Segment bf84dd62-43a3-45ff-938a-5a2d355cd2f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf84dd62-43a3-45ff-938a-5a2d355cd2f2 found for delete ", "request_id": "req-90b32ef5-3224-4a57-97df-f558454e947f"}]} [pid: 7|app: 0|req: 994/1983] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:23:11 2026] DELETE /v2.0/networks/34114212-ac53-415f-9102-43a0a66c6cfc => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1984] 10.0.0.153 () {32 vars in 673 bytes} [Sun Jun 28 21:23:11 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1985] 10.0.0.153 () {32 vars in 750 bytes} [Sun Jun 28 21:23:11 2026] DELETE /v2.0/security-group-rules/0a1ae32f-6c69-488f-958f-6f7e2316a9e9 => 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: 995/1986] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:23:11 2026] DELETE /v2.0/networks/6cc68838-38aa-4bf9-9cae-b13bb9886084 => 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: 992/1987] 10.0.0.153 () {32 vars in 673 bytes} [Sun Jun 28 21:23:11 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1988] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:23:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1989] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:23:11 2026] DELETE /v2.0/networks/b4dd6732-5951-4ea2-881b-7875f597df34 => 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: 994/1990] 10.0.0.153 () {32 vars in 747 bytes} [Sun Jun 28 21:23:12 2026] GET /v2.0/security-group-rules/d6dbb60d-7953-49bf-a6e9-7dd6317d72b2 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1991] 10.0.0.153 () {32 vars in 673 bytes} [Sun Jun 28 21:23:12 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1992] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:23:12 2026] DELETE /v2.0/networks/39978ba7-1b9c-423c-95bd-24b1eddc904c => 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: 996/1993] 10.0.0.153 () {32 vars in 750 bytes} [Sun Jun 28 21:23:12 2026] DELETE /v2.0/security-group-rules/d6dbb60d-7953-49bf-a6e9-7dd6317d72b2 => 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: 998/1996] 10.0.0.153 () {32 vars in 673 bytes} [Sun Jun 28 21:23:12 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) 2026-06-28 21:23:12.321 8 INFO neutron.db.securitygroups_db [None req-8a1bff2f-1f8c-4135-a4d3-f43183a48dbb b5473c18b70645c18485bff913aa395c a6eaf65405ed4ff880757f4e6db0f5b5 - - default default] Project a6eaf65405ed4ff880757f4e6db0f5b5 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: 999/1997] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:23:12 2026] DELETE /v2.0/networks/a4fae37b-5555-4a70-93b6-b8cfea224d1a => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1998] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:23:12 2026] POST /v2.0/security-group-rules => generated 607 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1999] 10.0.0.153 () {32 vars in 747 bytes} [Sun Jun 28 21:23:12 2026] GET /v2.0/security-group-rules/28b8b54c-0c52-44eb-91da-0232af64406c => generated 607 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2000] 10.0.0.153 () {32 vars in 673 bytes} [Sun Jun 28 21:23:12 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2001] 10.0.0.153 () {32 vars in 750 bytes} [Sun Jun 28 21:23:12 2026] DELETE /v2.0/security-group-rules/28b8b54c-0c52-44eb-91da-0232af64406c => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2002] 10.0.0.153 () {32 vars in 673 bytes} [Sun Jun 28 21:23:12 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2003] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:12 2026] DELETE /v2.0/security-groups/3b137f0c-e554-42e8-ae66-8bae9e02be5d => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2004] 10.0.0.153 () {32 vars in 663 bytes} [Sun Jun 28 21:23:12 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: 7|app: 0|req: 1003/2005] 10.0.0.153 () {32 vars in 663 bytes} [Sun Jun 28 21:23:12 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:23:13.308 8 INFO neutron.db.segments_db [None req-93b6ba95-2580-47de-9cbb-95fbb7350ba8 e7e9bd2e2dba4790b1949975554b4893 727bc6c0cd3f4220bba589212a257e4c - - default default] Added segment 8deda5f1-fdbf-4f4b-b356-a339d7b9a1d9 of type vxlan for network 5d2019e7-df92-45d9-afb0-c7e6ca4c28dc [pid: 7|app: 0|req: 1004/2006] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:13 2026] GET /v2.0/security-groups?tenant_id=77d78dc526964f5f90312592a01043e9&name=default => generated 2925 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2007] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:23:13 2026] POST /v2.0/networks => generated 631 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2008] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:13 2026] GET /v2.0/security-groups?tenant_id=a6eaf65405ed4ff880757f4e6db0f5b5&name=default => generated 2925 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2009] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:13 2026] DELETE /v2.0/security-groups/d8099ea5-1e88-480e-93ba-1295bc11f53c => 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: 1005/2010] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:13 2026] DELETE /v2.0/security-groups/797c32c8-4e16-4c4b-8a2a-bc53c8d5c475 => 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: 1006/2011] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:13 2026] GET /v2.0/security-groups?tenant_id=c4815c52cceb41ed8c7e8de950e206e4&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2012] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:23:13 2026] POST /v2.0/subnets => generated 626 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:23:13.742 7 INFO neutron.db.segments_db [None req-6ea2329f-7294-495c-bc6b-612eedb20449 e7e9bd2e2dba4790b1949975554b4893 727bc6c0cd3f4220bba589212a257e4c - - default default] Added segment 9ab433cf-5919-4e8a-93e4-c2f271bc9b1a of type vxlan for network 05d9bccb-f359-4db0-a018-5577b85f949a [pid: 8|app: 0|req: 1007/2013] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:13 2026] DELETE /v2.0/security-groups/c58595de-ed90-4001-8b76-ff37165fd0d1 => 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: 1007/2014] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:23:13 2026] POST /v2.0/networks => generated 631 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:23:13.836 7 INFO neutron.services.segments.plugin [-] Segment 8284a2fe-c414-4a26-bd88-cdb0de30dce9 resource provider aggregate not found 2026-06-28 21:23:13.840 7 INFO neutron.services.segments.plugin [-] Segment 8284a2fe-c414-4a26-bd88-cdb0de30dce9 resource provider aggregate not found 2026-06-28 21:23:13.852 7 INFO neutron.services.segments.plugin [-] Segment 8284a2fe-c414-4a26-bd88-cdb0de30dce9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8284a2fe-c414-4a26-bd88-cdb0de30dce9 found for delete ", "request_id": "req-f51b2b2b-4e63-45c7-8249-1a1c8d0744fa"}]} 2026-06-28 21:23:13.858 7 INFO neutron.services.segments.plugin [-] Segment 8284a2fe-c414-4a26-bd88-cdb0de30dce9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8284a2fe-c414-4a26-bd88-cdb0de30dce9 found for delete ", "request_id": "req-4207a5aa-46a9-445a-957d-4b0a47d87bad"}]} 2026-06-28 21:23:13.875 7 INFO neutron.services.segments.plugin [-] Segment 3675d5b5-e98a-4235-96a3-a2ba890a2ba0 resource provider aggregate not found 2026-06-28 21:23:13.882 7 INFO neutron.services.segments.plugin [-] Segment 3675d5b5-e98a-4235-96a3-a2ba890a2ba0 resource provider aggregate not found 2026-06-28 21:23:13.899 7 INFO neutron.services.segments.plugin [-] Segment 3675d5b5-e98a-4235-96a3-a2ba890a2ba0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3675d5b5-e98a-4235-96a3-a2ba890a2ba0 found for delete ", "request_id": "req-db36c3ee-5c6e-4dee-aed3-c27459011552"}]} 2026-06-28 21:23:13.905 7 INFO neutron.services.segments.plugin [-] Segment 3675d5b5-e98a-4235-96a3-a2ba890a2ba0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3675d5b5-e98a-4235-96a3-a2ba890a2ba0 found for delete ", "request_id": "req-51c2f3a1-0044-4139-9afe-5e80e9b65d5f"}]} 2026-06-28 21:23:13.925 7 INFO neutron.services.segments.plugin [-] Segment 9f2a6649-035d-4c55-9473-6af696bb7467 resource provider aggregate not found 2026-06-28 21:23:13.928 7 INFO neutron.services.segments.plugin [-] Segment 9f2a6649-035d-4c55-9473-6af696bb7467 resource provider aggregate not found 2026-06-28 21:23:13.949 7 INFO neutron.services.segments.plugin [-] Segment 9f2a6649-035d-4c55-9473-6af696bb7467 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f2a6649-035d-4c55-9473-6af696bb7467 found for delete ", "request_id": "req-3dfb3d54-960e-4403-a493-97f89a979c57"}]} 2026-06-28 21:23:13.955 7 INFO neutron.services.segments.plugin [-] Segment 9f2a6649-035d-4c55-9473-6af696bb7467 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f2a6649-035d-4c55-9473-6af696bb7467 found for delete ", "request_id": "req-f8bc4d78-1b00-4dff-93d2-29d08d881816"}]} 2026-06-28 21:23:13.974 7 INFO neutron.services.segments.plugin [-] Segment 6977dc46-b144-404f-b3d2-16ebdfe4b7e1 resource provider aggregate not found 2026-06-28 21:23:13.979 7 INFO neutron.services.segments.plugin [-] Segment 6977dc46-b144-404f-b3d2-16ebdfe4b7e1 resource provider aggregate not found 2026-06-28 21:23:13.992 7 INFO neutron.services.segments.plugin [-] Segment 6977dc46-b144-404f-b3d2-16ebdfe4b7e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6977dc46-b144-404f-b3d2-16ebdfe4b7e1 found for delete ", "request_id": "req-386bccdd-cc11-40f8-9494-1e241ab6068f"}]} 2026-06-28 21:23:14.000 7 INFO neutron.services.segments.plugin [-] Segment 6977dc46-b144-404f-b3d2-16ebdfe4b7e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6977dc46-b144-404f-b3d2-16ebdfe4b7e1 found for delete ", "request_id": "req-cd9cfdc3-15aa-4b7b-9476-4730af598ab3"}]} [pid: 8|app: 0|req: 1008/2015] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:23:13 2026] POST /v2.0/subnets => generated 629 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:23:14.150 8 INFO neutron.db.segments_db [None req-86fbc57b-b6e6-4d6c-bc8c-2084977109f4 e7e9bd2e2dba4790b1949975554b4893 727bc6c0cd3f4220bba589212a257e4c - - default default] Added segment f4b95ecf-75ca-44c3-a8e2-96c02303a866 of type vxlan for network 7c60e16c-cfe0-4d95-bde0-db3311a27f4d [pid: 7|app: 0|req: 1008/2016] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:14 2026] GET /v2.0/security-groups?tenant_id=4dc513d8e7ad40d6b4dd525202bf563a&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2017] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:23:14 2026] POST /v2.0/networks => generated 632 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2018] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:14 2026] DELETE /v2.0/security-groups/08eb205b-9549-42ec-9a1f-511761b2b9cd => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2019] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:23:14 2026] POST /v2.0/subnets => generated 629 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:23:14.593 7 INFO neutron.db.segments_db [None req-6707ae52-bc0a-4c79-82d3-07898c29d14d e7e9bd2e2dba4790b1949975554b4893 727bc6c0cd3f4220bba589212a257e4c - - default default] Added segment d0398280-41fb-440b-8f06-4bc1fedb2982 of type vxlan for network ecd5e878-4c4e-4876-a001-b6269def8fea [pid: 7|app: 0|req: 1010/2020] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:23:14 2026] POST /v2.0/networks => generated 631 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2021] 10.0.0.127 () {34 vars in 990 bytes} [Sun Jun 28 21:23:14 2026] GET /v2.0/ports?device_id=842b1d6a-74b0-4d54-aedb-fdb6eaaf321b => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2022] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:23:14 2026] POST /v2.0/subnets => generated 629 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2023] 10.0.0.127 () {34 vars in 1040 bytes} [Sun Jun 28 21:23:14 2026] GET /v2.0/security-groups?id=f2e73eb1-04ab-4670-8bec-69102223aad4&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-28 21:23:14.968 8 INFO neutron.db.segments_db [None req-d6d6a654-52e9-4ca2-bf96-df4f2dbaf1c7 e7e9bd2e2dba4790b1949975554b4893 727bc6c0cd3f4220bba589212a257e4c - - default default] Added segment 3b386bd9-0ef9-4316-ac94-80801c5f8b1d of type vxlan for network 52f156f9-568c-4265-8206-4123ba0d4912 [pid: 8|app: 0|req: 1012/2024] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:23:14 2026] POST /v2.0/networks => generated 632 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2025] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:23:15 2026] POST /v2.0/subnets => generated 629 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2026] 10.0.0.153 () {34 vars in 751 bytes} [Sun Jun 28 21:23:15 2026] PUT /v2.0/subnets/f59d92aa-8392-49f5-ac21-bb00479b5b33/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2027] 10.0.0.153 () {34 vars in 751 bytes} [Sun Jun 28 21:23:15 2026] PUT /v2.0/subnets/bcf3ef59-4e4a-4aad-80dc-936dbd38bda0/tags => generated 25 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2028] 10.0.0.153 () {34 vars in 751 bytes} [Sun Jun 28 21:23:15 2026] PUT /v2.0/subnets/176f90c8-2437-466f-a462-c6bb0c822107/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: 1015/2029] 10.0.0.153 () {34 vars in 751 bytes} [Sun Jun 28 21:23:15 2026] PUT /v2.0/subnets/7f5c5660-103f-49f5-8d8e-d50ec41435da/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2030] 10.0.0.153 () {32 vars in 664 bytes} [Sun Jun 28 21:23:15 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2031] 10.0.0.153 () {32 vars in 678 bytes} [Sun Jun 28 21:23:15 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2032] 10.0.0.153 () {32 vars in 674 bytes} [Sun Jun 28 21:23:15 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: 7|app: 0|req: 1017/2033] 10.0.0.153 () {32 vars in 686 bytes} [Sun Jun 28 21:23:15 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2034] 10.0.0.153 () {32 vars in 672 bytes} [Sun Jun 28 21:23:15 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2035] 10.0.0.153 () {32 vars in 686 bytes} [Sun Jun 28 21:23:15 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2036] 10.0.0.153 () {32 vars in 682 bytes} [Sun Jun 28 21:23:15 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2037] 10.0.0.153 () {32 vars in 694 bytes} [Sun Jun 28 21:23:15 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2038] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:23:15 2026] DELETE /v2.0/subnets/f59d92aa-8392-49f5-ac21-bb00479b5b33 => 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: 1020/2039] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:23:16 2026] DELETE /v2.0/subnets/bcf3ef59-4e4a-4aad-80dc-936dbd38bda0 => 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: 1020/2040] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:23:16 2026] DELETE /v2.0/subnets/176f90c8-2437-466f-a462-c6bb0c822107 => 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: 1021/2041] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:23:16 2026] DELETE /v2.0/subnets/7f5c5660-103f-49f5-8d8e-d50ec41435da => 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: 1021/2042] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:23:16 2026] DELETE /v2.0/subnets/ba720dbe-373c-4c58-aa3a-b702e3082517 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:23:16.789 7 INFO neutron_taas.services.taas.taas_plugin [None req-246ee123-9034-4df2-b8e5-11dd4131b997 e7e9bd2e2dba4790b1949975554b4893 727bc6c0cd3f4220bba589212a257e4c - - default default] TaaS: Handle Delete Port: 090de249-fea7-4a0d-a724-24fe72b59b9c 2026-06-28 21:23:16.792 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-246ee123-9034-4df2-b8e5-11dd4131b997 e7e9bd2e2dba4790b1949975554b4893 727bc6c0cd3f4220bba589212a257e4c - - default default] Tap Mirror: Handle Delete Port: 090de249-fea7-4a0d-a724-24fe72b59b9c 2026-06-28 21:23:16.993 7 INFO neutron.services.segments.plugin [-] Segment 8deda5f1-fdbf-4f4b-b356-a339d7b9a1d9 resource provider aggregate not found 2026-06-28 21:23:16.998 7 INFO neutron.services.segments.plugin [-] Segment 8deda5f1-fdbf-4f4b-b356-a339d7b9a1d9 resource provider aggregate not found 2026-06-28 21:23:17.015 7 INFO neutron.services.segments.plugin [-] Segment 8deda5f1-fdbf-4f4b-b356-a339d7b9a1d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8deda5f1-fdbf-4f4b-b356-a339d7b9a1d9 found for delete ", "request_id": "req-e0690049-804c-4f2a-bfdf-b47c759a81f1"}]} 2026-06-28 21:23:17.020 7 INFO neutron.services.segments.plugin [-] Segment 8deda5f1-fdbf-4f4b-b356-a339d7b9a1d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8deda5f1-fdbf-4f4b-b356-a339d7b9a1d9 found for delete ", "request_id": "req-89480cb0-a0d9-4c25-88d4-f7671c71e52f"}]} [pid: 7|app: 0|req: 1022/2043] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:23:16 2026] DELETE /v2.0/networks/5d2019e7-df92-45d9-afb0-c7e6ca4c28dc => generated 0 bytes in 353 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:23:17.172 8 INFO neutron.services.segments.plugin [-] Segment 9ab433cf-5919-4e8a-93e4-c2f271bc9b1a resource provider aggregate not found 2026-06-28 21:23:17.185 8 INFO neutron.services.segments.plugin [-] Segment 9ab433cf-5919-4e8a-93e4-c2f271bc9b1a resource provider aggregate not found 2026-06-28 21:23:17.196 8 INFO neutron.services.segments.plugin [-] Segment 9ab433cf-5919-4e8a-93e4-c2f271bc9b1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ab433cf-5919-4e8a-93e4-c2f271bc9b1a found for delete ", "request_id": "req-e8205e8d-15a4-4573-8ef4-25c501705f20"}]} 2026-06-28 21:23:17.202 8 INFO neutron.services.segments.plugin [-] Segment 9ab433cf-5919-4e8a-93e4-c2f271bc9b1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ab433cf-5919-4e8a-93e4-c2f271bc9b1a found for delete ", "request_id": "req-d27f3787-3a17-4f03-b6f6-2a48e77bf161"}]} [pid: 8|app: 0|req: 1022/2044] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:23:17 2026] DELETE /v2.0/networks/05d9bccb-f359-4db0-a018-5577b85f949a => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2045] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:23:17 2026] DELETE /v2.0/networks/7c60e16c-cfe0-4d95-bde0-db3311a27f4d => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2046] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:23:17 2026] DELETE /v2.0/networks/ecd5e878-4c4e-4876-a001-b6269def8fea => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2047] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:23:17 2026] DELETE /v2.0/networks/52f156f9-568c-4265-8206-4123ba0d4912 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2048] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:18 2026] GET /v2.0/security-groups?tenant_id=e667194209484fbebf91288f2652c781&name=default => generated 2925 bytes in 382 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2049] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:18 2026] DELETE /v2.0/security-groups/fe776f3b-c536-4660-a26b-18ddf9cf7b9b => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2050] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:18 2026] GET /v2.0/security-groups?tenant_id=a23d1c15955c4b3aa811cd3580e29481&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2051] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:18 2026] DELETE /v2.0/security-groups/eee80c26-7791-4db7-8b41-37b0905ce212 => 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: 1026/2052] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:18 2026] GET /v2.0/security-groups?tenant_id=2a8885fcf9c24144aa419998d38f80b4&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:23:19.035 7 INFO neutron.services.segments.plugin [-] Segment f4b95ecf-75ca-44c3-a8e2-96c02303a866 resource provider aggregate not found 2026-06-28 21:23:19.044 7 INFO neutron.services.segments.plugin [-] Segment f4b95ecf-75ca-44c3-a8e2-96c02303a866 resource provider aggregate not found [pid: 8|app: 0|req: 1027/2053] 10.0.0.153 () {34 vars in 678 bytes} [Sun Jun 28 21:23:18 2026] POST /v2.0/qos/policies => generated 359 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:23:19.057 7 INFO neutron.services.segments.plugin [-] Segment f4b95ecf-75ca-44c3-a8e2-96c02303a866 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4b95ecf-75ca-44c3-a8e2-96c02303a866 found for delete ", "request_id": "req-afe676e6-4a2d-4977-8fcd-bf062c0c1862"}]} 2026-06-28 21:23:19.062 7 INFO neutron.services.segments.plugin [-] Segment f4b95ecf-75ca-44c3-a8e2-96c02303a866 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4b95ecf-75ca-44c3-a8e2-96c02303a866 found for delete ", "request_id": "req-8c11ec30-a1eb-4862-a272-025e4a1355bf"}]} 2026-06-28 21:23:19.081 7 INFO neutron.services.segments.plugin [-] Segment 3b386bd9-0ef9-4316-ac94-80801c5f8b1d resource provider aggregate not found 2026-06-28 21:23:19.086 7 INFO neutron.services.segments.plugin [-] Segment 3b386bd9-0ef9-4316-ac94-80801c5f8b1d resource provider aggregate not found [pid: 7|app: 0|req: 1027/2054] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:18 2026] DELETE /v2.0/security-groups/9716a452-9bfc-45ab-ad96-62199a3231c0 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:23:19.105 7 INFO neutron.services.segments.plugin [-] Segment 3b386bd9-0ef9-4316-ac94-80801c5f8b1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b386bd9-0ef9-4316-ac94-80801c5f8b1d found for delete ", "request_id": "req-cd7a1981-7e39-4c49-8c86-051436f748f3"}]} 2026-06-28 21:23:19.110 7 INFO neutron.services.segments.plugin [-] Segment 3b386bd9-0ef9-4316-ac94-80801c5f8b1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b386bd9-0ef9-4316-ac94-80801c5f8b1d found for delete ", "request_id": "req-c2b7fb9f-e965-4346-80b9-a06b99e7d8ef"}]} [pid: 8|app: 0|req: 1028/2055] 10.0.0.153 () {34 vars in 678 bytes} [Sun Jun 28 21:23:19 2026] POST /v2.0/qos/policies => generated 359 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2056] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:19 2026] GET /v2.0/security-groups?tenant_id=727bc6c0cd3f4220bba589212a257e4c&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2057] 10.0.0.153 () {34 vars in 678 bytes} [Sun Jun 28 21:23:19 2026] POST /v2.0/qos/policies => generated 359 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2058] 10.0.0.153 () {34 vars in 678 bytes} [Sun Jun 28 21:23:19 2026] POST /v2.0/qos/policies => generated 359 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2059] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:19 2026] DELETE /v2.0/security-groups/1e87ce71-5bdc-4210-9389-3116329d9e67 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:23:19.236 8 INFO neutron.services.segments.plugin [-] Segment d0398280-41fb-440b-8f06-4bc1fedb2982 resource provider aggregate not found 2026-06-28 21:23:19.241 8 INFO neutron.services.segments.plugin [-] Segment d0398280-41fb-440b-8f06-4bc1fedb2982 resource provider aggregate not found 2026-06-28 21:23:19.260 8 INFO neutron.services.segments.plugin [-] Segment d0398280-41fb-440b-8f06-4bc1fedb2982 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0398280-41fb-440b-8f06-4bc1fedb2982 found for delete ", "request_id": "req-aecad4ef-c97c-4ed1-94a5-0ad8e08d623b"}]} 2026-06-28 21:23:19.265 8 INFO neutron.services.segments.plugin [-] Segment d0398280-41fb-440b-8f06-4bc1fedb2982 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0398280-41fb-440b-8f06-4bc1fedb2982 found for delete ", "request_id": "req-645a3d4a-e7fc-4913-8386-7bfa03dfbf1d"}]} [pid: 8|app: 0|req: 1031/2060] 10.0.0.153 () {34 vars in 678 bytes} [Sun Jun 28 21:23:19 2026] POST /v2.0/qos/policies => generated 359 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2061] 10.0.0.153 () {34 vars in 753 bytes} [Sun Jun 28 21:23:19 2026] PUT /v2.0/policies/9dd5f7bb-5373-4162-b047-e2a2ed028f2b/tags => generated 17 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2062] 10.0.0.153 () {34 vars in 753 bytes} [Sun Jun 28 21:23:19 2026] PUT /v2.0/policies/2a2d87c6-191d-4109-a7da-f1a92a7adf50/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: 1033/2063] 10.0.0.153 () {34 vars in 753 bytes} [Sun Jun 28 21:23:19 2026] PUT /v2.0/policies/6f01aa03-159d-4408-be6d-87357f93a1ec/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2064] 10.0.0.153 () {34 vars in 753 bytes} [Sun Jun 28 21:23:19 2026] PUT /v2.0/policies/4c2cbf38-3539-40a5-9aed-0a365c10b0f5/tags => 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: 1031/2065] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:19 2026] GET /v2.0/security-groups?tenant_id=fdbab718160844b6a40b081a79a0289a&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2066] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:19 2026] DELETE /v2.0/security-groups/956da406-16c5-4cce-885e-2212a942c1ab => 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: 1032/2067] 10.0.0.153 () {32 vars in 674 bytes} [Sun Jun 28 21:23:19 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2068] 10.0.0.153 () {32 vars in 688 bytes} [Sun Jun 28 21:23:19 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2069] 10.0.0.153 () {32 vars in 684 bytes} [Sun Jun 28 21:23:20 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2070] 10.0.0.153 () {32 vars in 696 bytes} [Sun Jun 28 21:23:20 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2071] 10.0.0.153 () {32 vars in 682 bytes} [Sun Jun 28 21:23:20 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2072] 10.0.0.153 () {32 vars in 696 bytes} [Sun Jun 28 21:23:20 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2073] 10.0.0.153 () {32 vars in 692 bytes} [Sun Jun 28 21:23:20 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 499 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2074] 10.0.0.153 () {32 vars in 704 bytes} [Sun Jun 28 21:23:20 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2075] 10.0.0.153 () {32 vars in 734 bytes} [Sun Jun 28 21:23:20 2026] DELETE /v2.0/qos/policies/9dd5f7bb-5373-4162-b047-e2a2ed028f2b => 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: 1040/2076] 10.0.0.153 () {32 vars in 734 bytes} [Sun Jun 28 21:23:20 2026] DELETE /v2.0/qos/policies/2a2d87c6-191d-4109-a7da-f1a92a7adf50 => 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: 1037/2077] 10.0.0.153 () {32 vars in 734 bytes} [Sun Jun 28 21:23:21 2026] DELETE /v2.0/qos/policies/6f01aa03-159d-4408-be6d-87357f93a1ec => 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: 1041/2078] 10.0.0.153 () {32 vars in 734 bytes} [Sun Jun 28 21:23:21 2026] DELETE /v2.0/qos/policies/4c2cbf38-3539-40a5-9aed-0a365c10b0f5 => 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: 1038/2079] 10.0.0.153 () {32 vars in 734 bytes} [Sun Jun 28 21:23:21 2026] DELETE /v2.0/qos/policies/6944f41a-9b76-4242-8d53-76c648fb109f => 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: 1042/2080] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:22 2026] GET /v2.0/security-groups?tenant_id=394f9df04466478ea29d4f61b63df015&name=default => generated 2925 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2081] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:22 2026] DELETE /v2.0/security-groups/7dddab69-f339-4fd2-866a-26e249694d8d => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2082] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:22 2026] GET /v2.0/security-groups?tenant_id=43050c2facf84a67973ef5aab3a7159f&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2083] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:22 2026] DELETE /v2.0/security-groups/d22f759d-ceb0-4792-82f5-2a875f5ba540 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2084] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:23 2026] GET /v2.0/security-groups?tenant_id=5680216000b547759d33d2a1ce8bf063&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2085] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:23 2026] DELETE /v2.0/security-groups/4c0ed490-37cb-42b5-85bd-8645f02d234a => 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: 1040/2086] 10.0.0.153 () {34 vars in 676 bytes} [Sun Jun 28 21:23:22 2026] POST /v2.0/floatingips => generated 552 bytes in 795 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2087] 10.0.0.153 () {34 vars in 759 bytes} [Sun Jun 28 21:23:23 2026] PUT /v2.0/floatingips/80d661ee-74b8-4752-98a2-da07bbce1b86/tags => generated 25 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2088] 10.0.0.153 () {32 vars in 739 bytes} [Sun Jun 28 21:23:23 2026] GET /v2.0/floatingips/80d661ee-74b8-4752-98a2-da07bbce1b86/tags => generated 25 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2089] 10.0.0.153 () {34 vars in 770 bytes} [Sun Jun 28 21:23:23 2026] PUT /v2.0/floatingips/80d661ee-74b8-4752-98a2-da07bbce1b86/tags/green => generated 4 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2090] 10.0.0.153 () {32 vars in 739 bytes} [Sun Jun 28 21:23:23 2026] GET /v2.0/floatingips/80d661ee-74b8-4752-98a2-da07bbce1b86/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2091] 10.0.0.153 () {34 vars in 766 bytes} [Sun Jun 28 21:23:23 2026] PUT /v2.0/floatingips/80d661ee-74b8-4752-98a2-da07bbce1b86/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: 1043/2092] 10.0.0.153 () {32 vars in 739 bytes} [Sun Jun 28 21:23:23 2026] GET /v2.0/floatingips/80d661ee-74b8-4752-98a2-da07bbce1b86/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2093] 10.0.0.153 () {34 vars in 788 bytes} [Sun Jun 28 21:23:24 2026] PUT /v2.0/floatingips/80d661ee-74b8-4752-98a2-da07bbce1b86/tags/black.or.white => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2094] 10.0.0.153 () {32 vars in 739 bytes} [Sun Jun 28 21:23:24 2026] GET /v2.0/floatingips/80d661ee-74b8-4752-98a2-da07bbce1b86/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2095] 10.0.0.153 () {34 vars in 759 bytes} [Sun Jun 28 21:23:24 2026] PUT /v2.0/floatingips/80d661ee-74b8-4752-98a2-da07bbce1b86/tags => generated 37 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2096] 10.0.0.153 () {32 vars in 739 bytes} [Sun Jun 28 21:23:24 2026] GET /v2.0/floatingips/80d661ee-74b8-4752-98a2-da07bbce1b86/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2097] 10.0.0.153 () {32 vars in 747 bytes} [Sun Jun 28 21:23:24 2026] GET /v2.0/floatingips/80d661ee-74b8-4752-98a2-da07bbce1b86/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:23:24.374 7 INFO neutron.api.v2.resource [None req-df39ab6d-2bb2-4520-9a3c-42e2ae53951b 0fcad5dd256c429ab953ebdb33ca4ac2 aba094b0ba8846fab5fa4732060ca19c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1046/2098] 10.0.0.153 () {32 vars in 751 bytes} [Sun Jun 28 21:23:24 2026] GET /v2.0/floatingips/80d661ee-74b8-4752-98a2-da07bbce1b86/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2099] 10.0.0.153 () {32 vars in 750 bytes} [Sun Jun 28 21:23:24 2026] DELETE /v2.0/floatingips/80d661ee-74b8-4752-98a2-da07bbce1b86/tags/red => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2100] 10.0.0.153 () {32 vars in 739 bytes} [Sun Jun 28 21:23:24 2026] GET /v2.0/floatingips/80d661ee-74b8-4752-98a2-da07bbce1b86/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:23:24.530 8 INFO neutron.api.v2.resource [None req-202244a7-3d7a-420c-8b56-160c0320821c 0fcad5dd256c429ab953ebdb33ca4ac2 aba094b0ba8846fab5fa4732060ca19c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1054/2101] 10.0.0.153 () {32 vars in 754 bytes} [Sun Jun 28 21:23:24 2026] DELETE /v2.0/floatingips/80d661ee-74b8-4752-98a2-da07bbce1b86/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2102] 10.0.0.153 () {32 vars in 742 bytes} [Sun Jun 28 21:23:24 2026] DELETE /v2.0/floatingips/80d661ee-74b8-4752-98a2-da07bbce1b86/tags => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2103] 10.0.0.153 () {32 vars in 739 bytes} [Sun Jun 28 21:23:24 2026] GET /v2.0/floatingips/80d661ee-74b8-4752-98a2-da07bbce1b86/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:23:24.739 7 INFO neutron_taas.services.taas.taas_plugin [None req-45d05033-a9d3-47e9-8038-939cfa58f845 0fcad5dd256c429ab953ebdb33ca4ac2 aba094b0ba8846fab5fa4732060ca19c - - default default] TaaS: Handle Delete Port: 9d4e2402-f80e-4c80-ad49-b0eb5aa83013 2026-06-28 21:23:24.742 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45d05033-a9d3-47e9-8038-939cfa58f845 0fcad5dd256c429ab953ebdb33ca4ac2 aba094b0ba8846fab5fa4732060ca19c - - default default] Tap Mirror: Handle Delete Port: 9d4e2402-f80e-4c80-ad49-b0eb5aa83013 [pid: 7|app: 0|req: 1049/2104] 10.0.0.153 () {32 vars in 732 bytes} [Sun Jun 28 21:23:24 2026] DELETE /v2.0/floatingips/80d661ee-74b8-4752-98a2-da07bbce1b86 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2105] 10.0.0.153 () {32 vars in 826 bytes} [Sun Jun 28 21:23:25 2026] GET /v2.0/ports?project_id=3d2b1b4349d34c678ec94ebf68512225&network_id=0ca63d15-da9f-4418-8065-9f9f31484e70 => generated 3695 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2106] 10.0.0.153 () {32 vars in 742 bytes} [Sun Jun 28 21:23:25 2026] GET /v2.0/subnets?network_id=77fff6ad-a707-44bb-82a9-136af35d90eb => generated 667 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2107] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:25 2026] GET /v2.0/security-groups?tenant_id=e2b4873bafba456c93b8b85d0ccc3eed&name=default => generated 2925 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2108] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:25 2026] GET /v2.0/security-groups?tenant_id=cbce5b3101454f459dc570ed2792c08a&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:23:26.030 8 INFO neutron.db.l3_db [None req-458f2dae-9c29-436a-ab40-eab62d058ed0 1c0cb4917c3446eb91c9858c1f05272c 3d2b1b4349d34c678ec94ebf68512225 - - default default] Floating IP bbc17392-4890-4420-89c7-bcfc87e5fb2b disassociated. External IP: 10.96.250.209, port: 8e3dbed3-4529-4741-a405-cb7342dcbbe4. [pid: 7|app: 0|req: 1052/2109] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:25 2026] DELETE /v2.0/security-groups/6113d856-e680-4d5e-9ecf-9b69397746e7 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2110] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:26 2026] DELETE /v2.0/security-groups/0c880d1f-d686-4d1a-b11b-83780a24a571 => 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: 1058/2111] 10.0.0.153 () {34 vars in 749 bytes} [Sun Jun 28 21:23:25 2026] PUT /v2.0/floatingips/bbc17392-4890-4420-89c7-bcfc87e5fb2b => generated 554 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:23:26.395 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-46ccf902-e29a-4c02-a8df-bf6563864030'] response: {'name': 'network-changed', 'server_uuid': '842b1d6a-74b0-4d54-aedb-fdb6eaaf321b', 'tag': '8e3dbed3-4529-4741-a405-cb7342dcbbe4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1054/2112] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:26 2026] GET /v2.0/security-groups?tenant_id=aba094b0ba8846fab5fa4732060ca19c&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2113] 10.0.0.153 () {32 vars in 729 bytes} [Sun Jun 28 21:23:26 2026] GET /v2.0/floatingips/bbc17392-4890-4420-89c7-bcfc87e5fb2b => generated 554 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2114] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:26 2026] GET /v2.0/security-groups?tenant_id=db9a625b7a17436ba0029db000f61d18&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: 1056/2115] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:26 2026] DELETE /v2.0/security-groups/513b0aa1-8ed5-44a2-bf27-1398d5b5dc30 => 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: 1060/2116] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:26 2026] DELETE /v2.0/security-groups/1e5deab1-adba-4d25-b65f-c6c6f6d7c43e => 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: 1057/2117] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:23:26 2026] GET /v2.0/ports?tenant_id=3d2b1b4349d34c678ec94ebf68512225&device_id=842b1d6a-74b0-4d54-aedb-fdb6eaaf321b => 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: 1061/2118] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:23:26 2026] GET /v2.0/networks?id=0ca63d15-da9f-4418-8065-9f9f31484e70 => generated 757 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2119] 199.204.45.227 () {34 vars in 1060 bytes} [Sun Jun 28 21:23:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=8e3dbed3-4529-4741-a405-cb7342dcbbe4 => 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: 1062/2120] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:23:27 2026] GET /v2.0/subnets?id=b589bb19-0439-4a8d-8afd-af94de3f7ea2 => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2121] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:23:27 2026] GET /v2.0/ports?network_id=0ca63d15-da9f-4418-8065-9f9f31484e70&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2122] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:23:27 2026] GET /v2.0/networks/0ca63d15-da9f-4418-8065-9f9f31484e70?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: 1060/2125] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:23:27 2026] GET /v2.0/networks/0ca63d15-da9f-4418-8065-9f9f31484e70?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2126] 10.0.0.153 () {32 vars in 729 bytes} [Sun Jun 28 21:23:27 2026] GET /v2.0/floatingips/bbc17392-4890-4420-89c7-bcfc87e5fb2b => generated 554 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:23:28.122 7 INFO neutron.db.segments_db [None req-50c264a3-25fc-4360-8c05-071da08616d1 e8e3eb6ccc3f4f6b82ec7fec6cd76c6d 586281881db0445888e57fa3e03c15df - - default default] Added segment 859e085d-5d2f-4302-915f-c1f0d03fdaab of type vxlan for network 28c06ea5-7f98-4fda-acd6-3a6125de0917 2026-06-28 21:23:28.431 7 INFO neutron.db.l3_hamode_db [None req-50c264a3-25fc-4360-8c05-071da08616d1 e8e3eb6ccc3f4f6b82ec7fec6cd76c6d 586281881db0445888e57fa3e03c15df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1067/2127] 10.0.0.153 () {32 vars in 729 bytes} [Sun Jun 28 21:23:28 2026] GET /v2.0/floatingips/bbc17392-4890-4420-89c7-bcfc87e5fb2b => generated 552 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:23:28.561 7 INFO neutron.db.l3_hamode_db [None req-50c264a3-25fc-4360-8c05-071da08616d1 e8e3eb6ccc3f4f6b82ec7fec6cd76c6d 586281881db0445888e57fa3e03c15df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1061/2128] 10.0.0.153 () {34 vars in 668 bytes} [Sun Jun 28 21:23:27 2026] POST /v2.0/routers => generated 474 bytes in 1340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:23:29.285 8 INFO neutron.db.l3_hamode_db [None req-c88114bb-3250-4d16-a89c-56af5eda158c e8e3eb6ccc3f4f6b82ec7fec6cd76c6d 586281881db0445888e57fa3e03c15df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:23:29.414 8 INFO neutron.db.l3_hamode_db [None req-c88114bb-3250-4d16-a89c-56af5eda158c e8e3eb6ccc3f4f6b82ec7fec6cd76c6d 586281881db0445888e57fa3e03c15df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1062/2129] 10.0.0.153 () {34 vars in 685 bytes} [Sun Jun 28 21:23:29 2026] POST /v2.0/security-groups => generated 1673 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2130] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:23:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2131] 10.0.0.153 () {34 vars in 668 bytes} [Sun Jun 28 21:23:29 2026] POST /v2.0/routers => generated 474 bytes in 859 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2132] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:23:30 2026] POST /v2.0/security-group-rules => generated 596 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:23:30.292 8 INFO neutron.db.l3_hamode_db [None req-303f5bd2-8dab-472d-9131-ae5ff5a98812 e8e3eb6ccc3f4f6b82ec7fec6cd76c6d 586281881db0445888e57fa3e03c15df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:23:30.306 7 INFO neutron.db.segments_db [None req-d6ef965c-4300-449f-a59d-5f9f1684c3a4 c57acc7c689c4812b518787c74f796dd f3819d2c64cc4facabacad454b6680f6 - - default default] Added segment ad612bee-753c-45d9-afae-d25aa9b5ae46 of type vxlan for network 7a271ecc-512a-461e-b45e-b50df6a993ef [pid: 7|app: 0|req: 1064/2133] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:23:29 2026] POST /v2.0/networks => generated 631 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:23:30.418 8 INFO neutron.db.l3_hamode_db [None req-303f5bd2-8dab-472d-9131-ae5ff5a98812 e8e3eb6ccc3f4f6b82ec7fec6cd76c6d 586281881db0445888e57fa3e03c15df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1065/2134] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:23:30 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2135] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:30 2026] GET /v2.0/security-groups?tenant_id=6d7a087f0c89417b81d200b729362df0&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2136] 10.0.0.153 () {34 vars in 753 bytes} [Sun Jun 28 21:23:30 2026] PUT /v2.0/networks/7a271ecc-512a-461e-b45e-b50df6a993ef/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2137] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:23:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2138] 10.0.0.153 () {34 vars in 668 bytes} [Sun Jun 28 21:23:30 2026] POST /v2.0/routers => generated 474 bytes in 753 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2139] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:30 2026] DELETE /v2.0/security-groups/3e38a5a0-0632-404b-afaa-55eddcbad30a => 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: 1071/2140] 10.0.0.153 () {32 vars in 733 bytes} [Sun Jun 28 21:23:31 2026] GET /v2.0/networks/7a271ecc-512a-461e-b45e-b50df6a993ef/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:23:31.073 7 INFO neutron.db.securitygroups_db [None req-5ae307c8-ab06-418c-b20e-9a28ca987cc4 1c0cb4917c3446eb91c9858c1f05272c 3d2b1b4349d34c678ec94ebf68512225 - - default default] Project 3d2b1b4349d34c678ec94ebf68512225 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-06-28 21:23:31.096 8 INFO neutron.db.l3_hamode_db [None req-de93af6a-52ea-49e7-814d-76752aa345db e8e3eb6ccc3f4f6b82ec7fec6cd76c6d 586281881db0445888e57fa3e03c15df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1070/2141] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:23:31 2026] POST /v2.0/security-group-rules => generated 607 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:23:31.236 8 INFO neutron.db.l3_hamode_db [None req-de93af6a-52ea-49e7-814d-76752aa345db e8e3eb6ccc3f4f6b82ec7fec6cd76c6d 586281881db0445888e57fa3e03c15df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1071/2142] 10.0.0.153 () {34 vars in 764 bytes} [Sun Jun 28 21:23:31 2026] PUT /v2.0/networks/7a271ecc-512a-461e-b45e-b50df6a993ef/tags/green => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-28 21:23:31.289 7 INFO neutron.db.securitygroups_db [None req-fb833067-6a21-45c3-b3c9-518f669e13aa 1c0cb4917c3446eb91c9858c1f05272c 3d2b1b4349d34c678ec94ebf68512225 - - default default] Project 3d2b1b4349d34c678ec94ebf68512225 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: 1072/2143] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:23:31 2026] POST /v2.0/security-group-rules => generated 606 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2144] 10.0.0.153 () {32 vars in 733 bytes} [Sun Jun 28 21:23:31 2026] GET /v2.0/networks/7a271ecc-512a-461e-b45e-b50df6a993ef/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: 1074/2145] 10.0.0.153 () {34 vars in 760 bytes} [Sun Jun 28 21:23:31 2026] PUT /v2.0/networks/7a271ecc-512a-461e-b45e-b50df6a993ef/tags/red => generated 4 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2146] 10.0.0.153 () {32 vars in 733 bytes} [Sun Jun 28 21:23:31 2026] GET /v2.0/networks/7a271ecc-512a-461e-b45e-b50df6a993ef/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2147] 10.0.0.153 () {34 vars in 782 bytes} [Sun Jun 28 21:23:31 2026] PUT /v2.0/networks/7a271ecc-512a-461e-b45e-b50df6a993ef/tags/black.or.white => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2148] 10.0.0.153 () {32 vars in 733 bytes} [Sun Jun 28 21:23:31 2026] GET /v2.0/networks/7a271ecc-512a-461e-b45e-b50df6a993ef/tags => generated 52 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2149] 10.0.0.153 () {34 vars in 753 bytes} [Sun Jun 28 21:23:31 2026] PUT /v2.0/networks/7a271ecc-512a-461e-b45e-b50df6a993ef/tags => generated 37 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2150] 10.0.0.153 () {32 vars in 649 bytes} [Sun Jun 28 21:23:31 2026] GET /v2.0/networks => generated 1298 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2151] 10.0.0.153 () {32 vars in 733 bytes} [Sun Jun 28 21:23:31 2026] GET /v2.0/networks/7a271ecc-512a-461e-b45e-b50df6a993ef/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2152] 10.0.0.153 () {32 vars in 741 bytes} [Sun Jun 28 21:23:32 2026] GET /v2.0/networks/7a271ecc-512a-461e-b45e-b50df6a993ef/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2153] 10.0.0.54 () {34 vars in 1097 bytes} [Sun Jun 28 21:23:32 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-989904004&fields=id&tenant_id=3d2b1b4349d34c678ec94ebf68512225 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:23:32.129 7 INFO neutron.api.v2.resource [None req-b69ea9c3-7b30-4c3a-9900-ee02531bacee c57acc7c689c4812b518787c74f796dd f3819d2c64cc4facabacad454b6680f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1083/2154] 10.0.0.153 () {32 vars in 745 bytes} [Sun Jun 28 21:23:32 2026] GET /v2.0/networks/7a271ecc-512a-461e-b45e-b50df6a993ef/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2155] 10.0.0.54 () {34 vars in 981 bytes} [Sun Jun 28 21:23:32 2026] GET /v2.0/networks?id=0ca63d15-da9f-4418-8065-9f9f31484e70 => generated 661 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2156] 10.0.0.153 () {34 vars in 668 bytes} [Sun Jun 28 21:23:31 2026] POST /v2.0/routers => generated 474 bytes in 1160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2157] 10.0.0.54 () {34 vars in 964 bytes} [Sun Jun 28 21:23:32 2026] GET /v2.0/quotas/3d2b1b4349d34c678ec94ebf68512225 => 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: 1085/2158] 10.0.0.153 () {32 vars in 744 bytes} [Sun Jun 28 21:23:32 2026] DELETE /v2.0/networks/7a271ecc-512a-461e-b45e-b50df6a993ef/tags/red => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:23:32.270 8 INFO neutron.db.l3_hamode_db [None req-a8daa460-06c3-4769-b625-77cc7ff58daf e8e3eb6ccc3f4f6b82ec7fec6cd76c6d 586281881db0445888e57fa3e03c15df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1086/2159] 10.0.0.54 () {34 vars in 1001 bytes} [Sun Jun 28 21:23:32 2026] GET /v2.0/ports?tenant_id=3d2b1b4349d34c678ec94ebf68512225&fields=id => generated 149 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2160] 10.0.0.153 () {32 vars in 733 bytes} [Sun Jun 28 21:23:32 2026] GET /v2.0/networks/7a271ecc-512a-461e-b45e-b50df6a993ef/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:23:32.394 8 INFO neutron.db.l3_hamode_db [None req-a8daa460-06c3-4769-b625-77cc7ff58daf e8e3eb6ccc3f4f6b82ec7fec6cd76c6d 586281881db0445888e57fa3e03c15df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1088/2161] 10.0.0.54 () {34 vars in 1007 bytes} [Sun Jun 28 21:23:32 2026] GET /v2.0/networks/0ca63d15-da9f-4418-8065-9f9f31484e70?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:23:32.460 7 INFO neutron.api.v2.resource [None req-f8973135-6e6e-4da1-ab90-9d618947ed6f c57acc7c689c4812b518787c74f796dd f3819d2c64cc4facabacad454b6680f6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1089/2162] 10.0.0.153 () {32 vars in 748 bytes} [Sun Jun 28 21:23:32 2026] DELETE /v2.0/networks/7a271ecc-512a-461e-b45e-b50df6a993ef/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2163] 10.0.0.54 () {34 vars in 1107 bytes} [Sun Jun 28 21:23:32 2026] GET /v2.0/networks/0ca63d15-da9f-4418-8065-9f9f31484e70?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: 1091/2164] 10.0.0.153 () {32 vars in 736 bytes} [Sun Jun 28 21:23:32 2026] DELETE /v2.0/networks/7a271ecc-512a-461e-b45e-b50df6a993ef/tags => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2165] 10.0.0.153 () {32 vars in 733 bytes} [Sun Jun 28 21:23:32 2026] GET /v2.0/networks/7a271ecc-512a-461e-b45e-b50df6a993ef/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:23:32.749 7 INFO neutron.services.segments.plugin [-] Segment ad612bee-753c-45d9-afae-d25aa9b5ae46 resource provider aggregate not found 2026-06-28 21:23:32.758 7 INFO neutron.services.segments.plugin [-] Segment ad612bee-753c-45d9-afae-d25aa9b5ae46 resource provider aggregate not found 2026-06-28 21:23:32.774 7 INFO neutron.services.segments.plugin [-] Segment ad612bee-753c-45d9-afae-d25aa9b5ae46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad612bee-753c-45d9-afae-d25aa9b5ae46 found for delete ", "request_id": "req-dead6e39-700b-4039-b0d3-bfdb9ec7139b"}]} 2026-06-28 21:23:32.783 7 INFO neutron.services.segments.plugin [-] Segment ad612bee-753c-45d9-afae-d25aa9b5ae46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad612bee-753c-45d9-afae-d25aa9b5ae46 found for delete ", "request_id": "req-9f9ac8c7-7116-4ae8-a168-4d09b47acb45"}]} [pid: 7|app: 0|req: 1093/2166] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:23:32 2026] DELETE /v2.0/networks/7a271ecc-512a-461e-b45e-b50df6a993ef => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2167] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:23:32 2026] GET /v2.0/ports?device_id=ce1cbf38-614e-4931-9938-61125ec71fbd => 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: 1074/2168] 10.0.0.153 () {34 vars in 668 bytes} [Sun Jun 28 21:23:32 2026] POST /v2.0/routers => generated 474 bytes in 784 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2169] 10.0.0.153 () {34 vars in 751 bytes} [Sun Jun 28 21:23:33 2026] PUT /v2.0/routers/55435ea5-2310-47f7-81a1-27d2c6cf0094/tags => generated 17 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2170] 10.0.0.153 () {34 vars in 751 bytes} [Sun Jun 28 21:23:33 2026] PUT /v2.0/routers/d64d2ba4-cbf0-48bd-8129-b4732039b32e/tags => generated 25 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2171] 10.0.0.153 () {34 vars in 751 bytes} [Sun Jun 28 21:23:33 2026] PUT /v2.0/routers/c3309d3b-9d0e-4acf-818c-2f054a6006fe/tags => generated 34 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2172] 10.0.0.153 () {34 vars in 751 bytes} [Sun Jun 28 21:23:33 2026] PUT /v2.0/routers/01b1ebba-7837-4b64-b9cd-65ebac2851b4/tags => generated 19 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2173] 10.0.0.153 () {32 vars in 664 bytes} [Sun Jun 28 21:23:33 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2174] 10.0.0.153 () {32 vars in 678 bytes} [Sun Jun 28 21:23:33 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2175] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:33 2026] GET /v2.0/security-groups?tenant_id=f3819d2c64cc4facabacad454b6680f6&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: 1079/2176] 10.0.0.153 () {32 vars in 674 bytes} [Sun Jun 28 21:23:33 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2177] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:33 2026] DELETE /v2.0/security-groups/ef3c8565-d971-4fa0-8057-086be5f9487f => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2178] 10.0.0.153 () {32 vars in 686 bytes} [Sun Jun 28 21:23:33 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2179] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:23:33 2026] GET /v2.0/ports?device_id=ce1cbf38-614e-4931-9938-61125ec71fbd => 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: 1099/2180] 10.0.0.153 () {32 vars in 672 bytes} [Sun Jun 28 21:23:33 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2181] 10.0.0.153 () {32 vars in 686 bytes} [Sun Jun 28 21:23:33 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2182] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:33 2026] GET /v2.0/security-groups?tenant_id=ed578ea85aef445da0dad7bab2883368&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: 1101/2183] 10.0.0.153 () {32 vars in 682 bytes} [Sun Jun 28 21:23:33 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2184] 10.0.0.153 () {32 vars in 694 bytes} [Sun Jun 28 21:23:34 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2185] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:34 2026] DELETE /v2.0/security-groups/ae7bf0f4-adec-47a3-8a4c-c1382751f9a7 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2186] 10.0.0.153 () {32 vars in 721 bytes} [Sun Jun 28 21:23:34 2026] GET /v2.0/routers/55435ea5-2310-47f7-81a1-27d2c6cf0094 => generated 485 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2187] 10.0.0.153 () {34 vars in 742 bytes} [Sun Jun 28 21:23:34 2026] PUT /v2.0/routers/55435ea5-2310-47f7-81a1-27d2c6cf0094 => generated 485 bytes in 485 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2188] 10.0.0.153 () {32 vars in 736 bytes} [Sun Jun 28 21:23:34 2026] GET /v2.0/ports?device_id=55435ea5-2310-47f7-81a1-27d2c6cf0094 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:23:34.860 8 INFO neutron_taas.services.taas.taas_plugin [None req-a75c1852-49ff-4573-806b-b3a21ee3077e e8e3eb6ccc3f4f6b82ec7fec6cd76c6d 586281881db0445888e57fa3e03c15df - - default default] TaaS: Handle Delete Port: 6a51a409-7935-480d-92eb-b76f885c5515 2026-06-28 21:23:34.863 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a75c1852-49ff-4573-806b-b3a21ee3077e e8e3eb6ccc3f4f6b82ec7fec6cd76c6d 586281881db0445888e57fa3e03c15df - - default default] Tap Mirror: Handle Delete Port: 6a51a409-7935-480d-92eb-b76f885c5515 [pid: 7|app: 0|req: 1105/2189] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:23:34 2026] GET /v2.0/ports?device_id=ce1cbf38-614e-4931-9938-61125ec71fbd => 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: 1085/2190] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:23:34 2026] DELETE /v2.0/routers/55435ea5-2310-47f7-81a1-27d2c6cf0094 => generated 0 bytes in 381 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2191] 10.0.0.153 () {32 vars in 721 bytes} [Sun Jun 28 21:23:35 2026] GET /v2.0/routers/d64d2ba4-cbf0-48bd-8129-b4732039b32e => generated 493 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2192] 10.0.0.153 () {34 vars in 742 bytes} [Sun Jun 28 21:23:35 2026] PUT /v2.0/routers/d64d2ba4-cbf0-48bd-8129-b4732039b32e => generated 493 bytes in 487 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2193] 10.0.0.153 () {32 vars in 736 bytes} [Sun Jun 28 21:23:35 2026] GET /v2.0/ports?device_id=d64d2ba4-cbf0-48bd-8129-b4732039b32e => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:23:35.812 8 INFO neutron_taas.services.taas.taas_plugin [None req-b459ca6f-44f1-48e7-9044-fb755023fc57 e8e3eb6ccc3f4f6b82ec7fec6cd76c6d 586281881db0445888e57fa3e03c15df - - default default] TaaS: Handle Delete Port: 5f150746-2cad-437d-87b9-88c6494cfffd 2026-06-28 21:23:35.817 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b459ca6f-44f1-48e7-9044-fb755023fc57 e8e3eb6ccc3f4f6b82ec7fec6cd76c6d 586281881db0445888e57fa3e03c15df - - default default] Tap Mirror: Handle Delete Port: 5f150746-2cad-437d-87b9-88c6494cfffd [pid: 8|app: 0|req: 1087/2194] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:23:35 2026] DELETE /v2.0/routers/d64d2ba4-cbf0-48bd-8129-b4732039b32e => generated 0 bytes in 346 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2195] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:23:36 2026] GET /v2.0/ports?device_id=ce1cbf38-614e-4931-9938-61125ec71fbd => 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: 1108/2196] 10.0.0.153 () {32 vars in 721 bytes} [Sun Jun 28 21:23:36 2026] GET /v2.0/routers/c3309d3b-9d0e-4acf-818c-2f054a6006fe => generated 502 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2197] 10.0.0.153 () {34 vars in 742 bytes} [Sun Jun 28 21:23:36 2026] PUT /v2.0/routers/c3309d3b-9d0e-4acf-818c-2f054a6006fe => generated 502 bytes in 500 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2198] 10.0.0.153 () {32 vars in 736 bytes} [Sun Jun 28 21:23:36 2026] GET /v2.0/ports?device_id=c3309d3b-9d0e-4acf-818c-2f054a6006fe => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:23:36.740 8 INFO neutron_taas.services.taas.taas_plugin [None req-113a4cde-3241-443a-ba37-980faabc99d2 e8e3eb6ccc3f4f6b82ec7fec6cd76c6d 586281881db0445888e57fa3e03c15df - - default default] TaaS: Handle Delete Port: 219ca009-5a05-4195-8316-42de126ffc5b 2026-06-28 21:23:36.742 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-113a4cde-3241-443a-ba37-980faabc99d2 e8e3eb6ccc3f4f6b82ec7fec6cd76c6d 586281881db0445888e57fa3e03c15df - - default default] Tap Mirror: Handle Delete Port: 219ca009-5a05-4195-8316-42de126ffc5b [pid: 7|app: 0|req: 1110/2199] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:23:36 2026] GET /v2.0/networks?id=0ca63d15-da9f-4418-8065-9f9f31484e70 => generated 661 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2200] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:23:36 2026] DELETE /v2.0/routers/c3309d3b-9d0e-4acf-818c-2f054a6006fe => generated 0 bytes in 352 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2201] 199.204.45.227 () {34 vars in 1050 bytes} [Sun Jun 28 21:23:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3d2b1b4349d34c678ec94ebf68512225 => generated 272 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2202] 10.0.0.153 () {32 vars in 721 bytes} [Sun Jun 28 21:23:36 2026] GET /v2.0/routers/01b1ebba-7837-4b64-b9cd-65ebac2851b4 => generated 487 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2203] 199.204.45.227 () {38 vars in 955 bytes} [Sun Jun 28 21:23:36 2026] POST /v2.0/ports => generated 954 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: 7|app: 0|req: 1113/2204] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:23:37 2026] GET /v2.0/ports?device_id=ce1cbf38-614e-4931-9938-61125ec71fbd => generated 957 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2205] 10.0.0.153 () {34 vars in 742 bytes} [Sun Jun 28 21:23:37 2026] PUT /v2.0/routers/01b1ebba-7837-4b64-b9cd-65ebac2851b4 => generated 487 bytes in 550 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:23:37.616 7 INFO neutron.db.segments_db [None req-d00d9d9b-26e8-4e63-91a1-8b9075857a8f 0fda8d7ad8a3488b851028ff9bd3ee7e 05fcd980ba934a64ba9e11b21d753510 - - default default] Added segment 61797c07-449e-4bfd-a06f-f8cece78665b of type vxlan for network e073116b-bd4e-4cd2-906c-b1e0a10f54f1 2026-06-28 21:23:37.868 7 INFO neutron.db.l3_hamode_db [None req-d00d9d9b-26e8-4e63-91a1-8b9075857a8f 0fda8d7ad8a3488b851028ff9bd3ee7e 05fcd980ba934a64ba9e11b21d753510 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1093/2206] 199.204.45.227 () {38 vars in 1028 bytes} [Sun Jun 28 21:23:37 2026] PUT /v2.0/ports/9236c3a6-ded2-4310-8a7d-470ddedae335 => generated 1235 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:23:37.997 7 INFO neutron.db.l3_hamode_db [None req-d00d9d9b-26e8-4e63-91a1-8b9075857a8f 0fda8d7ad8a3488b851028ff9bd3ee7e 05fcd980ba934a64ba9e11b21d753510 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-28 21:23:38.029 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c2e0a1a3-9a6b-4c6b-a6ec-672dac9ddc4c'] response: {'name': 'network-changed', 'server_uuid': 'ce1cbf38-614e-4931-9938-61125ec71fbd', 'tag': '9236c3a6-ded2-4310-8a7d-470ddedae335', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1094/2207] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:23:37 2026] GET /v2.0/security-groups?id=f443f92a-02de-461e-927c-36df13074d2d&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2208] 10.0.0.153 () {32 vars in 736 bytes} [Sun Jun 28 21:23:38 2026] GET /v2.0/ports?device_id=01b1ebba-7837-4b64-b9cd-65ebac2851b4 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:23:38.259 8 INFO neutron_taas.services.taas.taas_plugin [None req-28f85ebb-33d9-41ce-ad50-469105b9c78d e8e3eb6ccc3f4f6b82ec7fec6cd76c6d 586281881db0445888e57fa3e03c15df - - default default] TaaS: Handle Delete Port: 0719c485-40fa-454f-85ff-986951d0ea79 2026-06-28 21:23:38.262 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28f85ebb-33d9-41ce-ad50-469105b9c78d e8e3eb6ccc3f4f6b82ec7fec6cd76c6d 586281881db0445888e57fa3e03c15df - - default default] Tap Mirror: Handle Delete Port: 0719c485-40fa-454f-85ff-986951d0ea79 [pid: 8|app: 0|req: 1096/2209] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:23:38 2026] DELETE /v2.0/routers/01b1ebba-7837-4b64-b9cd-65ebac2851b4 => generated 0 bytes in 411 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2210] 10.0.0.153 () {32 vars in 721 bytes} [Sun Jun 28 21:23:38 2026] GET /v2.0/routers/af61c914-922c-44ca-a9b1-89a3a7690502 => generated 480 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2211] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:23:38 2026] GET /v2.0/ports?tenant_id=3d2b1b4349d34c678ec94ebf68512225&device_id=ce1cbf38-614e-4931-9938-61125ec71fbd => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2212] 10.0.0.153 () {34 vars in 668 bytes} [Sun Jun 28 21:23:37 2026] POST /v2.0/routers => generated 474 bytes in 1175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2213] 199.204.45.227 () {34 vars in 1018 bytes} [Sun Jun 28 21:23:38 2026] GET /v2.0/networks?tenant_id=3d2b1b4349d34c678ec94ebf68512225&shared=False => generated 757 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2214] 10.0.0.153 () {34 vars in 751 bytes} [Sun Jun 28 21:23:38 2026] PUT /v2.0/routers/3d28ba3b-20a5-4ed6-9e13-22b8997208a0/tags => generated 25 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2215] 199.204.45.227 () {34 vars in 930 bytes} [Sun Jun 28 21:23:38 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2216] 10.0.0.153 () {32 vars in 731 bytes} [Sun Jun 28 21:23:38 2026] GET /v2.0/routers/3d28ba3b-20a5-4ed6-9e13-22b8997208a0/tags => generated 25 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2217] 10.0.0.153 () {34 vars in 762 bytes} [Sun Jun 28 21:23:38 2026] PUT /v2.0/routers/3d28ba3b-20a5-4ed6-9e13-22b8997208a0/tags/green => generated 4 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2218] 10.0.0.153 () {34 vars in 742 bytes} [Sun Jun 28 21:23:38 2026] PUT /v2.0/routers/af61c914-922c-44ca-a9b1-89a3a7690502 => generated 480 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2219] 10.0.0.153 () {32 vars in 736 bytes} [Sun Jun 28 21:23:39 2026] GET /v2.0/ports?device_id=af61c914-922c-44ca-a9b1-89a3a7690502 => 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: 1120/2220] 10.0.0.153 () {32 vars in 731 bytes} [Sun Jun 28 21:23:39 2026] GET /v2.0/routers/3d28ba3b-20a5-4ed6-9e13-22b8997208a0/tags => generated 34 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2221] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:23:39 2026] GET /v2.0/ports?device_id=ce1cbf38-614e-4931-9938-61125ec71fbd => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:23:39.268 8 INFO neutron_taas.services.taas.taas_plugin [None req-fa4713c5-a9a7-4032-bb11-e10d872c186d e8e3eb6ccc3f4f6b82ec7fec6cd76c6d 586281881db0445888e57fa3e03c15df - - default default] TaaS: Handle Delete Port: 452e10a7-4ee6-420c-8bf1-64f91ff1de2d 2026-06-28 21:23:39.271 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa4713c5-a9a7-4032-bb11-e10d872c186d e8e3eb6ccc3f4f6b82ec7fec6cd76c6d 586281881db0445888e57fa3e03c15df - - default default] Tap Mirror: Handle Delete Port: 452e10a7-4ee6-420c-8bf1-64f91ff1de2d [pid: 7|app: 0|req: 1122/2222] 10.0.0.153 () {34 vars in 758 bytes} [Sun Jun 28 21:23:39 2026] PUT /v2.0/routers/3d28ba3b-20a5-4ed6-9e13-22b8997208a0/tags/red => generated 4 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2223] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:23:39 2026] GET /v2.0/security-groups?id=f443f92a-02de-461e-927c-36df13074d2d&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: 1124/2224] 10.0.0.153 () {32 vars in 731 bytes} [Sun Jun 28 21:23:39 2026] GET /v2.0/routers/3d28ba3b-20a5-4ed6-9e13-22b8997208a0/tags => generated 34 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:23:39.594 8 INFO neutron.services.segments.plugin [-] Segment 859e085d-5d2f-4302-915f-c1f0d03fdaab resource provider aggregate not found [pid: 7|app: 0|req: 1125/2225] 10.0.0.153 () {34 vars in 780 bytes} [Sun Jun 28 21:23:39 2026] PUT /v2.0/routers/3d28ba3b-20a5-4ed6-9e13-22b8997208a0/tags/black.or.white => generated 4 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-28 21:23:39.601 8 INFO neutron.services.segments.plugin [-] Segment 859e085d-5d2f-4302-915f-c1f0d03fdaab resource provider aggregate not found 2026-06-28 21:23:39.615 8 INFO neutron.services.segments.plugin [-] Segment 859e085d-5d2f-4302-915f-c1f0d03fdaab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 859e085d-5d2f-4302-915f-c1f0d03fdaab found for delete ", "request_id": "req-bb7e9c19-6ee9-4a73-afb5-3892437038b2"}]} 2026-06-28 21:23:39.623 8 INFO neutron.services.segments.plugin [-] Segment 859e085d-5d2f-4302-915f-c1f0d03fdaab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 859e085d-5d2f-4302-915f-c1f0d03fdaab found for delete ", "request_id": "req-56a3e808-e854-40be-a013-e47df536e2ea"}]} 2026-06-28 21:23:39.632 8 INFO neutron.db.l3_hamode_db [None req-fa4713c5-a9a7-4032-bb11-e10d872c186d e8e3eb6ccc3f4f6b82ec7fec6cd76c6d 586281881db0445888e57fa3e03c15df - - default default] HA network 28c06ea5-7f98-4fda-acd6-3a6125de0917 was deleted as no HA routers are present in tenant 586281881db0445888e57fa3e03c15df. [pid: 8|app: 0|req: 1101/2226] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:23:39 2026] DELETE /v2.0/routers/af61c914-922c-44ca-a9b1-89a3a7690502 => generated 0 bytes in 533 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2227] 10.0.0.153 () {32 vars in 731 bytes} [Sun Jun 28 21:23:39 2026] GET /v2.0/routers/3d28ba3b-20a5-4ed6-9e13-22b8997208a0/tags => generated 52 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2228] 10.0.0.153 () {34 vars in 751 bytes} [Sun Jun 28 21:23:39 2026] PUT /v2.0/routers/3d28ba3b-20a5-4ed6-9e13-22b8997208a0/tags => generated 37 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2229] 10.0.0.153 () {32 vars in 731 bytes} [Sun Jun 28 21:23:39 2026] GET /v2.0/routers/3d28ba3b-20a5-4ed6-9e13-22b8997208a0/tags => generated 37 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2230] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:23:39 2026] GET /v2.0/ports?tenant_id=3d2b1b4349d34c678ec94ebf68512225&device_id=ce1cbf38-614e-4931-9938-61125ec71fbd => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2231] 199.204.45.227 () {34 vars in 1058 bytes} [Sun Jun 28 21:23:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=9236c3a6-ded2-4310-8a7d-470ddedae335 => 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: 1105/2232] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:23:39 2026] GET /v2.0/subnets?id=b589bb19-0439-4a8d-8afd-af94de3f7ea2 => 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: 1128/2233] 10.0.0.153 () {32 vars in 739 bytes} [Sun Jun 28 21:23:39 2026] GET /v2.0/routers/3d28ba3b-20a5-4ed6-9e13-22b8997208a0/tags/red => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2234] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:23:39 2026] GET /v2.0/ports?network_id=0ca63d15-da9f-4418-8065-9f9f31484e70&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:23:40.084 7 INFO neutron.api.v2.resource [None req-30fc8774-2b1a-4d08-9692-eba4e965a4d7 0fda8d7ad8a3488b851028ff9bd3ee7e 05fcd980ba934a64ba9e11b21d753510 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1129/2235] 10.0.0.153 () {32 vars in 743 bytes} [Sun Jun 28 21:23:39 2026] GET /v2.0/routers/3d28ba3b-20a5-4ed6-9e13-22b8997208a0/tags/green => generated 99 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2236] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:23:40 2026] GET /v2.0/networks/0ca63d15-da9f-4418-8065-9f9f31484e70?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: 1131/2237] 10.0.0.153 () {32 vars in 742 bytes} [Sun Jun 28 21:23:40 2026] DELETE /v2.0/routers/3d28ba3b-20a5-4ed6-9e13-22b8997208a0/tags/red => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2238] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:23:40 2026] GET /v2.0/networks/0ca63d15-da9f-4418-8065-9f9f31484e70?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: 1133/2239] 10.0.0.153 () {32 vars in 731 bytes} [Sun Jun 28 21:23:40 2026] GET /v2.0/routers/3d28ba3b-20a5-4ed6-9e13-22b8997208a0/tags => generated 30 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:23:40.392 8 INFO neutron.db.segments_db [None req-5e6cd39e-9776-4759-91fd-2def01ad5c7c 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] Added segment 10b8b518-610e-4bc8-9c8c-b2649518a75a of type vxlan for network b965203c-4c74-4ce2-b5e4-45fa7396bd68 [pid: 8|app: 0|req: 1107/2240] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:23:40 2026] POST /v2.0/networks => generated 640 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:23:40.495 7 INFO neutron.api.v2.resource [None req-4a82ae37-c7d3-4418-a30c-49c1f8349263 0fda8d7ad8a3488b851028ff9bd3ee7e 05fcd980ba934a64ba9e11b21d753510 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1134/2241] 10.0.0.153 () {32 vars in 746 bytes} [Sun Jun 28 21:23:40 2026] DELETE /v2.0/routers/3d28ba3b-20a5-4ed6-9e13-22b8997208a0/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: 1135/2242] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:23:40 2026] GET /v2.0/ports?device_id=ce1cbf38-614e-4931-9938-61125ec71fbd => 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: 1108/2243] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:40 2026] GET /v2.0/security-groups?tenant_id=586281881db0445888e57fa3e03c15df&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2244] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:23:40 2026] POST /v2.0/subnets => generated 658 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2245] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:23:40 2026] GET /v2.0/security-groups?id=f443f92a-02de-461e-927c-36df13074d2d&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: 1109/2246] 10.0.0.153 () {32 vars in 734 bytes} [Sun Jun 28 21:23:40 2026] DELETE /v2.0/routers/3d28ba3b-20a5-4ed6-9e13-22b8997208a0/tags => 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: 1138/2247] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:40 2026] DELETE /v2.0/security-groups/cfa61831-c9b2-4d4f-ac6f-76f2f38c744a => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2248] 10.0.0.153 () {32 vars in 722 bytes} [Sun Jun 28 21:23:40 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2249] 10.0.0.153 () {32 vars in 731 bytes} [Sun Jun 28 21:23:40 2026] GET /v2.0/routers/3d28ba3b-20a5-4ed6-9e13-22b8997208a0/tags => generated 12 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2250] 10.0.0.153 () {32 vars in 721 bytes} [Sun Jun 28 21:23:40 2026] GET /v2.0/routers/3d28ba3b-20a5-4ed6-9e13-22b8997208a0 => generated 480 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2251] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:40 2026] GET /v2.0/security-groups?tenant_id=961c883650fe4bda858818322d2213ca&name=default => generated 2925 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2252] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:23:40 2026] POST /v2.0/subnets => generated 731 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2253] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:41 2026] DELETE /v2.0/security-groups/5cc3bddc-5b64-4fd8-9bde-0ebbf6e993cb => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:23:41.414 8 INFO neutron.db.segments_db [None req-8ca4f2d6-6696-4cee-924d-abb5c362a820 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] Added segment 3956f830-4853-4d16-83cc-02c847ccb98d of type vxlan for network 09171062-ccb5-4106-a846-36d633ac22b7 [pid: 8|app: 0|req: 1113/2254] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:23:41 2026] POST /v2.0/networks => generated 637 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2255] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:41 2026] GET /v2.0/security-groups?tenant_id=c96fb8687438496d94be66dcababbf91&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: 1142/2256] 10.0.0.153 () {34 vars in 742 bytes} [Sun Jun 28 21:23:41 2026] PUT /v2.0/routers/3d28ba3b-20a5-4ed6-9e13-22b8997208a0 => generated 480 bytes in 570 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2257] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:41 2026] DELETE /v2.0/security-groups/f3ccea79-b2e4-4156-8170-2dedcc9e6207 => 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: 1144/2258] 10.0.0.153 () {32 vars in 736 bytes} [Sun Jun 28 21:23:41 2026] GET /v2.0/ports?device_id=3d28ba3b-20a5-4ed6-9e13-22b8997208a0 => 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: 1115/2259] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:23:41 2026] POST /v2.0/subnets => generated 656 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2260] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:23:41 2026] GET /v2.0/ports?device_id=ce1cbf38-614e-4931-9938-61125ec71fbd => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:23:41.928 7 INFO neutron_taas.services.taas.taas_plugin [None req-e63fa0d7-0ba6-4fb9-a3ba-b1ef2430b619 0fda8d7ad8a3488b851028ff9bd3ee7e 05fcd980ba934a64ba9e11b21d753510 - - default default] TaaS: Handle Delete Port: a4a73459-7be3-4467-bd21-5517da8b994c 2026-06-28 21:23:41.931 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e63fa0d7-0ba6-4fb9-a3ba-b1ef2430b619 0fda8d7ad8a3488b851028ff9bd3ee7e 05fcd980ba934a64ba9e11b21d753510 - - default default] Tap Mirror: Handle Delete Port: a4a73459-7be3-4467-bd21-5517da8b994c [pid: 8|app: 0|req: 1117/2261] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:23:41 2026] POST /v2.0/subnets => generated 725 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2262] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:23:42 2026] GET /v2.0/security-groups?id=f443f92a-02de-461e-927c-36df13074d2d&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:23:42.208 8 INFO neutron.db.segments_db [None req-b222a25f-254d-4a55-a9b5-ec7cf6005ee4 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] Added segment d1d80f14-7d7b-4cf2-a524-64be3818fdf3 of type vxlan for network f4891403-8585-4e81-9788-a47a06d7cb89 2026-06-28 21:23:42.309 7 INFO neutron.services.segments.plugin [-] Segment 61797c07-449e-4bfd-a06f-f8cece78665b resource provider aggregate not found [pid: 8|app: 0|req: 1119/2263] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:23:42 2026] POST /v2.0/networks => generated 638 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:23:42.317 7 INFO neutron.services.segments.plugin [-] Segment 61797c07-449e-4bfd-a06f-f8cece78665b resource provider aggregate not found 2026-06-28 21:23:42.337 7 INFO neutron.services.segments.plugin [-] Segment 61797c07-449e-4bfd-a06f-f8cece78665b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61797c07-449e-4bfd-a06f-f8cece78665b found for delete ", "request_id": "req-c10bd814-912b-460d-b0b1-9d755560222f"}]} 2026-06-28 21:23:42.341 7 INFO neutron.services.segments.plugin [-] Segment 61797c07-449e-4bfd-a06f-f8cece78665b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61797c07-449e-4bfd-a06f-f8cece78665b found for delete ", "request_id": "req-253526f6-5ab8-4543-a570-05a980ce730e"}]} 2026-06-28 21:23:42.349 7 INFO neutron.db.l3_hamode_db [None req-e63fa0d7-0ba6-4fb9-a3ba-b1ef2430b619 0fda8d7ad8a3488b851028ff9bd3ee7e 05fcd980ba934a64ba9e11b21d753510 - - default default] HA network e073116b-bd4e-4cd2-906c-b1e0a10f54f1 was deleted as no HA routers are present in tenant 05fcd980ba934a64ba9e11b21d753510. [pid: 7|app: 0|req: 1145/2266] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:23:41 2026] DELETE /v2.0/routers/3d28ba3b-20a5-4ed6-9e13-22b8997208a0 => generated 0 bytes in 566 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2267] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:23:42 2026] POST /v2.0/subnets => generated 656 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2268] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:23:42 2026] POST /v2.0/subnets => generated 730 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:23:42.902 8 INFO neutron.db.segments_db [None req-45f31d61-cbca-432c-aed1-478d1625b627 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] Added segment 2294072e-ed31-4125-a3bf-e63fee40977b of type vxlan for network 3fa8b3f1-473d-433f-9fc9-8486ec83e002 2026-06-28 21:23:43.161 8 INFO neutron.db.l3_hamode_db [None req-45f31d61-cbca-432c-aed1-478d1625b627 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1147/2269] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:43 2026] GET /v2.0/security-groups?tenant_id=05fcd980ba934a64ba9e11b21d753510&name=default => generated 2929 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2270] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:23:43 2026] GET /v2.0/ports?device_id=ce1cbf38-614e-4931-9938-61125ec71fbd => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2271] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:43 2026] DELETE /v2.0/security-groups/b50a4201-76e4-47c6-86d6-f911b3595362 => 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: 1150/2272] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:23:43 2026] GET /v2.0/security-groups?id=f443f92a-02de-461e-927c-36df13074d2d&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2273] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:43 2026] GET /v2.0/security-groups?tenant_id=3a844875f803448796b8cbed5a1019b7&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2274] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:43 2026] DELETE /v2.0/security-groups/b45d447d-1f2d-4328-b947-f604cd59a130 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:23:44.049 8 INFO neutron.db.l3_hamode_db [None req-45f31d61-cbca-432c-aed1-478d1625b627 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1153/2275] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:23:44 2026] GET /v2.0/ports?device_id=ce1cbf38-614e-4931-9938-61125ec71fbd => 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: 1154/2276] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:23:44 2026] GET /v2.0/security-groups?id=f443f92a-02de-461e-927c-36df13074d2d&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: 1123/2277] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:23:42 2026] POST /v2.0/routers => generated 685 bytes in 2285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2278] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:23:45 2026] GET /v2.0/ports?device_id=ce1cbf38-614e-4931-9938-61125ec71fbd => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2279] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:23:45 2026] GET /v2.0/security-groups?id=f443f92a-02de-461e-927c-36df13074d2d&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: 1126/2280] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:23:45 2026] GET /v2.0/ports?device_id=ce1cbf38-614e-4931-9938-61125ec71fbd => 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: 1127/2281] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:23:45 2026] GET /v2.0/security-groups?id=f443f92a-02de-461e-927c-36df13074d2d&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2282] 10.0.0.153 () {32 vars in 736 bytes} [Sun Jun 28 21:23:45 2026] GET /v2.0/ports?device_id=ce1cbf38-614e-4931-9938-61125ec71fbd => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:23:46.417 8 INFO neutron.db.l3_db [None req-8315d128-e257-4ec4-98d8-6d75192a394a 1c0cb4917c3446eb91c9858c1f05272c 3d2b1b4349d34c678ec94ebf68512225 - - default default] Floating IP bbc17392-4890-4420-89c7-bcfc87e5fb2b associated. External IP: 10.96.250.209, port: 9236c3a6-ded2-4310-8a7d-470ddedae335. [pid: 7|app: 0|req: 1155/2283] 10.0.0.153 () {34 vars in 783 bytes} [Sun Jun 28 21:23:45 2026] PUT /v2.0/routers/1c771e28-3b42-4d1c-bbb1-c5afee80d9e1/add_router_interface => generated 309 bytes in 1474 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2284] 10.0.0.153 () {34 vars in 749 bytes} [Sun Jun 28 21:23:46 2026] PUT /v2.0/floatingips/bbc17392-4890-4420-89c7-bcfc87e5fb2b => generated 855 bytes in 772 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:23:46.863 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-94cd9247-6348-40e5-9fe4-6bbbb0c8bfe8'] response: {'name': 'network-changed', 'server_uuid': 'ce1cbf38-614e-4931-9938-61125ec71fbd', 'tag': '9236c3a6-ded2-4310-8a7d-470ddedae335', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1156/2285] 10.0.0.153 () {34 vars in 676 bytes} [Sun Jun 28 21:23:46 2026] POST /v2.0/subnetpools => generated 516 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2286] 10.0.0.153 () {32 vars in 729 bytes} [Sun Jun 28 21:23:46 2026] GET /v2.0/floatingips/bbc17392-4890-4420-89c7-bcfc87e5fb2b => generated 855 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2287] 10.0.0.153 () {34 vars in 676 bytes} [Sun Jun 28 21:23:46 2026] POST /v2.0/subnetpools => generated 516 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2288] 10.0.0.153 () {34 vars in 676 bytes} [Sun Jun 28 21:23:47 2026] POST /v2.0/subnetpools => generated 516 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2289] 10.0.0.153 () {34 vars in 676 bytes} [Sun Jun 28 21:23:47 2026] POST /v2.0/subnetpools => generated 516 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2290] 10.0.0.153 () {34 vars in 676 bytes} [Sun Jun 28 21:23: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: 7|app: 0|req: 1162/2291] 10.0.0.153 () {34 vars in 759 bytes} [Sun Jun 28 21:23:47 2026] PUT /v2.0/subnetpools/9d30c6e8-7154-46ca-a146-388fef9c40c7/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:23:47.498 7 INFO neutron.db.segments_db [None req-aba97f5d-89ae-46cb-adac-d10e7c641a95 9078b81c74b640dabaf1869f2620b88b 63f8862815a14aeaa39715199c322c57 - - default default] Added segment 074d0c63-bbd3-4e62-810a-c50629915c52 of type vxlan for network b106b6e8-802e-4e32-8a50-7e6a7ac74852 [pid: 7|app: 0|req: 1163/2292] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:23:47 2026] POST /v2.0/networks => generated 631 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2293] 10.0.0.153 () {34 vars in 759 bytes} [Sun Jun 28 21:23:47 2026] PUT /v2.0/subnetpools/ef3d1331-58b6-4977-a0be-7670894fc1ea/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: 1165/2294] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:23:47 2026] GET /v2.0/ports?tenant_id=3d2b1b4349d34c678ec94ebf68512225&device_id=ce1cbf38-614e-4931-9938-61125ec71fbd => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2295] 10.0.0.153 () {34 vars in 664 bytes} [Sun Jun 28 21:23:47 2026] POST /v2.0/ports => generated 743 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1167/2296] 10.0.0.153 () {34 vars in 759 bytes} [Sun Jun 28 21:23:48 2026] PUT /v2.0/subnetpools/646c58b1-ca94-4adb-a089-44fdb6ea9af7/tags => generated 34 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2297] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:23:48 2026] GET /v2.0/networks?id=0ca63d15-da9f-4418-8065-9f9f31484e70 => generated 757 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2298] 10.0.0.153 () {32 vars in 729 bytes} [Sun Jun 28 21:23:48 2026] GET /v2.0/floatingips/bbc17392-4890-4420-89c7-bcfc87e5fb2b => generated 857 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2299] 10.0.0.153 () {34 vars in 666 bytes} [Sun Jun 28 21:23:48 2026] POST /v2.0/trunks => generated 407 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2300] 10.0.0.153 () {34 vars in 759 bytes} [Sun Jun 28 21:23:48 2026] PUT /v2.0/subnetpools/c47af72a-859b-48b8-83f1-fb2e978159e0/tags => generated 19 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2301] 199.204.45.227 () {34 vars in 1058 bytes} [Sun Jun 28 21:23:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=9236c3a6-ded2-4310-8a7d-470ddedae335 => generated 860 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2302] 10.0.0.153 () {34 vars in 749 bytes} [Sun Jun 28 21:23:48 2026] PUT /v2.0/trunks/eb61f6c5-63e3-4fd0-919e-538d0ba083d0/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2303] 10.0.0.153 () {32 vars in 672 bytes} [Sun Jun 28 21:23:48 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2304] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:23:48 2026] GET /v2.0/subnets?id=b589bb19-0439-4a8d-8afd-af94de3f7ea2 => 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: 1176/2305] 10.0.0.153 () {32 vars in 729 bytes} [Sun Jun 28 21:23:48 2026] GET /v2.0/trunks/eb61f6c5-63e3-4fd0-919e-538d0ba083d0/tags => generated 25 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2306] 10.0.0.153 () {34 vars in 783 bytes} [Sun Jun 28 21:23:46 2026] PUT /v2.0/routers/1c771e28-3b42-4d1c-bbb1-c5afee80d9e1/add_router_interface => generated 309 bytes in 1875 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2307] 10.0.0.153 () {32 vars in 686 bytes} [Sun Jun 28 21:23:48 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2308] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:23:48 2026] GET /v2.0/ports?network_id=0ca63d15-da9f-4418-8065-9f9f31484e70&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: 1178/2309] 10.0.0.153 () {34 vars in 760 bytes} [Sun Jun 28 21:23:48 2026] PUT /v2.0/trunks/eb61f6c5-63e3-4fd0-919e-538d0ba083d0/tags/green => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2310] 10.0.0.153 () {32 vars in 682 bytes} [Sun Jun 28 21:23:48 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2311] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:23:48 2026] GET /v2.0/networks/0ca63d15-da9f-4418-8065-9f9f31484e70?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2312] 10.0.0.153 () {32 vars in 729 bytes} [Sun Jun 28 21:23:48 2026] GET /v2.0/trunks/eb61f6c5-63e3-4fd0-919e-538d0ba083d0/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2313] 10.0.0.153 () {32 vars in 694 bytes} [Sun Jun 28 21:23:48 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2314] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:23:48 2026] GET /v2.0/networks/0ca63d15-da9f-4418-8065-9f9f31484e70?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: 1184/2315] 10.0.0.153 () {34 vars in 756 bytes} [Sun Jun 28 21:23:48 2026] PUT /v2.0/trunks/eb61f6c5-63e3-4fd0-919e-538d0ba083d0/tags/red => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2316] 10.0.0.153 () {32 vars in 680 bytes} [Sun Jun 28 21:23:48 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2317] 10.0.0.153 () {32 vars in 729 bytes} [Sun Jun 28 21:23:48 2026] GET /v2.0/trunks/eb61f6c5-63e3-4fd0-919e-538d0ba083d0/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2318] 10.0.0.153 () {32 vars in 694 bytes} [Sun Jun 28 21:23:49 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2319] 10.0.0.153 () {34 vars in 778 bytes} [Sun Jun 28 21:23:49 2026] PUT /v2.0/trunks/eb61f6c5-63e3-4fd0-919e-538d0ba083d0/tags/black.or.white => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2320] 10.0.0.153 () {32 vars in 690 bytes} [Sun Jun 28 21:23:49 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2321] 10.0.0.153 () {32 vars in 729 bytes} [Sun Jun 28 21:23:49 2026] GET /v2.0/trunks/eb61f6c5-63e3-4fd0-919e-538d0ba083d0/tags => generated 52 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2322] 10.0.0.153 () {32 vars in 702 bytes} [Sun Jun 28 21:23:49 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2323] 10.0.0.153 () {34 vars in 749 bytes} [Sun Jun 28 21:23:49 2026] PUT /v2.0/trunks/eb61f6c5-63e3-4fd0-919e-538d0ba083d0/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2324] 10.0.0.153 () {32 vars in 732 bytes} [Sun Jun 28 21:23:49 2026] DELETE /v2.0/subnetpools/9d30c6e8-7154-46ca-a146-388fef9c40c7 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2325] 10.0.0.153 () {32 vars in 729 bytes} [Sun Jun 28 21:23:49 2026] GET /v2.0/trunks/eb61f6c5-63e3-4fd0-919e-538d0ba083d0/tags => generated 37 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2326] 10.0.0.153 () {32 vars in 732 bytes} [Sun Jun 28 21:23:49 2026] DELETE /v2.0/subnetpools/ef3d1331-58b6-4977-a0be-7670894fc1ea => 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: 1196/2327] 10.0.0.153 () {32 vars in 737 bytes} [Sun Jun 28 21:23:49 2026] GET /v2.0/trunks/eb61f6c5-63e3-4fd0-919e-538d0ba083d0/tags/red => generated 0 bytes in 22 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2328] 10.0.0.153 () {32 vars in 732 bytes} [Sun Jun 28 21:23:49 2026] DELETE /v2.0/subnetpools/646c58b1-ca94-4adb-a089-44fdb6ea9af7 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:23:49.414 7 INFO neutron.api.v2.resource [None req-547bd59a-1832-438a-a127-b773a157a742 9078b81c74b640dabaf1869f2620b88b 63f8862815a14aeaa39715199c322c57 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1198/2329] 10.0.0.153 () {32 vars in 741 bytes} [Sun Jun 28 21:23:49 2026] GET /v2.0/trunks/eb61f6c5-63e3-4fd0-919e-538d0ba083d0/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: 1199/2330] 10.0.0.153 () {32 vars in 732 bytes} [Sun Jun 28 21:23:49 2026] DELETE /v2.0/subnetpools/c47af72a-859b-48b8-83f1-fb2e978159e0 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2331] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:49 2026] DELETE /v2.0/trunks/eb61f6c5-63e3-4fd0-919e-538d0ba083d0/tags/red => generated 0 bytes in 506 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2332] 10.0.0.153 () {32 vars in 732 bytes} [Sun Jun 28 21:23:49 2026] DELETE /v2.0/subnetpools/a3da2a65-c835-4976-9cf0-10f5d2197180 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2333] 10.0.0.153 () {32 vars in 729 bytes} [Sun Jun 28 21:23:50 2026] GET /v2.0/trunks/eb61f6c5-63e3-4fd0-919e-538d0ba083d0/tags => generated 30 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:23:50.073 7 INFO neutron.api.v2.resource [None req-6c84cd6f-ff2a-448d-bac6-077de55db431 9078b81c74b640dabaf1869f2620b88b 63f8862815a14aeaa39715199c322c57 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1203/2334] 10.0.0.153 () {32 vars in 744 bytes} [Sun Jun 28 21:23:50 2026] DELETE /v2.0/trunks/eb61f6c5-63e3-4fd0-919e-538d0ba083d0/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2335] 10.0.0.153 () {32 vars in 732 bytes} [Sun Jun 28 21:23:50 2026] DELETE /v2.0/trunks/eb61f6c5-63e3-4fd0-919e-538d0ba083d0/tags => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2336] 10.0.0.153 () {32 vars in 729 bytes} [Sun Jun 28 21:23:50 2026] GET /v2.0/trunks/eb61f6c5-63e3-4fd0-919e-538d0ba083d0/tags => 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: 1206/2337] 10.0.0.153 () {32 vars in 719 bytes} [Sun Jun 28 21:23:50 2026] GET /v2.0/trunks/eb61f6c5-63e3-4fd0-919e-538d0ba083d0 => generated 407 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2338] 10.0.0.153 () {34 vars in 783 bytes} [Sun Jun 28 21:23:48 2026] PUT /v2.0/routers/1c771e28-3b42-4d1c-bbb1-c5afee80d9e1/add_router_interface => generated 309 bytes in 1485 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2339] 10.0.0.153 () {32 vars in 717 bytes} [Sun Jun 28 21:23:50 2026] GET /v2.0/ports/9431a08f-d449-48d7-8a25-cdda566fd368 => generated 826 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2340] 10.0.0.153 () {32 vars in 722 bytes} [Sun Jun 28 21:23:50 2026] DELETE /v2.0/trunks/eb61f6c5-63e3-4fd0-919e-538d0ba083d0 => 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: 1208/2341] 10.0.0.153 () {34 vars in 684 bytes} [Sun Jun 28 21:23:50 2026] POST /v2.0/security-groups => generated 1630 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-28 21:23:50.498 8 INFO neutron_taas.services.taas.taas_plugin [None req-3733192a-2fd7-4f8b-949b-e856646c3afd 9078b81c74b640dabaf1869f2620b88b 63f8862815a14aeaa39715199c322c57 - - default default] TaaS: Handle Delete Port: 9431a08f-d449-48d7-8a25-cdda566fd368 2026-06-28 21:23:50.501 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3733192a-2fd7-4f8b-949b-e856646c3afd 9078b81c74b640dabaf1869f2620b88b 63f8862815a14aeaa39715199c322c57 - - default default] Tap Mirror: Handle Delete Port: 9431a08f-d449-48d7-8a25-cdda566fd368 [pid: 7|app: 0|req: 1209/2342] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:23:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2343] 10.0.0.153 () {32 vars in 720 bytes} [Sun Jun 28 21:23:50 2026] DELETE /v2.0/ports/9431a08f-d449-48d7-8a25-cdda566fd368 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2344] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:23:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:23:50.709 8 INFO neutron.services.segments.plugin [-] Segment 074d0c63-bbd3-4e62-810a-c50629915c52 resource provider aggregate not found 2026-06-28 21:23:50.715 8 INFO neutron.services.segments.plugin [-] Segment 074d0c63-bbd3-4e62-810a-c50629915c52 resource provider aggregate not found 2026-06-28 21:23:50.732 8 INFO neutron.services.segments.plugin [-] Segment 074d0c63-bbd3-4e62-810a-c50629915c52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 074d0c63-bbd3-4e62-810a-c50629915c52 found for delete ", "request_id": "req-385479cb-53da-4b1f-b8c0-1c5691b4e7d2"}]} 2026-06-28 21:23:50.735 8 INFO neutron.services.segments.plugin [-] Segment 074d0c63-bbd3-4e62-810a-c50629915c52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 074d0c63-bbd3-4e62-810a-c50629915c52 found for delete ", "request_id": "req-04e9caaf-a5f2-4de0-93a2-e03bac79a6d3"}]} [pid: 8|app: 0|req: 1135/2345] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:23:50 2026] DELETE /v2.0/networks/b106b6e8-802e-4e32-8a50-7e6a7ac74852 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2346] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:23:50 2026] POST /v2.0/security-group-rules => generated 599 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2347] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:23:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2348] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:23:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2349] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:23:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2350] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:50 2026] GET /v2.0/security-groups?tenant_id=cefcfae44a53415fa43559aae51d134c&name=default => generated 2929 bytes in 360 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2351] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:51 2026] DELETE /v2.0/security-groups/2ce37dab-5cba-4474-91e8-f35bfb54af19 => 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: 1214/2352] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:23:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2353] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:23:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2354] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:51 2026] GET /v2.0/security-groups?tenant_id=93dd082e09054bb2bf4cd348e191b522&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2355] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:23:51 2026] POST /v2.0/security-group-rules => generated 599 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2356] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:51 2026] DELETE /v2.0/security-groups/c2079340-4600-4efb-ac22-3e0520916ad3 => 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: 1216/2357] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:51 2026] GET /v2.0/security-groups?tenant_id=53fb42331b854a6e9ad9c72ab488da00&name=default => generated 2929 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2358] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:23:51 2026] POST /v2.0/security-group-rules => generated 601 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2359] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:51 2026] GET /v2.0/security-groups?tenant_id=7ffdf2ad01a7437bb536f5360737a8f3&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2360] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:51 2026] DELETE /v2.0/security-groups/13c3b2d5-b2f4-4b2e-830c-ba771ff76ad9 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2361] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:51 2026] DELETE /v2.0/security-groups/87a68390-fe95-4083-ad53-63608b1496ea => 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: 1218/2362] 10.0.0.153 () {34 vars in 695 bytes} [Sun Jun 28 21:23:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2363] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:52 2026] GET /v2.0/security-groups?tenant_id=63f8862815a14aeaa39715199c322c57&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2364] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:52 2026] DELETE /v2.0/security-groups/3e370d06-e60b-4212-b6bf-5e68d434e42c => 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: 1146/2365] 10.0.0.54 () {34 vars in 1095 bytes} [Sun Jun 28 21:23:52 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1888315676&fields=id&tenant_id=1008ecadc73e413ba9c44c78e73244c5 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2366] 10.0.0.54 () {34 vars in 981 bytes} [Sun Jun 28 21:23:52 2026] GET /v2.0/networks?id=09171062-ccb5-4106-a846-36d633ac22b7 => generated 704 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2367] 10.0.0.54 () {34 vars in 964 bytes} [Sun Jun 28 21:23:52 2026] GET /v2.0/quotas/1008ecadc73e413ba9c44c78e73244c5 => 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: 1221/2368] 10.0.0.54 () {34 vars in 1001 bytes} [Sun Jun 28 21:23:52 2026] GET /v2.0/ports?tenant_id=1008ecadc73e413ba9c44c78e73244c5&fields=id => generated 287 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2369] 10.0.0.54 () {34 vars in 1007 bytes} [Sun Jun 28 21:23:52 2026] GET /v2.0/networks/09171062-ccb5-4106-a846-36d633ac22b7?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2370] 10.0.0.54 () {34 vars in 1107 bytes} [Sun Jun 28 21:23:52 2026] GET /v2.0/networks/09171062-ccb5-4106-a846-36d633ac22b7?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: 1149/2371] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:23:52 2026] GET /v2.0/ports?device_id=e1a0e9a7-b6bc-4f02-8184-feef9defb3b0 => 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: 1223/2372] 10.0.0.127 () {34 vars in 990 bytes} [Sun Jun 28 21:23:54 2026] GET /v2.0/ports?device_id=ce1cbf38-614e-4931-9938-61125ec71fbd => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2373] 10.0.0.127 () {34 vars in 1040 bytes} [Sun Jun 28 21:23:54 2026] GET /v2.0/security-groups?id=f443f92a-02de-461e-927c-36df13074d2d&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: 1224/2374] 10.0.0.153 () {34 vars in 678 bytes} [Sun Jun 28 21:23:55 2026] POST /v2.0/qos/policies => generated 359 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2375] 10.0.0.153 () {34 vars in 753 bytes} [Sun Jun 28 21:23:55 2026] PUT /v2.0/policies/38810b06-f601-4813-bac6-748b129623f4/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: 1225/2376] 10.0.0.153 () {32 vars in 733 bytes} [Sun Jun 28 21:23:55 2026] GET /v2.0/policies/38810b06-f601-4813-bac6-748b129623f4/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2377] 10.0.0.153 () {34 vars in 764 bytes} [Sun Jun 28 21:23:55 2026] PUT /v2.0/policies/38810b06-f601-4813-bac6-748b129623f4/tags/green => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2378] 10.0.0.153 () {32 vars in 733 bytes} [Sun Jun 28 21:23:55 2026] GET /v2.0/policies/38810b06-f601-4813-bac6-748b129623f4/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2379] 10.0.0.153 () {34 vars in 760 bytes} [Sun Jun 28 21:23:55 2026] PUT /v2.0/policies/38810b06-f601-4813-bac6-748b129623f4/tags/red => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2380] 10.0.0.153 () {32 vars in 733 bytes} [Sun Jun 28 21:23:55 2026] GET /v2.0/policies/38810b06-f601-4813-bac6-748b129623f4/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2381] 10.0.0.153 () {34 vars in 782 bytes} [Sun Jun 28 21:23:55 2026] PUT /v2.0/policies/38810b06-f601-4813-bac6-748b129623f4/tags/black.or.white => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2382] 10.0.0.153 () {32 vars in 733 bytes} [Sun Jun 28 21:23:55 2026] GET /v2.0/policies/38810b06-f601-4813-bac6-748b129623f4/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2383] 10.0.0.153 () {34 vars in 753 bytes} [Sun Jun 28 21:23:55 2026] PUT /v2.0/policies/38810b06-f601-4813-bac6-748b129623f4/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2384] 10.0.0.153 () {32 vars in 733 bytes} [Sun Jun 28 21:23:55 2026] GET /v2.0/policies/38810b06-f601-4813-bac6-748b129623f4/tags => generated 37 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2385] 10.0.0.153 () {32 vars in 741 bytes} [Sun Jun 28 21:23:55 2026] GET /v2.0/policies/38810b06-f601-4813-bac6-748b129623f4/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:23:55.945 8 INFO neutron.api.v2.resource [None req-679fb7cc-c5d0-469e-a2c7-f58e1ab75d57 3ddf5a6cb8f34bbdab42388a2c48c549 1f352dd68b394e1fbad0ca42d5063653 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1157/2386] 10.0.0.153 () {32 vars in 745 bytes} [Sun Jun 28 21:23:55 2026] GET /v2.0/policies/38810b06-f601-4813-bac6-748b129623f4/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2387] 10.0.0.153 () {32 vars in 744 bytes} [Sun Jun 28 21:23:55 2026] DELETE /v2.0/policies/38810b06-f601-4813-bac6-748b129623f4/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2388] 10.0.0.153 () {32 vars in 733 bytes} [Sun Jun 28 21:23:56 2026] GET /v2.0/policies/38810b06-f601-4813-bac6-748b129623f4/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:23:56.093 8 INFO neutron.api.v2.resource [None req-e0a6a083-e0b5-4e65-93b9-a73b93dc5a13 3ddf5a6cb8f34bbdab42388a2c48c549 1f352dd68b394e1fbad0ca42d5063653 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1160/2389] 10.0.0.153 () {32 vars in 748 bytes} [Sun Jun 28 21:23:56 2026] DELETE /v2.0/policies/38810b06-f601-4813-bac6-748b129623f4/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2390] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:55 2026] GET /v2.0/security-groups?tenant_id=27cd4a5844814267aac3b42b7f01cbd5&name=default => generated 2929 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2391] 10.0.0.153 () {32 vars in 736 bytes} [Sun Jun 28 21:23:56 2026] DELETE /v2.0/policies/38810b06-f601-4813-bac6-748b129623f4/tags => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2392] 10.0.0.153 () {32 vars in 733 bytes} [Sun Jun 28 21:23:56 2026] GET /v2.0/policies/38810b06-f601-4813-bac6-748b129623f4/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2393] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:56 2026] DELETE /v2.0/security-groups/cbf7e605-e6f0-40bc-8810-451e0bab07d8 => 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: 1163/2394] 10.0.0.153 () {32 vars in 734 bytes} [Sun Jun 28 21:23:56 2026] DELETE /v2.0/qos/policies/38810b06-f601-4813-bac6-748b129623f4 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2395] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:56 2026] GET /v2.0/security-groups?tenant_id=892a643b98de4f64bba296d2be7a012e&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: 1164/2396] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:56 2026] DELETE /v2.0/security-groups/285c5d93-e102-436a-9f29-6152c943858d => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2397] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:23:57 2026] GET /v2.0/networks?id=09171062-ccb5-4106-a846-36d633ac22b7 => generated 704 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2398] 199.204.45.227 () {34 vars in 1050 bytes} [Sun Jun 28 21:23:57 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1008ecadc73e413ba9c44c78e73244c5 => generated 179 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2401] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:56 2026] GET /v2.0/security-groups?tenant_id=b8d97d3216484663bb78702a2a5c61d1&name=default => generated 2929 bytes in 359 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2402] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:57 2026] DELETE /v2.0/security-groups/be75e18b-2a09-447b-ab83-dd626708b317 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2403] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:23:57 2026] GET /v2.0/security-groups?tenant_id=1f352dd68b394e1fbad0ca42d5063653&name=default => generated 2929 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2404] 199.204.45.227 () {38 vars in 955 bytes} [Sun Jun 28 21:23:57 2026] POST /v2.0/ports => generated 1183 bytes in 462 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: 1236/2405] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:23:57 2026] DELETE /v2.0/security-groups/75267c2b-1156-4c0d-a88f-f157c90090af => 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: 1237/2406] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:23:57 2026] GET /v2.0/ports?device_id=e1a0e9a7-b6bc-4f02-8184-feef9defb3b0 => generated 1198 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2407] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:23:58 2026] GET /v2.0/security-groups?id=8736aa0b-efc7-41bf-aa1c-e96874b102f4&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2408] 199.204.45.227 () {38 vars in 1028 bytes} [Sun Jun 28 21:23:57 2026] PUT /v2.0/ports/bde86211-e31f-4a0b-8fa1-ed5d618f1c72 => generated 1464 bytes in 522 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:23:58.291 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bcd97ac8-cf7f-462f-b93e-6f4b29043719'] response: {'name': 'network-changed', 'server_uuid': 'e1a0e9a7-b6bc-4f02-8184-feef9defb3b0', 'tag': 'bde86211-e31f-4a0b-8fa1-ed5d618f1c72', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1239/2409] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:23:58 2026] GET /v2.0/ports?tenant_id=1008ecadc73e413ba9c44c78e73244c5&device_id=e1a0e9a7-b6bc-4f02-8184-feef9defb3b0 => generated 1467 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, ' [pid: 8|app: 0|req: 1171/2410] 199.204.45.227 () {34 vars in 1018 bytes} [Sun Jun 28 21:23:58 2026] GET /v2.0/networks?tenant_id=1008ecadc73e413ba9c44c78e73244c5&shared=False => generated 2374 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2411] 199.204.45.227 () {34 vars in 930 bytes} [Sun Jun 28 21:23:58 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2412] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:23:59 2026] GET /v2.0/ports?tenant_id=1008ecadc73e413ba9c44c78e73244c5&device_id=e1a0e9a7-b6bc-4f02-8184-feef9defb3b0 => generated 1467 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2413] 199.204.45.227 () {34 vars in 1058 bytes} [Sun Jun 28 21:24:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.115&port_id=bde86211-e31f-4a0b-8fa1-ed5d618f1c72 => 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: 1173/2414] 199.204.45.227 () {34 vars in 1104 bytes} [Sun Jun 28 21:24:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A252&port_id=bde86211-e31f-4a0b-8fa1-ed5d618f1c72 => 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: 1242/2415] 199.204.45.227 () {34 vars in 1064 bytes} [Sun Jun 28 21:24:00 2026] GET /v2.0/subnets?id=7fc6257f-66ca-48c3-bdd4-273e915a38b5&id=9a9a9b75-deb8-4121-b022-87b6eb3168a1 => generated 1410 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2416] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:24:00 2026] GET /v2.0/ports?network_id=09171062-ccb5-4106-a846-36d633ac22b7&device_owner=network%3Adhcp => generated 1457 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2417] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:24:00 2026] GET /v2.0/ports?network_id=09171062-ccb5-4106-a846-36d633ac22b7&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2418] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:24:00 2026] GET /v2.0/networks/09171062-ccb5-4106-a846-36d633ac22b7?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2419] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:24:00 2026] GET /v2.0/networks/09171062-ccb5-4106-a846-36d633ac22b7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2420] 10.0.0.153 () {34 vars in 676 bytes} [Sun Jun 28 21:24:00 2026] POST /v2.0/subnetpools => generated 516 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2421] 10.0.0.153 () {34 vars in 759 bytes} [Sun Jun 28 21:24:01 2026] PUT /v2.0/subnetpools/7bfb5126-b0f9-44e3-8113-f1dcdbd32984/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2422] 10.0.0.153 () {32 vars in 739 bytes} [Sun Jun 28 21:24:01 2026] GET /v2.0/subnetpools/7bfb5126-b0f9-44e3-8113-f1dcdbd32984/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: 1246/2423] 10.0.0.153 () {34 vars in 770 bytes} [Sun Jun 28 21:24:01 2026] PUT /v2.0/subnetpools/7bfb5126-b0f9-44e3-8113-f1dcdbd32984/tags/green => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2424] 10.0.0.153 () {32 vars in 739 bytes} [Sun Jun 28 21:24:01 2026] GET /v2.0/subnetpools/7bfb5126-b0f9-44e3-8113-f1dcdbd32984/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2425] 10.0.0.153 () {34 vars in 766 bytes} [Sun Jun 28 21:24:01 2026] PUT /v2.0/subnetpools/7bfb5126-b0f9-44e3-8113-f1dcdbd32984/tags/red => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2426] 10.0.0.153 () {32 vars in 739 bytes} [Sun Jun 28 21:24:01 2026] GET /v2.0/subnetpools/7bfb5126-b0f9-44e3-8113-f1dcdbd32984/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: 1248/2427] 10.0.0.153 () {34 vars in 788 bytes} [Sun Jun 28 21:24:01 2026] PUT /v2.0/subnetpools/7bfb5126-b0f9-44e3-8113-f1dcdbd32984/tags/black.or.white => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2428] 10.0.0.153 () {32 vars in 739 bytes} [Sun Jun 28 21:24:01 2026] GET /v2.0/subnetpools/7bfb5126-b0f9-44e3-8113-f1dcdbd32984/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2429] 10.0.0.153 () {34 vars in 759 bytes} [Sun Jun 28 21:24:01 2026] PUT /v2.0/subnetpools/7bfb5126-b0f9-44e3-8113-f1dcdbd32984/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2430] 10.0.0.153 () {32 vars in 739 bytes} [Sun Jun 28 21:24:01 2026] GET /v2.0/subnetpools/7bfb5126-b0f9-44e3-8113-f1dcdbd32984/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2431] 10.0.0.153 () {32 vars in 747 bytes} [Sun Jun 28 21:24:01 2026] GET /v2.0/subnetpools/7bfb5126-b0f9-44e3-8113-f1dcdbd32984/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:24:01.663 8 INFO neutron.api.v2.resource [None req-cbc27e35-2fe0-4f0f-a260-983d4d96d249 181d85d2ca1848bfab67a53e21cb4a09 657097ee1ac4435ca7120973ab4a2568 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1182/2432] 10.0.0.153 () {32 vars in 751 bytes} [Sun Jun 28 21:24:01 2026] GET /v2.0/subnetpools/7bfb5126-b0f9-44e3-8113-f1dcdbd32984/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: 1251/2433] 10.0.0.153 () {32 vars in 750 bytes} [Sun Jun 28 21:24:01 2026] DELETE /v2.0/subnetpools/7bfb5126-b0f9-44e3-8113-f1dcdbd32984/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2434] 10.0.0.153 () {32 vars in 739 bytes} [Sun Jun 28 21:24:01 2026] GET /v2.0/subnetpools/7bfb5126-b0f9-44e3-8113-f1dcdbd32984/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:24:01.795 7 INFO neutron.api.v2.resource [None req-b316eee6-bdb2-4759-addc-6eb9a4bf1009 181d85d2ca1848bfab67a53e21cb4a09 657097ee1ac4435ca7120973ab4a2568 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1252/2435] 10.0.0.153 () {32 vars in 754 bytes} [Sun Jun 28 21:24:01 2026] DELETE /v2.0/subnetpools/7bfb5126-b0f9-44e3-8113-f1dcdbd32984/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: 1184/2436] 10.0.0.153 () {32 vars in 742 bytes} [Sun Jun 28 21:24:01 2026] DELETE /v2.0/subnetpools/7bfb5126-b0f9-44e3-8113-f1dcdbd32984/tags => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2437] 10.0.0.153 () {32 vars in 739 bytes} [Sun Jun 28 21:24:01 2026] GET /v2.0/subnetpools/7bfb5126-b0f9-44e3-8113-f1dcdbd32984/tags => 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: 1185/2438] 10.0.0.153 () {32 vars in 732 bytes} [Sun Jun 28 21:24:01 2026] DELETE /v2.0/subnetpools/7bfb5126-b0f9-44e3-8113-f1dcdbd32984 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2439] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:24:02 2026] GET /v2.0/security-groups?tenant_id=657097ee1ac4435ca7120973ab4a2568&name=default => generated 2929 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2440] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:24:02 2026] DELETE /v2.0/security-groups/23f126ac-7a85-4a12-a447-4f33a2328865 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2441] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:24:03 2026] GET /v2.0/security-groups?tenant_id=b6cba9833a9a40cfba20a7c87dfab1ae&name=default => generated 2929 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2442] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:24:03 2026] GET /v2.0/ports?device_id=e1a0e9a7-b6bc-4f02-8184-feef9defb3b0 => generated 1198 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2443] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:24:03 2026] GET /v2.0/security-groups?id=8736aa0b-efc7-41bf-aa1c-e96874b102f4&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2444] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:24:03 2026] DELETE /v2.0/security-groups/b9bc45b2-0596-4568-92f5-6811944b9091 => 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: 1257/2445] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:24:05 2026] GET /v2.0/ports?device_id=ce1cbf38-614e-4931-9938-61125ec71fbd => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2446] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:24:05 2026] GET /v2.0/security-groups?id=f443f92a-02de-461e-927c-36df13074d2d&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: 1258/2447] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:24:06 2026] GET /v2.0/ports?device_id=ce1cbf38-614e-4931-9938-61125ec71fbd => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2448] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:24:06 2026] GET /v2.0/security-groups?id=f443f92a-02de-461e-927c-36df13074d2d&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2449] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:24:07 2026] GET /v2.0/ports?device_id=ce1cbf38-614e-4931-9938-61125ec71fbd => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2450] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:24:07 2026] GET /v2.0/security-groups?id=f443f92a-02de-461e-927c-36df13074d2d&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: 1260/2451] 199.204.45.227 () {34 vars in 994 bytes} [Sun Jun 28 21:24:07 2026] GET /v2.0/ports?device_id=ce1cbf38-614e-4931-9938-61125ec71fbd => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:24:08.174 8 INFO neutron_taas.services.taas.taas_plugin [req-6a49dde7-3006-4f89-a131-b42d8708d43d req-d5fd93e9-47a6-456a-a967-cfdfd1923fcd 1c0cb4917c3446eb91c9858c1f05272c 3d2b1b4349d34c678ec94ebf68512225 - - default default] TaaS: Handle Delete Port: 9236c3a6-ded2-4310-8a7d-470ddedae335 2026-06-28 21:24:08.178 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6a49dde7-3006-4f89-a131-b42d8708d43d req-d5fd93e9-47a6-456a-a967-cfdfd1923fcd 1c0cb4917c3446eb91c9858c1f05272c 3d2b1b4349d34c678ec94ebf68512225 - - default default] Tap Mirror: Handle Delete Port: 9236c3a6-ded2-4310-8a7d-470ddedae335 2026-06-28 21:24:08.307 8 INFO neutron.db.l3_db [req-6a49dde7-3006-4f89-a131-b42d8708d43d req-d5fd93e9-47a6-456a-a967-cfdfd1923fcd 1c0cb4917c3446eb91c9858c1f05272c 3d2b1b4349d34c678ec94ebf68512225 - - default default] Floating IP bbc17392-4890-4420-89c7-bcfc87e5fb2b disassociated. External IP: 10.96.250.209, port: 9236c3a6-ded2-4310-8a7d-470ddedae335. [pid: 7|app: 0|req: 1261/2452] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:24:08 2026] GET /v2.0/ports?device_id=e1a0e9a7-b6bc-4f02-8184-feef9defb3b0 => generated 1200 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2453] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:24:08 2026] GET /v2.0/security-groups?id=8736aa0b-efc7-41bf-aa1c-e96874b102f4&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2454] 10.0.0.153 () {32 vars in 818 bytes} [Sun Jun 28 21:24:08 2026] GET /v2.0/ports?network_id=09171062-ccb5-4106-a846-36d633ac22b7&mac_address=fa%3A16%3A3e%3A42%3A62%3A30 => generated 1200 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2455] 199.204.45.227 () {36 vars in 997 bytes} [Sun Jun 28 21:24:08 2026] DELETE /v2.0/ports/9236c3a6-ded2-4310-8a7d-470ddedae335 => generated 0 bytes in 659 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:24:08.701 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4471372e-fdaf-4d74-85ee-465fd3340f50'] response: {'server_uuid': 'ce1cbf38-614e-4931-9938-61125ec71fbd', 'name': 'network-vif-deleted', 'tag': '9236c3a6-ded2-4310-8a7d-470ddedae335', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1193/2456] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:24:09 2026] GET /v2.0/ports?device_id=ce1cbf38-614e-4931-9938-61125ec71fbd => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:24:09.376 7 INFO neutron.db.l3_db [None req-af090874-ad81-4e93-83a9-fa3076fc36fa 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] Floating IP 3ea45c97-e5dd-47a2-9ad2-2487da8cb36b associated. External IP: 10.96.250.208, port: bde86211-e31f-4a0b-8fa1-ed5d618f1c72. [pid: 7|app: 0|req: 1264/2457] 10.0.0.153 () {34 vars in 677 bytes} [Sun Jun 28 21:24:08 2026] POST /v2.0/floatingips => generated 855 bytes in 1121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:24:09.694 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-aa2c7367-85db-44d8-9604-d24adf4bb5a7'] response: {'name': 'network-changed', 'server_uuid': 'e1a0e9a7-b6bc-4f02-8184-feef9defb3b0', 'tag': 'bde86211-e31f-4a0b-8fa1-ed5d618f1c72', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1194/2458] 10.0.0.54 () {34 vars in 1095 bytes} [Sun Jun 28 21:24:09 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1888315676&fields=id&tenant_id=1008ecadc73e413ba9c44c78e73244c5 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2459] 10.0.0.54 () {34 vars in 981 bytes} [Sun Jun 28 21:24:09 2026] GET /v2.0/networks?id=f4891403-8585-4e81-9788-a47a06d7cb89 => generated 705 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2460] 10.0.0.54 () {34 vars in 964 bytes} [Sun Jun 28 21:24:09 2026] GET /v2.0/quotas/1008ecadc73e413ba9c44c78e73244c5 => 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: 1266/2461] 10.0.0.54 () {34 vars in 1001 bytes} [Sun Jun 28 21:24:09 2026] GET /v2.0/ports?tenant_id=1008ecadc73e413ba9c44c78e73244c5&fields=id => generated 333 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2462] 10.0.0.54 () {34 vars in 1007 bytes} [Sun Jun 28 21:24:09 2026] GET /v2.0/networks/f4891403-8585-4e81-9788-a47a06d7cb89?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: 1267/2463] 10.0.0.54 () {34 vars in 1107 bytes} [Sun Jun 28 21:24:09 2026] GET /v2.0/networks/f4891403-8585-4e81-9788-a47a06d7cb89?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: 1197/2464] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:24:10 2026] GET /v2.0/ports?device_id=ce1cbf38-614e-4931-9938-61125ec71fbd => 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: 1268/2465] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:24:10 2026] GET /v2.0/ports?device_id=b6fcf948-d9fa-4d57-971e-35c24cd1d43b => 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: 1198/2466] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:24:10 2026] GET /v2.0/ports?tenant_id=1008ecadc73e413ba9c44c78e73244c5&device_id=e1a0e9a7-b6bc-4f02-8184-feef9defb3b0 => generated 1469 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2467] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:24:10 2026] GET /v2.0/networks?id=09171062-ccb5-4106-a846-36d633ac22b7 => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2468] 199.204.45.227 () {34 vars in 1058 bytes} [Sun Jun 28 21:24:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.115&port_id=bde86211-e31f-4a0b-8fa1-ed5d618f1c72 => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2469] 199.204.45.227 () {34 vars in 1104 bytes} [Sun Jun 28 21:24:10 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A252&port_id=bde86211-e31f-4a0b-8fa1-ed5d618f1c72 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2470] 199.204.45.227 () {34 vars in 1064 bytes} [Sun Jun 28 21:24:10 2026] GET /v2.0/subnets?id=7fc6257f-66ca-48c3-bdd4-273e915a38b5&id=9a9a9b75-deb8-4121-b022-87b6eb3168a1 => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2471] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:24:10 2026] GET /v2.0/ports?network_id=09171062-ccb5-4106-a846-36d633ac22b7&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2472] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:24:10 2026] GET /v2.0/ports?network_id=09171062-ccb5-4106-a846-36d633ac22b7&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2473] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:24:10 2026] GET /v2.0/networks/09171062-ccb5-4106-a846-36d633ac22b7?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: 1202/2474] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:24:10 2026] GET /v2.0/networks/09171062-ccb5-4106-a846-36d633ac22b7?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: 1273/2475] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:24:11 2026] GET /v2.0/ports?device_id=ce1cbf38-614e-4931-9938-61125ec71fbd => 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: 1275/2478] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:24:12 2026] DELETE /v2.0/security-groups/f443f92a-02de-461e-927c-36df13074d2d => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:24:12.552 8 INFO neutron_taas.services.taas.taas_plugin [None req-3562160c-7d7b-4dd6-8ae3-3ab4ee115eb7 1c0cb4917c3446eb91c9858c1f05272c 3d2b1b4349d34c678ec94ebf68512225 - - default default] TaaS: Handle Delete Port: 21d8ae78-99fa-49c0-981d-b65b16e86c2e 2026-06-28 21:24:12.555 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3562160c-7d7b-4dd6-8ae3-3ab4ee115eb7 1c0cb4917c3446eb91c9858c1f05272c 3d2b1b4349d34c678ec94ebf68512225 - - default default] Tap Mirror: Handle Delete Port: 21d8ae78-99fa-49c0-981d-b65b16e86c2e [pid: 8|app: 0|req: 1204/2479] 10.0.0.153 () {32 vars in 732 bytes} [Sun Jun 28 21:24:12 2026] DELETE /v2.0/floatingips/bbc17392-4890-4420-89c7-bcfc87e5fb2b => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2480] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:24:12 2026] GET /v2.0/ports?device_id=842b1d6a-74b0-4d54-aedb-fdb6eaaf321b => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2481] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:24:12 2026] GET /v2.0/security-groups?id=f2e73eb1-04ab-4670-8bec-69102223aad4&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: 1277/2482] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:24:14 2026] GET /v2.0/ports?device_id=842b1d6a-74b0-4d54-aedb-fdb6eaaf321b => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2483] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:24:14 2026] GET /v2.0/security-groups?id=f2e73eb1-04ab-4670-8bec-69102223aad4&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2484] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:24:14 2026] GET /v2.0/networks?id=f4891403-8585-4e81-9788-a47a06d7cb89 => generated 705 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2485] 199.204.45.227 () {34 vars in 1050 bytes} [Sun Jun 28 21:24:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1008ecadc73e413ba9c44c78e73244c5 => generated 179 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2486] 199.204.45.227 () {38 vars in 955 bytes} [Sun Jun 28 21:24:14 2026] POST /v2.0/ports => generated 1183 bytes in 399 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: 1280/2487] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:24:15 2026] GET /v2.0/ports?device_id=842b1d6a-74b0-4d54-aedb-fdb6eaaf321b => 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: 1281/2488] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:24:15 2026] GET /v2.0/ports?device_id=b6fcf948-d9fa-4d57-971e-35c24cd1d43b => generated 1198 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2489] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:24:15 2026] GET /v2.0/security-groups?id=f2e73eb1-04ab-4670-8bec-69102223aad4&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2490] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:24:15 2026] GET /v2.0/security-groups?id=8736aa0b-efc7-41bf-aa1c-e96874b102f4&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: 8|app: 0|req: 1208/2491] 199.204.45.227 () {38 vars in 1028 bytes} [Sun Jun 28 21:24:14 2026] PUT /v2.0/ports/58e5b647-548e-4fc3-8811-ba5f939efe90 => generated 1464 bytes in 463 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:24:15.413 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6c2cad9a-4afe-495f-a658-d474cf4b7cc3'] response: {'name': 'network-changed', 'server_uuid': 'b6fcf948-d9fa-4d57-971e-35c24cd1d43b', 'tag': '58e5b647-548e-4fc3-8811-ba5f939efe90', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1284/2492] 199.204.45.227 () {34 vars in 994 bytes} [Sun Jun 28 21:24:15 2026] GET /v2.0/ports?device_id=842b1d6a-74b0-4d54-aedb-fdb6eaaf321b => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 21:24:15.669 8 INFO neutron_taas.services.taas.taas_plugin [req-2e98f695-756f-4f0e-9249-6196c746c3cd req-88676527-ea90-48f8-bf85-ea4372b5d3d1 1c0cb4917c3446eb91c9858c1f05272c 3d2b1b4349d34c678ec94ebf68512225 - - default default] TaaS: Handle Delete Port: 8e3dbed3-4529-4741-a405-cb7342dcbbe4 2026-06-28 21:24:15.672 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2e98f695-756f-4f0e-9249-6196c746c3cd req-88676527-ea90-48f8-bf85-ea4372b5d3d1 1c0cb4917c3446eb91c9858c1f05272c 3d2b1b4349d34c678ec94ebf68512225 - - default default] Tap Mirror: Handle Delete Port: 8e3dbed3-4529-4741-a405-cb7342dcbbe4 [pid: 8|app: 0|req: 1209/2493] 199.204.45.227 () {36 vars in 997 bytes} [Sun Jun 28 21:24:15 2026] DELETE /v2.0/ports/8e3dbed3-4529-4741-a405-cb7342dcbbe4 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2494] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:24:15 2026] GET /v2.0/ports?tenant_id=1008ecadc73e413ba9c44c78e73244c5&device_id=b6fcf948-d9fa-4d57-971e-35c24cd1d43b => generated 1467 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2495] 199.204.45.227 () {34 vars in 1018 bytes} [Sun Jun 28 21:24:15 2026] GET /v2.0/networks?tenant_id=1008ecadc73e413ba9c44c78e73244c5&shared=False => generated 2374 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2496] 199.204.45.227 () {34 vars in 930 bytes} [Sun Jun 28 21:24:16 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2497] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:24:16 2026] GET /v2.0/ports?device_id=842b1d6a-74b0-4d54-aedb-fdb6eaaf321b => 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: 1287/2498] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:24:17 2026] GET /v2.0/ports?tenant_id=1008ecadc73e413ba9c44c78e73244c5&device_id=b6fcf948-d9fa-4d57-971e-35c24cd1d43b => generated 1467 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2499] 199.204.45.227 () {34 vars in 1056 bytes} [Sun Jun 28 21:24:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.74&port_id=58e5b647-548e-4fc3-8811-ba5f939efe90 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2500] 199.204.45.227 () {34 vars in 1106 bytes} [Sun Jun 28 21:24:17 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2ed&port_id=58e5b647-548e-4fc3-8811-ba5f939efe90 => 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: 1213/2501] 199.204.45.227 () {34 vars in 1064 bytes} [Sun Jun 28 21:24:17 2026] GET /v2.0/subnets?id=b271949b-7af3-4b4f-a7da-823a22e60553&id=def6fc82-bcbe-4116-9c05-d5917f872691 => generated 1415 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2502] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:24:17 2026] GET /v2.0/ports?network_id=f4891403-8585-4e81-9788-a47a06d7cb89&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2503] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:24:17 2026] GET /v2.0/ports?network_id=f4891403-8585-4e81-9788-a47a06d7cb89&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2504] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:24:17 2026] GET /v2.0/networks/f4891403-8585-4e81-9788-a47a06d7cb89?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:24:17.465 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-512c6de3-4465-4d78-a739-9ea2ba76d38d'] response: {'server_uuid': '842b1d6a-74b0-4d54-aedb-fdb6eaaf321b', 'name': 'network-vif-deleted', 'tag': '8e3dbed3-4529-4741-a405-cb7342dcbbe4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1215/2505] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:24:17 2026] GET /v2.0/networks/f4891403-8585-4e81-9788-a47a06d7cb89?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2506] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:24:17 2026] GET /v2.0/ports?device_id=842b1d6a-74b0-4d54-aedb-fdb6eaaf321b => 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: 1216/2507] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:24:18 2026] GET /v2.0/ports?device_id=842b1d6a-74b0-4d54-aedb-fdb6eaaf321b => 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: 1292/2508] 10.0.0.127 () {34 vars in 990 bytes} [Sun Jun 28 21:24:18 2026] GET /v2.0/ports?device_id=e1a0e9a7-b6bc-4f02-8184-feef9defb3b0 => generated 1469 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2509] 10.0.0.127 () {34 vars in 1040 bytes} [Sun Jun 28 21:24:19 2026] GET /v2.0/security-groups?id=8736aa0b-efc7-41bf-aa1c-e96874b102f4&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2510] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:24:19 2026] DELETE /v2.0/security-groups/f2e73eb1-04ab-4670-8bec-69102223aad4 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:24:20.237 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e7f3b1d-9735-411f-96b5-08d7ad72e96b 1c0cb4917c3446eb91c9858c1f05272c 3d2b1b4349d34c678ec94ebf68512225 - - default default] TaaS: Handle Delete Port: 572b7639-2ea6-43a8-864d-9a4521a54b9d 2026-06-28 21:24:20.241 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e7f3b1d-9735-411f-96b5-08d7ad72e96b 1c0cb4917c3446eb91c9858c1f05272c 3d2b1b4349d34c678ec94ebf68512225 - - default default] Tap Mirror: Handle Delete Port: 572b7639-2ea6-43a8-864d-9a4521a54b9d [pid: 7|app: 0|req: 1294/2511] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:24:20 2026] GET /v2.0/ports?device_id=b6fcf948-d9fa-4d57-971e-35c24cd1d43b => generated 1200 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2512] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:24:20 2026] GET /v2.0/security-groups?id=8736aa0b-efc7-41bf-aa1c-e96874b102f4&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2513] 10.0.0.153 () {34 vars in 789 bytes} [Sun Jun 28 21:24:19 2026] PUT /v2.0/routers/d27444ae-ce8c-4dc5-89e8-9be525c97e47/remove_router_interface => generated 309 bytes in 976 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2514] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:24:20 2026] DELETE /v2.0/subnets/b589bb19-0439-4a8d-8afd-af94de3f7ea2 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:24:21.262 8 INFO neutron_taas.services.taas.taas_plugin [None req-ed9855ac-5b15-490a-b535-b68a443bbca4 1c0cb4917c3446eb91c9858c1f05272c 3d2b1b4349d34c678ec94ebf68512225 - - default default] TaaS: Handle Delete Port: 856dab6c-38cb-4fdb-b223-c7521e7beb86 2026-06-28 21:24:21.265 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed9855ac-5b15-490a-b535-b68a443bbca4 1c0cb4917c3446eb91c9858c1f05272c 3d2b1b4349d34c678ec94ebf68512225 - - default default] Tap Mirror: Handle Delete Port: 856dab6c-38cb-4fdb-b223-c7521e7beb86 2026-06-28 21:24:21.551 8 INFO neutron_taas.services.taas.taas_plugin [None req-ed9855ac-5b15-490a-b535-b68a443bbca4 1c0cb4917c3446eb91c9858c1f05272c 3d2b1b4349d34c678ec94ebf68512225 - - default default] TaaS: Handle Delete Port: 96a10dc0-64d4-4021-8278-5d985f521257 2026-06-28 21:24:21.554 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed9855ac-5b15-490a-b535-b68a443bbca4 1c0cb4917c3446eb91c9858c1f05272c 3d2b1b4349d34c678ec94ebf68512225 - - default default] Tap Mirror: Handle Delete Port: 96a10dc0-64d4-4021-8278-5d985f521257 2026-06-28 21:24:21.935 8 INFO neutron.services.segments.plugin [-] Segment 8b76d949-bf4a-4ca1-9a4b-7ac6d2e7458c resource provider aggregate not found 2026-06-28 21:24:21.941 8 INFO neutron.services.segments.plugin [-] Segment 8b76d949-bf4a-4ca1-9a4b-7ac6d2e7458c resource provider aggregate not found 2026-06-28 21:24:21.958 8 INFO neutron.db.l3_hamode_db [None req-ed9855ac-5b15-490a-b535-b68a443bbca4 1c0cb4917c3446eb91c9858c1f05272c 3d2b1b4349d34c678ec94ebf68512225 - - default default] HA network 3b6efb1a-6b76-4ff2-ab02-d0df7252dcbb was deleted as no HA routers are present in tenant 3d2b1b4349d34c678ec94ebf68512225. 2026-06-28 21:24:21.964 8 INFO neutron.services.segments.plugin [-] Segment 8b76d949-bf4a-4ca1-9a4b-7ac6d2e7458c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b76d949-bf4a-4ca1-9a4b-7ac6d2e7458c found for delete ", "request_id": "req-44822d85-f4c8-43cb-b096-4f139bcf77d8"}]} 2026-06-28 21:24:21.965 8 INFO neutron.services.segments.plugin [-] Segment 8b76d949-bf4a-4ca1-9a4b-7ac6d2e7458c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b76d949-bf4a-4ca1-9a4b-7ac6d2e7458c found for delete ", "request_id": "req-da4908e6-4239-4c3c-b258-d5ad9aae6264"}]} [pid: 8|app: 0|req: 1219/2515] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:24:20 2026] DELETE /v2.0/routers/d27444ae-ce8c-4dc5-89e8-9be525c97e47 => generated 0 bytes in 982 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:24:22.087 7 INFO neutron_taas.services.taas.taas_plugin [None req-1a605d8d-64dc-41c0-835b-3fcd0d3f3c41 1c0cb4917c3446eb91c9858c1f05272c 3d2b1b4349d34c678ec94ebf68512225 - - default default] TaaS: Handle Delete Port: 5409ccf1-3ed8-4835-9426-799c825dbbc0 2026-06-28 21:24:22.090 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a605d8d-64dc-41c0-835b-3fcd0d3f3c41 1c0cb4917c3446eb91c9858c1f05272c 3d2b1b4349d34c678ec94ebf68512225 - - default default] Tap Mirror: Handle Delete Port: 5409ccf1-3ed8-4835-9426-799c825dbbc0 2026-06-28 21:24:22.326 7 INFO neutron.services.segments.plugin [-] Segment 076e25bf-30b1-4943-97d9-229f3e08189d resource provider aggregate not found 2026-06-28 21:24:22.328 7 INFO neutron.services.segments.plugin [-] Segment 076e25bf-30b1-4943-97d9-229f3e08189d resource provider aggregate not found 2026-06-28 21:24:22.354 7 INFO neutron.services.segments.plugin [-] Segment 076e25bf-30b1-4943-97d9-229f3e08189d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 076e25bf-30b1-4943-97d9-229f3e08189d found for delete ", "request_id": "req-50687de8-56db-48c2-ae75-f4971e2deeba"}]} 2026-06-28 21:24:22.356 7 INFO neutron.services.segments.plugin [-] Segment 076e25bf-30b1-4943-97d9-229f3e08189d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 076e25bf-30b1-4943-97d9-229f3e08189d found for delete ", "request_id": "req-fd1c63ee-8f3a-4e1b-b486-03bebfec83b1"}]} [pid: 7|app: 0|req: 1297/2516] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:24:21 2026] DELETE /v2.0/networks/0ca63d15-da9f-4418-8065-9f9f31484e70 => generated 0 bytes in 396 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2517] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:24:23 2026] GET /v2.0/security-groups?tenant_id=3d2b1b4349d34c678ec94ebf68512225&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2518] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:24:23 2026] DELETE /v2.0/security-groups/daba314b-a2b6-418c-bc1a-408888389ba0 => 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: 1221/2519] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:24:23 2026] GET /v2.0/security-groups?tenant_id=1fa95d60cdd04684a93c883fa9811fb4&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: 1299/2520] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:24:23 2026] DELETE /v2.0/security-groups/e54c5dd8-cc08-476b-ab3e-6f80339ed544 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2521] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:24:25 2026] GET /v2.0/ports?device_id=b6fcf948-d9fa-4d57-971e-35c24cd1d43b => generated 1200 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2522] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:24:25 2026] GET /v2.0/security-groups?id=8736aa0b-efc7-41bf-aa1c-e96874b102f4&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: 1223/2523] 10.0.0.153 () {32 vars in 818 bytes} [Sun Jun 28 21:24:25 2026] GET /v2.0/ports?network_id=f4891403-8585-4e81-9788-a47a06d7cb89&mac_address=fa%3A16%3A3e%3A0f%3Adc%3Abd => generated 1200 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:24:26.550 7 INFO neutron.db.l3_db [None req-b0225217-bdac-401f-b7b9-811db93c550a 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] Floating IP 3121e789-d9ac-43ae-8271-84cbd6b3cdd8 associated. External IP: 10.96.250.214, port: 58e5b647-548e-4fc3-8811-ba5f939efe90. [pid: 7|app: 0|req: 1301/2524] 10.0.0.153 () {34 vars in 677 bytes} [Sun Jun 28 21:24:25 2026] POST /v2.0/floatingips => generated 854 bytes in 1018 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:24:26.915 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-95d8e5f2-5b49-4879-81fa-8721aa4728b4'] response: {'name': 'network-changed', 'server_uuid': 'b6fcf948-d9fa-4d57-971e-35c24cd1d43b', 'tag': '58e5b647-548e-4fc3-8811-ba5f939efe90', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1225/2527] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:24:27 2026] GET /v2.0/ports?tenant_id=1008ecadc73e413ba9c44c78e73244c5&device_id=b6fcf948-d9fa-4d57-971e-35c24cd1d43b => generated 1469 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2528] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:24:27 2026] GET /v2.0/networks?id=f4891403-8585-4e81-9788-a47a06d7cb89 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2529] 199.204.45.227 () {34 vars in 1056 bytes} [Sun Jun 28 21:24:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.74&port_id=58e5b647-548e-4fc3-8811-ba5f939efe90 => generated 857 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2530] 199.204.45.227 () {34 vars in 1106 bytes} [Sun Jun 28 21:24:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2ed&port_id=58e5b647-548e-4fc3-8811-ba5f939efe90 => 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: 1227/2531] 199.204.45.227 () {34 vars in 1064 bytes} [Sun Jun 28 21:24:27 2026] GET /v2.0/subnets?id=b271949b-7af3-4b4f-a7da-823a22e60553&id=def6fc82-bcbe-4116-9c05-d5917f872691 => generated 1415 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2532] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:24:27 2026] GET /v2.0/ports?network_id=f4891403-8585-4e81-9788-a47a06d7cb89&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2533] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:24:27 2026] GET /v2.0/ports?network_id=f4891403-8585-4e81-9788-a47a06d7cb89&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: 1306/2534] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:24:27 2026] GET /v2.0/networks/f4891403-8585-4e81-9788-a47a06d7cb89?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: 1229/2535] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:24:27 2026] GET /v2.0/networks/f4891403-8585-4e81-9788-a47a06d7cb89?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: 1307/2536] 10.0.0.153 () {34 vars in 684 bytes} [Sun Jun 28 21:24:27 2026] POST /v2.0/security-groups => generated 1603 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2537] 10.0.0.153 () {34 vars in 684 bytes} [Sun Jun 28 21:24:28 2026] POST /v2.0/security-groups => generated 1603 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2538] 10.0.0.153 () {34 vars in 684 bytes} [Sun Jun 28 21:24:28 2026] POST /v2.0/security-groups => generated 1603 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2539] 10.0.0.153 () {34 vars in 684 bytes} [Sun Jun 28 21:24:28 2026] POST /v2.0/security-groups => generated 1603 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2540] 10.0.0.153 () {34 vars in 684 bytes} [Sun Jun 28 21:24:28 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: 1232/2541] 10.0.0.153 () {34 vars in 767 bytes} [Sun Jun 28 21:24:28 2026] PUT /v2.0/security-groups/3ad7eceb-4da8-4030-a0e9-558e2e1c2d07/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2542] 10.0.0.153 () {34 vars in 767 bytes} [Sun Jun 28 21:24:28 2026] PUT /v2.0/security-groups/75dcd143-a570-47d6-ab76-22ce5e56dbde/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2543] 10.0.0.153 () {34 vars in 767 bytes} [Sun Jun 28 21:24:28 2026] PUT /v2.0/security-groups/494eed80-4260-4bdd-ada0-9e708dc2aeb5/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2544] 10.0.0.153 () {34 vars in 767 bytes} [Sun Jun 28 21:24:29 2026] PUT /v2.0/security-groups/8c299679-f60a-4cb3-9ddc-0b11f39dca1e/tags => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2545] 10.0.0.153 () {32 vars in 680 bytes} [Sun Jun 28 21:24:29 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2546] 10.0.0.153 () {32 vars in 694 bytes} [Sun Jun 28 21:24:29 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2547] 10.0.0.153 () {32 vars in 690 bytes} [Sun Jun 28 21:24:29 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2548] 10.0.0.153 () {32 vars in 702 bytes} [Sun Jun 28 21:24:29 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2549] 10.0.0.153 () {32 vars in 688 bytes} [Sun Jun 28 21:24:29 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2550] 10.0.0.153 () {32 vars in 702 bytes} [Sun Jun 28 21:24:29 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2551] 10.0.0.153 () {32 vars in 698 bytes} [Sun Jun 28 21:24:29 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2552] 10.0.0.153 () {32 vars in 710 bytes} [Sun Jun 28 21:24:29 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2553] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:24:29 2026] DELETE /v2.0/security-groups/3ad7eceb-4da8-4030-a0e9-558e2e1c2d07 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2554] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:24:29 2026] DELETE /v2.0/security-groups/75dcd143-a570-47d6-ab76-22ce5e56dbde => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2555] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:24:29 2026] DELETE /v2.0/security-groups/494eed80-4260-4bdd-ada0-9e708dc2aeb5 => 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: 1317/2556] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:24:29 2026] DELETE /v2.0/security-groups/8c299679-f60a-4cb3-9ddc-0b11f39dca1e => 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: 1240/2557] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:24:29 2026] DELETE /v2.0/security-groups/789880ac-1711-49f7-b82e-45f65f43adbd => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2558] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:24:30 2026] GET /v2.0/security-groups?tenant_id=c1919470aa7b4d8f8af81f41bf0552cb&name=default => generated 2929 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2559] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:24:31 2026] DELETE /v2.0/security-groups/e7bf9917-f436-40f7-b513-727a7ec08e9a => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2560] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:24:31 2026] GET /v2.0/security-groups?tenant_id=4c48167d645044ab9929e0a8ce3ae24d&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: 1242/2561] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:24:31 2026] DELETE /v2.0/security-groups/67deaa52-dc45-4ae3-aca9-3ed455705979 => 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: 1243/2562] 10.0.0.127 () {34 vars in 990 bytes} [Sun Jun 28 21:24:31 2026] GET /v2.0/ports?device_id=b6fcf948-d9fa-4d57-971e-35c24cd1d43b => generated 1469 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2563] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:24:31 2026] GET /v2.0/security-groups?tenant_id=f24b1c6c8d9a4d7bbdef580c24246a33&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2564] 10.0.0.127 () {34 vars in 1040 bytes} [Sun Jun 28 21:24:31 2026] GET /v2.0/security-groups?id=8736aa0b-efc7-41bf-aa1c-e96874b102f4&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2565] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:24:31 2026] DELETE /v2.0/security-groups/7c9b4b41-61f6-4356-b207-976a363eb1ab => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:24:35.356 8 INFO neutron.db.segments_db [None req-e6e342ef-8ce6-4abc-bb62-cead2007a3f0 dcf32fbf2b514ce0abab3b2acd54209d 5ddd8c6119874b669bca9aeed745a03e - - default default] Added segment 931b51e1-8307-4420-bc4d-15d0eefb6ec6 of type vxlan for network 885786c2-4733-4475-919d-5ab0a0aa450d [pid: 8|app: 0|req: 1245/2566] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:24:35 2026] POST /v2.0/networks => generated 632 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2567] 10.0.0.153 () {34 vars in 664 bytes} [Sun Jun 28 21:24:35 2026] POST /v2.0/ports => generated 743 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2568] 10.0.0.153 () {34 vars in 747 bytes} [Sun Jun 28 21:24:35 2026] PUT /v2.0/ports/e3e877f8-f061-46d6-9487-f02fc336ea96/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1323/2569] 10.0.0.153 () {32 vars in 727 bytes} [Sun Jun 28 21:24:35 2026] GET /v2.0/ports/e3e877f8-f061-46d6-9487-f02fc336ea96/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1247/2570] 10.0.0.153 () {34 vars in 758 bytes} [Sun Jun 28 21:24:35 2026] PUT /v2.0/ports/e3e877f8-f061-46d6-9487-f02fc336ea96/tags/green => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1324/2571] 10.0.0.153 () {32 vars in 727 bytes} [Sun Jun 28 21:24:35 2026] GET /v2.0/ports/e3e877f8-f061-46d6-9487-f02fc336ea96/tags => generated 34 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: 1248/2572] 10.0.0.153 () {34 vars in 754 bytes} [Sun Jun 28 21:24:36 2026] PUT /v2.0/ports/e3e877f8-f061-46d6-9487-f02fc336ea96/tags/red => generated 4 bytes in 88 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: 1325/2573] 10.0.0.153 () {32 vars in 727 bytes} [Sun Jun 28 21:24:36 2026] GET /v2.0/ports/e3e877f8-f061-46d6-9487-f02fc336ea96/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1249/2574] 10.0.0.153 () {34 vars in 776 bytes} [Sun Jun 28 21:24:36 2026] PUT /v2.0/ports/e3e877f8-f061-46d6-9487-f02fc336ea96/tags/black.or.white => generated 4 bytes in 94 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: 1326/2575] 10.0.0.153 () {32 vars in 727 bytes} [Sun Jun 28 21:24:36 2026] GET /v2.0/ports/e3e877f8-f061-46d6-9487-f02fc336ea96/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, ' [pid: 8|app: 0|req: 1250/2576] 10.0.0.153 () {34 vars in 747 bytes} [Sun Jun 28 21:24:36 2026] PUT /v2.0/ports/e3e877f8-f061-46d6-9487-f02fc336ea96/tags => generated 37 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: 1327/2577] 10.0.0.153 () {32 vars in 727 bytes} [Sun Jun 28 21:24:36 2026] GET /v2.0/ports/e3e877f8-f061-46d6-9487-f02fc336ea96/tags => generated 37 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: 1251/2578] 10.0.0.153 () {32 vars in 735 bytes} [Sun Jun 28 21:24:36 2026] GET /v2.0/ports/e3e877f8-f061-46d6-9487-f02fc336ea96/tags/red => generated 0 bytes in 78 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-28 21:24:36.582 7 INFO neutron.api.v2.resource [None req-49d7cfed-4299-4812-9096-741cbde5bbb4 dcf32fbf2b514ce0abab3b2acd54209d 5ddd8c6119874b669bca9aeed745a03e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1328/2579] 10.0.0.153 () {32 vars in 739 bytes} [Sun Jun 28 21:24:36 2026] GET /v2.0/ports/e3e877f8-f061-46d6-9487-f02fc336ea96/tags/green => generated 99 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1252/2580] 10.0.0.153 () {32 vars in 738 bytes} [Sun Jun 28 21:24:36 2026] DELETE /v2.0/ports/e3e877f8-f061-46d6-9487-f02fc336ea96/tags/red => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1329/2581] 10.0.0.153 () {32 vars in 727 bytes} [Sun Jun 28 21:24:36 2026] GET /v2.0/ports/e3e877f8-f061-46d6-9487-f02fc336ea96/tags => generated 30 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 21:24:36.773 8 INFO neutron.api.v2.resource [None req-9bfb8e04-1fb8-4b60-a04d-7c2715533f4c dcf32fbf2b514ce0abab3b2acd54209d 5ddd8c6119874b669bca9aeed745a03e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1253/2582] 10.0.0.153 () {32 vars in 742 bytes} [Sun Jun 28 21:24:36 2026] DELETE /v2.0/ports/e3e877f8-f061-46d6-9487-f02fc336ea96/tags/green => generated 99 bytes in 54 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: 1330/2583] 10.0.0.153 () {32 vars in 730 bytes} [Sun Jun 28 21:24:36 2026] DELETE /v2.0/ports/e3e877f8-f061-46d6-9487-f02fc336ea96/tags => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1254/2584] 10.0.0.153 () {32 vars in 727 bytes} [Sun Jun 28 21:24:36 2026] GET /v2.0/ports/e3e877f8-f061-46d6-9487-f02fc336ea96/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 21:24:37.008 7 INFO neutron_taas.services.taas.taas_plugin [None req-2fb24e12-10f5-4956-9fbe-51df6109860f dcf32fbf2b514ce0abab3b2acd54209d 5ddd8c6119874b669bca9aeed745a03e - - default default] TaaS: Handle Delete Port: e3e877f8-f061-46d6-9487-f02fc336ea96 2026-06-28 21:24:37.010 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2fb24e12-10f5-4956-9fbe-51df6109860f dcf32fbf2b514ce0abab3b2acd54209d 5ddd8c6119874b669bca9aeed745a03e - - default default] Tap Mirror: Handle Delete Port: e3e877f8-f061-46d6-9487-f02fc336ea96 [pid: 7|app: 0|req: 1331/2585] 10.0.0.153 () {32 vars in 720 bytes} [Sun Jun 28 21:24:36 2026] DELETE /v2.0/ports/e3e877f8-f061-46d6-9487-f02fc336ea96 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 21:24:37.250 8 INFO neutron.services.segments.plugin [-] Segment 931b51e1-8307-4420-bc4d-15d0eefb6ec6 resource provider aggregate not found 2026-06-28 21:24:37.254 8 INFO neutron.services.segments.plugin [-] Segment 931b51e1-8307-4420-bc4d-15d0eefb6ec6 resource provider aggregate not found 2026-06-28 21:24:37.270 8 INFO neutron.services.segments.plugin [-] Segment 931b51e1-8307-4420-bc4d-15d0eefb6ec6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 931b51e1-8307-4420-bc4d-15d0eefb6ec6 found for delete ", "request_id": "req-7d69f112-5699-42f2-8b25-3afea0b6192f"}]} 2026-06-28 21:24:37.274 8 INFO neutron.services.segments.plugin [-] Segment 931b51e1-8307-4420-bc4d-15d0eefb6ec6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 931b51e1-8307-4420-bc4d-15d0eefb6ec6 found for delete ", "request_id": "req-68b2c4e4-06b7-4cbb-8a5e-2e841c6a2cdb"}]} [pid: 8|app: 0|req: 1255/2586] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:24:37 2026] DELETE /v2.0/networks/885786c2-4733-4475-919d-5ab0a0aa450d => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2587] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:24:37 2026] GET /v2.0/security-groups?tenant_id=aafda369cecb417b97dc166b082d27c7&name=default => generated 2929 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2588] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:24:38 2026] DELETE /v2.0/security-groups/de2bb35e-869b-4751-984e-97bc5443d075 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2589] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:24:38 2026] GET /v2.0/security-groups?tenant_id=5ddd8c6119874b669bca9aeed745a03e&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2590] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:24:38 2026] DELETE /v2.0/security-groups/82507ea5-4e1b-44da-a176-44f0992d1cb0 => 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: 1334/2591] 10.0.0.153 () {34 vars in 684 bytes} [Sun Jun 28 21:24:41 2026] POST /v2.0/security-groups => generated 1603 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2592] 10.0.0.153 () {34 vars in 767 bytes} [Sun Jun 28 21:24:41 2026] PUT /v2.0/security-groups/44a67bff-b1fb-4a5b-a0b4-8ea7a19a010e/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: 1335/2593] 10.0.0.153 () {32 vars in 747 bytes} [Sun Jun 28 21:24:42 2026] GET /v2.0/security-groups/44a67bff-b1fb-4a5b-a0b4-8ea7a19a010e/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2594] 10.0.0.153 () {34 vars in 778 bytes} [Sun Jun 28 21:24:42 2026] PUT /v2.0/security-groups/44a67bff-b1fb-4a5b-a0b4-8ea7a19a010e/tags/green => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2595] 10.0.0.153 () {32 vars in 747 bytes} [Sun Jun 28 21:24:42 2026] GET /v2.0/security-groups/44a67bff-b1fb-4a5b-a0b4-8ea7a19a010e/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2598] 10.0.0.153 () {34 vars in 774 bytes} [Sun Jun 28 21:24:42 2026] PUT /v2.0/security-groups/44a67bff-b1fb-4a5b-a0b4-8ea7a19a010e/tags/red => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2599] 10.0.0.153 () {32 vars in 747 bytes} [Sun Jun 28 21:24:42 2026] GET /v2.0/security-groups/44a67bff-b1fb-4a5b-a0b4-8ea7a19a010e/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2600] 10.0.0.153 () {34 vars in 796 bytes} [Sun Jun 28 21:24:42 2026] PUT /v2.0/security-groups/44a67bff-b1fb-4a5b-a0b4-8ea7a19a010e/tags/black.or.white => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2601] 10.0.0.153 () {32 vars in 747 bytes} [Sun Jun 28 21:24:42 2026] GET /v2.0/security-groups/44a67bff-b1fb-4a5b-a0b4-8ea7a19a010e/tags => generated 52 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2602] 10.0.0.153 () {34 vars in 767 bytes} [Sun Jun 28 21:24:42 2026] PUT /v2.0/security-groups/44a67bff-b1fb-4a5b-a0b4-8ea7a19a010e/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2603] 10.0.0.153 () {32 vars in 747 bytes} [Sun Jun 28 21:24:42 2026] GET /v2.0/security-groups/44a67bff-b1fb-4a5b-a0b4-8ea7a19a010e/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2604] 10.0.0.153 () {32 vars in 755 bytes} [Sun Jun 28 21:24:42 2026] GET /v2.0/security-groups/44a67bff-b1fb-4a5b-a0b4-8ea7a19a010e/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:24:42.570 7 INFO neutron.api.v2.resource [None req-7c565c2e-3d81-4a0d-9541-149cbf873a8b 208d3e02fcb343c8a0abf42fe9908837 81fadb26d79346c18ed96e68d6bc0c7e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1342/2605] 10.0.0.153 () {32 vars in 759 bytes} [Sun Jun 28 21:24:42 2026] GET /v2.0/security-groups/44a67bff-b1fb-4a5b-a0b4-8ea7a19a010e/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2606] 10.0.0.153 () {32 vars in 758 bytes} [Sun Jun 28 21:24:42 2026] DELETE /v2.0/security-groups/44a67bff-b1fb-4a5b-a0b4-8ea7a19a010e/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: 1343/2607] 10.0.0.153 () {32 vars in 747 bytes} [Sun Jun 28 21:24:42 2026] GET /v2.0/security-groups/44a67bff-b1fb-4a5b-a0b4-8ea7a19a010e/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:24:42.716 8 INFO neutron.api.v2.resource [None req-731cae3e-0239-4551-a10f-059789a943b7 208d3e02fcb343c8a0abf42fe9908837 81fadb26d79346c18ed96e68d6bc0c7e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1265/2608] 10.0.0.153 () {32 vars in 762 bytes} [Sun Jun 28 21:24:42 2026] DELETE /v2.0/security-groups/44a67bff-b1fb-4a5b-a0b4-8ea7a19a010e/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2609] 10.0.0.153 () {32 vars in 750 bytes} [Sun Jun 28 21:24:42 2026] DELETE /v2.0/security-groups/44a67bff-b1fb-4a5b-a0b4-8ea7a19a010e/tags => 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: 1266/2610] 10.0.0.153 () {32 vars in 747 bytes} [Sun Jun 28 21:24:42 2026] GET /v2.0/security-groups/44a67bff-b1fb-4a5b-a0b4-8ea7a19a010e/tags => 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: 1267/2611] 10.0.0.153 () {32 vars in 721 bytes} [Sun Jun 28 21:24:42 2026] GET /v2.0/subnets/c51108fb-9815-467f-9e4e-264d6316b03d => generated 676 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2612] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:24:42 2026] DELETE /v2.0/security-groups/44a67bff-b1fb-4a5b-a0b4-8ea7a19a010e => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2613] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:24:43 2026] GET /v2.0/security-groups?tenant_id=81fadb26d79346c18ed96e68d6bc0c7e&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2614] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:24:43 2026] DELETE /v2.0/security-groups/e82002c7-0e03-4de9-a4b9-d1ec27c4fbd1 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2615] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:24:43 2026] GET /v2.0/security-groups?tenant_id=a3a16b2017ea4177aad15d13d3b5f842&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2616] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:24:43 2026] DELETE /v2.0/security-groups/28f58f6a-e096-47db-9181-93827d285a7f => 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: 1270/2617] 10.0.0.13 () {30 vars in 689 bytes} [Sun Jun 28 21:24:44 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2618] 10.0.0.13 () {30 vars in 691 bytes} [Sun Jun 28 21:24:44 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: 1271/2619] 10.0.0.13 () {30 vars in 667 bytes} [Sun Jun 28 21:24:44 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: 1349/2620] 10.0.0.13 () {30 vars in 703 bytes} [Sun Jun 28 21:24:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2621] 10.0.0.13 () {28 vars in 438 bytes} [Sun Jun 28 21:24:44 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: 1350/2622] 10.0.0.13 () {30 vars in 727 bytes} [Sun Jun 28 21:24:44 2026] GET /v2.0/subnets/c51108fb-9815-467f-9e4e-264d6316b03d => generated 658 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2623] 10.0.0.13 () {30 vars in 689 bytes} [Sun Jun 28 21:24:44 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: 1351/2624] 10.0.0.13 () {30 vars in 691 bytes} [Sun Jun 28 21:24:44 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: 1274/2625] 10.0.0.13 () {30 vars in 667 bytes} [Sun Jun 28 21:24:44 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: 1352/2626] 10.0.0.13 () {30 vars in 703 bytes} [Sun Jun 28 21:24:44 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: 1275/2627] 10.0.0.13 () {30 vars in 727 bytes} [Sun Jun 28 21:24:44 2026] GET /v2.0/subnets/c51108fb-9815-467f-9e4e-264d6316b03d => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2628] 10.0.0.13 () {30 vars in 689 bytes} [Sun Jun 28 21:24:44 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2629] 10.0.0.13 () {30 vars in 691 bytes} [Sun Jun 28 21:24:44 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: 1354/2630] 10.0.0.13 () {30 vars in 667 bytes} [Sun Jun 28 21:24:44 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: 1277/2631] 10.0.0.13 () {30 vars in 703 bytes} [Sun Jun 28 21:24:44 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: 1355/2632] 10.0.0.13 () {30 vars in 729 bytes} [Sun Jun 28 21:24:44 2026] GET /v2.0/networks/b965203c-4c74-4ce2-b5e4-45fa7396bd68 => generated 799 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2633] 10.0.0.13 () {30 vars in 681 bytes} [Sun Jun 28 21:24:45 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2634] 10.0.0.13 () {34 vars in 703 bytes} [Sun Jun 28 21:24:45 2026] POST /v2.0/ports => generated 1132 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-28 21:24:47.515 8 INFO neutron.db.segments_db [None req-d2a99e63-8a7a-4d84-a201-ade8a5c1ee80 7d6b346178d447eb8511a89cd53433d2 513aacd6a8fb4096a809d5c65bf3bbd7 - - default default] Added segment 5f1f28d1-e915-4c51-b7b5-308919e1af7d of type vxlan for network 24f07ab3-540c-4111-8cb7-3fc5c8d5d488 [pid: 8|app: 0|req: 1279/2635] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:24:47 2026] POST /v2.0/networks => generated 632 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1357/2636] 10.0.0.153 () {34 vars in 669 bytes} [Sun Jun 28 21:24:47 2026] POST /v2.0/subnets => generated 626 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2637] 10.0.0.153 () {34 vars in 751 bytes} [Sun Jun 28 21:24:47 2026] PUT /v2.0/subnets/e02bf591-7abb-40b5-9283-871be8a67ce2/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: 1358/2638] 10.0.0.153 () {32 vars in 731 bytes} [Sun Jun 28 21:24:47 2026] GET /v2.0/subnets/e02bf591-7abb-40b5-9283-871be8a67ce2/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: 1281/2639] 10.0.0.153 () {34 vars in 762 bytes} [Sun Jun 28 21:24:47 2026] PUT /v2.0/subnets/e02bf591-7abb-40b5-9283-871be8a67ce2/tags/green => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2640] 10.0.0.153 () {32 vars in 731 bytes} [Sun Jun 28 21:24:48 2026] GET /v2.0/subnets/e02bf591-7abb-40b5-9283-871be8a67ce2/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2641] 10.0.0.153 () {34 vars in 758 bytes} [Sun Jun 28 21:24:48 2026] PUT /v2.0/subnets/e02bf591-7abb-40b5-9283-871be8a67ce2/tags/red => 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: 1360/2642] 10.0.0.153 () {32 vars in 731 bytes} [Sun Jun 28 21:24:48 2026] GET /v2.0/subnets/e02bf591-7abb-40b5-9283-871be8a67ce2/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2643] 10.0.0.153 () {34 vars in 780 bytes} [Sun Jun 28 21:24:48 2026] PUT /v2.0/subnets/e02bf591-7abb-40b5-9283-871be8a67ce2/tags/black.or.white => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2644] 10.0.0.153 () {32 vars in 731 bytes} [Sun Jun 28 21:24:48 2026] GET /v2.0/subnets/e02bf591-7abb-40b5-9283-871be8a67ce2/tags => generated 52 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2645] 10.0.0.153 () {34 vars in 751 bytes} [Sun Jun 28 21:24:48 2026] PUT /v2.0/subnets/e02bf591-7abb-40b5-9283-871be8a67ce2/tags => generated 37 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2646] 10.0.0.153 () {32 vars in 731 bytes} [Sun Jun 28 21:24:48 2026] GET /v2.0/subnets/e02bf591-7abb-40b5-9283-871be8a67ce2/tags => generated 37 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2647] 10.0.0.153 () {32 vars in 739 bytes} [Sun Jun 28 21:24:48 2026] GET /v2.0/subnets/e02bf591-7abb-40b5-9283-871be8a67ce2/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:24:48.535 7 INFO neutron.api.v2.resource [None req-b151bcfd-ffe0-46b6-af33-112d1dd24b35 7d6b346178d447eb8511a89cd53433d2 513aacd6a8fb4096a809d5c65bf3bbd7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1363/2648] 10.0.0.153 () {32 vars in 743 bytes} [Sun Jun 28 21:24:48 2026] GET /v2.0/subnets/e02bf591-7abb-40b5-9283-871be8a67ce2/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2649] 10.0.0.153 () {32 vars in 742 bytes} [Sun Jun 28 21:24:48 2026] DELETE /v2.0/subnets/e02bf591-7abb-40b5-9283-871be8a67ce2/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2650] 10.0.0.153 () {32 vars in 731 bytes} [Sun Jun 28 21:24:48 2026] GET /v2.0/subnets/e02bf591-7abb-40b5-9283-871be8a67ce2/tags => generated 30 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2651] 199.204.45.227 () {30 vars in 703 bytes} [Sun Jun 28 21:24:48 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: 1288/2652] 199.204.45.227 () {30 vars in 705 bytes} [Sun Jun 28 21:24: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) 2026-06-28 21:24:48.728 7 INFO neutron.api.v2.resource [None req-435be7fe-5e67-424f-8ac9-f48e5208c765 7d6b346178d447eb8511a89cd53433d2 513aacd6a8fb4096a809d5c65bf3bbd7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1365/2653] 10.0.0.153 () {32 vars in 746 bytes} [Sun Jun 28 21:24:48 2026] DELETE /v2.0/subnets/e02bf591-7abb-40b5-9283-871be8a67ce2/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2654] 199.204.45.227 () {30 vars in 681 bytes} [Sun Jun 28 21:24:48 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: 1290/2655] 199.204.45.227 () {30 vars in 717 bytes} [Sun Jun 28 21:24:48 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: 1366/2656] 10.0.0.153 () {32 vars in 734 bytes} [Sun Jun 28 21:24:48 2026] DELETE /v2.0/subnets/e02bf591-7abb-40b5-9283-871be8a67ce2/tags => 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: 1291/2657] 199.204.45.227 () {30 vars in 737 bytes} [Sun Jun 28 21:24:48 2026] GET /v2.0/ports/e87413b0-115a-4a14-a38f-a2b8f70a08c7 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2658] 10.0.0.153 () {32 vars in 731 bytes} [Sun Jun 28 21:24:48 2026] GET /v2.0/subnets/e02bf591-7abb-40b5-9283-871be8a67ce2/tags => 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: 1292/2659] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:24:48 2026] DELETE /v2.0/subnets/e02bf591-7abb-40b5-9283-871be8a67ce2 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2660] 199.204.45.227 () {30 vars in 703 bytes} [Sun Jun 28 21:24:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2661] 199.204.45.227 () {30 vars in 705 bytes} [Sun Jun 28 21:24:49 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: 1295/2662] 199.204.45.227 () {30 vars in 681 bytes} [Sun Jun 28 21:24:49 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2663] 199.204.45.227 () {30 vars in 717 bytes} [Sun Jun 28 21:24:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:24:49.087 8 INFO neutron.api.v2.resource [None req-19976078-9236-4b63-b93d-33d882046b39 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1297/2664] 199.204.45.227 () {30 vars in 763 bytes} [Sun Jun 28 21:24:49 2026] GET /v2.0/security-groups/lb-14a509fb-826d-403f-a8f0-19fa070acd2d => generated 149 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2665] 199.204.45.227 () {30 vars in 785 bytes} [Sun Jun 28 21:24:49 2026] GET /v2.0/security-groups?name=lb-14a509fb-826d-403f-a8f0-19fa070acd2d => generated 23 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:24:49.130 7 INFO neutron_taas.services.taas.taas_plugin [None req-dfb6053e-ff9f-44f5-a1bb-e05be9cc8b9f 7d6b346178d447eb8511a89cd53433d2 513aacd6a8fb4096a809d5c65bf3bbd7 - - default default] TaaS: Handle Delete Port: 3a44c92d-e4ef-4e49-85da-e613f4fcf20e 2026-06-28 21:24:49.133 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfb6053e-ff9f-44f5-a1bb-e05be9cc8b9f 7d6b346178d447eb8511a89cd53433d2 513aacd6a8fb4096a809d5c65bf3bbd7 - - default default] Tap Mirror: Handle Delete Port: 3a44c92d-e4ef-4e49-85da-e613f4fcf20e [pid: 8|app: 0|req: 1299/2666] 199.204.45.227 () {34 vars in 736 bytes} [Sun Jun 28 21:24:49 2026] POST /v2.0/security-groups => generated 1638 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2667] 199.204.45.227 () {30 vars in 815 bytes} [Sun Jun 28 21:24:49 2026] GET /v2.0/security-group-rules?security_group_id=b47a0215-7581-475b-80d7-46d437b59559 => generated 1182 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:24:49.305 7 INFO neutron.services.segments.plugin [-] Segment 5f1f28d1-e915-4c51-b7b5-308919e1af7d resource provider aggregate not found 2026-06-28 21:24:49.310 7 INFO neutron.services.segments.plugin [-] Segment 5f1f28d1-e915-4c51-b7b5-308919e1af7d resource provider aggregate not found 2026-06-28 21:24:49.322 7 INFO neutron.services.segments.plugin [-] Segment 5f1f28d1-e915-4c51-b7b5-308919e1af7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f1f28d1-e915-4c51-b7b5-308919e1af7d found for delete ", "request_id": "req-d97a18e1-6719-4e3d-949f-53ffd88e9abc"}]} 2026-06-28 21:24:49.325 7 INFO neutron.services.segments.plugin [-] Segment 5f1f28d1-e915-4c51-b7b5-308919e1af7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f1f28d1-e915-4c51-b7b5-308919e1af7d found for delete ", "request_id": "req-5bb391ef-caac-4052-b88f-e8eab2a355da"}]} [pid: 7|app: 0|req: 1368/2668] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:24:49 2026] DELETE /v2.0/networks/24f07ab3-540c-4111-8cb7-3fc5c8d5d488 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2669] 199.204.45.227 () {34 vars in 789 bytes} [Sun Jun 28 21:24:49 2026] PUT /v2.0/ports/e87413b0-115a-4a14-a38f-a2b8f70a08c7 => generated 1132 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2670] 199.204.45.227 () {30 vars in 703 bytes} [Sun Jun 28 21:24:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1302/2671] 199.204.45.227 () {30 vars in 705 bytes} [Sun Jun 28 21:24:49 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2672] 199.204.45.227 () {30 vars in 681 bytes} [Sun Jun 28 21:24:49 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: 1303/2673] 199.204.45.227 () {30 vars in 717 bytes} [Sun Jun 28 21:24:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2674] 199.204.45.227 () {30 vars in 741 bytes} [Sun Jun 28 21:24:49 2026] GET /v2.0/subnets/c51108fb-9815-467f-9e4e-264d6316b03d => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2675] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:24:49 2026] GET /v2.0/security-groups?tenant_id=0a965f87aaf14f42bca1f48601ec18e8&name=default => generated 2929 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2676] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:24:50 2026] DELETE /v2.0/security-groups/257cace8-c81d-4e38-81fe-35108f5ca7a3 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2677] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:24:50 2026] GET /v2.0/security-groups?tenant_id=513aacd6a8fb4096a809d5c65bf3bbd7&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2678] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:24:50 2026] DELETE /v2.0/security-groups/1608b371-c6cd-48ae-ac0f-7b6242d477cf => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:24:54.056 8 INFO neutron.db.segments_db [None req-b5aae353-b84f-431f-8c87-a00b1cb07a7b 7785ef2a28b44300a39cdd38d9e894ab fb83760c220e4972a11093d94b136d21 - - default default] Added segment 798551e1-dc8f-4b56-ab31-0cc859f35177 of type vxlan for network ad34b11a-d447-463a-b5a2-2278ae8db422 [pid: 8|app: 0|req: 1306/2679] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:24:53 2026] POST /v2.0/networks => generated 632 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:24:54.253 7 INFO neutron.db.segments_db [None req-31be64ef-6479-4906-aea4-437df894ae9a 7785ef2a28b44300a39cdd38d9e894ab fb83760c220e4972a11093d94b136d21 - - default default] Added segment 40d9c249-4ec4-49c0-bd3c-14fe3b3064ec of type vxlan for network bf2617aa-ad3e-4675-aadb-775722491ecd [pid: 7|app: 0|req: 1374/2680] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:24:54 2026] POST /v2.0/networks => generated 631 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2681] 10.0.0.153 () {34 vars in 753 bytes} [Sun Jun 28 21:24:54 2026] PUT /v2.0/networks/ad34b11a-d447-463a-b5a2-2278ae8db422/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2682] 10.0.0.153 () {32 vars in 733 bytes} [Sun Jun 28 21:24:54 2026] GET /v2.0/networks/ad34b11a-d447-463a-b5a2-2278ae8db422/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: 1308/2683] 10.0.0.153 () {34 vars in 753 bytes} [Sun Jun 28 21:24:54 2026] PUT /v2.0/networks/bf2617aa-ad3e-4675-aadb-775722491ecd/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2684] 10.0.0.153 () {32 vars in 733 bytes} [Sun Jun 28 21:24:54 2026] GET /v2.0/networks/bf2617aa-ad3e-4675-aadb-775722491ecd/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2685] 10.0.0.153 () {34 vars in 753 bytes} [Sun Jun 28 21:24:54 2026] PUT /v2.0/networks/bf2617aa-ad3e-4675-aadb-775722491ecd/tags => generated 12 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2686] 10.0.0.153 () {32 vars in 733 bytes} [Sun Jun 28 21:24:54 2026] GET /v2.0/networks/bf2617aa-ad3e-4675-aadb-775722491ecd/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2687] 10.0.0.153 () {32 vars in 733 bytes} [Sun Jun 28 21:24:54 2026] GET /v2.0/networks/ad34b11a-d447-463a-b5a2-2278ae8db422/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:24:54.874 7 INFO neutron.services.segments.plugin [-] Segment 798551e1-dc8f-4b56-ab31-0cc859f35177 resource provider aggregate not found 2026-06-28 21:24:54.883 7 INFO neutron.services.segments.plugin [-] Segment 798551e1-dc8f-4b56-ab31-0cc859f35177 resource provider aggregate not found 2026-06-28 21:24:54.899 7 INFO neutron.services.segments.plugin [-] Segment 798551e1-dc8f-4b56-ab31-0cc859f35177 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 798551e1-dc8f-4b56-ab31-0cc859f35177 found for delete ", "request_id": "req-35e68194-2279-4f59-81f4-1f0f251943f9"}]} 2026-06-28 21:24:54.902 7 INFO neutron.services.segments.plugin [-] Segment 798551e1-dc8f-4b56-ab31-0cc859f35177 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 798551e1-dc8f-4b56-ab31-0cc859f35177 found for delete ", "request_id": "req-9ab1b03b-a885-4533-b563-1b17f1d5c365"}]} [pid: 7|app: 0|req: 1378/2688] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:24:54 2026] DELETE /v2.0/networks/ad34b11a-d447-463a-b5a2-2278ae8db422 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:24:55.044 8 INFO neutron.services.segments.plugin [-] Segment 40d9c249-4ec4-49c0-bd3c-14fe3b3064ec resource provider aggregate not found 2026-06-28 21:24:55.049 8 INFO neutron.services.segments.plugin [-] Segment 40d9c249-4ec4-49c0-bd3c-14fe3b3064ec resource provider aggregate not found 2026-06-28 21:24:55.070 8 INFO neutron.services.segments.plugin [-] Segment 40d9c249-4ec4-49c0-bd3c-14fe3b3064ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40d9c249-4ec4-49c0-bd3c-14fe3b3064ec found for delete ", "request_id": "req-af729335-cc6d-4057-bef9-5bd00e43fa44"}]} 2026-06-28 21:24:55.079 8 INFO neutron.services.segments.plugin [-] Segment 40d9c249-4ec4-49c0-bd3c-14fe3b3064ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40d9c249-4ec4-49c0-bd3c-14fe3b3064ec found for delete ", "request_id": "req-7415bbd0-f7af-4407-b8ab-dad952674a8f"}]} [pid: 8|app: 0|req: 1311/2689] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:24:54 2026] DELETE /v2.0/networks/bf2617aa-ad3e-4675-aadb-775722491ecd => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2690] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:24:55 2026] GET /v2.0/security-groups?tenant_id=f0924f65e5a34e31a355304057dbf4a3&name=default => generated 2929 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2691] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:24:55 2026] DELETE /v2.0/security-groups/2827a8fe-47d9-489a-a861-7e65621ba5b0 => 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: 1380/2692] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:24:56 2026] GET /v2.0/security-groups?tenant_id=fb83760c220e4972a11093d94b136d21&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2693] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:24:56 2026] DELETE /v2.0/security-groups/d1778eae-72b9-4136-857f-2f1243edccf9 => 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: 1315/2696] 10.0.0.54 () {34 vars in 1015 bytes} [Sun Jun 28 21:24:57 2026] GET /v2.0/security-groups?id=7d5ca9c7-672e-4c14-af8a-d541b4bf4aab&fields=id => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2697] 10.0.0.54 () {34 vars in 981 bytes} [Sun Jun 28 21:24:57 2026] GET /v2.0/networks?id=19251d11-d959-435e-9412-e60ad7e871ba => generated 735 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2698] 10.0.0.54 () {34 vars in 964 bytes} [Sun Jun 28 21:24:57 2026] GET /v2.0/quotas/f6341ee7e0154bc38ac1eab026cc693e => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2699] 10.0.0.54 () {34 vars in 1001 bytes} [Sun Jun 28 21:24:57 2026] GET /v2.0/ports?tenant_id=f6341ee7e0154bc38ac1eab026cc693e&fields=id => generated 149 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2700] 10.0.0.54 () {34 vars in 1007 bytes} [Sun Jun 28 21:24:57 2026] GET /v2.0/networks/19251d11-d959-435e-9412-e60ad7e871ba?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: 1384/2701] 10.0.0.54 () {34 vars in 1107 bytes} [Sun Jun 28 21:24:57 2026] GET /v2.0/networks/19251d11-d959-435e-9412-e60ad7e871ba?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2702] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:24:58 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => 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: 1385/2703] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:24:58 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => 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: 1319/2704] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:25:01 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 12 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2705] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:25:01 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 12 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2706] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:25:02 2026] GET /v2.0/networks?id=19251d11-d959-435e-9412-e60ad7e871ba => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2707] 199.204.45.227 () {34 vars in 1050 bytes} [Sun Jun 28 21:25:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f6341ee7e0154bc38ac1eab026cc693e => generated 343 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2708] 199.204.45.227 () {38 vars in 955 bytes} [Sun Jun 28 21:25:02 2026] POST /v2.0/ports => generated 1082 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2709] 199.204.45.227 () {38 vars in 1028 bytes} [Sun Jun 28 21:25:03 2026] PUT /v2.0/ports/82a9dce8-611f-468a-98ff-3d69f23a2124 => generated 1243 bytes in 462 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:25:03.532 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e7379678-611d-44c8-b9b8-2756d8d6d21f'] response: {'name': 'network-changed', 'server_uuid': 'f14bc203-5511-4fb5-a0be-6b8d9e28de12', 'tag': '82a9dce8-611f-468a-98ff-3d69f23a2124', '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: 1322/2710] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:25:04 2026] GET /v2.0/ports?tenant_id=f6341ee7e0154bc38ac1eab026cc693e&device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1389/2711] 199.204.45.227 () {34 vars in 1018 bytes} [Sun Jun 28 21:25:04 2026] GET /v2.0/networks?tenant_id=f6341ee7e0154bc38ac1eab026cc693e&shared=False => generated 735 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2712] 199.204.45.227 () {34 vars in 930 bytes} [Sun Jun 28 21:25:04 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2713] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:25:04 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2714] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:25:04 2026] GET /v2.0/security-groups?id=7d5ca9c7-672e-4c14-af8a-d541b4bf4aab&fields=id&fields=name => generated 96 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2715] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:25:04 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2716] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:25:05 2026] GET /v2.0/ports?tenant_id=f6341ee7e0154bc38ac1eab026cc693e&device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 1246 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2717] 199.204.45.227 () {34 vars in 1062 bytes} [Sun Jun 28 21:25:05 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.186&port_id=82a9dce8-611f-468a-98ff-3d69f23a2124 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2718] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:25:05 2026] GET /v2.0/subnets?id=6389b249-1870-4291-aee5-7a5d9b16c984 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2719] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:25:05 2026] GET /v2.0/ports?network_id=19251d11-d959-435e-9412-e60ad7e871ba&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2720] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:25:05 2026] GET /v2.0/networks/19251d11-d959-435e-9412-e60ad7e871ba?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: 1394/2721] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:25:05 2026] GET /v2.0/networks/19251d11-d959-435e-9412-e60ad7e871ba?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2722] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:25:07 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2723] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:25:07 2026] GET /v2.0/security-groups?id=7d5ca9c7-672e-4c14-af8a-d541b4bf4aab&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2724] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:25:07 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => 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: 1396/2725] 199.204.45.227 () {34 vars in 994 bytes} [Sun Jun 28 21:25:09 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 1246 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2726] 199.204.45.227 () {34 vars in 1044 bytes} [Sun Jun 28 21:25:09 2026] GET /v2.0/security-groups?id=7d5ca9c7-672e-4c14-af8a-d541b4bf4aab&fields=id&fields=name => generated 96 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2727] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:25:10 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2728] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:25:10 2026] GET /v2.0/security-groups?id=7d5ca9c7-672e-4c14-af8a-d541b4bf4aab&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2729] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:25:10 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2732] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:25:13 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => 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: 1400/2733] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:25:13 2026] GET /v2.0/security-groups?id=7d5ca9c7-672e-4c14-af8a-d541b4bf4aab&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2734] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:25:14 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => 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: 1402/2737] 10.0.0.54 () {34 vars in 1177 bytes} [Sun Jun 28 21:25:41 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12&device_id=b6fcf948-d9fa-4d57-971e-35c24cd1d43b&device_id=e1a0e9a7-b6bc-4f02-8184-feef9defb3b0 => generated 4164 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2738] 10.0.0.54 () {34 vars in 1119 bytes} [Sun Jun 28 21:25:41 2026] GET /v2.0/security-groups?id=7d5ca9c7-672e-4c14-af8a-d541b4bf4aab&id=8736aa0b-efc7-41bf-aa1c-e96874b102f4&fields=id&fields=name => generated 187 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2739] 10.0.0.54 () {34 vars in 1083 bytes} [Sun Jun 28 21:25:41 2026] GET /v2.0/ports?device_id=b6fcf948-d9fa-4d57-971e-35c24cd1d43b&device_id=e1a0e9a7-b6bc-4f02-8184-feef9defb3b0 => generated 2927 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2740] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:25:41 2026] GET /v2.0/security-groups?id=8736aa0b-efc7-41bf-aa1c-e96874b102f4&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2743] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:25:42 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => 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: 1405/2744] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:25:42 2026] GET /v2.0/security-groups?id=7d5ca9c7-672e-4c14-af8a-d541b4bf4aab&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2745] 199.204.45.227 () {30 vars in 703 bytes} [Sun Jun 28 21:25:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2746] 199.204.45.227 () {30 vars in 705 bytes} [Sun Jun 28 21:25:49 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2747] 199.204.45.227 () {30 vars in 681 bytes} [Sun Jun 28 21:25:49 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: 1407/2748] 199.204.45.227 () {30 vars in 717 bytes} [Sun Jun 28 21:25:49 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: 1342/2749] 199.204.45.227 () {30 vars in 741 bytes} [Sun Jun 28 21:25:49 2026] GET /v2.0/subnets/c51108fb-9815-467f-9e4e-264d6316b03d => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2750] 199.204.45.227 () {30 vars in 769 bytes} [Sun Jun 28 21:25:49 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => 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: 1343/2751] 199.204.45.227 () {34 vars in 717 bytes} [Sun Jun 28 21:25:49 2026] POST /v2.0/ports => generated 1055 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2752] 10.0.0.54 () {34 vars in 970 bytes} [Sun Jun 28 21:25:49 2026] GET /v2.0/ports/7333a458-990d-4a14-8915-9da174c37340 => generated 1055 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2753] 10.0.0.54 () {34 vars in 906 bytes} [Sun Jun 28 21:25:49 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: 7|app: 0|req: 1410/2754] 199.204.45.227 () {34 vars in 1262 bytes} [Sun Jun 28 21:25:51 2026] GET /v2.0/ports/7333a458-990d-4a14-8915-9da174c37340?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2755] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:25:51 2026] GET /v2.0/networks/b965203c-4c74-4ce2-b5e4-45fa7396bd68?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2756] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:25:51 2026] GET /v2.0/networks/b965203c-4c74-4ce2-b5e4-45fa7396bd68?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2757] 199.204.45.227 () {34 vars in 975 bytes} [Sun Jun 28 21:25:51 2026] GET /v2.0/ports/7333a458-990d-4a14-8915-9da174c37340 => generated 1055 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2758] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:25:51 2026] GET /v2.0/networks?id=b965203c-4c74-4ce2-b5e4-45fa7396bd68 => generated 802 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2759] 199.204.45.227 () {38 vars in 1028 bytes} [Sun Jun 28 21:25:51 2026] PUT /v2.0/ports/7333a458-990d-4a14-8915-9da174c37340 => generated 1245 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:25:52.303 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b531756c-ae64-4636-bf80-61ea353ae8f2'] response: {'name': 'network-changed', 'server_uuid': 'f14bc203-5511-4fb5-a0be-6b8d9e28de12', 'tag': '7333a458-990d-4a14-8915-9da174c37340', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1413/2760] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:25:52 2026] GET /v2.0/ports?tenant_id=f6341ee7e0154bc38ac1eab026cc693e&device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 2485 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2761] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:25:52 2026] GET /v2.0/networks?id=b965203c-4c74-4ce2-b5e4-45fa7396bd68 => generated 802 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2762] 199.204.45.227 () {34 vars in 1056 bytes} [Sun Jun 28 21:25:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.33&port_id=7333a458-990d-4a14-8915-9da174c37340 => 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: 1349/2763] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:25:52 2026] GET /v2.0/subnets?id=c51108fb-9815-467f-9e4e-264d6316b03d => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2764] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:25:52 2026] GET /v2.0/ports?network_id=b965203c-4c74-4ce2-b5e4-45fa7396bd68&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: 1350/2765] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:25:53 2026] GET /v2.0/networks/b965203c-4c74-4ce2-b5e4-45fa7396bd68?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: 1416/2766] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:25:53 2026] GET /v2.0/networks/b965203c-4c74-4ce2-b5e4-45fa7396bd68?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: 1351/2767] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:25:54 2026] GET /v2.0/ports?tenant_id=f6341ee7e0154bc38ac1eab026cc693e&device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 2485 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2768] 199.204.45.227 () {34 vars in 1062 bytes} [Sun Jun 28 21:25:54 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.186&port_id=82a9dce8-611f-468a-98ff-3d69f23a2124 => 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: 1352/2769] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:25:54 2026] GET /v2.0/subnets?id=6389b249-1870-4291-aee5-7a5d9b16c984 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2770] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:25:54 2026] GET /v2.0/ports?network_id=19251d11-d959-435e-9412-e60ad7e871ba&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: 1353/2771] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:25:54 2026] GET /v2.0/networks/19251d11-d959-435e-9412-e60ad7e871ba?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: 1419/2772] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:25:54 2026] GET /v2.0/networks/19251d11-d959-435e-9412-e60ad7e871ba?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2773] 199.204.45.227 () {34 vars in 1056 bytes} [Sun Jun 28 21:25:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.33&port_id=7333a458-990d-4a14-8915-9da174c37340 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2774] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:25:54 2026] GET /v2.0/subnets?id=c51108fb-9815-467f-9e4e-264d6316b03d => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2775] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:25:54 2026] GET /v2.0/ports?network_id=b965203c-4c74-4ce2-b5e4-45fa7396bd68&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2776] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:25:54 2026] GET /v2.0/networks/b965203c-4c74-4ce2-b5e4-45fa7396bd68?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: 1356/2777] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:25:54 2026] GET /v2.0/networks/b965203c-4c74-4ce2-b5e4-45fa7396bd68?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: 1423/2780] 10.0.0.54 () {34 vars in 970 bytes} [Sun Jun 28 21:25:58 2026] GET /v2.0/ports/7333a458-990d-4a14-8915-9da174c37340 => generated 1247 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2781] 199.204.45.227 () {34 vars in 789 bytes} [Sun Jun 28 21:25:58 2026] PUT /v2.0/ports/7333a458-990d-4a14-8915-9da174c37340 => generated 1272 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:25:58.864 7 INFO neutron.api.v2.resource [None req-49bd8b37-692a-46b3-b95c-15a87fdd795b afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1424/2782] 199.204.45.227 () {30 vars in 763 bytes} [Sun Jun 28 21:25:58 2026] GET /v2.0/security-groups/lb-14a509fb-826d-403f-a8f0-19fa070acd2d => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:25:58.877 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5bff56b2-7225-4c6f-9147-aa3645fed98f'] response: {'name': 'network-changed', 'server_uuid': 'f14bc203-5511-4fb5-a0be-6b8d9e28de12', 'tag': '7333a458-990d-4a14-8915-9da174c37340', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1359/2783] 199.204.45.227 () {30 vars in 785 bytes} [Sun Jun 28 21:25:58 2026] GET /v2.0/security-groups?name=lb-14a509fb-826d-403f-a8f0-19fa070acd2d => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2784] 199.204.45.227 () {34 vars in 789 bytes} [Sun Jun 28 21:25:58 2026] PUT /v2.0/ports/7333a458-990d-4a14-8915-9da174c37340 => generated 1310 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:25:59.323 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dea72d6c-27c8-4632-a696-480afaadc0be'] response: {'name': 'network-changed', 'server_uuid': 'f14bc203-5511-4fb5-a0be-6b8d9e28de12', 'tag': '7333a458-990d-4a14-8915-9da174c37340', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1360/2785] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:25:59 2026] GET /v2.0/ports?tenant_id=f6341ee7e0154bc38ac1eab026cc693e&device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 2586 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: 1361/2786] 199.204.45.227 () {30 vars in 703 bytes} [Sun Jun 28 21:25: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: 1362/2787] 199.204.45.227 () {30 vars in 705 bytes} [Sun Jun 28 21:25:59 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: 1363/2788] 199.204.45.227 () {30 vars in 681 bytes} [Sun Jun 28 21:25:59 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: 1364/2789] 199.204.45.227 () {30 vars in 717 bytes} [Sun Jun 28 21:25:59 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: 1426/2790] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:25:59 2026] GET /v2.0/networks?id=b965203c-4c74-4ce2-b5e4-45fa7396bd68 => generated 802 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2791] 199.204.45.227 () {34 vars in 1056 bytes} [Sun Jun 28 21:25:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.33&port_id=7333a458-990d-4a14-8915-9da174c37340 => 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: 1365/2792] 199.204.45.227 () {30 vars in 741 bytes} [Sun Jun 28 21:25:59 2026] GET /v2.0/subnets/c51108fb-9815-467f-9e4e-264d6316b03d => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2793] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:25:59 2026] GET /v2.0/subnets?id=c51108fb-9815-467f-9e4e-264d6316b03d => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2794] 199.204.45.227 () {30 vars in 737 bytes} [Sun Jun 28 21:25:59 2026] GET /v2.0/ports/e87413b0-115a-4a14-a38f-a2b8f70a08c7 => generated 1132 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2795] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:25:59 2026] GET /v2.0/ports?network_id=b965203c-4c74-4ce2-b5e4-45fa7396bd68&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2796] 199.204.45.227 () {30 vars in 737 bytes} [Sun Jun 28 21:25:59 2026] GET /v2.0/ports/7333a458-990d-4a14-8915-9da174c37340 => generated 1346 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2797] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:25:59 2026] GET /v2.0/networks/b965203c-4c74-4ce2-b5e4-45fa7396bd68?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: 1368/2798] 199.204.45.227 () {30 vars in 741 bytes} [Sun Jun 28 21:25:59 2026] GET /v2.0/subnets/c51108fb-9815-467f-9e4e-264d6316b03d => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2799] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:25:59 2026] GET /v2.0/networks/b965203c-4c74-4ce2-b5e4-45fa7396bd68?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: 1369/2800] 199.204.45.227 () {30 vars in 743 bytes} [Sun Jun 28 21:25:59 2026] GET /v2.0/networks/b965203c-4c74-4ce2-b5e4-45fa7396bd68 => generated 799 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2801] 199.204.45.227 () {30 vars in 737 bytes} [Sun Jun 28 21:25:59 2026] GET /v2.0/ports/e87413b0-115a-4a14-a38f-a2b8f70a08c7 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2802] 199.204.45.227 () {30 vars in 741 bytes} [Sun Jun 28 21:25:59 2026] GET /v2.0/subnets/c51108fb-9815-467f-9e4e-264d6316b03d => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2803] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:26:00 2026] GET /v2.0/ports?tenant_id=f6341ee7e0154bc38ac1eab026cc693e&device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 2586 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2804] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:26:00 2026] GET /v2.0/networks?id=b965203c-4c74-4ce2-b5e4-45fa7396bd68 => generated 802 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2805] 199.204.45.227 () {34 vars in 1056 bytes} [Sun Jun 28 21:26:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.33&port_id=7333a458-990d-4a14-8915-9da174c37340 => 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: 1372/2806] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:26:00 2026] GET /v2.0/subnets?id=c51108fb-9815-467f-9e4e-264d6316b03d => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2807] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:26:00 2026] GET /v2.0/ports?network_id=b965203c-4c74-4ce2-b5e4-45fa7396bd68&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: 1373/2808] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:26:00 2026] GET /v2.0/networks/b965203c-4c74-4ce2-b5e4-45fa7396bd68?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2809] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:26:00 2026] GET /v2.0/networks/b965203c-4c74-4ce2-b5e4-45fa7396bd68?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:26:06.666 8 INFO neutron.db.l3_db [None req-aa7a9b26-63ff-45d6-b83d-0a8fd153d427 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] Floating IP fc2ca66c-b794-486a-adbf-868d4835fce0 associated. External IP: 10.96.250.206, port: e87413b0-115a-4a14-a38f-a2b8f70a08c7. [pid: 8|app: 0|req: 1374/2810] 10.0.0.153 () {34 vars in 677 bytes} [Sun Jun 28 21:26:05 2026] POST /v2.0/floatingips => generated 899 bytes in 1041 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2811] 199.204.45.227 () {30 vars in 703 bytes} [Sun Jun 28 21:26:09 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: 1375/2812] 199.204.45.227 () {30 vars in 705 bytes} [Sun Jun 28 21:26: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: 7|app: 0|req: 1438/2813] 199.204.45.227 () {30 vars in 681 bytes} [Sun Jun 28 21:26:09 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: 1376/2814] 199.204.45.227 () {30 vars in 717 bytes} [Sun Jun 28 21:26:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:26:10.021 7 INFO neutron.api.v2.resource [None req-f1515a0c-3fd7-40f5-addf-ad6f3d2c540d afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1439/2815] 199.204.45.227 () {30 vars in 763 bytes} [Sun Jun 28 21:26:10 2026] GET /v2.0/security-groups/lb-14a509fb-826d-403f-a8f0-19fa070acd2d => 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: 1377/2816] 199.204.45.227 () {30 vars in 785 bytes} [Sun Jun 28 21:26:10 2026] GET /v2.0/security-groups?name=lb-14a509fb-826d-403f-a8f0-19fa070acd2d => generated 1639 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2817] 199.204.45.227 () {30 vars in 815 bytes} [Sun Jun 28 21:26:10 2026] GET /v2.0/security-group-rules?security_group_id=b47a0215-7581-475b-80d7-46d437b59559 => generated 1182 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2818] 199.204.45.227 () {34 vars in 747 bytes} [Sun Jun 28 21:26:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2819] 199.204.45.227 () {34 vars in 747 bytes} [Sun Jun 28 21:26:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2822] 10.0.0.13 () {30 vars in 689 bytes} [Sun Jun 28 21:26:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2823] 10.0.0.13 () {30 vars in 691 bytes} [Sun Jun 28 21:26:18 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2824] 10.0.0.13 () {30 vars in 667 bytes} [Sun Jun 28 21:26:18 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2825] 10.0.0.13 () {30 vars in 703 bytes} [Sun Jun 28 21:26:18 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: 1382/2826] 10.0.0.13 () {28 vars in 438 bytes} [Sun Jun 28 21:26:19 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: 1445/2827] 10.0.0.13 () {30 vars in 727 bytes} [Sun Jun 28 21:26:19 2026] GET /v2.0/subnets/9a9a9b75-deb8-4121-b022-87b6eb3168a1 => generated 656 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2828] 199.204.45.227 () {30 vars in 703 bytes} [Sun Jun 28 21:26:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2829] 199.204.45.227 () {30 vars in 705 bytes} [Sun Jun 28 21:26:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2830] 199.204.45.227 () {30 vars in 681 bytes} [Sun Jun 28 21:26:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2831] 199.204.45.227 () {30 vars in 717 bytes} [Sun Jun 28 21:26:23 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: 1385/2832] 199.204.45.227 () {30 vars in 741 bytes} [Sun Jun 28 21:26:23 2026] GET /v2.0/subnets/9a9a9b75-deb8-4121-b022-87b6eb3168a1 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2833] 199.204.45.227 () {30 vars in 769 bytes} [Sun Jun 28 21:26:23 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 2586 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2834] 199.204.45.227 () {30 vars in 703 bytes} [Sun Jun 28 21:26:24 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: 1449/2835] 199.204.45.227 () {30 vars in 705 bytes} [Sun Jun 28 21:26:24 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: 1387/2836] 199.204.45.227 () {30 vars in 681 bytes} [Sun Jun 28 21:26:24 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: 1450/2837] 199.204.45.227 () {30 vars in 717 bytes} [Sun Jun 28 21:26:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2838] 199.204.45.227 () {34 vars in 717 bytes} [Sun Jun 28 21:26:24 2026] POST /v2.0/ports => generated 1324 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2839] 10.0.0.54 () {34 vars in 970 bytes} [Sun Jun 28 21:26:24 2026] GET /v2.0/ports/fd0fdef1-3412-496a-acca-5393904d0963 => generated 1324 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1389/2840] 199.204.45.227 () {34 vars in 1262 bytes} [Sun Jun 28 21:26:25 2026] GET /v2.0/ports/fd0fdef1-3412-496a-acca-5393904d0963?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2841] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:26:25 2026] GET /v2.0/networks/09171062-ccb5-4106-a846-36d633ac22b7?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: 1390/2842] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:26:26 2026] GET /v2.0/networks/09171062-ccb5-4106-a846-36d633ac22b7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2843] 199.204.45.227 () {34 vars in 975 bytes} [Sun Jun 28 21:26:26 2026] GET /v2.0/ports/fd0fdef1-3412-496a-acca-5393904d0963 => generated 1324 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2844] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:26:26 2026] GET /v2.0/networks?id=09171062-ccb5-4106-a846-36d633ac22b7 => 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: 1454/2845] 199.204.45.227 () {38 vars in 1028 bytes} [Sun Jun 28 21:26:26 2026] PUT /v2.0/ports/fd0fdef1-3412-496a-acca-5393904d0963 => generated 1514 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:26:27.242 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-84e6b685-a9d2-4969-a6a2-ce1836ab8c82'] response: {'name': 'network-changed', 'server_uuid': 'f14bc203-5511-4fb5-a0be-6b8d9e28de12', 'tag': 'fd0fdef1-3412-496a-acca-5393904d0963', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1393/2848] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:26:27 2026] GET /v2.0/ports?tenant_id=f6341ee7e0154bc38ac1eab026cc693e&device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 4092 bytes in 47 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: 1456/2849] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:26:27 2026] GET /v2.0/networks?id=09171062-ccb5-4106-a846-36d633ac22b7 => 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: 1394/2850] 199.204.45.227 () {34 vars in 1058 bytes} [Sun Jun 28 21:26:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.153&port_id=fd0fdef1-3412-496a-acca-5393904d0963 => 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: 1457/2851] 199.204.45.227 () {34 vars in 1102 bytes} [Sun Jun 28 21:26:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A64&port_id=fd0fdef1-3412-496a-acca-5393904d0963 => 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: 1395/2852] 199.204.45.227 () {34 vars in 1064 bytes} [Sun Jun 28 21:26:27 2026] GET /v2.0/subnets?id=7fc6257f-66ca-48c3-bdd4-273e915a38b5&id=9a9a9b75-deb8-4121-b022-87b6eb3168a1 => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2853] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:26:27 2026] GET /v2.0/ports?network_id=09171062-ccb5-4106-a846-36d633ac22b7&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2854] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:26:28 2026] GET /v2.0/ports?network_id=09171062-ccb5-4106-a846-36d633ac22b7&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: 1459/2855] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:26:28 2026] GET /v2.0/networks/09171062-ccb5-4106-a846-36d633ac22b7?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2856] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:26:28 2026] GET /v2.0/networks/09171062-ccb5-4106-a846-36d633ac22b7?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: 1460/2857] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:26:29 2026] GET /v2.0/ports?tenant_id=f6341ee7e0154bc38ac1eab026cc693e&device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 4092 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2858] 199.204.45.227 () {34 vars in 1062 bytes} [Sun Jun 28 21:26:29 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.186&port_id=82a9dce8-611f-468a-98ff-3d69f23a2124 => 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: 1461/2859] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:26:29 2026] GET /v2.0/subnets?id=6389b249-1870-4291-aee5-7a5d9b16c984 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2860] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:26:29 2026] GET /v2.0/ports?network_id=19251d11-d959-435e-9412-e60ad7e871ba&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2861] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:26:29 2026] GET /v2.0/networks/19251d11-d959-435e-9412-e60ad7e871ba?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: 1400/2862] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:26:29 2026] GET /v2.0/networks/19251d11-d959-435e-9412-e60ad7e871ba?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: 1463/2863] 199.204.45.227 () {34 vars in 1056 bytes} [Sun Jun 28 21:26:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.33&port_id=7333a458-990d-4a14-8915-9da174c37340 => 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: 1401/2864] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:26:29 2026] GET /v2.0/subnets?id=c51108fb-9815-467f-9e4e-264d6316b03d => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2865] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:26:29 2026] GET /v2.0/ports?network_id=b965203c-4c74-4ce2-b5e4-45fa7396bd68&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2866] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:26:29 2026] GET /v2.0/networks/b965203c-4c74-4ce2-b5e4-45fa7396bd68?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: 1465/2867] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:26:29 2026] GET /v2.0/networks/b965203c-4c74-4ce2-b5e4-45fa7396bd68?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: 1403/2868] 199.204.45.227 () {34 vars in 1058 bytes} [Sun Jun 28 21:26:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.153&port_id=fd0fdef1-3412-496a-acca-5393904d0963 => 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: 1466/2869] 199.204.45.227 () {34 vars in 1102 bytes} [Sun Jun 28 21:26:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A64&port_id=fd0fdef1-3412-496a-acca-5393904d0963 => 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: 1404/2870] 199.204.45.227 () {34 vars in 1064 bytes} [Sun Jun 28 21:26:29 2026] GET /v2.0/subnets?id=7fc6257f-66ca-48c3-bdd4-273e915a38b5&id=9a9a9b75-deb8-4121-b022-87b6eb3168a1 => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2871] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:26:29 2026] GET /v2.0/ports?network_id=09171062-ccb5-4106-a846-36d633ac22b7&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: 1405/2872] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:26:29 2026] GET /v2.0/ports?network_id=09171062-ccb5-4106-a846-36d633ac22b7&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2873] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:26:29 2026] GET /v2.0/networks/09171062-ccb5-4106-a846-36d633ac22b7?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: 1406/2874] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:26:29 2026] GET /v2.0/networks/09171062-ccb5-4106-a846-36d633ac22b7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2875] 10.0.0.54 () {34 vars in 970 bytes} [Sun Jun 28 21:26:33 2026] GET /v2.0/ports/fd0fdef1-3412-496a-acca-5393904d0963 => generated 1516 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2876] 199.204.45.227 () {30 vars in 743 bytes} [Sun Jun 28 21:26:34 2026] GET /v2.0/networks/09171062-ccb5-4106-a846-36d633ac22b7 => generated 797 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2877] 199.204.45.227 () {30 vars in 741 bytes} [Sun Jun 28 21:26:34 2026] GET /v2.0/subnets/9a9a9b75-deb8-4121-b022-87b6eb3168a1 => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2878] 199.204.45.227 () {30 vars in 741 bytes} [Sun Jun 28 21:26:34 2026] GET /v2.0/subnets/7fc6257f-66ca-48c3-bdd4-273e915a38b5 => generated 743 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2879] 199.204.45.227 () {30 vars in 703 bytes} [Sun Jun 28 21:26:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2880] 199.204.45.227 () {30 vars in 705 bytes} [Sun Jun 28 21:26:34 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2881] 199.204.45.227 () {30 vars in 681 bytes} [Sun Jun 28 21:26:34 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: 1410/2882] 199.204.45.227 () {30 vars in 717 bytes} [Sun Jun 28 21:26:34 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: 1473/2883] 199.204.45.227 () {30 vars in 741 bytes} [Sun Jun 28 21:26:34 2026] GET /v2.0/subnets/c51108fb-9815-467f-9e4e-264d6316b03d => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2884] 199.204.45.227 () {30 vars in 737 bytes} [Sun Jun 28 21:26:34 2026] GET /v2.0/ports/e87413b0-115a-4a14-a38f-a2b8f70a08c7 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2885] 199.204.45.227 () {30 vars in 737 bytes} [Sun Jun 28 21:26:34 2026] GET /v2.0/ports/7333a458-990d-4a14-8915-9da174c37340 => generated 1346 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2886] 199.204.45.227 () {30 vars in 741 bytes} [Sun Jun 28 21:26:34 2026] GET /v2.0/subnets/c51108fb-9815-467f-9e4e-264d6316b03d => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2887] 199.204.45.227 () {30 vars in 743 bytes} [Sun Jun 28 21:26:34 2026] GET /v2.0/networks/b965203c-4c74-4ce2-b5e4-45fa7396bd68 => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2888] 199.204.45.227 () {30 vars in 737 bytes} [Sun Jun 28 21:26:34 2026] GET /v2.0/ports/e87413b0-115a-4a14-a38f-a2b8f70a08c7 => 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: 1476/2889] 199.204.45.227 () {30 vars in 741 bytes} [Sun Jun 28 21:26:34 2026] GET /v2.0/subnets/c51108fb-9815-467f-9e4e-264d6316b03d => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2890] 10.0.0.13 () {30 vars in 689 bytes} [Sun Jun 28 21:26:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2891] 10.0.0.13 () {30 vars in 691 bytes} [Sun Jun 28 21:26:40 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: 1415/2892] 10.0.0.13 () {30 vars in 667 bytes} [Sun Jun 28 21:26:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2893] 10.0.0.13 () {30 vars in 703 bytes} [Sun Jun 28 21:26:40 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: 1416/2894] 10.0.0.13 () {28 vars in 438 bytes} [Sun Jun 28 21:26:40 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2895] 10.0.0.13 () {30 vars in 727 bytes} [Sun Jun 28 21:26:40 2026] GET /v2.0/subnets/def6fc82-bcbe-4116-9c05-d5917f872691 => generated 656 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2898] 199.204.45.227 () {30 vars in 703 bytes} [Sun Jun 28 21:26:42 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: 1481/2899] 199.204.45.227 () {30 vars in 705 bytes} [Sun Jun 28 21:26:42 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2900] 199.204.45.227 () {30 vars in 681 bytes} [Sun Jun 28 21:26:42 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: 1482/2901] 199.204.45.227 () {30 vars in 717 bytes} [Sun Jun 28 21:26: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: 8|app: 0|req: 1420/2902] 199.204.45.227 () {30 vars in 741 bytes} [Sun Jun 28 21:26:42 2026] GET /v2.0/subnets/9a9a9b75-deb8-4121-b022-87b6eb3168a1 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2903] 199.204.45.227 () {30 vars in 741 bytes} [Sun Jun 28 21:26:42 2026] GET /v2.0/subnets/def6fc82-bcbe-4116-9c05-d5917f872691 => 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: 1421/2904] 199.204.45.227 () {30 vars in 769 bytes} [Sun Jun 28 21:26:42 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 4094 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2905] 199.204.45.227 () {30 vars in 703 bytes} [Sun Jun 28 21:26:43 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2906] 199.204.45.227 () {30 vars in 705 bytes} [Sun Jun 28 21:26:43 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2907] 199.204.45.227 () {30 vars in 681 bytes} [Sun Jun 28 21:26:43 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: 1423/2908] 199.204.45.227 () {30 vars in 717 bytes} [Sun Jun 28 21:26:43 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2909] 199.204.45.227 () {34 vars in 717 bytes} [Sun Jun 28 21:26:43 2026] POST /v2.0/ports => generated 1328 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2910] 10.0.0.54 () {34 vars in 970 bytes} [Sun Jun 28 21:26:43 2026] GET /v2.0/ports/e934201b-c1c9-4452-a915-bc313a241c98 => generated 1328 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1487/2911] 10.0.0.54 () {34 vars in 906 bytes} [Sun Jun 28 21:26:43 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2912] 199.204.45.227 () {34 vars in 1262 bytes} [Sun Jun 28 21:26:44 2026] GET /v2.0/ports/e934201b-c1c9-4452-a915-bc313a241c98?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2913] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:26:44 2026] GET /v2.0/networks/f4891403-8585-4e81-9788-a47a06d7cb89?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2914] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:26:44 2026] GET /v2.0/networks/f4891403-8585-4e81-9788-a47a06d7cb89?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: 1489/2915] 199.204.45.227 () {34 vars in 975 bytes} [Sun Jun 28 21:26:45 2026] GET /v2.0/ports/e934201b-c1c9-4452-a915-bc313a241c98 => generated 1328 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2916] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:26:45 2026] GET /v2.0/networks?id=f4891403-8585-4e81-9788-a47a06d7cb89 => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2917] 199.204.45.227 () {38 vars in 1028 bytes} [Sun Jun 28 21:26:45 2026] PUT /v2.0/ports/e934201b-c1c9-4452-a915-bc313a241c98 => generated 1518 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:26:45.938 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a656ea4-3480-4472-ab62-e5c7347a8314'] response: {'name': 'network-changed', 'server_uuid': 'f14bc203-5511-4fb5-a0be-6b8d9e28de12', 'tag': 'e934201b-c1c9-4452-a915-bc313a241c98', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1428/2918] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:26:46 2026] GET /v2.0/ports?tenant_id=f6341ee7e0154bc38ac1eab026cc693e&device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 5604 bytes in 47 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: 1491/2919] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:26:46 2026] GET /v2.0/networks?id=f4891403-8585-4e81-9788-a47a06d7cb89 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2920] 199.204.45.227 () {34 vars in 1058 bytes} [Sun Jun 28 21:26:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.117&port_id=e934201b-c1c9-4452-a915-bc313a241c98 => 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: 1492/2921] 199.204.45.227 () {34 vars in 1104 bytes} [Sun Jun 28 21:26:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A63&port_id=e934201b-c1c9-4452-a915-bc313a241c98 => 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: 1430/2922] 199.204.45.227 () {34 vars in 1064 bytes} [Sun Jun 28 21:26:46 2026] GET /v2.0/subnets?id=b271949b-7af3-4b4f-a7da-823a22e60553&id=def6fc82-bcbe-4116-9c05-d5917f872691 => generated 1415 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2923] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:26:46 2026] GET /v2.0/ports?network_id=f4891403-8585-4e81-9788-a47a06d7cb89&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2924] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:26:46 2026] GET /v2.0/ports?network_id=f4891403-8585-4e81-9788-a47a06d7cb89&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: 1494/2925] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:26:46 2026] GET /v2.0/networks/f4891403-8585-4e81-9788-a47a06d7cb89?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2926] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:26:46 2026] GET /v2.0/networks/f4891403-8585-4e81-9788-a47a06d7cb89?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: 1495/2927] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:26:47 2026] GET /v2.0/ports?tenant_id=f6341ee7e0154bc38ac1eab026cc693e&device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 5604 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2928] 199.204.45.227 () {34 vars in 1062 bytes} [Sun Jun 28 21:26:47 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.186&port_id=82a9dce8-611f-468a-98ff-3d69f23a2124 => 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: 1496/2929] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:26:47 2026] GET /v2.0/subnets?id=6389b249-1870-4291-aee5-7a5d9b16c984 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2930] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:26:47 2026] GET /v2.0/ports?network_id=19251d11-d959-435e-9412-e60ad7e871ba&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2931] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:26:48 2026] GET /v2.0/networks/19251d11-d959-435e-9412-e60ad7e871ba?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2932] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:26:48 2026] GET /v2.0/networks/19251d11-d959-435e-9412-e60ad7e871ba?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: 1498/2933] 199.204.45.227 () {34 vars in 1056 bytes} [Sun Jun 28 21:26:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.33&port_id=7333a458-990d-4a14-8915-9da174c37340 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2934] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:26:48 2026] GET /v2.0/subnets?id=c51108fb-9815-467f-9e4e-264d6316b03d => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2935] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:26:48 2026] GET /v2.0/ports?network_id=b965203c-4c74-4ce2-b5e4-45fa7396bd68&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2936] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:26:48 2026] GET /v2.0/networks/b965203c-4c74-4ce2-b5e4-45fa7396bd68?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: 1500/2937] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:26:48 2026] GET /v2.0/networks/b965203c-4c74-4ce2-b5e4-45fa7396bd68?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: 1438/2938] 199.204.45.227 () {34 vars in 1058 bytes} [Sun Jun 28 21:26:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.153&port_id=fd0fdef1-3412-496a-acca-5393904d0963 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2939] 199.204.45.227 () {34 vars in 1102 bytes} [Sun Jun 28 21:26:48 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A64&port_id=fd0fdef1-3412-496a-acca-5393904d0963 => 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: 1439/2940] 199.204.45.227 () {34 vars in 1064 bytes} [Sun Jun 28 21:26:48 2026] GET /v2.0/subnets?id=7fc6257f-66ca-48c3-bdd4-273e915a38b5&id=9a9a9b75-deb8-4121-b022-87b6eb3168a1 => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2941] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:26:48 2026] GET /v2.0/ports?network_id=09171062-ccb5-4106-a846-36d633ac22b7&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: 1440/2942] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:26:48 2026] GET /v2.0/ports?network_id=09171062-ccb5-4106-a846-36d633ac22b7&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2943] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:26:48 2026] GET /v2.0/networks/09171062-ccb5-4106-a846-36d633ac22b7?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: 1441/2944] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:26:48 2026] GET /v2.0/networks/09171062-ccb5-4106-a846-36d633ac22b7?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: 1504/2945] 199.204.45.227 () {34 vars in 1058 bytes} [Sun Jun 28 21:26:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.117&port_id=e934201b-c1c9-4452-a915-bc313a241c98 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2946] 199.204.45.227 () {34 vars in 1104 bytes} [Sun Jun 28 21:26:48 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A63&port_id=e934201b-c1c9-4452-a915-bc313a241c98 => 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: 1505/2947] 199.204.45.227 () {34 vars in 1064 bytes} [Sun Jun 28 21:26:48 2026] GET /v2.0/subnets?id=b271949b-7af3-4b4f-a7da-823a22e60553&id=def6fc82-bcbe-4116-9c05-d5917f872691 => generated 1415 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2948] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:26:48 2026] GET /v2.0/ports?network_id=f4891403-8585-4e81-9788-a47a06d7cb89&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: 1506/2949] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:26:48 2026] GET /v2.0/ports?network_id=f4891403-8585-4e81-9788-a47a06d7cb89&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2950] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:26:48 2026] GET /v2.0/networks/f4891403-8585-4e81-9788-a47a06d7cb89?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: 1507/2951] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:26:48 2026] GET /v2.0/networks/f4891403-8585-4e81-9788-a47a06d7cb89?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: 1445/2952] 10.0.0.54 () {34 vars in 970 bytes} [Sun Jun 28 21:26:52 2026] GET /v2.0/ports/e934201b-c1c9-4452-a915-bc313a241c98 => generated 1520 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2953] 199.204.45.227 () {30 vars in 743 bytes} [Sun Jun 28 21:26:52 2026] GET /v2.0/networks/f4891403-8585-4e81-9788-a47a06d7cb89 => generated 797 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2954] 199.204.45.227 () {30 vars in 741 bytes} [Sun Jun 28 21:26:52 2026] GET /v2.0/subnets/def6fc82-bcbe-4116-9c05-d5917f872691 => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2955] 199.204.45.227 () {30 vars in 741 bytes} [Sun Jun 28 21:26:52 2026] GET /v2.0/subnets/b271949b-7af3-4b4f-a7da-823a22e60553 => generated 748 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2956] 199.204.45.227 () {30 vars in 737 bytes} [Sun Jun 28 21:26:52 2026] GET /v2.0/ports/fd0fdef1-3412-496a-acca-5393904d0963 => generated 1516 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2957] 199.204.45.227 () {34 vars in 790 bytes} [Sun Jun 28 21:26:52 2026] PUT /v2.0/ports/fd0fdef1-3412-496a-acca-5393904d0963 => generated 1255 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:26:53.327 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb3c6480-a3fd-4cd1-b9b0-3982b0992963'] response: {'name': 'network-changed', 'server_uuid': 'f14bc203-5511-4fb5-a0be-6b8d9e28de12', 'tag': 'fd0fdef1-3412-496a-acca-5393904d0963', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1448/2958] 199.204.45.227 () {30 vars in 743 bytes} [Sun Jun 28 21:26:53 2026] GET /v2.0/networks/09171062-ccb5-4106-a846-36d633ac22b7 => generated 797 bytes in 40 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: 1511/2959] 199.204.45.227 () {30 vars in 741 bytes} [Sun Jun 28 21:26:53 2026] GET /v2.0/subnets/9a9a9b75-deb8-4121-b022-87b6eb3168a1 => 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: 1449/2960] 199.204.45.227 () {30 vars in 703 bytes} [Sun Jun 28 21:26:53 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: 1512/2961] 199.204.45.227 () {30 vars in 705 bytes} [Sun Jun 28 21:26:53 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: 1450/2962] 199.204.45.227 () {30 vars in 681 bytes} [Sun Jun 28 21:26:53 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: 1513/2963] 199.204.45.227 () {30 vars in 717 bytes} [Sun Jun 28 21:26:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2964] 199.204.45.227 () {30 vars in 741 bytes} [Sun Jun 28 21:26:53 2026] GET /v2.0/subnets/c51108fb-9815-467f-9e4e-264d6316b03d => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2965] 199.204.45.227 () {30 vars in 737 bytes} [Sun Jun 28 21:26:53 2026] GET /v2.0/ports/e87413b0-115a-4a14-a38f-a2b8f70a08c7 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2966] 199.204.45.227 () {30 vars in 737 bytes} [Sun Jun 28 21:26:53 2026] GET /v2.0/ports/7333a458-990d-4a14-8915-9da174c37340 => generated 1346 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2967] 199.204.45.227 () {30 vars in 741 bytes} [Sun Jun 28 21:26:53 2026] GET /v2.0/subnets/c51108fb-9815-467f-9e4e-264d6316b03d => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2968] 199.204.45.227 () {30 vars in 743 bytes} [Sun Jun 28 21:26:53 2026] GET /v2.0/networks/b965203c-4c74-4ce2-b5e4-45fa7396bd68 => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2969] 199.204.45.227 () {30 vars in 737 bytes} [Sun Jun 28 21:26:53 2026] GET /v2.0/ports/e87413b0-115a-4a14-a38f-a2b8f70a08c7 => generated 1132 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2970] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:26:53 2026] GET /v2.0/ports?tenant_id=f6341ee7e0154bc38ac1eab026cc693e&device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 5381 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2971] 199.204.45.227 () {30 vars in 741 bytes} [Sun Jun 28 21:26:53 2026] GET /v2.0/subnets/c51108fb-9815-467f-9e4e-264d6316b03d => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2972] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:26:53 2026] GET /v2.0/networks?id=09171062-ccb5-4106-a846-36d633ac22b7 => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2973] 199.204.45.227 () {34 vars in 1058 bytes} [Sun Jun 28 21:26:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.153&port_id=fd0fdef1-3412-496a-acca-5393904d0963 => 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: 1456/2974] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:26:53 2026] GET /v2.0/subnets?id=9a9a9b75-deb8-4121-b022-87b6eb3168a1 => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2975] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:26:53 2026] GET /v2.0/ports?network_id=09171062-ccb5-4106-a846-36d633ac22b7&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2976] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:26:54 2026] GET /v2.0/networks/09171062-ccb5-4106-a846-36d633ac22b7?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2977] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:26:54 2026] GET /v2.0/networks/09171062-ccb5-4106-a846-36d633ac22b7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2980] 199.204.45.227 () {30 vars in 703 bytes} [Sun Jun 28 21:27:05 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: 1459/2981] 199.204.45.227 () {30 vars in 705 bytes} [Sun Jun 28 21:27:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2982] 199.204.45.227 () {30 vars in 681 bytes} [Sun Jun 28 21:27:05 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: 1460/2983] 199.204.45.227 () {30 vars in 717 bytes} [Sun Jun 28 21:27:05 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: 1524/2984] 199.204.45.227 () {30 vars in 741 bytes} [Sun Jun 28 21:27:05 2026] GET /v2.0/subnets/9a9a9b75-deb8-4121-b022-87b6eb3168a1 => 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: 1461/2985] 199.204.45.227 () {30 vars in 769 bytes} [Sun Jun 28 21:27:05 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 5381 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2986] 199.204.45.227 () {30 vars in 703 bytes} [Sun Jun 28 21:27:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2987] 199.204.45.227 () {30 vars in 705 bytes} [Sun Jun 28 21:27:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2988] 199.204.45.227 () {30 vars in 681 bytes} [Sun Jun 28 21:27:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2989] 199.204.45.227 () {30 vars in 717 bytes} [Sun Jun 28 21:27:05 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: 1527/2990] 199.204.45.227 () {30 vars in 737 bytes} [Sun Jun 28 21:27:05 2026] GET /v2.0/ports/e934201b-c1c9-4452-a915-bc313a241c98 => 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: 1464/2991] 199.204.45.227 () {34 vars in 790 bytes} [Sun Jun 28 21:27:05 2026] PUT /v2.0/ports/e934201b-c1c9-4452-a915-bc313a241c98 => generated 1255 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:27:05.829 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-22cd92fa-ced2-4714-8f9a-8339a5823a4e'] response: {'name': 'network-changed', 'server_uuid': 'f14bc203-5511-4fb5-a0be-6b8d9e28de12', 'tag': 'e934201b-c1c9-4452-a915-bc313a241c98', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1528/2992] 199.204.45.227 () {30 vars in 743 bytes} [Sun Jun 28 21:27:05 2026] GET /v2.0/networks/f4891403-8585-4e81-9788-a47a06d7cb89 => generated 797 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1465/2993] 199.204.45.227 () {30 vars in 741 bytes} [Sun Jun 28 21:27:05 2026] GET /v2.0/subnets/def6fc82-bcbe-4116-9c05-d5917f872691 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2994] 199.204.45.227 () {30 vars in 737 bytes} [Sun Jun 28 21:27:05 2026] GET /v2.0/ports/e934201b-c1c9-4452-a915-bc313a241c98 => generated 1291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2995] 199.204.45.227 () {34 vars in 789 bytes} [Sun Jun 28 21:27:05 2026] PUT /v2.0/ports/e934201b-c1c9-4452-a915-bc313a241c98 => generated 1080 bytes in 341 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: 1530/2996] 199.204.45.227 () {30 vars in 743 bytes} [Sun Jun 28 21:27:06 2026] GET /v2.0/networks/f4891403-8585-4e81-9788-a47a06d7cb89 => 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: 1467/2997] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:27:06 2026] GET /v2.0/ports?tenant_id=f6341ee7e0154bc38ac1eab026cc693e&device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 4977 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2998] 199.204.45.227 () {30 vars in 769 bytes} [Sun Jun 28 21:27:06 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 4977 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2999] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:27:06 2026] GET /v2.0/networks?id=f4891403-8585-4e81-9788-a47a06d7cb89 => 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: 1532/3000] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:27:06 2026] GET /v2.0/networks/f4891403-8585-4e81-9788-a47a06d7cb89?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/3001] 199.204.45.227 () {30 vars in 769 bytes} [Sun Jun 28 21:27:06 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 4977 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3002] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:27:06 2026] GET /v2.0/networks/f4891403-8585-4e81-9788-a47a06d7cb89?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3003] 199.204.45.227 () {30 vars in 769 bytes} [Sun Jun 28 21:27:07 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 4977 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:27:07.871 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3b6e10e6-8a64-4317-815e-6b48b9caaa74'] response: {'name': 'network-changed', 'server_uuid': 'f14bc203-5511-4fb5-a0be-6b8d9e28de12', 'tag': 'e934201b-c1c9-4452-a915-bc313a241c98', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1534/3004] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:27:08 2026] GET /v2.0/ports?tenant_id=f6341ee7e0154bc38ac1eab026cc693e&device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 4977 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/3005] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:27:08 2026] GET /v2.0/networks?id=f4891403-8585-4e81-9788-a47a06d7cb89 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3006] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:27:08 2026] GET /v2.0/networks/f4891403-8585-4e81-9788-a47a06d7cb89?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3007] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:27:08 2026] GET /v2.0/networks/f4891403-8585-4e81-9788-a47a06d7cb89?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: 1536/3008] 199.204.45.227 () {30 vars in 769 bytes} [Sun Jun 28 21:27:08 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 4977 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3009] 199.204.45.227 () {34 vars in 975 bytes} [Sun Jun 28 21:27:08 2026] GET /v2.0/ports/e934201b-c1c9-4452-a915-bc313a241c98 => generated 1116 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3010] 199.204.45.227 () {34 vars in 1060 bytes} [Sun Jun 28 21:27:08 2026] GET /v2.0/ports/e934201b-c1c9-4452-a915-bc313a241c98?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/3011] 199.204.45.227 () {34 vars in 1016 bytes} [Sun Jun 28 21:27:08 2026] GET /v2.0/networks/f4891403-8585-4e81-9788-a47a06d7cb89?fields=dns_domain => generated 29 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3012] 199.204.45.227 () {38 vars in 1028 bytes} [Sun Jun 28 21:27:08 2026] PUT /v2.0/ports/e934201b-c1c9-4452-a915-bc313a241c98 => generated 917 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3013] 199.204.45.227 () {30 vars in 769 bytes} [Sun Jun 28 21:27:09 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 3869 bytes in 43 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-28 21:27:09.874 7 INFO neutron_taas.services.taas.taas_plugin [None req-e31decd2-ab7c-48f8-8a3c-2436a5aa34fc afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: e934201b-c1c9-4452-a915-bc313a241c98 2026-06-28 21:27:09.877 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e31decd2-ab7c-48f8-8a3c-2436a5aa34fc afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: e934201b-c1c9-4452-a915-bc313a241c98 [pid: 7|app: 0|req: 1539/3014] 199.204.45.227 () {32 vars in 759 bytes} [Sun Jun 28 21:27:09 2026] DELETE /v2.0/ports/e934201b-c1c9-4452-a915-bc313a241c98 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3015] 199.204.45.227 () {30 vars in 703 bytes} [Sun Jun 28 21:27:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3016] 199.204.45.227 () {30 vars in 705 bytes} [Sun Jun 28 21:27: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: 1477/3017] 199.204.45.227 () {30 vars in 681 bytes} [Sun Jun 28 21:27: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: 7|app: 0|req: 1541/3018] 199.204.45.227 () {30 vars in 717 bytes} [Sun Jun 28 21:27:10 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: 1478/3019] 199.204.45.227 () {30 vars in 741 bytes} [Sun Jun 28 21:27:10 2026] GET /v2.0/subnets/c51108fb-9815-467f-9e4e-264d6316b03d => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3020] 199.204.45.227 () {30 vars in 737 bytes} [Sun Jun 28 21:27:10 2026] GET /v2.0/ports/e87413b0-115a-4a14-a38f-a2b8f70a08c7 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3021] 199.204.45.227 () {30 vars in 737 bytes} [Sun Jun 28 21:27:10 2026] GET /v2.0/ports/7333a458-990d-4a14-8915-9da174c37340 => generated 1346 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3022] 199.204.45.227 () {30 vars in 741 bytes} [Sun Jun 28 21:27:10 2026] GET /v2.0/subnets/c51108fb-9815-467f-9e4e-264d6316b03d => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3023] 199.204.45.227 () {30 vars in 743 bytes} [Sun Jun 28 21:27:10 2026] GET /v2.0/networks/b965203c-4c74-4ce2-b5e4-45fa7396bd68 => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3024] 199.204.45.227 () {30 vars in 737 bytes} [Sun Jun 28 21:27:10 2026] GET /v2.0/ports/e87413b0-115a-4a14-a38f-a2b8f70a08c7 => 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: 1481/3025] 199.204.45.227 () {30 vars in 741 bytes} [Sun Jun 28 21:27:10 2026] GET /v2.0/subnets/c51108fb-9815-467f-9e4e-264d6316b03d => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3026] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:27:10 2026] GET /v2.0/ports?tenant_id=f6341ee7e0154bc38ac1eab026cc693e&device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 3869 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3027] 199.204.45.227 () {34 vars in 1226 bytes} [Sun Jun 28 21:27:10 2026] GET /v2.0/networks?id=19251d11-d959-435e-9412-e60ad7e871ba&id=b965203c-4c74-4ce2-b5e4-45fa7396bd68&id=09171062-ccb5-4106-a846-36d633ac22b7&id=f4891403-8585-4e81-9788-a47a06d7cb89 => generated 3095 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3028] 199.204.45.227 () {34 vars in 1062 bytes} [Sun Jun 28 21:27:10 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.186&port_id=82a9dce8-611f-468a-98ff-3d69f23a2124 => 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: 1483/3029] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:27:10 2026] GET /v2.0/subnets?id=6389b249-1870-4291-aee5-7a5d9b16c984 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3030] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:27:10 2026] GET /v2.0/ports?network_id=19251d11-d959-435e-9412-e60ad7e871ba&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3031] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:27:10 2026] GET /v2.0/networks/19251d11-d959-435e-9412-e60ad7e871ba?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: 1548/3032] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:27:10 2026] GET /v2.0/networks/19251d11-d959-435e-9412-e60ad7e871ba?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: 1485/3033] 199.204.45.227 () {34 vars in 1056 bytes} [Sun Jun 28 21:27:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.33&port_id=7333a458-990d-4a14-8915-9da174c37340 => 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: 1549/3034] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:27:11 2026] GET /v2.0/subnets?id=c51108fb-9815-467f-9e4e-264d6316b03d => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3035] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:27:11 2026] GET /v2.0/ports?network_id=b965203c-4c74-4ce2-b5e4-45fa7396bd68&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3036] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:27:11 2026] GET /v2.0/networks/b965203c-4c74-4ce2-b5e4-45fa7396bd68?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: 1487/3037] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:27:11 2026] GET /v2.0/networks/b965203c-4c74-4ce2-b5e4-45fa7396bd68?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3038] 199.204.45.227 () {34 vars in 1058 bytes} [Sun Jun 28 21:27:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.153&port_id=fd0fdef1-3412-496a-acca-5393904d0963 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3039] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:27:11 2026] GET /v2.0/subnets?id=9a9a9b75-deb8-4121-b022-87b6eb3168a1 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3040] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:27:11 2026] GET /v2.0/ports?network_id=09171062-ccb5-4106-a846-36d633ac22b7&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3041] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:27:11 2026] GET /v2.0/networks/09171062-ccb5-4106-a846-36d633ac22b7?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3042] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:27:11 2026] GET /v2.0/networks/09171062-ccb5-4106-a846-36d633ac22b7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3045] 199.204.45.227 () {30 vars in 703 bytes} [Sun Jun 28 21:27:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3046] 199.204.45.227 () {30 vars in 705 bytes} [Sun Jun 28 21:27:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3047] 199.204.45.227 () {30 vars in 681 bytes} [Sun Jun 28 21:27:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3048] 199.204.45.227 () {30 vars in 717 bytes} [Sun Jun 28 21:27:15 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: 1557/3049] 199.204.45.227 () {30 vars in 769 bytes} [Sun Jun 28 21:27:15 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 3869 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3050] 199.204.45.227 () {30 vars in 703 bytes} [Sun Jun 28 21:27:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3051] 199.204.45.227 () {30 vars in 705 bytes} [Sun Jun 28 21:27:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3052] 199.204.45.227 () {30 vars in 681 bytes} [Sun Jun 28 21:27:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3053] 199.204.45.227 () {30 vars in 717 bytes} [Sun Jun 28 21:27:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3054] 199.204.45.227 () {30 vars in 737 bytes} [Sun Jun 28 21:27:16 2026] GET /v2.0/ports/fd0fdef1-3412-496a-acca-5393904d0963 => generated 1291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3055] 199.204.45.227 () {34 vars in 789 bytes} [Sun Jun 28 21:27:16 2026] PUT /v2.0/ports/fd0fdef1-3412-496a-acca-5393904d0963 => generated 1080 bytes in 367 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:27:16.447 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-694bd0c6-79cf-44af-bc42-904504a60cc8'] response: {'name': 'network-changed', 'server_uuid': 'f14bc203-5511-4fb5-a0be-6b8d9e28de12', 'tag': 'fd0fdef1-3412-496a-acca-5393904d0963', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1496/3056] 199.204.45.227 () {30 vars in 743 bytes} [Sun Jun 28 21:27:16 2026] GET /v2.0/networks/09171062-ccb5-4106-a846-36d633ac22b7 => generated 797 bytes in 48 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: 1561/3057] 199.204.45.227 () {30 vars in 769 bytes} [Sun Jun 28 21:27:16 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 3694 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3058] 199.204.45.227 () {30 vars in 769 bytes} [Sun Jun 28 21:27:16 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 3694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3059] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:27:16 2026] GET /v2.0/ports?tenant_id=f6341ee7e0154bc38ac1eab026cc693e&device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 3694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3060] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:27:17 2026] GET /v2.0/networks?id=09171062-ccb5-4106-a846-36d633ac22b7 => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3061] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:27:17 2026] GET /v2.0/networks/09171062-ccb5-4106-a846-36d633ac22b7?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3062] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:27:17 2026] GET /v2.0/networks/09171062-ccb5-4106-a846-36d633ac22b7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3063] 199.204.45.227 () {30 vars in 769 bytes} [Sun Jun 28 21:27:17 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 3694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3064] 199.204.45.227 () {34 vars in 975 bytes} [Sun Jun 28 21:27:18 2026] GET /v2.0/ports/fd0fdef1-3412-496a-acca-5393904d0963 => generated 1116 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3065] 199.204.45.227 () {34 vars in 1060 bytes} [Sun Jun 28 21:27:18 2026] GET /v2.0/ports/fd0fdef1-3412-496a-acca-5393904d0963?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3066] 199.204.45.227 () {30 vars in 769 bytes} [Sun Jun 28 21:27:18 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 3694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3067] 199.204.45.227 () {34 vars in 1016 bytes} [Sun Jun 28 21:27:18 2026] GET /v2.0/networks/09171062-ccb5-4106-a846-36d633ac22b7?fields=dns_domain => generated 29 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3068] 199.204.45.227 () {38 vars in 1028 bytes} [Sun Jun 28 21:27:18 2026] PUT /v2.0/ports/fd0fdef1-3412-496a-acca-5393904d0963 => generated 917 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3069] 199.204.45.227 () {30 vars in 769 bytes} [Sun Jun 28 21:27:19 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 21:27:19.920 8 INFO neutron_taas.services.taas.taas_plugin [None req-c15a91fc-f5e9-4d74-bc3f-766b7c4f9e35 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: fd0fdef1-3412-496a-acca-5393904d0963 2026-06-28 21:27:19.923 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c15a91fc-f5e9-4d74-bc3f-766b7c4f9e35 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: fd0fdef1-3412-496a-acca-5393904d0963 [pid: 8|app: 0|req: 1503/3070] 199.204.45.227 () {32 vars in 759 bytes} [Sun Jun 28 21:27:19 2026] DELETE /v2.0/ports/fd0fdef1-3412-496a-acca-5393904d0963 => 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: 1568/3071] 199.204.45.227 () {30 vars in 703 bytes} [Sun Jun 28 21:27:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3072] 199.204.45.227 () {30 vars in 705 bytes} [Sun Jun 28 21:27:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3073] 199.204.45.227 () {30 vars in 681 bytes} [Sun Jun 28 21:27:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3074] 199.204.45.227 () {30 vars in 717 bytes} [Sun Jun 28 21:27:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3075] 199.204.45.227 () {30 vars in 741 bytes} [Sun Jun 28 21:27:20 2026] GET /v2.0/subnets/c51108fb-9815-467f-9e4e-264d6316b03d => generated 676 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3076] 199.204.45.227 () {30 vars in 737 bytes} [Sun Jun 28 21:27:20 2026] GET /v2.0/ports/e87413b0-115a-4a14-a38f-a2b8f70a08c7 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3077] 199.204.45.227 () {30 vars in 737 bytes} [Sun Jun 28 21:27:20 2026] GET /v2.0/ports/7333a458-990d-4a14-8915-9da174c37340 => generated 1346 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3078] 199.204.45.227 () {30 vars in 741 bytes} [Sun Jun 28 21:27:20 2026] GET /v2.0/subnets/c51108fb-9815-467f-9e4e-264d6316b03d => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3079] 199.204.45.227 () {30 vars in 743 bytes} [Sun Jun 28 21:27:20 2026] GET /v2.0/networks/b965203c-4c74-4ce2-b5e4-45fa7396bd68 => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3080] 199.204.45.227 () {30 vars in 737 bytes} [Sun Jun 28 21:27:20 2026] GET /v2.0/ports/e87413b0-115a-4a14-a38f-a2b8f70a08c7 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3081] 199.204.45.227 () {30 vars in 741 bytes} [Sun Jun 28 21:27:20 2026] GET /v2.0/subnets/c51108fb-9815-467f-9e4e-264d6316b03d => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3082] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:27:20 2026] GET /v2.0/ports?tenant_id=f6341ee7e0154bc38ac1eab026cc693e&device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3083] 199.204.45.227 () {34 vars in 1146 bytes} [Sun Jun 28 21:27:20 2026] GET /v2.0/networks?id=19251d11-d959-435e-9412-e60ad7e871ba&id=b965203c-4c74-4ce2-b5e4-45fa7396bd68&id=09171062-ccb5-4106-a846-36d633ac22b7 => generated 2309 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3084] 199.204.45.227 () {34 vars in 1062 bytes} [Sun Jun 28 21:27:20 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.186&port_id=82a9dce8-611f-468a-98ff-3d69f23a2124 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3085] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:27:20 2026] GET /v2.0/subnets?id=6389b249-1870-4291-aee5-7a5d9b16c984 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3086] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:27:20 2026] GET /v2.0/ports?network_id=19251d11-d959-435e-9412-e60ad7e871ba&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3087] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:27:20 2026] GET /v2.0/networks/19251d11-d959-435e-9412-e60ad7e871ba?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3088] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:27:20 2026] GET /v2.0/networks/19251d11-d959-435e-9412-e60ad7e871ba?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: 1577/3089] 199.204.45.227 () {34 vars in 1056 bytes} [Sun Jun 28 21:27:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.33&port_id=7333a458-990d-4a14-8915-9da174c37340 => 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: 1513/3090] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:27:20 2026] GET /v2.0/subnets?id=c51108fb-9815-467f-9e4e-264d6316b03d => generated 679 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3091] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:27:20 2026] GET /v2.0/ports?network_id=b965203c-4c74-4ce2-b5e4-45fa7396bd68&device_owner=network%3Adhcp => generated 1461 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3092] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:27:21 2026] GET /v2.0/networks/b965203c-4c74-4ce2-b5e4-45fa7396bd68?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: 1579/3093] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:27:21 2026] GET /v2.0/networks/b965203c-4c74-4ce2-b5e4-45fa7396bd68?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3096] 199.204.45.227 () {30 vars in 703 bytes} [Sun Jun 28 21:27:31 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: 1581/3097] 199.204.45.227 () {30 vars in 705 bytes} [Sun Jun 28 21:27:31 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: 1517/3098] 199.204.45.227 () {30 vars in 681 bytes} [Sun Jun 28 21:27:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3099] 199.204.45.227 () {30 vars in 717 bytes} [Sun Jun 28 21:27:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:27:31.687 8 INFO neutron.api.v2.resource [None req-3eace3a0-8172-47e0-a317-b77866a5cee2 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1518/3100] 199.204.45.227 () {30 vars in 763 bytes} [Sun Jun 28 21:27:31 2026] GET /v2.0/security-groups/lb-14a509fb-826d-403f-a8f0-19fa070acd2d => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3101] 199.204.45.227 () {30 vars in 785 bytes} [Sun Jun 28 21:27:31 2026] GET /v2.0/security-groups?name=lb-14a509fb-826d-403f-a8f0-19fa070acd2d => generated 2865 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3102] 199.204.45.227 () {30 vars in 815 bytes} [Sun Jun 28 21:27:31 2026] GET /v2.0/security-group-rules?security_group_id=b47a0215-7581-475b-80d7-46d437b59559 => generated 2334 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3103] 199.204.45.227 () {32 vars in 789 bytes} [Sun Jun 28 21:27:31 2026] DELETE /v2.0/security-group-rules/2a4a3f61-c1d7-45ab-8176-bcb846891824 => 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: 1520/3104] 199.204.45.227 () {32 vars in 789 bytes} [Sun Jun 28 21:27:31 2026] DELETE /v2.0/security-group-rules/e8baf475-22fb-43bf-862e-84c631aab985 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:27:35.717 7 INFO neutron_taas.services.taas.taas_plugin [None req-3edd070c-188f-461c-a17e-31ff46194b68 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] TaaS: Handle Delete Port: 455e4968-9b0e-44f2-be8a-7368e13a274e 2026-06-28 21:27:35.720 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3edd070c-188f-461c-a17e-31ff46194b68 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] Tap Mirror: Handle Delete Port: 455e4968-9b0e-44f2-be8a-7368e13a274e 2026-06-28 21:27:35.914 7 INFO neutron.db.l3_db [None req-3edd070c-188f-461c-a17e-31ff46194b68 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] Floating IP fc2ca66c-b794-486a-adbf-868d4835fce0 disassociated (deleted). External IP: 10.96.250.206, port: e87413b0-115a-4a14-a38f-a2b8f70a08c7. [pid: 7|app: 0|req: 1585/3105] 10.0.0.153 () {32 vars in 732 bytes} [Sun Jun 28 21:27:35 2026] DELETE /v2.0/floatingips/fc2ca66c-b794-486a-adbf-868d4835fce0 => generated 0 bytes in 652 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:27:36.261 8 INFO neutron.api.v2.resource [None req-17f0f82f-82e5-41a9-8368-f04202f8dd7e 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1521/3106] 10.0.0.153 () {32 vars in 729 bytes} [Sun Jun 28 21:27:36 2026] GET /v2.0/floatingips/fc2ca66c-b794-486a-adbf-868d4835fce0 => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3107] 199.204.45.227 () {30 vars in 703 bytes} [Sun Jun 28 21:27:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3108] 199.204.45.227 () {30 vars in 705 bytes} [Sun Jun 28 21:27:37 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: 1587/3109] 199.204.45.227 () {30 vars in 681 bytes} [Sun Jun 28 21:27:37 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: 1523/3110] 199.204.45.227 () {30 vars in 717 bytes} [Sun Jun 28 21:27:37 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-28 21:27:37.060 7 INFO neutron.api.v2.resource [None req-f2c49944-57ec-463d-b904-311f442acacf afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1588/3111] 199.204.45.227 () {30 vars in 763 bytes} [Sun Jun 28 21:27:37 2026] GET /v2.0/security-groups/lb-14a509fb-826d-403f-a8f0-19fa070acd2d => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3112] 199.204.45.227 () {30 vars in 785 bytes} [Sun Jun 28 21:27:37 2026] GET /v2.0/security-groups?name=lb-14a509fb-826d-403f-a8f0-19fa070acd2d => generated 1639 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3113] 199.204.45.227 () {30 vars in 815 bytes} [Sun Jun 28 21:27:37 2026] GET /v2.0/security-group-rules?security_group_id=b47a0215-7581-475b-80d7-46d437b59559 => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3114] 199.204.45.227 () {30 vars in 703 bytes} [Sun Jun 28 21:27:37 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: 1590/3115] 199.204.45.227 () {30 vars in 705 bytes} [Sun Jun 28 21:27:37 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: 1526/3116] 199.204.45.227 () {30 vars in 681 bytes} [Sun Jun 28 21:27:37 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: 1591/3117] 199.204.45.227 () {30 vars in 717 bytes} [Sun Jun 28 21:27:37 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: 1527/3118] 199.204.45.227 () {30 vars in 741 bytes} [Sun Jun 28 21:27:37 2026] GET /v2.0/subnets/c51108fb-9815-467f-9e4e-264d6316b03d => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3119] 199.204.45.227 () {30 vars in 769 bytes} [Sun Jun 28 21:27:37 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3120] 199.204.45.227 () {30 vars in 769 bytes} [Sun Jun 28 21:27:37 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 2586 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3121] 199.204.45.227 () {30 vars in 769 bytes} [Sun Jun 28 21:27:37 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 2586 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3122] 199.204.45.227 () {30 vars in 769 bytes} [Sun Jun 28 21:27:38 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 2586 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3123] 199.204.45.227 () {30 vars in 769 bytes} [Sun Jun 28 21:27:39 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 2586 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3124] 199.204.45.227 () {34 vars in 975 bytes} [Sun Jun 28 21:27:39 2026] GET /v2.0/ports/7333a458-990d-4a14-8915-9da174c37340 => generated 1346 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3125] 199.204.45.227 () {34 vars in 1060 bytes} [Sun Jun 28 21:27:39 2026] GET /v2.0/ports/7333a458-990d-4a14-8915-9da174c37340?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3126] 199.204.45.227 () {34 vars in 1016 bytes} [Sun Jun 28 21:27:39 2026] GET /v2.0/networks/b965203c-4c74-4ce2-b5e4-45fa7396bd68?fields=dns_domain => generated 29 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3127] 199.204.45.227 () {38 vars in 1028 bytes} [Sun Jun 28 21:27:39 2026] PUT /v2.0/ports/7333a458-990d-4a14-8915-9da174c37340 => generated 1147 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3128] 199.204.45.227 () {30 vars in 769 bytes} [Sun Jun 28 21:27:40 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1597/3129] 199.204.45.227 () {34 vars in 789 bytes} [Sun Jun 28 21:27:40 2026] PUT /v2.0/ports/7333a458-990d-4a14-8915-9da174c37340 => generated 1086 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3130] 199.204.45.227 () {30 vars in 737 bytes} [Sun Jun 28 21:27:41 2026] GET /v2.0/ports/7333a458-990d-4a14-8915-9da174c37340 => generated 1086 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 21:27:41.314 7 INFO neutron_taas.services.taas.taas_plugin [None req-79a38a85-8c2b-49d7-82f9-d821ce875daa afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: 7333a458-990d-4a14-8915-9da174c37340 2026-06-28 21:27:41.317 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79a38a85-8c2b-49d7-82f9-d821ce875daa afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: 7333a458-990d-4a14-8915-9da174c37340 [pid: 7|app: 0|req: 1598/3131] 199.204.45.227 () {32 vars in 759 bytes} [Sun Jun 28 21:27:41 2026] DELETE /v2.0/ports/7333a458-990d-4a14-8915-9da174c37340 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3132] 199.204.45.227 () {30 vars in 703 bytes} [Sun Jun 28 21:27:41 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: 1599/3133] 199.204.45.227 () {30 vars in 705 bytes} [Sun Jun 28 21:27:41 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3134] 199.204.45.227 () {30 vars in 681 bytes} [Sun Jun 28 21:27:41 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3135] 199.204.45.227 () {30 vars in 717 bytes} [Sun Jun 28 21:27:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:27:41.642 8 INFO neutron.pecan_wsgi.hooks.translation [None req-83eef2f8-c9e0-469b-a46c-215fb8ef242b afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1536/3136] 199.204.45.227 () {32 vars in 759 bytes} [Sun Jun 28 21:27:41 2026] DELETE /v2.0/ports/7333a458-990d-4a14-8915-9da174c37340 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3137] 199.204.45.227 () {30 vars in 737 bytes} [Sun Jun 28 21:27:41 2026] GET /v2.0/ports/e87413b0-115a-4a14-a38f-a2b8f70a08c7 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:27:41.703 8 INFO neutron.api.v2.resource [None req-ad6e6e17-e8f7-4f22-a787-7c4a13a4df06 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1537/3138] 199.204.45.227 () {30 vars in 763 bytes} [Sun Jun 28 21:27:41 2026] GET /v2.0/security-groups/lb-14a509fb-826d-403f-a8f0-19fa070acd2d => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3139] 199.204.45.227 () {30 vars in 785 bytes} [Sun Jun 28 21:27:41 2026] GET /v2.0/security-groups?name=lb-14a509fb-826d-403f-a8f0-19fa070acd2d => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3140] 199.204.45.227 () {30 vars in 737 bytes} [Sun Jun 28 21:27:41 2026] GET /v2.0/ports/e87413b0-115a-4a14-a38f-a2b8f70a08c7 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3141] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:27:41 2026] GET /v2.0/ports?tenant_id=f6341ee7e0154bc38ac1eab026cc693e&device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => 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: 1604/3142] 199.204.45.227 () {34 vars in 1066 bytes} [Sun Jun 28 21:27:41 2026] GET /v2.0/networks?id=19251d11-d959-435e-9412-e60ad7e871ba&id=b965203c-4c74-4ce2-b5e4-45fa7396bd68 => generated 1523 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3143] 199.204.45.227 () {34 vars in 1062 bytes} [Sun Jun 28 21:27:41 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.186&port_id=82a9dce8-611f-468a-98ff-3d69f23a2124 => 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: 1606/3144] 199.204.45.227 () {34 vars in 984 bytes} [Sun Jun 28 21:27:41 2026] GET /v2.0/subnets?id=6389b249-1870-4291-aee5-7a5d9b16c984 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3145] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:27:41 2026] GET /v2.0/ports?network_id=19251d11-d959-435e-9412-e60ad7e871ba&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3146] 199.204.45.227 () {34 vars in 789 bytes} [Sun Jun 28 21:27:41 2026] PUT /v2.0/ports/e87413b0-115a-4a14-a38f-a2b8f70a08c7 => generated 1094 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3147] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:27:41 2026] GET /v2.0/networks/19251d11-d959-435e-9412-e60ad7e871ba?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: 1609/3148] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:27:42 2026] GET /v2.0/networks/19251d11-d959-435e-9412-e60ad7e871ba?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: 1540/3149] 199.204.45.227 () {32 vars in 779 bytes} [Sun Jun 28 21:27:42 2026] DELETE /v2.0/security-groups/b47a0215-7581-475b-80d7-46d437b59559 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:27:42.239 7 INFO neutron_taas.services.taas.taas_plugin [None req-1a0e429d-3cf1-4821-9820-974fdc8ce53e afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: e87413b0-115a-4a14-a38f-a2b8f70a08c7 2026-06-28 21:27:42.242 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a0e429d-3cf1-4821-9820-974fdc8ce53e afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: e87413b0-115a-4a14-a38f-a2b8f70a08c7 [pid: 7|app: 0|req: 1610/3152] 199.204.45.227 () {32 vars in 759 bytes} [Sun Jun 28 21:27:42 2026] DELETE /v2.0/ports/e87413b0-115a-4a14-a38f-a2b8f70a08c7 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3153] 199.204.45.227 () {34 vars in 994 bytes} [Sun Jun 28 21:27:45 2026] GET /v2.0/ports?device_id=f14bc203-5511-4fb5-a0be-6b8d9e28de12 => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:27:45.363 7 INFO neutron_taas.services.taas.taas_plugin [req-31851c21-dcf5-47e7-91b5-22de1e6c3759 req-606f484e-5d68-469b-a59d-deb4d5f312d9 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] TaaS: Handle Delete Port: 82a9dce8-611f-468a-98ff-3d69f23a2124 2026-06-28 21:27:45.365 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-31851c21-dcf5-47e7-91b5-22de1e6c3759 req-606f484e-5d68-469b-a59d-deb4d5f312d9 afce8035521840e497713c51dc9ebb2f f6341ee7e0154bc38ac1eab026cc693e - - default default] Tap Mirror: Handle Delete Port: 82a9dce8-611f-468a-98ff-3d69f23a2124 [pid: 7|app: 0|req: 1611/3154] 199.204.45.227 () {36 vars in 997 bytes} [Sun Jun 28 21:27:45 2026] DELETE /v2.0/ports/82a9dce8-611f-468a-98ff-3d69f23a2124 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:27:45.535 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e7cd5c7d-1fc9-4ad1-a514-2b5cbe2433a9'] response: {'server_uuid': 'f14bc203-5511-4fb5-a0be-6b8d9e28de12', 'name': 'network-vif-deleted', 'tag': '82a9dce8-611f-468a-98ff-3d69f23a2124', 'status': 'completed', 'code': 200} 2026-06-28 21:27:46.598 8 INFO neutron_taas.services.taas.taas_plugin [None req-394aa736-a692-4326-a661-63a4f4e6a1f2 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] TaaS: Handle Delete Port: 7e2c9834-21a1-427e-a1a8-d72b824e3179 2026-06-28 21:27:46.601 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-394aa736-a692-4326-a661-63a4f4e6a1f2 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] Tap Mirror: Handle Delete Port: 7e2c9834-21a1-427e-a1a8-d72b824e3179 2026-06-28 21:27:46.793 8 INFO neutron.db.l3_db [None req-394aa736-a692-4326-a661-63a4f4e6a1f2 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] Floating IP 3121e789-d9ac-43ae-8271-84cbd6b3cdd8 disassociated (deleted). External IP: 10.96.250.214, port: 58e5b647-548e-4fc3-8811-ba5f939efe90. [pid: 8|app: 0|req: 1544/3155] 10.0.0.153 () {32 vars in 732 bytes} [Sun Jun 28 21:27:46 2026] DELETE /v2.0/floatingips/3121e789-d9ac-43ae-8271-84cbd6b3cdd8 => generated 0 bytes in 624 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:27:47.125 7 INFO neutron.api.v2.resource [None req-5adf987f-ac3b-4768-9669-47cef7ca8a7f 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1612/3156] 10.0.0.153 () {32 vars in 729 bytes} [Sun Jun 28 21:27:47 2026] GET /v2.0/floatingips/3121e789-d9ac-43ae-8271-84cbd6b3cdd8 => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:27:47.135 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ce140baa-b626-4c31-b990-bba03c20a906'] response: {'name': 'network-changed', 'server_uuid': 'b6fcf948-d9fa-4d57-971e-35c24cd1d43b', 'tag': '58e5b647-548e-4fc3-8811-ba5f939efe90', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1545/3157] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:27:47 2026] GET /v2.0/ports?device_id=b6fcf948-d9fa-4d57-971e-35c24cd1d43b => generated 1200 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3158] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:27:47 2026] GET /v2.0/security-groups?id=8736aa0b-efc7-41bf-aa1c-e96874b102f4&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3159] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:27:47 2026] GET /v2.0/ports?tenant_id=1008ecadc73e413ba9c44c78e73244c5&device_id=b6fcf948-d9fa-4d57-971e-35c24cd1d43b => generated 1469 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3160] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:27:47 2026] GET /v2.0/networks?id=f4891403-8585-4e81-9788-a47a06d7cb89 => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3161] 199.204.45.227 () {34 vars in 1056 bytes} [Sun Jun 28 21:27:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.74&port_id=58e5b647-548e-4fc3-8811-ba5f939efe90 => 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: 1615/3162] 199.204.45.227 () {34 vars in 1106 bytes} [Sun Jun 28 21:27:47 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2ed&port_id=58e5b647-548e-4fc3-8811-ba5f939efe90 => 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: 1548/3163] 199.204.45.227 () {34 vars in 1064 bytes} [Sun Jun 28 21:27:47 2026] GET /v2.0/subnets?id=b271949b-7af3-4b4f-a7da-823a22e60553&id=def6fc82-bcbe-4116-9c05-d5917f872691 => generated 1415 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3164] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:27:47 2026] GET /v2.0/ports?network_id=f4891403-8585-4e81-9788-a47a06d7cb89&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3165] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:27:47 2026] GET /v2.0/ports?network_id=f4891403-8585-4e81-9788-a47a06d7cb89&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: 1617/3166] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:27:47 2026] GET /v2.0/networks/f4891403-8585-4e81-9788-a47a06d7cb89?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3167] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:27:47 2026] GET /v2.0/networks/f4891403-8585-4e81-9788-a47a06d7cb89?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: 1618/3168] 199.204.45.227 () {34 vars in 994 bytes} [Sun Jun 28 21:27:49 2026] GET /v2.0/ports?device_id=b6fcf948-d9fa-4d57-971e-35c24cd1d43b => generated 1198 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:27:49.853 8 INFO neutron_taas.services.taas.taas_plugin [req-c48521e7-0395-435f-9eb5-1f6b15992c1e req-511a94bd-3f23-42e5-ad5c-cd58f5819b2c 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] TaaS: Handle Delete Port: 58e5b647-548e-4fc3-8811-ba5f939efe90 2026-06-28 21:27:49.857 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c48521e7-0395-435f-9eb5-1f6b15992c1e req-511a94bd-3f23-42e5-ad5c-cd58f5819b2c 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] Tap Mirror: Handle Delete Port: 58e5b647-548e-4fc3-8811-ba5f939efe90 [pid: 8|app: 0|req: 1551/3169] 199.204.45.227 () {36 vars in 997 bytes} [Sun Jun 28 21:27:49 2026] DELETE /v2.0/ports/58e5b647-548e-4fc3-8811-ba5f939efe90 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:27:50.062 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-81d043d7-5f69-440d-aebd-e0dba60f5ad4'] response: {'server_uuid': 'b6fcf948-d9fa-4d57-971e-35c24cd1d43b', 'name': 'network-vif-deleted', 'tag': '58e5b647-548e-4fc3-8811-ba5f939efe90', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1619/3170] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:27:52 2026] GET /v2.0/ports?device_id=b6fcf948-d9fa-4d57-971e-35c24cd1d43b => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:27:57.674 8 INFO neutron_taas.services.taas.taas_plugin [None req-20fc3593-ff98-48a7-ac9d-399dfb257ba5 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] TaaS: Handle Delete Port: 6cb724e8-04f9-4dea-9738-25ac4b80f583 2026-06-28 21:27:57.677 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20fc3593-ff98-48a7-ac9d-399dfb257ba5 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] Tap Mirror: Handle Delete Port: 6cb724e8-04f9-4dea-9738-25ac4b80f583 2026-06-28 21:27:57.856 8 INFO neutron.db.l3_db [None req-20fc3593-ff98-48a7-ac9d-399dfb257ba5 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] Floating IP 3ea45c97-e5dd-47a2-9ad2-2487da8cb36b disassociated (deleted). External IP: 10.96.250.208, port: bde86211-e31f-4a0b-8fa1-ed5d618f1c72. [pid: 8|app: 0|req: 1553/3173] 10.0.0.153 () {32 vars in 732 bytes} [Sun Jun 28 21:27:57 2026] DELETE /v2.0/floatingips/3ea45c97-e5dd-47a2-9ad2-2487da8cb36b => generated 0 bytes in 645 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:27:58.218 7 INFO neutron.api.v2.resource [None req-87257ed9-124d-465a-974a-eba92edfe1a3 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1621/3174] 10.0.0.153 () {32 vars in 729 bytes} [Sun Jun 28 21:27:58 2026] GET /v2.0/floatingips/3ea45c97-e5dd-47a2-9ad2-2487da8cb36b => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:27:58.234 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d653e567-0fe2-439f-97fb-c0fcfee8f9a7'] response: {'name': 'network-changed', 'server_uuid': 'e1a0e9a7-b6bc-4f02-8184-feef9defb3b0', 'tag': 'bde86211-e31f-4a0b-8fa1-ed5d618f1c72', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1554/3175] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:27:58 2026] GET /v2.0/ports?device_id=e1a0e9a7-b6bc-4f02-8184-feef9defb3b0 => generated 1200 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3176] 10.0.0.54 () {34 vars in 1039 bytes} [Sun Jun 28 21:27:58 2026] GET /v2.0/security-groups?id=8736aa0b-efc7-41bf-aa1c-e96874b102f4&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3177] 199.204.45.227 () {34 vars in 1080 bytes} [Sun Jun 28 21:27:58 2026] GET /v2.0/ports?tenant_id=1008ecadc73e413ba9c44c78e73244c5&device_id=e1a0e9a7-b6bc-4f02-8184-feef9defb3b0 => generated 1469 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3178] 199.204.45.227 () {34 vars in 986 bytes} [Sun Jun 28 21:27:58 2026] GET /v2.0/networks?id=09171062-ccb5-4106-a846-36d633ac22b7 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3179] 199.204.45.227 () {34 vars in 1058 bytes} [Sun Jun 28 21:27:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.115&port_id=bde86211-e31f-4a0b-8fa1-ed5d618f1c72 => 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: 1624/3180] 199.204.45.227 () {34 vars in 1104 bytes} [Sun Jun 28 21:27:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A252&port_id=bde86211-e31f-4a0b-8fa1-ed5d618f1c72 => 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: 1557/3181] 199.204.45.227 () {34 vars in 1064 bytes} [Sun Jun 28 21:27:58 2026] GET /v2.0/subnets?id=7fc6257f-66ca-48c3-bdd4-273e915a38b5&id=9a9a9b75-deb8-4121-b022-87b6eb3168a1 => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3182] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:27:58 2026] GET /v2.0/ports?network_id=09171062-ccb5-4106-a846-36d633ac22b7&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3183] 199.204.45.227 () {34 vars in 1052 bytes} [Sun Jun 28 21:27:58 2026] GET /v2.0/ports?network_id=09171062-ccb5-4106-a846-36d633ac22b7&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3184] 199.204.45.227 () {34 vars in 1012 bytes} [Sun Jun 28 21:27:59 2026] GET /v2.0/networks/09171062-ccb5-4106-a846-36d633ac22b7?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: 1559/3185] 199.204.45.227 () {34 vars in 1112 bytes} [Sun Jun 28 21:27:59 2026] GET /v2.0/networks/09171062-ccb5-4106-a846-36d633ac22b7?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: 1627/3186] 199.204.45.227 () {34 vars in 994 bytes} [Sun Jun 28 21:28:00 2026] GET /v2.0/ports?device_id=e1a0e9a7-b6bc-4f02-8184-feef9defb3b0 => generated 1200 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:28:00.953 8 INFO neutron_taas.services.taas.taas_plugin [req-c73cd1db-36a4-4c6f-9c31-273ded54ce71 req-e42512de-891a-4c17-b022-98e62525be12 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] TaaS: Handle Delete Port: bde86211-e31f-4a0b-8fa1-ed5d618f1c72 2026-06-28 21:28:00.956 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c73cd1db-36a4-4c6f-9c31-273ded54ce71 req-e42512de-891a-4c17-b022-98e62525be12 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] Tap Mirror: Handle Delete Port: bde86211-e31f-4a0b-8fa1-ed5d618f1c72 [pid: 8|app: 0|req: 1560/3187] 199.204.45.227 () {36 vars in 997 bytes} [Sun Jun 28 21:28:00 2026] DELETE /v2.0/ports/bde86211-e31f-4a0b-8fa1-ed5d618f1c72 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:28:01.211 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1132648e-bc25-4483-b890-12acc0fb9714'] response: {'server_uuid': 'e1a0e9a7-b6bc-4f02-8184-feef9defb3b0', 'name': 'network-vif-deleted', 'tag': 'bde86211-e31f-4a0b-8fa1-ed5d618f1c72', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1628/3188] 10.0.0.54 () {34 vars in 989 bytes} [Sun Jun 28 21:28:03 2026] GET /v2.0/ports?device_id=e1a0e9a7-b6bc-4f02-8184-feef9defb3b0 => 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: 1561/3189] 10.0.0.153 () {32 vars in 750 bytes} [Sun Jun 28 21:28:08 2026] DELETE /v2.0/security-group-rules/9c8d1d32-e2f3-4f2b-acd3-0194341221e4 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:28:08.736 7 INFO neutron.api.v2.resource [None req-221dbfa9-4c7c-477d-869f-61eafcb03a6f 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1629/3190] 10.0.0.153 () {32 vars in 747 bytes} [Sun Jun 28 21:28:08 2026] GET /v2.0/security-group-rules/9c8d1d32-e2f3-4f2b-acd3-0194341221e4 => 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: 1562/3191] 10.0.0.153 () {32 vars in 750 bytes} [Sun Jun 28 21:28:08 2026] DELETE /v2.0/security-group-rules/317477af-fa63-4604-8612-3b51ffbb1c7d => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:28:08.824 7 INFO neutron.api.v2.resource [None req-76092112-408b-45a0-bb3c-85fe8d5ac72d 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1630/3192] 10.0.0.153 () {32 vars in 747 bytes} [Sun Jun 28 21:28:08 2026] GET /v2.0/security-group-rules/317477af-fa63-4604-8612-3b51ffbb1c7d => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3193] 10.0.0.153 () {32 vars in 750 bytes} [Sun Jun 28 21:28:08 2026] DELETE /v2.0/security-group-rules/9dd0e3f9-ec84-47fa-97ce-d9a1fe2509ed => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:28:08.911 7 INFO neutron.api.v2.resource [None req-76cc2002-61fd-4103-a92f-945aad5516da 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1631/3194] 10.0.0.153 () {32 vars in 747 bytes} [Sun Jun 28 21:28:08 2026] GET /v2.0/security-group-rules/9dd0e3f9-ec84-47fa-97ce-d9a1fe2509ed => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3195] 10.0.0.153 () {32 vars in 750 bytes} [Sun Jun 28 21:28:08 2026] DELETE /v2.0/security-group-rules/c38b133b-53ee-48e8-aa5c-1f047f9fb7a1 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:28:08.996 7 INFO neutron.api.v2.resource [None req-b567daf5-a7e0-4091-b63b-e3e345caa419 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1632/3196] 10.0.0.153 () {32 vars in 747 bytes} [Sun Jun 28 21:28:08 2026] GET /v2.0/security-group-rules/c38b133b-53ee-48e8-aa5c-1f047f9fb7a1 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3197] 10.0.0.153 () {32 vars in 750 bytes} [Sun Jun 28 21:28:09 2026] DELETE /v2.0/security-group-rules/4bf060a5-11e3-4b14-a124-38a3a05339ff => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:28:09.084 7 INFO neutron.api.v2.resource [None req-1aacafe0-276d-4df6-95c6-371dbd5ddb95 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1633/3198] 10.0.0.153 () {32 vars in 747 bytes} [Sun Jun 28 21:28:09 2026] GET /v2.0/security-group-rules/4bf060a5-11e3-4b14-a124-38a3a05339ff => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3199] 10.0.0.153 () {32 vars in 750 bytes} [Sun Jun 28 21:28:09 2026] DELETE /v2.0/security-group-rules/ff013901-5834-41c1-bc2e-26344e6c048c => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:28:09.194 7 INFO neutron.api.v2.resource [None req-80b2c923-58ed-410c-aae5-1b64d564871d 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1634/3200] 10.0.0.153 () {32 vars in 747 bytes} [Sun Jun 28 21:28:09 2026] GET /v2.0/security-group-rules/ff013901-5834-41c1-bc2e-26344e6c048c => 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: 1567/3201] 10.0.0.153 () {32 vars in 750 bytes} [Sun Jun 28 21:28:09 2026] DELETE /v2.0/security-group-rules/5095da07-3793-4d3e-8bb4-73d00bf7bd17 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:28:09.285 7 INFO neutron.api.v2.resource [None req-862188a4-f732-499a-89ce-11a0b6476024 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1635/3202] 10.0.0.153 () {32 vars in 747 bytes} [Sun Jun 28 21:28:09 2026] GET /v2.0/security-group-rules/5095da07-3793-4d3e-8bb4-73d00bf7bd17 => generated 155 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3203] 10.0.0.153 () {32 vars in 750 bytes} [Sun Jun 28 21:28:09 2026] DELETE /v2.0/security-group-rules/71bf5e2d-536b-4c51-98d4-21eb958459d4 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:28:09.376 7 INFO neutron.api.v2.resource [None req-cbc0e338-f3bf-4950-858c-188f0e1118e5 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1636/3204] 10.0.0.153 () {32 vars in 747 bytes} [Sun Jun 28 21:28:09 2026] GET /v2.0/security-group-rules/71bf5e2d-536b-4c51-98d4-21eb958459d4 => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3205] 10.0.0.153 () {32 vars in 750 bytes} [Sun Jun 28 21:28:09 2026] DELETE /v2.0/security-group-rules/657d651a-49d2-460e-87ed-f1784387677a => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:28:09.459 7 INFO neutron.api.v2.resource [None req-b0a36b32-92ab-420a-909a-5faa9bf516ae 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1637/3206] 10.0.0.153 () {32 vars in 747 bytes} [Sun Jun 28 21:28:09 2026] GET /v2.0/security-group-rules/657d651a-49d2-460e-87ed-f1784387677a => 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: 1570/3207] 10.0.0.153 () {32 vars in 750 bytes} [Sun Jun 28 21:28:09 2026] DELETE /v2.0/security-group-rules/a55d84b9-395b-4d8c-992f-83066db698f2 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:28:09.549 7 INFO neutron.api.v2.resource [None req-e8511699-f9eb-4a66-a6a1-25630790428d 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1638/3208] 10.0.0.153 () {32 vars in 747 bytes} [Sun Jun 28 21:28:09 2026] GET /v2.0/security-group-rules/a55d84b9-395b-4d8c-992f-83066db698f2 => 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: 1571/3209] 10.0.0.153 () {32 vars in 750 bytes} [Sun Jun 28 21:28:09 2026] DELETE /v2.0/security-group-rules/8d23df2f-2565-4177-ac58-1cba19c8a197 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:28:09.627 7 INFO neutron.api.v2.resource [None req-938f0b31-f7dd-41b6-ad5a-31071a80933f 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1639/3210] 10.0.0.153 () {32 vars in 747 bytes} [Sun Jun 28 21:28:09 2026] GET /v2.0/security-group-rules/8d23df2f-2565-4177-ac58-1cba19c8a197 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3211] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:28:09 2026] DELETE /v2.0/security-groups/8736aa0b-efc7-41bf-aa1c-e96874b102f4 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:28:09.724 7 INFO neutron.api.v2.resource [None req-d0a02d51-0122-4340-8358-2794117707e2 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1640/3212] 10.0.0.153 () {32 vars in 737 bytes} [Sun Jun 28 21:28:09 2026] GET /v2.0/security-groups/8736aa0b-efc7-41bf-aa1c-e96874b102f4 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:28:10.188 8 INFO neutron_taas.services.taas.taas_plugin [None req-d202ff59-0e1f-463a-a09f-d64ce017d692 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] TaaS: Handle Delete Port: d9fdaf3f-a483-4f8f-9b7d-47d8d6e6d695 2026-06-28 21:28:10.195 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d202ff59-0e1f-463a-a09f-d64ce017d692 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] Tap Mirror: Handle Delete Port: d9fdaf3f-a483-4f8f-9b7d-47d8d6e6d695 [pid: 8|app: 0|req: 1573/3213] 10.0.0.153 () {34 vars in 789 bytes} [Sun Jun 28 21:28:09 2026] PUT /v2.0/routers/1c771e28-3b42-4d1c-bbb1-c5afee80d9e1/remove_router_interface => generated 309 bytes in 945 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:28:10.876 7 INFO neutron.api.v2.resource [None req-d4178b06-aa05-4cdc-9b32-f9f73b1ce51f 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1641/3214] 10.0.0.153 () {34 vars in 789 bytes} [Sun Jun 28 21:28:10 2026] PUT /v2.0/routers/1c771e28-3b42-4d1c-bbb1-c5afee80d9e1/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-28 21:28:11.685 8 INFO neutron_taas.services.taas.taas_plugin [None req-a1fc91fa-b4f5-4a87-968c-879f454b4213 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] TaaS: Handle Delete Port: 887d5b0b-d252-415e-b048-0d29cdbe6c4c 2026-06-28 21:28:11.688 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1fc91fa-b4f5-4a87-968c-879f454b4213 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] Tap Mirror: Handle Delete Port: 887d5b0b-d252-415e-b048-0d29cdbe6c4c [pid: 8|app: 0|req: 1574/3217] 10.0.0.153 () {34 vars in 789 bytes} [Sun Jun 28 21:28:10 2026] PUT /v2.0/routers/1c771e28-3b42-4d1c-bbb1-c5afee80d9e1/remove_router_interface => generated 309 bytes in 1392 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:28:12.472 7 INFO neutron.api.v2.resource [None req-bca94992-1b99-4e88-98be-451a788f4cd5 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1644/3218] 10.0.0.153 () {34 vars in 789 bytes} [Sun Jun 28 21:28:12 2026] PUT /v2.0/routers/1c771e28-3b42-4d1c-bbb1-c5afee80d9e1/remove_router_interface => generated 198 bytes in 194 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:28:12.850 8 INFO neutron_taas.services.taas.taas_plugin [None req-6dc64b80-b73b-47cc-b5e8-6f8e78d2c83a 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] TaaS: Handle Delete Port: d8b705af-6551-4c5f-b76d-7a8329fc59ce 2026-06-28 21:28:12.852 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6dc64b80-b73b-47cc-b5e8-6f8e78d2c83a 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] Tap Mirror: Handle Delete Port: d8b705af-6551-4c5f-b76d-7a8329fc59ce [pid: 8|app: 0|req: 1575/3219] 10.0.0.153 () {34 vars in 789 bytes} [Sun Jun 28 21:28:12 2026] PUT /v2.0/routers/1c771e28-3b42-4d1c-bbb1-c5afee80d9e1/remove_router_interface => generated 309 bytes in 970 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:28:13.604 7 INFO neutron.api.v2.resource [None req-b1894d61-acbc-458a-8978-c4932db1f82e 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1645/3220] 10.0.0.153 () {34 vars in 789 bytes} [Sun Jun 28 21:28:13 2026] PUT /v2.0/routers/1c771e28-3b42-4d1c-bbb1-c5afee80d9e1/remove_router_interface => generated 198 bytes in 152 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:28:13.812 8 INFO neutron_taas.services.taas.taas_plugin [None req-117b4588-bd78-4a48-a066-e0df27ac8145 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] TaaS: Handle Delete Port: fdccf82f-50bc-431c-8f1a-61d37f277e55 2026-06-28 21:28:13.814 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-117b4588-bd78-4a48-a066-e0df27ac8145 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] Tap Mirror: Handle Delete Port: fdccf82f-50bc-431c-8f1a-61d37f277e55 2026-06-28 21:28:14.059 8 INFO neutron_taas.services.taas.taas_plugin [None req-117b4588-bd78-4a48-a066-e0df27ac8145 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] TaaS: Handle Delete Port: 77279c07-adca-4197-b3cf-509f2e0bda9e 2026-06-28 21:28:14.063 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-117b4588-bd78-4a48-a066-e0df27ac8145 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] Tap Mirror: Handle Delete Port: 77279c07-adca-4197-b3cf-509f2e0bda9e 2026-06-28 21:28:14.440 8 INFO neutron.db.l3_hamode_db [None req-117b4588-bd78-4a48-a066-e0df27ac8145 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] HA network 3fa8b3f1-473d-433f-9fc9-8486ec83e002 was deleted as no HA routers are present in tenant 1008ecadc73e413ba9c44c78e73244c5. [pid: 8|app: 0|req: 1576/3221] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:28:13 2026] DELETE /v2.0/routers/1c771e28-3b42-4d1c-bbb1-c5afee80d9e1 => generated 0 bytes in 839 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:28:14.463 8 INFO neutron.services.segments.plugin [-] Segment 2294072e-ed31-4125-a3bf-e63fee40977b resource provider aggregate not found 2026-06-28 21:28:14.468 8 INFO neutron.services.segments.plugin [-] Segment 2294072e-ed31-4125-a3bf-e63fee40977b resource provider aggregate not found 2026-06-28 21:28:14.473 7 INFO neutron.api.v2.resource [None req-52958f66-f088-42f4-9428-ec965c0a6598 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1646/3222] 10.0.0.153 () {32 vars in 721 bytes} [Sun Jun 28 21:28:14 2026] GET /v2.0/routers/1c771e28-3b42-4d1c-bbb1-c5afee80d9e1 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:28:14.482 8 INFO neutron.services.segments.plugin [-] Segment 2294072e-ed31-4125-a3bf-e63fee40977b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2294072e-ed31-4125-a3bf-e63fee40977b found for delete ", "request_id": "req-83228d79-18b6-4209-a7b6-d93b0d36ba11"}]} 2026-06-28 21:28:14.488 8 INFO neutron.services.segments.plugin [-] Segment 2294072e-ed31-4125-a3bf-e63fee40977b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2294072e-ed31-4125-a3bf-e63fee40977b found for delete ", "request_id": "req-0071b4fa-2ecd-4ea4-8ba2-94e166fc8b23"}]} [pid: 8|app: 0|req: 1577/3223] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:28:14 2026] DELETE /v2.0/subnets/b271949b-7af3-4b4f-a7da-823a22e60553 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:28:14.656 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3f4af231-74dd-45cc-bec0-50e20851bfc0 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1647/3224] 10.0.0.153 () {32 vars in 721 bytes} [Sun Jun 28 21:28:14 2026] GET /v2.0/subnets/b271949b-7af3-4b4f-a7da-823a22e60553 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3225] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:28:14 2026] DELETE /v2.0/subnets/def6fc82-bcbe-4116-9c05-d5917f872691 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:28:14.829 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8234737d-95a2-49bd-875f-cec4d886162e 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1648/3226] 10.0.0.153 () {32 vars in 721 bytes} [Sun Jun 28 21:28:14 2026] GET /v2.0/subnets/def6fc82-bcbe-4116-9c05-d5917f872691 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:28:14.926 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f2eacdb-8ee1-4101-9011-88282f6c869b 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] TaaS: Handle Delete Port: 76f909fd-746c-4041-8c7a-045ad5608d35 2026-06-28 21:28:14.931 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f2eacdb-8ee1-4101-9011-88282f6c869b 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] Tap Mirror: Handle Delete Port: 76f909fd-746c-4041-8c7a-045ad5608d35 [pid: 8|app: 0|req: 1579/3227] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:28:14 2026] DELETE /v2.0/networks/f4891403-8585-4e81-9788-a47a06d7cb89 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:28:15.175 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2d20b2a7-49a4-41a9-a882-33658867e7b1 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1649/3228] 10.0.0.153 () {32 vars in 723 bytes} [Sun Jun 28 21:28:15 2026] GET /v2.0/networks/f4891403-8585-4e81-9788-a47a06d7cb89 => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3229] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:28:15 2026] DELETE /v2.0/subnets/7fc6257f-66ca-48c3-bdd4-273e915a38b5 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:28:15.346 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d637e5ea-5af3-4b5d-8773-eac844055a03 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1650/3230] 10.0.0.153 () {32 vars in 721 bytes} [Sun Jun 28 21:28:15 2026] GET /v2.0/subnets/7fc6257f-66ca-48c3-bdd4-273e915a38b5 => 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: 1581/3231] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:28:15 2026] DELETE /v2.0/subnets/9a9a9b75-deb8-4121-b022-87b6eb3168a1 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:28:15.534 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8f2b863b-7994-4b9a-9476-ca2aa3e01faa 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1651/3232] 10.0.0.153 () {32 vars in 721 bytes} [Sun Jun 28 21:28:15 2026] GET /v2.0/subnets/9a9a9b75-deb8-4121-b022-87b6eb3168a1 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:28:15.638 8 INFO neutron_taas.services.taas.taas_plugin [None req-5e3915f3-b619-4551-baa0-73816d1a032d 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] TaaS: Handle Delete Port: e08d9115-13aa-4cb5-b391-1afc58a2159d 2026-06-28 21:28:15.640 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e3915f3-b619-4551-baa0-73816d1a032d 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] Tap Mirror: Handle Delete Port: e08d9115-13aa-4cb5-b391-1afc58a2159d [pid: 8|app: 0|req: 1582/3233] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:28:15 2026] DELETE /v2.0/networks/09171062-ccb5-4106-a846-36d633ac22b7 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:28:15.854 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d741bc06-209f-4740-854d-14a931eba72f 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1652/3234] 10.0.0.153 () {32 vars in 723 bytes} [Sun Jun 28 21:28:15 2026] GET /v2.0/networks/09171062-ccb5-4106-a846-36d633ac22b7 => 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: 1583/3235] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:28:15 2026] DELETE /v2.0/subnets/2579b060-e53b-420c-a370-24a7ca631f40 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:28:16.022 7 INFO neutron.pecan_wsgi.hooks.translation [None req-819b7603-66f6-4a40-9972-adc7d0d40bfc 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1653/3236] 10.0.0.153 () {32 vars in 721 bytes} [Sun Jun 28 21:28:16 2026] GET /v2.0/subnets/2579b060-e53b-420c-a370-24a7ca631f40 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3237] 10.0.0.153 () {32 vars in 724 bytes} [Sun Jun 28 21:28:16 2026] DELETE /v2.0/subnets/c51108fb-9815-467f-9e4e-264d6316b03d => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:28:16.237 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3e639d75-6c34-4b47-9271-86652cf1672b 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1654/3238] 10.0.0.153 () {32 vars in 721 bytes} [Sun Jun 28 21:28:16 2026] GET /v2.0/subnets/c51108fb-9815-467f-9e4e-264d6316b03d => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:28:16.342 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ba54173-6df2-4b01-b9c4-97939d784f9c 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] TaaS: Handle Delete Port: f553caf1-1cc5-4182-b8a6-fcdd75f36894 2026-06-28 21:28:16.344 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ba54173-6df2-4b01-b9c4-97939d784f9c 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] Tap Mirror: Handle Delete Port: f553caf1-1cc5-4182-b8a6-fcdd75f36894 [pid: 8|app: 0|req: 1585/3239] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:28:16 2026] DELETE /v2.0/networks/b965203c-4c74-4ce2-b5e4-45fa7396bd68 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:28:16.499 8 INFO neutron.services.segments.plugin [-] Segment d1d80f14-7d7b-4cf2-a524-64be3818fdf3 resource provider aggregate not found 2026-06-28 21:28:16.502 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fb1d262f-03e1-4bb6-9138-a8b660ccebeb 0826085881ab47a6ba9a54902e907230 1008ecadc73e413ba9c44c78e73244c5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1655/3240] 10.0.0.153 () {32 vars in 723 bytes} [Sun Jun 28 21:28:16 2026] GET /v2.0/networks/b965203c-4c74-4ce2-b5e4-45fa7396bd68 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:28:16.510 8 INFO neutron.services.segments.plugin [-] Segment d1d80f14-7d7b-4cf2-a524-64be3818fdf3 resource provider aggregate not found 2026-06-28 21:28:16.516 8 INFO neutron.services.segments.plugin [-] Segment d1d80f14-7d7b-4cf2-a524-64be3818fdf3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1d80f14-7d7b-4cf2-a524-64be3818fdf3 found for delete ", "request_id": "req-a52d528f-00d7-4770-9628-6f3d4fb11fa5"}]} 2026-06-28 21:28:16.527 8 INFO neutron.services.segments.plugin [-] Segment d1d80f14-7d7b-4cf2-a524-64be3818fdf3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1d80f14-7d7b-4cf2-a524-64be3818fdf3 found for delete ", "request_id": "req-af2048b8-648c-40ec-8226-a19009452446"}]} 2026-06-28 21:28:16.531 8 INFO neutron.services.segments.plugin [-] Segment 3956f830-4853-4d16-83cc-02c847ccb98d resource provider aggregate not found 2026-06-28 21:28:16.543 8 INFO neutron.services.segments.plugin [-] Segment 3956f830-4853-4d16-83cc-02c847ccb98d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3956f830-4853-4d16-83cc-02c847ccb98d found for delete ", "request_id": "req-b497357d-3339-430e-a550-c10893058573"}]} 2026-06-28 21:28:16.549 8 INFO neutron.services.segments.plugin [-] Segment 3956f830-4853-4d16-83cc-02c847ccb98d resource provider aggregate not found 2026-06-28 21:28:16.564 8 INFO neutron.services.segments.plugin [-] Segment 10b8b518-610e-4bc8-9c8c-b2649518a75a resource provider aggregate not found 2026-06-28 21:28:16.571 8 INFO neutron.services.segments.plugin [-] Segment 3956f830-4853-4d16-83cc-02c847ccb98d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3956f830-4853-4d16-83cc-02c847ccb98d found for delete ", "request_id": "req-5560999d-070d-41b7-a19e-99c5e93a330b"}]} 2026-06-28 21:28:16.582 8 INFO neutron.services.segments.plugin [-] Segment 10b8b518-610e-4bc8-9c8c-b2649518a75a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10b8b518-610e-4bc8-9c8c-b2649518a75a found for delete ", "request_id": "req-9b8af8fc-c546-4d28-a19c-12c2d9a8dba1"}]} 2026-06-28 21:28:16.587 8 INFO neutron.services.segments.plugin [-] Segment 10b8b518-610e-4bc8-9c8c-b2649518a75a resource provider aggregate not found 2026-06-28 21:28:16.600 8 INFO neutron.services.segments.plugin [-] Segment 10b8b518-610e-4bc8-9c8c-b2649518a75a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10b8b518-610e-4bc8-9c8c-b2649518a75a found for delete ", "request_id": "req-b66ce13b-c6d8-4201-ac68-cb3550fbb079"}]} [pid: 8|app: 0|req: 1586/3241] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:28:18 2026] GET /v2.0/security-groups?tenant_id=cb23aaa755d44d3587f4356522f0dea7&name=default => generated 2929 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3242] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:28:18 2026] DELETE /v2.0/security-groups/3b225171-49cf-4986-a6d8-778675c60798 => 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: 1587/3243] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:28:18 2026] GET /v2.0/security-groups?tenant_id=8c3366c7b2514195bf6209337d0b9d16&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: 1657/3244] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:28:18 2026] DELETE /v2.0/security-groups/22e93677-4701-4888-9074-9b28ae33ddb3 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3245] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:28:19 2026] GET /v2.0/security-groups?tenant_id=c60a0d425f6d448b965357597f703693&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3246] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:28:19 2026] DELETE /v2.0/security-groups/e04bf781-0c33-4c99-8e50-9eaccec02115 => 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: 1589/3247] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:28:19 2026] GET /v2.0/security-groups?tenant_id=1008ecadc73e413ba9c44c78e73244c5&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3248] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:28:19 2026] DELETE /v2.0/security-groups/fe5b57c3-5aeb-4eaa-9fe4-079035c1c089 => 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: 1590/3249] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:28:19 2026] GET /v2.0/security-groups?tenant_id=d0db42cae110483daf0774ae0caff57e&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3250] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:28:19 2026] DELETE /v2.0/security-groups/e5951451-04ec-4a87-b1a1-c9c289021d08 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3251] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:28:20 2026] GET /v2.0/security-groups?tenant_id=00f553945953485ab72dc3925f17f0b4&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3252] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:28:20 2026] DELETE /v2.0/security-groups/bd7766a8-51ca-4a9e-960b-df4b55956602 => 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: 1592/3253] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:28:20 2026] GET /v2.0/security-groups?tenant_id=bca7b675880343d6adb7759170b9283c&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3254] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:28:20 2026] DELETE /v2.0/security-groups/a90583af-daac-4b38-88d9-82af7038fba0 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:28:25.361 8 INFO neutron.db.segments_db [None req-9338656f-0963-4666-ba94-6b022119805b e88f724d27414735974700b8380eb2fc 4103e1e92da2498caa7337ffe5ca51d1 - - default default] Added segment 9d70585b-2471-4a52-a708-f75ad96e392c of type vxlan for network b2cd0a41-b040-4bd6-8c65-f9866ca95724 [pid: 8|app: 0|req: 1593/3255] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:28:25 2026] POST /v2.0/networks => generated 631 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3256] 10.0.0.153 () {34 vars in 664 bytes} [Sun Jun 28 21:28:25 2026] POST /v2.0/ports => generated 743 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3257] 10.0.0.153 () {34 vars in 666 bytes} [Sun Jun 28 21:28:25 2026] POST /v2.0/trunks => generated 407 bytes in 233 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-28 21:28:26.014 7 INFO neutron.db.segments_db [None req-cae2a825-9f84-45ae-96c8-8ca0fcb1cda1 e88f724d27414735974700b8380eb2fc 4103e1e92da2498caa7337ffe5ca51d1 - - default default] Added segment d230da07-4a95-4a1c-bfb8-e03b0d882b72 of type vxlan for network a833102d-0b6f-4da7-8b69-6ddf79771102 [pid: 7|app: 0|req: 1664/3258] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:28:25 2026] POST /v2.0/networks => generated 631 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3259] 10.0.0.153 () {34 vars in 664 bytes} [Sun Jun 28 21:28:26 2026] POST /v2.0/ports => generated 743 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3260] 10.0.0.153 () {34 vars in 666 bytes} [Sun Jun 28 21:28:26 2026] POST /v2.0/trunks => generated 407 bytes in 147 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-28 21:28:26.625 8 INFO neutron.db.segments_db [None req-d759ea45-7989-4973-bee8-fe3f15b02dad e88f724d27414735974700b8380eb2fc 4103e1e92da2498caa7337ffe5ca51d1 - - default default] Added segment 0a3eeebe-882f-4cbe-859a-ed834696db34 of type vxlan for network d6199d7b-a59e-4f4e-8dca-478081290f36 [pid: 8|app: 0|req: 1596/3261] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:28:26 2026] POST /v2.0/networks => generated 632 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3262] 10.0.0.153 () {34 vars in 664 bytes} [Sun Jun 28 21:28:26 2026] POST /v2.0/ports => generated 743 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3263] 10.0.0.153 () {34 vars in 666 bytes} [Sun Jun 28 21:28:27 2026] POST /v2.0/trunks => generated 407 bytes in 184 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-28 21:28:27.278 7 INFO neutron.db.segments_db [None req-919f2b92-bb37-4df3-a0f2-62fee2a72828 e88f724d27414735974700b8380eb2fc 4103e1e92da2498caa7337ffe5ca51d1 - - default default] Added segment 3f3da37f-4ce0-4017-bdda-51e62c2e1e94 of type vxlan for network 80f4e24b-4909-497f-b7b1-7acab4d1f4df [pid: 7|app: 0|req: 1667/3266] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:28:27 2026] POST /v2.0/networks => generated 632 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3267] 10.0.0.153 () {34 vars in 664 bytes} [Sun Jun 28 21:28:27 2026] POST /v2.0/ports => 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: 1668/3268] 10.0.0.153 () {34 vars in 666 bytes} [Sun Jun 28 21:28:27 2026] POST /v2.0/trunks => generated 407 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, ' 2026-06-28 21:28:27.859 8 INFO neutron.db.segments_db [None req-dfe3b53f-08f7-4dd7-b0cd-84a89e4ff4ea e88f724d27414735974700b8380eb2fc 4103e1e92da2498caa7337ffe5ca51d1 - - default default] Added segment 565b8101-5467-4732-a4bb-21179b0e9fbd of type vxlan for network f1db010e-441b-4cf9-83f0-d196a255a490 [pid: 8|app: 0|req: 1601/3269] 10.0.0.153 () {34 vars in 670 bytes} [Sun Jun 28 21:28:27 2026] POST /v2.0/networks => generated 632 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3270] 10.0.0.153 () {34 vars in 664 bytes} [Sun Jun 28 21:28:27 2026] POST /v2.0/ports => generated 743 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3271] 10.0.0.153 () {34 vars in 666 bytes} [Sun Jun 28 21:28:28 2026] POST /v2.0/trunks => generated 407 bytes in 159 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: 1670/3272] 10.0.0.153 () {34 vars in 749 bytes} [Sun Jun 28 21:28:28 2026] PUT /v2.0/trunks/4fad0ac0-ddaa-43a7-9fc3-9e38d5637038/tags => generated 17 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3273] 10.0.0.153 () {34 vars in 749 bytes} [Sun Jun 28 21:28:28 2026] PUT /v2.0/trunks/b2c9c8e0-f46c-4d64-8eef-217ef0bde0e9/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3274] 10.0.0.153 () {34 vars in 749 bytes} [Sun Jun 28 21:28:28 2026] PUT /v2.0/trunks/9e03d857-8580-40bf-8d1a-e47c9eda6e39/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: 1604/3275] 10.0.0.153 () {34 vars in 749 bytes} [Sun Jun 28 21:28:28 2026] PUT /v2.0/trunks/6631161b-9cd8-4477-91e0-53f7ea8c6891/tags => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3276] 10.0.0.153 () {32 vars in 662 bytes} [Sun Jun 28 21:28:28 2026] GET /v2.0/trunks?tags=red => 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: 1605/3277] 10.0.0.153 () {32 vars in 676 bytes} [Sun Jun 28 21:28:28 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3278] 10.0.0.153 () {32 vars in 672 bytes} [Sun Jun 28 21:28:28 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3279] 10.0.0.153 () {32 vars in 684 bytes} [Sun Jun 28 21:28:28 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1674/3280] 10.0.0.153 () {32 vars in 670 bytes} [Sun Jun 28 21:28:28 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3281] 10.0.0.153 () {32 vars in 684 bytes} [Sun Jun 28 21:28:28 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1675/3282] 10.0.0.153 () {32 vars in 680 bytes} [Sun Jun 28 21:28:28 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3283] 10.0.0.153 () {32 vars in 692 bytes} [Sun Jun 28 21:28:28 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1676/3284] 10.0.0.153 () {32 vars in 719 bytes} [Sun Jun 28 21:28:28 2026] GET /v2.0/trunks/4fad0ac0-ddaa-43a7-9fc3-9e38d5637038 => generated 412 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3285] 10.0.0.153 () {32 vars in 717 bytes} [Sun Jun 28 21:28:28 2026] GET /v2.0/ports/0a049d65-7ce7-4a9e-afb8-301108780e6f => generated 826 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1677/3286] 10.0.0.153 () {32 vars in 722 bytes} [Sun Jun 28 21:28:28 2026] DELETE /v2.0/trunks/4fad0ac0-ddaa-43a7-9fc3-9e38d5637038 => 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: 1610/3287] 10.0.0.153 () {32 vars in 719 bytes} [Sun Jun 28 21:28:29 2026] GET /v2.0/trunks/b2c9c8e0-f46c-4d64-8eef-217ef0bde0e9 => generated 420 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1678/3288] 10.0.0.153 () {32 vars in 717 bytes} [Sun Jun 28 21:28:29 2026] GET /v2.0/ports/3493f590-e968-45ed-8144-7b144b0b7f3a => generated 826 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3289] 10.0.0.153 () {32 vars in 722 bytes} [Sun Jun 28 21:28:29 2026] DELETE /v2.0/trunks/b2c9c8e0-f46c-4d64-8eef-217ef0bde0e9 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3290] 10.0.0.153 () {32 vars in 719 bytes} [Sun Jun 28 21:28:29 2026] GET /v2.0/trunks/9e03d857-8580-40bf-8d1a-e47c9eda6e39 => generated 429 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3291] 10.0.0.153 () {32 vars in 717 bytes} [Sun Jun 28 21:28:29 2026] GET /v2.0/ports/49a2736d-3c5d-48fb-ad7d-2a2e35b1dff5 => generated 826 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1680/3292] 10.0.0.153 () {32 vars in 722 bytes} [Sun Jun 28 21:28:29 2026] DELETE /v2.0/trunks/9e03d857-8580-40bf-8d1a-e47c9eda6e39 => 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: 1613/3293] 10.0.0.153 () {32 vars in 719 bytes} [Sun Jun 28 21:28:29 2026] GET /v2.0/trunks/6631161b-9cd8-4477-91e0-53f7ea8c6891 => generated 414 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1681/3294] 10.0.0.153 () {32 vars in 717 bytes} [Sun Jun 28 21:28:29 2026] GET /v2.0/ports/6de1438e-7431-4623-ba84-1cad9c153ab4 => generated 826 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3295] 10.0.0.153 () {32 vars in 722 bytes} [Sun Jun 28 21:28:29 2026] DELETE /v2.0/trunks/6631161b-9cd8-4477-91e0-53f7ea8c6891 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1682/3296] 10.0.0.153 () {32 vars in 719 bytes} [Sun Jun 28 21:28:29 2026] GET /v2.0/trunks/43bce1ec-8341-43ab-9311-238ff1707b57 => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3297] 10.0.0.153 () {32 vars in 717 bytes} [Sun Jun 28 21:28:29 2026] GET /v2.0/ports/ab3f55c7-024a-451d-957a-4299f0679bb7 => 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: 1683/3298] 10.0.0.153 () {32 vars in 722 bytes} [Sun Jun 28 21:28:29 2026] DELETE /v2.0/trunks/43bce1ec-8341-43ab-9311-238ff1707b57 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:28:29.834 8 INFO neutron_taas.services.taas.taas_plugin [None req-d828d61d-fc87-4088-9a27-5e3a666942ed e88f724d27414735974700b8380eb2fc 4103e1e92da2498caa7337ffe5ca51d1 - - default default] TaaS: Handle Delete Port: 0a049d65-7ce7-4a9e-afb8-301108780e6f 2026-06-28 21:28:29.837 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d828d61d-fc87-4088-9a27-5e3a666942ed e88f724d27414735974700b8380eb2fc 4103e1e92da2498caa7337ffe5ca51d1 - - default default] Tap Mirror: Handle Delete Port: 0a049d65-7ce7-4a9e-afb8-301108780e6f [pid: 8|app: 0|req: 1616/3299] 10.0.0.153 () {32 vars in 720 bytes} [Sun Jun 28 21:28:29 2026] DELETE /v2.0/ports/0a049d65-7ce7-4a9e-afb8-301108780e6f => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:28:30.019 7 INFO neutron_taas.services.taas.taas_plugin [None req-45ec239e-6be5-4e3f-8ad5-e04a9dd9c9de e88f724d27414735974700b8380eb2fc 4103e1e92da2498caa7337ffe5ca51d1 - - default default] TaaS: Handle Delete Port: 3493f590-e968-45ed-8144-7b144b0b7f3a 2026-06-28 21:28:30.022 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45ec239e-6be5-4e3f-8ad5-e04a9dd9c9de e88f724d27414735974700b8380eb2fc 4103e1e92da2498caa7337ffe5ca51d1 - - default default] Tap Mirror: Handle Delete Port: 3493f590-e968-45ed-8144-7b144b0b7f3a [pid: 7|app: 0|req: 1684/3300] 10.0.0.153 () {32 vars in 720 bytes} [Sun Jun 28 21:28:29 2026] DELETE /v2.0/ports/3493f590-e968-45ed-8144-7b144b0b7f3a => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:28:30.227 8 INFO neutron_taas.services.taas.taas_plugin [None req-da6cc368-2318-43c6-ae70-ab901ca4fdc5 e88f724d27414735974700b8380eb2fc 4103e1e92da2498caa7337ffe5ca51d1 - - default default] TaaS: Handle Delete Port: 49a2736d-3c5d-48fb-ad7d-2a2e35b1dff5 2026-06-28 21:28:30.231 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da6cc368-2318-43c6-ae70-ab901ca4fdc5 e88f724d27414735974700b8380eb2fc 4103e1e92da2498caa7337ffe5ca51d1 - - default default] Tap Mirror: Handle Delete Port: 49a2736d-3c5d-48fb-ad7d-2a2e35b1dff5 [pid: 8|app: 0|req: 1617/3301] 10.0.0.153 () {32 vars in 720 bytes} [Sun Jun 28 21:28:30 2026] DELETE /v2.0/ports/49a2736d-3c5d-48fb-ad7d-2a2e35b1dff5 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:28:30.432 7 INFO neutron_taas.services.taas.taas_plugin [None req-63d41dc0-1a7c-47f7-bd35-cfbc0ed70240 e88f724d27414735974700b8380eb2fc 4103e1e92da2498caa7337ffe5ca51d1 - - default default] TaaS: Handle Delete Port: 6de1438e-7431-4623-ba84-1cad9c153ab4 2026-06-28 21:28:30.438 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63d41dc0-1a7c-47f7-bd35-cfbc0ed70240 e88f724d27414735974700b8380eb2fc 4103e1e92da2498caa7337ffe5ca51d1 - - default default] Tap Mirror: Handle Delete Port: 6de1438e-7431-4623-ba84-1cad9c153ab4 [pid: 7|app: 0|req: 1685/3302] 10.0.0.153 () {32 vars in 720 bytes} [Sun Jun 28 21:28:30 2026] DELETE /v2.0/ports/6de1438e-7431-4623-ba84-1cad9c153ab4 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:28:30.632 8 INFO neutron_taas.services.taas.taas_plugin [None req-a64313e0-83d9-4f9e-b011-0048ece992fc e88f724d27414735974700b8380eb2fc 4103e1e92da2498caa7337ffe5ca51d1 - - default default] TaaS: Handle Delete Port: ab3f55c7-024a-451d-957a-4299f0679bb7 2026-06-28 21:28:30.636 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a64313e0-83d9-4f9e-b011-0048ece992fc e88f724d27414735974700b8380eb2fc 4103e1e92da2498caa7337ffe5ca51d1 - - default default] Tap Mirror: Handle Delete Port: ab3f55c7-024a-451d-957a-4299f0679bb7 [pid: 8|app: 0|req: 1618/3303] 10.0.0.153 () {32 vars in 720 bytes} [Sun Jun 28 21:28:30 2026] DELETE /v2.0/ports/ab3f55c7-024a-451d-957a-4299f0679bb7 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3304] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:28:30 2026] DELETE /v2.0/networks/b2cd0a41-b040-4bd6-8c65-f9866ca95724 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:28:30.958 7 INFO neutron.services.segments.plugin [-] Segment 9d70585b-2471-4a52-a708-f75ad96e392c resource provider aggregate not found 2026-06-28 21:28:30.963 7 INFO neutron.services.segments.plugin [-] Segment 9d70585b-2471-4a52-a708-f75ad96e392c resource provider aggregate not found 2026-06-28 21:28:30.974 7 INFO neutron.services.segments.plugin [-] Segment 9d70585b-2471-4a52-a708-f75ad96e392c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d70585b-2471-4a52-a708-f75ad96e392c found for delete ", "request_id": "req-712f8d9a-0a3b-4d49-8b10-92570e21b37d"}]} 2026-06-28 21:28:30.978 7 INFO neutron.services.segments.plugin [-] Segment 9d70585b-2471-4a52-a708-f75ad96e392c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d70585b-2471-4a52-a708-f75ad96e392c found for delete ", "request_id": "req-18c5ce8d-0e28-4ebd-bbf8-498d7193ab7d"}]} 2026-06-28 21:28:31.010 8 INFO neutron.services.segments.plugin [-] Segment d230da07-4a95-4a1c-bfb8-e03b0d882b72 resource provider aggregate not found 2026-06-28 21:28:31.020 8 INFO neutron.services.segments.plugin [-] Segment d230da07-4a95-4a1c-bfb8-e03b0d882b72 resource provider aggregate not found 2026-06-28 21:28:31.032 8 INFO neutron.services.segments.plugin [-] Segment d230da07-4a95-4a1c-bfb8-e03b0d882b72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d230da07-4a95-4a1c-bfb8-e03b0d882b72 found for delete ", "request_id": "req-40fa8acd-e0c8-491d-9a66-e1694dcef71b"}]} 2026-06-28 21:28:31.041 8 INFO neutron.services.segments.plugin [-] Segment d230da07-4a95-4a1c-bfb8-e03b0d882b72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d230da07-4a95-4a1c-bfb8-e03b0d882b72 found for delete ", "request_id": "req-6811a93c-1f92-4450-b93d-1585195bbe61"}]} [pid: 8|app: 0|req: 1619/3305] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:28:30 2026] DELETE /v2.0/networks/a833102d-0b6f-4da7-8b69-6ddf79771102 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3306] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:28:31 2026] DELETE /v2.0/networks/d6199d7b-a59e-4f4e-8dca-478081290f36 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3307] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:28:31 2026] DELETE /v2.0/networks/80f4e24b-4909-497f-b7b1-7acab4d1f4df => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1688/3308] 10.0.0.153 () {32 vars in 726 bytes} [Sun Jun 28 21:28:31 2026] DELETE /v2.0/networks/f1db010e-441b-4cf9-83f0-d196a255a490 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3309] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:28:32 2026] GET /v2.0/security-groups?tenant_id=46fbe29d79b540b194d426c2004cfe30&name=default => generated 2929 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1689/3310] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:28:32 2026] DELETE /v2.0/security-groups/e3b64bb0-3453-4230-b5f1-98617a820834 => 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: 1622/3311] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:28:32 2026] GET /v2.0/security-groups?tenant_id=4103e1e92da2498caa7337ffe5ca51d1&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1690/3312] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:28:32 2026] DELETE /v2.0/security-groups/6bb50d77-3a7a-4813-8ecd-a70010a7548d => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:28:32.997 7 INFO neutron.services.segments.plugin [-] Segment 0a3eeebe-882f-4cbe-859a-ed834696db34 resource provider aggregate not found 2026-06-28 21:28:33.000 7 INFO neutron.services.segments.plugin [-] Segment 0a3eeebe-882f-4cbe-859a-ed834696db34 resource provider aggregate not found 2026-06-28 21:28:33.015 7 INFO neutron.services.segments.plugin [-] Segment 0a3eeebe-882f-4cbe-859a-ed834696db34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a3eeebe-882f-4cbe-859a-ed834696db34 found for delete ", "request_id": "req-23146b3a-a25d-4ba5-9a6f-c5573ca1b542"}]} 2026-06-28 21:28:33.020 7 INFO neutron.services.segments.plugin [-] Segment 0a3eeebe-882f-4cbe-859a-ed834696db34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a3eeebe-882f-4cbe-859a-ed834696db34 found for delete ", "request_id": "req-dc46775e-fdc4-4bd5-bed9-44f9d29c1a05"}]} 2026-06-28 21:28:33.035 7 INFO neutron.services.segments.plugin [-] Segment 565b8101-5467-4732-a4bb-21179b0e9fbd resource provider aggregate not found 2026-06-28 21:28:33.041 7 INFO neutron.services.segments.plugin [-] Segment 565b8101-5467-4732-a4bb-21179b0e9fbd resource provider aggregate not found 2026-06-28 21:28:33.053 7 INFO neutron.services.segments.plugin [-] Segment 565b8101-5467-4732-a4bb-21179b0e9fbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 565b8101-5467-4732-a4bb-21179b0e9fbd found for delete ", "request_id": "req-a48712be-4044-4187-b32c-9a0446e9ae12"}]} 2026-06-28 21:28:33.055 8 INFO neutron.services.segments.plugin [-] Segment 3f3da37f-4ce0-4017-bdda-51e62c2e1e94 resource provider aggregate not found 2026-06-28 21:28:33.057 7 INFO neutron.services.segments.plugin [-] Segment 565b8101-5467-4732-a4bb-21179b0e9fbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 565b8101-5467-4732-a4bb-21179b0e9fbd found for delete ", "request_id": "req-9f41b29b-d4a5-454d-a227-e34a8a762ec7"}]} 2026-06-28 21:28:33.073 8 INFO neutron.services.segments.plugin [-] Segment 3f3da37f-4ce0-4017-bdda-51e62c2e1e94 resource provider aggregate not found 2026-06-28 21:28:33.091 8 INFO neutron.services.segments.plugin [-] Segment 3f3da37f-4ce0-4017-bdda-51e62c2e1e94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f3da37f-4ce0-4017-bdda-51e62c2e1e94 found for delete ", "request_id": "req-c2f61ab4-2ba7-4ac0-b1b2-7e47f84403e7"}]} 2026-06-28 21:28:33.092 8 INFO neutron.services.segments.plugin [-] Segment 3f3da37f-4ce0-4017-bdda-51e62c2e1e94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f3da37f-4ce0-4017-bdda-51e62c2e1e94 found for delete ", "request_id": "req-3e2d7843-31b3-4b01-b20a-f6ce49bd475e"}]} [pid: 8|app: 0|req: 1623/3313] 10.0.0.153 () {32 vars in 774 bytes} [Sun Jun 28 21:28:32 2026] GET /v2.0/security-groups?tenant_id=b61bb84db5224b319a80e5aebe8fb37f&name=default => generated 2929 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3314] 10.0.0.153 () {32 vars in 740 bytes} [Sun Jun 28 21:28:33 2026] DELETE /v2.0/security-groups/16dd23a3-edb5-4363-a22e-d449a21514f5 => 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: 1624/3315] 10.0.0.153 () {32 vars in 649 bytes} [Sun Jun 28 21:28:35 2026] GET /v2.0/networks => generated 2168 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1692/3316] 10.0.0.153 () {32 vars in 655 bytes} [Sun Jun 28 21:28:36 2026] GET /v2.0/floatingips => 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: 1625/3317] 10.0.0.153 () {32 vars in 647 bytes} [Sun Jun 28 21:28:37 2026] GET /v2.0/routers => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1693/3318] 10.0.0.153 () {32 vars in 643 bytes} [Sun Jun 28 21:28:37 2026] GET /v2.0/ports => generated 4725 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3319] 10.0.0.153 () {32 vars in 647 bytes} [Sun Jun 28 21:28:37 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1694/3320] 10.0.0.153 () {32 vars in 649 bytes} [Sun Jun 28 21:28:37 2026] GET /v2.0/networks => generated 2168 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3321] 10.0.0.153 () {32 vars in 663 bytes} [Sun Jun 28 21:28:37 2026] GET /v2.0/security-groups => generated 17401 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1695/3322] 10.0.0.153 () {32 vars in 655 bytes} [Sun Jun 28 21:28:37 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)