+ 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 [Tue May 5 16:10:44 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: neutron-server-6c66fbdbf5-b9wlk machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7f4e6cf1d668 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-05-05 16:10:47.891 7 INFO neutron.common.config [-] Logging enabled! 2026-05-05 16:10:47.891 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-05 16:10:47.965 8 INFO neutron.common.config [-] Logging enabled! 2026-05-05 16:10:47.966 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-05 16:10:48.882 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-05 16:10:48.967 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-05 16:10:50.353 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-05 16:10:50.355 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-05 16:10:50.359 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-05 16:10:50.360 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-05 16:10:50.360 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-05 16:10:50.360 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-05 16:10:50.360 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-05 16:10:50.368 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-05 16:10:50.368 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-05 16:10:50.368 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-05 16:10:50.389 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-05 16:10:50.390 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-05 16:10:50.391 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-05 16:10:50.417 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-05 16:10:50.418 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-05 16:10:50.418 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-05 16:10:50.418 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-05 16:10:50.421 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-05 16:10:50.423 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-05 16:10:50.427 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-05 16:10:50.428 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-05 16:10:50.428 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-05 16:10:50.428 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-05 16:10:50.428 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-05 16:10:50.435 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-05 16:10:50.436 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-05 16:10:50.436 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-05 16:10:50.457 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-05 16:10:50.458 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-05 16:10:50.458 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-05 16:10:50.483 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-05 16:10:50.484 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-05 16:10:50.484 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-05 16:10:50.484 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-05 16:10:50.714 7 INFO neutron.plugins.ml2.managers [None req-9e25e876-7a8f-42ce-a7e1-4fbfeab6569f - - - - - -] Initializing driver for type 'vlan' 2026-05-05 16:10:50.795 8 INFO neutron.plugins.ml2.managers [None req-1ffc69b3-b9a4-4338-83b6-4e80c433b047 - - - - - -] Initializing driver for type 'vlan' 2026-05-05 16:10:50.994 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-9e25e876-7a8f-42ce-a7e1-4fbfeab6569f - - - - - -] VlanTypeDriver initialization complete 2026-05-05 16:10:50.994 7 INFO neutron.plugins.ml2.managers [None req-9e25e876-7a8f-42ce-a7e1-4fbfeab6569f - - - - - -] Initializing driver for type 'vxlan' 2026-05-05 16:10:50.994 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-9e25e876-7a8f-42ce-a7e1-4fbfeab6569f - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-05 16:10:51.007 7 INFO neutron.plugins.ml2.managers [None req-9e25e876-7a8f-42ce-a7e1-4fbfeab6569f - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-05 16:10:51.007 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-9e25e876-7a8f-42ce-a7e1-4fbfeab6569f - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-05 16:10:51.007 7 INFO neutron.plugins.ml2.managers [None req-9e25e876-7a8f-42ce-a7e1-4fbfeab6569f - - - - - -] Initializing extension driver 'port_security' 2026-05-05 16:10:51.007 7 INFO neutron.plugins.ml2.extensions.port_security [None req-9e25e876-7a8f-42ce-a7e1-4fbfeab6569f - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-05 16:10:51.007 7 INFO neutron.plugins.ml2.managers [None req-9e25e876-7a8f-42ce-a7e1-4fbfeab6569f - - - - - -] Initializing extension driver 'qos' 2026-05-05 16:10:51.007 7 INFO neutron.plugins.ml2.managers [None req-9e25e876-7a8f-42ce-a7e1-4fbfeab6569f - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-05 16:10:51.007 7 INFO neutron.plugins.ml2.managers [None req-9e25e876-7a8f-42ce-a7e1-4fbfeab6569f - - - - - -] Initializing mechanism driver 'l2population' 2026-05-05 16:10:51.019 7 INFO neutron.quota [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded quota_driver: . 2026-05-05 16:10:51.019 7 INFO neutron.plugins.ml2.plugin [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Modular L2 Plugin initialization complete 2026-05-05 16:10:51.019 7 INFO neutron.plugins.ml2.managers [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-05 16:10:51.019 7 INFO neutron.plugins.ml2.managers [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-05 16:10:51.019 7 INFO neutron.plugins.ml2.managers [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-05 16:10:51.020 7 INFO neutron.manager [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loading Plugin: qos 2026-05-05 16:10:51.032 7 INFO neutron.manager [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loading Plugin: router 2026-05-05 16:10:51.059 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-1ffc69b3-b9a4-4338-83b6-4e80c433b047 - - - - - -] VlanTypeDriver initialization complete 2026-05-05 16:10:51.060 8 INFO neutron.plugins.ml2.managers [None req-1ffc69b3-b9a4-4338-83b6-4e80c433b047 - - - - - -] Initializing driver for type 'vxlan' 2026-05-05 16:10:51.060 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-1ffc69b3-b9a4-4338-83b6-4e80c433b047 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-05 16:10:51.073 8 INFO neutron.plugins.ml2.managers [None req-1ffc69b3-b9a4-4338-83b6-4e80c433b047 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-05 16:10:51.073 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-1ffc69b3-b9a4-4338-83b6-4e80c433b047 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-05 16:10:51.073 8 INFO neutron.plugins.ml2.managers [None req-1ffc69b3-b9a4-4338-83b6-4e80c433b047 - - - - - -] Initializing extension driver 'port_security' 2026-05-05 16:10:51.074 8 INFO neutron.plugins.ml2.extensions.port_security [None req-1ffc69b3-b9a4-4338-83b6-4e80c433b047 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-05 16:10:51.074 8 INFO neutron.plugins.ml2.managers [None req-1ffc69b3-b9a4-4338-83b6-4e80c433b047 - - - - - -] Initializing extension driver 'qos' 2026-05-05 16:10:51.074 8 INFO neutron.plugins.ml2.managers [None req-1ffc69b3-b9a4-4338-83b6-4e80c433b047 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-05 16:10:51.074 8 INFO neutron.plugins.ml2.managers [None req-1ffc69b3-b9a4-4338-83b6-4e80c433b047 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-05 16:10:51.076 7 INFO neutron.services.service_base [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-05 16:10:51.076 7 INFO neutron.manager [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loading Plugin: segments 2026-05-05 16:10:51.092 8 INFO neutron.quota [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded quota_driver: . 2026-05-05 16:10:51.092 8 INFO neutron.plugins.ml2.plugin [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Modular L2 Plugin initialization complete 2026-05-05 16:10:51.092 8 INFO neutron.plugins.ml2.managers [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-05 16:10:51.092 8 INFO neutron.plugins.ml2.managers [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-05 16:10:51.093 8 INFO neutron.plugins.ml2.managers [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-05 16:10:51.093 8 INFO neutron.manager [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loading Plugin: qos 2026-05-05 16:10:51.105 8 INFO neutron.manager [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loading Plugin: router 2026-05-05 16:10:51.151 8 INFO neutron.services.service_base [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-05 16:10:51.151 8 INFO neutron.manager [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loading Plugin: segments 2026-05-05 16:10:51.170 7 INFO neutron.manager [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loading Plugin: trunk 2026-05-05 16:10:51.184 7 INFO neutron.manager [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loading Plugin: vpnaas 2026-05-05 16:10:51.222 7 WARNING stevedore.named [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-05 16:10:51.245 8 INFO neutron.manager [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loading Plugin: trunk 2026-05-05 16:10:51.259 8 INFO neutron.manager [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loading Plugin: vpnaas 2026-05-05 16:10:51.295 7 INFO neutron_vpnaas.services.vpn.plugin [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-05 16:10:51.296 7 INFO neutron.common.utils [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-05 16:10:51.296 7 INFO neutron.manager [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loading Plugin: taas 2026-05-05 16:10:51.311 8 WARNING stevedore.named [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-05 16:10:51.320 7 WARNING stevedore.named [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-05 16:10:51.320 7 WARNING stevedore.named [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-05 16:10:51.338 7 INFO neutron_taas.services.taas.taas_plugin [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-05 16:10:51.339 7 INFO neutron.manager [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loading Plugin: tapmirror 2026-05-05 16:10:51.347 7 WARNING stevedore.named [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-05 16:10:51.348 7 WARNING stevedore.named [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-05 16:10:51.358 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-05 16:10:51.358 7 INFO neutron.manager [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loading Plugin: auto_allocate 2026-05-05 16:10:51.364 7 INFO neutron.manager [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loading Plugin: tag 2026-05-05 16:10:51.372 7 INFO neutron.manager [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loading Plugin: timestamp 2026-05-05 16:10:51.374 7 INFO neutron.manager [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loading Plugin: network_ip_availability 2026-05-05 16:10:51.377 8 INFO neutron_vpnaas.services.vpn.plugin [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-05 16:10:51.378 8 INFO neutron.common.utils [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-05 16:10:51.378 8 INFO neutron.manager [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loading Plugin: taas 2026-05-05 16:10:51.378 7 INFO neutron.manager [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loading Plugin: flavors 2026-05-05 16:10:51.381 7 INFO neutron.manager [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loading Plugin: revisions 2026-05-05 16:10:51.384 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Initializing extension manager. 2026-05-05 16:10:51.386 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: address-group 2026-05-05 16:10:51.387 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: address-scope 2026-05-05 16:10:51.387 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-05 16:10:51.388 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: agent 2026-05-05 16:10:51.389 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: agent-resources-synced 2026-05-05 16:10:51.390 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-05 16:10:51.391 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-05 16:10:51.392 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: availability_zone 2026-05-05 16:10:51.392 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: availability_zone_filter 2026-05-05 16:10:51.393 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-05 16:10:51.393 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: default-subnetpools 2026-05-05 16:10:51.395 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-05 16:10:51.395 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: dns-integration 2026-05-05 16:10:51.396 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: dns-domain-ports 2026-05-05 16:10:51.396 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-05 16:10:51.397 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: dvr 2026-05-05 16:10:51.397 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-05 16:10:51.398 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: empty-string-filtering 2026-05-05 16:10:51.398 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-05 16:10:51.399 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-05 16:10:51.399 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: external-net 2026-05-05 16:10:51.400 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-05 16:10:51.400 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: extraroute 2026-05-05 16:10:51.401 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: extraroute-atomic 2026-05-05 16:10:51.401 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-05 16:10:51.402 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-05 16:10:51.402 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-05 16:10:51.403 8 WARNING stevedore.named [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-05 16:10:51.403 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-05 16:10:51.403 8 WARNING stevedore.named [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-05 16:10:51.404 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: fip-port-details 2026-05-05 16:10:51.404 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: flavors 2026-05-05 16:10:51.406 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-05 16:10:51.406 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: floatingip-pools 2026-05-05 16:10:51.407 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: ip_allocation 2026-05-05 16:10:51.407 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-05 16:10:51.408 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: l2_adjacency 2026-05-05 16:10:51.409 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: router 2026-05-05 16:10:51.412 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-05 16:10:51.412 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-05 16:10:51.413 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-05 16:10:51.414 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: ext-gw-mode 2026-05-05 16:10:51.414 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: l3-ha 2026-05-05 16:10:51.415 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-05 16:10:51.416 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-05 16:10:51.416 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: l3-flavors 2026-05-05 16:10:51.418 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-05 16:10:51.418 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-05 16:10:51.421 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-05 16:10:51.422 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-05 16:10:51.423 8 INFO neutron_taas.services.taas.taas_plugin [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-05 16:10:51.423 8 INFO neutron.manager [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loading Plugin: tapmirror 2026-05-05 16:10:51.424 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-05 16:10:51.425 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-05 16:10:51.426 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-05 16:10:51.427 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: multi-provider 2026-05-05 16:10:51.427 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: net-mtu 2026-05-05 16:10:51.428 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: net-mtu-writable 2026-05-05 16:10:51.429 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: network_availability_zone 2026-05-05 16:10:51.430 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: network_ha 2026-05-05 16:10:51.430 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: network-ip-availability 2026-05-05 16:10:51.432 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-05 16:10:51.432 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: pagination 2026-05-05 16:10:51.433 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: port-device-profile 2026-05-05 16:10:51.433 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-05 16:10:51.434 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-05 16:10:51.434 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-05 16:10:51.435 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: port-mac-override 2026-05-05 16:10:51.436 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-05 16:10:51.437 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-05 16:10:51.437 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-05 16:10:51.438 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: port-resource-request 2026-05-05 16:10:51.439 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-05 16:10:51.439 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-05 16:10:51.440 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: binding 2026-05-05 16:10:51.441 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: binding-extended 2026-05-05 16:10:51.441 8 WARNING stevedore.named [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-05 16:10:51.441 8 WARNING stevedore.named [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-05 16:10:51.441 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: port-security 2026-05-05 16:10:51.442 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: project-id 2026-05-05 16:10:51.443 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: provider 2026-05-05 16:10:51.443 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-05 16:10:51.445 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: qos 2026-05-05 16:10:51.446 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-05 16:10:51.447 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-05 16:10:51.447 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: qos-default 2026-05-05 16:10:51.448 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: qos-fip 2026-05-05 16:10:51.448 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-05 16:10:51.449 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-05 16:10:51.449 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-05 16:10:51.450 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-05 16:10:51.450 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-05 16:10:51.451 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: qos-pps 2026-05-05 16:10:51.451 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-05 16:10:51.452 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-05 16:10:51.452 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: qos-rules-alias 2026-05-05 16:10:51.453 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: quota-check-limit 2026-05-05 16:10:51.454 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-05 16:10:51.456 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-05 16:10:51.456 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: quotas 2026-05-05 16:10:51.456 8 INFO neutron.manager [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loading Plugin: auto_allocate 2026-05-05 16:10:51.457 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: quota_details 2026-05-05 16:10:51.458 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: rbac-policies 2026-05-05 16:10:51.459 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: rbac-address-group 2026-05-05 16:10:51.459 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: rbac-address-scope 2026-05-05 16:10:51.460 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: rbac-security-groups 2026-05-05 16:10:51.460 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-05 16:10:51.461 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: revision-if-match 2026-05-05 16:10:51.462 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-05 16:10:51.462 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: router_availability_zone 2026-05-05 16:10:51.463 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-05 16:10:51.463 8 INFO neutron.manager [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loading Plugin: tag 2026-05-05 16:10:51.465 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-05 16:10:51.465 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-05 16:10:51.466 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-05 16:10:51.466 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-05 16:10:51.466 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-05 16:10:51.467 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-05 16:10:51.472 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: security-group 2026-05-05 16:10:51.472 8 INFO neutron.manager [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loading Plugin: timestamp 2026-05-05 16:10:51.473 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: segment 2026-05-05 16:10:51.474 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-05 16:10:51.474 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: service-type 2026-05-05 16:10:51.475 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: sorting 2026-05-05 16:10:51.475 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: standard-attr-segment 2026-05-05 16:10:51.476 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: standard-attr-description 2026-05-05 16:10:51.476 8 INFO neutron.manager [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loading Plugin: network_ip_availability 2026-05-05 16:10:51.476 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: stateful-security-group 2026-05-05 16:10:51.477 7 WARNING neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-05 16:10:51.477 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-05 16:10:51.479 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: subnet-external-network 2026-05-05 16:10:51.480 8 INFO neutron.manager [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loading Plugin: flavors 2026-05-05 16:10:51.480 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: subnet_onboard 2026-05-05 16:10:51.480 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-05 16:10:51.481 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: subnet-service-types 2026-05-05 16:10:51.482 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: subnet_allocation 2026-05-05 16:10:51.482 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-05 16:10:51.483 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: tag-creation 2026-05-05 16:10:51.484 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-05 16:10:51.484 8 INFO neutron.manager [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loading Plugin: revisions 2026-05-05 16:10:51.488 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: standard-attr-tag 2026-05-05 16:10:51.488 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Initializing extension manager. 2026-05-05 16:10:51.489 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-05 16:10:51.490 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: address-group 2026-05-05 16:10:51.490 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: trunk 2026-05-05 16:10:51.490 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: trunk-details 2026-05-05 16:10:51.491 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-05 16:10:51.491 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-05 16:10:51.491 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: address-scope 2026-05-05 16:10:51.492 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-05 16:10:51.492 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-05 16:10:51.492 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-05 16:10:51.493 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: agent 2026-05-05 16:10:51.494 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: agent-resources-synced 2026-05-05 16:10:51.494 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-05 16:10:51.495 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-05 16:10:51.495 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-05 16:10:51.496 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: vpn-flavors 2026-05-05 16:10:51.496 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-05 16:10:51.497 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: vpnaas 2026-05-05 16:10:51.497 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: availability_zone 2026-05-05 16:10:51.498 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: availability_zone_filter 2026-05-05 16:10:51.498 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-05 16:10:51.499 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: taas 2026-05-05 16:10:51.499 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: default-subnetpools 2026-05-05 16:10:51.500 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: tap-mirror 2026-05-05 16:10:51.500 7 INFO neutron.api.extensions [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-05 16:10:51.500 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-05 16:10:51.501 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: dns-integration 2026-05-05 16:10:51.502 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: dns-domain-ports 2026-05-05 16:10:51.502 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-05 16:10:51.503 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: dvr 2026-05-05 16:10:51.503 7 INFO neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-05 16:10:51.503 7 INFO neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-05 16:10:51.503 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-05 16:10:51.503 7 INFO neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-05 16:10:51.503 7 INFO neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-05 16:10:51.504 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: empty-string-filtering 2026-05-05 16:10:51.504 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-05 16:10:51.505 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-05 16:10:51.505 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: external-net 2026-05-05 16:10:51.506 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-05 16:10:51.507 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: extraroute 2026-05-05 16:10:51.507 7 INFO neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-05 16:10:51.507 7 INFO neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-05 16:10:51.508 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: extraroute-atomic 2026-05-05 16:10:51.508 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-05 16:10:51.509 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-05 16:10:51.510 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-05 16:10:51.510 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-05 16:10:51.510 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: fip-port-details 2026-05-05 16:10:51.511 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: flavors 2026-05-05 16:10:51.512 7 INFO neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-05 16:10:51.512 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-05 16:10:51.513 7 INFO neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-05 16:10:51.513 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: floatingip-pools 2026-05-05 16:10:51.513 7 INFO neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-05 16:10:51.513 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: ip_allocation 2026-05-05 16:10:51.514 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-05 16:10:51.514 7 INFO neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-05 16:10:51.514 7 WARNING neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] subnetpool is already registered 2026-05-05 16:10:51.514 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: l2_adjacency 2026-05-05 16:10:51.515 7 INFO neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-05 16:10:51.515 7 WARNING neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] subnetpool is already registered 2026-05-05 16:10:51.515 7 INFO neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-05 16:10:51.515 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: router 2026-05-05 16:10:51.516 7 INFO neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-05 16:10:51.516 7 INFO neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-05 16:10:51.516 7 INFO neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-05 16:10:51.517 7 INFO neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-05 16:10:51.517 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-05 16:10:51.517 7 INFO neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-05 16:10:51.518 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-05 16:10:51.518 7 INFO neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-05 16:10:51.518 7 WARNING neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] ipsecpolicy is already registered 2026-05-05 16:10:51.518 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-05 16:10:51.518 7 INFO neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-05 16:10:51.518 7 WARNING neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] ikepolicy is already registered 2026-05-05 16:10:51.519 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: ext-gw-mode 2026-05-05 16:10:51.519 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: l3-ha 2026-05-05 16:10:51.520 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-05 16:10:51.520 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-05 16:10:51.521 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: l3-flavors 2026-05-05 16:10:51.522 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-05 16:10:51.522 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-05 16:10:51.523 7 INFO neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-05 16:10:51.523 7 WARNING neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] router is already registered 2026-05-05 16:10:51.523 7 INFO neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-05 16:10:51.524 7 WARNING neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] floatingip is already registered 2026-05-05 16:10:51.524 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-05 16:10:51.525 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-05 16:10:51.526 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-05 16:10:51.527 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-05 16:10:51.528 7 INFO neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-05 16:10:51.528 7 WARNING neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] rbac_policy is already registered 2026-05-05 16:10:51.528 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-05 16:10:51.528 7 INFO neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-05 16:10:51.528 7 WARNING neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] security_group is already registered 2026-05-05 16:10:51.529 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: multi-provider 2026-05-05 16:10:51.529 7 INFO neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-05 16:10:51.529 7 WARNING neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] security_group_rule is already registered 2026-05-05 16:10:51.529 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: net-mtu 2026-05-05 16:10:51.529 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: net-mtu-writable 2026-05-05 16:10:51.530 7 INFO neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-05 16:10:51.530 7 WARNING neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] subnetpool is already registered 2026-05-05 16:10:51.530 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: network_availability_zone 2026-05-05 16:10:51.530 7 INFO neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-05 16:10:51.530 7 WARNING neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] subnetpool is already registered 2026-05-05 16:10:51.531 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: network_ha 2026-05-05 16:10:51.531 7 INFO neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-05 16:10:51.531 7 WARNING neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] trunk is already registered 2026-05-05 16:10:51.531 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: network-ip-availability 2026-05-05 16:10:51.531 7 INFO neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-05 16:10:51.531 7 WARNING neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] ikepolicy is already registered 2026-05-05 16:10:51.532 7 INFO neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-05 16:10:51.532 7 WARNING neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] ipsecpolicy is already registered 2026-05-05 16:10:51.532 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-05 16:10:51.532 7 INFO neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-05 16:10:51.532 7 WARNING neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] endpoint_group is already registered 2026-05-05 16:10:51.533 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: pagination 2026-05-05 16:10:51.533 7 INFO neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-05 16:10:51.533 7 WARNING neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] vpnservice is already registered 2026-05-05 16:10:51.533 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: port-device-profile 2026-05-05 16:10:51.533 7 INFO neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-05 16:10:51.533 7 WARNING neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] ipsec_site_connection is already registered 2026-05-05 16:10:51.534 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-05 16:10:51.534 7 INFO neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-05 16:10:51.534 7 WARNING neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] ipsecpolicy is already registered 2026-05-05 16:10:51.534 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-05 16:10:51.534 7 INFO neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-05 16:10:51.534 7 WARNING neutron.quota.resource_registry [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] ikepolicy is already registered 2026-05-05 16:10:51.535 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-05 16:10:51.535 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: port-mac-override 2026-05-05 16:10:51.535 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-05 16:10:51.536 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-05 16:10:51.536 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-05 16:10:51.537 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: port-resource-request 2026-05-05 16:10:51.537 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-05 16:10:51.538 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-05 16:10:51.538 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: binding 2026-05-05 16:10:51.539 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: binding-extended 2026-05-05 16:10:51.540 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: port-security 2026-05-05 16:10:51.540 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: project-id 2026-05-05 16:10:51.541 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: provider 2026-05-05 16:10:51.541 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-05 16:10:51.543 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: qos 2026-05-05 16:10:51.544 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-05 16:10:51.545 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-05 16:10:51.545 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: qos-default 2026-05-05 16:10:51.546 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: qos-fip 2026-05-05 16:10:51.546 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-05 16:10:51.547 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-05 16:10:51.547 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-05 16:10:51.548 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-05 16:10:51.548 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-05 16:10:51.549 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: qos-pps 2026-05-05 16:10:51.549 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-05 16:10:51.550 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-05 16:10:51.550 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: qos-rules-alias 2026-05-05 16:10:51.551 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: quota-check-limit 2026-05-05 16:10:51.552 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-05 16:10:51.554 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: quotas 2026-05-05 16:10:51.555 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: quota_details 2026-05-05 16:10:51.556 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: rbac-policies 2026-05-05 16:10:51.556 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: rbac-address-group 2026-05-05 16:10:51.557 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: rbac-address-scope 2026-05-05 16:10:51.557 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: rbac-security-groups 2026-05-05 16:10:51.558 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-05 16:10:51.558 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: revision-if-match 2026-05-05 16:10:51.559 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-05 16:10:51.560 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: router_availability_zone 2026-05-05 16:10:51.560 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-05 16:10:51.562 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-05 16:10:51.562 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-05 16:10:51.563 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-05 16:10:51.563 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-05 16:10:51.564 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-05 16:10:51.564 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-05 16:10:51.568 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: security-group 2026-05-05 16:10:51.569 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: segment 2026-05-05 16:10:51.570 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-05 16:10:51.570 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: service-type 2026-05-05 16:10:51.571 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: sorting 2026-05-05 16:10:51.572 7 WARNING keystonemiddleware._common.config [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-05 16:10:51.572 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: standard-attr-segment 2026-05-05 16:10:51.573 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: standard-attr-description 2026-05-05 16:10:51.573 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: stateful-security-group 2026-05-05 16:10:51.574 8 WARNING neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-05 16:10:51.574 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-05 16:10:51.575 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: subnet-external-network 2026-05-05 16:10:51.575 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: subnet_onboard 2026-05-05 16:10:51.576 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-05 16:10:51.576 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: subnet-service-types 2026-05-05 16:10:51.577 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: subnet_allocation 2026-05-05 16:10:51.578 7 WARNING oslo_config.cfg [None req-32bc0eed-1701-4235-8d55-e3cee61ddc10 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-05 16:10:51.579 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-05 16:10:51.579 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: tag-creation 2026-05-05 16:10:51.580 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7f4e6cf1d668 pid: 7 (default app) 2026-05-05 16:10:51.583 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: standard-attr-tag 2026-05-05 16:10:51.584 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-05 16:10:51.585 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: trunk 2026-05-05 16:10:51.585 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: trunk-details 2026-05-05 16:10:51.586 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-05 16:10:51.586 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-05 16:10:51.587 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-05 16:10:51.587 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-05 16:10:51.589 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-05 16:10:51.590 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-05 16:10:51.590 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: vpn-flavors 2026-05-05 16:10:51.592 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: vpnaas 2026-05-05 16:10:51.593 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: taas 2026-05-05 16:10:51.594 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: tap-mirror 2026-05-05 16:10:51.594 8 INFO neutron.api.extensions [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-05 16:10:51.597 8 INFO neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-05 16:10:51.597 8 INFO neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-05 16:10:51.597 8 INFO neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-05 16:10:51.597 8 INFO neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-05 16:10:51.600 8 INFO neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-05 16:10:51.601 8 INFO neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-05 16:10:51.605 8 INFO neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-05 16:10:51.606 8 INFO neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-05 16:10:51.606 8 INFO neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-05 16:10:51.607 8 INFO neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-05 16:10:51.607 8 WARNING neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] subnetpool is already registered 2026-05-05 16:10:51.608 8 INFO neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-05 16:10:51.608 8 WARNING neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] subnetpool is already registered 2026-05-05 16:10:51.608 8 INFO neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-05 16:10:51.608 8 INFO neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-05 16:10:51.609 8 INFO neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-05 16:10:51.609 8 INFO neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-05 16:10:51.610 8 INFO neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-05 16:10:51.610 8 INFO neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-05 16:10:51.610 8 INFO neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-05 16:10:51.611 8 WARNING neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] ipsecpolicy is already registered 2026-05-05 16:10:51.611 8 INFO neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-05 16:10:51.611 8 WARNING neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] ikepolicy is already registered 2026-05-05 16:10:51.615 8 INFO neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-05 16:10:51.616 8 WARNING neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] router is already registered 2026-05-05 16:10:51.616 8 INFO neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-05 16:10:51.616 8 WARNING neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] floatingip is already registered 2026-05-05 16:10:51.620 8 INFO neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-05 16:10:51.620 8 WARNING neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] rbac_policy is already registered 2026-05-05 16:10:51.620 8 INFO neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-05 16:10:51.620 8 WARNING neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] security_group is already registered 2026-05-05 16:10:51.621 8 INFO neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-05 16:10:51.621 8 WARNING neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] security_group_rule is already registered 2026-05-05 16:10:51.622 8 INFO neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-05 16:10:51.622 8 WARNING neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] subnetpool is already registered 2026-05-05 16:10:51.623 8 INFO neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-05 16:10:51.623 8 WARNING neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] subnetpool is already registered 2026-05-05 16:10:51.623 8 INFO neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-05 16:10:51.623 8 WARNING neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] trunk is already registered 2026-05-05 16:10:51.624 8 INFO neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-05 16:10:51.624 8 WARNING neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] ikepolicy is already registered 2026-05-05 16:10:51.624 8 INFO neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-05 16:10:51.624 8 WARNING neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] ipsecpolicy is already registered 2026-05-05 16:10:51.625 8 INFO neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-05 16:10:51.625 8 WARNING neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] endpoint_group is already registered 2026-05-05 16:10:51.625 8 INFO neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-05 16:10:51.625 8 WARNING neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] vpnservice is already registered 2026-05-05 16:10:51.626 8 INFO neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-05 16:10:51.626 8 WARNING neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] ipsec_site_connection is already registered 2026-05-05 16:10:51.626 8 INFO neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-05 16:10:51.626 8 WARNING neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] ipsecpolicy is already registered 2026-05-05 16:10:51.627 8 INFO neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-05 16:10:51.627 8 WARNING neutron.quota.resource_registry [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] ikepolicy is already registered 2026-05-05 16:10:51.664 8 WARNING keystonemiddleware._common.config [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-05 16:10:51.670 8 WARNING oslo_config.cfg [None req-6c6a2868-917f-44d1-b437-93d83e043d47 - - - - - -] 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 7 seconds on interpreter 0x7f4e6cf1d668 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-05-05 16:10:57.044 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dee7f4c6-84b5-4f99-b242-905207ee59c8 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.204.45.153 () {44 vars in 928 bytes} [Tue May 5 16:10:56 2026] GET /v2.0/networks/public => generated 108 bytes in 757 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.153 () {44 vars in 950 bytes} [Tue May 5 16:10:57 2026] GET /v2.0/networks?name=public => generated 15 bytes in 360 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:10:57.788 7 WARNING neutron.services.revisions.revision_plugin [None req-01a2c211-0ca4-4cb3-881f-aa5dc8f5dd68 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Could not find related network for resource to bump revision. 2026-05-05 16:10:57.808 7 INFO neutron.db.segments_db [None req-01a2c211-0ca4-4cb3-881f-aa5dc8f5dd68 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Added segment 6bd52118-6749-4363-85b9-f781c6bcb620 of type flat for network bb9d215c-d95e-4f63-b78e-50f4f09dcf47 2026-05-05 16:10:57.851 7 INFO neutron.pecan_wsgi.hooks.translation [None req-01a2c211-0ca4-4cb3-881f-aa5dc8f5dd68 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.204.45.153 () {48 vars in 968 bytes} [Tue May 5 16:10:57 2026] POST /v2.0/networks => generated 124 bytes in 453 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:11:03.696 7 INFO neutron.pecan_wsgi.hooks.translation [None req-33c1592e-4b42-4a90-a081-2699d33ff904 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/8] 199.204.45.153 () {44 vars in 928 bytes} [Tue May 5 16:11:03 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: 3/9] 199.204.45.153 () {44 vars in 950 bytes} [Tue May 5 16:11:03 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:11:03.766 7 WARNING neutron.services.revisions.revision_plugin [None req-306c8773-7987-46c2-b2a4-f8c10762daf0 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Could not find related network for resource to bump revision. 2026-05-05 16:11:03.778 7 INFO neutron.db.segments_db [None req-306c8773-7987-46c2-b2a4-f8c10762daf0 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Added segment 3577b085-b447-48e7-9e34-e0fb2be5938b of type flat for network c0b25c7a-ff4e-4230-bc11-7f901df3163d 2026-05-05 16:11:03.800 7 INFO neutron.pecan_wsgi.hooks.translation [None req-306c8773-7987-46c2-b2a4-f8c10762daf0 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/10] 199.204.45.153 () {48 vars in 968 bytes} [Tue May 5 16:11:03 2026] POST /v2.0/networks => generated 124 bytes in 92 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:11:09.937 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5bace7c8-9ad9-4e08-8631-9c57119c96cc 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 199.204.45.153 () {44 vars in 928 bytes} [Tue May 5 16:11:09 2026] GET /v2.0/networks/public => generated 108 bytes in 357 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.153 () {44 vars in 950 bytes} [Tue May 5 16:11:09 2026] GET /v2.0/networks?name=public => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:11:10.204 8 WARNING neutron.services.revisions.revision_plugin [None req-569b40e7-2a70-4224-9ef0-f6b85dc5c90b 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Could not find related network for resource to bump revision. 2026-05-05 16:11:10.227 8 INFO neutron.db.segments_db [None req-569b40e7-2a70-4224-9ef0-f6b85dc5c90b 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Added segment 744cb4ce-a0b7-4d1a-a86a-e8073f7f7d09 of type flat for network 6904c442-c8ee-4f85-9c60-a37650d33c44 2026-05-05 16:11:10.278 8 INFO neutron.pecan_wsgi.hooks.translation [None req-569b40e7-2a70-4224-9ef0-f6b85dc5c90b 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 199.204.45.153 () {48 vars in 968 bytes} [Tue May 5 16:11:09 2026] POST /v2.0/networks => generated 124 bytes in 326 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:11:16.146 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7a885507-1fef-4850-8297-602c4364bdb0 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/15] 199.204.45.153 () {44 vars in 928 bytes} [Tue May 5 16:11:16 2026] GET /v2.0/networks/public => generated 108 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/16] 199.204.45.153 () {44 vars in 950 bytes} [Tue May 5 16:11:16 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-05-05 16:11:16.212 8 WARNING neutron.services.revisions.revision_plugin [None req-790cb4e6-723d-4b96-8a49-729881a04a8f 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Could not find related network for resource to bump revision. 2026-05-05 16:11:16.228 8 INFO neutron.db.segments_db [None req-790cb4e6-723d-4b96-8a49-729881a04a8f 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Added segment 7576932e-e963-4b5d-878a-058c6f8cf7d1 of type flat for network 16c4a266-1824-4f5d-8e7f-390dcf3baf60 2026-05-05 16:11:16.258 8 INFO neutron.pecan_wsgi.hooks.translation [None req-790cb4e6-723d-4b96-8a49-729881a04a8f 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/17] 199.204.45.153 () {48 vars in 968 bytes} [Tue May 5 16:11:16 2026] POST /v2.0/networks => generated 124 bytes in 102 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:11:22.173 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9fd56cf2-cff1-4dc9-94a3-3a7b72a410ac 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/18] 199.204.45.153 () {44 vars in 928 bytes} [Tue May 5 16:11:22 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/19] 199.204.45.153 () {44 vars in 950 bytes} [Tue May 5 16:11:22 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-05-05 16:11:22.257 7 WARNING neutron.services.revisions.revision_plugin [None req-7657657b-2043-471e-ad97-f8bb602c9955 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Could not find related network for resource to bump revision. 2026-05-05 16:11:22.281 7 INFO neutron.db.segments_db [None req-7657657b-2043-471e-ad97-f8bb602c9955 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Added segment 0352f215-3e65-431e-b1e2-2c9e986a6d18 of type flat for network f3c1d760-1658-41b9-a0f2-a7c8a034fe4c [pid: 7|app: 0|req: 12/20] 199.204.45.153 () {48 vars in 968 bytes} [Tue May 5 16:11:22 2026] POST /v2.0/networks => generated 706 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:11:23.546 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f12b806a-836d-4d95-be3c-72dfbc4e056d 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.204.45.153 () {44 vars in 928 bytes} [Tue May 5 16:11:23 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/22] 199.204.45.153 () {44 vars in 950 bytes} [Tue May 5 16:11:23 2026] GET /v2.0/networks?name=public => generated 709 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:11:23.629 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4ec462a4-0a69-4a18-b1a8-a75894eae765 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/23] 199.204.45.153 () {44 vars in 1035 bytes} [Tue May 5 16:11:23 2026] GET /v2.0/subnets/public-subnet?network_id=f3c1d760-1658-41b9-a0f2-a7c8a034fe4c => 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.153 () {44 vars in 1058 bytes} [Tue May 5 16:11:23 2026] GET /v2.0/subnets?name=public-subnet&network_id=f3c1d760-1658-41b9-a0f2-a7c8a034fe4c => generated 14 bytes in 22 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.153 () {48 vars in 966 bytes} [Tue May 5 16:11:23 2026] POST /v2.0/subnets => generated 664 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:16:11.344 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7932582b-fecb-420f-8a06-bca10c308085 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/63] 199.204.45.153 () {44 vars in 938 bytes} [Tue May 5 16:16:11 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 107 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/64] 199.204.45.153 () {44 vars in 960 bytes} [Tue May 5 16:16:11 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:16:11.424 7 INFO neutron.db.segments_db [None req-85332814-b163-499c-a6fa-89558d25dd53 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Added segment 7dc96ea2-c09a-480e-8ffd-b896aa0286c3 of type vxlan for network aea0f32f-ee90-494d-9f20-cce98c0dced4 [pid: 7|app: 0|req: 35/65] 199.204.45.153 () {48 vars in 967 bytes} [Tue May 5 16:16:11 2026] POST /v2.0/networks => generated 688 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:16:12.403 8 INFO neutron.pecan_wsgi.hooks.translation [None req-71f4d66d-1e4f-4fcd-86db-d72d6d865058 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 31/66] 199.204.45.153 () {44 vars in 938 bytes} [Tue May 5 16:16:12 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: 36/67] 199.204.45.153 () {44 vars in 960 bytes} [Tue May 5 16:16:12 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:16:12.454 8 INFO neutron.pecan_wsgi.hooks.translation [None req-970834ef-ac93-4d32-8546-9f6ecb94a951 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 32/68] 199.204.45.153 () {44 vars in 1037 bytes} [Tue May 5 16:16:12 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=aea0f32f-ee90-494d-9f20-cce98c0dced4 => generated 114 bytes in 14 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.153 () {44 vars in 1060 bytes} [Tue May 5 16:16:12 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=aea0f32f-ee90-494d-9f20-cce98c0dced4 => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/70] 199.204.45.153 () {48 vars in 966 bytes} [Tue May 5 16:16:12 2026] POST /v2.0/subnets => generated 651 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:16:13.748 7 INFO neutron.api.v2.resource [None req-fef0619c-d77e-43c4-8ad8-d1d17587ecab 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/71] 199.204.45.153 () {44 vars in 972 bytes} [Tue May 5 16:16:13 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/72] 199.204.45.153 () {44 vars in 994 bytes} [Tue May 5 16:16:13 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/73] 199.204.45.153 () {48 vars in 981 bytes} [Tue May 5 16:16:13 2026] POST /v2.0/security-groups => generated 1616 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/74] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:16:14 2026] GET /v2.0/security-groups/d57b201c-05ac-4ead-98ec-2ace8d63ba0a => generated 1616 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/75] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:16:14 2026] GET /v2.0/security-groups/d57b201c-05ac-4ead-98ec-2ace8d63ba0a => generated 1616 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/76] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:16:15 2026] GET /v2.0/security-groups/d57b201c-05ac-4ead-98ec-2ace8d63ba0a => generated 1616 bytes in 18 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.153 () {48 vars in 992 bytes} [Tue May 5 16:16:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/80] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:16:15 2026] GET /v2.0/security-groups/d57b201c-05ac-4ead-98ec-2ace8d63ba0a => generated 2230 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/81] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:16:15 2026] GET /v2.0/security-groups/d57b201c-05ac-4ead-98ec-2ace8d63ba0a => generated 2230 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/82] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:16:16 2026] GET /v2.0/security-groups/d57b201c-05ac-4ead-98ec-2ace8d63ba0a => generated 2230 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/83] 199.204.45.153 () {48 vars in 992 bytes} [Tue May 5 16:16:16 2026] POST /v2.0/security-group-rules => generated 603 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/84] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:16:16 2026] GET /v2.0/security-groups/d57b201c-05ac-4ead-98ec-2ace8d63ba0a => generated 2846 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/85] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:16:17 2026] GET /v2.0/security-groups/d57b201c-05ac-4ead-98ec-2ace8d63ba0a => generated 2846 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/86] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:16:17 2026] GET /v2.0/security-groups/d57b201c-05ac-4ead-98ec-2ace8d63ba0a => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/87] 199.204.45.153 () {48 vars in 992 bytes} [Tue May 5 16:16:17 2026] POST /v2.0/security-group-rules => generated 603 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/88] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:16:17 2026] GET /v2.0/security-groups/d57b201c-05ac-4ead-98ec-2ace8d63ba0a => generated 3462 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/89] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:16:18 2026] GET /v2.0/security-groups/d57b201c-05ac-4ead-98ec-2ace8d63ba0a => generated 3462 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/90] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:16:18 2026] GET /v2.0/security-groups/d57b201c-05ac-4ead-98ec-2ace8d63ba0a => 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/91] 199.204.45.153 () {48 vars in 992 bytes} [Tue May 5 16:16:18 2026] POST /v2.0/security-group-rules => generated 603 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/92] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:16:18 2026] GET /v2.0/security-groups/d57b201c-05ac-4ead-98ec-2ace8d63ba0a => generated 4078 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/93] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:16:19 2026] GET /v2.0/security-groups/d57b201c-05ac-4ead-98ec-2ace8d63ba0a => generated 4078 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/94] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:16:19 2026] GET /v2.0/security-groups/d57b201c-05ac-4ead-98ec-2ace8d63ba0a => generated 4078 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/95] 199.204.45.153 () {48 vars in 992 bytes} [Tue May 5 16:16:19 2026] POST /v2.0/security-group-rules => generated 603 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/96] 199.204.45.153 () {44 vars in 988 bytes} [Tue May 5 16:16:20 2026] GET /v2.0/networks/aea0f32f-ee90-494d-9f20-cce98c0dced4 => generated 732 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:16:20.451 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1fb74b56-34b1-407b-9b25-d5b0deb2bf03 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 46/97] 199.204.45.153 () {44 vars in 1077 bytes} [Tue May 5 16:16:20 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=aea0f32f-ee90-494d-9f20-cce98c0dced4 => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/98] 199.204.45.153 () {44 vars in 1100 bytes} [Tue May 5 16:16:20 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=aea0f32f-ee90-494d-9f20-cce98c0dced4 => 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: 47/99] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:16:20 2026] GET /v2.0/security-groups/d57b201c-05ac-4ead-98ec-2ace8d63ba0a => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/100] 199.204.45.153 () {48 vars in 962 bytes} [Tue May 5 16:16:20 2026] POST /v2.0/ports => generated 1100 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-05 16:16:28.184 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bcb43d83-c70f-42d2-b255-641bc5aab884 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 48/101] 199.204.45.153 () {44 vars in 980 bytes} [Tue May 5 16:16:28 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 69 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: 54/102] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:16:28 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: 49/103] 199.204.45.153 () {48 vars in 1032 bytes} [Tue May 5 16:16:28 2026] PUT /v2.0/ports/19aac062-1b46-4640-9712-c54bc1ca1c2b => generated 1249 bytes in 701 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/106] 199.204.45.153 () {44 vars in 921 bytes} [Tue May 5 16:16:30 2026] GET /v2.0/ports => generated 3730 bytes in 286 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-05-05 16:16:31.700 8 INFO neutron.api.v2.resource [None req-6cc5af16-aa3f-413f-a829-e31594b2f17d 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 52/107] 199.204.45.153 () {44 vars in 960 bytes} [Tue May 5 16:16:31 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: 56/108] 199.204.45.153 () {44 vars in 982 bytes} [Tue May 5 16:16:31 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/109] 199.204.45.153 () {48 vars in 981 bytes} [Tue May 5 16:16:31 2026] POST /v2.0/security-groups => generated 1610 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/110] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:16:32 2026] GET /v2.0/security-groups/6dc027b3-2af9-4b16-a387-3d9937b12959 => generated 1610 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/111] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:16:32 2026] GET /v2.0/security-groups/6dc027b3-2af9-4b16-a387-3d9937b12959 => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/112] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:16:32 2026] GET /v2.0/security-groups/6dc027b3-2af9-4b16-a387-3d9937b12959 => 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/113] 199.204.45.153 () {48 vars in 992 bytes} [Tue May 5 16:16:32 2026] POST /v2.0/security-group-rules => generated 623 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/114] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:16:33 2026] GET /v2.0/security-groups/6dc027b3-2af9-4b16-a387-3d9937b12959 => generated 2246 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/115] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:16:33 2026] GET /v2.0/security-groups/6dc027b3-2af9-4b16-a387-3d9937b12959 => generated 2246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/116] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:16:33 2026] GET /v2.0/security-groups/6dc027b3-2af9-4b16-a387-3d9937b12959 => generated 2246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/117] 199.204.45.153 () {48 vars in 992 bytes} [Tue May 5 16:16:33 2026] POST /v2.0/security-group-rules => generated 627 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/126] 199.204.45.153 () {44 vars in 976 bytes} [Tue May 5 16:17:32 2026] GET /v2.0/quotas/ee96011ce3044b5b8b787403108e1174 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/127] 199.204.45.153 () {48 vars in 1028 bytes} [Tue May 5 16:17:33 2026] PUT /v2.0/quotas/ee96011ce3044b5b8b787403108e1174 => generated 291 bytes in 33 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-05-05 16:19:53.244 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d446b1ef-6dac-48ca-86a2-cd4971ca3bd3 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 75/146] 199.204.45.153 () {30 vars in 741 bytes} [Tue May 5 16:19:53 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 218 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: 72/147] 199.204.45.153 () {30 vars in 763 bytes} [Tue May 5 16:19:53 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:19:55.292 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f28942d8-61bb-4280-8db6-0e2c1d428a47 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 76/148] 199.204.45.153 () {30 vars in 741 bytes} [Tue May 5 16:19:55 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 91 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 73/149] 199.204.45.153 () {30 vars in 763 bytes} [Tue May 5 16:19:55 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:25:45.048 7 INFO neutron.api.v2.resource [None req-280f2b4a-3eeb-4e07-83a4-a42f4aad805a 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 100/196] 199.204.45.153 () {44 vars in 1075 bytes} [Tue May 5 16:25:44 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=3f7af78c13784bc4b9b860c3715980be => generated 139 bytes in 138 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 97/197] 199.204.45.153 () {44 vars in 1098 bytes} [Tue May 5 16:25:45 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=3f7af78c13784bc4b9b860c3715980be => generated 23 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/198] 199.204.45.153 () {48 vars in 982 bytes} [Tue May 5 16:25:45 2026] POST /v2.0/security-groups => generated 1624 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 99/201] 199.204.45.153 () {44 vars in 1089 bytes} [Tue May 5 16:25:46 2026] GET /v2.0/security-groups/401e3424-db00-4b4c-8b67-51bfe980b4f9?project_id=3f7af78c13784bc4b9b860c3715980be => generated 1624 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/202] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:25:46 2026] GET /v2.0/security-groups/401e3424-db00-4b4c-8b67-51bfe980b4f9 => generated 1624 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 100/203] 199.204.45.153 () {44 vars in 1089 bytes} [Tue May 5 16:25:46 2026] GET /v2.0/security-groups/401e3424-db00-4b4c-8b67-51bfe980b4f9?project_id=3f7af78c13784bc4b9b860c3715980be => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/204] 199.204.45.153 () {48 vars in 992 bytes} [Tue May 5 16:25:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 101/205] 199.204.45.153 () {44 vars in 1089 bytes} [Tue May 5 16:25:47 2026] GET /v2.0/security-groups/401e3424-db00-4b4c-8b67-51bfe980b4f9?project_id=3f7af78c13784bc4b9b860c3715980be => generated 2234 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/206] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:25:47 2026] GET /v2.0/security-groups/401e3424-db00-4b4c-8b67-51bfe980b4f9 => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/207] 199.204.45.153 () {44 vars in 1089 bytes} [Tue May 5 16:25:47 2026] GET /v2.0/security-groups/401e3424-db00-4b4c-8b67-51bfe980b4f9?project_id=3f7af78c13784bc4b9b860c3715980be => generated 2234 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/208] 199.204.45.153 () {48 vars in 992 bytes} [Tue May 5 16:25:47 2026] POST /v2.0/security-group-rules => generated 599 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/209] 199.204.45.153 () {44 vars in 1089 bytes} [Tue May 5 16:25:48 2026] GET /v2.0/security-groups/401e3424-db00-4b4c-8b67-51bfe980b4f9?project_id=3f7af78c13784bc4b9b860c3715980be => 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: 107/210] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:25:48 2026] GET /v2.0/security-groups/401e3424-db00-4b4c-8b67-51bfe980b4f9 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/211] 199.204.45.153 () {44 vars in 1089 bytes} [Tue May 5 16:25:48 2026] GET /v2.0/security-groups/401e3424-db00-4b4c-8b67-51bfe980b4f9?project_id=3f7af78c13784bc4b9b860c3715980be => 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: 108/212] 199.204.45.153 () {48 vars in 992 bytes} [Tue May 5 16:25:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/213] 199.204.45.153 () {44 vars in 1089 bytes} [Tue May 5 16:25:49 2026] GET /v2.0/security-groups/401e3424-db00-4b4c-8b67-51bfe980b4f9?project_id=3f7af78c13784bc4b9b860c3715980be => generated 3460 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/214] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:25:50 2026] GET /v2.0/security-groups/401e3424-db00-4b4c-8b67-51bfe980b4f9 => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/215] 199.204.45.153 () {44 vars in 1089 bytes} [Tue May 5 16:25:50 2026] GET /v2.0/security-groups/401e3424-db00-4b4c-8b67-51bfe980b4f9?project_id=3f7af78c13784bc4b9b860c3715980be => generated 3460 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/216] 199.204.45.153 () {48 vars in 992 bytes} [Tue May 5 16:25:50 2026] POST /v2.0/security-group-rules => generated 602 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/235] 199.204.45.153 () {30 vars in 740 bytes} [Tue May 5 16:28:08 2026] GET /v2.0/networks?tenant_id=3f7af78c13784bc4b9b860c3715980be&shared=False => generated 15 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:28:08.749 7 INFO neutron.db.segments_db [None req-542ce44f-5164-4459-9a37-57e3012aa931 17af11d9a9194d0890a77c7dc2de8434 3f7af78c13784bc4b9b860c3715980be - - 5e62d3a9334b4c12aeea99ade4f89bd4 5e62d3a9334b4c12aeea99ade4f89bd4] Added segment cc751880-ac42-4be7-9407-5393c980736b of type vxlan for network 6a0cbdab-bb74-4677-a235-1412767e0333 [pid: 7|app: 0|req: 120/236] 199.204.45.153 () {34 vars in 682 bytes} [Tue May 5 16:28:08 2026] POST /v2.0/networks => generated 699 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/237] 199.204.45.153 () {30 vars in 722 bytes} [Tue May 5 16:28:08 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/238] 199.204.45.153 () {30 vars in 633 bytes} [Tue May 5 16:28:08 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/239] 199.204.45.153 () {34 vars in 677 bytes} [Tue May 5 16:28:08 2026] POST /v2.0/ports => generated 999 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/240] 199.204.45.153 () {30 vars in 703 bytes} [Tue May 5 16:28:09 2026] GET /v2.0/networks/6a0cbdab-bb74-4677-a235-1412767e0333 => generated 705 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/241] 199.204.45.153 () {30 vars in 722 bytes} [Tue May 5 16:28:11 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/242] 199.204.45.153 () {30 vars in 703 bytes} [Tue May 5 16:28:11 2026] GET /v2.0/networks/6a0cbdab-bb74-4677-a235-1412767e0333 => generated 705 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/245] 199.204.45.153 () {44 vars in 976 bytes} [Tue May 5 16:28:22 2026] GET /v2.0/quotas/3f7af78c13784bc4b9b860c3715980be => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/246] 199.204.45.153 () {48 vars in 1028 bytes} [Tue May 5 16:28:22 2026] PUT /v2.0/quotas/3f7af78c13784bc4b9b860c3715980be => generated 291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:39:11.885 8 INFO neutron.pecan_wsgi.hooks.translation [None req-70e06e85-ba3a-4168-ba2a-51409aa2226f 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 165/333] 199.204.45.153 () {44 vars in 928 bytes} [Tue May 5 16:39:11 2026] GET /v2.0/networks/public => generated 108 bytes in 166 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 169/334] 199.204.45.153 () {44 vars in 950 bytes} [Tue May 5 16:39:11 2026] GET /v2.0/networks?name=public => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:39:13.076 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5c458745-d905-4bb2-b057-2f71df48f8ef 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 166/335] 199.204.45.153 () {44 vars in 928 bytes} [Tue May 5 16:39:13 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 170/336] 199.204.45.153 () {44 vars in 950 bytes} [Tue May 5 16:39:13 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-05-05 16:39:13.147 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e8a93852-129d-49e7-84e6-e6a6600586e2 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 167/337] 199.204.45.153 () {44 vars in 1035 bytes} [Tue May 5 16:39:13 2026] GET /v2.0/subnets/public-subnet?network_id=f3c1d760-1658-41b9-a0f2-a7c8a034fe4c => generated 113 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 171/338] 199.204.45.153 () {44 vars in 1058 bytes} [Tue May 5 16:39:13 2026] GET /v2.0/subnets?name=public-subnet&network_id=f3c1d760-1658-41b9-a0f2-a7c8a034fe4c => generated 667 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:39:39.335 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b69b6af4-7c51-44a1-a88c-135cedd83626 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 170/343] 199.204.45.153 () {44 vars in 938 bytes} [Tue May 5 16:39:39 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/344] 199.204.45.153 () {44 vars in 960 bytes} [Tue May 5 16:39:39 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:39:40.327 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dd6552a1-75da-4725-a676-c1dd6628f6fd 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 171/345] 199.204.45.153 () {44 vars in 938 bytes} [Tue May 5 16:39:40 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/346] 199.204.45.153 () {44 vars in 960 bytes} [Tue May 5 16:39:40 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:39:40.387 8 INFO neutron.pecan_wsgi.hooks.translation [None req-63498c52-3812-4a19-9702-2e1724bd6e39 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 172/347] 199.204.45.153 () {44 vars in 1037 bytes} [Tue May 5 16:39:40 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=aea0f32f-ee90-494d-9f20-cce98c0dced4 => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/348] 199.204.45.153 () {44 vars in 1060 bytes} [Tue May 5 16:39:40 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=aea0f32f-ee90-494d-9f20-cce98c0dced4 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:39:41.551 8 INFO neutron.api.v2.resource [None req-2da7458a-0814-487a-ac9d-427576a8516b 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 173/349] 199.204.45.153 () {44 vars in 972 bytes} [Tue May 5 16:39:41 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/350] 199.204.45.153 () {44 vars in 994 bytes} [Tue May 5 16:39:41 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/351] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:39:42 2026] GET /v2.0/security-groups/d57b201c-05ac-4ead-98ec-2ace8d63ba0a => 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: 178/352] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:39:42 2026] GET /v2.0/security-groups/d57b201c-05ac-4ead-98ec-2ace8d63ba0a => 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: 175/353] 199.204.45.153 () {44 vars in 1012 bytes} [Tue May 5 16:39:42 2026] GET /v2.0/security-group-rules/22649394-db41-4f1c-88ec-6af8d7911e46 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/354] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:39:43 2026] GET /v2.0/security-groups/d57b201c-05ac-4ead-98ec-2ace8d63ba0a => generated 4694 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/355] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:39:43 2026] GET /v2.0/security-groups/d57b201c-05ac-4ead-98ec-2ace8d63ba0a => generated 4694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/356] 199.204.45.153 () {44 vars in 1012 bytes} [Tue May 5 16:39:43 2026] GET /v2.0/security-group-rules/6960ae17-dc88-41a2-9902-6aaabf785b9e => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/357] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:39:44 2026] GET /v2.0/security-groups/d57b201c-05ac-4ead-98ec-2ace8d63ba0a => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/358] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:39:44 2026] GET /v2.0/security-groups/d57b201c-05ac-4ead-98ec-2ace8d63ba0a => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/359] 199.204.45.153 () {44 vars in 1012 bytes} [Tue May 5 16:39:44 2026] GET /v2.0/security-group-rules/d39aef2e-ccee-4bb3-8e26-fcf99c9834ed => 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: 182/362] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:39:45 2026] GET /v2.0/security-groups/d57b201c-05ac-4ead-98ec-2ace8d63ba0a => generated 4694 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/363] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:39:45 2026] GET /v2.0/security-groups/d57b201c-05ac-4ead-98ec-2ace8d63ba0a => generated 4694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/364] 199.204.45.153 () {44 vars in 1012 bytes} [Tue May 5 16:39:45 2026] GET /v2.0/security-group-rules/dc79bee2-4999-4081-87fd-253848c67638 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/365] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:39:46 2026] GET /v2.0/security-groups/d57b201c-05ac-4ead-98ec-2ace8d63ba0a => generated 4694 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/366] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:39:46 2026] GET /v2.0/security-groups/d57b201c-05ac-4ead-98ec-2ace8d63ba0a => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/367] 199.204.45.153 () {44 vars in 1012 bytes} [Tue May 5 16:39:46 2026] GET /v2.0/security-group-rules/b000cbde-31fc-4d8d-90ea-2f25ea7d180f => 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: 185/368] 199.204.45.153 () {44 vars in 988 bytes} [Tue May 5 16:39:47 2026] GET /v2.0/networks/aea0f32f-ee90-494d-9f20-cce98c0dced4 => generated 732 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:39:47.712 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dad8edcb-7666-4422-8d4f-74ea6fe0b6c4 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/369] 199.204.45.153 () {44 vars in 1077 bytes} [Tue May 5 16:39:47 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=aea0f32f-ee90-494d-9f20-cce98c0dced4 => 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: 186/370] 199.204.45.153 () {44 vars in 1100 bytes} [Tue May 5 16:39:47 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=aea0f32f-ee90-494d-9f20-cce98c0dced4 => generated 1254 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/371] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:39:47 2026] GET /v2.0/security-groups/d57b201c-05ac-4ead-98ec-2ace8d63ba0a => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:39:55.124 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f5fe5c4c-3497-4028-8680-133b92d3fd85 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 187/372] 199.204.45.153 () {44 vars in 980 bytes} [Tue May 5 16:39:55 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/373] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:39:55 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: 188/374] 199.204.45.153 () {44 vars in 921 bytes} [Tue May 5 16:39:56 2026] GET /v2.0/ports => generated 4725 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:39:57.718 8 INFO neutron.api.v2.resource [None req-e5e9fc91-b42c-4644-b42e-900177186b92 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 187/375] 199.204.45.153 () {44 vars in 960 bytes} [Tue May 5 16:39:57 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/376] 199.204.45.153 () {44 vars in 982 bytes} [Tue May 5 16:39:57 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/377] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:39:58 2026] GET /v2.0/security-groups/6dc027b3-2af9-4b16-a387-3d9937b12959 => generated 2886 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/378] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:39:58 2026] GET /v2.0/security-groups/6dc027b3-2af9-4b16-a387-3d9937b12959 => generated 2886 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/379] 199.204.45.153 () {44 vars in 1012 bytes} [Tue May 5 16:39:58 2026] GET /v2.0/security-group-rules/dc82bdd2-b809-487d-8f38-a4679413735c => generated 623 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/380] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:39:59 2026] GET /v2.0/security-groups/6dc027b3-2af9-4b16-a387-3d9937b12959 => generated 2886 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/381] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:39:59 2026] GET /v2.0/security-groups/6dc027b3-2af9-4b16-a387-3d9937b12959 => generated 2886 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/382] 199.204.45.153 () {44 vars in 1012 bytes} [Tue May 5 16:39:59 2026] GET /v2.0/security-group-rules/2f198a78-ee0e-46a9-ab83-8bed2b0e0130 => generated 627 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/385] 199.204.45.153 () {44 vars in 976 bytes} [Tue May 5 16:40:11 2026] GET /v2.0/quotas/ee96011ce3044b5b8b787403108e1174 => generated 291 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:41:03.965 7 INFO neutron.api.v2.resource [None req-086d8a38-8373-4b2f-ac46-1308ed46d5fe 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 198/394] 199.204.45.153 () {44 vars in 1075 bytes} [Tue May 5 16:41:03 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=3f7af78c13784bc4b9b860c3715980be => generated 139 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/395] 199.204.45.153 () {44 vars in 1098 bytes} [Tue May 5 16:41:03 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=3f7af78c13784bc4b9b860c3715980be => generated 4072 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/396] 199.204.45.153 () {44 vars in 1089 bytes} [Tue May 5 16:41:04 2026] GET /v2.0/security-groups/401e3424-db00-4b4c-8b67-51bfe980b4f9?project_id=3f7af78c13784bc4b9b860c3715980be => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/397] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:41:05 2026] GET /v2.0/security-groups/401e3424-db00-4b4c-8b67-51bfe980b4f9 => generated 4075 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/398] 199.204.45.153 () {44 vars in 1012 bytes} [Tue May 5 16:41:05 2026] GET /v2.0/security-group-rules/f266279e-aade-4ce0-a0ef-993673f75593 => generated 597 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/399] 199.204.45.153 () {44 vars in 1089 bytes} [Tue May 5 16:41:05 2026] GET /v2.0/security-groups/401e3424-db00-4b4c-8b67-51bfe980b4f9?project_id=3f7af78c13784bc4b9b860c3715980be => generated 4075 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/400] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:41:06 2026] GET /v2.0/security-groups/401e3424-db00-4b4c-8b67-51bfe980b4f9 => generated 4075 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/401] 199.204.45.153 () {44 vars in 1012 bytes} [Tue May 5 16:41:06 2026] GET /v2.0/security-group-rules/5070de59-c071-43f8-bc0a-42c82271785f => generated 599 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/402] 199.204.45.153 () {44 vars in 1089 bytes} [Tue May 5 16:41:06 2026] GET /v2.0/security-groups/401e3424-db00-4b4c-8b67-51bfe980b4f9?project_id=3f7af78c13784bc4b9b860c3715980be => generated 4075 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/403] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:41:07 2026] GET /v2.0/security-groups/401e3424-db00-4b4c-8b67-51bfe980b4f9 => generated 4075 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/404] 199.204.45.153 () {44 vars in 1012 bytes} [Tue May 5 16:41:07 2026] GET /v2.0/security-group-rules/f016190d-f984-44c0-ae72-54eca23b7cf2 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/405] 199.204.45.153 () {44 vars in 1089 bytes} [Tue May 5 16:41:08 2026] GET /v2.0/security-groups/401e3424-db00-4b4c-8b67-51bfe980b4f9?project_id=3f7af78c13784bc4b9b860c3715980be => generated 4075 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/406] 199.204.45.153 () {44 vars in 1002 bytes} [Tue May 5 16:41:08 2026] GET /v2.0/security-groups/401e3424-db00-4b4c-8b67-51bfe980b4f9 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/407] 199.204.45.153 () {44 vars in 1012 bytes} [Tue May 5 16:41:08 2026] GET /v2.0/security-group-rules/2dab73ca-6548-4966-b9fd-2985a4f23687 => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/410] 199.204.45.153 () {44 vars in 976 bytes} [Tue May 5 16:41:15 2026] GET /v2.0/quotas/3f7af78c13784bc4b9b860c3715980be => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/417] 199.204.45.153 () {44 vars in 950 bytes} [Tue May 5 16:42:04 2026] GET /v2.0/networks?name=public => generated 753 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/424] 10.0.0.205 () {32 vars in 649 bytes} [Tue May 5 16:42:47 2026] GET /v2.0/networks => generated 2168 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/425] 10.0.0.205 () {32 vars in 655 bytes} [Tue May 5 16:42:49 2026] GET /v2.0/floatingips => generated 19 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/426] 10.0.0.205 () {32 vars in 647 bytes} [Tue May 5 16:42:49 2026] GET /v2.0/routers => generated 15 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/427] 10.0.0.205 () {32 vars in 643 bytes} [Tue May 5 16:42:49 2026] GET /v2.0/ports => generated 4725 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/428] 10.0.0.205 () {32 vars in 647 bytes} [Tue May 5 16:42:49 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: 215/429] 10.0.0.205 () {32 vars in 649 bytes} [Tue May 5 16:42:49 2026] GET /v2.0/networks => generated 2168 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/430] 10.0.0.205 () {32 vars in 663 bytes} [Tue May 5 16:42:49 2026] GET /v2.0/security-groups => generated 17401 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/431] 10.0.0.205 () {32 vars in 655 bytes} [Tue May 5 16:42:49 2026] GET /v2.0/subnetpools => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:43:02.026 7 INFO neutron.db.segments_db [None req-31a84ad4-7e18-4022-9c0b-e4e4c0be9cdc 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Added segment 38a8bc96-9f42-4ba4-8c1d-b0aa79df481f of type vxlan for network 2f87d4cd-d743-4e1b-91b9-cba63e057974 [pid: 7|app: 0|req: 218/434] 10.0.0.205 () {34 vars in 671 bytes} [Tue May 5 16:43:01 2026] POST /v2.0/networks => generated 730 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:43:02.114 8 INFO neutron.db.segments_db [None req-4a68a4d4-dd35-4a20-86db-9baf845415a8 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Added segment 772a786d-9444-42ad-bd70-625c24a5d3e4 of type vxlan for network d7927d41-87e9-464b-b591-58cf75a3a0d2 [pid: 8|app: 0|req: 217/435] 10.0.0.205 () {34 vars in 671 bytes} [Tue May 5 16:43:01 2026] POST /v2.0/networks => generated 725 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:43:02.287 7 INFO neutron.db.segments_db [None req-7d68008a-974f-42a6-ba97-fe161081253a 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Added segment 87976e38-1e94-44d6-86fd-4b24b1a2731a of type vxlan for network d3f5c757-a808-43f5-b237-92373772c5ab [pid: 7|app: 0|req: 219/436] 10.0.0.205 () {34 vars in 671 bytes} [Tue May 5 16:43:02 2026] POST /v2.0/networks => generated 732 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/437] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:43:02 2026] POST /v2.0/subnets => generated 696 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/438] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:43:02 2026] POST /v2.0/subnets => generated 691 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:43:02.588 7 INFO neutron.db.segments_db [None req-c62e10d3-88b8-4ce8-b4bf-6f42198bcef4 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Added segment f934ce81-7a29-48f8-937d-003e45d12490 of type vxlan for network eed6d680-127f-4743-98cb-6912c2dd9ab4 [pid: 8|app: 0|req: 219/439] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:43:02 2026] POST /v2.0/subnets => generated 698 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:43:02.662 8 INFO neutron.db.segments_db [None req-73624ccc-a6f2-4f7d-9a9a-526ed1352793 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Added segment 05eda17f-aa83-4c08-9c3f-ee1a5e25e76a of type vxlan for network 50570347-b617-423d-bdae-61bd75bc0854 2026-05-05 16:43:02.826 7 INFO neutron.db.l3_hamode_db [None req-c62e10d3-88b8-4ce8-b4bf-6f42198bcef4 3ab93697386646a58380ba368f7fdc35 a451f0c5bf254abeac9508305e519a4e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 16:43:02.852 8 INFO neutron.db.l3_hamode_db [None req-73624ccc-a6f2-4f7d-9a9a-526ed1352793 3ab93697386646a58380ba368f7fdc35 5c5fd56a68dc4092bfafeaf3c3579773 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 16:43:03.758 7 INFO neutron.db.l3_hamode_db [None req-c62e10d3-88b8-4ce8-b4bf-6f42198bcef4 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 16:43:03.886 8 INFO neutron.db.l3_hamode_db [None req-73624ccc-a6f2-4f7d-9a9a-526ed1352793 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 221/440] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:43:02 2026] POST /v2.0/routers => generated 736 bytes in 2565 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:43:05.155 7 INFO neutron.db.segments_db [None req-799755d6-2694-49dd-9795-736033260095 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Added segment 29227315-8841-4303-8580-df9eb5691618 of type vxlan for network 07d14994-257b-4326-bfd7-cece3fd2bd0c [pid: 8|app: 0|req: 220/441] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:43:02 2026] POST /v2.0/routers => generated 731 bytes in 2803 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:43:05.425 7 INFO neutron.db.l3_hamode_db [None req-799755d6-2694-49dd-9795-736033260095 3ab93697386646a58380ba368f7fdc35 bddf28f32bb440ad93ee9a32df8b5acb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 221/442] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:43:05 2026] GET /v2.0/security-groups?tenant_id=cd0abf3f3185466b940c3d3b63e4ca43&name=default => generated 2922 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:43:06.232 7 INFO neutron.db.l3_hamode_db [None req-799755d6-2694-49dd-9795-736033260095 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 222/443] 10.0.0.205 () {34 vars in 783 bytes} [Tue May 5 16:43:05 2026] PUT /v2.0/routers/d894d005-f5e1-4df3-b796-5ae28001bca7/add_router_interface => generated 309 bytes in 1244 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/444] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:43:05 2026] POST /v2.0/routers => generated 738 bytes in 1936 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/445] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:43:07 2026] DELETE /v2.0/security-groups/58c4447b-87c7-45f9-b8b2-8e6fbc639ea6 => 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: 223/446] 10.0.0.205 () {34 vars in 783 bytes} [Tue May 5 16:43:06 2026] PUT /v2.0/routers/56f62497-f35e-4e0e-8eca-207bc5269d70/add_router_interface => generated 309 bytes in 1075 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/447] 10.0.0.8 () {38 vars in 969 bytes} [Tue May 5 16:43:07 2026] POST /v2.0/security-groups => generated 1685 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/448] 10.0.0.205 () {34 vars in 783 bytes} [Tue May 5 16:43:07 2026] PUT /v2.0/routers/c021c3d9-a359-4cb3-9695-ac5150ada736/add_router_interface => generated 309 bytes in 1154 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/449] 10.0.0.205 () {34 vars in 685 bytes} [Tue May 5 16:43:08 2026] POST /v2.0/security-groups => generated 1661 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/450] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:43:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/451] 10.0.0.8 () {34 vars in 989 bytes} [Tue May 5 16:43:08 2026] GET /v2.0/security-groups/54c4bfc5-a346-461e-8c55-474e11456fba => generated 1685 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/452] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:43:08 2026] POST /v2.0/security-group-rules => generated 602 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/453] 10.0.0.8 () {38 vars in 979 bytes} [Tue May 5 16:43:08 2026] POST /v2.0/security-group-rules => generated 614 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/454] 10.0.0.205 () {34 vars in 685 bytes} [Tue May 5 16:43:08 2026] POST /v2.0/security-groups => generated 1660 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-05 16:43:09.170 8 INFO neutron.db.segments_db [None req-8abb86d9-0fe1-4d40-8332-e82820a50f28 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Added segment 5d220c08-6599-4cd7-9802-27c8bd904345 of type vxlan for network e96036bd-be33-46ee-8dd0-2ddb62603c7f [pid: 8|app: 0|req: 229/455] 10.0.0.205 () {34 vars in 671 bytes} [Tue May 5 16:43:08 2026] POST /v2.0/networks => generated 729 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/456] 10.0.0.8 () {38 vars in 969 bytes} [Tue May 5 16:43:09 2026] POST /v2.0/security-groups => generated 1685 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/457] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:43:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/458] 10.0.0.205 () {34 vars in 676 bytes} [Tue May 5 16:43:08 2026] POST /v2.0/floatingips => generated 552 bytes in 538 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/459] 10.0.0.8 () {34 vars in 989 bytes} [Tue May 5 16:43:09 2026] GET /v2.0/security-groups/a81c5618-2d4f-40aa-8cc6-0c6d663f7ded => generated 1685 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/460] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:43:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/461] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:43:09 2026] POST /v2.0/subnets => generated 695 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/462] 10.0.0.8 () {38 vars in 979 bytes} [Tue May 5 16:43:09 2026] POST /v2.0/security-group-rules => generated 614 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:43:09.875 7 INFO neutron.db.segments_db [None req-56a137d6-0a1b-4447-9a3c-3aea0cba1dd9 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Added segment 96102cab-5537-4c06-ad9b-88663ec99384 of type vxlan for network 5c916d67-9f94-4201-99bb-9816135057a8 2026-05-05 16:43:10.124 7 INFO neutron.db.l3_hamode_db [None req-56a137d6-0a1b-4447-9a3c-3aea0cba1dd9 3ab93697386646a58380ba368f7fdc35 50d6d0bdb64640d8a409a0aa929bb91b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 233/463] 10.0.0.205 () {34 vars in 676 bytes} [Tue May 5 16:43:09 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: 8|app: 0|req: 234/464] 10.0.0.8 () {34 vars in 989 bytes} [Tue May 5 16:43:10 2026] GET /v2.0/security-groups/a81c5618-2d4f-40aa-8cc6-0c6d663f7ded => generated 2310 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/465] 10.0.0.8 () {34 vars in 1098 bytes} [Tue May 5 16:43:10 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1455226622&fields=id&tenant_id=5c5fd56a68dc4092bfafeaf3c3579773 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/466] 10.0.0.8 () {38 vars in 979 bytes} [Tue May 5 16:43:10 2026] POST /v2.0/security-group-rules => generated 619 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/467] 10.0.0.8 () {34 vars in 980 bytes} [Tue May 5 16:43:10 2026] GET /v2.0/networks?id=d7927d41-87e9-464b-b591-58cf75a3a0d2 => generated 676 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/468] 10.0.0.8 () {34 vars in 989 bytes} [Tue May 5 16:43:10 2026] GET /v2.0/security-groups/a81c5618-2d4f-40aa-8cc6-0c6d663f7ded => generated 2940 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/469] 10.0.0.8 () {34 vars in 963 bytes} [Tue May 5 16:43:10 2026] GET /v2.0/quotas/5c5fd56a68dc4092bfafeaf3c3579773 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/470] 10.0.0.8 () {34 vars in 1000 bytes} [Tue May 5 16:43:10 2026] GET /v2.0/ports?tenant_id=5c5fd56a68dc4092bfafeaf3c3579773&fields=id => generated 57 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/471] 10.0.0.8 () {34 vars in 999 bytes} [Tue May 5 16:43:10 2026] GET /v2.0/security-group-rules/7a375a39-3b58-4da5-92f2-7b1b7178eeb3 => generated 616 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/472] 10.0.0.8 () {34 vars in 989 bytes} [Tue May 5 16:43:10 2026] GET /v2.0/security-groups/a81c5618-2d4f-40aa-8cc6-0c6d663f7ded => generated 2940 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/473] 10.0.0.8 () {36 vars in 1021 bytes} [Tue May 5 16:43:10 2026] DELETE /v2.0/security-group-rules/7a375a39-3b58-4da5-92f2-7b1b7178eeb3 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:43:10.968 7 INFO neutron.db.l3_hamode_db [None req-56a137d6-0a1b-4447-9a3c-3aea0cba1dd9 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 244/474] 10.0.0.8 () {34 vars in 1096 bytes} [Tue May 5 16:43:10 2026] GET /v2.0/security-groups?name=tempest-securitygroup--821000350&fields=id&tenant_id=bddf28f32bb440ad93ee9a32df8b5acb => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/475] 10.0.0.8 () {34 vars in 980 bytes} [Tue May 5 16:43:11 2026] GET /v2.0/networks?id=d3f5c757-a808-43f5-b237-92373772c5ab => generated 683 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/476] 10.0.0.8 () {34 vars in 905 bytes} [Tue May 5 16:43:11 2026] GET /v2.0/extensions => generated 21537 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/477] 10.0.0.8 () {34 vars in 963 bytes} [Tue May 5 16:43:11 2026] GET /v2.0/quotas/bddf28f32bb440ad93ee9a32df8b5acb => 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: 248/478] 10.0.0.8 () {34 vars in 1006 bytes} [Tue May 5 16:43:11 2026] GET /v2.0/networks/d7927d41-87e9-464b-b591-58cf75a3a0d2?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/479] 10.0.0.8 () {34 vars in 1000 bytes} [Tue May 5 16:43:11 2026] GET /v2.0/ports?tenant_id=bddf28f32bb440ad93ee9a32df8b5acb&fields=id => generated 57 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/480] 10.0.0.8 () {34 vars in 1106 bytes} [Tue May 5 16:43:11 2026] GET /v2.0/networks/d7927d41-87e9-464b-b591-58cf75a3a0d2?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: 251/481] 10.0.0.8 () {34 vars in 989 bytes} [Tue May 5 16:43:11 2026] GET /v2.0/security-groups/a81c5618-2d4f-40aa-8cc6-0c6d663f7ded => generated 2310 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/482] 10.0.0.8 () {36 vars in 1011 bytes} [Tue May 5 16:43:11 2026] DELETE /v2.0/security-groups/a81c5618-2d4f-40aa-8cc6-0c6d663f7ded => 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: 253/483] 10.0.0.8 () {34 vars in 905 bytes} [Tue May 5 16:43:11 2026] GET /v2.0/extensions => generated 21537 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/484] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:11 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/485] 10.0.0.8 () {34 vars in 1006 bytes} [Tue May 5 16:43:11 2026] GET /v2.0/networks/d3f5c757-a808-43f5-b237-92373772c5ab?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/486] 10.0.0.8 () {34 vars in 989 bytes} [Tue May 5 16:43:11 2026] GET /v2.0/security-groups/54c4bfc5-a346-461e-8c55-474e11456fba => generated 2310 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/487] 10.0.0.8 () {34 vars in 1106 bytes} [Tue May 5 16:43:11 2026] GET /v2.0/networks/d3f5c757-a808-43f5-b237-92373772c5ab?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: 258/488] 10.0.0.8 () {36 vars in 1011 bytes} [Tue May 5 16:43:11 2026] DELETE /v2.0/security-groups/54c4bfc5-a346-461e-8c55-474e11456fba => 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: 231/489] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:43:09 2026] POST /v2.0/routers => generated 735 bytes in 2604 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/490] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:12 2026] GET /v2.0/ports?device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:43:12.923 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab5c81d3-ff76-4a6c-8454-286ce2d6356e 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: 759101af-2fee-4c47-ad00-236284047995 2026-05-05 16:43:12.936 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab5c81d3-ff76-4a6c-8454-286ce2d6356e 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: 759101af-2fee-4c47-ad00-236284047995 [pid: 8|app: 0|req: 259/491] 10.0.0.205 () {34 vars in 789 bytes} [Tue May 5 16:43:11 2026] PUT /v2.0/routers/d894d005-f5e1-4df3-b796-5ae28001bca7/remove_router_interface => generated 309 bytes in 1629 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/492] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:13 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => 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: 233/493] 10.0.0.205 () {34 vars in 783 bytes} [Tue May 5 16:43:12 2026] PUT /v2.0/routers/fb770a6a-8ddb-4fae-b7b7-d7b2d64ba02f/add_router_interface => generated 309 bytes in 1208 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/494] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:13 2026] GET /v2.0/ports?device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:43:13.811 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d15be68-22af-4e3d-a7d7-e1f5385e711c 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: a8a6385e-e8f8-49d6-844b-1be3fbd90833 2026-05-05 16:43:13.814 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d15be68-22af-4e3d-a7d7-e1f5385e711c 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: a8a6385e-e8f8-49d6-844b-1be3fbd90833 2026-05-05 16:43:14.063 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d15be68-22af-4e3d-a7d7-e1f5385e711c 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: 39e42883-e073-444b-83aa-9c9981350a18 2026-05-05 16:43:14.066 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d15be68-22af-4e3d-a7d7-e1f5385e711c 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: 39e42883-e073-444b-83aa-9c9981350a18 2026-05-05 16:43:14.157 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-7d15be68-22af-4e3d-a7d7-e1f5385e711c 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - 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: 235/495] 10.0.0.205 () {34 vars in 685 bytes} [Tue May 5 16:43:14 2026] POST /v2.0/security-groups => generated 1659 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/496] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:43:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/497] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:43:14 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-05-05 16:43:14.600 8 INFO neutron.db.l3_hamode_db [None req-7d15be68-22af-4e3d-a7d7-e1f5385e711c 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] HA network eed6d680-127f-4743-98cb-6912c2dd9ab4 was deleted as no HA routers are present in tenant a451f0c5bf254abeac9508305e519a4e. [pid: 8|app: 0|req: 261/498] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:43:13 2026] DELETE /v2.0/routers/d894d005-f5e1-4df3-b796-5ae28001bca7 => generated 0 bytes in 1016 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/499] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:43:14 2026] DELETE /v2.0/subnets/5618e2f7-8cf6-40bc-a67f-69d4c4085557 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/500] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:14 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => 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: 264/501] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:14 2026] GET /v2.0/ports?device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:43:14.946 8 INFO neutron.services.segments.plugin [-] Segment f934ce81-7a29-48f8-937d-003e45d12490 resource provider aggregate not found 2026-05-05 16:43:14.949 8 INFO neutron.services.segments.plugin [-] Segment f934ce81-7a29-48f8-937d-003e45d12490 resource provider aggregate not found 2026-05-05 16:43:14.967 8 INFO neutron.services.segments.plugin [-] Segment f934ce81-7a29-48f8-937d-003e45d12490 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f934ce81-7a29-48f8-937d-003e45d12490 found for delete ", "request_id": "req-cfaaab73-a874-4bfb-8b38-69cf757f9217"}]} 2026-05-05 16:43:14.969 8 INFO neutron.services.segments.plugin [-] Segment f934ce81-7a29-48f8-937d-003e45d12490 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f934ce81-7a29-48f8-937d-003e45d12490 found for delete ", "request_id": "req-1516797a-a6f4-4a88-a134-2ed9653642d7"}]} 2026-05-05 16:43:15.002 8 INFO neutron_taas.services.taas.taas_plugin [None req-325cb7d7-9b60-4468-a97b-23ce2fba3c6c 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: dcbe3479-d5a1-4011-9ec2-57596d95fa94 2026-05-05 16:43:15.005 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-325cb7d7-9b60-4468-a97b-23ce2fba3c6c 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: dcbe3479-d5a1-4011-9ec2-57596d95fa94 [pid: 7|app: 0|req: 238/502] 10.0.0.205 () {34 vars in 676 bytes} [Tue May 5 16:43:14 2026] POST /v2.0/floatingips => generated 552 bytes in 548 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/503] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:43:14 2026] DELETE /v2.0/networks/2f87d4cd-d743-4e1b-91b9-cba63e057974 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/504] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:43:15 2026] GET /v2.0/security-groups?tenant_id=a451f0c5bf254abeac9508305e519a4e&name=default => generated 2921 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/505] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:43:15 2026] DELETE /v2.0/security-groups/bcbdbe88-e7db-4cef-a326-5ffe51ce1830 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/508] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:15 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/509] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:15 2026] GET /v2.0/ports?device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => 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: 242/510] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:43:16 2026] GET /v2.0/networks?id=d7927d41-87e9-464b-b591-58cf75a3a0d2 => generated 676 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/511] 199.204.45.153 () {34 vars in 911 bytes} [Tue May 5 16:43:16 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/512] 199.204.45.153 () {34 vars in 1050 bytes} [Tue May 5 16:43:16 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5c5fd56a68dc4092bfafeaf3c3579773 => generated 181 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:43:16.998 8 INFO neutron.services.segments.plugin [-] Segment 38a8bc96-9f42-4ba4-8c1d-b0aa79df481f resource provider aggregate not found 2026-05-05 16:43:17.003 8 INFO neutron.services.segments.plugin [-] Segment 38a8bc96-9f42-4ba4-8c1d-b0aa79df481f resource provider aggregate not found 2026-05-05 16:43:17.034 8 INFO neutron.services.segments.plugin [-] Segment 38a8bc96-9f42-4ba4-8c1d-b0aa79df481f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38a8bc96-9f42-4ba4-8c1d-b0aa79df481f found for delete ", "request_id": "req-65261644-6d81-4083-8b70-20811e1a19e2"}]} 2026-05-05 16:43:17.035 8 INFO neutron.services.segments.plugin [-] Segment 38a8bc96-9f42-4ba4-8c1d-b0aa79df481f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38a8bc96-9f42-4ba4-8c1d-b0aa79df481f found for delete ", "request_id": "req-5ee7c6a6-7127-46df-ae72-711742cfe6c1"}]} [pid: 7|app: 0|req: 244/513] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:17 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => 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: 245/514] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:17 2026] GET /v2.0/ports?device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => 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: 270/515] 199.204.45.153 () {38 vars in 955 bytes} [Tue May 5 16:43:16 2026] POST /v2.0/ports => generated 954 bytes in 545 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:43:17.530 7 INFO neutron.db.segments_db [None req-d5ec1984-0a79-4700-80f4-56f110d7a5f2 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Added segment ee5296e7-d84b-4763-97ff-6e9f7ef9a950 of type vxlan for network be618d34-86c1-4151-8b60-f479e8c98156 [pid: 7|app: 0|req: 246/516] 10.0.0.205 () {34 vars in 671 bytes} [Tue May 5 16:43:17 2026] POST /v2.0/networks => generated 726 bytes in 290 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: 271/517] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:43:17 2026] POST /v2.0/subnets => generated 692 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:43:17.883 8 INFO neutron.db.segments_db [None req-dacc27f5-4523-414c-ba7c-6291b9ff97e1 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Added segment a0f3104f-93fb-408f-98e1-5c30fd7ca1a6 of type vxlan for network 3d25bacb-9e1d-4609-89e9-24e67509cea8 2026-05-05 16:43:18.123 8 INFO neutron.db.l3_hamode_db [None req-dacc27f5-4523-414c-ba7c-6291b9ff97e1 3ab93697386646a58380ba368f7fdc35 da3f7d0df85b4c6c94bcca63e00f525c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 247/518] 199.204.45.153 () {38 vars in 1028 bytes} [Tue May 5 16:43:17 2026] PUT /v2.0/ports/43870d2a-cd41-4462-8564-9ff50752e652 => generated 1235 bytes in 513 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: 248/519] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:18 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => generated 969 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/520] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:18 2026] GET /v2.0/ports?device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => 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: 250/521] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:43:18 2026] GET /v2.0/networks?id=d3f5c757-a808-43f5-b237-92373772c5ab => generated 683 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/522] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:18 2026] GET /v2.0/security-groups?id=17d9e0e3-285b-4990-bbe4-fa775f9bc3c4&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/523] 199.204.45.153 () {34 vars in 1050 bytes} [Tue May 5 16:43:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bddf28f32bb440ad93ee9a32df8b5acb => generated 180 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:43:18.756 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-73bc7a08-6a2c-403e-9187-c9d619ed37e7'] response: {'name': 'network-changed', 'server_uuid': 'b7f80436-4a1e-41d9-9f9d-9df012bbdbd0', 'tag': '43870d2a-cd41-4462-8564-9ff50752e652', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 253/524] 199.204.45.153 () {38 vars in 955 bytes} [Tue May 5 16:43:18 2026] POST /v2.0/ports => generated 958 bytes in 488 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-05-05 16:43:19.087 8 INFO neutron.db.l3_hamode_db [None req-dacc27f5-4523-414c-ba7c-6291b9ff97e1 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 254/525] 199.204.45.153 () {38 vars in 1028 bytes} [Tue May 5 16:43:18 2026] PUT /v2.0/ports/33022d7d-f056-47bd-bfa7-4b45205c7c34 => generated 1239 bytes in 431 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: 255/526] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:43:19 2026] GET /v2.0/ports?tenant_id=5c5fd56a68dc4092bfafeaf3c3579773&device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => generated 1238 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/527] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:19 2026] GET /v2.0/ports?device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/528] 199.204.45.153 () {34 vars in 1058 bytes} [Tue May 5 16:43:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=43870d2a-cd41-4462-8564-9ff50752e652 => 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: 258/529] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:19 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/530] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:19 2026] GET /v2.0/security-groups?id=38634b47-3609-4f83-9718-28f636f6819a&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/531] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:43:19 2026] GET /v2.0/subnets?id=c6860536-66c3-415f-afcb-89b62d618e08 => generated 694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/532] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:19 2026] GET /v2.0/security-groups?id=17d9e0e3-285b-4990-bbe4-fa775f9bc3c4&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/533] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:43:19 2026] GET /v2.0/ports?network_id=d7927d41-87e9-464b-b591-58cf75a3a0d2&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/534] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:43:19 2026] GET /v2.0/networks/d7927d41-87e9-464b-b591-58cf75a3a0d2?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/535] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:43:19 2026] GET /v2.0/networks/d7927d41-87e9-464b-b591-58cf75a3a0d2?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: 272/536] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:43:17 2026] POST /v2.0/routers => generated 732 bytes in 2047 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/537] 10.0.0.8 () {34 vars in 1096 bytes} [Tue May 5 16:43:20 2026] GET /v2.0/security-groups?name=tempest-securitygroup--706321402&fields=id&tenant_id=50d6d0bdb64640d8a409a0aa929bb91b => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/538] 10.0.0.8 () {34 vars in 980 bytes} [Tue May 5 16:43:20 2026] GET /v2.0/networks?id=e96036bd-be33-46ee-8dd0-2ddb62603c7f => generated 680 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/539] 10.0.0.8 () {34 vars in 963 bytes} [Tue May 5 16:43:20 2026] GET /v2.0/quotas/50d6d0bdb64640d8a409a0aa929bb91b => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/540] 10.0.0.8 () {34 vars in 1000 bytes} [Tue May 5 16:43:20 2026] GET /v2.0/ports?tenant_id=50d6d0bdb64640d8a409a0aa929bb91b&fields=id => generated 57 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/541] 10.0.0.8 () {34 vars in 1006 bytes} [Tue May 5 16:43:20 2026] GET /v2.0/networks/e96036bd-be33-46ee-8dd0-2ddb62603c7f?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/542] 10.0.0.8 () {34 vars in 1106 bytes} [Tue May 5 16:43:20 2026] GET /v2.0/networks/e96036bd-be33-46ee-8dd0-2ddb62603c7f?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: 279/543] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:43:20 2026] GET /v2.0/ports?tenant_id=bddf28f32bb440ad93ee9a32df8b5acb&device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => generated 1242 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/544] 199.204.45.153 () {34 vars in 1060 bytes} [Tue May 5 16:43:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=33022d7d-f056-47bd-bfa7-4b45205c7c34 => 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: 281/545] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:43:20 2026] GET /v2.0/subnets?id=9997b20a-7bfb-4d46-9084-4ea0be453f5b => generated 701 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/546] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:43:20 2026] GET /v2.0/ports?network_id=d3f5c757-a808-43f5-b237-92373772c5ab&device_owner=network%3Adhcp => generated 1244 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/547] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:43:20 2026] GET /v2.0/networks/d3f5c757-a808-43f5-b237-92373772c5ab?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: 284/548] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:20 2026] GET /v2.0/ports?device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => generated 973 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/549] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:43:20 2026] GET /v2.0/networks/d3f5c757-a808-43f5-b237-92373772c5ab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/550] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:20 2026] GET /v2.0/ports?device_id=84b16981-d63e-4039-8a39-d835df9f5b75 => 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: 287/551] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:43:20 2026] GET /v2.0/ports?tenant_id=5c5fd56a68dc4092bfafeaf3c3579773&device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/552] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:21 2026] GET /v2.0/security-groups?id=38634b47-3609-4f83-9718-28f636f6819a&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:43:21.116 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e36fd277-5d6e-4ba1-a9c9-1bc8233b84f8'] response: {'name': 'network-changed', 'server_uuid': 'e99f0e84-0a92-4649-99f5-d3b81347d2a5', 'tag': '33022d7d-f056-47bd-bfa7-4b45205c7c34', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 289/553] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:43:21 2026] GET /v2.0/networks?id=d7927d41-87e9-464b-b591-58cf75a3a0d2 => generated 772 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/554] 10.0.0.205 () {34 vars in 783 bytes} [Tue May 5 16:43:19 2026] PUT /v2.0/routers/f827cc18-3ac6-4204-902b-1e087a3d40f9/add_router_interface => generated 309 bytes in 1237 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/555] 199.204.45.153 () {34 vars in 1058 bytes} [Tue May 5 16:43:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=43870d2a-cd41-4462-8564-9ff50752e652 => 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: 290/556] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:21 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/557] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:43:21 2026] GET /v2.0/subnets?id=c6860536-66c3-415f-afcb-89b62d618e08 => generated 694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/558] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:21 2026] GET /v2.0/security-groups?id=17d9e0e3-285b-4990-bbe4-fa775f9bc3c4&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: 268/559] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:43:21 2026] GET /v2.0/ports?network_id=d7927d41-87e9-464b-b591-58cf75a3a0d2&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: 292/560] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:43:21 2026] GET /v2.0/networks/d7927d41-87e9-464b-b591-58cf75a3a0d2?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: 269/561] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:43:21 2026] GET /v2.0/networks/d7927d41-87e9-464b-b591-58cf75a3a0d2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/562] 10.0.0.8 () {38 vars in 969 bytes} [Tue May 5 16:43:21 2026] POST /v2.0/security-groups => generated 1681 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/563] 10.0.0.8 () {38 vars in 969 bytes} [Tue May 5 16:43:21 2026] POST /v2.0/security-groups => generated 1681 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/564] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:43:21 2026] GET /v2.0/ports?tenant_id=bddf28f32bb440ad93ee9a32df8b5acb&device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/565] 10.0.0.8 () {38 vars in 969 bytes} [Tue May 5 16:43:21 2026] POST /v2.0/security-groups => generated 1681 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/566] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:43:22 2026] GET /v2.0/networks?id=d3f5c757-a808-43f5-b237-92373772c5ab => generated 779 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/567] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:22 2026] GET /v2.0/ports?device_id=84b16981-d63e-4039-8a39-d835df9f5b75 => 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: 273/568] 10.0.0.8 () {34 vars in 1000 bytes} [Tue May 5 16:43:22 2026] GET /v2.0/security-groups?tenant_id=da3f7d0df85b4c6c94bcca63e00f525c => generated 7908 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/569] 199.204.45.153 () {34 vars in 1060 bytes} [Tue May 5 16:43:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=33022d7d-f056-47bd-bfa7-4b45205c7c34 => 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: 274/570] 10.0.0.8 () {34 vars in 989 bytes} [Tue May 5 16:43:22 2026] GET /v2.0/security-groups/4d5835ce-5fca-4f50-bc10-b8bdc5d6ab0e => generated 2922 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/571] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:43:22 2026] GET /v2.0/subnets?id=9997b20a-7bfb-4d46-9084-4ea0be453f5b => 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: 298/572] 10.0.0.8 () {34 vars in 989 bytes} [Tue May 5 16:43:22 2026] GET /v2.0/security-groups/4d5835ce-5fca-4f50-bc10-b8bdc5d6ab0e => generated 2922 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/573] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:22 2026] GET /v2.0/ports?device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/574] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:43:22 2026] GET /v2.0/ports?network_id=d3f5c757-a808-43f5-b237-92373772c5ab&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: 7|app: 0|req: 276/575] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:22 2026] GET /v2.0/security-groups?id=38634b47-3609-4f83-9718-28f636f6819a&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/576] 10.0.0.8 () {34 vars in 989 bytes} [Tue May 5 16:43:22 2026] GET /v2.0/security-groups/18111acd-a949-40a8-b9ea-93ab74c3514f => generated 1681 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/577] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:43:22 2026] GET /v2.0/networks/d3f5c757-a808-43f5-b237-92373772c5ab?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: 301/578] 10.0.0.8 () {36 vars in 1011 bytes} [Tue May 5 16:43:22 2026] DELETE /v2.0/security-groups/18111acd-a949-40a8-b9ea-93ab74c3514f => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/579] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:43:22 2026] GET /v2.0/networks/d3f5c757-a808-43f5-b237-92373772c5ab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:43:22.330 7 INFO neutron.api.v2.resource [req-0dd3509f-bf2e-4a48-9152-c259144b1d67 req-cc3493d9-bf84-4621-930a-d6d6add79fca 1599fd77776c4bb2b854ff5403e20eb1 da3f7d0df85b4c6c94bcca63e00f525c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 279/580] 10.0.0.8 () {34 vars in 989 bytes} [Tue May 5 16:43:22 2026] GET /v2.0/security-groups/18111acd-a949-40a8-b9ea-93ab74c3514f => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/581] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:22 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => 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: 280/582] 10.0.0.8 () {34 vars in 989 bytes} [Tue May 5 16:43:22 2026] GET /v2.0/security-groups/03112fb3-5bcc-4272-af91-97422148ee39 => generated 1681 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/583] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:22 2026] GET /v2.0/security-groups?id=17d9e0e3-285b-4990-bbe4-fa775f9bc3c4&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/584] 10.0.0.8 () {36 vars in 1011 bytes} [Tue May 5 16:43:22 2026] DELETE /v2.0/security-groups/03112fb3-5bcc-4272-af91-97422148ee39 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:43:22.479 8 INFO neutron.api.v2.resource [req-9dccb3bf-733f-4b73-ad0c-d74b587f1bb3 req-32bfc44a-b977-47d7-8763-59e2596a2a20 1599fd77776c4bb2b854ff5403e20eb1 da3f7d0df85b4c6c94bcca63e00f525c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 304/585] 10.0.0.8 () {34 vars in 989 bytes} [Tue May 5 16:43:22 2026] GET /v2.0/security-groups/03112fb3-5bcc-4272-af91-97422148ee39 => 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: 282/586] 10.0.0.8 () {34 vars in 989 bytes} [Tue May 5 16:43:22 2026] GET /v2.0/security-groups/7e5f890f-b2e7-4f3c-873c-8046c89313eb => generated 1681 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/587] 10.0.0.8 () {36 vars in 1011 bytes} [Tue May 5 16:43:22 2026] DELETE /v2.0/security-groups/7e5f890f-b2e7-4f3c-873c-8046c89313eb => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:43:22.630 7 INFO neutron.api.v2.resource [req-716a0d86-234d-4058-b03d-6153bfad0e28 req-a0ea2fde-381e-4e23-a854-fd6c4b45442d 1599fd77776c4bb2b854ff5403e20eb1 da3f7d0df85b4c6c94bcca63e00f525c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 283/588] 10.0.0.8 () {34 vars in 989 bytes} [Tue May 5 16:43:22 2026] GET /v2.0/security-groups/7e5f890f-b2e7-4f3c-873c-8046c89313eb => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/589] 10.0.0.8 () {34 vars in 1000 bytes} [Tue May 5 16:43:22 2026] GET /v2.0/security-groups?tenant_id=da3f7d0df85b4c6c94bcca63e00f525c => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/590] 10.0.0.8 () {34 vars in 989 bytes} [Tue May 5 16:43:22 2026] GET /v2.0/security-groups/4d5835ce-5fca-4f50-bc10-b8bdc5d6ab0e => generated 2922 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/591] 10.0.0.8 () {34 vars in 989 bytes} [Tue May 5 16:43:22 2026] GET /v2.0/security-groups/4d5835ce-5fca-4f50-bc10-b8bdc5d6ab0e => generated 2922 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:43:22.797 7 INFO neutron.api.v2.resource [req-84f4e06e-11c3-4cd5-9e8b-cddf7cb3675d req-399e67d2-dbd8-402a-be28-e5e29366a2a6 1599fd77776c4bb2b854ff5403e20eb1 da3f7d0df85b4c6c94bcca63e00f525c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 285/592] 10.0.0.8 () {34 vars in 989 bytes} [Tue May 5 16:43:22 2026] GET /v2.0/security-groups/7e5f890f-b2e7-4f3c-873c-8046c89313eb => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:43:22.831 8 INFO neutron.api.v2.resource [req-e31274a0-db87-47b2-acf9-46d47e9f049d req-8466e977-d532-4748-b2cb-5474a117257d 1599fd77776c4bb2b854ff5403e20eb1 da3f7d0df85b4c6c94bcca63e00f525c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 308/593] 10.0.0.8 () {34 vars in 989 bytes} [Tue May 5 16:43:22 2026] GET /v2.0/security-groups/03112fb3-5bcc-4272-af91-97422148ee39 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:43:22.865 7 INFO neutron.api.v2.resource [req-1a79c12a-8aa2-48d2-b6fc-5d075b96b3ba req-3cf06b93-146f-4c69-bf3d-09a924f11b3c 1599fd77776c4bb2b854ff5403e20eb1 da3f7d0df85b4c6c94bcca63e00f525c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 286/594] 10.0.0.8 () {34 vars in 989 bytes} [Tue May 5 16:43:22 2026] GET /v2.0/security-groups/18111acd-a949-40a8-b9ea-93ab74c3514f => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:43:23.155 8 INFO neutron_taas.services.taas.taas_plugin [None req-b519d78f-b9a1-4eee-a9d3-8419c818d8c3 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: 64d0a297-c52c-420b-b788-d8885ac13d1c 2026-05-05 16:43:23.157 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b519d78f-b9a1-4eee-a9d3-8419c818d8c3 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: 64d0a297-c52c-420b-b788-d8885ac13d1c [pid: 7|app: 0|req: 287/595] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:23 2026] GET /v2.0/ports?device_id=84b16981-d63e-4039-8a39-d835df9f5b75 => 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: 288/596] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:23 2026] GET /v2.0/ports?device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/597] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:23 2026] GET /v2.0/security-groups?id=38634b47-3609-4f83-9718-28f636f6819a&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: 290/598] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:23 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/599] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:23 2026] GET /v2.0/security-groups?id=17d9e0e3-285b-4990-bbe4-fa775f9bc3c4&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: 309/600] 10.0.0.205 () {34 vars in 789 bytes} [Tue May 5 16:43:22 2026] PUT /v2.0/routers/f827cc18-3ac6-4204-902b-1e087a3d40f9/remove_router_interface => generated 309 bytes in 721 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:43:23.771 7 INFO neutron_taas.services.taas.taas_plugin [None req-e014cf39-3fff-49aa-9b36-b8e3e8fe9c5f 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: 9f646b92-1bb3-421f-ab8d-63027d8ace42 2026-05-05 16:43:23.777 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e014cf39-3fff-49aa-9b36-b8e3e8fe9c5f 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: 9f646b92-1bb3-421f-ab8d-63027d8ace42 2026-05-05 16:43:24.079 7 INFO neutron_taas.services.taas.taas_plugin [None req-e014cf39-3fff-49aa-9b36-b8e3e8fe9c5f 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: ac08f822-69e1-4c99-b8a9-d2322245faf5 2026-05-05 16:43:24.082 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e014cf39-3fff-49aa-9b36-b8e3e8fe9c5f 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: ac08f822-69e1-4c99-b8a9-d2322245faf5 2026-05-05 16:43:24.151 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-e014cf39-3fff-49aa-9b36-b8e3e8fe9c5f 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - 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: 310/601] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:24 2026] GET /v2.0/ports?device_id=84b16981-d63e-4039-8a39-d835df9f5b75 => 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: 311/602] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:24 2026] GET /v2.0/ports?device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => 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: 312/603] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:24 2026] GET /v2.0/security-groups?id=38634b47-3609-4f83-9718-28f636f6819a&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:43:24.532 7 INFO neutron.db.l3_hamode_db [None req-e014cf39-3fff-49aa-9b36-b8e3e8fe9c5f 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] HA network 3d25bacb-9e1d-4609-89e9-24e67509cea8 was deleted as no HA routers are present in tenant da3f7d0df85b4c6c94bcca63e00f525c. [pid: 7|app: 0|req: 292/604] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:43:23 2026] DELETE /v2.0/routers/f827cc18-3ac6-4204-902b-1e087a3d40f9 => generated 0 bytes in 941 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/605] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:24 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => 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: 294/606] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:24 2026] GET /v2.0/security-groups?id=17d9e0e3-285b-4990-bbe4-fa775f9bc3c4&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/607] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:43:24 2026] DELETE /v2.0/subnets/4685e84c-ec5b-478f-af88-bad57284f48b => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:43:24.882 7 INFO neutron_taas.services.taas.taas_plugin [None req-d44f4583-f143-4558-95f1-7961adeee7c5 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: 2de4c840-28cb-4991-a04d-9a64b6071021 2026-05-05 16:43:24.885 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d44f4583-f143-4558-95f1-7961adeee7c5 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: 2de4c840-28cb-4991-a04d-9a64b6071021 2026-05-05 16:43:24.942 7 INFO neutron.services.segments.plugin [-] Segment a0f3104f-93fb-408f-98e1-5c30fd7ca1a6 resource provider aggregate not found 2026-05-05 16:43:24.969 7 INFO neutron.services.segments.plugin [-] Segment a0f3104f-93fb-408f-98e1-5c30fd7ca1a6 resource provider aggregate not found 2026-05-05 16:43:24.974 7 INFO neutron.services.segments.plugin [-] Segment a0f3104f-93fb-408f-98e1-5c30fd7ca1a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0f3104f-93fb-408f-98e1-5c30fd7ca1a6 found for delete ", "request_id": "req-ef523a0f-3cea-4fe6-be7e-901322eeba92"}]} 2026-05-05 16:43:24.988 7 INFO neutron.services.segments.plugin [-] Segment a0f3104f-93fb-408f-98e1-5c30fd7ca1a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0f3104f-93fb-408f-98e1-5c30fd7ca1a6 found for delete ", "request_id": "req-1b4ecfe2-f7c4-4543-a3bc-00beb75e1607"}]} [pid: 7|app: 0|req: 295/608] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:43:24 2026] DELETE /v2.0/networks/be618d34-86c1-4151-8b60-f479e8c98156 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/609] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:43:25 2026] GET /v2.0/networks?id=e96036bd-be33-46ee-8dd0-2ddb62603c7f => generated 680 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/610] 199.204.45.153 () {34 vars in 1050 bytes} [Tue May 5 16:43:25 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=50d6d0bdb64640d8a409a0aa929bb91b => generated 180 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/611] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:43:25 2026] GET /v2.0/security-groups?tenant_id=da3f7d0df85b4c6c94bcca63e00f525c&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/612] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:43:25 2026] DELETE /v2.0/security-groups/4d5835ce-5fca-4f50-bc10-b8bdc5d6ab0e => 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: 317/613] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:25 2026] GET /v2.0/ports?device_id=84b16981-d63e-4039-8a39-d835df9f5b75 => 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: 297/614] 199.204.45.153 () {38 vars in 955 bytes} [Tue May 5 16:43:25 2026] POST /v2.0/ports => generated 954 bytes in 301 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: 298/615] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:25 2026] GET /v2.0/ports?device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => generated 973 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/616] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:25 2026] GET /v2.0/security-groups?id=38634b47-3609-4f83-9718-28f636f6819a&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: 300/617] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:25 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => 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: 301/618] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:25 2026] GET /v2.0/security-groups?id=17d9e0e3-285b-4990-bbe4-fa775f9bc3c4&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: 318/619] 199.204.45.153 () {38 vars in 1028 bytes} [Tue May 5 16:43:25 2026] PUT /v2.0/ports/0c194603-cc53-490b-99db-39144ca7b207 => generated 1235 bytes in 452 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/620] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:26 2026] GET /v2.0/ports?device_id=84b16981-d63e-4039-8a39-d835df9f5b75 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 319/621] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:26 2026] GET /v2.0/security-groups?id=80b9f9de-6273-4e24-af46-60d9e8824189&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-05-05 16:43:26.601 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a4ff3084-c694-4e85-9d31-80742c00125b'] response: {'name': 'network-changed', 'server_uuid': '84b16981-d63e-4039-8a39-d835df9f5b75', 'tag': '0c194603-cc53-490b-99db-39144ca7b207', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 303/622] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:26 2026] GET /v2.0/ports?device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/623] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:26 2026] GET /v2.0/security-groups?id=38634b47-3609-4f83-9718-28f636f6819a&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/624] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:26 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:43:26.998 7 INFO neutron.services.segments.plugin [-] Segment ee5296e7-d84b-4763-97ff-6e9f7ef9a950 resource provider aggregate not found [pid: 8|app: 0|req: 321/625] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:26 2026] GET /v2.0/security-groups?id=17d9e0e3-285b-4990-bbe4-fa775f9bc3c4&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-05-05 16:43:27.019 7 INFO neutron.services.segments.plugin [-] Segment ee5296e7-d84b-4763-97ff-6e9f7ef9a950 resource provider aggregate not found 2026-05-05 16:43:27.029 7 INFO neutron.services.segments.plugin [-] Segment ee5296e7-d84b-4763-97ff-6e9f7ef9a950 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee5296e7-d84b-4763-97ff-6e9f7ef9a950 found for delete ", "request_id": "req-b81b5833-2593-4de7-9ee1-ef7055996f24"}]} 2026-05-05 16:43:27.037 7 INFO neutron.services.segments.plugin [-] Segment ee5296e7-d84b-4763-97ff-6e9f7ef9a950 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee5296e7-d84b-4763-97ff-6e9f7ef9a950 found for delete ", "request_id": "req-530f9613-4987-426c-869a-bf3bfc39b01b"}]} [pid: 7|app: 0|req: 305/626] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:43:27 2026] GET /v2.0/ports?tenant_id=50d6d0bdb64640d8a409a0aa929bb91b&device_id=84b16981-d63e-4039-8a39-d835df9f5b75 => generated 1238 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/627] 199.204.45.153 () {34 vars in 1058 bytes} [Tue May 5 16:43:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=0c194603-cc53-490b-99db-39144ca7b207 => 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: 306/628] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:43:27 2026] GET /v2.0/subnets?id=6f36ff65-c28a-4327-8cf4-4a030efda731 => generated 698 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/629] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:43:27 2026] GET /v2.0/ports?network_id=e96036bd-be33-46ee-8dd0-2ddb62603c7f&device_owner=network%3Adhcp => 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: 307/630] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:43:27 2026] GET /v2.0/networks/e96036bd-be33-46ee-8dd0-2ddb62603c7f?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/631] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:43:27 2026] GET /v2.0/networks/e96036bd-be33-46ee-8dd0-2ddb62603c7f?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: 308/632] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:27 2026] GET /v2.0/ports?device_id=84b16981-d63e-4039-8a39-d835df9f5b75 => generated 969 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/633] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:27 2026] GET /v2.0/security-groups?id=80b9f9de-6273-4e24-af46-60d9e8824189&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: 309/634] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:27 2026] GET /v2.0/ports?device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => generated 975 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/635] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:28 2026] GET /v2.0/security-groups?id=38634b47-3609-4f83-9718-28f636f6819a&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/636] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:28 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => 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: 327/637] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:28 2026] GET /v2.0/security-groups?id=17d9e0e3-285b-4990-bbe4-fa775f9bc3c4&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: 328/638] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:43:28 2026] GET /v2.0/ports?tenant_id=50d6d0bdb64640d8a409a0aa929bb91b&device_id=84b16981-d63e-4039-8a39-d835df9f5b75 => generated 1238 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/639] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:43:28 2026] GET /v2.0/networks?id=e96036bd-be33-46ee-8dd0-2ddb62603c7f => generated 776 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/640] 199.204.45.153 () {34 vars in 1058 bytes} [Tue May 5 16:43:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=0c194603-cc53-490b-99db-39144ca7b207 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/641] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:43:28 2026] GET /v2.0/subnets?id=6f36ff65-c28a-4327-8cf4-4a030efda731 => generated 698 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/642] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:43:28 2026] GET /v2.0/ports?network_id=e96036bd-be33-46ee-8dd0-2ddb62603c7f&device_owner=network%3Adhcp => 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: 311/643] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:43:28 2026] GET /v2.0/security-groups?tenant_id=d202414f852f4aa0b16e4cd4bb5f8b57&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/644] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:43:28 2026] GET /v2.0/networks/e96036bd-be33-46ee-8dd0-2ddb62603c7f?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/645] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:43:28 2026] GET /v2.0/networks/e96036bd-be33-46ee-8dd0-2ddb62603c7f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/646] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:43:28 2026] DELETE /v2.0/security-groups/1c471968-d6a3-4b3f-b604-0af111378407 => 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: 335/647] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:28 2026] GET /v2.0/ports?device_id=84b16981-d63e-4039-8a39-d835df9f5b75 => generated 969 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/648] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:28 2026] GET /v2.0/security-groups?id=80b9f9de-6273-4e24-af46-60d9e8824189&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: 336/649] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:29 2026] GET /v2.0/ports?device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/650] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:29 2026] GET /v2.0/security-groups?id=38634b47-3609-4f83-9718-28f636f6819a&fields=id&fields=name => generated 113 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/651] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:29 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/652] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:29 2026] GET /v2.0/security-groups?id=17d9e0e3-285b-4990-bbe4-fa775f9bc3c4&fields=id&fields=name => generated 114 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/653] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:29 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => 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: 339/654] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:30 2026] GET /v2.0/ports?device_id=84b16981-d63e-4039-8a39-d835df9f5b75 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/655] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:30 2026] GET /v2.0/security-groups?id=80b9f9de-6273-4e24-af46-60d9e8824189&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: 341/656] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:30 2026] GET /v2.0/ports?device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => 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: 342/657] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:30 2026] GET /v2.0/security-groups?id=38634b47-3609-4f83-9718-28f636f6819a&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-05-05 16:43:30.479 7 INFO neutron.db.l3_db [None req-a25436c8-14fa-40f2-b623-5fe94a8a811e 4043d98d45104aeca71b4940852f2479 5c5fd56a68dc4092bfafeaf3c3579773 - - default default] Floating IP 8ef0d627-5dc7-4326-ba2f-6a2c503547c9 associated. External IP: 10.96.250.220, port: 43870d2a-cd41-4462-8564-9ff50752e652. [pid: 7|app: 0|req: 316/660] 10.0.0.205 () {34 vars in 749 bytes} [Tue May 5 16:43:29 2026] PUT /v2.0/floatingips/8ef0d627-5dc7-4326-ba2f-6a2c503547c9 => generated 855 bytes in 1325 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:43:30.916 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-68ae6a52-2c5e-47e6-8e02-3be41d49b78d'] response: {'name': 'network-changed', 'server_uuid': 'b7f80436-4a1e-41d9-9f9d-9df012bbdbd0', 'tag': '43870d2a-cd41-4462-8564-9ff50752e652', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 317/661] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:31 2026] GET /v2.0/ports?device_id=84b16981-d63e-4039-8a39-d835df9f5b75 => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/662] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:31 2026] GET /v2.0/security-groups?id=80b9f9de-6273-4e24-af46-60d9e8824189&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/663] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:43:31 2026] GET /v2.0/ports?tenant_id=5c5fd56a68dc4092bfafeaf3c3579773&device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/664] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:31 2026] GET /v2.0/ports?device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => generated 975 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/665] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:43:31 2026] GET /v2.0/networks?id=d7927d41-87e9-464b-b591-58cf75a3a0d2 => generated 772 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/666] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:31 2026] GET /v2.0/security-groups?id=38634b47-3609-4f83-9718-28f636f6819a&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/667] 199.204.45.153 () {34 vars in 1058 bytes} [Tue May 5 16:43:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=43870d2a-cd41-4462-8564-9ff50752e652 => generated 858 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/668] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:43:31 2026] GET /v2.0/subnets?id=c6860536-66c3-415f-afcb-89b62d618e08 => generated 694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/669] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:31 2026] GET /v2.0/ports?device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/670] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:43:31 2026] GET /v2.0/ports?network_id=d7927d41-87e9-464b-b591-58cf75a3a0d2&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/671] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:43:31 2026] GET /v2.0/security-groups?tenant_id=ba1f369fddd34f68ad6cf3ee5af6223d&name=default => generated 2925 bytes in 735 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/672] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:43:31 2026] GET /v2.0/networks/d7927d41-87e9-464b-b591-58cf75a3a0d2?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/673] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:43:31 2026] DELETE /v2.0/security-groups/0f1c14a6-4409-47e9-8253-df9ce0276a16 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/674] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:43:32 2026] GET /v2.0/networks/d7927d41-87e9-464b-b591-58cf75a3a0d2?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-05-05 16:43:32.162 7 INFO neutron.db.l3_db [None req-f5ef0daf-c73c-416e-b8b1-0f7e153bc287 fdb204ccd2434ccb93c6a8b808369eb6 bddf28f32bb440ad93ee9a32df8b5acb - - default default] Floating IP 80cab0b3-30aa-45a1-b08d-4428eb400c85 associated. External IP: 10.96.250.212, port: 33022d7d-f056-47bd-bfa7-4b45205c7c34. [pid: 8|app: 0|req: 349/675] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:32 2026] GET /v2.0/ports?device_id=84b16981-d63e-4039-8a39-d835df9f5b75 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/676] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:32 2026] GET /v2.0/security-groups?id=80b9f9de-6273-4e24-af46-60d9e8824189&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/677] 10.0.0.205 () {34 vars in 749 bytes} [Tue May 5 16:43:31 2026] PUT /v2.0/floatingips/80cab0b3-30aa-45a1-b08d-4428eb400c85 => generated 856 bytes in 699 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/678] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:32 2026] GET /v2.0/ports?device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => 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: 328/679] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:32 2026] GET /v2.0/security-groups?id=38634b47-3609-4f83-9718-28f636f6819a&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-05-05 16:43:32.953 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e677635d-e3c9-4ded-81ab-fe36a9a310bd'] response: {'name': 'network-changed', 'server_uuid': 'e99f0e84-0a92-4649-99f5-d3b81347d2a5', 'tag': '33022d7d-f056-47bd-bfa7-4b45205c7c34', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 352/680] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:43:33 2026] GET /v2.0/ports?tenant_id=bddf28f32bb440ad93ee9a32df8b5acb&device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/681] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:43:33 2026] GET /v2.0/networks?id=d3f5c757-a808-43f5-b237-92373772c5ab => generated 779 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/682] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:33 2026] GET /v2.0/ports?device_id=84b16981-d63e-4039-8a39-d835df9f5b75 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/683] 199.204.45.153 () {34 vars in 1060 bytes} [Tue May 5 16:43:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=33022d7d-f056-47bd-bfa7-4b45205c7c34 => generated 859 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/684] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:33 2026] GET /v2.0/security-groups?id=80b9f9de-6273-4e24-af46-60d9e8824189&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: 331/685] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:43:33 2026] GET /v2.0/subnets?id=9997b20a-7bfb-4d46-9084-4ea0be453f5b => generated 701 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/686] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:43:33 2026] GET /v2.0/ports?network_id=d3f5c757-a808-43f5-b237-92373772c5ab&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/687] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:43:33 2026] GET /v2.0/networks/d3f5c757-a808-43f5-b237-92373772c5ab?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: 356/688] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:43:33 2026] GET /v2.0/networks/d3f5c757-a808-43f5-b237-92373772c5ab?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: 333/689] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:34 2026] GET /v2.0/ports?device_id=84b16981-d63e-4039-8a39-d835df9f5b75 => 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: 357/690] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:34 2026] GET /v2.0/security-groups?id=80b9f9de-6273-4e24-af46-60d9e8824189&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: 7|app: 0|req: 334/691] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:35 2026] GET /v2.0/ports?device_id=84b16981-d63e-4039-8a39-d835df9f5b75 => 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: 358/692] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:35 2026] GET /v2.0/security-groups?id=80b9f9de-6273-4e24-af46-60d9e8824189&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: 335/693] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:43:36 2026] GET /v2.0/security-groups?tenant_id=c3921f6b912d48ae8f6a39e4ce41f3bc&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/694] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:43:36 2026] DELETE /v2.0/security-groups/7dd50483-daef-44a7-9948-f837e1b8ac8a => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/695] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:37 2026] GET /v2.0/ports?device_id=84b16981-d63e-4039-8a39-d835df9f5b75 => 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: 360/696] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:37 2026] GET /v2.0/security-groups?id=80b9f9de-6273-4e24-af46-60d9e8824189&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: 337/697] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:37 2026] GET /v2.0/ports?device_id=84b16981-d63e-4039-8a39-d835df9f5b75 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:43:37.913 8 INFO neutron.db.l3_db [None req-55150de8-4449-4444-908d-2be9f5b86e29 ad18f48f7777485881d4b5ac4311c9d2 50d6d0bdb64640d8a409a0aa929bb91b - - default default] Floating IP dfc789d8-8986-4d7b-b151-af2634103bd0 associated. External IP: 10.96.250.213, port: 0c194603-cc53-490b-99db-39144ca7b207. [pid: 8|app: 0|req: 361/698] 10.0.0.205 () {34 vars in 749 bytes} [Tue May 5 16:43:37 2026] PUT /v2.0/floatingips/dfc789d8-8986-4d7b-b151-af2634103bd0 => generated 855 bytes in 903 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:43:38.339 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-07a8f9aa-31d9-4da2-9d75-e004db82b5a9'] response: {'name': 'network-changed', 'server_uuid': '84b16981-d63e-4039-8a39-d835df9f5b75', 'tag': '0c194603-cc53-490b-99db-39144ca7b207', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 338/699] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:38 2026] GET /v2.0/ports?device_id=84b16981-d63e-4039-8a39-d835df9f5b75 => 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: 362/700] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:38 2026] GET /v2.0/security-groups?id=80b9f9de-6273-4e24-af46-60d9e8824189&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: 339/701] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:38 2026] GET /v2.0/ports?device_id=84b16981-d63e-4039-8a39-d835df9f5b75 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/702] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:43:38 2026] GET /v2.0/ports?tenant_id=50d6d0bdb64640d8a409a0aa929bb91b&device_id=84b16981-d63e-4039-8a39-d835df9f5b75 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/703] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:38 2026] GET /v2.0/security-groups?id=80b9f9de-6273-4e24-af46-60d9e8824189&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: 364/704] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:43:38 2026] GET /v2.0/networks?id=e96036bd-be33-46ee-8dd0-2ddb62603c7f => generated 776 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/705] 199.204.45.153 () {34 vars in 1058 bytes} [Tue May 5 16:43:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=0c194603-cc53-490b-99db-39144ca7b207 => generated 858 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/706] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:43:39 2026] GET /v2.0/subnets?id=6f36ff65-c28a-4327-8cf4-4a030efda731 => generated 698 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/707] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:43:39 2026] GET /v2.0/ports?network_id=e96036bd-be33-46ee-8dd0-2ddb62603c7f&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: 368/708] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:43:39 2026] GET /v2.0/networks/e96036bd-be33-46ee-8dd0-2ddb62603c7f?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/709] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:43:39 2026] GET /v2.0/networks/e96036bd-be33-46ee-8dd0-2ddb62603c7f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:43:39.289 7 INFO neutron.db.segments_db [None req-dd88f034-2e22-4dd1-b150-241376f65e85 242c4176193745329935509004cf42aa 0b0d27aea76f404db26f6aa074fa0e98 - - default default] Added segment ad1ad2f5-db3e-45b4-b2c9-dcbb27b8fd64 of type vxlan for network 90f289dd-330b-4dcc-b3e3-4154b1b9d9ce [pid: 7|app: 0|req: 341/710] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:43:38 2026] POST /v2.0/networks => generated 630 bytes in 469 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/711] 10.0.0.40 () {34 vars in 989 bytes} [Tue May 5 16:43:39 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => generated 1240 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/712] 10.0.0.40 () {34 vars in 1039 bytes} [Tue May 5 16:43:39 2026] GET /v2.0/security-groups?id=17d9e0e3-285b-4990-bbe4-fa775f9bc3c4&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/713] 10.0.0.205 () {34 vars in 665 bytes} [Tue May 5 16:43:39 2026] POST /v2.0/ports => generated 778 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:43:39.785 7 INFO neutron.db.segments_db [None req-c2d09332-5013-4c38-a716-13dd992bbe18 242c4176193745329935509004cf42aa 0b0d27aea76f404db26f6aa074fa0e98 - - default default] Added segment 570f2cb2-8bd2-43b0-877c-d1c3dc1843b8 of type vxlan for network f25eb7e7-70b5-46bc-8b00-74c355c80298 [pid: 7|app: 0|req: 344/714] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:43:39 2026] POST /v2.0/networks => generated 617 bytes in 163 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: 345/715] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:40 2026] GET /v2.0/ports?device_id=84b16981-d63e-4039-8a39-d835df9f5b75 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/716] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:40 2026] GET /v2.0/security-groups?id=80b9f9de-6273-4e24-af46-60d9e8824189&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/717] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:43:39 2026] POST /v2.0/subnets => generated 646 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/718] 10.0.0.205 () {34 vars in 665 bytes} [Tue May 5 16:43:40 2026] POST /v2.0/ports => generated 965 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:43:40.719 8 INFO neutron_taas.services.taas.taas_plugin [None req-245af189-9a4e-4bbd-848d-88d531abffb4 242c4176193745329935509004cf42aa 0b0d27aea76f404db26f6aa074fa0e98 - - default default] TaaS: Handle Delete Port: eb875b39-fa62-42e5-bc6a-122379d7b55d 2026-05-05 16:43:40.726 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-245af189-9a4e-4bbd-848d-88d531abffb4 242c4176193745329935509004cf42aa 0b0d27aea76f404db26f6aa074fa0e98 - - default default] Tap Mirror: Handle Delete Port: eb875b39-fa62-42e5-bc6a-122379d7b55d [pid: 8|app: 0|req: 372/719] 10.0.0.205 () {32 vars in 720 bytes} [Tue May 5 16:43:40 2026] DELETE /v2.0/ports/eb875b39-fa62-42e5-bc6a-122379d7b55d => generated 0 bytes in 307 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-05-05 16:43:40.906 7 INFO neutron.pecan_wsgi.hooks.translation [None req-952b849d-d4cd-471b-9bda-dbd47d60f323 242c4176193745329935509004cf42aa 0b0d27aea76f404db26f6aa074fa0e98 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 348/720] 10.0.0.205 () {32 vars in 720 bytes} [Tue May 5 16:43:40 2026] DELETE /v2.0/ports/eb875b39-fa62-42e5-bc6a-122379d7b55d => generated 132 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:43:40.931 8 INFO neutron.pecan_wsgi.hooks.translation [None req-af4a3b73-3aff-4023-9269-388119c42b59 242c4176193745329935509004cf42aa 0b0d27aea76f404db26f6aa074fa0e98 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 373/721] 10.0.0.205 () {32 vars in 717 bytes} [Tue May 5 16:43:40 2026] GET /v2.0/ports/eb875b39-fa62-42e5-bc6a-122379d7b55d => 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: 349/722] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:43:40 2026] DELETE /v2.0/subnets/1684959f-25f5-4be1-8caa-cc37f5b97b16 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:43:41.202 8 INFO neutron.services.segments.plugin [-] Segment 570f2cb2-8bd2-43b0-877c-d1c3dc1843b8 resource provider aggregate not found 2026-05-05 16:43:41.209 8 INFO neutron.services.segments.plugin [-] Segment 570f2cb2-8bd2-43b0-877c-d1c3dc1843b8 resource provider aggregate not found 2026-05-05 16:43:41.231 8 INFO neutron.services.segments.plugin [-] Segment 570f2cb2-8bd2-43b0-877c-d1c3dc1843b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 570f2cb2-8bd2-43b0-877c-d1c3dc1843b8 found for delete ", "request_id": "req-d4924c0a-2ed9-4125-8a42-e7ad6a623c9d"}]} 2026-05-05 16:43:41.238 8 INFO neutron.services.segments.plugin [-] Segment 570f2cb2-8bd2-43b0-877c-d1c3dc1843b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 570f2cb2-8bd2-43b0-877c-d1c3dc1843b8 found for delete ", "request_id": "req-d5e261cd-1023-40d7-a454-a948d4d5cade"}]} [pid: 7|app: 0|req: 350/723] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:41 2026] GET /v2.0/ports?device_id=84b16981-d63e-4039-8a39-d835df9f5b75 => 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: 374/724] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:43:41 2026] DELETE /v2.0/networks/f25eb7e7-70b5-46bc-8b00-74c355c80298 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/725] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:41 2026] GET /v2.0/security-groups?id=80b9f9de-6273-4e24-af46-60d9e8824189&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/726] 199.204.45.153 () {34 vars in 994 bytes} [Tue May 5 16:43:41 2026] GET /v2.0/ports?device_id=84b16981-d63e-4039-8a39-d835df9f5b75 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:43:41.343 8 INFO neutron.db.segments_db [None req-d88d6eda-5672-4711-95ea-2a3fc01a3515 242c4176193745329935509004cf42aa 0b0d27aea76f404db26f6aa074fa0e98 - - default default] Added segment d7cf183a-4a4f-40bd-be6d-b552dc65c1e0 of type vxlan for network 6bdbffd4-10b8-4194-b1ee-ae1032e21624 [pid: 8|app: 0|req: 376/727] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:43:41 2026] POST /v2.0/networks => generated 616 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:43:41.494 7 INFO neutron_taas.services.taas.taas_plugin [req-07212c8c-8a05-4814-9030-e6c34bb1898c req-2ec87d30-d6f5-46e8-ab6d-ab165f7b59aa ad18f48f7777485881d4b5ac4311c9d2 50d6d0bdb64640d8a409a0aa929bb91b - - default default] TaaS: Handle Delete Port: 0c194603-cc53-490b-99db-39144ca7b207 2026-05-05 16:43:41.504 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-07212c8c-8a05-4814-9030-e6c34bb1898c req-2ec87d30-d6f5-46e8-ab6d-ab165f7b59aa ad18f48f7777485881d4b5ac4311c9d2 50d6d0bdb64640d8a409a0aa929bb91b - - default default] Tap Mirror: Handle Delete Port: 0c194603-cc53-490b-99db-39144ca7b207 [pid: 8|app: 0|req: 377/728] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:43:41 2026] POST /v2.0/subnets => generated 646 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:43:41.761 7 INFO neutron.db.l3_db [req-07212c8c-8a05-4814-9030-e6c34bb1898c req-2ec87d30-d6f5-46e8-ab6d-ab165f7b59aa ad18f48f7777485881d4b5ac4311c9d2 50d6d0bdb64640d8a409a0aa929bb91b - - default default] Floating IP dfc789d8-8986-4d7b-b151-af2634103bd0 disassociated. External IP: 10.96.250.213, port: 0c194603-cc53-490b-99db-39144ca7b207. [pid: 8|app: 0|req: 378/729] 10.0.0.205 () {34 vars in 665 bytes} [Tue May 5 16:43:41 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) 2026-05-05 16:43:42.105 8 INFO neutron_taas.services.taas.taas_plugin [None req-42b76197-ffdb-4695-bf2f-f71dfdd4c981 242c4176193745329935509004cf42aa 0b0d27aea76f404db26f6aa074fa0e98 - - default default] TaaS: Handle Delete Port: e34f7936-4801-442d-bbf0-58278bf6dbb7 2026-05-05 16:43:42.108 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42b76197-ffdb-4695-bf2f-f71dfdd4c981 242c4176193745329935509004cf42aa 0b0d27aea76f404db26f6aa074fa0e98 - - default default] Tap Mirror: Handle Delete Port: e34f7936-4801-442d-bbf0-58278bf6dbb7 [pid: 7|app: 0|req: 352/730] 199.204.45.153 () {36 vars in 997 bytes} [Tue May 5 16:43:41 2026] DELETE /v2.0/ports/0c194603-cc53-490b-99db-39144ca7b207 => generated 0 bytes in 858 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:43:42.197 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d702e566-c2eb-4803-b500-2eb0c590b3f0'] response: {'server_uuid': '84b16981-d63e-4039-8a39-d835df9f5b75', 'name': 'network-vif-deleted', 'tag': '0c194603-cc53-490b-99db-39144ca7b207', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 379/731] 10.0.0.205 () {32 vars in 720 bytes} [Tue May 5 16:43:41 2026] DELETE /v2.0/ports/e34f7936-4801-442d-bbf0-58278bf6dbb7 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:43:42.260 7 INFO neutron.pecan_wsgi.hooks.translation [None req-36ae8edf-6ad0-45ec-90ef-abff262467ad 242c4176193745329935509004cf42aa 0b0d27aea76f404db26f6aa074fa0e98 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 353/732] 10.0.0.205 () {32 vars in 717 bytes} [Tue May 5 16:43:42 2026] GET /v2.0/ports/e34f7936-4801-442d-bbf0-58278bf6dbb7 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/733] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:42 2026] GET /v2.0/ports?device_id=84b16981-d63e-4039-8a39-d835df9f5b75 => 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: 380/734] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:43:42 2026] DELETE /v2.0/subnets/f73553a3-f9bd-4cd0-9bbe-5723ec1fc7fd => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:43:42.558 7 INFO neutron.services.segments.plugin [-] Segment d7cf183a-4a4f-40bd-be6d-b552dc65c1e0 resource provider aggregate not found 2026-05-05 16:43:42.569 7 INFO neutron.services.segments.plugin [-] Segment d7cf183a-4a4f-40bd-be6d-b552dc65c1e0 resource provider aggregate not found 2026-05-05 16:43:42.582 7 INFO neutron.services.segments.plugin [-] Segment d7cf183a-4a4f-40bd-be6d-b552dc65c1e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7cf183a-4a4f-40bd-be6d-b552dc65c1e0 found for delete ", "request_id": "req-d9ecb213-0d14-4fb4-97da-e93ef41d1f46"}]} 2026-05-05 16:43:42.591 7 INFO neutron.services.segments.plugin [-] Segment d7cf183a-4a4f-40bd-be6d-b552dc65c1e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7cf183a-4a4f-40bd-be6d-b552dc65c1e0 found for delete ", "request_id": "req-df27d033-6d9e-48c6-90bb-9ed6333f0eb0"}]} [pid: 7|app: 0|req: 355/735] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:43:42 2026] DELETE /v2.0/networks/6bdbffd4-10b8-4194-b1ee-ae1032e21624 => 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: 381/736] 10.0.0.205 () {34 vars in 665 bytes} [Tue May 5 16:43:42 2026] POST /v2.0/ports => generated 779 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/737] 10.0.0.205 () {34 vars in 737 bytes} [Tue May 5 16:43:42 2026] PUT /v2.0/ports/9d52ce5f-3c45-489f-aeeb-8a8b381c6e61 => generated 752 bytes in 206 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-05-05 16:43:43.197 8 INFO neutron_taas.services.taas.taas_plugin [None req-ed806155-c6be-46b6-9fc0-b6a3a44084f2 242c4176193745329935509004cf42aa 0b0d27aea76f404db26f6aa074fa0e98 - - default default] TaaS: Handle Delete Port: 9d52ce5f-3c45-489f-aeeb-8a8b381c6e61 2026-05-05 16:43:43.200 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed806155-c6be-46b6-9fc0-b6a3a44084f2 242c4176193745329935509004cf42aa 0b0d27aea76f404db26f6aa074fa0e98 - - default default] Tap Mirror: Handle Delete Port: 9d52ce5f-3c45-489f-aeeb-8a8b381c6e61 [pid: 7|app: 0|req: 357/738] 10.0.0.40 () {34 vars in 989 bytes} [Tue May 5 16:43:43 2026] GET /v2.0/ports?device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/739] 10.0.0.40 () {34 vars in 1039 bytes} [Tue May 5 16:43:43 2026] GET /v2.0/security-groups?id=38634b47-3609-4f83-9718-28f636f6819a&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: 382/740] 10.0.0.205 () {32 vars in 720 bytes} [Tue May 5 16:43:43 2026] DELETE /v2.0/ports/9d52ce5f-3c45-489f-aeeb-8a8b381c6e61 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/741] 10.0.0.205 () {32 vars in 643 bytes} [Tue May 5 16:43:43 2026] GET /v2.0/ports => generated 781 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:43:43.398 8 INFO neutron.pecan_wsgi.hooks.translation [None req-39bc500c-142a-49b2-b2cb-04edcfbe2107 242c4176193745329935509004cf42aa 0b0d27aea76f404db26f6aa074fa0e98 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 383/742] 10.0.0.205 () {32 vars in 717 bytes} [Tue May 5 16:43:43 2026] GET /v2.0/ports/9d52ce5f-3c45-489f-aeeb-8a8b381c6e61 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/743] 10.0.0.205 () {32 vars in 643 bytes} [Tue May 5 16:43:43 2026] GET /v2.0/ports => generated 781 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/744] 10.0.0.205 () {32 vars in 717 bytes} [Tue May 5 16:43:43 2026] GET /v2.0/ports/74fb884e-4c15-4c6e-a5cb-9dbd7f97a15b => generated 778 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/745] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:43 2026] GET /v2.0/ports?device_id=84b16981-d63e-4039-8a39-d835df9f5b75 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:43:43.507 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cab8bcb3-4f98-4177-9f9f-bf16999822c7 242c4176193745329935509004cf42aa 0b0d27aea76f404db26f6aa074fa0e98 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 385/746] 10.0.0.205 () {32 vars in 720 bytes} [Tue May 5 16:43:43 2026] DELETE /v2.0/ports/e34f7936-4801-442d-bbf0-58278bf6dbb7 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:43:43.537 7 INFO neutron.pecan_wsgi.hooks.translation [None req-11da01e6-569f-4d24-a1c8-ccff14b71a54 242c4176193745329935509004cf42aa 0b0d27aea76f404db26f6aa074fa0e98 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 362/747] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:43:43 2026] DELETE /v2.0/subnets/f73553a3-f9bd-4cd0-9bbe-5723ec1fc7fd => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:43:43.558 8 INFO neutron.pecan_wsgi.hooks.translation [None req-df928602-5810-47c1-8915-f3c222ad694f 242c4176193745329935509004cf42aa 0b0d27aea76f404db26f6aa074fa0e98 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 386/748] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:43:43 2026] DELETE /v2.0/subnets/1684959f-25f5-4be1-8caa-cc37f5b97b16 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:43:43.656 7 INFO neutron_taas.services.taas.taas_plugin [None req-3e4a4cae-93ff-4a94-b5d0-e13efbcba3ec 242c4176193745329935509004cf42aa 0b0d27aea76f404db26f6aa074fa0e98 - - default default] TaaS: Handle Delete Port: 74fb884e-4c15-4c6e-a5cb-9dbd7f97a15b 2026-05-05 16:43:43.659 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e4a4cae-93ff-4a94-b5d0-e13efbcba3ec 242c4176193745329935509004cf42aa 0b0d27aea76f404db26f6aa074fa0e98 - - default default] Tap Mirror: Handle Delete Port: 74fb884e-4c15-4c6e-a5cb-9dbd7f97a15b [pid: 7|app: 0|req: 363/749] 10.0.0.205 () {32 vars in 720 bytes} [Tue May 5 16:43:43 2026] DELETE /v2.0/ports/74fb884e-4c15-4c6e-a5cb-9dbd7f97a15b => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:43:43.935 8 INFO neutron.services.segments.plugin [-] Segment ad1ad2f5-db3e-45b4-b2c9-dcbb27b8fd64 resource provider aggregate not found 2026-05-05 16:43:43.941 8 INFO neutron.services.segments.plugin [-] Segment ad1ad2f5-db3e-45b4-b2c9-dcbb27b8fd64 resource provider aggregate not found 2026-05-05 16:43:43.960 8 INFO neutron.services.segments.plugin [-] Segment ad1ad2f5-db3e-45b4-b2c9-dcbb27b8fd64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad1ad2f5-db3e-45b4-b2c9-dcbb27b8fd64 found for delete ", "request_id": "req-0580abd8-9464-4b3e-8493-aea2bbf9d3b6"}]} 2026-05-05 16:43:43.968 8 INFO neutron.services.segments.plugin [-] Segment ad1ad2f5-db3e-45b4-b2c9-dcbb27b8fd64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad1ad2f5-db3e-45b4-b2c9-dcbb27b8fd64 found for delete ", "request_id": "req-3d9d25b6-39b5-4d81-b9d2-66abf8404f7d"}]} [pid: 8|app: 0|req: 387/750] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:43:43 2026] DELETE /v2.0/networks/90f289dd-330b-4dcc-b3e3-4154b1b9d9ce => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/751] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:44 2026] GET /v2.0/ports?device_id=84b16981-d63e-4039-8a39-d835df9f5b75 => 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: 364/752] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:43:44 2026] GET /v2.0/security-groups?tenant_id=0b0d27aea76f404db26f6aa074fa0e98&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: 389/753] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:43:44 2026] DELETE /v2.0/security-groups/31209834-793d-4548-a65c-dcc9827f4d81 => 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: 366/756] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:45 2026] GET /v2.0/ports?device_id=84b16981-d63e-4039-8a39-d835df9f5b75 => 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: 367/757] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:43:46 2026] DELETE /v2.0/security-groups/80b9f9de-6273-4e24-af46-60d9e8824189 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:43:46.931 7 INFO neutron.api.v2.resource [None req-3ba4f4c1-8a0c-49df-b57f-b133fbb27201 ad18f48f7777485881d4b5ac4311c9d2 50d6d0bdb64640d8a409a0aa929bb91b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 368/758] 10.0.0.205 () {32 vars in 737 bytes} [Tue May 5 16:43:46 2026] GET /v2.0/security-groups/80b9f9de-6273-4e24-af46-60d9e8824189 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:43:46.984 8 INFO neutron.db.segments_db [None req-dbf37890-90ac-4adb-805e-31d7a78b98be 44ff9a60cb0d47a5928d6a37303adac9 2a37a12c869d4e748d6dd7f16d5c6a33 - - default default] Added segment 00150d1f-d041-4334-9848-9e8197a67fed of type vxlan for network 236369e1-e144-40ce-ae27-f40cdaccee4b 2026-05-05 16:43:47.050 7 INFO neutron_taas.services.taas.taas_plugin [None req-7d1a1e18-0d49-4d4e-baca-06abe54fafaa ad18f48f7777485881d4b5ac4311c9d2 50d6d0bdb64640d8a409a0aa929bb91b - - default default] TaaS: Handle Delete Port: 21ea928e-9a56-43b2-99d5-95e8018f1a2a 2026-05-05 16:43:47.053 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d1a1e18-0d49-4d4e-baca-06abe54fafaa ad18f48f7777485881d4b5ac4311c9d2 50d6d0bdb64640d8a409a0aa929bb91b - - default default] Tap Mirror: Handle Delete Port: 21ea928e-9a56-43b2-99d5-95e8018f1a2a [pid: 8|app: 0|req: 391/759] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:43:46 2026] POST /v2.0/networks => generated 625 bytes in 554 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/760] 10.0.0.205 () {32 vars in 732 bytes} [Tue May 5 16:43:46 2026] DELETE /v2.0/floatingips/dfc789d8-8986-4d7b-b151-af2634103bd0 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/761] 10.0.0.205 () {34 vars in 665 bytes} [Tue May 5 16:43:47 2026] POST /v2.0/ports => generated 775 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-05 16:43:47.605 8 INFO neutron.db.segments_db [None req-af8d56be-ae1f-4c82-af7b-7fd00f57ed4a 44ff9a60cb0d47a5928d6a37303adac9 2a37a12c869d4e748d6dd7f16d5c6a33 - - default default] Added segment 21f38c9e-7c8e-45c3-ae16-10062ab0db9d of type vxlan for network cf62d6b8-1cfc-4033-a8c8-4e1508f65015 [pid: 8|app: 0|req: 393/762] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:43:47 2026] POST /v2.0/networks => generated 612 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:43:47.898 7 INFO neutron_taas.services.taas.taas_plugin [None req-e92fd33d-fa15-4a4b-84c1-815fa740bc78 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: 33bdec55-1c1f-4d9a-b2b3-5567f562332c 2026-05-05 16:43:47.902 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e92fd33d-fa15-4a4b-84c1-815fa740bc78 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: 33bdec55-1c1f-4d9a-b2b3-5567f562332c [pid: 8|app: 0|req: 394/763] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:43:47 2026] POST /v2.0/subnets => generated 626 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/764] 10.0.0.205 () {34 vars in 665 bytes} [Tue May 5 16:43:48 2026] POST /v2.0/ports => generated 950 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-05 16:43:48.470 8 INFO neutron_taas.services.taas.taas_plugin [None req-492d12ce-1a68-4526-909f-2a2cc9aec054 44ff9a60cb0d47a5928d6a37303adac9 2a37a12c869d4e748d6dd7f16d5c6a33 - - default default] TaaS: Handle Delete Port: fb3e45ea-2a02-4b53-98f0-fe55d8288922 2026-05-05 16:43:48.473 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-492d12ce-1a68-4526-909f-2a2cc9aec054 44ff9a60cb0d47a5928d6a37303adac9 2a37a12c869d4e748d6dd7f16d5c6a33 - - default default] Tap Mirror: Handle Delete Port: fb3e45ea-2a02-4b53-98f0-fe55d8288922 [pid: 7|app: 0|req: 370/765] 10.0.0.205 () {34 vars in 789 bytes} [Tue May 5 16:43:47 2026] PUT /v2.0/routers/fb770a6a-8ddb-4fae-b7b7-d7b2d64ba02f/remove_router_interface => generated 309 bytes in 1245 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/766] 10.0.0.205 () {32 vars in 720 bytes} [Tue May 5 16:43:48 2026] DELETE /v2.0/ports/fb3e45ea-2a02-4b53-98f0-fe55d8288922 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:43:48.680 8 INFO neutron.pecan_wsgi.hooks.translation [None req-689dde53-50c1-48e7-949e-3a172e32f243 44ff9a60cb0d47a5928d6a37303adac9 2a37a12c869d4e748d6dd7f16d5c6a33 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 397/767] 10.0.0.205 () {32 vars in 720 bytes} [Tue May 5 16:43:48 2026] DELETE /v2.0/ports/fb3e45ea-2a02-4b53-98f0-fe55d8288922 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:43:48.691 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f240765-2b3e-49b3-a793-2f6f6e864148 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: 8aa0253d-792f-4e06-84c3-048eae7da5d2 2026-05-05 16:43:48.694 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f240765-2b3e-49b3-a793-2f6f6e864148 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: 8aa0253d-792f-4e06-84c3-048eae7da5d2 2026-05-05 16:43:48.702 8 INFO neutron.pecan_wsgi.hooks.translation [None req-11cc3500-7089-4d34-a4f2-be35b25f5d60 44ff9a60cb0d47a5928d6a37303adac9 2a37a12c869d4e748d6dd7f16d5c6a33 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 398/768] 10.0.0.205 () {32 vars in 717 bytes} [Tue May 5 16:43:48 2026] GET /v2.0/ports/fb3e45ea-2a02-4b53-98f0-fe55d8288922 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/769] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:43:48 2026] DELETE /v2.0/subnets/bbafaa5a-feae-47fe-9423-9efce2d89990 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:43:49.001 8 INFO neutron.services.segments.plugin [-] Segment 21f38c9e-7c8e-45c3-ae16-10062ab0db9d resource provider aggregate not found 2026-05-05 16:43:49.007 8 INFO neutron.services.segments.plugin [-] Segment 21f38c9e-7c8e-45c3-ae16-10062ab0db9d resource provider aggregate not found 2026-05-05 16:43:49.021 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f240765-2b3e-49b3-a793-2f6f6e864148 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: 534b7693-aaf1-4edb-a092-ac6057109922 2026-05-05 16:43:49.025 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f240765-2b3e-49b3-a793-2f6f6e864148 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: 534b7693-aaf1-4edb-a092-ac6057109922 2026-05-05 16:43:49.026 8 INFO neutron.services.segments.plugin [-] Segment 21f38c9e-7c8e-45c3-ae16-10062ab0db9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21f38c9e-7c8e-45c3-ae16-10062ab0db9d found for delete ", "request_id": "req-7d19086f-e3bf-4dba-a4b9-144f79e8ad8c"}]} 2026-05-05 16:43:49.032 8 INFO neutron.services.segments.plugin [-] Segment 21f38c9e-7c8e-45c3-ae16-10062ab0db9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21f38c9e-7c8e-45c3-ae16-10062ab0db9d found for delete ", "request_id": "req-d7ea9833-35cc-48be-9184-ca01a88e50ab"}]} [pid: 8|app: 0|req: 400/770] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:43:48 2026] DELETE /v2.0/networks/cf62d6b8-1cfc-4033-a8c8-4e1508f65015 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:43:49.139 8 INFO neutron.db.segments_db [None req-73250bcb-0a38-43a3-b46a-c50172f089bf 44ff9a60cb0d47a5928d6a37303adac9 2a37a12c869d4e748d6dd7f16d5c6a33 - - default default] Added segment a8bc792b-eaeb-41b1-8746-3e2f727efec1 of type vxlan for network c80d368c-7b97-44aa-adc2-416d84a8208f [pid: 8|app: 0|req: 401/771] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:43:49 2026] POST /v2.0/networks => generated 612 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/772] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:43:49 2026] POST /v2.0/subnets => generated 626 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:43:49.798 7 INFO neutron.services.segments.plugin [-] Segment 96102cab-5537-4c06-ad9b-88663ec99384 resource provider aggregate not found 2026-05-05 16:43:49.808 7 INFO neutron.services.segments.plugin [-] Segment 96102cab-5537-4c06-ad9b-88663ec99384 resource provider aggregate not found [pid: 8|app: 0|req: 403/773] 10.0.0.205 () {34 vars in 665 bytes} [Tue May 5 16:43:49 2026] POST /v2.0/ports => generated 916 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:43:49.821 7 INFO neutron.services.segments.plugin [-] Segment 96102cab-5537-4c06-ad9b-88663ec99384 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96102cab-5537-4c06-ad9b-88663ec99384 found for delete ", "request_id": "req-f5afa707-f61e-40a7-bf0d-9829251b5730"}]} 2026-05-05 16:43:49.830 7 INFO neutron.services.segments.plugin [-] Segment 96102cab-5537-4c06-ad9b-88663ec99384 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96102cab-5537-4c06-ad9b-88663ec99384 found for delete ", "request_id": "req-c2d84702-f5a6-4111-99e8-47cabb728f2e"}]} 2026-05-05 16:43:49.836 7 INFO neutron.db.l3_hamode_db [None req-5f240765-2b3e-49b3-a793-2f6f6e864148 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] HA network 5c916d67-9f94-4201-99bb-9816135057a8 was deleted as no HA routers are present in tenant 50d6d0bdb64640d8a409a0aa929bb91b. [pid: 7|app: 0|req: 371/774] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:43:48 2026] DELETE /v2.0/routers/fb770a6a-8ddb-4fae-b7b7-d7b2d64ba02f => generated 0 bytes in 1329 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:43:49.920 8 INFO neutron_taas.services.taas.taas_plugin [None req-be86a0e1-6662-4278-964b-00a5aebb529d 44ff9a60cb0d47a5928d6a37303adac9 2a37a12c869d4e748d6dd7f16d5c6a33 - - default default] TaaS: Handle Delete Port: a57c22e3-1f7e-44dc-9add-a0c8215fdb47 2026-05-05 16:43:49.923 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be86a0e1-6662-4278-964b-00a5aebb529d 44ff9a60cb0d47a5928d6a37303adac9 2a37a12c869d4e748d6dd7f16d5c6a33 - - default default] Tap Mirror: Handle Delete Port: a57c22e3-1f7e-44dc-9add-a0c8215fdb47 [pid: 7|app: 0|req: 372/775] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:43:49 2026] DELETE /v2.0/subnets/6f36ff65-c28a-4327-8cf4-4a030efda731 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/776] 10.0.0.205 () {32 vars in 720 bytes} [Tue May 5 16:43:49 2026] DELETE /v2.0/ports/a57c22e3-1f7e-44dc-9add-a0c8215fdb47 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:43:50.099 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f01d9761-329d-4382-b2af-af1040ae2695 44ff9a60cb0d47a5928d6a37303adac9 2a37a12c869d4e748d6dd7f16d5c6a33 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 405/777] 10.0.0.205 () {32 vars in 717 bytes} [Tue May 5 16:43:50 2026] GET /v2.0/ports/a57c22e3-1f7e-44dc-9add-a0c8215fdb47 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:43:50.162 7 INFO neutron_taas.services.taas.taas_plugin [None req-41a96765-6fa2-4229-a7df-7e30ed7deb37 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: 151156f4-54ea-4564-98de-562d4f4f6270 2026-05-05 16:43:50.165 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41a96765-6fa2-4229-a7df-7e30ed7deb37 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: 151156f4-54ea-4564-98de-562d4f4f6270 [pid: 8|app: 0|req: 406/778] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:43:50 2026] DELETE /v2.0/subnets/6691ee21-24db-44a6-8b76-9bd6ab76636f => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/779] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:43:50 2026] DELETE /v2.0/networks/c80d368c-7b97-44aa-adc2-416d84a8208f => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/780] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:43:50 2026] DELETE /v2.0/networks/e96036bd-be33-46ee-8dd0-2ddb62603c7f => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/781] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:43:50 2026] GET /v2.0/security-groups?tenant_id=50d6d0bdb64640d8a409a0aa929bb91b&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/782] 10.0.0.205 () {34 vars in 665 bytes} [Tue May 5 16:43:50 2026] POST /v2.0/ports => generated 775 bytes in 250 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: 375/783] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:43:50 2026] DELETE /v2.0/security-groups/ad2ac41d-d24f-4ae0-b245-c94e059ecc45 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/784] 10.0.0.205 () {34 vars in 737 bytes} [Tue May 5 16:43:50 2026] PUT /v2.0/ports/e8e8b01e-f2f7-4359-911b-2f160f02b7fa => generated 752 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:43:50.967 7 INFO neutron_taas.services.taas.taas_plugin [None req-0984f75f-c4e3-4754-a997-e09cea3511c5 44ff9a60cb0d47a5928d6a37303adac9 2a37a12c869d4e748d6dd7f16d5c6a33 - - default default] TaaS: Handle Delete Port: e8e8b01e-f2f7-4359-911b-2f160f02b7fa 2026-05-05 16:43:50.970 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0984f75f-c4e3-4754-a997-e09cea3511c5 44ff9a60cb0d47a5928d6a37303adac9 2a37a12c869d4e748d6dd7f16d5c6a33 - - default default] Tap Mirror: Handle Delete Port: e8e8b01e-f2f7-4359-911b-2f160f02b7fa 2026-05-05 16:43:51.047 8 INFO neutron.services.segments.plugin [-] Segment a8bc792b-eaeb-41b1-8746-3e2f727efec1 resource provider aggregate not found 2026-05-05 16:43:51.054 8 INFO neutron.services.segments.plugin [-] Segment a8bc792b-eaeb-41b1-8746-3e2f727efec1 resource provider aggregate not found [pid: 7|app: 0|req: 376/785] 10.0.0.205 () {32 vars in 720 bytes} [Tue May 5 16:43:50 2026] DELETE /v2.0/ports/e8e8b01e-f2f7-4359-911b-2f160f02b7fa => generated 0 bytes in 224 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-05-05 16:43:51.074 8 INFO neutron.services.segments.plugin [-] Segment a8bc792b-eaeb-41b1-8746-3e2f727efec1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8bc792b-eaeb-41b1-8746-3e2f727efec1 found for delete ", "request_id": "req-6b7da86c-a6bf-4bb5-89e9-22dd0f3d93b3"}]} 2026-05-05 16:43:51.074 8 INFO neutron.services.segments.plugin [-] Segment a8bc792b-eaeb-41b1-8746-3e2f727efec1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8bc792b-eaeb-41b1-8746-3e2f727efec1 found for delete ", "request_id": "req-278241d1-4019-4de0-aaea-bfaf9571c042"}]} [pid: 8|app: 0|req: 410/786] 10.0.0.205 () {32 vars in 643 bytes} [Tue May 5 16:43:51 2026] GET /v2.0/ports => generated 778 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:43:51.177 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0dc14283-3c24-45bf-9b56-d65473ca9324 44ff9a60cb0d47a5928d6a37303adac9 2a37a12c869d4e748d6dd7f16d5c6a33 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 377/787] 10.0.0.205 () {32 vars in 717 bytes} [Tue May 5 16:43:51 2026] GET /v2.0/ports/e8e8b01e-f2f7-4359-911b-2f160f02b7fa => 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: 411/788] 10.0.0.205 () {32 vars in 643 bytes} [Tue May 5 16:43:51 2026] GET /v2.0/ports => generated 778 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/789] 10.0.0.205 () {32 vars in 717 bytes} [Tue May 5 16:43:51 2026] GET /v2.0/ports/868c25b8-f9e0-40a0-9291-f575460c3b47 => generated 775 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:43:51.300 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b3fca02a-9dc5-44d8-9b42-efd12b4ccb9c 44ff9a60cb0d47a5928d6a37303adac9 2a37a12c869d4e748d6dd7f16d5c6a33 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 412/790] 10.0.0.205 () {32 vars in 720 bytes} [Tue May 5 16:43:51 2026] DELETE /v2.0/ports/a57c22e3-1f7e-44dc-9add-a0c8215fdb47 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:43:51.350 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4ffbe5d0-485d-4f74-9336-bd83e65e8c6d 44ff9a60cb0d47a5928d6a37303adac9 2a37a12c869d4e748d6dd7f16d5c6a33 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 379/791] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:43:51 2026] DELETE /v2.0/subnets/6691ee21-24db-44a6-8b76-9bd6ab76636f => generated 136 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:43:51.381 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6a53aa81-985f-45b0-a042-38578fc544db 44ff9a60cb0d47a5928d6a37303adac9 2a37a12c869d4e748d6dd7f16d5c6a33 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 413/792] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:43:51 2026] DELETE /v2.0/subnets/bbafaa5a-feae-47fe-9423-9efce2d89990 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:43:51.531 7 INFO neutron_taas.services.taas.taas_plugin [None req-4a92eb61-b482-439e-855e-444615c13ac3 44ff9a60cb0d47a5928d6a37303adac9 2a37a12c869d4e748d6dd7f16d5c6a33 - - default default] TaaS: Handle Delete Port: 868c25b8-f9e0-40a0-9291-f575460c3b47 2026-05-05 16:43:51.535 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a92eb61-b482-439e-855e-444615c13ac3 44ff9a60cb0d47a5928d6a37303adac9 2a37a12c869d4e748d6dd7f16d5c6a33 - - default default] Tap Mirror: Handle Delete Port: 868c25b8-f9e0-40a0-9291-f575460c3b47 [pid: 7|app: 0|req: 380/793] 10.0.0.205 () {32 vars in 720 bytes} [Tue May 5 16:43:51 2026] DELETE /v2.0/ports/868c25b8-f9e0-40a0-9291-f575460c3b47 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/794] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:43:51 2026] DELETE /v2.0/networks/236369e1-e144-40ce-ae27-f40cdaccee4b => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:43:51.843 7 INFO neutron.services.segments.plugin [-] Segment 5d220c08-6599-4cd7-9802-27c8bd904345 resource provider aggregate not found 2026-05-05 16:43:51.857 7 INFO neutron.services.segments.plugin [-] Segment 5d220c08-6599-4cd7-9802-27c8bd904345 resource provider aggregate not found 2026-05-05 16:43:51.874 7 INFO neutron.services.segments.plugin [-] Segment 5d220c08-6599-4cd7-9802-27c8bd904345 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d220c08-6599-4cd7-9802-27c8bd904345 found for delete ", "request_id": "req-36b6306f-958f-4f94-b70c-eab013222d6a"}]} 2026-05-05 16:43:51.879 7 INFO neutron.services.segments.plugin [-] Segment 5d220c08-6599-4cd7-9802-27c8bd904345 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d220c08-6599-4cd7-9802-27c8bd904345 found for delete ", "request_id": "req-aa77d84f-93f4-445d-bbd4-7f902cbfc45c"}]} [pid: 7|app: 0|req: 381/795] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:43:52 2026] GET /v2.0/security-groups?tenant_id=2a37a12c869d4e748d6dd7f16d5c6a33&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: 415/796] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:43:52 2026] DELETE /v2.0/security-groups/c2b76c1d-d908-427e-a316-91511acc4ae3 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:43:53.101 8 INFO neutron.services.segments.plugin [-] Segment 00150d1f-d041-4334-9848-9e8197a67fed resource provider aggregate not found 2026-05-05 16:43:53.105 8 INFO neutron.services.segments.plugin [-] Segment 00150d1f-d041-4334-9848-9e8197a67fed resource provider aggregate not found 2026-05-05 16:43:53.119 8 INFO neutron.services.segments.plugin [-] Segment 00150d1f-d041-4334-9848-9e8197a67fed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00150d1f-d041-4334-9848-9e8197a67fed found for delete ", "request_id": "req-d4933b91-5222-479a-95af-43c21d3a2510"}]} 2026-05-05 16:43:53.124 8 INFO neutron.services.segments.plugin [-] Segment 00150d1f-d041-4334-9848-9e8197a67fed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00150d1f-d041-4334-9848-9e8197a67fed found for delete ", "request_id": "req-35136c85-e205-4ff9-9742-618e21a280d1"}]} 2026-05-05 16:43:53.141 7 INFO neutron.db.segments_db [None req-724a2827-659d-46f6-9bcf-7b7f80d9d5a8 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Added segment e82f52a1-2b64-446d-b43f-f9d379360b88 of type vxlan for network b75b16f7-d5b1-4bde-a5dc-84ff8fef7c30 [pid: 7|app: 0|req: 382/797] 10.0.0.205 () {34 vars in 671 bytes} [Tue May 5 16:43:52 2026] POST /v2.0/networks => generated 724 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/798] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:43:53 2026] POST /v2.0/subnets => generated 690 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:43:53.507 7 INFO neutron.db.segments_db [None req-971cff52-84bb-4e50-a1cf-7222849d79c4 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Added segment 5e0c1f8f-f445-4a38-9576-3b6492fb3b84 of type vxlan for network 4cc49d6e-9649-4823-82ec-0f06db7b502d 2026-05-05 16:43:53.711 7 INFO neutron.db.l3_hamode_db [None req-971cff52-84bb-4e50-a1cf-7222849d79c4 3ab93697386646a58380ba368f7fdc35 07640c2c0f274f57a553ca27c50adfa8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 16:43:54.562 7 INFO neutron.db.l3_hamode_db [None req-971cff52-84bb-4e50-a1cf-7222849d79c4 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 417/799] 10.0.0.205 () {32 vars in 623 bytes} [Tue May 5 16:43:54 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/800] 10.0.0.205 () {32 vars in 633 bytes} [Tue May 5 16:43:54 2026] GET /v2.0/ => generated 632 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/801] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:43:53 2026] POST /v2.0/routers => generated 730 bytes in 2104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/802] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:43:55 2026] GET /v2.0/security-groups?tenant_id=f92187f39ba040fea83482eb5dffc344&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/803] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:43:55 2026] DELETE /v2.0/security-groups/04914ced-4538-4bb6-962a-0cc314fa613a => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/804] 10.0.0.205 () {34 vars in 783 bytes} [Tue May 5 16:43:55 2026] PUT /v2.0/routers/b40798cb-4068-43d8-a59d-8f94734eacc6/add_router_interface => generated 309 bytes in 1395 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/805] 10.0.0.205 () {34 vars in 685 bytes} [Tue May 5 16:43:57 2026] POST /v2.0/security-groups => generated 1661 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/806] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:43:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/807] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:43:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/808] 10.0.0.205 () {34 vars in 676 bytes} [Tue May 5 16:43:58 2026] POST /v2.0/floatingips => generated 552 bytes in 623 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/809] 10.0.0.8 () {34 vars in 1098 bytes} [Tue May 5 16:43:59 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1464195256&fields=id&tenant_id=07640c2c0f274f57a553ca27c50adfa8 => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/810] 10.0.0.8 () {34 vars in 980 bytes} [Tue May 5 16:43:59 2026] GET /v2.0/networks?id=b75b16f7-d5b1-4bde-a5dc-84ff8fef7c30 => generated 675 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/811] 10.0.0.8 () {34 vars in 963 bytes} [Tue May 5 16:43:59 2026] GET /v2.0/quotas/07640c2c0f274f57a553ca27c50adfa8 => 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: 387/812] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:59 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => generated 971 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/813] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:59 2026] GET /v2.0/security-groups?id=17d9e0e3-285b-4990-bbe4-fa775f9bc3c4&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/814] 10.0.0.8 () {34 vars in 1000 bytes} [Tue May 5 16:43:59 2026] GET /v2.0/ports?tenant_id=07640c2c0f274f57a553ca27c50adfa8&fields=id => generated 103 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/815] 10.0.0.8 () {34 vars in 1006 bytes} [Tue May 5 16:43:59 2026] GET /v2.0/networks/b75b16f7-d5b1-4bde-a5dc-84ff8fef7c30?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/816] 10.0.0.8 () {34 vars in 1106 bytes} [Tue May 5 16:43:59 2026] GET /v2.0/networks/b75b16f7-d5b1-4bde-a5dc-84ff8fef7c30?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: 390/817] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:59 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => 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: 428/818] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:43:59 2026] GET /v2.0/security-groups?id=17d9e0e3-285b-4990-bbe4-fa775f9bc3c4&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: 391/819] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:59 2026] GET /v2.0/ports?device_id=f47d8f94-576c-4ad3-a163-3eab28932207 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/820] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:43:59 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/821] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:00 2026] GET /v2.0/security-groups?id=17d9e0e3-285b-4990-bbe4-fa775f9bc3c4&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/822] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:44:00 2026] GET /v2.0/security-groups?tenant_id=7983315afe2348c5925b852cb8caa2c2&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/825] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:44:00 2026] DELETE /v2.0/security-groups/dc9a46aa-889d-4f45-b985-e09069c06345 => 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: 433/826] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:00 2026] GET /v2.0/ports?device_id=f47d8f94-576c-4ad3-a163-3eab28932207 => 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: 394/827] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:01 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => 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: 434/828] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:01 2026] GET /v2.0/security-groups?id=17d9e0e3-285b-4990-bbe4-fa775f9bc3c4&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: 395/829] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:44:01 2026] GET /v2.0/ports?tenant_id=5c5fd56a68dc4092bfafeaf3c3579773&device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/830] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:44:01 2026] GET /v2.0/networks?id=d7927d41-87e9-464b-b591-58cf75a3a0d2 => generated 772 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/831] 199.204.45.153 () {34 vars in 1058 bytes} [Tue May 5 16:44:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=43870d2a-cd41-4462-8564-9ff50752e652 => generated 860 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/832] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:44:01 2026] GET /v2.0/subnets?id=c6860536-66c3-415f-afcb-89b62d618e08 => generated 694 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/833] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:44:01 2026] GET /v2.0/ports?network_id=d7927d41-87e9-464b-b591-58cf75a3a0d2&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/834] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:44:01 2026] GET /v2.0/networks/d7927d41-87e9-464b-b591-58cf75a3a0d2?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: 398/835] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:44:01 2026] GET /v2.0/networks/d7927d41-87e9-464b-b591-58cf75a3a0d2?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: 438/836] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:01 2026] GET /v2.0/ports?device_id=f47d8f94-576c-4ad3-a163-3eab28932207 => 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: 399/837] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:02 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/838] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:02 2026] GET /v2.0/security-groups?id=17d9e0e3-285b-4990-bbe4-fa775f9bc3c4&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/839] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:02 2026] GET /v2.0/ports?device_id=f47d8f94-576c-4ad3-a163-3eab28932207 => 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: 440/840] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:03 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => 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: 401/841] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:03 2026] GET /v2.0/security-groups?id=17d9e0e3-285b-4990-bbe4-fa775f9bc3c4&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/842] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:04 2026] GET /v2.0/ports?device_id=f47d8f94-576c-4ad3-a163-3eab28932207 => 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: 441/843] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:44:03 2026] GET /v2.0/security-groups?tenant_id=1a7ed954368545e8a41622ed5d9c12a5&name=default => generated 2925 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/844] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:44:04 2026] DELETE /v2.0/security-groups/0fe427a4-2a17-4cf3-874b-b39f40122b3b => 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: 442/845] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:44:04 2026] GET /v2.0/networks?id=b75b16f7-d5b1-4bde-a5dc-84ff8fef7c30 => generated 675 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/846] 199.204.45.153 () {34 vars in 1050 bytes} [Tue May 5 16:44:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=07640c2c0f274f57a553ca27c50adfa8 => generated 181 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/847] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:04 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/848] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:04 2026] GET /v2.0/security-groups?id=17d9e0e3-285b-4990-bbe4-fa775f9bc3c4&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: 443/849] 199.204.45.153 () {38 vars in 955 bytes} [Tue May 5 16:44:04 2026] POST /v2.0/ports => generated 958 bytes in 473 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: 444/850] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:05 2026] GET /v2.0/ports?device_id=f47d8f94-576c-4ad3-a163-3eab28932207 => generated 961 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/851] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:05 2026] GET /v2.0/security-groups?id=6c8bac6d-0927-4668-9a7d-20fd3575718c&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: 407/852] 199.204.45.153 () {38 vars in 1028 bytes} [Tue May 5 16:44:04 2026] PUT /v2.0/ports/60abc60c-d62d-42c1-aa31-89367c13bb85 => generated 1239 bytes in 495 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:44:05.469 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-eaf4ad39-7e24-4ad2-be55-a15b6f0650ae'] response: {'name': 'network-changed', 'server_uuid': 'f47d8f94-576c-4ad3-a163-3eab28932207', 'tag': '60abc60c-d62d-42c1-aa31-89367c13bb85', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 446/853] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:05 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => generated 971 bytes in 83 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: 408/854] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:05 2026] GET /v2.0/security-groups?id=17d9e0e3-285b-4990-bbe4-fa775f9bc3c4&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: 447/855] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:44:05 2026] GET /v2.0/ports?tenant_id=07640c2c0f274f57a553ca27c50adfa8&device_id=f47d8f94-576c-4ad3-a163-3eab28932207 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/856] 199.204.45.153 () {34 vars in 1018 bytes} [Tue May 5 16:44:06 2026] GET /v2.0/networks?tenant_id=07640c2c0f274f57a553ca27c50adfa8&shared=False => generated 771 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/857] 199.204.45.153 () {34 vars in 930 bytes} [Tue May 5 16:44:06 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/858] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:06 2026] GET /v2.0/ports?device_id=f47d8f94-576c-4ad3-a163-3eab28932207 => generated 973 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/859] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:06 2026] GET /v2.0/security-groups?id=6c8bac6d-0927-4668-9a7d-20fd3575718c&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: 411/860] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:44:06 2026] GET /v2.0/security-groups?tenant_id=da7055aea98343f2965e149a8d7fe337&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/861] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:07 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => 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: 450/862] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:44:06 2026] DELETE /v2.0/security-groups/74170bc6-97fe-4b98-b7e6-0e9ff7c353b5 => 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: 413/863] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:07 2026] GET /v2.0/security-groups?id=17d9e0e3-285b-4990-bbe4-fa775f9bc3c4&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/864] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:44:07 2026] GET /v2.0/ports?tenant_id=07640c2c0f274f57a553ca27c50adfa8&device_id=f47d8f94-576c-4ad3-a163-3eab28932207 => 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: 414/865] 199.204.45.153 () {34 vars in 1060 bytes} [Tue May 5 16:44:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=60abc60c-d62d-42c1-aa31-89367c13bb85 => 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: 452/866] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:44:07 2026] GET /v2.0/subnets?id=b0bf873d-e57f-42a7-ac35-d7decd8fe7f7 => 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: 415/867] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:44:07 2026] GET /v2.0/ports?network_id=b75b16f7-d5b1-4bde-a5dc-84ff8fef7c30&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/868] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:44:07 2026] GET /v2.0/networks/b75b16f7-d5b1-4bde-a5dc-84ff8fef7c30?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/869] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:44:07 2026] GET /v2.0/networks/b75b16f7-d5b1-4bde-a5dc-84ff8fef7c30?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: 8|app: 0|req: 454/870] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:07 2026] GET /v2.0/ports?device_id=f47d8f94-576c-4ad3-a163-3eab28932207 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/871] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:07 2026] GET /v2.0/security-groups?id=6c8bac6d-0927-4668-9a7d-20fd3575718c&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: 455/872] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:08 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/873] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:08 2026] GET /v2.0/security-groups?id=17d9e0e3-285b-4990-bbe4-fa775f9bc3c4&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: 456/874] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:08 2026] GET /v2.0/ports?device_id=f47d8f94-576c-4ad3-a163-3eab28932207 => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/875] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:08 2026] GET /v2.0/security-groups?id=6c8bac6d-0927-4668-9a7d-20fd3575718c&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-05-05 16:44:09.280 8 INFO neutron.db.segments_db [None req-48febe61-6ccd-467b-aff4-fe0b46c86dc8 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Added segment a8ddd7c7-8f82-4f63-9668-ba92e23b62d3 of type vxlan for network 600a84eb-d25b-439f-9be5-137ae36cc074 [pid: 7|app: 0|req: 420/876] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:09 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/877] 10.0.0.205 () {34 vars in 671 bytes} [Tue May 5 16:44:08 2026] POST /v2.0/networks => generated 722 bytes in 494 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/878] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:09 2026] GET /v2.0/security-groups?id=17d9e0e3-285b-4990-bbe4-fa775f9bc3c4&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: 421/879] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:44:09 2026] POST /v2.0/subnets => generated 688 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:44:09.717 8 INFO neutron.db.segments_db [None req-773f0386-cb64-489c-b517-a2b672d2f540 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Added segment a0c57075-f1bb-4c57-bf3d-9464b91000e7 of type vxlan for network 2972bceb-2778-44af-805d-0707a39434e6 [pid: 7|app: 0|req: 422/880] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:09 2026] GET /v2.0/ports?device_id=f47d8f94-576c-4ad3-a163-3eab28932207 => 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: 423/881] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:09 2026] GET /v2.0/security-groups?id=6c8bac6d-0927-4668-9a7d-20fd3575718c&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:44:10.060 8 INFO neutron.db.l3_hamode_db [None req-773f0386-cb64-489c-b517-a2b672d2f540 3ab93697386646a58380ba368f7fdc35 0178c1aaf46a4a5b9deeec7f0bb754ca - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 424/882] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:10 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => generated 971 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/883] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:10 2026] GET /v2.0/security-groups?id=17d9e0e3-285b-4990-bbe4-fa775f9bc3c4&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: 426/884] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:10 2026] GET /v2.0/ports?device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:44:10.860 8 INFO neutron.db.l3_hamode_db [None req-773f0386-cb64-489c-b517-a2b672d2f540 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 427/885] 10.0.0.8 () {34 vars in 969 bytes} [Tue May 5 16:44:10 2026] GET /v2.0/ports/33022d7d-f056-47bd-bfa7-4b45205c7c34 => generated 972 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/886] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:11 2026] GET /v2.0/ports?device_id=f47d8f94-576c-4ad3-a163-3eab28932207 => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/887] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:11 2026] GET /v2.0/security-groups?id=6c8bac6d-0927-4668-9a7d-20fd3575718c&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: 430/888] 199.204.45.153 () {34 vars in 1000 bytes} [Tue May 5 16:44:11 2026] GET /v2.0/subnets?network_id=d3f5c757-a808-43f5-b237-92373772c5ab => generated 683 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/889] 199.204.45.153 () {34 vars in 1146 bytes} [Tue May 5 16:44:11 2026] GET /v2.0/ports?device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5&device_owner=compute%3Anova&network_id=d3f5c757-a808-43f5-b237-92373772c5ab => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/890] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:44:09 2026] POST /v2.0/routers => generated 728 bytes in 2169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/891] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:11 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/892] 199.204.45.153 () {38 vars in 1028 bytes} [Tue May 5 16:44:11 2026] PUT /v2.0/ports/33022d7d-f056-47bd-bfa7-4b45205c7c34 => generated 1153 bytes in 665 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: 433/893] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:12 2026] GET /v2.0/security-groups?id=17d9e0e3-285b-4990-bbe4-fa775f9bc3c4&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:44:12.398 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b78e0da3-80ad-4db4-8d69-fcacd0f261d5'] response: {'name': 'network-changed', 'server_uuid': 'e99f0e84-0a92-4649-99f5-d3b81347d2a5', 'tag': '33022d7d-f056-47bd-bfa7-4b45205c7c34', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 434/894] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:12 2026] GET /v2.0/ports?device_id=f47d8f94-576c-4ad3-a163-3eab28932207 => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/895] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:12 2026] GET /v2.0/security-groups?id=6c8bac6d-0927-4668-9a7d-20fd3575718c&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/896] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:44:12 2026] GET /v2.0/ports?tenant_id=bddf28f32bb440ad93ee9a32df8b5acb&device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => generated 1425 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/897] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:44:12 2026] GET /v2.0/networks?id=d3f5c757-a808-43f5-b237-92373772c5ab => generated 779 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/898] 199.204.45.153 () {34 vars in 1060 bytes} [Tue May 5 16:44:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=33022d7d-f056-47bd-bfa7-4b45205c7c34 => 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: 439/899] 199.204.45.153 () {34 vars in 1060 bytes} [Tue May 5 16:44:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=33022d7d-f056-47bd-bfa7-4b45205c7c34 => generated 861 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/900] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:44:12 2026] GET /v2.0/subnets?id=9997b20a-7bfb-4d46-9084-4ea0be453f5b => generated 701 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/901] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:44:13 2026] GET /v2.0/ports?network_id=d3f5c757-a808-43f5-b237-92373772c5ab&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/902] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:44:13 2026] GET /v2.0/networks/d3f5c757-a808-43f5-b237-92373772c5ab?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: 443/903] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:44:13 2026] GET /v2.0/networks/d3f5c757-a808-43f5-b237-92373772c5ab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/904] 10.0.0.205 () {34 vars in 783 bytes} [Tue May 5 16:44:11 2026] PUT /v2.0/routers/597516e3-32d3-46b9-b4b4-22bdcb075859/add_router_interface => generated 309 bytes in 1370 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/905] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:13 2026] GET /v2.0/ports?device_id=f47d8f94-576c-4ad3-a163-3eab28932207 => 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: 462/906] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:13 2026] GET /v2.0/security-groups?id=6c8bac6d-0927-4668-9a7d-20fd3575718c&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/907] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:13 2026] GET /v2.0/ports?device_id=f47d8f94-576c-4ad3-a163-3eab28932207 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:44:14.090 8 INFO neutron.db.l3_db [None req-a7088361-e005-4b19-87f5-96bfc34a6613 f8eb404c884b40de9fece2d63dae506e 07640c2c0f274f57a553ca27c50adfa8 - - default default] Floating IP 5a8bcd96-d3e5-4850-9823-7abd8d57e74a associated. External IP: 10.96.250.210, port: 60abc60c-d62d-42c1-aa31-89367c13bb85. [pid: 7|app: 0|req: 446/908] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:14 2026] GET /v2.0/ports?device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => generated 1156 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/909] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:44:14 2026] GET /v2.0/ports?tenant_id=bddf28f32bb440ad93ee9a32df8b5acb&device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => generated 1425 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/910] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:14 2026] GET /v2.0/security-groups?id=38634b47-3609-4f83-9718-28f636f6819a&fields=id&fields=name => generated 113 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/911] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:44:14 2026] GET /v2.0/networks?id=d3f5c757-a808-43f5-b237-92373772c5ab => generated 779 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/912] 199.204.45.153 () {34 vars in 1060 bytes} [Tue May 5 16:44:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=33022d7d-f056-47bd-bfa7-4b45205c7c34 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/913] 10.0.0.205 () {34 vars in 749 bytes} [Tue May 5 16:44:13 2026] PUT /v2.0/floatingips/5a8bcd96-d3e5-4850-9823-7abd8d57e74a => generated 856 bytes in 808 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/914] 199.204.45.153 () {34 vars in 1060 bytes} [Tue May 5 16:44:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=33022d7d-f056-47bd-bfa7-4b45205c7c34 => generated 861 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:44:14.589 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-eedef0ff-c9dc-4296-855b-204980e9d5ec'] response: {'name': 'network-changed', 'server_uuid': 'f47d8f94-576c-4ad3-a163-3eab28932207', 'tag': '60abc60c-d62d-42c1-aa31-89367c13bb85', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 464/915] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:44:14 2026] GET /v2.0/subnets?id=9997b20a-7bfb-4d46-9084-4ea0be453f5b => generated 701 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/916] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:14 2026] GET /v2.0/ports?device_id=f47d8f94-576c-4ad3-a163-3eab28932207 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/917] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:44:14 2026] GET /v2.0/ports?network_id=d3f5c757-a808-43f5-b237-92373772c5ab&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: 453/918] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:14 2026] GET /v2.0/security-groups?id=6c8bac6d-0927-4668-9a7d-20fd3575718c&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/919] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:44:14 2026] GET /v2.0/networks/d3f5c757-a808-43f5-b237-92373772c5ab?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: 454/920] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:44:14 2026] GET /v2.0/networks/d3f5c757-a808-43f5-b237-92373772c5ab?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: 455/921] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:44:15 2026] GET /v2.0/ports?tenant_id=07640c2c0f274f57a553ca27c50adfa8&device_id=f47d8f94-576c-4ad3-a163-3eab28932207 => 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: 467/922] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:15 2026] GET /v2.0/ports?device_id=f47d8f94-576c-4ad3-a163-3eab28932207 => generated 975 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/923] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:44:15 2026] GET /v2.0/networks?id=b75b16f7-d5b1-4bde-a5dc-84ff8fef7c30 => generated 771 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/924] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:15 2026] GET /v2.0/security-groups?id=6c8bac6d-0927-4668-9a7d-20fd3575718c&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: 457/925] 199.204.45.153 () {34 vars in 1060 bytes} [Tue May 5 16:44:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=60abc60c-d62d-42c1-aa31-89367c13bb85 => generated 859 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/926] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:44:15 2026] GET /v2.0/subnets?id=b0bf873d-e57f-42a7-ac35-d7decd8fe7f7 => generated 693 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/927] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:44:15 2026] GET /v2.0/ports?network_id=b75b16f7-d5b1-4bde-a5dc-84ff8fef7c30&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/928] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:44:15 2026] GET /v2.0/networks/b75b16f7-d5b1-4bde-a5dc-84ff8fef7c30?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: 470/929] 199.204.45.153 () {34 vars in 1120 bytes} [Tue May 5 16:44:15 2026] GET /v2.0/ports?device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.11 => generated 1156 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/930] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:44:15 2026] GET /v2.0/networks/b75b16f7-d5b1-4bde-a5dc-84ff8fef7c30?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: 463/933] 10.0.0.8 () {34 vars in 980 bytes} [Tue May 5 16:44:15 2026] GET /v2.0/networks?id=600a84eb-d25b-439f-9be5-137ae36cc074 => generated 673 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/934] 10.0.0.8 () {34 vars in 963 bytes} [Tue May 5 16:44:15 2026] GET /v2.0/quotas/0178c1aaf46a4a5b9deeec7f0bb754ca => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/935] 10.0.0.8 () {34 vars in 1000 bytes} [Tue May 5 16:44:15 2026] GET /v2.0/ports?tenant_id=0178c1aaf46a4a5b9deeec7f0bb754ca&fields=id => generated 103 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/936] 10.0.0.8 () {34 vars in 1006 bytes} [Tue May 5 16:44:15 2026] GET /v2.0/networks/600a84eb-d25b-439f-9be5-137ae36cc074?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: 467/937] 10.0.0.8 () {34 vars in 1106 bytes} [Tue May 5 16:44:15 2026] GET /v2.0/networks/600a84eb-d25b-439f-9be5-137ae36cc074?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: 468/938] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:16 2026] GET /v2.0/ports?device_id=816b13bf-dc37-4d8e-a7a4-5ba6bf79af67 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/939] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:16 2026] GET /v2.0/ports?device_id=f47d8f94-576c-4ad3-a163-3eab28932207 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/940] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:16 2026] GET /v2.0/security-groups?id=6c8bac6d-0927-4668-9a7d-20fd3575718c&fields=id&fields=name => generated 114 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/941] 199.204.45.153 () {38 vars in 1028 bytes} [Tue May 5 16:44:15 2026] PUT /v2.0/ports/33022d7d-f056-47bd-bfa7-4b45205c7c34 => generated 972 bytes in 1155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:44:16.643 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9a603a76-4486-496b-96a9-71b823a83462'] response: {'name': 'network-changed', 'server_uuid': 'e99f0e84-0a92-4649-99f5-d3b81347d2a5', 'tag': '33022d7d-f056-47bd-bfa7-4b45205c7c34', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 471/942] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:44:17 2026] GET /v2.0/ports?tenant_id=bddf28f32bb440ad93ee9a32df8b5acb&device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 472/943] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:44:17 2026] GET /v2.0/networks?id=d3f5c757-a808-43f5-b237-92373772c5ab => generated 779 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/944] 199.204.45.153 () {34 vars in 1060 bytes} [Tue May 5 16:44:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=33022d7d-f056-47bd-bfa7-4b45205c7c34 => generated 861 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/945] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:44:17 2026] GET /v2.0/subnets?id=9997b20a-7bfb-4d46-9084-4ea0be453f5b => generated 701 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/946] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:17 2026] GET /v2.0/ports?device_id=816b13bf-dc37-4d8e-a7a4-5ba6bf79af67 => 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: 473/947] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:44:17 2026] GET /v2.0/ports?network_id=d3f5c757-a808-43f5-b237-92373772c5ab&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/948] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:44:17 2026] GET /v2.0/networks/d3f5c757-a808-43f5-b237-92373772c5ab?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: 474/949] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:44:17 2026] GET /v2.0/networks/d3f5c757-a808-43f5-b237-92373772c5ab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/950] 199.204.45.153 () {34 vars in 994 bytes} [Tue May 5 16:44:17 2026] GET /v2.0/ports?device_id=f47d8f94-576c-4ad3-a163-3eab28932207 => 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: 475/951] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:17 2026] GET /v2.0/ports?device_id=f47d8f94-576c-4ad3-a163-3eab28932207 => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/952] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:17 2026] GET /v2.0/security-groups?id=6c8bac6d-0927-4668-9a7d-20fd3575718c&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:44:17.590 8 INFO neutron_taas.services.taas.taas_plugin [req-4769dd94-0dbb-4be8-81c2-dd9938d779dd req-b5a571bd-1562-426a-8383-134200cdea6c f8eb404c884b40de9fece2d63dae506e 07640c2c0f274f57a553ca27c50adfa8 - - default default] TaaS: Handle Delete Port: 60abc60c-d62d-42c1-aa31-89367c13bb85 2026-05-05 16:44:17.593 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4769dd94-0dbb-4be8-81c2-dd9938d779dd req-b5a571bd-1562-426a-8383-134200cdea6c f8eb404c884b40de9fece2d63dae506e 07640c2c0f274f57a553ca27c50adfa8 - - default default] Tap Mirror: Handle Delete Port: 60abc60c-d62d-42c1-aa31-89367c13bb85 2026-05-05 16:44:17.772 8 INFO neutron.db.l3_db [req-4769dd94-0dbb-4be8-81c2-dd9938d779dd req-b5a571bd-1562-426a-8383-134200cdea6c f8eb404c884b40de9fece2d63dae506e 07640c2c0f274f57a553ca27c50adfa8 - - default default] Floating IP 5a8bcd96-d3e5-4850-9823-7abd8d57e74a disassociated. External IP: 10.96.250.210, port: 60abc60c-d62d-42c1-aa31-89367c13bb85. [pid: 7|app: 0|req: 477/953] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:17 2026] GET /v2.0/ports?device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => generated 975 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/954] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:17 2026] GET /v2.0/security-groups?id=38634b47-3609-4f83-9718-28f636f6819a&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: 477/955] 199.204.45.153 () {36 vars in 997 bytes} [Tue May 5 16:44:17 2026] DELETE /v2.0/ports/60abc60c-d62d-42c1-aa31-89367c13bb85 => generated 0 bytes in 670 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/956] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:18 2026] GET /v2.0/ports?device_id=816b13bf-dc37-4d8e-a7a4-5ba6bf79af67 => 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: 478/957] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:44:18 2026] GET /v2.0/ports?tenant_id=bddf28f32bb440ad93ee9a32df8b5acb&device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => 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: 480/958] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:44:18 2026] GET /v2.0/networks?id=d3f5c757-a808-43f5-b237-92373772c5ab => generated 779 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/959] 199.204.45.153 () {34 vars in 1060 bytes} [Tue May 5 16:44:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=33022d7d-f056-47bd-bfa7-4b45205c7c34 => 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: 481/960] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:44:18 2026] GET /v2.0/subnets?id=9997b20a-7bfb-4d46-9084-4ea0be453f5b => generated 701 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/961] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:18 2026] GET /v2.0/ports?device_id=f47d8f94-576c-4ad3-a163-3eab28932207 => 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: 482/962] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:44:18 2026] GET /v2.0/ports?network_id=d3f5c757-a808-43f5-b237-92373772c5ab&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:44:18.693 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c28addff-4921-4858-a9de-28e508d9c848'] response: {'server_uuid': 'f47d8f94-576c-4ad3-a163-3eab28932207', 'name': 'network-vif-deleted', 'tag': '60abc60c-d62d-42c1-aa31-89367c13bb85', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 481/963] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:44:18 2026] GET /v2.0/networks/d3f5c757-a808-43f5-b237-92373772c5ab?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: 483/964] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:44:18 2026] GET /v2.0/networks/d3f5c757-a808-43f5-b237-92373772c5ab?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: 482/965] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:19 2026] GET /v2.0/ports?device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/966] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:19 2026] GET /v2.0/security-groups?id=38634b47-3609-4f83-9718-28f636f6819a&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/967] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:19 2026] GET /v2.0/ports?device_id=816b13bf-dc37-4d8e-a7a4-5ba6bf79af67 => 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: 485/968] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:19 2026] GET /v2.0/ports?device_id=f47d8f94-576c-4ad3-a163-3eab28932207 => 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: 484/969] 199.204.45.153 () {34 vars in 994 bytes} [Tue May 5 16:44:20 2026] GET /v2.0/ports?device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/970] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:20 2026] GET /v2.0/ports?device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/971] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:20 2026] GET /v2.0/security-groups?id=38634b47-3609-4f83-9718-28f636f6819a&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:44:20.427 8 INFO neutron_taas.services.taas.taas_plugin [req-cd4e37f3-8c82-43c4-b8d9-43e05db52ace req-80309385-e867-462e-8475-fbb94b743396 fdb204ccd2434ccb93c6a8b808369eb6 bddf28f32bb440ad93ee9a32df8b5acb - - default default] TaaS: Handle Delete Port: 33022d7d-f056-47bd-bfa7-4b45205c7c34 2026-05-05 16:44:20.431 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cd4e37f3-8c82-43c4-b8d9-43e05db52ace req-80309385-e867-462e-8475-fbb94b743396 fdb204ccd2434ccb93c6a8b808369eb6 bddf28f32bb440ad93ee9a32df8b5acb - - default default] Tap Mirror: Handle Delete Port: 33022d7d-f056-47bd-bfa7-4b45205c7c34 2026-05-05 16:44:20.580 8 INFO neutron.db.l3_db [req-cd4e37f3-8c82-43c4-b8d9-43e05db52ace req-80309385-e867-462e-8475-fbb94b743396 fdb204ccd2434ccb93c6a8b808369eb6 bddf28f32bb440ad93ee9a32df8b5acb - - default default] Floating IP 80cab0b3-30aa-45a1-b08d-4428eb400c85 disassociated. External IP: 10.96.250.212, port: 33022d7d-f056-47bd-bfa7-4b45205c7c34. [pid: 7|app: 0|req: 488/972] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:44:20 2026] GET /v2.0/networks?id=600a84eb-d25b-439f-9be5-137ae36cc074 => generated 673 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/973] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:20 2026] GET /v2.0/ports?device_id=816b13bf-dc37-4d8e-a7a4-5ba6bf79af67 => 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: 485/974] 199.204.45.153 () {36 vars in 997 bytes} [Tue May 5 16:44:20 2026] DELETE /v2.0/ports/33022d7d-f056-47bd-bfa7-4b45205c7c34 => generated 0 bytes in 669 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/975] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:20 2026] GET /v2.0/ports?device_id=f47d8f94-576c-4ad3-a163-3eab28932207 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/976] 199.204.45.153 () {38 vars in 955 bytes} [Tue May 5 16:44:20 2026] POST /v2.0/ports => generated 954 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:44:21.021 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-eb59ec15-e1d2-45fd-9171-e53e9c877f83'] response: {'server_uuid': 'e99f0e84-0a92-4649-99f5-d3b81347d2a5', 'name': 'network-vif-deleted', 'tag': '33022d7d-f056-47bd-bfa7-4b45205c7c34', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 491/977] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:21 2026] GET /v2.0/ports?device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/978] 199.204.45.153 () {38 vars in 1028 bytes} [Tue May 5 16:44:21 2026] PUT /v2.0/ports/2f8c3e2d-2c1d-4dab-9fc8-f2777df2ce04 => generated 1235 bytes in 589 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/979] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:21 2026] GET /v2.0/ports?device_id=816b13bf-dc37-4d8e-a7a4-5ba6bf79af67 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 488/980] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:21 2026] GET /v2.0/security-groups?id=e6c218a1-850b-4333-bcdb-674bf4f97b9d&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: 7|app: 0|req: 493/981] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:44:22 2026] DELETE /v2.0/security-groups/6c8bac6d-0927-4668-9a7d-20fd3575718c => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:44:22.217 8 INFO neutron.api.v2.resource [None req-3fcb15e3-4e16-4c0d-866f-9cb1bde1cb14 f8eb404c884b40de9fece2d63dae506e 07640c2c0f274f57a553ca27c50adfa8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 489/982] 10.0.0.205 () {32 vars in 737 bytes} [Tue May 5 16:44:22 2026] GET /v2.0/security-groups/6c8bac6d-0927-4668-9a7d-20fd3575718c => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:44:22.328 7 INFO neutron_taas.services.taas.taas_plugin [None req-1024a2b4-914c-4cb1-81e2-dab5fbdcfecc f8eb404c884b40de9fece2d63dae506e 07640c2c0f274f57a553ca27c50adfa8 - - default default] TaaS: Handle Delete Port: 4354d998-dd74-4ada-bcc1-2530598d7e59 2026-05-05 16:44:22.331 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1024a2b4-914c-4cb1-81e2-dab5fbdcfecc f8eb404c884b40de9fece2d63dae506e 07640c2c0f274f57a553ca27c50adfa8 - - default default] Tap Mirror: Handle Delete Port: 4354d998-dd74-4ada-bcc1-2530598d7e59 [pid: 7|app: 0|req: 494/983] 10.0.0.205 () {32 vars in 732 bytes} [Tue May 5 16:44:22 2026] DELETE /v2.0/floatingips/5a8bcd96-d3e5-4850-9823-7abd8d57e74a => generated 0 bytes in 274 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/984] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:22 2026] GET /v2.0/ports?device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => 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: 496/985] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:44:22 2026] GET /v2.0/ports?tenant_id=0178c1aaf46a4a5b9deeec7f0bb754ca&device_id=816b13bf-dc37-4d8e-a7a4-5ba6bf79af67 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/986] 199.204.45.153 () {34 vars in 1058 bytes} [Tue May 5 16:44:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=2f8c3e2d-2c1d-4dab-9fc8-f2777df2ce04 => 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: 498/987] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:44:22 2026] GET /v2.0/subnets?id=fd1133c1-6adb-44a2-9689-492062c6592b => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/988] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:44:22 2026] GET /v2.0/ports?network_id=600a84eb-d25b-439f-9be5-137ae36cc074&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/989] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:44:22 2026] GET /v2.0/networks/600a84eb-d25b-439f-9be5-137ae36cc074?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:44:22.878 8 INFO neutron_taas.services.taas.taas_plugin [None req-cdfd8633-9e14-4b6e-b3bc-3ef849026872 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: 578e8bfa-f754-4f5a-94c9-8cec313e79ed 2026-05-05 16:44:22.880 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cdfd8633-9e14-4b6e-b3bc-3ef849026872 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: 578e8bfa-f754-4f5a-94c9-8cec313e79ed [pid: 7|app: 0|req: 501/990] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:22 2026] GET /v2.0/ports?device_id=816b13bf-dc37-4d8e-a7a4-5ba6bf79af67 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/991] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:44:22 2026] GET /v2.0/networks/600a84eb-d25b-439f-9be5-137ae36cc074?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: 503/992] 10.0.0.40 () {34 vars in 989 bytes} [Tue May 5 16:44:22 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => generated 1240 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:44:23.064 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1752ddd4-b403-449c-a6f4-68c9bf53a094'] response: {'name': 'network-changed', 'server_uuid': '816b13bf-dc37-4d8e-a7a4-5ba6bf79af67', 'tag': '2f8c3e2d-2c1d-4dab-9fc8-f2777df2ce04', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 504/993] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:23 2026] GET /v2.0/security-groups?id=e6c218a1-850b-4333-bcdb-674bf4f97b9d&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/994] 10.0.0.40 () {34 vars in 1039 bytes} [Tue May 5 16:44:23 2026] GET /v2.0/security-groups?id=17d9e0e3-285b-4990-bbe4-fa775f9bc3c4&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: 490/995] 10.0.0.205 () {34 vars in 789 bytes} [Tue May 5 16:44:22 2026] PUT /v2.0/routers/b40798cb-4068-43d8-a59d-8f94734eacc6/remove_router_interface => generated 309 bytes in 958 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/996] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:23 2026] GET /v2.0/ports?device_id=e99f0e84-0a92-4649-99f5-d3b81347d2a5 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:44:23.665 7 INFO neutron_taas.services.taas.taas_plugin [None req-368bd105-7039-4a1a-8ae3-dfbaeab0a967 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: 975f18b9-612b-4ffe-8b27-86e56f92fe31 2026-05-05 16:44:23.667 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-368bd105-7039-4a1a-8ae3-dfbaeab0a967 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: 975f18b9-612b-4ffe-8b27-86e56f92fe31 2026-05-05 16:44:23.904 7 INFO neutron_taas.services.taas.taas_plugin [None req-368bd105-7039-4a1a-8ae3-dfbaeab0a967 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: 669773f8-e7ae-4d59-8bb5-38888f5f2a29 2026-05-05 16:44:23.907 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-368bd105-7039-4a1a-8ae3-dfbaeab0a967 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: 669773f8-e7ae-4d59-8bb5-38888f5f2a29 [pid: 8|app: 0|req: 492/997] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:44:23 2026] GET /v2.0/ports?tenant_id=0178c1aaf46a4a5b9deeec7f0bb754ca&device_id=816b13bf-dc37-4d8e-a7a4-5ba6bf79af67 => 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: 493/998] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:44:24 2026] GET /v2.0/networks?id=600a84eb-d25b-439f-9be5-137ae36cc074 => generated 769 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/999] 199.204.45.153 () {34 vars in 1058 bytes} [Tue May 5 16:44:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=2f8c3e2d-2c1d-4dab-9fc8-f2777df2ce04 => 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: 495/1000] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:44:24 2026] GET /v2.0/subnets?id=fd1133c1-6adb-44a2-9689-492062c6592b => generated 691 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1001] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:44:24 2026] GET /v2.0/ports?network_id=600a84eb-d25b-439f-9be5-137ae36cc074&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:44:24.320 7 INFO neutron.services.segments.plugin [-] Segment 5e0c1f8f-f445-4a38-9576-3b6492fb3b84 resource provider aggregate not found [pid: 8|app: 0|req: 497/1002] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:24 2026] GET /v2.0/ports?device_id=816b13bf-dc37-4d8e-a7a4-5ba6bf79af67 => generated 969 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:44:24.324 7 INFO neutron.services.segments.plugin [-] Segment 5e0c1f8f-f445-4a38-9576-3b6492fb3b84 resource provider aggregate not found 2026-05-05 16:44:24.345 7 INFO neutron.services.segments.plugin [-] Segment 5e0c1f8f-f445-4a38-9576-3b6492fb3b84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e0c1f8f-f445-4a38-9576-3b6492fb3b84 found for delete ", "request_id": "req-a77747a3-1f12-4ee2-a036-d5feae607bbb"}]} 2026-05-05 16:44:24.349 7 INFO neutron.services.segments.plugin [-] Segment 5e0c1f8f-f445-4a38-9576-3b6492fb3b84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e0c1f8f-f445-4a38-9576-3b6492fb3b84 found for delete ", "request_id": "req-a7a79289-5b50-4d85-b8b5-864007cc7646"}]} [pid: 8|app: 0|req: 498/1003] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:44:24 2026] GET /v2.0/networks/600a84eb-d25b-439f-9be5-137ae36cc074?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:44:24.373 7 INFO neutron.db.l3_hamode_db [None req-368bd105-7039-4a1a-8ae3-dfbaeab0a967 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] HA network 4cc49d6e-9649-4823-82ec-0f06db7b502d was deleted as no HA routers are present in tenant 07640c2c0f274f57a553ca27c50adfa8. [pid: 7|app: 0|req: 506/1004] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:44:23 2026] DELETE /v2.0/routers/b40798cb-4068-43d8-a59d-8f94734eacc6 => generated 0 bytes in 912 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1005] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:24 2026] GET /v2.0/security-groups?id=e6c218a1-850b-4333-bcdb-674bf4f97b9d&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: 507/1006] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:44:24 2026] GET /v2.0/networks/600a84eb-d25b-439f-9be5-137ae36cc074?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1007] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:44:24 2026] DELETE /v2.0/subnets/b0bf873d-e57f-42a7-ac35-d7decd8fe7f7 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:44:24.694 7 INFO neutron_taas.services.taas.taas_plugin [None req-7520b2dc-2b77-4244-95c5-5fbaaba6efb7 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: 44cd3cab-27cf-44c0-9567-74e85a8bc033 2026-05-05 16:44:24.698 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7520b2dc-2b77-4244-95c5-5fbaaba6efb7 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: 44cd3cab-27cf-44c0-9567-74e85a8bc033 [pid: 8|app: 0|req: 501/1008] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:44:24 2026] DELETE /v2.0/security-groups/38634b47-3609-4f83-9718-28f636f6819a => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1009] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:44:24 2026] DELETE /v2.0/networks/b75b16f7-d5b1-4bde-a5dc-84ff8fef7c30 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:44:24.902 8 INFO neutron.api.v2.resource [None req-c5811adb-86d1-4014-ad50-d97441fb8bc5 fdb204ccd2434ccb93c6a8b808369eb6 bddf28f32bb440ad93ee9a32df8b5acb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 502/1010] 10.0.0.205 () {32 vars in 737 bytes} [Tue May 5 16:44:24 2026] GET /v2.0/security-groups/38634b47-3609-4f83-9718-28f636f6819a => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:44:25.018 7 INFO neutron_taas.services.taas.taas_plugin [None req-c842b747-c11a-4e31-8c3c-8b7cc9bcbc99 fdb204ccd2434ccb93c6a8b808369eb6 bddf28f32bb440ad93ee9a32df8b5acb - - default default] TaaS: Handle Delete Port: 56c71e1f-ff22-438c-b170-fe7b0a3c9191 2026-05-05 16:44:25.021 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c842b747-c11a-4e31-8c3c-8b7cc9bcbc99 fdb204ccd2434ccb93c6a8b808369eb6 bddf28f32bb440ad93ee9a32df8b5acb - - default default] Tap Mirror: Handle Delete Port: 56c71e1f-ff22-438c-b170-fe7b0a3c9191 [pid: 8|app: 0|req: 503/1011] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:44:25 2026] GET /v2.0/security-groups?tenant_id=07640c2c0f274f57a553ca27c50adfa8&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1012] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:44:25 2026] DELETE /v2.0/security-groups/dd967a5d-4823-48a0-9529-879dbbec82c1 => 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: 509/1013] 10.0.0.205 () {32 vars in 732 bytes} [Tue May 5 16:44:24 2026] DELETE /v2.0/floatingips/80cab0b3-30aa-45a1-b08d-4428eb400c85 => generated 0 bytes in 328 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1014] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:25 2026] GET /v2.0/ports?device_id=816b13bf-dc37-4d8e-a7a4-5ba6bf79af67 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1015] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:25 2026] GET /v2.0/security-groups?id=e6c218a1-850b-4333-bcdb-674bf4f97b9d&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-05-05 16:44:25.728 8 INFO neutron_taas.services.taas.taas_plugin [None req-7372cd52-26a1-4a5d-b3ce-4759c57ee021 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: 61625e62-ae2d-4a37-8aea-d57bfe18d3ac 2026-05-05 16:44:25.731 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7372cd52-26a1-4a5d-b3ce-4759c57ee021 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: 61625e62-ae2d-4a37-8aea-d57bfe18d3ac [pid: 8|app: 0|req: 505/1016] 10.0.0.205 () {34 vars in 789 bytes} [Tue May 5 16:44:25 2026] PUT /v2.0/routers/c021c3d9-a359-4cb3-9695-ac5150ada736/remove_router_interface => generated 309 bytes in 1007 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:44:26.376 7 INFO neutron.services.segments.plugin [-] Segment e82f52a1-2b64-446d-b43f-f9d379360b88 resource provider aggregate not found 2026-05-05 16:44:26.382 7 INFO neutron.services.segments.plugin [-] Segment e82f52a1-2b64-446d-b43f-f9d379360b88 resource provider aggregate not found 2026-05-05 16:44:26.411 7 INFO neutron.services.segments.plugin [-] Segment e82f52a1-2b64-446d-b43f-f9d379360b88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e82f52a1-2b64-446d-b43f-f9d379360b88 found for delete ", "request_id": "req-910871aa-dca3-49ea-b5ce-b35243bae07b"}]} 2026-05-05 16:44:26.415 7 INFO neutron.services.segments.plugin [-] Segment e82f52a1-2b64-446d-b43f-f9d379360b88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e82f52a1-2b64-446d-b43f-f9d379360b88 found for delete ", "request_id": "req-e68c73ce-6d5d-4118-bbc3-66e612f18157"}]} 2026-05-05 16:44:26.651 7 INFO neutron_taas.services.taas.taas_plugin [None req-e97639f5-e907-4e55-9603-0b844846bb42 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: 53807eea-e4d1-4ecc-a63a-677c45a17be3 2026-05-05 16:44:26.656 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e97639f5-e907-4e55-9603-0b844846bb42 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: 53807eea-e4d1-4ecc-a63a-677c45a17be3 [pid: 8|app: 0|req: 506/1017] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:26 2026] GET /v2.0/ports?device_id=816b13bf-dc37-4d8e-a7a4-5ba6bf79af67 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1018] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:26 2026] GET /v2.0/security-groups?id=e6c218a1-850b-4333-bcdb-674bf4f97b9d&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:44:27.000 7 INFO neutron_taas.services.taas.taas_plugin [None req-e97639f5-e907-4e55-9603-0b844846bb42 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: 5eef63bc-c105-43bd-aa43-b591c7a5537b 2026-05-05 16:44:27.006 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e97639f5-e907-4e55-9603-0b844846bb42 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: 5eef63bc-c105-43bd-aa43-b591c7a5537b 2026-05-05 16:44:27.448 7 INFO neutron.db.l3_hamode_db [None req-e97639f5-e907-4e55-9603-0b844846bb42 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] HA network 07d14994-257b-4326-bfd7-cece3fd2bd0c was deleted as no HA routers are present in tenant bddf28f32bb440ad93ee9a32df8b5acb. [pid: 7|app: 0|req: 512/1019] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:44:26 2026] DELETE /v2.0/routers/c021c3d9-a359-4cb3-9695-ac5150ada736 => generated 0 bytes in 1118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1020] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:44:27 2026] DELETE /v2.0/subnets/9997b20a-7bfb-4d46-9084-4ea0be453f5b => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:44:27.759 7 INFO neutron_taas.services.taas.taas_plugin [None req-8377b224-75bf-4fae-ab38-8ca02f6b1163 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: 75a7e378-10fc-4946-bbbb-0ac83d7a3d45 2026-05-05 16:44:27.764 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8377b224-75bf-4fae-ab38-8ca02f6b1163 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: 75a7e378-10fc-4946-bbbb-0ac83d7a3d45 [pid: 8|app: 0|req: 509/1021] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:27 2026] GET /v2.0/ports?device_id=816b13bf-dc37-4d8e-a7a4-5ba6bf79af67 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1022] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:27 2026] GET /v2.0/security-groups?id=e6c218a1-850b-4333-bcdb-674bf4f97b9d&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1023] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:44:27 2026] DELETE /v2.0/networks/d3f5c757-a808-43f5-b237-92373772c5ab => generated 0 bytes in 384 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1024] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:44:28 2026] GET /v2.0/security-groups?tenant_id=bddf28f32bb440ad93ee9a32df8b5acb&name=default => generated 2921 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1025] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:44:28 2026] DELETE /v2.0/security-groups/309d17f6-92dc-4c56-86f5-f0a44e827424 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:44:28.431 7 INFO neutron.services.segments.plugin [-] Segment 29227315-8841-4303-8580-df9eb5691618 resource provider aggregate not found 2026-05-05 16:44:28.444 7 INFO neutron.services.segments.plugin [-] Segment 29227315-8841-4303-8580-df9eb5691618 resource provider aggregate not found 2026-05-05 16:44:28.450 7 INFO neutron.services.segments.plugin [-] Segment 29227315-8841-4303-8580-df9eb5691618 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29227315-8841-4303-8580-df9eb5691618 found for delete ", "request_id": "req-91dd4ff5-0b60-4e97-9abb-b2d8fd21d6b6"}]} 2026-05-05 16:44:28.467 7 INFO neutron.services.segments.plugin [-] Segment 29227315-8841-4303-8580-df9eb5691618 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29227315-8841-4303-8580-df9eb5691618 found for delete ", "request_id": "req-3ed22406-bb07-487e-ad15-5fc8654e18c2"}]} 2026-05-05 16:44:28.473 7 INFO neutron.services.segments.plugin [-] Segment 87976e38-1e94-44d6-86fd-4b24b1a2731a resource provider aggregate not found 2026-05-05 16:44:28.494 7 INFO neutron.services.segments.plugin [-] Segment 87976e38-1e94-44d6-86fd-4b24b1a2731a resource provider aggregate not found 2026-05-05 16:44:28.511 7 INFO neutron.services.segments.plugin [-] Segment 87976e38-1e94-44d6-86fd-4b24b1a2731a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87976e38-1e94-44d6-86fd-4b24b1a2731a found for delete ", "request_id": "req-e1725b64-40ff-49c0-a853-d7c1365ddd7a"}]} 2026-05-05 16:44:28.514 7 INFO neutron.services.segments.plugin [-] Segment 87976e38-1e94-44d6-86fd-4b24b1a2731a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87976e38-1e94-44d6-86fd-4b24b1a2731a found for delete ", "request_id": "req-4de91515-41f4-42d4-b204-b24c5f8e1246"}]} [pid: 8|app: 0|req: 512/1026] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:29 2026] GET /v2.0/ports?device_id=816b13bf-dc37-4d8e-a7a4-5ba6bf79af67 => generated 971 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1027] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:29 2026] GET /v2.0/security-groups?id=e6c218a1-850b-4333-bcdb-674bf4f97b9d&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: 513/1028] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:44:29 2026] GET /v2.0/security-groups?tenant_id=87d39d580a45482b8747139877835f49&name=default => generated 2925 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1029] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:44:30 2026] DELETE /v2.0/security-groups/29ec1713-e80c-4401-b89a-4ce6ab95767b => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1030] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:44:30 2026] GET /v2.0/security-groups?tenant_id=276b7640d96347d78b8adbdc29f4df04&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1033] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:30 2026] GET /v2.0/ports?device_id=816b13bf-dc37-4d8e-a7a4-5ba6bf79af67 => 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: 521/1034] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:44:30 2026] DELETE /v2.0/security-groups/064c271c-0e73-4197-a1dd-a6a4b5602d41 => 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: 522/1035] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:30 2026] GET /v2.0/security-groups?id=e6c218a1-850b-4333-bcdb-674bf4f97b9d&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-05-05 16:44:30.879 8 INFO neutron.db.segments_db [None req-8410cad4-63e1-4a3f-af7c-4af8efc19e5e 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Added segment 44807cdd-8c75-4675-b8ab-0ea0d99882d0 of type vxlan for network eb62e6bf-1070-40e7-8593-a2bb42b81ee6 [pid: 8|app: 0|req: 514/1036] 10.0.0.205 () {34 vars in 671 bytes} [Tue May 5 16:44:30 2026] POST /v2.0/networks => generated 718 bytes in 557 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1037] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:44:30 2026] POST /v2.0/subnets => generated 684 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:44:31.228 8 INFO neutron.db.segments_db [None req-34673c06-c49f-4767-82e6-7901c5a1b144 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Added segment f9df9abc-a40e-4f86-8755-bd800f1c3e36 of type vxlan for network 80f6c35b-321d-4f06-8946-cef79e27d7ab 2026-05-05 16:44:31.513 8 INFO neutron.db.l3_hamode_db [None req-34673c06-c49f-4767-82e6-7901c5a1b144 3ab93697386646a58380ba368f7fdc35 1ef1aae2a7dd4dc8a4fdae8d403047ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 524/1038] 199.204.45.153 () {34 vars in 994 bytes} [Tue May 5 16:44:31 2026] GET /v2.0/ports?device_id=816b13bf-dc37-4d8e-a7a4-5ba6bf79af67 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:44:31.910 7 INFO neutron_taas.services.taas.taas_plugin [req-83def6a3-8e4c-4717-9db9-21d241cf5d21 req-2e5bc34d-59db-4f1d-a1dd-cec098c68c6e e283ce4a79144f6493ed71a54d3bd29e 0178c1aaf46a4a5b9deeec7f0bb754ca - - default default] TaaS: Handle Delete Port: 2f8c3e2d-2c1d-4dab-9fc8-f2777df2ce04 2026-05-05 16:44:31.917 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-83def6a3-8e4c-4717-9db9-21d241cf5d21 req-2e5bc34d-59db-4f1d-a1dd-cec098c68c6e e283ce4a79144f6493ed71a54d3bd29e 0178c1aaf46a4a5b9deeec7f0bb754ca - - default default] Tap Mirror: Handle Delete Port: 2f8c3e2d-2c1d-4dab-9fc8-f2777df2ce04 [pid: 7|app: 0|req: 525/1039] 199.204.45.153 () {36 vars in 997 bytes} [Tue May 5 16:44:31 2026] DELETE /v2.0/ports/2f8c3e2d-2c1d-4dab-9fc8-f2777df2ce04 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1040] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:32 2026] GET /v2.0/ports?device_id=816b13bf-dc37-4d8e-a7a4-5ba6bf79af67 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:44:32.137 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6f0f1d84-8abc-488c-b305-e48de8fa1b86'] response: {'server_uuid': '816b13bf-dc37-4d8e-a7a4-5ba6bf79af67', 'name': 'network-vif-deleted', 'tag': '2f8c3e2d-2c1d-4dab-9fc8-f2777df2ce04', 'status': 'completed', 'code': 200} 2026-05-05 16:44:32.494 8 INFO neutron.db.l3_hamode_db [None req-34673c06-c49f-4767-82e6-7901c5a1b144 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 527/1041] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:33 2026] GET /v2.0/ports?device_id=816b13bf-dc37-4d8e-a7a4-5ba6bf79af67 => 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: 515/1042] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:44:31 2026] POST /v2.0/routers => generated 724 bytes in 2352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1043] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:33 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1044] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:33 2026] GET /v2.0/security-groups?id=17d9e0e3-285b-4990-bbe4-fa775f9bc3c4&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: 518/1045] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:34 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1046] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:34 2026] GET /v2.0/security-groups?id=17d9e0e3-285b-4990-bbe4-fa775f9bc3c4&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1047] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:34 2026] GET /v2.0/ports?device_id=816b13bf-dc37-4d8e-a7a4-5ba6bf79af67 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1048] 10.0.0.205 () {34 vars in 783 bytes} [Tue May 5 16:44:33 2026] PUT /v2.0/routers/a7c56e40-d595-44de-b56a-0c139106188b/add_router_interface => generated 309 bytes in 1397 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1049] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:35 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1050] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:35 2026] GET /v2.0/security-groups?id=17d9e0e3-285b-4990-bbe4-fa775f9bc3c4&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: 8|app: 0|req: 522/1051] 10.0.0.205 () {34 vars in 685 bytes} [Tue May 5 16:44:35 2026] POST /v2.0/security-groups => generated 1660 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1052] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:44:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1053] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:44:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1054] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:36 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => 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: 525/1055] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:36 2026] GET /v2.0/security-groups?id=17d9e0e3-285b-4990-bbe4-fa775f9bc3c4&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: 526/1056] 199.204.45.153 () {34 vars in 994 bytes} [Tue May 5 16:44:36 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => 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: 531/1057] 10.0.0.205 () {34 vars in 676 bytes} [Tue May 5 16:44:36 2026] POST /v2.0/floatingips => generated 552 bytes in 600 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:44:36.785 8 INFO neutron_taas.services.taas.taas_plugin [req-6d93f3c1-08eb-4946-808b-336c31f454ef req-88f43bb0-c6b1-4561-955a-b1be4a5886af 4043d98d45104aeca71b4940852f2479 5c5fd56a68dc4092bfafeaf3c3579773 - - default default] TaaS: Handle Delete Port: 43870d2a-cd41-4462-8564-9ff50752e652 2026-05-05 16:44:36.795 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6d93f3c1-08eb-4946-808b-336c31f454ef req-88f43bb0-c6b1-4561-955a-b1be4a5886af 4043d98d45104aeca71b4940852f2479 5c5fd56a68dc4092bfafeaf3c3579773 - - default default] Tap Mirror: Handle Delete Port: 43870d2a-cd41-4462-8564-9ff50752e652 2026-05-05 16:44:36.923 8 INFO neutron.db.l3_db [req-6d93f3c1-08eb-4946-808b-336c31f454ef req-88f43bb0-c6b1-4561-955a-b1be4a5886af 4043d98d45104aeca71b4940852f2479 5c5fd56a68dc4092bfafeaf3c3579773 - - default default] Floating IP 8ef0d627-5dc7-4326-ba2f-6a2c503547c9 disassociated. External IP: 10.96.250.220, port: 43870d2a-cd41-4462-8564-9ff50752e652. 2026-05-05 16:44:37.170 7 INFO neutron_taas.services.taas.taas_plugin [None req-9faaa192-7b67-47e9-a63f-22e2ba062979 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: dc2af576-2d40-4cf1-af78-badbb73fd3e3 2026-05-05 16:44:37.174 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9faaa192-7b67-47e9-a63f-22e2ba062979 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: dc2af576-2d40-4cf1-af78-badbb73fd3e3 [pid: 8|app: 0|req: 527/1058] 199.204.45.153 () {36 vars in 997 bytes} [Tue May 5 16:44:36 2026] DELETE /v2.0/ports/43870d2a-cd41-4462-8564-9ff50752e652 => generated 0 bytes in 672 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:44:37.388 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d1e333e6-46bd-452a-836e-affa96e82eda'] response: {'server_uuid': 'b7f80436-4a1e-41d9-9f9d-9df012bbdbd0', 'name': 'network-vif-deleted', 'tag': '43870d2a-cd41-4462-8564-9ff50752e652', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 528/1059] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:44:37 2026] GET /v2.0/security-groups?tenant_id=301436a04691462688caf6784fcc06b3&name=default => generated 2925 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1060] 10.0.0.8 () {34 vars in 1098 bytes} [Tue May 5 16:44:37 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1287215502&fields=id&tenant_id=1ef1aae2a7dd4dc8a4fdae8d403047ab => 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: 532/1061] 10.0.0.205 () {34 vars in 789 bytes} [Tue May 5 16:44:36 2026] PUT /v2.0/routers/597516e3-32d3-46b9-b4b4-22bdcb075859/remove_router_interface => generated 309 bytes in 1014 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1062] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:44:37 2026] DELETE /v2.0/security-groups/cf2d1dc3-23e4-476e-aa05-b34546436d28 => 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: 533/1063] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:37 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => 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: 531/1064] 10.0.0.8 () {34 vars in 980 bytes} [Tue May 5 16:44:37 2026] GET /v2.0/networks?id=eb62e6bf-1070-40e7-8593-a2bb42b81ee6 => generated 669 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1065] 10.0.0.8 () {34 vars in 963 bytes} [Tue May 5 16:44:37 2026] GET /v2.0/quotas/1ef1aae2a7dd4dc8a4fdae8d403047ab => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1066] 10.0.0.8 () {34 vars in 1000 bytes} [Tue May 5 16:44:37 2026] GET /v2.0/ports?tenant_id=1ef1aae2a7dd4dc8a4fdae8d403047ab&fields=id => generated 103 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:44:38.032 7 INFO neutron_taas.services.taas.taas_plugin [None req-cfc1161f-2e69-4466-a1ff-175ea9a86b54 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: e96c54b5-d120-440b-8881-b65aa24136bb 2026-05-05 16:44:38.037 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cfc1161f-2e69-4466-a1ff-175ea9a86b54 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: e96c54b5-d120-440b-8881-b65aa24136bb [pid: 8|app: 0|req: 534/1067] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:44:37 2026] GET /v2.0/security-groups?tenant_id=552188330d3d4af2b2e5467bf960c831&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1068] 10.0.0.8 () {34 vars in 1006 bytes} [Tue May 5 16:44:38 2026] GET /v2.0/networks/eb62e6bf-1070-40e7-8593-a2bb42b81ee6?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: 536/1069] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:44:38 2026] DELETE /v2.0/security-groups/71c7f59b-d5f3-43d7-92d4-8ec977281572 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:44:38.345 7 INFO neutron_taas.services.taas.taas_plugin [None req-cfc1161f-2e69-4466-a1ff-175ea9a86b54 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: d86131fc-fb71-4786-b17a-3d5c7d00273d 2026-05-05 16:44:38.350 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cfc1161f-2e69-4466-a1ff-175ea9a86b54 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: d86131fc-fb71-4786-b17a-3d5c7d00273d [pid: 8|app: 0|req: 537/1070] 10.0.0.8 () {34 vars in 1106 bytes} [Tue May 5 16:44:38 2026] GET /v2.0/networks/eb62e6bf-1070-40e7-8593-a2bb42b81ee6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1071] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:38 2026] GET /v2.0/ports?device_id=5f8f1eb9-547a-46cb-97fc-d7b8473f0d2a => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:44:38.723 7 INFO neutron.services.segments.plugin [-] Segment a0c57075-f1bb-4c57-bf3d-9464b91000e7 resource provider aggregate not found 2026-05-05 16:44:38.728 7 INFO neutron.services.segments.plugin [-] Segment a0c57075-f1bb-4c57-bf3d-9464b91000e7 resource provider aggregate not found 2026-05-05 16:44:38.741 7 INFO neutron.services.segments.plugin [-] Segment a0c57075-f1bb-4c57-bf3d-9464b91000e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0c57075-f1bb-4c57-bf3d-9464b91000e7 found for delete ", "request_id": "req-67340075-b7a1-4984-8907-14983ef70a6d"}]} 2026-05-05 16:44:38.746 7 INFO neutron.services.segments.plugin [-] Segment a0c57075-f1bb-4c57-bf3d-9464b91000e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0c57075-f1bb-4c57-bf3d-9464b91000e7 found for delete ", "request_id": "req-340798a8-256a-4f20-a89e-af9e6ae8c545"}]} 2026-05-05 16:44:38.749 7 INFO neutron.db.l3_hamode_db [None req-cfc1161f-2e69-4466-a1ff-175ea9a86b54 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] HA network 2972bceb-2778-44af-805d-0707a39434e6 was deleted as no HA routers are present in tenant 0178c1aaf46a4a5b9deeec7f0bb754ca. [pid: 7|app: 0|req: 534/1072] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:44:37 2026] DELETE /v2.0/routers/597516e3-32d3-46b9-b4b4-22bdcb075859 => generated 0 bytes in 956 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1073] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:38 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => 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: 539/1074] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:44:38 2026] DELETE /v2.0/subnets/fd1133c1-6adb-44a2-9689-492062c6592b => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:44:39.061 7 INFO neutron_taas.services.taas.taas_plugin [None req-3c1d6221-b7ba-4554-981c-0f46207ceafc 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: 33db02f1-733d-4ae2-8bea-549a82a345ff 2026-05-05 16:44:39.064 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c1d6221-b7ba-4554-981c-0f46207ceafc 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: 33db02f1-733d-4ae2-8bea-549a82a345ff [pid: 7|app: 0|req: 536/1075] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:44:38 2026] DELETE /v2.0/networks/600a84eb-d25b-439f-9be5-137ae36cc074 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1076] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:44:39 2026] GET /v2.0/security-groups?tenant_id=0178c1aaf46a4a5b9deeec7f0bb754ca&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: 537/1077] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:44:39 2026] DELETE /v2.0/security-groups/e6c218a1-850b-4333-bcdb-674bf4f97b9d => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1078] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:39 2026] GET /v2.0/ports?device_id=5f8f1eb9-547a-46cb-97fc-d7b8473f0d2a => 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: 538/1079] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:39 2026] GET /v2.0/ports?device_id=b7f80436-4a1e-41d9-9f9d-9df012bbdbd0 => 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: 542/1080] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:40 2026] GET /v2.0/ports?device_id=5f8f1eb9-547a-46cb-97fc-d7b8473f0d2a => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:44:40.768 7 INFO neutron.services.segments.plugin [-] Segment a8ddd7c7-8f82-4f63-9668-ba92e23b62d3 resource provider aggregate not found 2026-05-05 16:44:40.772 7 INFO neutron.services.segments.plugin [-] Segment a8ddd7c7-8f82-4f63-9668-ba92e23b62d3 resource provider aggregate not found 2026-05-05 16:44:40.790 7 INFO neutron.services.segments.plugin [-] Segment a8ddd7c7-8f82-4f63-9668-ba92e23b62d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8ddd7c7-8f82-4f63-9668-ba92e23b62d3 found for delete ", "request_id": "req-4c6bb949-0dec-4416-941e-ddc011b7d69e"}]} 2026-05-05 16:44:40.792 7 INFO neutron.services.segments.plugin [-] Segment a8ddd7c7-8f82-4f63-9668-ba92e23b62d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8ddd7c7-8f82-4f63-9668-ba92e23b62d3 found for delete ", "request_id": "req-d1f8714c-49e8-4084-b40e-42ad533e185c"}]} [pid: 7|app: 0|req: 539/1081] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:44:41 2026] DELETE /v2.0/security-groups/17d9e0e3-285b-4990-bbe4-fa775f9bc3c4 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:44:41.263 8 INFO neutron.api.v2.resource [None req-004770f9-1e16-45a7-b3fd-20cfc16a6820 4043d98d45104aeca71b4940852f2479 5c5fd56a68dc4092bfafeaf3c3579773 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 543/1082] 10.0.0.205 () {32 vars in 737 bytes} [Tue May 5 16:44:41 2026] GET /v2.0/security-groups/17d9e0e3-285b-4990-bbe4-fa775f9bc3c4 => generated 146 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:44:41.379 7 INFO neutron_taas.services.taas.taas_plugin [None req-294f9084-4fb9-4b36-939b-46ed8fea30ec 4043d98d45104aeca71b4940852f2479 5c5fd56a68dc4092bfafeaf3c3579773 - - default default] TaaS: Handle Delete Port: f085b3ef-3e55-472b-a4c3-5c942dc93a4d 2026-05-05 16:44:41.382 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-294f9084-4fb9-4b36-939b-46ed8fea30ec 4043d98d45104aeca71b4940852f2479 5c5fd56a68dc4092bfafeaf3c3579773 - - default default] Tap Mirror: Handle Delete Port: f085b3ef-3e55-472b-a4c3-5c942dc93a4d [pid: 7|app: 0|req: 540/1083] 10.0.0.205 () {32 vars in 732 bytes} [Tue May 5 16:44:41 2026] DELETE /v2.0/floatingips/8ef0d627-5dc7-4326-ba2f-6a2c503547c9 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1084] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:41 2026] GET /v2.0/ports?device_id=5f8f1eb9-547a-46cb-97fc-d7b8473f0d2a => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:44:41.979 8 INFO neutron_taas.services.taas.taas_plugin [None req-39947449-c8c4-401c-81c3-348aecbe0217 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: f4419104-1650-440c-b1c1-30aa24a1a21e 2026-05-05 16:44:41.982 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39947449-c8c4-401c-81c3-348aecbe0217 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: f4419104-1650-440c-b1c1-30aa24a1a21e [pid: 8|app: 0|req: 544/1085] 10.0.0.205 () {34 vars in 789 bytes} [Tue May 5 16:44:41 2026] PUT /v2.0/routers/56f62497-f35e-4e0e-8eca-207bc5269d70/remove_router_interface => generated 309 bytes in 1028 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:44:42.813 8 INFO neutron_taas.services.taas.taas_plugin [None req-4caf8e96-2c95-4c39-941e-169ecd6d3433 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: 5416b770-6ec8-46ca-98f5-23cc34cf1f54 2026-05-05 16:44:42.816 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4caf8e96-2c95-4c39-941e-169ecd6d3433 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: 5416b770-6ec8-46ca-98f5-23cc34cf1f54 [pid: 7|app: 0|req: 542/1086] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:44:42 2026] GET /v2.0/security-groups?tenant_id=a506ccfa840d4c748c5ee094a9798d8e&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1087] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:44:42 2026] GET /v2.0/networks?id=eb62e6bf-1070-40e7-8593-a2bb42b81ee6 => generated 669 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1088] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:44:42 2026] DELETE /v2.0/security-groups/c489df8c-54e7-4e20-a3af-56ca96bdecef => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1089] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:43 2026] GET /v2.0/ports?device_id=5f8f1eb9-547a-46cb-97fc-d7b8473f0d2a => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:44:43.073 8 INFO neutron_taas.services.taas.taas_plugin [None req-4caf8e96-2c95-4c39-941e-169ecd6d3433 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: 5895eed9-936e-45ba-a15c-f3f37df8a470 2026-05-05 16:44:43.075 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4caf8e96-2c95-4c39-941e-169ecd6d3433 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: 5895eed9-936e-45ba-a15c-f3f37df8a470 [pid: 7|app: 0|req: 546/1090] 199.204.45.153 () {34 vars in 1050 bytes} [Tue May 5 16:44:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1ef1aae2a7dd4dc8a4fdae8d403047ab => generated 181 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:44:43.465 8 INFO neutron.services.segments.plugin [-] Segment 05eda17f-aa83-4c08-9c3f-ee1a5e25e76a resource provider aggregate not found 2026-05-05 16:44:43.469 8 INFO neutron.services.segments.plugin [-] Segment 05eda17f-aa83-4c08-9c3f-ee1a5e25e76a resource provider aggregate not found 2026-05-05 16:44:43.483 8 INFO neutron.services.segments.plugin [-] Segment 05eda17f-aa83-4c08-9c3f-ee1a5e25e76a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05eda17f-aa83-4c08-9c3f-ee1a5e25e76a found for delete ", "request_id": "req-2632f61f-9cfe-4b8e-9c48-b016b54e080e"}]} 2026-05-05 16:44:43.483 8 INFO neutron.db.l3_hamode_db [None req-4caf8e96-2c95-4c39-941e-169ecd6d3433 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] HA network 50570347-b617-423d-bdae-61bd75bc0854 was deleted as no HA routers are present in tenant 5c5fd56a68dc4092bfafeaf3c3579773. 2026-05-05 16:44:43.488 8 INFO neutron.services.segments.plugin [-] Segment 05eda17f-aa83-4c08-9c3f-ee1a5e25e76a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05eda17f-aa83-4c08-9c3f-ee1a5e25e76a found for delete ", "request_id": "req-e9471a98-96ce-4973-baa2-98500f399ebb"}]} [pid: 8|app: 0|req: 545/1091] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:44:42 2026] DELETE /v2.0/routers/56f62497-f35e-4e0e-8eca-207bc5269d70 => generated 0 bytes in 892 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1092] 199.204.45.153 () {38 vars in 955 bytes} [Tue May 5 16:44:43 2026] POST /v2.0/ports => generated 958 bytes in 412 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: 546/1093] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:44:43 2026] GET /v2.0/security-groups?tenant_id=1f917f57e06341379fa8d83e3c2df313&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1094] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:44:43 2026] DELETE /v2.0/subnets/c6860536-66c3-415f-afcb-89b62d618e08 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1095] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:44:43 2026] DELETE /v2.0/security-groups/dd611ba6-3b04-444b-989b-67229d593ea6 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:44:43.802 7 INFO neutron_taas.services.taas.taas_plugin [None req-49a60b99-d762-4eb8-8594-607bddabf2a9 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: b7bd8d83-1ec8-42d7-ba9a-e2385a3274f9 2026-05-05 16:44:43.805 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49a60b99-d762-4eb8-8594-607bddabf2a9 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: b7bd8d83-1ec8-42d7-ba9a-e2385a3274f9 2026-05-05 16:44:44.008 7 INFO neutron.services.segments.plugin [-] Segment 772a786d-9444-42ad-bd70-625c24a5d3e4 resource provider aggregate not found 2026-05-05 16:44:44.012 7 INFO neutron.services.segments.plugin [-] Segment 772a786d-9444-42ad-bd70-625c24a5d3e4 resource provider aggregate not found 2026-05-05 16:44:44.029 7 INFO neutron.services.segments.plugin [-] Segment 772a786d-9444-42ad-bd70-625c24a5d3e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 772a786d-9444-42ad-bd70-625c24a5d3e4 found for delete ", "request_id": "req-bc90de6e-1444-4660-bb79-5d304f44db14"}]} 2026-05-05 16:44:44.032 7 INFO neutron.services.segments.plugin [-] Segment 772a786d-9444-42ad-bd70-625c24a5d3e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 772a786d-9444-42ad-bd70-625c24a5d3e4 found for delete ", "request_id": "req-176c345e-c03e-46cf-bed1-bf400cd35568"}]} [pid: 7|app: 0|req: 550/1096] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:44:43 2026] DELETE /v2.0/networks/d7927d41-87e9-464b-b591-58cf75a3a0d2 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1097] 199.204.45.153 () {38 vars in 1028 bytes} [Tue May 5 16:44:43 2026] PUT /v2.0/ports/df50dd3c-f675-49e7-bce3-1778014a43e3 => generated 1239 bytes in 432 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:44:44.106 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-00cb88d4-340f-4e53-9a2d-6737a349e61d'] response: {'name': 'network-changed', 'server_uuid': '5f8f1eb9-547a-46cb-97fc-d7b8473f0d2a', 'tag': 'df50dd3c-f675-49e7-bce3-1778014a43e3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 551/1098] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:44 2026] GET /v2.0/ports?device_id=5f8f1eb9-547a-46cb-97fc-d7b8473f0d2a => generated 973 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: 8|app: 0|req: 548/1099] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:44 2026] GET /v2.0/security-groups?id=22ca640b-3d50-4347-8ee0-7eba29401c97&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: 552/1100] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:44:44 2026] GET /v2.0/security-groups?tenant_id=5c5fd56a68dc4092bfafeaf3c3579773&name=default => generated 2921 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1101] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:44:44 2026] DELETE /v2.0/security-groups/7bd1f6f3-442e-4716-9d7a-f1e6bb300be4 => 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: 554/1102] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:44:44 2026] GET /v2.0/ports?tenant_id=1ef1aae2a7dd4dc8a4fdae8d403047ab&device_id=5f8f1eb9-547a-46cb-97fc-d7b8473f0d2a => generated 1242 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1103] 199.204.45.153 () {34 vars in 1018 bytes} [Tue May 5 16:44:44 2026] GET /v2.0/networks?tenant_id=1ef1aae2a7dd4dc8a4fdae8d403047ab&shared=False => generated 765 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1104] 199.204.45.153 () {34 vars in 930 bytes} [Tue May 5 16:44:44 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1105] 10.0.0.205 () {34 vars in 676 bytes} [Tue May 5 16:44:44 2026] POST /v2.0/floatingips => generated 552 bytes in 975 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1106] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:45 2026] GET /v2.0/ports?device_id=5f8f1eb9-547a-46cb-97fc-d7b8473f0d2a => generated 973 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1107] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:45 2026] GET /v2.0/security-groups?id=22ca640b-3d50-4347-8ee0-7eba29401c97&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1110] 10.0.0.205 () {32 vars in 653 bytes} [Tue May 5 16:44:45 2026] GET /v2.0/extensions => generated 21537 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1111] 10.0.0.205 () {32 vars in 681 bytes} [Tue May 5 16:44:45 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1112] 10.0.0.205 () {32 vars in 681 bytes} [Tue May 5 16:44:45 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1113] 10.0.0.205 () {34 vars in 676 bytes} [Tue May 5 16:44:45 2026] POST /v2.0/floatingips => generated 552 bytes in 588 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1114] 10.0.0.205 () {32 vars in 729 bytes} [Tue May 5 16:44:45 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1115] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:44:45 2026] GET /v2.0/ports?tenant_id=1ef1aae2a7dd4dc8a4fdae8d403047ab&device_id=5f8f1eb9-547a-46cb-97fc-d7b8473f0d2a => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1116] 10.0.0.205 () {32 vars in 665 bytes} [Tue May 5 16:44:45 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1117] 199.204.45.153 () {34 vars in 1060 bytes} [Tue May 5 16:44:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=df50dd3c-f675-49e7-bce3-1778014a43e3 => 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: 560/1118] 10.0.0.205 () {32 vars in 699 bytes} [Tue May 5 16:44:45 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1119] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:44:45 2026] GET /v2.0/subnets?id=fd695cb4-d83d-4b8a-956e-77e60841c716 => generated 687 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1120] 10.0.0.205 () {32 vars in 697 bytes} [Tue May 5 16:44:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1121] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:44:45 2026] GET /v2.0/ports?network_id=eb62e6bf-1070-40e7-8593-a2bb42b81ee6&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1122] 10.0.0.205 () {32 vars in 701 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1123] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/networks/eb62e6bf-1070-40e7-8593-a2bb42b81ee6?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: 566/1124] 10.0.0.205 () {32 vars in 689 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1125] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/networks/eb62e6bf-1070-40e7-8593-a2bb42b81ee6?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: 568/1126] 10.0.0.205 () {32 vars in 703 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1127] 10.0.0.205 () {32 vars in 693 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1128] 10.0.0.205 () {32 vars in 695 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1129] 10.0.0.205 () {32 vars in 685 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1130] 10.0.0.205 () {32 vars in 687 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1131] 10.0.0.205 () {32 vars in 661 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1132] 10.0.0.205 () {32 vars in 699 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1133] 10.0.0.205 () {32 vars in 679 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1134] 10.0.0.205 () {32 vars in 683 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1135] 10.0.0.205 () {32 vars in 675 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1136] 10.0.0.205 () {32 vars in 689 bytes} [Tue May 5 16:44:46 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: 8|app: 0|req: 579/1137] 10.0.0.205 () {32 vars in 723 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1138] 10.0.0.205 () {32 vars in 687 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1139] 10.0.0.205 () {32 vars in 669 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1140] 10.0.0.205 () {32 vars in 687 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1141] 10.0.0.205 () {32 vars in 681 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1142] 10.0.0.205 () {32 vars in 699 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1143] 10.0.0.205 () {32 vars in 679 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1144] 10.0.0.205 () {32 vars in 667 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/router => generated 256 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1145] 10.0.0.205 () {32 vars in 677 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1146] 10.0.0.205 () {32 vars in 665 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/l3-ha => 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: 589/1147] 10.0.0.205 () {32 vars in 675 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/l3-flavors => 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: 590/1148] 10.0.0.205 () {32 vars in 713 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1149] 10.0.0.205 () {32 vars in 691 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1150] 10.0.0.205 () {32 vars in 683 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1151] 10.0.0.205 () {32 vars in 669 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1152] 10.0.0.205 () {32 vars in 687 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1153] 10.0.0.205 () {32 vars in 705 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1154] 10.0.0.205 () {32 vars in 675 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1155] 10.0.0.205 () {32 vars in 701 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1156] 10.0.0.205 () {32 vars in 675 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1157] 10.0.0.205 () {32 vars in 693 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1158] 10.0.0.205 () {32 vars in 689 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/port-mac-override => 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: 601/1159] 10.0.0.205 () {32 vars in 709 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1160] 10.0.0.205 () {34 vars in 676 bytes} [Tue May 5 16:44:45 2026] POST /v2.0/floatingips => generated 552 bytes in 564 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1161] 10.0.0.205 () {32 vars in 705 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1162] 10.0.0.205 () {32 vars in 719 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1163] 10.0.0.205 () {32 vars in 697 bytes} [Tue May 5 16:44:46 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: 8|app: 0|req: 605/1164] 10.0.0.205 () {32 vars in 711 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1165] 10.0.0.205 () {32 vars in 669 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1166] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/ports?device_id=5f8f1eb9-547a-46cb-97fc-d7b8473f0d2a => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1167] 10.0.0.205 () {32 vars in 687 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1168] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/security-groups?id=22ca640b-3d50-4347-8ee0-7eba29401c97&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: 610/1169] 10.0.0.205 () {32 vars in 681 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1170] 10.0.0.205 () {32 vars in 675 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1171] 10.0.0.205 () {32 vars in 671 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/provider => generated 191 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1172] 10.0.0.205 () {32 vars in 661 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1173] 10.0.0.205 () {32 vars in 699 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1174] 10.0.0.205 () {32 vars in 699 bytes} [Tue May 5 16:44:46 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: 616/1175] 10.0.0.205 () {32 vars in 677 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1176] 10.0.0.205 () {32 vars in 669 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1177] 10.0.0.205 () {32 vars in 683 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1178] 10.0.0.205 () {32 vars in 701 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1179] 10.0.0.205 () {32 vars in 685 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1180] 10.0.0.205 () {32 vars in 707 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1181] 10.0.0.205 () {32 vars in 669 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1182] 10.0.0.205 () {32 vars in 697 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1183] 10.0.0.205 () {32 vars in 695 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1184] 10.0.0.205 () {32 vars in 685 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1185] 10.0.0.205 () {32 vars in 689 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1186] 10.0.0.205 () {32 vars in 705 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1187] 10.0.0.205 () {32 vars in 667 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1188] 10.0.0.205 () {32 vars in 681 bytes} [Tue May 5 16:44:46 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: 630/1189] 10.0.0.205 () {32 vars in 681 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1190] 10.0.0.205 () {32 vars in 691 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1191] 10.0.0.205 () {32 vars in 691 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1192] 10.0.0.205 () {32 vars in 695 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1193] 10.0.0.205 () {32 vars in 685 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1194] 10.0.0.205 () {32 vars in 689 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1195] 10.0.0.205 () {32 vars in 701 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1196] 10.0.0.205 () {32 vars in 703 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1197] 10.0.0.205 () {32 vars in 713 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1198] 10.0.0.205 () {32 vars in 717 bytes} [Tue May 5 16:44:46 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: 640/1199] 10.0.0.205 () {32 vars in 715 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1200] 10.0.0.205 () {32 vars in 727 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1201] 10.0.0.205 () {32 vars in 741 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1202] 10.0.0.205 () {32 vars in 719 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1203] 10.0.0.205 () {32 vars in 683 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1204] 10.0.0.205 () {32 vars in 669 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1205] 10.0.0.205 () {32 vars in 719 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1206] 10.0.0.205 () {32 vars in 679 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1207] 10.0.0.205 () {32 vars in 669 bytes} [Tue May 5 16:44:46 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: 649/1208] 10.0.0.205 () {32 vars in 697 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1209] 10.0.0.205 () {32 vars in 705 bytes} [Tue May 5 16:44:46 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: 8|app: 0|req: 651/1210] 10.0.0.205 () {32 vars in 701 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1211] 10.0.0.205 () {32 vars in 701 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1212] 10.0.0.205 () {32 vars in 683 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1213] 10.0.0.205 () {32 vars in 705 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1214] 10.0.0.205 () {32 vars in 695 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1215] 10.0.0.205 () {34 vars in 676 bytes} [Tue May 5 16:44:46 2026] POST /v2.0/floatingips => generated 552 bytes in 566 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1216] 10.0.0.205 () {32 vars in 689 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1217] 10.0.0.205 () {32 vars in 697 bytes} [Tue May 5 16:44:46 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1218] 10.0.0.205 () {32 vars in 679 bytes} [Tue May 5 16:44:47 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1219] 10.0.0.205 () {32 vars in 689 bytes} [Tue May 5 16:44:47 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1220] 10.0.0.205 () {32 vars in 701 bytes} [Tue May 5 16:44:47 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1221] 10.0.0.205 () {32 vars in 665 bytes} [Tue May 5 16:44:47 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1222] 10.0.0.205 () {32 vars in 681 bytes} [Tue May 5 16:44:47 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1223] 10.0.0.205 () {32 vars in 677 bytes} [Tue May 5 16:44:47 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1224] 10.0.0.205 () {32 vars in 693 bytes} [Tue May 5 16:44:47 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1225] 10.0.0.205 () {32 vars in 677 bytes} [Tue May 5 16:44:47 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1226] 10.0.0.205 () {32 vars in 667 bytes} [Tue May 5 16:44:47 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1227] 10.0.0.205 () {32 vars in 663 bytes} [Tue May 5 16:44:47 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1228] 10.0.0.205 () {32 vars in 675 bytes} [Tue May 5 16:44:47 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1229] 10.0.0.205 () {32 vars in 687 bytes} [Tue May 5 16:44:47 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1230] 10.0.0.205 () {34 vars in 676 bytes} [Tue May 5 16:44:46 2026] POST /v2.0/floatingips => generated 552 bytes in 578 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1231] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:47 2026] GET /v2.0/ports?device_id=5f8f1eb9-547a-46cb-97fc-d7b8473f0d2a => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1232] 10.0.0.205 () {34 vars in 759 bytes} [Tue May 5 16:44:47 2026] PUT /v2.0/floatingips/8893a09d-abbd-41f2-93b6-33368472d4d4/tags => generated 17 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1233] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:47 2026] GET /v2.0/security-groups?id=22ca640b-3d50-4347-8ee0-7eba29401c97&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: 672/1234] 10.0.0.205 () {34 vars in 759 bytes} [Tue May 5 16:44:47 2026] PUT /v2.0/floatingips/24af4c71-6443-488d-923a-536f98c9723f/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1235] 10.0.0.205 () {34 vars in 759 bytes} [Tue May 5 16:44:47 2026] PUT /v2.0/floatingips/18af371c-fbe7-4d53-a9ad-d8d0e7f931e1/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1236] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:44:47 2026] GET /v2.0/security-groups?tenant_id=e2af765e00854cd1a1cb12ea535f4a61&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1237] 10.0.0.205 () {34 vars in 759 bytes} [Tue May 5 16:44:47 2026] PUT /v2.0/floatingips/55580b94-f188-4e19-b574-bac0a1684a15/tags => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1238] 10.0.0.205 () {32 vars in 672 bytes} [Tue May 5 16:44:47 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1239] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:44:47 2026] DELETE /v2.0/security-groups/fcfa3307-9877-4585-9238-5d2e59a94b0f => 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: 676/1240] 10.0.0.205 () {32 vars in 686 bytes} [Tue May 5 16:44:47 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1241] 10.0.0.205 () {32 vars in 682 bytes} [Tue May 5 16:44:47 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1242] 10.0.0.205 () {32 vars in 694 bytes} [Tue May 5 16:44:48 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1243] 10.0.0.205 () {32 vars in 680 bytes} [Tue May 5 16:44:48 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1244] 10.0.0.205 () {32 vars in 694 bytes} [Tue May 5 16:44:48 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1245] 10.0.0.205 () {32 vars in 690 bytes} [Tue May 5 16:44:48 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1246] 10.0.0.205 () {32 vars in 702 bytes} [Tue May 5 16:44:48 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1247] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:48 2026] GET /v2.0/ports?device_id=5f8f1eb9-547a-46cb-97fc-d7b8473f0d2a => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:44:48.855 7 INFO neutron_taas.services.taas.taas_plugin [None req-5015b8e4-36eb-4b18-828a-9fbe8217286a 5059cc7aef544d2692b2df39931a84b1 ae796991438a42b7b8d981e1d4befe57 - - default default] TaaS: Handle Delete Port: a042cca1-9b98-4c53-8615-77425aee2737 2026-05-05 16:44:48.857 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5015b8e4-36eb-4b18-828a-9fbe8217286a 5059cc7aef544d2692b2df39931a84b1 ae796991438a42b7b8d981e1d4befe57 - - default default] Tap Mirror: Handle Delete Port: a042cca1-9b98-4c53-8615-77425aee2737 [pid: 8|app: 0|req: 681/1248] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:48 2026] GET /v2.0/security-groups?id=22ca640b-3d50-4347-8ee0-7eba29401c97&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1249] 10.0.0.205 () {32 vars in 732 bytes} [Tue May 5 16:44:48 2026] DELETE /v2.0/floatingips/8893a09d-abbd-41f2-93b6-33368472d4d4 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:44:49.109 8 INFO neutron_taas.services.taas.taas_plugin [None req-fe597a17-7066-4e93-bc38-64f68650107f 5059cc7aef544d2692b2df39931a84b1 ae796991438a42b7b8d981e1d4befe57 - - default default] TaaS: Handle Delete Port: 69f65808-fb85-42ce-9a92-9bd3241c534c 2026-05-05 16:44:49.112 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe597a17-7066-4e93-bc38-64f68650107f 5059cc7aef544d2692b2df39931a84b1 ae796991438a42b7b8d981e1d4befe57 - - default default] Tap Mirror: Handle Delete Port: 69f65808-fb85-42ce-9a92-9bd3241c534c [pid: 8|app: 0|req: 682/1250] 10.0.0.205 () {32 vars in 732 bytes} [Tue May 5 16:44:49 2026] DELETE /v2.0/floatingips/24af4c71-6443-488d-923a-536f98c9723f => generated 0 bytes in 302 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:44:49.428 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a185c51-6009-4603-8c26-7ed5ac9ef33d 5059cc7aef544d2692b2df39931a84b1 ae796991438a42b7b8d981e1d4befe57 - - default default] TaaS: Handle Delete Port: 090e196f-3580-4cbe-bfe7-4acbeb764f76 2026-05-05 16:44:49.430 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a185c51-6009-4603-8c26-7ed5ac9ef33d 5059cc7aef544d2692b2df39931a84b1 ae796991438a42b7b8d981e1d4befe57 - - default default] Tap Mirror: Handle Delete Port: 090e196f-3580-4cbe-bfe7-4acbeb764f76 [pid: 7|app: 0|req: 569/1251] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:44:49 2026] GET /v2.0/security-groups?tenant_id=0fb5a64bf05d4d54bed3115377262656&name=default => generated 2925 bytes in 398 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1252] 10.0.0.205 () {32 vars in 732 bytes} [Tue May 5 16:44:49 2026] DELETE /v2.0/floatingips/18af371c-fbe7-4d53-a9ad-d8d0e7f931e1 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1253] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:44:49 2026] DELETE /v2.0/security-groups/4bf9a216-3274-489c-a0ab-1c9969ee532c => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:44:49.664 8 INFO neutron_taas.services.taas.taas_plugin [None req-08c12ab8-35ff-4014-a13e-f5087d33678a 5059cc7aef544d2692b2df39931a84b1 ae796991438a42b7b8d981e1d4befe57 - - default default] TaaS: Handle Delete Port: d24bc859-a2a2-498a-b287-1f050b2f3632 2026-05-05 16:44:49.667 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08c12ab8-35ff-4014-a13e-f5087d33678a 5059cc7aef544d2692b2df39931a84b1 ae796991438a42b7b8d981e1d4befe57 - - default default] Tap Mirror: Handle Delete Port: d24bc859-a2a2-498a-b287-1f050b2f3632 [pid: 7|app: 0|req: 571/1254] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:44:49 2026] GET /v2.0/security-groups?tenant_id=8047693e26f045d593fdf378e785166a&name=default => generated 2925 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:44:50.218 7 INFO neutron.db.segments_db [None req-6079bf32-59c2-4d6c-a704-d6f4b71385c8 e582d2352d214b15b1affabc006e5847 18eb04529101405f9289df2e1abadbf5 - - default default] Added segment e4954ff6-2488-439f-9dcd-1b7d9ff68f84 of type vxlan for network d2763393-7f5d-47da-8aa1-26525ff4d93f 2026-05-05 16:44:50.262 7 INFO neutron.db.segments_db [None req-6079bf32-59c2-4d6c-a704-d6f4b71385c8 e582d2352d214b15b1affabc006e5847 18eb04529101405f9289df2e1abadbf5 - - default default] Added segment ecd34771-a9c0-4f8f-b29e-9b13cbfee081 of type vxlan for network e4a5aa27-c5ed-42c1-8a39-1a17b6f7bd7b [pid: 8|app: 0|req: 684/1255] 10.0.0.205 () {32 vars in 732 bytes} [Tue May 5 16:44:49 2026] DELETE /v2.0/floatingips/55580b94-f188-4e19-b574-bac0a1684a15 => generated 0 bytes in 734 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1256] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:44:49 2026] POST /v2.0/networks => generated 1208 bytes in 510 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1257] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:44:50 2026] DELETE /v2.0/security-groups/2ff6c6b7-1774-4220-b2d1-f4b2f37f7ef1 => 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: 573/1258] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:50 2026] GET /v2.0/ports?device_id=5f8f1eb9-547a-46cb-97fc-d7b8473f0d2a => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1259] 10.0.0.205 () {32 vars in 649 bytes} [Tue May 5 16:44:50 2026] GET /v2.0/networks => generated 1845 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:44:50.508 8 INFO neutron_taas.services.taas.taas_plugin [None req-28f67af2-d8ff-4cf4-af99-58d655138d59 5059cc7aef544d2692b2df39931a84b1 ae796991438a42b7b8d981e1d4befe57 - - default default] TaaS: Handle Delete Port: e9998c16-d20b-412e-9baf-b28568dc77a4 2026-05-05 16:44:50.511 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28f67af2-d8ff-4cf4-af99-58d655138d59 5059cc7aef544d2692b2df39931a84b1 ae796991438a42b7b8d981e1d4befe57 - - default default] Tap Mirror: Handle Delete Port: e9998c16-d20b-412e-9baf-b28568dc77a4 [pid: 7|app: 0|req: 575/1260] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:50 2026] GET /v2.0/security-groups?id=22ca640b-3d50-4347-8ee0-7eba29401c97&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:44:50.624 7 INFO neutron.services.segments.plugin [-] Segment e4954ff6-2488-439f-9dcd-1b7d9ff68f84 resource provider aggregate not found 2026-05-05 16:44:50.631 7 INFO neutron.services.segments.plugin [-] Segment e4954ff6-2488-439f-9dcd-1b7d9ff68f84 resource provider aggregate not found 2026-05-05 16:44:50.643 7 INFO neutron.services.segments.plugin [-] Segment e4954ff6-2488-439f-9dcd-1b7d9ff68f84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4954ff6-2488-439f-9dcd-1b7d9ff68f84 found for delete ", "request_id": "req-2ea33023-621d-4c07-a70b-e46271fce760"}]} 2026-05-05 16:44:50.652 7 INFO neutron.services.segments.plugin [-] Segment e4954ff6-2488-439f-9dcd-1b7d9ff68f84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4954ff6-2488-439f-9dcd-1b7d9ff68f84 found for delete ", "request_id": "req-63b70eae-dbeb-4089-bf30-8d4d86322616"}]} [pid: 7|app: 0|req: 576/1261] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:44:50 2026] DELETE /v2.0/networks/d2763393-7f5d-47da-8aa1-26525ff4d93f => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1262] 10.0.0.205 () {32 vars in 732 bytes} [Tue May 5 16:44:50 2026] DELETE /v2.0/floatingips/6faa2aa4-62e8-48f8-81c2-8e0a0e3a61fa => 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: 577/1263] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:44:50 2026] DELETE /v2.0/networks/e4a5aa27-c5ed-42c1-8a39-1a17b6f7bd7b => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1264] 10.0.0.205 () {32 vars in 649 bytes} [Tue May 5 16:44:50 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-05-05 16:44:50.880 7 INFO neutron.db.segments_db [None req-1744d7f3-8fe0-479f-b324-1243863b38d0 e582d2352d214b15b1affabc006e5847 18eb04529101405f9289df2e1abadbf5 - - default default] Added segment aac05b8e-7fde-4a78-bef3-7b4b77c14c2d of type vxlan for network 11f3abdb-5e40-4d69-8d95-a19e53a62b08 [pid: 7|app: 0|req: 578/1265] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:44:50 2026] POST /v2.0/networks => generated 633 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:44:51.037 8 INFO neutron.db.segments_db [None req-d44cdb8e-b870-4a4e-810f-33c14ce2d8ce e582d2352d214b15b1affabc006e5847 18eb04529101405f9289df2e1abadbf5 - - default default] Added segment 3c89a8d4-e8f9-4045-85b3-d70d72b470f3 of type vxlan for network ed92bd00-e1d4-4ca9-b008-a76a673caa37 [pid: 8|app: 0|req: 688/1266] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:44:50 2026] POST /v2.0/networks => generated 634 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1267] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:44:51 2026] GET /v2.0/security-groups?tenant_id=15d375408ffc4221b155cd432c51b3e3&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1268] 10.0.0.205 () {34 vars in 665 bytes} [Tue May 5 16:44:51 2026] POST /v2.0/ports => generated 1505 bytes in 600 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 690/1269] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:51 2026] GET /v2.0/ports?device_id=5f8f1eb9-547a-46cb-97fc-d7b8473f0d2a => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1270] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:44:51 2026] DELETE /v2.0/security-groups/0118f1c1-3737-4698-9471-46ae5dc6a1f7 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1271] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:51 2026] GET /v2.0/security-groups?id=22ca640b-3d50-4347-8ee0-7eba29401c97&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1272] 10.0.0.205 () {32 vars in 643 bytes} [Tue May 5 16:44:51 2026] GET /v2.0/ports => generated 1505 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1273] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:51 2026] GET /v2.0/ports?device_id=5f8f1eb9-547a-46cb-97fc-d7b8473f0d2a => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:44:52.030 7 INFO neutron_taas.services.taas.taas_plugin [None req-31c7ff78-13db-4fec-8e20-cc262ac950d8 e582d2352d214b15b1affabc006e5847 18eb04529101405f9289df2e1abadbf5 - - default default] TaaS: Handle Delete Port: 219f5bd5-b4b3-4cc5-ae98-903aef8db8e5 2026-05-05 16:44:52.033 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31c7ff78-13db-4fec-8e20-cc262ac950d8 e582d2352d214b15b1affabc006e5847 18eb04529101405f9289df2e1abadbf5 - - default default] Tap Mirror: Handle Delete Port: 219f5bd5-b4b3-4cc5-ae98-903aef8db8e5 [pid: 7|app: 0|req: 582/1274] 10.0.0.205 () {32 vars in 720 bytes} [Tue May 5 16:44:51 2026] DELETE /v2.0/ports/219f5bd5-b4b3-4cc5-ae98-903aef8db8e5 => 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: 583/1275] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:44:52 2026] GET /v2.0/security-groups?tenant_id=ae796991438a42b7b8d981e1d4befe57&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:44:52.304 8 INFO neutron.db.l3_db [None req-4b7ec752-a97e-4485-8dbf-93b9ffa78b76 54e3f764236c47d2b5077c9b1c21a218 1ef1aae2a7dd4dc8a4fdae8d403047ab - - default default] Floating IP 80dd3ccc-a3be-4487-82f7-362cb34d28f1 associated. External IP: 10.96.250.206, port: df50dd3c-f675-49e7-bce3-1778014a43e3. 2026-05-05 16:44:52.331 7 INFO neutron_taas.services.taas.taas_plugin [None req-874e05ab-5cf3-4d67-8b42-d9560383d0e3 e582d2352d214b15b1affabc006e5847 18eb04529101405f9289df2e1abadbf5 - - default default] TaaS: Handle Delete Port: 6d3078f6-dfd2-4c00-9460-3602aee65c4a 2026-05-05 16:44:52.334 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-874e05ab-5cf3-4d67-8b42-d9560383d0e3 e582d2352d214b15b1affabc006e5847 18eb04529101405f9289df2e1abadbf5 - - default default] Tap Mirror: Handle Delete Port: 6d3078f6-dfd2-4c00-9460-3602aee65c4a [pid: 7|app: 0|req: 584/1276] 10.0.0.205 () {32 vars in 720 bytes} [Tue May 5 16:44:52 2026] DELETE /v2.0/ports/6d3078f6-dfd2-4c00-9460-3602aee65c4a => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1277] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:44:52 2026] DELETE /v2.0/security-groups/c4ade36a-0be3-4a61-ad95-1630ded197a4 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1278] 10.0.0.205 () {32 vars in 643 bytes} [Tue May 5 16:44:52 2026] GET /v2.0/ports => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1279] 10.0.0.205 () {34 vars in 749 bytes} [Tue May 5 16:44:51 2026] PUT /v2.0/floatingips/80dd3ccc-a3be-4487-82f7-362cb34d28f1 => generated 856 bytes in 622 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:44:52.612 7 INFO neutron.db.segments_db [None req-8aaa46f2-cb6e-4197-96bd-e1c27631e951 e582d2352d214b15b1affabc006e5847 18eb04529101405f9289df2e1abadbf5 - - default default] Added segment 7ac46fd4-60d1-4a52-b0fd-d6d80b10454c of type vxlan for network 1a31547b-64a8-4532-985a-fe4dccc15a84 2026-05-05 16:44:52.652 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0dce7296-449b-432e-b1f1-69bc42469b55'] response: {'name': 'network-changed', 'server_uuid': '5f8f1eb9-547a-46cb-97fc-d7b8473f0d2a', 'tag': 'df50dd3c-f675-49e7-bce3-1778014a43e3', 'status': 'completed', 'code': 200} 2026-05-05 16:44:52.669 7 INFO neutron.services.segments.plugin [-] Segment ecd34771-a9c0-4f8f-b29e-9b13cbfee081 resource provider aggregate not found 2026-05-05 16:44:52.672 7 INFO neutron.services.segments.plugin [-] Segment ecd34771-a9c0-4f8f-b29e-9b13cbfee081 resource provider aggregate not found 2026-05-05 16:44:52.691 7 INFO neutron.services.segments.plugin [-] Segment ecd34771-a9c0-4f8f-b29e-9b13cbfee081 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecd34771-a9c0-4f8f-b29e-9b13cbfee081 found for delete ", "request_id": "req-8ef8a133-94c9-4fa2-864f-a970f58c5a45"}]} 2026-05-05 16:44:52.693 7 INFO neutron.services.segments.plugin [-] Segment ecd34771-a9c0-4f8f-b29e-9b13cbfee081 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecd34771-a9c0-4f8f-b29e-9b13cbfee081 found for delete ", "request_id": "req-3ce56f0d-b72e-448f-9008-69b153216565"}]} [pid: 7|app: 0|req: 587/1280] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:44:52 2026] POST /v2.0/networks => generated 635 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1281] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:44:52 2026] GET /v2.0/security-groups?tenant_id=000022984ca749e09ee1c6dd9b021da3&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1282] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:52 2026] GET /v2.0/ports?device_id=5f8f1eb9-547a-46cb-97fc-d7b8473f0d2a => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:44:52.842 8 INFO neutron.db.segments_db [None req-94f9f38b-37c1-4782-b089-ed4385e63dc7 e582d2352d214b15b1affabc006e5847 18eb04529101405f9289df2e1abadbf5 - - default default] Added segment 7e958be9-7294-4eda-ae87-b391f6ec223b of type vxlan for network 20c58a21-f2a6-4424-a106-74833cee4de2 [pid: 7|app: 0|req: 589/1283] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:44:52 2026] DELETE /v2.0/security-groups/5e62624c-2de8-4020-b780-1179e7332876 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1284] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:44:52 2026] POST /v2.0/networks => generated 634 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1285] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:52 2026] GET /v2.0/security-groups?id=22ca640b-3d50-4347-8ee0-7eba29401c97&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1286] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:44:53 2026] GET /v2.0/ports?tenant_id=1ef1aae2a7dd4dc8a4fdae8d403047ab&device_id=5f8f1eb9-547a-46cb-97fc-d7b8473f0d2a => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1287] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:44:53 2026] GET /v2.0/networks?id=eb62e6bf-1070-40e7-8593-a2bb42b81ee6 => generated 765 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1288] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:53 2026] GET /v2.0/ports?device_id=5f8f1eb9-547a-46cb-97fc-d7b8473f0d2a => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1289] 199.204.45.153 () {34 vars in 1060 bytes} [Tue May 5 16:44:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=df50dd3c-f675-49e7-bce3-1778014a43e3 => generated 859 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1290] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:53 2026] GET /v2.0/security-groups?id=22ca640b-3d50-4347-8ee0-7eba29401c97&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1291] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:44:53 2026] GET /v2.0/subnets?id=fd695cb4-d83d-4b8a-956e-77e60841c716 => generated 687 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1292] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:44:53 2026] GET /v2.0/ports?network_id=eb62e6bf-1070-40e7-8593-a2bb42b81ee6&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1293] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:44:53 2026] GET /v2.0/networks/eb62e6bf-1070-40e7-8593-a2bb42b81ee6?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: 594/1294] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:44:53 2026] GET /v2.0/networks/eb62e6bf-1070-40e7-8593-a2bb42b81ee6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1295] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:44:53 2026] POST /v2.0/subnets => generated 1323 bytes in 474 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1296] 10.0.0.205 () {32 vars in 647 bytes} [Tue May 5 16:44:53 2026] GET /v2.0/subnets => generated 1959 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1297] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:44:53 2026] DELETE /v2.0/subnets/74b09832-1d5e-47cf-a8f1-7c08447d8f76 => 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: 596/1298] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:44:54 2026] DELETE /v2.0/subnets/75eb35bc-703d-46a9-9c38-d682927269f0 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1299] 10.0.0.205 () {32 vars in 647 bytes} [Tue May 5 16:44:54 2026] GET /v2.0/subnets => generated 649 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1300] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:54 2026] GET /v2.0/ports?device_id=5f8f1eb9-547a-46cb-97fc-d7b8473f0d2a => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1301] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:54 2026] GET /v2.0/security-groups?id=22ca640b-3d50-4347-8ee0-7eba29401c97&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: 597/1302] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:44:54 2026] DELETE /v2.0/networks/20c58a21-f2a6-4424-a106-74833cee4de2 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:44:54.642 8 INFO neutron.services.segments.plugin [-] Segment 7ac46fd4-60d1-4a52-b0fd-d6d80b10454c resource provider aggregate not found 2026-05-05 16:44:54.644 8 INFO neutron.services.segments.plugin [-] Segment 7ac46fd4-60d1-4a52-b0fd-d6d80b10454c resource provider aggregate not found 2026-05-05 16:44:54.659 8 INFO neutron.services.segments.plugin [-] Segment 7ac46fd4-60d1-4a52-b0fd-d6d80b10454c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ac46fd4-60d1-4a52-b0fd-d6d80b10454c found for delete ", "request_id": "req-ff9e36a7-672c-442f-be1c-2e3ed8e495e9"}]} 2026-05-05 16:44:54.662 8 INFO neutron.services.segments.plugin [-] Segment 7ac46fd4-60d1-4a52-b0fd-d6d80b10454c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ac46fd4-60d1-4a52-b0fd-d6d80b10454c found for delete ", "request_id": "req-29b7fd9a-50b0-4f1e-afed-905f5d230a60"}]} [pid: 8|app: 0|req: 706/1303] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:44:54 2026] DELETE /v2.0/networks/1a31547b-64a8-4532-985a-fe4dccc15a84 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:44:54.730 7 INFO neutron.services.segments.plugin [-] Segment 7e958be9-7294-4eda-ae87-b391f6ec223b resource provider aggregate not found 2026-05-05 16:44:54.739 7 INFO neutron.services.segments.plugin [-] Segment 7e958be9-7294-4eda-ae87-b391f6ec223b resource provider aggregate not found 2026-05-05 16:44:54.771 7 INFO neutron.services.segments.plugin [-] Segment 7e958be9-7294-4eda-ae87-b391f6ec223b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e958be9-7294-4eda-ae87-b391f6ec223b found for delete ", "request_id": "req-7399ceae-4cec-416a-923f-014e2b53400f"}]} 2026-05-05 16:44:54.778 7 INFO neutron.services.segments.plugin [-] Segment 7e958be9-7294-4eda-ae87-b391f6ec223b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e958be9-7294-4eda-ae87-b391f6ec223b found for delete ", "request_id": "req-1ce6f348-244c-4106-9d79-eb298ecc226e"}]} [pid: 7|app: 0|req: 598/1304] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:44:54 2026] DELETE /v2.0/networks/ed92bd00-e1d4-4ca9-b008-a76a673caa37 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1305] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:44:54 2026] DELETE /v2.0/networks/11f3abdb-5e40-4d69-8d95-a19e53a62b08 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1306] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:55 2026] GET /v2.0/ports?device_id=5f8f1eb9-547a-46cb-97fc-d7b8473f0d2a => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1307] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:44:55 2026] GET /v2.0/security-groups?id=22ca640b-3d50-4347-8ee0-7eba29401c97&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: 599/1308] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:44:55 2026] GET /v2.0/security-groups?tenant_id=18eb04529101405f9289df2e1abadbf5&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: 710/1309] 199.204.45.153 () {34 vars in 994 bytes} [Tue May 5 16:44:55 2026] GET /v2.0/ports?device_id=5f8f1eb9-547a-46cb-97fc-d7b8473f0d2a => 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: 600/1310] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:44:55 2026] DELETE /v2.0/security-groups/585d6772-ebc6-4e80-9b56-45d04e5c37bb => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:44:55.789 8 INFO neutron_taas.services.taas.taas_plugin [req-56484faa-bc0c-431d-b712-834ac38e36d9 req-7a9fb7ef-c112-4e7b-b70a-b840940f9f5d 54e3f764236c47d2b5077c9b1c21a218 1ef1aae2a7dd4dc8a4fdae8d403047ab - - default default] TaaS: Handle Delete Port: df50dd3c-f675-49e7-bce3-1778014a43e3 2026-05-05 16:44:55.793 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-56484faa-bc0c-431d-b712-834ac38e36d9 req-7a9fb7ef-c112-4e7b-b70a-b840940f9f5d 54e3f764236c47d2b5077c9b1c21a218 1ef1aae2a7dd4dc8a4fdae8d403047ab - - default default] Tap Mirror: Handle Delete Port: df50dd3c-f675-49e7-bce3-1778014a43e3 2026-05-05 16:44:55.913 8 INFO neutron.db.l3_db [req-56484faa-bc0c-431d-b712-834ac38e36d9 req-7a9fb7ef-c112-4e7b-b70a-b840940f9f5d 54e3f764236c47d2b5077c9b1c21a218 1ef1aae2a7dd4dc8a4fdae8d403047ab - - default default] Floating IP 80dd3ccc-a3be-4487-82f7-362cb34d28f1 disassociated. External IP: 10.96.250.206, port: df50dd3c-f675-49e7-bce3-1778014a43e3. [pid: 8|app: 0|req: 711/1311] 199.204.45.153 () {36 vars in 997 bytes} [Tue May 5 16:44:55 2026] DELETE /v2.0/ports/df50dd3c-f675-49e7-bce3-1778014a43e3 => generated 0 bytes in 625 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:44:56.343 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f0dc788d-d656-4825-8f45-9dead6bde553'] response: {'server_uuid': '5f8f1eb9-547a-46cb-97fc-d7b8473f0d2a', 'name': 'network-vif-deleted', 'tag': 'df50dd3c-f675-49e7-bce3-1778014a43e3', 'status': 'completed', 'code': 200} 2026-05-05 16:44:56.676 8 INFO neutron.services.segments.plugin [-] Segment aac05b8e-7fde-4a78-bef3-7b4b77c14c2d resource provider aggregate not found 2026-05-05 16:44:56.681 8 INFO neutron.services.segments.plugin [-] Segment aac05b8e-7fde-4a78-bef3-7b4b77c14c2d resource provider aggregate not found 2026-05-05 16:44:56.693 8 INFO neutron.services.segments.plugin [-] Segment aac05b8e-7fde-4a78-bef3-7b4b77c14c2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aac05b8e-7fde-4a78-bef3-7b4b77c14c2d found for delete ", "request_id": "req-b5991995-0f10-41d5-9f15-ca938deabe5c"}]} 2026-05-05 16:44:56.696 8 INFO neutron.services.segments.plugin [-] Segment aac05b8e-7fde-4a78-bef3-7b4b77c14c2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aac05b8e-7fde-4a78-bef3-7b4b77c14c2d found for delete ", "request_id": "req-b2b81ba1-bd3a-4ece-b05c-76abcacdeb7b"}]} [pid: 7|app: 0|req: 601/1312] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:56 2026] GET /v2.0/ports?device_id=5f8f1eb9-547a-46cb-97fc-d7b8473f0d2a => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:44:56.789 7 INFO neutron.services.segments.plugin [-] Segment 3c89a8d4-e8f9-4045-85b3-d70d72b470f3 resource provider aggregate not found 2026-05-05 16:44:56.795 7 INFO neutron.services.segments.plugin [-] Segment 3c89a8d4-e8f9-4045-85b3-d70d72b470f3 resource provider aggregate not found 2026-05-05 16:44:56.807 7 INFO neutron.services.segments.plugin [-] Segment 3c89a8d4-e8f9-4045-85b3-d70d72b470f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c89a8d4-e8f9-4045-85b3-d70d72b470f3 found for delete ", "request_id": "req-7e2c1381-37ef-4953-b200-a8137dd49fa9"}]} 2026-05-05 16:44:56.808 7 INFO neutron.services.segments.plugin [-] Segment 3c89a8d4-e8f9-4045-85b3-d70d72b470f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c89a8d4-e8f9-4045-85b3-d70d72b470f3 found for delete ", "request_id": "req-959759c0-e895-48df-9393-b2fb71ce55fa"}]} [pid: 8|app: 0|req: 712/1313] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:44:57 2026] GET /v2.0/security-groups?tenant_id=ea4a73a9046b40a09e94162bfddc59f1&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: 602/1314] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:44:57 2026] DELETE /v2.0/security-groups/62f6ad18-02c2-4535-9652-befca8d38fb0 => 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: 603/1315] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:57 2026] GET /v2.0/ports?device_id=5f8f1eb9-547a-46cb-97fc-d7b8473f0d2a => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:44:57.837 8 INFO neutron.db.segments_db [None req-8a6dc57b-5e91-406c-aa56-57e9fc4832b4 2dea0235f7f8424791bd04b85f4aed0c 4d77beec03a347d2a776039f8c1968cc - - default default] Added segment 6efede0f-9580-4b38-9a64-5624ce32267b of type vxlan for network a5c71f42-7f09-4aed-8eda-cf12e1bd1a87 [pid: 8|app: 0|req: 713/1316] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:44:57 2026] POST /v2.0/networks => generated 625 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1317] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:44:57 2026] GET /v2.0/security-groups?tenant_id=a2d07703379f49b49d535d213e22055a&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1318] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:44:57 2026] DELETE /v2.0/security-groups/57fb56bd-5cca-4ace-9a86-3aa11c89b002 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:44:58.175 7 INFO neutron.db.segments_db [None req-f9e938a8-1adb-45d1-a9ce-92a0328703d1 458d951bf49740c29ec90d6dc18c653d 71cf55ff1d694a3ba90c715c6962c859 - - default default] Added segment d4b4ae72-a031-442e-b98e-789570d640fb of type vxlan for network 5873f73f-d2d0-4d24-a0df-17bf570abe7d [pid: 7|app: 0|req: 605/1319] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:44:57 2026] POST /v2.0/networks => generated 612 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1320] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:44:58 2026] POST /v2.0/subnets => generated 641 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:44:58.326 7 INFO neutron.db.segments_db [None req-c63a9098-435b-4229-a91e-40f6ae8d23cc 458d951bf49740c29ec90d6dc18c653d 71cf55ff1d694a3ba90c715c6962c859 - - default default] Added segment 80650cc8-11a8-45d7-8362-5945c003eead of type vxlan for network be3cb9e9-ed2f-47b8-bb87-c73a76843127 2026-05-05 16:44:58.359 8 INFO neutron.db.segments_db [None req-0a0ab09e-7595-4152-ad73-2a52dc633efe 2dea0235f7f8424791bd04b85f4aed0c 4d77beec03a347d2a776039f8c1968cc - - default default] Added segment a688efac-8141-4e95-aab6-0ddde77f7d88 of type vxlan for network 291f4af5-f8ae-461b-b246-e08148b85339 [pid: 7|app: 0|req: 606/1321] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:44:58 2026] POST /v2.0/networks => generated 612 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1322] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:44:58 2026] POST /v2.0/networks => generated 624 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:44:58.471 7 INFO neutron.db.segments_db [None req-97b8bd44-c4af-4f1a-aba0-78055a7b7f56 458d951bf49740c29ec90d6dc18c653d 71cf55ff1d694a3ba90c715c6962c859 - - default default] Added segment a602ad70-280f-4fc0-a9e2-a36c304e9c77 of type vxlan for network 0031d650-ccd2-4931-ab5f-b5a8b854ced7 [pid: 8|app: 0|req: 717/1323] 10.0.0.205 () {34 vars in 743 bytes} [Tue May 5 16:44:58 2026] PUT /v2.0/networks/291f4af5-f8ae-461b-b246-e08148b85339 => generated 592 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1324] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:44:58 2026] POST /v2.0/networks => generated 613 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:44:58.633 7 INFO neutron.db.segments_db [None req-b9dd53f4-ed9b-4869-babd-2aedb876febd 458d951bf49740c29ec90d6dc18c653d 71cf55ff1d694a3ba90c715c6962c859 - - default default] Added segment bad65b3b-00bd-4568-b049-b716daf7e6b7 of type vxlan for network 98b8b6d4-7b5d-4b37-b4c9-9fc1ee93f271 [pid: 7|app: 0|req: 608/1325] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:44:58 2026] POST /v2.0/networks => generated 613 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:44:58.777 7 INFO neutron.db.segments_db [None req-09e2a4d6-ec5f-4bde-aa50-e1717d6a8d33 458d951bf49740c29ec90d6dc18c653d 71cf55ff1d694a3ba90c715c6962c859 - - default default] Added segment 241e24a9-0567-47be-83ac-be97c8801151 of type vxlan for network e29115bb-ef8a-4104-a36b-abaa23370ed8 [pid: 8|app: 0|req: 718/1326] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:44:58 2026] POST /v2.0/subnets => generated 626 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1327] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:44:58 2026] POST /v2.0/networks => generated 612 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1328] 10.0.0.205 () {34 vars in 741 bytes} [Tue May 5 16:44:58 2026] PUT /v2.0/subnets/f50ffd7c-5991-40b4-a418-3fba91d8ba02 => generated 636 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1329] 10.0.0.205 () {34 vars in 753 bytes} [Tue May 5 16:44:58 2026] PUT /v2.0/networks/5873f73f-d2d0-4d24-a0df-17bf570abe7d/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1330] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:44:58 2026] GET /v2.0/ports?device_id=5f8f1eb9-547a-46cb-97fc-d7b8473f0d2a => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1331] 10.0.0.205 () {34 vars in 753 bytes} [Tue May 5 16:44:58 2026] PUT /v2.0/networks/be3cb9e9-ed2f-47b8-bb87-c73a76843127/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1332] 10.0.0.205 () {34 vars in 753 bytes} [Tue May 5 16:44:58 2026] PUT /v2.0/networks/0031d650-ccd2-4931-ab5f-b5a8b854ced7/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1333] 10.0.0.205 () {34 vars in 753 bytes} [Tue May 5 16:44:59 2026] PUT /v2.0/networks/98b8b6d4-7b5d-4b37-b4c9-9fc1ee93f271/tags => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:44:59.112 8 INFO neutron.services.segments.plugin [-] Segment a688efac-8141-4e95-aab6-0ddde77f7d88 resource provider aggregate not found 2026-05-05 16:44:59.128 8 INFO neutron.services.segments.plugin [-] Segment a688efac-8141-4e95-aab6-0ddde77f7d88 resource provider aggregate not found 2026-05-05 16:44:59.139 8 INFO neutron.services.segments.plugin [-] Segment a688efac-8141-4e95-aab6-0ddde77f7d88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a688efac-8141-4e95-aab6-0ddde77f7d88 found for delete ", "request_id": "req-4b5d5569-680b-4f12-b464-5d3f275760d5"}]} 2026-05-05 16:44:59.146 8 INFO neutron.services.segments.plugin [-] Segment a688efac-8141-4e95-aab6-0ddde77f7d88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a688efac-8141-4e95-aab6-0ddde77f7d88 found for delete ", "request_id": "req-2a40a17e-74d5-48d7-9861-fd88febb20b6"}]} [pid: 7|app: 0|req: 614/1334] 10.0.0.205 () {32 vars in 666 bytes} [Tue May 5 16:44:59 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1335] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:44:58 2026] DELETE /v2.0/networks/291f4af5-f8ae-461b-b246-e08148b85339 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:44:59.176 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bd4dd1dd-3532-4b56-ac66-7ff7cd7e3f10 2dea0235f7f8424791bd04b85f4aed0c 4d77beec03a347d2a776039f8c1968cc - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 722/1336] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:44:59 2026] DELETE /v2.0/networks/291f4af5-f8ae-461b-b246-e08148b85339 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1337] 10.0.0.205 () {32 vars in 680 bytes} [Tue May 5 16:44:59 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1338] 10.0.0.205 () {32 vars in 694 bytes} [Tue May 5 16:44:59 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1339] 10.0.0.205 () {32 vars in 676 bytes} [Tue May 5 16:44:59 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1340] 10.0.0.205 () {32 vars in 742 bytes} [Tue May 5 16:44:59 2026] GET /v2.0/subnets?network_id=f3c1d760-1658-41b9-a0f2-a7c8a034fe4c => generated 649 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1341] 10.0.0.205 () {32 vars in 653 bytes} [Tue May 5 16:44:59 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: 617/1342] 10.0.0.205 () {32 vars in 688 bytes} [Tue May 5 16:44:59 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1343] 10.0.0.205 () {32 vars in 649 bytes} [Tue May 5 16:44:59 2026] GET /v2.0/networks => generated 1309 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1344] 10.0.0.205 () {32 vars in 674 bytes} [Tue May 5 16:44:59 2026] GET /v2.0/networks?not-tags=red => 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: 727/1345] 10.0.0.205 () {32 vars in 647 bytes} [Tue May 5 16:44:59 2026] GET /v2.0/subnets => generated 1280 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1346] 10.0.0.205 () {32 vars in 688 bytes} [Tue May 5 16:44:59 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1347] 10.0.0.205 () {32 vars in 723 bytes} [Tue May 5 16:44:59 2026] GET /v2.0/networks/a5c71f42-7f09-4aed-8eda-cf12e1bd1a87 => generated 669 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1348] 10.0.0.205 () {32 vars in 721 bytes} [Tue May 5 16:44:59 2026] GET /v2.0/subnets/db7c30df-17c6-4f43-978b-5a7a38e137aa => generated 641 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1349] 10.0.0.205 () {32 vars in 684 bytes} [Tue May 5 16:44:59 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:44:59.544 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b91b70cf-3740-412e-9f08-c79e72e19191 2dea0235f7f8424791bd04b85f4aed0c 4d77beec03a347d2a776039f8c1968cc - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 730/1350] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:44:59 2026] DELETE /v2.0/subnets/f50ffd7c-5991-40b4-a418-3fba91d8ba02 => generated 136 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:44:59.560 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4d1dd0c4-635d-4130-81e3-3f4ae171cada 2dea0235f7f8424791bd04b85f4aed0c 4d77beec03a347d2a776039f8c1968cc - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 731/1351] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:44:59 2026] DELETE /v2.0/networks/291f4af5-f8ae-461b-b246-e08148b85339 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1352] 10.0.0.205 () {32 vars in 696 bytes} [Tue May 5 16:44:59 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:44:59.691 7 INFO neutron.services.segments.plugin [-] Segment d4b4ae72-a031-442e-b98e-789570d640fb resource provider aggregate not found 2026-05-05 16:44:59.702 7 INFO neutron.services.segments.plugin [-] Segment d4b4ae72-a031-442e-b98e-789570d640fb resource provider aggregate not found 2026-05-05 16:44:59.718 7 INFO neutron.services.segments.plugin [-] Segment d4b4ae72-a031-442e-b98e-789570d640fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4b4ae72-a031-442e-b98e-789570d640fb found for delete ", "request_id": "req-a9cd166a-18aa-4648-b8a1-9842eae96ad5"}]} 2026-05-05 16:44:59.721 7 INFO neutron.services.segments.plugin [-] Segment d4b4ae72-a031-442e-b98e-789570d640fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4b4ae72-a031-442e-b98e-789570d640fb found for delete ", "request_id": "req-8e6c40ba-0139-4df8-af43-43c897ae9b4c"}]} [pid: 8|app: 0|req: 732/1353] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:44:59 2026] DELETE /v2.0/subnets/db7c30df-17c6-4f43-978b-5a7a38e137aa => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1354] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:44:59 2026] DELETE /v2.0/networks/5873f73f-d2d0-4d24-a0df-17bf570abe7d => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:44:59.820 8 INFO neutron_taas.services.taas.taas_plugin [None req-94b9bb48-ce15-4b69-adbe-a526400291ba 2dea0235f7f8424791bd04b85f4aed0c 4d77beec03a347d2a776039f8c1968cc - - default default] TaaS: Handle Delete Port: 2c16d813-f25b-4bf9-b08d-91a5e8d26708 2026-05-05 16:44:59.822 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94b9bb48-ce15-4b69-adbe-a526400291ba 2dea0235f7f8424791bd04b85f4aed0c 4d77beec03a347d2a776039f8c1968cc - - default default] Tap Mirror: Handle Delete Port: 2c16d813-f25b-4bf9-b08d-91a5e8d26708 [pid: 7|app: 0|req: 623/1355] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:44:59 2026] DELETE /v2.0/networks/be3cb9e9-ed2f-47b8-bb87-c73a76843127 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1356] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:44:59 2026] DELETE /v2.0/networks/0031d650-ccd2-4931-ab5f-b5a8b854ced7 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1357] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:44:59 2026] DELETE /v2.0/networks/a5c71f42-7f09-4aed-8eda-cf12e1bd1a87 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1358] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:44:59 2026] DELETE /v2.0/networks/98b8b6d4-7b5d-4b37-b4c9-9fc1ee93f271 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1359] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:00 2026] DELETE /v2.0/security-groups/22ca640b-3d50-4347-8ee0-7eba29401c97 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:45:00.182 8 INFO neutron.api.v2.resource [None req-64588b4c-9837-42d3-973b-cc9d0cc2561c 54e3f764236c47d2b5077c9b1c21a218 1ef1aae2a7dd4dc8a4fdae8d403047ab - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 735/1360] 10.0.0.205 () {32 vars in 737 bytes} [Tue May 5 16:45:00 2026] GET /v2.0/security-groups/22ca640b-3d50-4347-8ee0-7eba29401c97 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1361] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:45:00 2026] DELETE /v2.0/networks/e29115bb-ef8a-4104-a36b-abaa23370ed8 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:45:00.285 8 INFO neutron_taas.services.taas.taas_plugin [None req-60eaa452-c528-4f21-b043-962b17c0ecd8 54e3f764236c47d2b5077c9b1c21a218 1ef1aae2a7dd4dc8a4fdae8d403047ab - - default default] TaaS: Handle Delete Port: 83545f45-62e8-466c-8000-bea42be0ae90 2026-05-05 16:45:00.287 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60eaa452-c528-4f21-b043-962b17c0ecd8 54e3f764236c47d2b5077c9b1c21a218 1ef1aae2a7dd4dc8a4fdae8d403047ab - - default default] Tap Mirror: Handle Delete Port: 83545f45-62e8-466c-8000-bea42be0ae90 [pid: 8|app: 0|req: 736/1364] 10.0.0.205 () {32 vars in 732 bytes} [Tue May 5 16:45:00 2026] DELETE /v2.0/floatingips/80dd3ccc-a3be-4487-82f7-362cb34d28f1 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1365] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:45:00 2026] GET /v2.0/security-groups?tenant_id=4d77beec03a347d2a776039f8c1968cc&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:45:00.926 7 INFO neutron_taas.services.taas.taas_plugin [None req-f397886e-c47c-4760-86ca-188a32ae4336 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: bdf24a79-c5dc-4581-85c3-7bd3bbd59ce1 2026-05-05 16:45:00.930 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f397886e-c47c-4760-86ca-188a32ae4336 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: bdf24a79-c5dc-4581-85c3-7bd3bbd59ce1 [pid: 8|app: 0|req: 738/1366] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:00 2026] DELETE /v2.0/security-groups/bdc0f645-de80-4178-a3ce-76e087c6f8ae => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:45:01.166 8 INFO neutron.services.segments.plugin [-] Segment 6efede0f-9580-4b38-9a64-5624ce32267b resource provider aggregate not found 2026-05-05 16:45:01.174 8 INFO neutron.services.segments.plugin [-] Segment 6efede0f-9580-4b38-9a64-5624ce32267b resource provider aggregate not found 2026-05-05 16:45:01.186 8 INFO neutron.services.segments.plugin [-] Segment 6efede0f-9580-4b38-9a64-5624ce32267b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6efede0f-9580-4b38-9a64-5624ce32267b found for delete ", "request_id": "req-b43a5d1a-bbca-4fab-9962-850c78b1a7d9"}]} 2026-05-05 16:45:01.201 8 INFO neutron.services.segments.plugin [-] Segment 6efede0f-9580-4b38-9a64-5624ce32267b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6efede0f-9580-4b38-9a64-5624ce32267b found for delete ", "request_id": "req-3e915065-7ca5-4523-8694-46e4c7fee056"}]} [pid: 8|app: 0|req: 739/1367] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:45:01 2026] GET /v2.0/security-groups?tenant_id=71cf55ff1d694a3ba90c715c6962c859&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1368] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:01 2026] DELETE /v2.0/security-groups/16571294-8a39-45df-8d66-ec24c971868a => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1369] 10.0.0.205 () {34 vars in 789 bytes} [Tue May 5 16:45:00 2026] PUT /v2.0/routers/a7c56e40-d595-44de-b56a-0c139106188b/remove_router_interface => generated 309 bytes in 1162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:45:01.745 7 INFO neutron.services.segments.plugin [-] Segment 80650cc8-11a8-45d7-8362-5945c003eead resource provider aggregate not found 2026-05-05 16:45:01.750 7 INFO neutron.services.segments.plugin [-] Segment 80650cc8-11a8-45d7-8362-5945c003eead resource provider aggregate not found 2026-05-05 16:45:01.778 7 INFO neutron.services.segments.plugin [-] Segment 80650cc8-11a8-45d7-8362-5945c003eead resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80650cc8-11a8-45d7-8362-5945c003eead found for delete ", "request_id": "req-988babd4-e411-43fa-9163-3df7b9b662e4"}]} 2026-05-05 16:45:01.779 7 INFO neutron.services.segments.plugin [-] Segment 80650cc8-11a8-45d7-8362-5945c003eead resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80650cc8-11a8-45d7-8362-5945c003eead found for delete ", "request_id": "req-7d82d945-b2af-4dec-a872-ebbe91bcdedf"}]} [pid: 8|app: 0|req: 741/1370] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:45:01 2026] GET /v2.0/security-groups?tenant_id=a4111249892743428193bfeea836da09&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:45:01.808 7 INFO neutron.services.segments.plugin [-] Segment a602ad70-280f-4fc0-a9e2-a36c304e9c77 resource provider aggregate not found 2026-05-05 16:45:01.813 7 INFO neutron.services.segments.plugin [-] Segment a602ad70-280f-4fc0-a9e2-a36c304e9c77 resource provider aggregate not found 2026-05-05 16:45:01.840 7 INFO neutron.services.segments.plugin [-] Segment a602ad70-280f-4fc0-a9e2-a36c304e9c77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a602ad70-280f-4fc0-a9e2-a36c304e9c77 found for delete ", "request_id": "req-a5844656-27f7-4dcc-8a4b-05e328910e54"}]} 2026-05-05 16:45:01.844 7 INFO neutron.services.segments.plugin [-] Segment a602ad70-280f-4fc0-a9e2-a36c304e9c77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a602ad70-280f-4fc0-a9e2-a36c304e9c77 found for delete ", "request_id": "req-8265cb0b-f834-4d0e-8512-bebf4c32c8a7"}]} 2026-05-05 16:45:01.859 7 INFO neutron.services.segments.plugin [-] Segment bad65b3b-00bd-4568-b049-b716daf7e6b7 resource provider aggregate not found 2026-05-05 16:45:01.869 7 INFO neutron.services.segments.plugin [-] Segment bad65b3b-00bd-4568-b049-b716daf7e6b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bad65b3b-00bd-4568-b049-b716daf7e6b7 found for delete ", "request_id": "req-625e33bf-ce1e-4c4d-a1bb-d1546742abcc"}]} 2026-05-05 16:45:01.874 7 INFO neutron.services.segments.plugin [-] Segment bad65b3b-00bd-4568-b049-b716daf7e6b7 resource provider aggregate not found 2026-05-05 16:45:01.884 7 INFO neutron.services.segments.plugin [-] Segment 241e24a9-0567-47be-83ac-be97c8801151 resource provider aggregate not found 2026-05-05 16:45:01.897 7 INFO neutron.services.segments.plugin [-] Segment bad65b3b-00bd-4568-b049-b716daf7e6b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bad65b3b-00bd-4568-b049-b716daf7e6b7 found for delete ", "request_id": "req-10d6f944-a8d3-47be-892a-9e2a8f6ea282"}]} [pid: 8|app: 0|req: 742/1371] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:01 2026] DELETE /v2.0/security-groups/9bdda91b-801b-416e-a6a5-c5762da335ec => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:45:01.905 7 INFO neutron.services.segments.plugin [-] Segment 241e24a9-0567-47be-83ac-be97c8801151 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 241e24a9-0567-47be-83ac-be97c8801151 found for delete ", "request_id": "req-1783bd55-453e-46d5-b9fc-c9c80f349c09"}]} 2026-05-05 16:45:01.923 7 INFO neutron.services.segments.plugin [-] Segment 241e24a9-0567-47be-83ac-be97c8801151 resource provider aggregate not found 2026-05-05 16:45:01.944 7 INFO neutron.services.segments.plugin [-] Segment 241e24a9-0567-47be-83ac-be97c8801151 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 241e24a9-0567-47be-83ac-be97c8801151 found for delete ", "request_id": "req-3b3b13c2-182b-4b18-a0cf-7df7ac298576"}]} 2026-05-05 16:45:01.994 7 INFO neutron_taas.services.taas.taas_plugin [None req-1e7fe5dd-9596-45a1-a3c2-980f59751c15 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: 83715478-4e9e-4813-83c2-426a495bcbf4 2026-05-05 16:45:02.002 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e7fe5dd-9596-45a1-a3c2-980f59751c15 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: 83715478-4e9e-4813-83c2-426a495bcbf4 [pid: 8|app: 0|req: 743/1372] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:45:02 2026] GET /v2.0/security-groups?tenant_id=31c364c5792d42359ad68f54f1087485&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1373] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:02 2026] DELETE /v2.0/security-groups/ca3b332c-a80f-4439-afdc-45d4c9db24cc => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:45:02.316 7 INFO neutron_taas.services.taas.taas_plugin [None req-1e7fe5dd-9596-45a1-a3c2-980f59751c15 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: ab9ffd2f-bd5c-4afb-93fe-1128e4fdc814 2026-05-05 16:45:02.321 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e7fe5dd-9596-45a1-a3c2-980f59751c15 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: ab9ffd2f-bd5c-4afb-93fe-1128e4fdc814 2026-05-05 16:45:02.656 7 INFO neutron.db.l3_hamode_db [None req-1e7fe5dd-9596-45a1-a3c2-980f59751c15 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] HA network 80f6c35b-321d-4f06-8946-cef79e27d7ab was deleted as no HA routers are present in tenant 1ef1aae2a7dd4dc8a4fdae8d403047ab. [pid: 7|app: 0|req: 630/1374] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:45:01 2026] DELETE /v2.0/routers/a7c56e40-d595-44de-b56a-0c139106188b => generated 0 bytes in 1002 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1375] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:45:02 2026] DELETE /v2.0/subnets/fd695cb4-d83d-4b8a-956e-77e60841c716 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:45:02.917 7 INFO neutron_taas.services.taas.taas_plugin [None req-a12f9e5a-9e83-46da-9aad-51c5944294b0 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: 2519fe6d-043c-4991-b52e-4641cfdc97be 2026-05-05 16:45:02.919 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a12f9e5a-9e83-46da-9aad-51c5944294b0 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: 2519fe6d-043c-4991-b52e-4641cfdc97be [pid: 7|app: 0|req: 631/1376] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:45:02 2026] DELETE /v2.0/networks/eb62e6bf-1070-40e7-8593-a2bb42b81ee6 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1377] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:45:03 2026] GET /v2.0/security-groups?tenant_id=1ef1aae2a7dd4dc8a4fdae8d403047ab&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1378] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:03 2026] DELETE /v2.0/security-groups/f1990f09-9a2e-4bea-8094-1200005ee9cb => 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/1379] 10.0.0.205 () {34 vars in 684 bytes} [Tue May 5 16:45:03 2026] POST /v2.0/security-groups => generated 1624 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1380] 10.0.0.205 () {32 vars in 663 bytes} [Tue May 5 16:45:03 2026] GET /v2.0/security-groups => generated 4529 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1381] 10.0.0.205 () {34 vars in 758 bytes} [Tue May 5 16:45:03 2026] PUT /v2.0/security-groups/7c15891c-4aa4-43c7-9a92-732fa7813c07 => generated 1663 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1382] 10.0.0.205 () {32 vars in 737 bytes} [Tue May 5 16:45:03 2026] GET /v2.0/security-groups/7c15891c-4aa4-43c7-9a92-732fa7813c07 => generated 1663 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1383] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:03 2026] DELETE /v2.0/security-groups/7c15891c-4aa4-43c7-9a92-732fa7813c07 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1384] 10.0.0.205 () {32 vars in 663 bytes} [Tue May 5 16:45:03 2026] GET /v2.0/security-groups => generated 2925 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:45:03.887 8 INFO neutron.api.v2.resource [None req-dace028c-88fe-4432-9be5-0e0364361cd5 24eb9b3afbd942008a73a96755c11ba5 a6de9dcabda1404cb32eb5055d7280a6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 749/1385] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:03 2026] DELETE /v2.0/security-groups/7c15891c-4aa4-43c7-9a92-732fa7813c07 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:45:03.923 7 INFO neutron.services.segments.plugin [-] Segment f9df9abc-a40e-4f86-8755-bd800f1c3e36 resource provider aggregate not found 2026-05-05 16:45:03.940 7 INFO neutron.services.segments.plugin [-] Segment f9df9abc-a40e-4f86-8755-bd800f1c3e36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9df9abc-a40e-4f86-8755-bd800f1c3e36 found for delete ", "request_id": "req-bc595425-0037-43aa-8641-fb67313fb777"}]} 2026-05-05 16:45:03.971 7 INFO neutron.services.segments.plugin [-] Segment 44807cdd-8c75-4675-b8ab-0ea0d99882d0 resource provider aggregate not found 2026-05-05 16:45:03.976 7 INFO neutron.services.segments.plugin [-] Segment f9df9abc-a40e-4f86-8755-bd800f1c3e36 resource provider aggregate not found 2026-05-05 16:45:03.991 7 INFO neutron.services.segments.plugin [-] Segment 44807cdd-8c75-4675-b8ab-0ea0d99882d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44807cdd-8c75-4675-b8ab-0ea0d99882d0 found for delete ", "request_id": "req-51497382-323d-4373-a401-7fbff2f33c87"}]} 2026-05-05 16:45:03.995 7 INFO neutron.services.segments.plugin [-] Segment f9df9abc-a40e-4f86-8755-bd800f1c3e36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9df9abc-a40e-4f86-8755-bd800f1c3e36 found for delete ", "request_id": "req-86d93aff-e368-4ee7-8acc-2c6ffae59ea1"}]} 2026-05-05 16:45:04.012 7 INFO neutron.services.segments.plugin [-] Segment 44807cdd-8c75-4675-b8ab-0ea0d99882d0 resource provider aggregate not found 2026-05-05 16:45:04.031 7 INFO neutron.services.segments.plugin [-] Segment 44807cdd-8c75-4675-b8ab-0ea0d99882d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44807cdd-8c75-4675-b8ab-0ea0d99882d0 found for delete ", "request_id": "req-57ce808f-4f7d-4dab-a741-c3b740306ef4"}]} [pid: 7|app: 0|req: 637/1386] 10.0.0.205 () {34 vars in 684 bytes} [Tue May 5 16:45:03 2026] POST /v2.0/security-groups => generated 1624 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1387] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:45:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1388] 10.0.0.205 () {32 vars in 747 bytes} [Tue May 5 16:45:04 2026] GET /v2.0/security-group-rules/ea32b318-e8ca-403f-9629-0b4dcb732e5b => generated 601 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1389] 10.0.0.205 () {32 vars in 673 bytes} [Tue May 5 16:45:04 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1390] 10.0.0.205 () {32 vars in 750 bytes} [Tue May 5 16:45:04 2026] DELETE /v2.0/security-group-rules/ea32b318-e8ca-403f-9629-0b4dcb732e5b => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1391] 10.0.0.205 () {32 vars in 673 bytes} [Tue May 5 16:45:04 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1392] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:45:04 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: 753/1393] 10.0.0.205 () {32 vars in 747 bytes} [Tue May 5 16:45:04 2026] GET /v2.0/security-group-rules/5d82d68d-0ef8-4d30-8d1c-041ed5908712 => 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: 641/1394] 10.0.0.205 () {32 vars in 673 bytes} [Tue May 5 16:45:04 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1395] 10.0.0.205 () {32 vars in 750 bytes} [Tue May 5 16:45:04 2026] DELETE /v2.0/security-group-rules/5d82d68d-0ef8-4d30-8d1c-041ed5908712 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1396] 10.0.0.205 () {32 vars in 673 bytes} [Tue May 5 16:45:04 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) 2026-05-05 16:45:04.966 7 INFO neutron.db.securitygroups_db [None req-5cb83bed-6ac6-4647-a8ad-f6ac053e9b2d 24eb9b3afbd942008a73a96755c11ba5 a6de9dcabda1404cb32eb5055d7280a6 - - default default] Project a6de9dcabda1404cb32eb5055d7280a6 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: 754/1397] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:45:04 2026] GET /v2.0/security-groups?tenant_id=ce3ec2bcca0040748efacb1375bfff16&name=default => generated 2925 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1398] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:45:04 2026] POST /v2.0/security-group-rules => generated 607 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1399] 10.0.0.205 () {32 vars in 747 bytes} [Tue May 5 16:45:05 2026] GET /v2.0/security-group-rules/f0e62b6f-3ca0-4dec-8ebe-680e5cedc126 => generated 607 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1400] 10.0.0.205 () {32 vars in 673 bytes} [Tue May 5 16:45:05 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1401] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:05 2026] DELETE /v2.0/security-groups/52e67c72-dccb-434b-a027-b13123003427 => 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: 647/1402] 10.0.0.205 () {32 vars in 750 bytes} [Tue May 5 16:45:05 2026] DELETE /v2.0/security-group-rules/f0e62b6f-3ca0-4dec-8ebe-680e5cedc126 => 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: 756/1403] 10.0.0.205 () {32 vars in 673 bytes} [Tue May 5 16:45:05 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1404] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:05 2026] DELETE /v2.0/security-groups/64976ede-43d1-4110-9bbf-b1de7d61a840 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1405] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:45:05 2026] GET /v2.0/security-groups?tenant_id=c4cea8a6544f4e459b237313b5ead99c&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: 758/1406] 10.0.0.205 () {32 vars in 663 bytes} [Tue May 5 16:45:05 2026] GET /v2.0/security-groups => 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: 759/1407] 10.0.0.205 () {32 vars in 663 bytes} [Tue May 5 16:45:05 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) [pid: 7|app: 0|req: 649/1408] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:05 2026] DELETE /v2.0/security-groups/65952e2e-a43e-4272-8f35-43913a65a9d2 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:45:05.892 8 INFO neutron.db.segments_db [None req-88151fd7-828c-44cd-b00c-d46db0c382f1 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Added segment d1db2b4e-8ecf-4185-a92a-c9668030cfa5 of type vxlan for network e79a30c3-3ce3-44cd-837e-77eb5aa422c0 [pid: 8|app: 0|req: 760/1409] 10.0.0.205 () {34 vars in 671 bytes} [Tue May 5 16:45:05 2026] POST /v2.0/networks => generated 726 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1410] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:45:05 2026] GET /v2.0/security-groups?tenant_id=a6de9dcabda1404cb32eb5055d7280a6&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1411] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:06 2026] DELETE /v2.0/security-groups/baad5fed-919e-41bf-948b-c8f694db3e9c => 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: 761/1412] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:45:06 2026] POST /v2.0/subnets => generated 692 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:45:06.265 7 INFO neutron.db.segments_db [None req-c4b15835-ee4b-4344-a784-79edc7e24089 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Added segment 77855ab0-a07a-4a2a-bc0e-73d759407766 of type vxlan for network 5f2006be-6ce1-4410-bc3d-45f09c7d3e43 2026-05-05 16:45:06.537 7 INFO neutron.db.l3_hamode_db [None req-c4b15835-ee4b-4344-a784-79edc7e24089 3ab93697386646a58380ba368f7fdc35 a6b2c351cdcd42c2b0e7b442f2c967a6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 16:45:07.402 7 INFO neutron.db.l3_hamode_db [None req-c4b15835-ee4b-4344-a784-79edc7e24089 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 762/1413] 10.0.0.205 () {34 vars in 684 bytes} [Tue May 5 16:45:07 2026] POST /v2.0/security-groups => generated 1601 bytes in 495 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1414] 10.0.0.205 () {34 vars in 684 bytes} [Tue May 5 16:45:07 2026] POST /v2.0/security-groups => generated 1601 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1415] 10.0.0.205 () {34 vars in 684 bytes} [Tue May 5 16:45:07 2026] POST /v2.0/security-groups => generated 1601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1416] 10.0.0.205 () {34 vars in 684 bytes} [Tue May 5 16:45:07 2026] POST /v2.0/security-groups => generated 1601 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1417] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:45:06 2026] POST /v2.0/routers => generated 732 bytes in 2169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1418] 10.0.0.205 () {34 vars in 684 bytes} [Tue May 5 16:45:07 2026] POST /v2.0/security-groups => generated 1625 bytes in 492 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1419] 10.0.0.205 () {34 vars in 684 bytes} [Tue May 5 16:45:08 2026] POST /v2.0/security-groups => generated 1601 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1420] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:45:08 2026] GET /v2.0/security-groups?tenant_id=f7c7d681549e4308bfb3218194716e32&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1421] 10.0.0.205 () {32 vars in 663 bytes} [Tue May 5 16:45:08 2026] GET /v2.0/security-groups => generated 4530 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1422] 10.0.0.205 () {34 vars in 767 bytes} [Tue May 5 16:45:08 2026] PUT /v2.0/security-groups/1cc74041-6295-4ee6-868c-5a8e6f2dbe8f/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1423] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:08 2026] DELETE /v2.0/security-groups/ae7f5786-5372-46eb-acd5-84d2afc277e5 => 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: 771/1424] 10.0.0.205 () {34 vars in 758 bytes} [Tue May 5 16:45:08 2026] PUT /v2.0/security-groups/59a6afad-af27-4f58-94c0-edbf74b8b190 => generated 1663 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1425] 10.0.0.205 () {34 vars in 767 bytes} [Tue May 5 16:45:08 2026] PUT /v2.0/security-groups/9ac5cbba-bd0f-4229-999e-1e5c753900d1/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1426] 10.0.0.205 () {32 vars in 737 bytes} [Tue May 5 16:45:08 2026] GET /v2.0/security-groups/59a6afad-af27-4f58-94c0-edbf74b8b190 => generated 1663 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1427] 10.0.0.205 () {34 vars in 767 bytes} [Tue May 5 16:45:09 2026] PUT /v2.0/security-groups/8afa5af1-164e-45cf-8ded-0593d0152d03/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: 775/1428] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:09 2026] DELETE /v2.0/security-groups/59a6afad-af27-4f58-94c0-edbf74b8b190 => 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: 776/1429] 10.0.0.205 () {34 vars in 767 bytes} [Tue May 5 16:45:09 2026] PUT /v2.0/security-groups/3bb728ed-550c-48d3-8184-be29a98203f2/tags => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1430] 10.0.0.205 () {32 vars in 663 bytes} [Tue May 5 16:45:09 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) [pid: 8|app: 0|req: 778/1431] 10.0.0.205 () {32 vars in 680 bytes} [Tue May 5 16:45:09 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:45:09.273 8 INFO neutron.api.v2.resource [None req-fa1b39e8-6993-402d-9bd7-9bf30b26b881 4f86f47b64a14ac1bf0ee2bbf55e011f 98cb60a5de754fee9c5fc2d9f4384acb - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 779/1432] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:09 2026] DELETE /v2.0/security-groups/59a6afad-af27-4f58-94c0-edbf74b8b190 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1433] 10.0.0.205 () {32 vars in 694 bytes} [Tue May 5 16:45:09 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1434] 10.0.0.205 () {34 vars in 684 bytes} [Tue May 5 16:45:09 2026] POST /v2.0/security-groups => generated 1625 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1435] 10.0.0.205 () {32 vars in 690 bytes} [Tue May 5 16:45:09 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1436] 10.0.0.205 () {34 vars in 783 bytes} [Tue May 5 16:45:08 2026] PUT /v2.0/routers/3403337b-6fed-40b1-9ebc-128841e9d273/add_router_interface => generated 309 bytes in 1076 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1437] 10.0.0.205 () {32 vars in 702 bytes} [Tue May 5 16:45:09 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1438] 10.0.0.205 () {32 vars in 688 bytes} [Tue May 5 16:45:09 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1439] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:45:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1440] 10.0.0.205 () {32 vars in 747 bytes} [Tue May 5 16:45:09 2026] GET /v2.0/security-group-rules/a6bba739-8727-4252-8a04-aa685e03d543 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1441] 10.0.0.205 () {32 vars in 702 bytes} [Tue May 5 16:45:09 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1442] 10.0.0.205 () {32 vars in 673 bytes} [Tue May 5 16:45:09 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1443] 10.0.0.205 () {32 vars in 698 bytes} [Tue May 5 16:45:09 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1444] 10.0.0.205 () {32 vars in 750 bytes} [Tue May 5 16:45:09 2026] DELETE /v2.0/security-group-rules/a6bba739-8727-4252-8a04-aa685e03d543 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1445] 10.0.0.205 () {32 vars in 710 bytes} [Tue May 5 16:45:09 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1446] 10.0.0.205 () {32 vars in 673 bytes} [Tue May 5 16:45:09 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1447] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:09 2026] DELETE /v2.0/security-groups/1cc74041-6295-4ee6-868c-5a8e6f2dbe8f => 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: 788/1448] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:45:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1449] 10.0.0.205 () {32 vars in 747 bytes} [Tue May 5 16:45:10 2026] GET /v2.0/security-group-rules/81f25304-2b96-4f9c-be83-9d2184c27ff8 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1450] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:09 2026] DELETE /v2.0/security-groups/9ac5cbba-bd0f-4229-999e-1e5c753900d1 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1451] 10.0.0.205 () {32 vars in 673 bytes} [Tue May 5 16:45:10 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1452] 10.0.0.205 () {32 vars in 750 bytes} [Tue May 5 16:45:10 2026] DELETE /v2.0/security-group-rules/81f25304-2b96-4f9c-be83-9d2184c27ff8 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1453] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:10 2026] DELETE /v2.0/security-groups/8afa5af1-164e-45cf-8ded-0593d0152d03 => 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: 792/1454] 10.0.0.205 () {32 vars in 673 bytes} [Tue May 5 16:45:10 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: 663/1455] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:10 2026] DELETE /v2.0/security-groups/3bb728ed-550c-48d3-8184-be29a98203f2 => 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: 793/1456] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:45:10 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1457] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:10 2026] DELETE /v2.0/security-groups/56de6700-97cd-4795-87a3-b52567d0d0e4 => 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: 794/1458] 10.0.0.205 () {32 vars in 747 bytes} [Tue May 5 16:45:10 2026] GET /v2.0/security-group-rules/98f4322a-7afa-44ce-9168-82bb0f07c04e => generated 602 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1459] 10.0.0.205 () {32 vars in 673 bytes} [Tue May 5 16:45:10 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1460] 10.0.0.205 () {32 vars in 750 bytes} [Tue May 5 16:45:10 2026] DELETE /v2.0/security-group-rules/98f4322a-7afa-44ce-9168-82bb0f07c04e => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1461] 10.0.0.205 () {32 vars in 673 bytes} [Tue May 5 16:45:10 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1462] 10.0.0.8 () {34 vars in 980 bytes} [Tue May 5 16:45:10 2026] GET /v2.0/networks?id=e79a30c3-3ce3-44cd-837e-77eb5aa422c0 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1463] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:10 2026] DELETE /v2.0/security-groups/71743c34-b8e7-48d7-8ada-27640ae33a47 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1464] 10.0.0.8 () {34 vars in 963 bytes} [Tue May 5 16:45:10 2026] GET /v2.0/quotas/a6b2c351cdcd42c2b0e7b442f2c967a6 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1465] 10.0.0.205 () {32 vars in 663 bytes} [Tue May 5 16:45:10 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1466] 10.0.0.8 () {34 vars in 1000 bytes} [Tue May 5 16:45:10 2026] GET /v2.0/ports?tenant_id=a6b2c351cdcd42c2b0e7b442f2c967a6&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: 672/1467] 10.0.0.205 () {32 vars in 663 bytes} [Tue May 5 16:45:10 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1468] 10.0.0.8 () {34 vars in 1006 bytes} [Tue May 5 16:45:10 2026] GET /v2.0/networks/e79a30c3-3ce3-44cd-837e-77eb5aa422c0?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:45:10.964 8 INFO neutron.db.segments_db [None req-fa547680-4c2a-46b4-b274-f56da63410b8 b69dad30d7904fc4af95a57d1eba1cec 6ece82074742462a9c01b68f952ef1ae - - default default] Added segment e074168a-0e03-4adc-82d4-e45b00bd6a57 of type vxlan for network 1b19cba4-b34b-4001-9477-817652ad2519 [pid: 7|app: 0|req: 674/1469] 10.0.0.8 () {34 vars in 1106 bytes} [Tue May 5 16:45:10 2026] GET /v2.0/networks/e79a30c3-3ce3-44cd-837e-77eb5aa422c0?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: 796/1470] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:45:10 2026] POST /v2.0/networks => generated 630 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1471] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:45:11 2026] GET /v2.0/ports?device_id=c4352bbc-3fa9-40c2-ae0e-9ab6f81763f0 => 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: 675/1472] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:45:11 2026] POST /v2.0/subnets => generated 627 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:45:11.380 7 INFO neutron.db.segments_db [None req-2e92648b-7c51-4bd1-8572-f07bf611b779 b69dad30d7904fc4af95a57d1eba1cec 6ece82074742462a9c01b68f952ef1ae - - default default] Added segment 06911a8d-f334-4aec-94e4-9361dcb10d94 of type vxlan for network e7b1d1ea-4a9f-4335-88c0-8b4a421f5bb4 [pid: 8|app: 0|req: 798/1473] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:45:11 2026] GET /v2.0/security-groups?tenant_id=ed6c3864da794b3d9995274b614356b4&name=default => generated 2925 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1474] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:45:11 2026] GET /v2.0/security-groups?tenant_id=98cb60a5de754fee9c5fc2d9f4384acb&name=default => generated 2925 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1475] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:11 2026] DELETE /v2.0/security-groups/13a782cc-e8c2-473c-8c15-1a1fef822e72 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:45:11.653 7 INFO neutron.db.l3_hamode_db [None req-2e92648b-7c51-4bd1-8572-f07bf611b779 b69dad30d7904fc4af95a57d1eba1cec 6ece82074742462a9c01b68f952ef1ae - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 801/1476] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:11 2026] DELETE /v2.0/security-groups/7f6ab395-d41b-4904-a423-920f4645bebc => 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: 802/1477] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:45:11 2026] GET /v2.0/security-groups?tenant_id=d55320edd4e04e38a6e1256ef1558e26&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: 803/1478] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:11 2026] DELETE /v2.0/security-groups/d97be94e-a3aa-47ed-929a-28726ac3931b => 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: 804/1479] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:45:12 2026] GET /v2.0/security-groups?tenant_id=a5f68d47dd2d474f8c455b1e463416cf&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1480] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:45:12 2026] GET /v2.0/ports?device_id=c4352bbc-3fa9-40c2-ae0e-9ab6f81763f0 => 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: 806/1481] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:12 2026] DELETE /v2.0/security-groups/7f4928eb-1a06-4fab-89f5-65ac293ef2b8 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:45:12.472 7 INFO neutron.db.l3_hamode_db [None req-2e92648b-7c51-4bd1-8572-f07bf611b779 b69dad30d7904fc4af95a57d1eba1cec 6ece82074742462a9c01b68f952ef1ae - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 676/1482] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:45:11 2026] POST /v2.0/routers => generated 695 bytes in 1897 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1483] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:45:13 2026] GET /v2.0/ports?device_id=c4352bbc-3fa9-40c2-ae0e-9ab6f81763f0 => 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: 678/1484] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:45:14 2026] GET /v2.0/ports?device_id=c4352bbc-3fa9-40c2-ae0e-9ab6f81763f0 => 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: 807/1485] 10.0.0.205 () {34 vars in 783 bytes} [Tue May 5 16:45:13 2026] PUT /v2.0/routers/ead6b3c4-725b-478c-92ee-b0e4f6943b3a/add_router_interface => generated 309 bytes in 1373 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1486] 10.0.0.205 () {34 vars in 665 bytes} [Tue May 5 16:45:14 2026] POST /v2.0/ports => generated 959 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 680/1487] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:45:15 2026] GET /v2.0/networks?id=e79a30c3-3ce3-44cd-837e-77eb5aa422c0 => generated 677 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1488] 10.0.0.205 () {34 vars in 665 bytes} [Tue May 5 16:45:14 2026] POST /v2.0/ports => generated 954 bytes in 476 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: 681/1489] 199.204.45.153 () {38 vars in 955 bytes} [Tue May 5 16:45:15 2026] POST /v2.0/ports => generated 958 bytes in 366 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: 684/1492] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:45:15 2026] GET /v2.0/ports?device_id=c4352bbc-3fa9-40c2-ae0e-9ab6f81763f0 => generated 961 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:45:16.226 8 INFO neutron.db.l3_db [None req-95de882f-cd04-4c64-a241-2a6ad966b693 b69dad30d7904fc4af95a57d1eba1cec 6ece82074742462a9c01b68f952ef1ae - - default default] Floating IP efebd83f-7616-4fb2-9de1-9535f4baa87b associated. External IP: 10.96.250.216, port: 17dfe948-355d-4f6c-b796-6a8a9da81dd5. [pid: 8|app: 0|req: 809/1493] 10.0.0.205 () {34 vars in 677 bytes} [Tue May 5 16:45:15 2026] POST /v2.0/floatingips => generated 841 bytes in 1098 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1494] 10.0.0.205 () {34 vars in 676 bytes} [Tue May 5 16:45:15 2026] POST /v2.0/floatingips => generated 552 bytes in 726 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1495] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:45:16 2026] GET /v2.0/security-groups?tenant_id=73cc0d6a31b7425fa406d13965dba569&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: 811/1496] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:45:16 2026] GET /v2.0/security-groups?id=4e4d0e88-b0c5-4669-960e-d4cd97f6a81b&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:45:16.900 8 INFO neutron.db.l3_db [None req-a46745b9-cf6f-4c38-8417-6a7d0022645a b69dad30d7904fc4af95a57d1eba1cec 6ece82074742462a9c01b68f952ef1ae - - default default] Floating IP efebd83f-7616-4fb2-9de1-9535f4baa87b disassociated. External IP: 10.96.250.216, port: 17dfe948-355d-4f6c-b796-6a8a9da81dd5. [pid: 7|app: 0|req: 686/1497] 199.204.45.153 () {38 vars in 1028 bytes} [Tue May 5 16:45:16 2026] PUT /v2.0/ports/cd7577dc-b47e-4d4d-b8e2-9c0b6fb96a3d => generated 1239 bytes in 498 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-05-05 16:45:17.194 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-07aee120-842e-4fd3-abf4-2e1e76ea4cf9'] response: {'name': 'network-changed', 'server_uuid': 'c4352bbc-3fa9-40c2-ae0e-9ab6f81763f0', 'tag': 'cd7577dc-b47e-4d4d-b8e2-9c0b6fb96a3d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 812/1498] 10.0.0.205 () {34 vars in 749 bytes} [Tue May 5 16:45:16 2026] PUT /v2.0/floatingips/efebd83f-7616-4fb2-9de1-9535f4baa87b => generated 552 bytes in 444 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1499] 10.0.0.205 () {34 vars in 759 bytes} [Tue May 5 16:45:17 2026] PUT /v2.0/floatingips/54188bbf-e893-4ac4-b323-445b9940abd3/tags => generated 25 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1500] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:17 2026] DELETE /v2.0/security-groups/eeba059e-457a-4c47-8ef5-eba3687eaeeb => 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: 814/1501] 10.0.0.205 () {32 vars in 739 bytes} [Tue May 5 16:45:17 2026] GET /v2.0/floatingips/54188bbf-e893-4ac4-b323-445b9940abd3/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:45:17.356 7 INFO neutron_taas.services.taas.taas_plugin [None req-7a416149-66c2-4829-a22a-2f7f0265c088 b69dad30d7904fc4af95a57d1eba1cec 6ece82074742462a9c01b68f952ef1ae - - default default] TaaS: Handle Delete Port: 7ad35b0c-072d-4486-8bc1-d3b8de653220 2026-05-05 16:45:17.360 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a416149-66c2-4829-a22a-2f7f0265c088 b69dad30d7904fc4af95a57d1eba1cec 6ece82074742462a9c01b68f952ef1ae - - default default] Tap Mirror: Handle Delete Port: 7ad35b0c-072d-4486-8bc1-d3b8de653220 [pid: 8|app: 0|req: 815/1502] 10.0.0.205 () {34 vars in 770 bytes} [Tue May 5 16:45:17 2026] PUT /v2.0/floatingips/54188bbf-e893-4ac4-b323-445b9940abd3/tags/green => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1503] 10.0.0.205 () {32 vars in 739 bytes} [Tue May 5 16:45:17 2026] GET /v2.0/floatingips/54188bbf-e893-4ac4-b323-445b9940abd3/tags => generated 34 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1504] 10.0.0.205 () {32 vars in 732 bytes} [Tue May 5 16:45:17 2026] DELETE /v2.0/floatingips/efebd83f-7616-4fb2-9de1-9535f4baa87b => 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: 817/1505] 10.0.0.205 () {34 vars in 766 bytes} [Tue May 5 16:45:17 2026] PUT /v2.0/floatingips/54188bbf-e893-4ac4-b323-445b9940abd3/tags/red => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1506] 10.0.0.205 () {32 vars in 739 bytes} [Tue May 5 16:45:17 2026] GET /v2.0/floatingips/54188bbf-e893-4ac4-b323-445b9940abd3/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: 819/1507] 10.0.0.205 () {34 vars in 788 bytes} [Tue May 5 16:45:17 2026] PUT /v2.0/floatingips/54188bbf-e893-4ac4-b323-445b9940abd3/tags/black.or.white => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1508] 10.0.0.205 () {32 vars in 739 bytes} [Tue May 5 16:45:17 2026] GET /v2.0/floatingips/54188bbf-e893-4ac4-b323-445b9940abd3/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1509] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:45:17 2026] GET /v2.0/ports?tenant_id=a6b2c351cdcd42c2b0e7b442f2c967a6&device_id=c4352bbc-3fa9-40c2-ae0e-9ab6f81763f0 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1510] 10.0.0.205 () {34 vars in 759 bytes} [Tue May 5 16:45:17 2026] PUT /v2.0/floatingips/54188bbf-e893-4ac4-b323-445b9940abd3/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1511] 199.204.45.153 () {34 vars in 1018 bytes} [Tue May 5 16:45:17 2026] GET /v2.0/networks?tenant_id=a6b2c351cdcd42c2b0e7b442f2c967a6&shared=False => generated 773 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1512] 10.0.0.205 () {32 vars in 739 bytes} [Tue May 5 16:45:17 2026] GET /v2.0/floatingips/54188bbf-e893-4ac4-b323-445b9940abd3/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: 825/1513] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:45:17 2026] GET /v2.0/ports?device_id=c4352bbc-3fa9-40c2-ae0e-9ab6f81763f0 => generated 973 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1514] 199.204.45.153 () {34 vars in 930 bytes} [Tue May 5 16:45:17 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1515] 10.0.0.205 () {32 vars in 747 bytes} [Tue May 5 16:45:17 2026] GET /v2.0/floatingips/54188bbf-e893-4ac4-b323-445b9940abd3/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1516] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:45:18 2026] GET /v2.0/security-groups?id=4e4d0e88-b0c5-4669-960e-d4cd97f6a81b&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-05-05 16:45:18.108 8 INFO neutron.api.v2.resource [None req-761dcd9f-5dd4-432d-b3a9-f9b0a12c9b9c 04e20fe30a12401b820ce2500c598ad8 587f3cfa58934c8ca0b436386d4da3dc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 829/1517] 10.0.0.205 () {32 vars in 751 bytes} [Tue May 5 16:45:18 2026] GET /v2.0/floatingips/54188bbf-e893-4ac4-b323-445b9940abd3/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1518] 10.0.0.205 () {32 vars in 750 bytes} [Tue May 5 16:45:18 2026] DELETE /v2.0/floatingips/54188bbf-e893-4ac4-b323-445b9940abd3/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1519] 10.0.0.205 () {32 vars in 739 bytes} [Tue May 5 16:45:18 2026] GET /v2.0/floatingips/54188bbf-e893-4ac4-b323-445b9940abd3/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:45:18.267 8 INFO neutron.api.v2.resource [None req-0620bee0-26ca-4ae4-9d44-cb75b315e0d0 04e20fe30a12401b820ce2500c598ad8 587f3cfa58934c8ca0b436386d4da3dc - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 832/1520] 10.0.0.205 () {32 vars in 754 bytes} [Tue May 5 16:45:18 2026] DELETE /v2.0/floatingips/54188bbf-e893-4ac4-b323-445b9940abd3/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1521] 10.0.0.205 () {32 vars in 742 bytes} [Tue May 5 16:45:18 2026] DELETE /v2.0/floatingips/54188bbf-e893-4ac4-b323-445b9940abd3/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: 834/1522] 10.0.0.205 () {32 vars in 739 bytes} [Tue May 5 16:45:18 2026] GET /v2.0/floatingips/54188bbf-e893-4ac4-b323-445b9940abd3/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:45:18.461 8 INFO neutron_taas.services.taas.taas_plugin [None req-d8ac7868-bd4d-413c-b3f3-853626e7b803 04e20fe30a12401b820ce2500c598ad8 587f3cfa58934c8ca0b436386d4da3dc - - default default] TaaS: Handle Delete Port: 38f391ef-8804-46d3-aa42-eaa3fa21634e 2026-05-05 16:45:18.464 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8ac7868-bd4d-413c-b3f3-853626e7b803 04e20fe30a12401b820ce2500c598ad8 587f3cfa58934c8ca0b436386d4da3dc - - default default] Tap Mirror: Handle Delete Port: 38f391ef-8804-46d3-aa42-eaa3fa21634e [pid: 8|app: 0|req: 835/1523] 10.0.0.205 () {32 vars in 732 bytes} [Tue May 5 16:45:18 2026] DELETE /v2.0/floatingips/54188bbf-e893-4ac4-b323-445b9940abd3 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1524] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:45:19 2026] GET /v2.0/ports?tenant_id=a6b2c351cdcd42c2b0e7b442f2c967a6&device_id=c4352bbc-3fa9-40c2-ae0e-9ab6f81763f0 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1525] 199.204.45.153 () {34 vars in 1060 bytes} [Tue May 5 16:45:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=cd7577dc-b47e-4d4d-b8e2-9c0b6fb96a3d => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:45:19.084 7 INFO neutron.db.l3_db [None req-05eb2121-9a36-4f6d-8946-24f7ef724ce0 b69dad30d7904fc4af95a57d1eba1cec 6ece82074742462a9c01b68f952ef1ae - - default default] Floating IP f325a90d-6c50-41a0-9b7c-33bdc6da4958 associated. External IP: 10.96.250.201, port: febd6e5b-eec8-4f7d-819c-7d79d62e429f. [pid: 8|app: 0|req: 838/1526] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:45:19 2026] GET /v2.0/subnets?id=8b4e426e-f3cc-42c8-a32a-41c9fd860dfc => generated 695 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1527] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:45:19 2026] GET /v2.0/ports?network_id=e79a30c3-3ce3-44cd-837e-77eb5aa422c0&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: 840/1528] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:45:19 2026] GET /v2.0/ports?device_id=c4352bbc-3fa9-40c2-ae0e-9ab6f81763f0 => generated 973 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1529] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:45:19 2026] GET /v2.0/networks/e79a30c3-3ce3-44cd-837e-77eb5aa422c0?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1530] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:45:19 2026] GET /v2.0/security-groups?id=4e4d0e88-b0c5-4669-960e-d4cd97f6a81b&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1531] 10.0.0.205 () {34 vars in 677 bytes} [Tue May 5 16:45:17 2026] POST /v2.0/floatingips => generated 843 bytes in 1960 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1532] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:45:19 2026] GET /v2.0/networks/e79a30c3-3ce3-44cd-837e-77eb5aa422c0?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: 691/1533] 10.0.0.205 () {32 vars in 729 bytes} [Tue May 5 16:45:19 2026] GET /v2.0/floatingips/f325a90d-6c50-41a0-9b7c-33bdc6da4958 => generated 843 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1534] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:45:19 2026] GET /v2.0/security-groups?tenant_id=587f3cfa58934c8ca0b436386d4da3dc&name=default => generated 2925 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1535] 10.0.0.205 () {32 vars in 655 bytes} [Tue May 5 16:45:19 2026] GET /v2.0/floatingips => generated 846 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1536] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:19 2026] DELETE /v2.0/security-groups/daaea1bc-4555-4306-83da-941e389204cd => 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: 845/1537] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:45:19 2026] GET /v2.0/security-groups?tenant_id=c8bbe399848c4514b454a4ad40cff9e3&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: 846/1538] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:19 2026] DELETE /v2.0/security-groups/ff2136ef-84de-4903-90e5-6cf817f25dd7 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:45:20.036 7 INFO neutron.db.l3_db [None req-10410b11-466e-40d0-a30c-84be0e279436 b69dad30d7904fc4af95a57d1eba1cec 6ece82074742462a9c01b68f952ef1ae - - default default] Floating IP f325a90d-6c50-41a0-9b7c-33bdc6da4958 associated. External IP: 10.96.250.201, port: febd6e5b-eec8-4f7d-819c-7d79d62e429f. [pid: 8|app: 0|req: 847/1539] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:45:20 2026] GET /v2.0/ports?device_id=c4352bbc-3fa9-40c2-ae0e-9ab6f81763f0 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1540] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:45:20 2026] GET /v2.0/security-groups?id=4e4d0e88-b0c5-4669-960e-d4cd97f6a81b&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1541] 10.0.0.205 () {34 vars in 749 bytes} [Tue May 5 16:45:19 2026] PUT /v2.0/floatingips/f325a90d-6c50-41a0-9b7c-33bdc6da4958 => generated 841 bytes in 1120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1542] 10.0.0.125 () {32 vars in 802 bytes} [Tue May 5 16:45:20 2026] GET /v2.0/extensions => generated 21537 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-05 16:45:20.916 7 INFO neutron.db.l3_db [None req-efce9ca1-cf15-423d-8b3f-93b69c8e141b b69dad30d7904fc4af95a57d1eba1cec 6ece82074742462a9c01b68f952ef1ae - - default default] Floating IP f325a90d-6c50-41a0-9b7c-33bdc6da4958 disassociated. External IP: 10.96.250.201, port: 17dfe948-355d-4f6c-b796-6a8a9da81dd5. [pid: 8|app: 0|req: 850/1543] 10.0.0.125 () {30 vars in 724 bytes} [Tue May 5 16:45:21 2026] GET /v2.0/quotas/aeb8776b93bd4aac87273e62a88b0f5b/details => generated 847 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1544] 10.0.0.205 () {34 vars in 749 bytes} [Tue May 5 16:45:20 2026] PUT /v2.0/floatingips/f325a90d-6c50-41a0-9b7c-33bdc6da4958 => generated 552 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:45:21.340 8 INFO neutron_taas.services.taas.taas_plugin [None req-081810bd-3ea8-47aa-9c71-e01cb694be92 b69dad30d7904fc4af95a57d1eba1cec 6ece82074742462a9c01b68f952ef1ae - - default default] TaaS: Handle Delete Port: a9293364-b10a-4254-bab9-971589c8d2a2 2026-05-05 16:45:21.342 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-081810bd-3ea8-47aa-9c71-e01cb694be92 b69dad30d7904fc4af95a57d1eba1cec 6ece82074742462a9c01b68f952ef1ae - - default default] Tap Mirror: Handle Delete Port: a9293364-b10a-4254-bab9-971589c8d2a2 [pid: 8|app: 0|req: 851/1545] 10.0.0.205 () {32 vars in 732 bytes} [Tue May 5 16:45:21 2026] DELETE /v2.0/floatingips/f325a90d-6c50-41a0-9b7c-33bdc6da4958 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:45:21.539 8 INFO neutron.api.v2.resource [None req-5abcc234-fac9-465e-83e9-6059bcdf4aad b69dad30d7904fc4af95a57d1eba1cec 6ece82074742462a9c01b68f952ef1ae - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 852/1546] 10.0.0.205 () {32 vars in 732 bytes} [Tue May 5 16:45:21 2026] DELETE /v2.0/floatingips/f325a90d-6c50-41a0-9b7c-33bdc6da4958 => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1547] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:45:21 2026] GET /v2.0/ports?device_id=c4352bbc-3fa9-40c2-ae0e-9ab6f81763f0 => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1548] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:45:21 2026] GET /v2.0/security-groups?id=4e4d0e88-b0c5-4669-960e-d4cd97f6a81b&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:45:21.681 8 INFO neutron_taas.services.taas.taas_plugin [None req-c3d8a78c-5ed8-493e-9c90-9bd2012d5c65 b69dad30d7904fc4af95a57d1eba1cec 6ece82074742462a9c01b68f952ef1ae - - default default] TaaS: Handle Delete Port: 17dfe948-355d-4f6c-b796-6a8a9da81dd5 2026-05-05 16:45:21.685 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3d8a78c-5ed8-493e-9c90-9bd2012d5c65 b69dad30d7904fc4af95a57d1eba1cec 6ece82074742462a9c01b68f952ef1ae - - default default] Tap Mirror: Handle Delete Port: 17dfe948-355d-4f6c-b796-6a8a9da81dd5 [pid: 8|app: 0|req: 853/1549] 10.0.0.205 () {32 vars in 720 bytes} [Tue May 5 16:45:21 2026] DELETE /v2.0/ports/17dfe948-355d-4f6c-b796-6a8a9da81dd5 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:45:21.998 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf2bacfc-e530-44fd-a8bf-f1f886d2978b b69dad30d7904fc4af95a57d1eba1cec 6ece82074742462a9c01b68f952ef1ae - - default default] TaaS: Handle Delete Port: febd6e5b-eec8-4f7d-819c-7d79d62e429f 2026-05-05 16:45:22.001 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf2bacfc-e530-44fd-a8bf-f1f886d2978b b69dad30d7904fc4af95a57d1eba1cec 6ece82074742462a9c01b68f952ef1ae - - default default] Tap Mirror: Handle Delete Port: febd6e5b-eec8-4f7d-819c-7d79d62e429f [pid: 7|app: 0|req: 697/1550] 10.0.0.205 () {32 vars in 720 bytes} [Tue May 5 16:45:21 2026] DELETE /v2.0/ports/febd6e5b-eec8-4f7d-819c-7d79d62e429f => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1551] 10.0.0.205 () {32 vars in 736 bytes} [Tue May 5 16:45:22 2026] GET /v2.0/ports?device_id=ead6b3c4-725b-478c-92ee-b0e4f6943b3a => generated 958 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:45:22.539 7 INFO neutron_taas.services.taas.taas_plugin [None req-d4be6c47-fdd2-4553-9d97-0f6df7a4a6aa b69dad30d7904fc4af95a57d1eba1cec 6ece82074742462a9c01b68f952ef1ae - - default default] TaaS: Handle Delete Port: a1010be7-4642-43c8-aa93-d7e4642d0494 2026-05-05 16:45:22.541 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4be6c47-fdd2-4553-9d97-0f6df7a4a6aa b69dad30d7904fc4af95a57d1eba1cec 6ece82074742462a9c01b68f952ef1ae - - default default] Tap Mirror: Handle Delete Port: a1010be7-4642-43c8-aa93-d7e4642d0494 [pid: 8|app: 0|req: 855/1552] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:45:22 2026] GET /v2.0/ports?device_id=c4352bbc-3fa9-40c2-ae0e-9ab6f81763f0 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1553] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:45:22 2026] GET /v2.0/security-groups?id=4e4d0e88-b0c5-4669-960e-d4cd97f6a81b&fields=id&fields=name => generated 88 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1554] 10.0.0.205 () {34 vars in 789 bytes} [Tue May 5 16:45:22 2026] PUT /v2.0/routers/ead6b3c4-725b-478c-92ee-b0e4f6943b3a/remove_router_interface => generated 309 bytes in 1049 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:45:23.391 8 INFO neutron_taas.services.taas.taas_plugin [None req-924267f7-8793-4a15-8ad3-aec263e1487f b69dad30d7904fc4af95a57d1eba1cec 6ece82074742462a9c01b68f952ef1ae - - default default] TaaS: Handle Delete Port: 0fba957c-a3f4-434b-a778-3091bdd63bdb 2026-05-05 16:45:23.397 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-924267f7-8793-4a15-8ad3-aec263e1487f b69dad30d7904fc4af95a57d1eba1cec 6ece82074742462a9c01b68f952ef1ae - - default default] Tap Mirror: Handle Delete Port: 0fba957c-a3f4-434b-a778-3091bdd63bdb 2026-05-05 16:45:23.709 7 INFO neutron.db.segments_db [None req-878bcc26-6a81-455d-85f6-c6c960afea03 b6e6307dddd94a088ef8230ba291cbad 6bb95f92261840b995e0e3fe4e7f14b8 - - default default] Added segment 0d6cf302-baa3-4622-b90a-5ab317611736 of type vxlan for network a3d68ba5-b4bd-4033-8aff-f21a8e83fc20 2026-05-05 16:45:23.724 8 INFO neutron_taas.services.taas.taas_plugin [None req-924267f7-8793-4a15-8ad3-aec263e1487f b69dad30d7904fc4af95a57d1eba1cec 6ece82074742462a9c01b68f952ef1ae - - default default] TaaS: Handle Delete Port: 0677e9a6-70a1-467e-a951-971907385501 2026-05-05 16:45:23.726 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-924267f7-8793-4a15-8ad3-aec263e1487f b69dad30d7904fc4af95a57d1eba1cec 6ece82074742462a9c01b68f952ef1ae - - default default] Tap Mirror: Handle Delete Port: 0677e9a6-70a1-467e-a951-971907385501 [pid: 7|app: 0|req: 699/1555] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:45:23 2026] POST /v2.0/networks => generated 612 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1556] 10.0.0.205 () {34 vars in 753 bytes} [Tue May 5 16:45:23 2026] PUT /v2.0/networks/a3d68ba5-b4bd-4033-8aff-f21a8e83fc20/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: 701/1557] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:45:23 2026] GET /v2.0/ports?device_id=c4352bbc-3fa9-40c2-ae0e-9ab6f81763f0 => 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: 702/1558] 10.0.0.205 () {32 vars in 733 bytes} [Tue May 5 16:45:23 2026] GET /v2.0/networks/a3d68ba5-b4bd-4033-8aff-f21a8e83fc20/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: 703/1559] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:45:23 2026] GET /v2.0/security-groups?id=4e4d0e88-b0c5-4669-960e-d4cd97f6a81b&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-05-05 16:45:24.046 8 INFO neutron.services.segments.plugin [-] Segment 06911a8d-f334-4aec-94e4-9361dcb10d94 resource provider aggregate not found 2026-05-05 16:45:24.053 8 INFO neutron.services.segments.plugin [-] Segment 06911a8d-f334-4aec-94e4-9361dcb10d94 resource provider aggregate not found 2026-05-05 16:45:24.076 8 INFO neutron.services.segments.plugin [-] Segment 06911a8d-f334-4aec-94e4-9361dcb10d94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06911a8d-f334-4aec-94e4-9361dcb10d94 found for delete ", "request_id": "req-c9b406cb-a129-4cb0-9a80-2aeccb6cb072"}]} 2026-05-05 16:45:24.079 8 INFO neutron.db.l3_hamode_db [None req-924267f7-8793-4a15-8ad3-aec263e1487f b69dad30d7904fc4af95a57d1eba1cec 6ece82074742462a9c01b68f952ef1ae - - default default] HA network e7b1d1ea-4a9f-4335-88c0-8b4a421f5bb4 was deleted as no HA routers are present in tenant 6ece82074742462a9c01b68f952ef1ae. 2026-05-05 16:45:24.087 8 INFO neutron.services.segments.plugin [-] Segment 06911a8d-f334-4aec-94e4-9361dcb10d94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06911a8d-f334-4aec-94e4-9361dcb10d94 found for delete ", "request_id": "req-1bd910cd-b327-4d39-a789-2a3cbcb18edf"}]} [pid: 8|app: 0|req: 857/1560] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:45:23 2026] DELETE /v2.0/routers/ead6b3c4-725b-478c-92ee-b0e4f6943b3a => generated 0 bytes in 878 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1561] 10.0.0.205 () {34 vars in 764 bytes} [Tue May 5 16:45:23 2026] PUT /v2.0/networks/a3d68ba5-b4bd-4033-8aff-f21a8e83fc20/tags/green => generated 4 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1562] 10.0.0.205 () {32 vars in 733 bytes} [Tue May 5 16:45:24 2026] GET /v2.0/networks/a3d68ba5-b4bd-4033-8aff-f21a8e83fc20/tags => generated 34 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1563] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:45:24 2026] DELETE /v2.0/subnets/1effc3c3-f23f-4690-9c8a-67b75e6fa725 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1564] 10.0.0.205 () {34 vars in 760 bytes} [Tue May 5 16:45:24 2026] PUT /v2.0/networks/a3d68ba5-b4bd-4033-8aff-f21a8e83fc20/tags/red => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1565] 10.0.0.205 () {32 vars in 733 bytes} [Tue May 5 16:45:24 2026] GET /v2.0/networks/a3d68ba5-b4bd-4033-8aff-f21a8e83fc20/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1566] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:45:24 2026] DELETE /v2.0/networks/1b19cba4-b34b-4001-9477-817652ad2519 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1567] 10.0.0.125 () {32 vars in 802 bytes} [Tue May 5 16:45:24 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1568] 10.0.0.205 () {34 vars in 782 bytes} [Tue May 5 16:45:24 2026] PUT /v2.0/networks/a3d68ba5-b4bd-4033-8aff-f21a8e83fc20/tags/black.or.white => generated 4 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1569] 10.0.0.205 () {32 vars in 733 bytes} [Tue May 5 16:45:24 2026] GET /v2.0/networks/a3d68ba5-b4bd-4033-8aff-f21a8e83fc20/tags => generated 52 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1570] 10.0.0.205 () {34 vars in 753 bytes} [Tue May 5 16:45:24 2026] PUT /v2.0/networks/a3d68ba5-b4bd-4033-8aff-f21a8e83fc20/tags => generated 37 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1571] 10.0.0.125 () {30 vars in 724 bytes} [Tue May 5 16:45:24 2026] GET /v2.0/quotas/aeb8776b93bd4aac87273e62a88b0f5b/details => generated 847 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1572] 10.0.0.205 () {32 vars in 733 bytes} [Tue May 5 16:45:24 2026] GET /v2.0/networks/a3d68ba5-b4bd-4033-8aff-f21a8e83fc20/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1573] 10.0.0.205 () {32 vars in 741 bytes} [Tue May 5 16:45:24 2026] GET /v2.0/networks/a3d68ba5-b4bd-4033-8aff-f21a8e83fc20/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:45:24.706 7 INFO neutron.api.v2.resource [None req-b7a4afc8-7734-464c-b900-6055645a7e0a b6e6307dddd94a088ef8230ba291cbad 6bb95f92261840b995e0e3fe4e7f14b8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 711/1574] 10.0.0.205 () {32 vars in 745 bytes} [Tue May 5 16:45:24 2026] GET /v2.0/networks/a3d68ba5-b4bd-4033-8aff-f21a8e83fc20/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1575] 10.0.0.205 () {32 vars in 744 bytes} [Tue May 5 16:45:24 2026] DELETE /v2.0/networks/a3d68ba5-b4bd-4033-8aff-f21a8e83fc20/tags/red => 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: 712/1576] 10.0.0.205 () {32 vars in 733 bytes} [Tue May 5 16:45:24 2026] GET /v2.0/networks/a3d68ba5-b4bd-4033-8aff-f21a8e83fc20/tags => generated 30 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:45:24.905 8 INFO neutron.api.v2.resource [None req-5b6ed270-0d5e-4cac-a78d-71a85751d028 b6e6307dddd94a088ef8230ba291cbad 6bb95f92261840b995e0e3fe4e7f14b8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 865/1577] 10.0.0.205 () {32 vars in 748 bytes} [Tue May 5 16:45:24 2026] DELETE /v2.0/networks/a3d68ba5-b4bd-4033-8aff-f21a8e83fc20/tags/green => generated 99 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1578] 10.0.0.205 () {32 vars in 736 bytes} [Tue May 5 16:45:24 2026] DELETE /v2.0/networks/a3d68ba5-b4bd-4033-8aff-f21a8e83fc20/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: 867/1579] 10.0.0.205 () {32 vars in 733 bytes} [Tue May 5 16:45:24 2026] GET /v2.0/networks/a3d68ba5-b4bd-4033-8aff-f21a8e83fc20/tags => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1580] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:45:24 2026] GET /v2.0/security-groups?tenant_id=6ece82074742462a9c01b68f952ef1ae&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: 868/1581] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:45:25 2026] DELETE /v2.0/networks/a3d68ba5-b4bd-4033-8aff-f21a8e83fc20 => 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: 714/1582] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:25 2026] DELETE /v2.0/security-groups/9ee15ea2-040f-45c5-b7c8-95b2d5aff74a => 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: 869/1583] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:45:25 2026] GET /v2.0/ports?device_id=c4352bbc-3fa9-40c2-ae0e-9ab6f81763f0 => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1584] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:45:25 2026] GET /v2.0/security-groups?id=4e4d0e88-b0c5-4669-960e-d4cd97f6a81b&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: 870/1585] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:45:25 2026] GET /v2.0/ports?device_id=c4352bbc-3fa9-40c2-ae0e-9ab6f81763f0 => 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: 716/1586] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:45:25 2026] GET /v2.0/security-groups?id=4e4d0e88-b0c5-4669-960e-d4cd97f6a81b&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1587] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:45:25 2026] GET /v2.0/security-groups?tenant_id=85a879b43ff34e179fea7abfe7d15c98&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:45:26.097 8 INFO neutron.services.segments.plugin [-] Segment e074168a-0e03-4adc-82d4-e45b00bd6a57 resource provider aggregate not found 2026-05-05 16:45:26.108 8 INFO neutron.services.segments.plugin [-] Segment e074168a-0e03-4adc-82d4-e45b00bd6a57 resource provider aggregate not found 2026-05-05 16:45:26.115 8 INFO neutron.services.segments.plugin [-] Segment e074168a-0e03-4adc-82d4-e45b00bd6a57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e074168a-0e03-4adc-82d4-e45b00bd6a57 found for delete ", "request_id": "req-3ea84803-c44a-440a-95a6-f08924989a12"}]} 2026-05-05 16:45:26.120 8 INFO neutron.services.segments.plugin [-] Segment e074168a-0e03-4adc-82d4-e45b00bd6a57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e074168a-0e03-4adc-82d4-e45b00bd6a57 found for delete ", "request_id": "req-cbf1e2a2-8b99-4852-bd44-59e2b8f440d8"}]} 2026-05-05 16:45:26.131 8 INFO neutron.services.segments.plugin [-] Segment 0d6cf302-baa3-4622-b90a-5ab317611736 resource provider aggregate not found 2026-05-05 16:45:26.132 8 INFO neutron.services.segments.plugin [-] Segment 0d6cf302-baa3-4622-b90a-5ab317611736 resource provider aggregate not found 2026-05-05 16:45:26.145 8 INFO neutron.services.segments.plugin [-] Segment 0d6cf302-baa3-4622-b90a-5ab317611736 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d6cf302-baa3-4622-b90a-5ab317611736 found for delete ", "request_id": "req-39c00ed0-2d93-4739-aec3-f0da41df9a40"}]} 2026-05-05 16:45:26.146 8 INFO neutron.services.segments.plugin [-] Segment 0d6cf302-baa3-4622-b90a-5ab317611736 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d6cf302-baa3-4622-b90a-5ab317611736 found for delete ", "request_id": "req-b0e8d043-bbf3-4069-862b-00e2476685f0"}]} [pid: 7|app: 0|req: 717/1588] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:26 2026] DELETE /v2.0/security-groups/50b7676d-e294-4345-b17c-bb932bcda451 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1589] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:45:26 2026] GET /v2.0/security-groups?tenant_id=6bb95f92261840b995e0e3fe4e7f14b8&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: 718/1590] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:26 2026] DELETE /v2.0/security-groups/fbaf8109-08ac-4996-aa87-003de9fb9a6b => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1591] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:45:26 2026] GET /v2.0/ports?device_id=c4352bbc-3fa9-40c2-ae0e-9ab6f81763f0 => 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: 719/1592] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:45:26 2026] GET /v2.0/security-groups?id=4e4d0e88-b0c5-4669-960e-d4cd97f6a81b&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-05-05 16:45:27.284 8 INFO neutron.db.segments_db [None req-cfe36e18-8df4-4d23-a172-348f5ab38632 c3de4ec0fb6c4fdbbbcef3b9787e4f59 03f80c8bd2b54df3817c8c2c1d46e6fe - - default default] Added segment 25974898-a8d8-4391-b7e3-024b68d95744 of type vxlan for network 30fa5f8c-5df5-4567-96f1-0cb2f02dc353 [pid: 8|app: 0|req: 874/1593] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:45:26 2026] POST /v2.0/networks => generated 628 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1594] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:45:27 2026] GET /v2.0/ports?device_id=c4352bbc-3fa9-40c2-ae0e-9ab6f81763f0 => 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: 720/1595] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:45:27 2026] GET /v2.0/security-groups?tenant_id=aeb8776b93bd4aac87273e62a88b0f5b&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1596] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:45:27 2026] GET /v2.0/security-groups?id=4e4d0e88-b0c5-4669-960e-d4cd97f6a81b&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1597] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:27 2026] DELETE /v2.0/security-groups/4b6d1e77-04b6-403e-ac70-3b9bf8ecf17a => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1598] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:45:27 2026] POST /v2.0/subnets => generated 673 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1599] 199.204.45.153 () {34 vars in 994 bytes} [Tue May 5 16:45:28 2026] GET /v2.0/ports?device_id=c4352bbc-3fa9-40c2-ae0e-9ab6f81763f0 => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:45:28.115 8 INFO neutron.db.segments_db [None req-ab14d183-d0ce-4538-8c02-a46476ecdf0d c3de4ec0fb6c4fdbbbcef3b9787e4f59 03f80c8bd2b54df3817c8c2c1d46e6fe - - default default] Added segment 6e6ca688-97d2-45d3-903e-62e641472cb6 of type vxlan for network dde79f2e-969d-4a7c-b2a0-841e8ad3018d [pid: 8|app: 0|req: 877/1600] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:45:28 2026] POST /v2.0/networks => generated 628 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:45:28.182 7 INFO neutron_taas.services.taas.taas_plugin [req-1eb07668-5a21-424b-88e3-672a9139940f req-440a74cf-9f6e-466a-9da3-605b7cff2a45 9efc2956b03c453aad24efb1fd9b2254 a6b2c351cdcd42c2b0e7b442f2c967a6 - - default default] TaaS: Handle Delete Port: cd7577dc-b47e-4d4d-b8e2-9c0b6fb96a3d 2026-05-05 16:45:28.185 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1eb07668-5a21-424b-88e3-672a9139940f req-440a74cf-9f6e-466a-9da3-605b7cff2a45 9efc2956b03c453aad24efb1fd9b2254 a6b2c351cdcd42c2b0e7b442f2c967a6 - - default default] Tap Mirror: Handle Delete Port: cd7577dc-b47e-4d4d-b8e2-9c0b6fb96a3d [pid: 8|app: 0|req: 878/1601] 10.0.0.205 () {34 vars in 743 bytes} [Tue May 5 16:45:28 2026] PUT /v2.0/networks/dde79f2e-969d-4a7c-b2a0-841e8ad3018d => generated 592 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1602] 199.204.45.153 () {36 vars in 997 bytes} [Tue May 5 16:45:28 2026] DELETE /v2.0/ports/cd7577dc-b47e-4d4d-b8e2-9c0b6fb96a3d => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:45:28.393 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3fc2e672-d7ca-4fdd-89b5-8322b8eab5ca'] response: {'server_uuid': 'c4352bbc-3fa9-40c2-ae0e-9ab6f81763f0', 'name': 'network-vif-deleted', 'tag': 'cd7577dc-b47e-4d4d-b8e2-9c0b6fb96a3d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 879/1603] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:45:28 2026] POST /v2.0/subnets => generated 646 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1604] 10.0.0.205 () {34 vars in 741 bytes} [Tue May 5 16:45:28 2026] PUT /v2.0/subnets/c919a59e-9c18-4e61-9050-ebbb0d31769e => generated 656 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:45:28.815 8 INFO neutron.services.segments.plugin [-] Segment 6e6ca688-97d2-45d3-903e-62e641472cb6 resource provider aggregate not found 2026-05-05 16:45:28.826 8 INFO neutron.services.segments.plugin [-] Segment 6e6ca688-97d2-45d3-903e-62e641472cb6 resource provider aggregate not found 2026-05-05 16:45:28.831 8 INFO neutron.services.segments.plugin [-] Segment 6e6ca688-97d2-45d3-903e-62e641472cb6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e6ca688-97d2-45d3-903e-62e641472cb6 found for delete ", "request_id": "req-477361d1-1ce3-40af-9e59-8b3a51bb8f22"}]} 2026-05-05 16:45:28.841 8 INFO neutron.services.segments.plugin [-] Segment 6e6ca688-97d2-45d3-903e-62e641472cb6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e6ca688-97d2-45d3-903e-62e641472cb6 found for delete ", "request_id": "req-82cb6fc0-e096-4f70-9e2c-388f46520183"}]} [pid: 8|app: 0|req: 880/1605] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:45:28 2026] DELETE /v2.0/networks/dde79f2e-969d-4a7c-b2a0-841e8ad3018d => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:45:28.873 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2846a5ff-63fd-4447-a1df-a61f4d9c0a3f c3de4ec0fb6c4fdbbbcef3b9787e4f59 03f80c8bd2b54df3817c8c2c1d46e6fe - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 726/1606] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:45:28 2026] DELETE /v2.0/networks/dde79f2e-969d-4a7c-b2a0-841e8ad3018d => generated 138 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1607] 10.0.0.205 () {32 vars in 694 bytes} [Tue May 5 16:45:28 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1608] 10.0.0.205 () {32 vars in 742 bytes} [Tue May 5 16:45:28 2026] GET /v2.0/subnets?network_id=f3c1d760-1658-41b9-a0f2-a7c8a034fe4c => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1609] 10.0.0.205 () {32 vars in 653 bytes} [Tue May 5 16:45:28 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: 883/1610] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:45:28 2026] GET /v2.0/ports?device_id=c4352bbc-3fa9-40c2-ae0e-9ab6f81763f0 => 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: 728/1611] 10.0.0.205 () {32 vars in 649 bytes} [Tue May 5 16:45:28 2026] GET /v2.0/networks => generated 1312 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1612] 10.0.0.205 () {32 vars in 647 bytes} [Tue May 5 16:45:29 2026] GET /v2.0/subnets => generated 1312 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1613] 10.0.0.205 () {32 vars in 723 bytes} [Tue May 5 16:45:29 2026] GET /v2.0/networks/30fa5f8c-5df5-4567-96f1-0cb2f02dc353 => generated 672 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1614] 10.0.0.205 () {32 vars in 721 bytes} [Tue May 5 16:45:29 2026] GET /v2.0/subnets/398d927b-0804-4de4-a1f8-ece28e19ccf3 => generated 673 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:45:29.217 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b9020e63-80e1-4919-83a2-200a9686f0f1 c3de4ec0fb6c4fdbbbcef3b9787e4f59 03f80c8bd2b54df3817c8c2c1d46e6fe - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 730/1615] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:45:29 2026] DELETE /v2.0/subnets/c919a59e-9c18-4e61-9050-ebbb0d31769e => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:45:29.245 8 INFO neutron.pecan_wsgi.hooks.translation [None req-19ba0d5f-697d-49c3-9a1c-3f793bc57896 c3de4ec0fb6c4fdbbbcef3b9787e4f59 03f80c8bd2b54df3817c8c2c1d46e6fe - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 886/1616] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:45:29 2026] DELETE /v2.0/networks/dde79f2e-969d-4a7c-b2a0-841e8ad3018d => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1617] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:45:29 2026] DELETE /v2.0/subnets/398d927b-0804-4de4-a1f8-ece28e19ccf3 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:45:29.487 8 INFO neutron_taas.services.taas.taas_plugin [None req-0a9f7fa3-095e-4f01-aff0-0de0ec9550c4 c3de4ec0fb6c4fdbbbcef3b9787e4f59 03f80c8bd2b54df3817c8c2c1d46e6fe - - default default] TaaS: Handle Delete Port: ba09270b-a02d-4595-b70b-e86d16d54dda 2026-05-05 16:45:29.490 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a9f7fa3-095e-4f01-aff0-0de0ec9550c4 c3de4ec0fb6c4fdbbbcef3b9787e4f59 03f80c8bd2b54df3817c8c2c1d46e6fe - - default default] Tap Mirror: Handle Delete Port: ba09270b-a02d-4595-b70b-e86d16d54dda [pid: 8|app: 0|req: 887/1618] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:45:29 2026] DELETE /v2.0/networks/30fa5f8c-5df5-4567-96f1-0cb2f02dc353 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1619] 10.0.0.205 () {34 vars in 676 bytes} [Tue May 5 16:45:29 2026] POST /v2.0/subnetpools => generated 516 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1620] 10.0.0.205 () {34 vars in 759 bytes} [Tue May 5 16:45:30 2026] PUT /v2.0/subnetpools/9348bcc3-f9cd-4faa-8d0b-c6371f734079/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1621] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:45:30 2026] GET /v2.0/ports?device_id=c4352bbc-3fa9-40c2-ae0e-9ab6f81763f0 => 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: 889/1622] 10.0.0.205 () {32 vars in 739 bytes} [Tue May 5 16:45:30 2026] GET /v2.0/subnetpools/9348bcc3-f9cd-4faa-8d0b-c6371f734079/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1623] 10.0.0.205 () {34 vars in 770 bytes} [Tue May 5 16:45:30 2026] PUT /v2.0/subnetpools/9348bcc3-f9cd-4faa-8d0b-c6371f734079/tags/green => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1624] 10.0.0.205 () {32 vars in 739 bytes} [Tue May 5 16:45:30 2026] GET /v2.0/subnetpools/9348bcc3-f9cd-4faa-8d0b-c6371f734079/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1625] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:45:30 2026] GET /v2.0/security-groups?tenant_id=03f80c8bd2b54df3817c8c2c1d46e6fe&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: 892/1626] 10.0.0.205 () {34 vars in 766 bytes} [Tue May 5 16:45:30 2026] PUT /v2.0/subnetpools/9348bcc3-f9cd-4faa-8d0b-c6371f734079/tags/red => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1627] 10.0.0.205 () {32 vars in 739 bytes} [Tue May 5 16:45:30 2026] GET /v2.0/subnetpools/9348bcc3-f9cd-4faa-8d0b-c6371f734079/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1628] 10.0.0.205 () {34 vars in 788 bytes} [Tue May 5 16:45:30 2026] PUT /v2.0/subnetpools/9348bcc3-f9cd-4faa-8d0b-c6371f734079/tags/black.or.white => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1629] 10.0.0.205 () {32 vars in 739 bytes} [Tue May 5 16:45:30 2026] GET /v2.0/subnetpools/9348bcc3-f9cd-4faa-8d0b-c6371f734079/tags => generated 52 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1630] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:30 2026] DELETE /v2.0/security-groups/d2eac882-c359-442b-b867-a4761871706a => 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: 896/1631] 10.0.0.205 () {34 vars in 759 bytes} [Tue May 5 16:45:30 2026] PUT /v2.0/subnetpools/9348bcc3-f9cd-4faa-8d0b-c6371f734079/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1632] 10.0.0.205 () {32 vars in 739 bytes} [Tue May 5 16:45:30 2026] GET /v2.0/subnetpools/9348bcc3-f9cd-4faa-8d0b-c6371f734079/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1635] 10.0.0.205 () {32 vars in 747 bytes} [Tue May 5 16:45:30 2026] GET /v2.0/subnetpools/9348bcc3-f9cd-4faa-8d0b-c6371f734079/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:45:30.516 7 INFO neutron.api.v2.resource [None req-95c54588-63fa-458b-9180-6a4bbb1fbb20 6e562a93aa0841d095e11b5308a93843 bbafdf14cbb640c8a5befc7ee78148d4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 739/1636] 10.0.0.205 () {32 vars in 751 bytes} [Tue May 5 16:45:30 2026] GET /v2.0/subnetpools/9348bcc3-f9cd-4faa-8d0b-c6371f734079/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1637] 10.0.0.205 () {32 vars in 750 bytes} [Tue May 5 16:45:30 2026] DELETE /v2.0/subnetpools/9348bcc3-f9cd-4faa-8d0b-c6371f734079/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1638] 10.0.0.205 () {32 vars in 739 bytes} [Tue May 5 16:45:30 2026] GET /v2.0/subnetpools/9348bcc3-f9cd-4faa-8d0b-c6371f734079/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:45:30.646 8 INFO neutron.api.v2.resource [None req-8021ff86-844b-48d2-9a36-1db64574b209 6e562a93aa0841d095e11b5308a93843 bbafdf14cbb640c8a5befc7ee78148d4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 899/1639] 10.0.0.205 () {32 vars in 754 bytes} [Tue May 5 16:45:30 2026] DELETE /v2.0/subnetpools/9348bcc3-f9cd-4faa-8d0b-c6371f734079/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1640] 10.0.0.205 () {32 vars in 742 bytes} [Tue May 5 16:45:30 2026] DELETE /v2.0/subnetpools/9348bcc3-f9cd-4faa-8d0b-c6371f734079/tags => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1641] 10.0.0.205 () {32 vars in 739 bytes} [Tue May 5 16:45:30 2026] GET /v2.0/subnetpools/9348bcc3-f9cd-4faa-8d0b-c6371f734079/tags => 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: 742/1642] 10.0.0.205 () {32 vars in 732 bytes} [Tue May 5 16:45:30 2026] DELETE /v2.0/subnetpools/9348bcc3-f9cd-4faa-8d0b-c6371f734079 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:45:30.850 8 INFO neutron.services.segments.plugin [-] Segment 25974898-a8d8-4391-b7e3-024b68d95744 resource provider aggregate not found 2026-05-05 16:45:30.858 8 INFO neutron.services.segments.plugin [-] Segment 25974898-a8d8-4391-b7e3-024b68d95744 resource provider aggregate not found 2026-05-05 16:45:30.866 8 INFO neutron.services.segments.plugin [-] Segment 25974898-a8d8-4391-b7e3-024b68d95744 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25974898-a8d8-4391-b7e3-024b68d95744 found for delete ", "request_id": "req-4daf1572-349a-42c7-b09c-2d0a67bf7e95"}]} 2026-05-05 16:45:30.870 8 INFO neutron.services.segments.plugin [-] Segment 25974898-a8d8-4391-b7e3-024b68d95744 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25974898-a8d8-4391-b7e3-024b68d95744 found for delete ", "request_id": "req-607a048c-6893-4412-a399-d1d640e5af25"}]} [pid: 7|app: 0|req: 743/1643] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:45:31 2026] GET /v2.0/ports?device_id=c4352bbc-3fa9-40c2-ae0e-9ab6f81763f0 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:45:31.220 8 INFO neutron.db.segments_db [None req-3ebcc2d6-557f-4df8-b0fb-86f3adadc8af ce26cc7f9ab9494aa65c47aab6ded938 1b9dec389a924c9e9baa9ba3424a8d90 - - default default] Added segment 07905642-a03f-4f8b-898a-9ca5d7cd5654 of type vxlan for network 2dc6e2a9-90fa-4c1c-8df9-7ef81428a66b [pid: 8|app: 0|req: 901/1644] 10.0.0.205 () {34 vars in 671 bytes} [Tue May 5 16:45:30 2026] POST /v2.0/networks => generated 614 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:45:31.347 7 INFO neutron.db.segments_db [None req-1a199021-5a8c-4ef3-a447-188dc9968c84 ce26cc7f9ab9494aa65c47aab6ded938 1b9dec389a924c9e9baa9ba3424a8d90 - - default default] Added segment dbaf4685-215e-4e67-8c94-92c89d7c0af0 of type vxlan for network 107deeda-5239-4e87-919f-d429437e850c 2026-05-05 16:45:31.597 7 INFO neutron.db.l3_hamode_db [None req-1a199021-5a8c-4ef3-a447-188dc9968c84 ce26cc7f9ab9494aa65c47aab6ded938 1b9dec389a924c9e9baa9ba3424a8d90 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 902/1645] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:45:31 2026] GET /v2.0/security-groups?tenant_id=bbafdf14cbb640c8a5befc7ee78148d4&name=default => generated 2925 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1646] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:31 2026] DELETE /v2.0/security-groups/e60e5f59-8a27-4ce1-8f09-d9f2274e0ef5 => 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: 904/1647] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:45:31 2026] GET /v2.0/security-groups?tenant_id=a08c4ef5143f4f3e9e1fe886c7f5ba09&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1648] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:31 2026] DELETE /v2.0/security-groups/71da7fc7-4373-4dd8-8876-c33fbbe495d6 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:45:32.440 8 INFO neutron.db.segments_db [None req-a566662c-4c6a-4223-9f62-50513be91c35 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] Added segment 5798a075-6ae9-42a3-992b-849d15c2404d of type vxlan for network d1a47823-d61c-4317-9d44-0a514dbbd36b 2026-05-05 16:45:32.443 7 INFO neutron.db.l3_hamode_db [None req-1a199021-5a8c-4ef3-a447-188dc9968c84 ce26cc7f9ab9494aa65c47aab6ded938 1b9dec389a924c9e9baa9ba3424a8d90 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 906/1649] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:45:32 2026] POST /v2.0/networks => generated 615 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:45:32.887 8 INFO neutron_taas.services.taas.taas_plugin [None req-24153158-8347-4212-8a13-06a4dad8f787 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: 9f653edb-3a20-4342-b585-a8f6e2d98589 2026-05-05 16:45:32.890 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24153158-8347-4212-8a13-06a4dad8f787 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: 9f653edb-3a20-4342-b585-a8f6e2d98589 [pid: 7|app: 0|req: 744/1650] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:45:31 2026] POST /v2.0/routers => generated 693 bytes in 2039 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:45:33.389 7 INFO neutron.db.segments_db [None req-8235093a-57a0-409b-a40b-5705464625d2 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] Added segment bed8acfe-f1b0-4fa2-b790-dc83a21c201a of type vxlan for network b3d64904-7268-40f6-892f-0b5ba06072ec [pid: 7|app: 0|req: 745/1651] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:45:33 2026] POST /v2.0/networks => generated 615 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1652] 10.0.0.205 () {34 vars in 789 bytes} [Tue May 5 16:45:32 2026] PUT /v2.0/routers/3403337b-6fed-40b1-9ebc-128841e9d273/remove_router_interface => generated 309 bytes in 999 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1653] 10.0.0.205 () {32 vars in 776 bytes} [Tue May 5 16:45:33 2026] GET /v2.0/subnets?project_id=1b9dec389a924c9e9baa9ba3424a8d90&cidr=10.100.0.0%2F28 => generated 14 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1654] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:45:33 2026] POST /v2.0/subnets => generated 646 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1655] 10.0.0.205 () {32 vars in 694 bytes} [Tue May 5 16:45:33 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:45:33.827 7 INFO neutron_taas.services.taas.taas_plugin [None req-66473f53-99b8-4fdf-8ed9-466e0349f8f6 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: 85be8ded-f57b-4891-90f4-488ac4dc81d6 2026-05-05 16:45:33.830 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66473f53-99b8-4fdf-8ed9-466e0349f8f6 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: 85be8ded-f57b-4891-90f4-488ac4dc81d6 [pid: 8|app: 0|req: 910/1656] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:45:33 2026] POST /v2.0/subnets => generated 655 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1657] 10.0.0.205 () {32 vars in 784 bytes} [Tue May 5 16:45:34 2026] GET /v2.0/subnets?network_id=f3c1d760-1658-41b9-a0f2-a7c8a034fe4c&cidr=10.100.0.0%2F28 => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:45:34.067 7 INFO neutron_taas.services.taas.taas_plugin [None req-66473f53-99b8-4fdf-8ed9-466e0349f8f6 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: 03568c41-3136-4ae9-9f13-7cb967db0ba8 2026-05-05 16:45:34.070 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66473f53-99b8-4fdf-8ed9-466e0349f8f6 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: 03568c41-3136-4ae9-9f13-7cb967db0ba8 2026-05-05 16:45:34.114 8 INFO neutron.db.segments_db [None req-283e9566-fd79-4d9a-bcef-de4faf86d371 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] Added segment 6498d09c-7922-4b7d-9f9a-545b32aa6a07 of type vxlan for network 2819c5dc-7f16-46ce-8f81-6631537807b5 2026-05-05 16:45:34.392 8 INFO neutron.db.l3_hamode_db [None req-283e9566-fd79-4d9a-bcef-de4faf86d371 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 16:45:34.427 7 INFO neutron.services.segments.plugin [-] Segment 77855ab0-a07a-4a2a-bc0e-73d759407766 resource provider aggregate not found 2026-05-05 16:45:34.433 7 INFO neutron.services.segments.plugin [-] Segment 77855ab0-a07a-4a2a-bc0e-73d759407766 resource provider aggregate not found 2026-05-05 16:45:34.449 7 INFO neutron.services.segments.plugin [-] Segment 77855ab0-a07a-4a2a-bc0e-73d759407766 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77855ab0-a07a-4a2a-bc0e-73d759407766 found for delete ", "request_id": "req-5da9bc6f-c57f-480f-b80e-15b1cff41bb4"}]} 2026-05-05 16:45:34.453 7 INFO neutron.db.l3_hamode_db [None req-66473f53-99b8-4fdf-8ed9-466e0349f8f6 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] HA network 5f2006be-6ce1-4410-bc3d-45f09c7d3e43 was deleted as no HA routers are present in tenant a6b2c351cdcd42c2b0e7b442f2c967a6. 2026-05-05 16:45:34.462 7 INFO neutron.services.segments.plugin [-] Segment 77855ab0-a07a-4a2a-bc0e-73d759407766 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77855ab0-a07a-4a2a-bc0e-73d759407766 found for delete ", "request_id": "req-219bebc7-34df-4df1-a5c6-ca68de510b43"}]} [pid: 7|app: 0|req: 747/1658] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:45:33 2026] DELETE /v2.0/routers/3403337b-6fed-40b1-9ebc-128841e9d273 => generated 0 bytes in 825 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:45:34.514 8 INFO neutron.db.l3_hamode_db [None req-283e9566-fd79-4d9a-bcef-de4faf86d371 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 748/1659] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:45:34 2026] POST /v2.0/subnets => generated 656 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1660] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:45:34 2026] DELETE /v2.0/subnets/8b4e426e-f3cc-42c8-a32a-41c9fd860dfc => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1661] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:45:34 2026] POST /v2.0/routers => generated 510 bytes in 1452 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:45:35.583 8 INFO neutron_taas.services.taas.taas_plugin [None req-56a776c3-ae04-4efe-b98f-e719d70f179c 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: 95c53ad4-09a3-4863-a553-040aa318a5b2 2026-05-05 16:45:35.585 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56a776c3-ae04-4efe-b98f-e719d70f179c 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: 95c53ad4-09a3-4863-a553-040aa318a5b2 2026-05-05 16:45:35.736 8 INFO neutron.services.segments.plugin [-] Segment d1db2b4e-8ecf-4185-a92a-c9668030cfa5 resource provider aggregate not found 2026-05-05 16:45:35.741 8 INFO neutron.services.segments.plugin [-] Segment d1db2b4e-8ecf-4185-a92a-c9668030cfa5 resource provider aggregate not found 2026-05-05 16:45:35.758 8 INFO neutron.services.segments.plugin [-] Segment d1db2b4e-8ecf-4185-a92a-c9668030cfa5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1db2b4e-8ecf-4185-a92a-c9668030cfa5 found for delete ", "request_id": "req-8cbd1699-ce94-4f24-9af6-607d43ca5429"}]} [pid: 8|app: 0|req: 913/1662] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:45:35 2026] DELETE /v2.0/networks/e79a30c3-3ce3-44cd-837e-77eb5aa422c0 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:45:35.783 8 INFO neutron.services.segments.plugin [-] Segment d1db2b4e-8ecf-4185-a92a-c9668030cfa5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1db2b4e-8ecf-4185-a92a-c9668030cfa5 found for delete ", "request_id": "req-18d09f81-f548-43f6-86b3-0dc4162ad582"}]} [pid: 7|app: 0|req: 750/1663] 10.0.0.205 () {34 vars in 783 bytes} [Tue May 5 16:45:34 2026] PUT /v2.0/routers/85306f84-3260-4cc3-88fc-2ccc23b72445/add_router_interface => generated 309 bytes in 1087 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1664] 10.0.0.205 () {32 vars in 649 bytes} [Tue May 5 16:45:35 2026] GET /v2.0/networks => generated 5791 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1665] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:45:35 2026] GET /v2.0/security-groups?tenant_id=a6b2c351cdcd42c2b0e7b442f2c967a6&name=default => generated 2925 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1666] 10.0.0.205 () {32 vars in 647 bytes} [Tue May 5 16:45:35 2026] GET /v2.0/subnets => generated 4533 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1667] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:36 2026] DELETE /v2.0/security-groups/4e4d0e88-b0c5-4669-960e-d4cd97f6a81b => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1668] 10.0.0.205 () {32 vars in 647 bytes} [Tue May 5 16:45:36 2026] GET /v2.0/routers => generated 1276 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1669] 10.0.0.205 () {34 vars in 685 bytes} [Tue May 5 16:45:36 2026] POST /v2.0/security-groups => generated 1675 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1670] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:45:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1671] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:45:36 2026] POST /v2.0/security-group-rules => generated 596 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1672] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:45:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1673] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:45:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:45:36.836 7 INFO neutron.db.securitygroups_db [None req-472dfb4f-d9ce-4605-8881-e482f821cebb ce26cc7f9ab9494aa65c47aab6ded938 1b9dec389a924c9e9baa9ba3424a8d90 - - default default] Project 1b9dec389a924c9e9baa9ba3424a8d90 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: 914/1674] 10.0.0.205 () {34 vars in 783 bytes} [Tue May 5 16:45:35 2026] PUT /v2.0/routers/e9ce6a36-beba-4385-9b4d-6929655e994b/add_router_interface => generated 309 bytes in 1076 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1675] 10.0.0.205 () {32 vars in 717 bytes} [Tue May 5 16:45:36 2026] GET /v2.0/ports/834d088c-18bb-4ad3-afb2-d698b47d04de => generated 959 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1676] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:45:36 2026] POST /v2.0/security-group-rules => generated 607 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:45:36.983 7 INFO neutron.db.securitygroups_db [None req-bc7a8780-5680-4dd4-a895-842033e00b70 ce26cc7f9ab9494aa65c47aab6ded938 1b9dec389a924c9e9baa9ba3424a8d90 - - default default] Project 1b9dec389a924c9e9baa9ba3424a8d90 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: 762/1677] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:45:36 2026] POST /v2.0/security-group-rules => generated 606 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1678] 10.0.0.205 () {32 vars in 649 bytes} [Tue May 5 16:45:37 2026] GET /v2.0/networks => generated 1298 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1679] 10.0.0.205 () {34 vars in 783 bytes} [Tue May 5 16:45:36 2026] PUT /v2.0/routers/e9ce6a36-beba-4385-9b4d-6929655e994b/add_router_interface => generated 309 bytes in 874 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1680] 10.0.0.8 () {34 vars in 1098 bytes} [Tue May 5 16:45:37 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1677414006&fields=id&tenant_id=1b9dec389a924c9e9baa9ba3424a8d90 => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1681] 10.0.0.205 () {32 vars in 717 bytes} [Tue May 5 16:45:37 2026] GET /v2.0/ports/ee85d4f5-0bce-4fd4-a2c2-4af28090c2d7 => generated 967 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1682] 10.0.0.8 () {34 vars in 980 bytes} [Tue May 5 16:45:37 2026] GET /v2.0/networks?id=2dc6e2a9-90fa-4c1c-8df9-7ef81428a66b => generated 661 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1683] 10.0.0.8 () {34 vars in 963 bytes} [Tue May 5 16:45:37 2026] GET /v2.0/quotas/1b9dec389a924c9e9baa9ba3424a8d90 => generated 292 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1684] 10.0.0.8 () {34 vars in 1000 bytes} [Tue May 5 16:45:37 2026] GET /v2.0/ports?tenant_id=1b9dec389a924c9e9baa9ba3424a8d90&fields=id => generated 57 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1685] 10.0.0.8 () {34 vars in 1006 bytes} [Tue May 5 16:45:37 2026] GET /v2.0/networks/2dc6e2a9-90fa-4c1c-8df9-7ef81428a66b?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: 769/1686] 10.0.0.8 () {34 vars in 1106 bytes} [Tue May 5 16:45:37 2026] GET /v2.0/networks/2dc6e2a9-90fa-4c1c-8df9-7ef81428a66b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:45:38.116 8 INFO neutron_taas.services.taas.taas_plugin [None req-75e35614-f24f-4579-8d99-167b786a51df 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] TaaS: Handle Delete Port: ee85d4f5-0bce-4fd4-a2c2-4af28090c2d7 2026-05-05 16:45:38.119 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75e35614-f24f-4579-8d99-167b786a51df 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] Tap Mirror: Handle Delete Port: ee85d4f5-0bce-4fd4-a2c2-4af28090c2d7 [pid: 7|app: 0|req: 770/1687] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:45:38 2026] GET /v2.0/ports?device_id=583a9427-328f-4076-8e9c-5243b5a6e897 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1688] 10.0.0.205 () {34 vars in 789 bytes} [Tue May 5 16:45:37 2026] PUT /v2.0/routers/e9ce6a36-beba-4385-9b4d-6929655e994b/remove_router_interface => generated 309 bytes in 714 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:45:38.859 7 INFO neutron_taas.services.taas.taas_plugin [None req-a712471b-ee52-4e1d-b12a-495cdcfde434 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] TaaS: Handle Delete Port: 834d088c-18bb-4ad3-afb2-d698b47d04de 2026-05-05 16:45:38.862 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a712471b-ee52-4e1d-b12a-495cdcfde434 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] Tap Mirror: Handle Delete Port: 834d088c-18bb-4ad3-afb2-d698b47d04de [pid: 8|app: 0|req: 919/1689] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:45:39 2026] GET /v2.0/ports?device_id=583a9427-328f-4076-8e9c-5243b5a6e897 => 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: 771/1690] 10.0.0.205 () {34 vars in 789 bytes} [Tue May 5 16:45:38 2026] PUT /v2.0/routers/e9ce6a36-beba-4385-9b4d-6929655e994b/remove_router_interface => generated 309 bytes in 726 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1691] 10.0.0.205 () {32 vars in 736 bytes} [Tue May 5 16:45:39 2026] GET /v2.0/ports?device_id=e9ce6a36-beba-4385-9b4d-6929655e994b => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:45:39.480 7 INFO neutron_taas.services.taas.taas_plugin [None req-121187e9-55ca-4601-a694-6cee536cc7a8 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] TaaS: Handle Delete Port: d0aedbd6-163d-4c05-8eb1-207e2a9d10e7 2026-05-05 16:45:39.483 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-121187e9-55ca-4601-a694-6cee536cc7a8 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] Tap Mirror: Handle Delete Port: d0aedbd6-163d-4c05-8eb1-207e2a9d10e7 2026-05-05 16:45:39.828 7 INFO neutron.services.segments.plugin [-] Segment 6498d09c-7922-4b7d-9f9a-545b32aa6a07 resource provider aggregate not found 2026-05-05 16:45:39.831 7 INFO neutron.services.segments.plugin [-] Segment 6498d09c-7922-4b7d-9f9a-545b32aa6a07 resource provider aggregate not found 2026-05-05 16:45:39.853 7 INFO neutron.services.segments.plugin [-] Segment 6498d09c-7922-4b7d-9f9a-545b32aa6a07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6498d09c-7922-4b7d-9f9a-545b32aa6a07 found for delete ", "request_id": "req-ca4bf1cb-b59f-4c6d-b052-b3f19a45545f"}]} 2026-05-05 16:45:39.859 7 INFO neutron.services.segments.plugin [-] Segment 6498d09c-7922-4b7d-9f9a-545b32aa6a07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6498d09c-7922-4b7d-9f9a-545b32aa6a07 found for delete ", "request_id": "req-c1cdbbea-a0f2-416b-97d0-093707d09ff7"}]} 2026-05-05 16:45:39.860 7 INFO neutron.db.l3_hamode_db [None req-121187e9-55ca-4601-a694-6cee536cc7a8 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] HA network 2819c5dc-7f16-46ce-8f81-6631537807b5 was deleted as no HA routers are present in tenant dee2d4ef182541e793270228fb90cd77. [pid: 7|app: 0|req: 772/1692] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:45:39 2026] DELETE /v2.0/routers/e9ce6a36-beba-4385-9b4d-6929655e994b => generated 0 bytes in 572 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1693] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:45:39 2026] DELETE /v2.0/subnets/0ba1f2e9-806a-48fb-b433-c30f59e3fc2e => 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: 922/1694] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:45:40 2026] DELETE /v2.0/subnets/1f18c7a9-20aa-41d0-99f0-3530e30d4fe5 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1695] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:45:40 2026] GET /v2.0/security-groups?tenant_id=d8f0fea4f78f4423815be48a083847f9&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:45:40.258 8 INFO neutron.services.segments.plugin [-] Segment bed8acfe-f1b0-4fa2-b790-dc83a21c201a resource provider aggregate not found 2026-05-05 16:45:40.262 8 INFO neutron.services.segments.plugin [-] Segment bed8acfe-f1b0-4fa2-b790-dc83a21c201a resource provider aggregate not found 2026-05-05 16:45:40.279 8 INFO neutron.services.segments.plugin [-] Segment bed8acfe-f1b0-4fa2-b790-dc83a21c201a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bed8acfe-f1b0-4fa2-b790-dc83a21c201a found for delete ", "request_id": "req-4fa60d14-0283-4fb6-bc9b-c2f431036b74"}]} 2026-05-05 16:45:40.280 8 INFO neutron.services.segments.plugin [-] Segment bed8acfe-f1b0-4fa2-b790-dc83a21c201a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bed8acfe-f1b0-4fa2-b790-dc83a21c201a found for delete ", "request_id": "req-91b82173-ef79-45a3-823f-29d48927f180"}]} [pid: 8|app: 0|req: 923/1696] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:45:40 2026] DELETE /v2.0/networks/b3d64904-7268-40f6-892f-0b5ba06072ec => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1697] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:45:40 2026] GET /v2.0/ports?device_id=583a9427-328f-4076-8e9c-5243b5a6e897 => 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: 774/1698] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:40 2026] DELETE /v2.0/security-groups/aef486dd-7928-428b-a820-352c4c9dfee3 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:45:40.371 8 INFO neutron_taas.services.taas.taas_plugin [None req-6c884c98-3b1e-4c10-9a88-d5a20069cd9b 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] TaaS: Handle Delete Port: a6e9b6e8-66fc-4f9c-901f-b1887c71ea31 2026-05-05 16:45:40.373 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c884c98-3b1e-4c10-9a88-d5a20069cd9b 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] Tap Mirror: Handle Delete Port: a6e9b6e8-66fc-4f9c-901f-b1887c71ea31 [pid: 8|app: 0|req: 925/1699] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:45:40 2026] DELETE /v2.0/networks/d1a47823-d61c-4317-9d44-0a514dbbd36b => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1700] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:45:40 2026] GET /v2.0/security-groups?tenant_id=f9a46715026d4fdcbe17919d15c2c5a7&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:45:40.570 8 INFO neutron.db.segments_db [None req-47888527-81b4-4d44-905c-c141d89de64d 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] Added segment 8c88ee66-36a8-45bd-9291-813415dbe807 of type vxlan for network 7ac0a755-be68-4492-bed4-c1bdc63b3ad1 [pid: 8|app: 0|req: 926/1701] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:45:40 2026] POST /v2.0/networks => generated 613 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1702] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:40 2026] DELETE /v2.0/security-groups/b0488e64-fcad-4803-9512-4f25b102953e => 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: 927/1703] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:45:40 2026] POST /v2.0/subnets => generated 646 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:45:40.914 7 INFO neutron.db.segments_db [None req-c6913aa5-d0c9-4792-8bd4-4fee229954a8 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] Added segment bf12895c-15e9-4655-86cc-c8b65a725a81 of type vxlan for network f7f55c31-b7b2-4f4c-9584-139a7da00c6a 2026-05-05 16:45:41.165 7 INFO neutron.db.l3_hamode_db [None req-c6913aa5-d0c9-4792-8bd4-4fee229954a8 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 16:45:41.276 7 INFO neutron.db.l3_hamode_db [None req-c6913aa5-d0c9-4792-8bd4-4fee229954a8 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 928/1704] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:45:41 2026] GET /v2.0/ports?device_id=583a9427-328f-4076-8e9c-5243b5a6e897 => 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: 777/1705] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:45:40 2026] POST /v2.0/routers => generated 510 bytes in 1059 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1706] 10.0.0.205 () {34 vars in 665 bytes} [Tue May 5 16:45:41 2026] POST /v2.0/ports => generated 964 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:45:42.296 8 INFO neutron.services.segments.plugin [-] Segment 5798a075-6ae9-42a3-992b-849d15c2404d resource provider aggregate not found 2026-05-05 16:45:42.304 8 INFO neutron.services.segments.plugin [-] Segment 5798a075-6ae9-42a3-992b-849d15c2404d resource provider aggregate not found 2026-05-05 16:45:42.313 8 INFO neutron.services.segments.plugin [-] Segment 5798a075-6ae9-42a3-992b-849d15c2404d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5798a075-6ae9-42a3-992b-849d15c2404d found for delete ", "request_id": "req-5f56e3a4-697a-4ae7-9075-284d9ed3fcfe"}]} 2026-05-05 16:45:42.326 8 INFO neutron.services.segments.plugin [-] Segment 5798a075-6ae9-42a3-992b-849d15c2404d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5798a075-6ae9-42a3-992b-849d15c2404d found for delete ", "request_id": "req-3474b287-07b4-42ee-b318-b528dc22c10e"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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/1707] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:45:42 2026] GET /v2.0/ports?device_id=583a9427-328f-4076-8e9c-5243b5a6e897 => 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: 931/1708] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:45:42 2026] GET /v2.0/networks?id=2dc6e2a9-90fa-4c1c-8df9-7ef81428a66b => generated 661 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1709] 199.204.45.153 () {34 vars in 1050 bytes} [Tue May 5 16:45:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1b9dec389a924c9e9baa9ba3424a8d90 => generated 181 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1710] 199.204.45.153 () {38 vars in 955 bytes} [Tue May 5 16:45:42 2026] POST /v2.0/ports => generated 954 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 778/1711] 10.0.0.205 () {34 vars in 783 bytes} [Tue May 5 16:45:42 2026] PUT /v2.0/routers/638fcfc8-db31-4308-85b7-599a147b67f8/add_router_interface => generated 309 bytes in 1099 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: 779/1712] 10.0.0.205 () {32 vars in 717 bytes} [Tue May 5 16:45:43 2026] GET /v2.0/ports/638a1fb2-c85e-4482-b2eb-9801727ee552 => generated 1038 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1713] 199.204.45.153 () {38 vars in 1028 bytes} [Tue May 5 16:45:43 2026] PUT /v2.0/ports/beac4468-90e0-479b-b536-11ca632a1083 => generated 1235 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:45:43.514 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-53adbd90-85fd-4df5-a56a-57f4bb6ddbfd'] response: {'name': 'network-changed', 'server_uuid': '583a9427-328f-4076-8e9c-5243b5a6e897', 'tag': 'beac4468-90e0-479b-b536-11ca632a1083', '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: 935/1714] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:45:43 2026] GET /v2.0/ports?device_id=583a9427-328f-4076-8e9c-5243b5a6e897 => 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: 936/1715] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:45:43 2026] GET /v2.0/security-groups?id=d6d83f90-57b5-4afd-bf46-3789378fc333&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-05-05 16:45:43.810 7 INFO neutron_taas.services.taas.taas_plugin [None req-dc49fc51-9e33-438d-88bc-eb9f363e27db 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] TaaS: Handle Delete Port: 638a1fb2-c85e-4482-b2eb-9801727ee552 2026-05-05 16:45:43.814 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc49fc51-9e33-438d-88bc-eb9f363e27db 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] Tap Mirror: Handle Delete Port: 638a1fb2-c85e-4482-b2eb-9801727ee552 [pid: 8|app: 0|req: 937/1716] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:45:44 2026] GET /v2.0/ports?tenant_id=1b9dec389a924c9e9baa9ba3424a8d90&device_id=583a9427-328f-4076-8e9c-5243b5a6e897 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1717] 199.204.45.153 () {34 vars in 1018 bytes} [Tue May 5 16:45:44 2026] GET /v2.0/networks?tenant_id=1b9dec389a924c9e9baa9ba3424a8d90&shared=False => generated 757 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1718] 199.204.45.153 () {34 vars in 930 bytes} [Tue May 5 16:45:44 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1719] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:45:44 2026] GET /v2.0/security-groups?tenant_id=5520b5469cb046da9218bf2530eb52a3&name=default => generated 2925 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1720] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:45:44 2026] GET /v2.0/ports?device_id=583a9427-328f-4076-8e9c-5243b5a6e897 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1721] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:44 2026] DELETE /v2.0/security-groups/8aa54767-08de-404f-8bfd-a9641d885f54 => 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: 943/1722] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:45:44 2026] GET /v2.0/security-groups?id=d6d83f90-57b5-4afd-bf46-3789378fc333&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1723] 10.0.0.205 () {34 vars in 789 bytes} [Tue May 5 16:45:43 2026] PUT /v2.0/routers/638fcfc8-db31-4308-85b7-599a147b67f8/remove_router_interface => generated 309 bytes in 1474 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: 944/1724] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:45:44 2026] GET /v2.0/security-groups?tenant_id=84f7e73e00964d5e9d5ab0f0ec03d44a&name=default => generated 2925 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1725] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:44 2026] DELETE /v2.0/security-groups/614749a1-d821-469b-986b-46da1451a48a => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:45:45.082 7 INFO neutron.api.v2.resource [None req-3268e7ec-e0cf-4907-8223-c8947b4249cd 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 781/1726] 10.0.0.205 () {34 vars in 789 bytes} [Tue May 5 16:45:44 2026] PUT /v2.0/routers/638fcfc8-db31-4308-85b7-599a147b67f8/remove_router_interface => generated 197 bytes in 126 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1727] 10.0.0.205 () {32 vars in 736 bytes} [Tue May 5 16:45:45 2026] GET /v2.0/ports?device_id=638fcfc8-db31-4308-85b7-599a147b67f8 => 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: 947/1728] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:45:45 2026] GET /v2.0/ports?tenant_id=1b9dec389a924c9e9baa9ba3424a8d90&device_id=583a9427-328f-4076-8e9c-5243b5a6e897 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:45:45.269 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b6e5947-14ee-4e76-b7a2-a3248d0c5285 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] TaaS: Handle Delete Port: 61a2ffcb-9ce8-4c23-908a-b9b2f7afcaba 2026-05-05 16:45:45.274 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b6e5947-14ee-4e76-b7a2-a3248d0c5285 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] Tap Mirror: Handle Delete Port: 61a2ffcb-9ce8-4c23-908a-b9b2f7afcaba [pid: 8|app: 0|req: 948/1729] 199.204.45.153 () {34 vars in 1058 bytes} [Tue May 5 16:45:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=beac4468-90e0-479b-b536-11ca632a1083 => 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: 949/1730] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:45:45 2026] GET /v2.0/subnets?id=cb1d8684-9716-4f81-bbfe-915f975cb436 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1731] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:45:45 2026] GET /v2.0/ports?network_id=2dc6e2a9-90fa-4c1c-8df9-7ef81428a66b&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1732] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:45:45 2026] GET /v2.0/networks/2dc6e2a9-90fa-4c1c-8df9-7ef81428a66b?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1733] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:45:45 2026] GET /v2.0/networks/2dc6e2a9-90fa-4c1c-8df9-7ef81428a66b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:45:45.625 7 INFO neutron.services.segments.plugin [-] Segment bf12895c-15e9-4655-86cc-c8b65a725a81 resource provider aggregate not found 2026-05-05 16:45:45.630 7 INFO neutron.services.segments.plugin [-] Segment bf12895c-15e9-4655-86cc-c8b65a725a81 resource provider aggregate not found 2026-05-05 16:45:45.645 7 INFO neutron.services.segments.plugin [-] Segment bf12895c-15e9-4655-86cc-c8b65a725a81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf12895c-15e9-4655-86cc-c8b65a725a81 found for delete ", "request_id": "req-939f28c6-40b8-4ce7-9a3d-3f49329e2c43"}]} 2026-05-05 16:45:45.648 7 INFO neutron.services.segments.plugin [-] Segment bf12895c-15e9-4655-86cc-c8b65a725a81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf12895c-15e9-4655-86cc-c8b65a725a81 found for delete ", "request_id": "req-99837da9-d8f6-4507-a419-ab3f4c73f53d"}]} 2026-05-05 16:45:45.659 7 INFO neutron.db.l3_hamode_db [None req-3b6e5947-14ee-4e76-b7a2-a3248d0c5285 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] HA network f7f55c31-b7b2-4f4c-9584-139a7da00c6a was deleted as no HA routers are present in tenant dee2d4ef182541e793270228fb90cd77. [pid: 7|app: 0|req: 782/1736] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:45:45 2026] DELETE /v2.0/routers/638fcfc8-db31-4308-85b7-599a147b67f8 => generated 0 bytes in 552 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1737] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:45:45 2026] DELETE /v2.0/subnets/e67b01a3-c1e5-42be-a834-87d4c148e83d => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1738] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:45:45 2026] GET /v2.0/ports?device_id=583a9427-328f-4076-8e9c-5243b5a6e897 => 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: 783/1739] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:45:45 2026] DELETE /v2.0/networks/7ac0a755-be68-4492-bed4-c1bdc63b3ad1 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1740] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:45:45 2026] GET /v2.0/security-groups?id=d6d83f90-57b5-4afd-bf46-3789378fc333&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:45:45.992 7 INFO neutron.db.segments_db [None req-408d7d68-32db-4aae-b614-7de5f3c759ca 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] Added segment a0921291-f071-4503-828b-f50dcf5c92b2 of type vxlan for network 3e7667f6-ae1f-4abe-83ae-71d598ba5de8 [pid: 7|app: 0|req: 784/1741] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:45:45 2026] POST /v2.0/networks => generated 615 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1742] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:45:46 2026] POST /v2.0/subnets => generated 646 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:45:46.342 7 INFO neutron.db.segments_db [None req-0a5cc0d8-3b55-433d-87e3-9709bc333bdd 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] Added segment b7059679-72b7-4504-923b-984e97732708 of type vxlan for network 9d38ea76-64d2-4f53-b1cb-4fc08d6a0ebb 2026-05-05 16:45:46.637 7 INFO neutron.db.l3_hamode_db [None req-0a5cc0d8-3b55-433d-87e3-9709bc333bdd 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 16:45:46.758 7 INFO neutron.db.l3_hamode_db [None req-0a5cc0d8-3b55-433d-87e3-9709bc333bdd 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 959/1743] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:45:47 2026] GET /v2.0/ports?device_id=583a9427-328f-4076-8e9c-5243b5a6e897 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1744] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:45:47 2026] GET /v2.0/security-groups?id=d6d83f90-57b5-4afd-bf46-3789378fc333&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1745] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:45:46 2026] POST /v2.0/routers => generated 510 bytes in 1077 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:45:47.663 7 INFO neutron.services.segments.plugin [-] Segment 8c88ee66-36a8-45bd-9291-813415dbe807 resource provider aggregate not found 2026-05-05 16:45:47.671 7 INFO neutron.services.segments.plugin [-] Segment 8c88ee66-36a8-45bd-9291-813415dbe807 resource provider aggregate not found 2026-05-05 16:45:47.682 7 INFO neutron.services.segments.plugin [-] Segment 8c88ee66-36a8-45bd-9291-813415dbe807 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c88ee66-36a8-45bd-9291-813415dbe807 found for delete ", "request_id": "req-1ca63124-6f73-4c5a-9a67-e65a640dea4f"}]} 2026-05-05 16:45:47.685 7 INFO neutron.services.segments.plugin [-] Segment 8c88ee66-36a8-45bd-9291-813415dbe807 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c88ee66-36a8-45bd-9291-813415dbe807 found for delete ", "request_id": "req-63836130-1be6-44f5-816c-bd428bf5edf3"}]} [pid: 7|app: 0|req: 786/1746] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:45:48 2026] GET /v2.0/ports?device_id=583a9427-328f-4076-8e9c-5243b5a6e897 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1747] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:45:48 2026] GET /v2.0/security-groups?id=d6d83f90-57b5-4afd-bf46-3789378fc333&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: 961/1748] 10.0.0.205 () {34 vars in 783 bytes} [Tue May 5 16:45:47 2026] PUT /v2.0/routers/b7c92492-bb5f-47b6-84be-85d8ef629059/add_router_interface => generated 309 bytes in 1032 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1749] 10.0.0.205 () {32 vars in 717 bytes} [Tue May 5 16:45:48 2026] GET /v2.0/ports/d4d71aed-c50b-4fa0-9a2e-72597f8b7e29 => generated 959 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:45:48.809 8 INFO neutron_taas.services.taas.taas_plugin [None req-5e27dcda-5f49-4033-8abf-126439284fc3 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] TaaS: Handle Delete Port: d4d71aed-c50b-4fa0-9a2e-72597f8b7e29 2026-05-05 16:45:48.812 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e27dcda-5f49-4033-8abf-126439284fc3 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] Tap Mirror: Handle Delete Port: d4d71aed-c50b-4fa0-9a2e-72597f8b7e29 [pid: 8|app: 0|req: 962/1750] 10.0.0.205 () {34 vars in 789 bytes} [Tue May 5 16:45:48 2026] PUT /v2.0/routers/b7c92492-bb5f-47b6-84be-85d8ef629059/remove_router_interface => generated 309 bytes in 755 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1751] 10.0.0.205 () {32 vars in 736 bytes} [Tue May 5 16:45:49 2026] GET /v2.0/ports?device_id=b7c92492-bb5f-47b6-84be-85d8ef629059 => 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: 790/1752] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:45:49 2026] GET /v2.0/ports?device_id=583a9427-328f-4076-8e9c-5243b5a6e897 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1753] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:45:49 2026] GET /v2.0/security-groups?id=d6d83f90-57b5-4afd-bf46-3789378fc333&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:45:49.455 8 INFO neutron_taas.services.taas.taas_plugin [None req-25b6a607-765a-4334-83a2-089f9b5571d6 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] TaaS: Handle Delete Port: b0ae7a75-1c47-4516-8339-136f089796d6 2026-05-05 16:45:49.460 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25b6a607-765a-4334-83a2-089f9b5571d6 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] Tap Mirror: Handle Delete Port: b0ae7a75-1c47-4516-8339-136f089796d6 2026-05-05 16:45:49.769 8 INFO neutron.services.segments.plugin [-] Segment b7059679-72b7-4504-923b-984e97732708 resource provider aggregate not found 2026-05-05 16:45:49.781 8 INFO neutron.services.segments.plugin [-] Segment b7059679-72b7-4504-923b-984e97732708 resource provider aggregate not found 2026-05-05 16:45:49.798 8 INFO neutron.services.segments.plugin [-] Segment b7059679-72b7-4504-923b-984e97732708 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7059679-72b7-4504-923b-984e97732708 found for delete ", "request_id": "req-ee78fafb-cb41-4788-a853-3ecfe3c9187f"}]} 2026-05-05 16:45:49.800 8 INFO neutron.services.segments.plugin [-] Segment b7059679-72b7-4504-923b-984e97732708 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7059679-72b7-4504-923b-984e97732708 found for delete ", "request_id": "req-a10bcf70-fd67-4e41-ba3b-3a9650094ce1"}]} 2026-05-05 16:45:49.811 8 INFO neutron.db.l3_hamode_db [None req-25b6a607-765a-4334-83a2-089f9b5571d6 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] HA network 9d38ea76-64d2-4f53-b1cb-4fc08d6a0ebb was deleted as no HA routers are present in tenant dee2d4ef182541e793270228fb90cd77. [pid: 8|app: 0|req: 963/1754] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:45:49 2026] DELETE /v2.0/routers/b7c92492-bb5f-47b6-84be-85d8ef629059 => generated 0 bytes in 531 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1755] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:45:49 2026] DELETE /v2.0/subnets/070f9e67-1b36-44ce-ab56-39309aa3adaf => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:45:50.107 8 INFO neutron_taas.services.taas.taas_plugin [None req-1c07095b-e32e-4b2f-b21e-722c72e4de39 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] TaaS: Handle Delete Port: 1835200e-09fa-4ffd-9119-86032125a861 2026-05-05 16:45:50.113 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c07095b-e32e-4b2f-b21e-722c72e4de39 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] Tap Mirror: Handle Delete Port: 1835200e-09fa-4ffd-9119-86032125a861 [pid: 8|app: 0|req: 964/1756] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:45:49 2026] DELETE /v2.0/networks/3e7667f6-ae1f-4abe-83ae-71d598ba5de8 => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:45:50.383 7 INFO neutron.db.segments_db [None req-bd6a1428-a0eb-4a93-96a0-4562de7fd886 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] Added segment 67908151-7a57-495b-a943-b956cbbcd1b4 of type vxlan for network 95c6c775-63f3-43fa-b33d-28a47d42b44c [pid: 8|app: 0|req: 965/1757] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:45:50 2026] GET /v2.0/ports?device_id=583a9427-328f-4076-8e9c-5243b5a6e897 => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:45:50.640 7 INFO neutron.db.l3_hamode_db [None req-bd6a1428-a0eb-4a93-96a0-4562de7fd886 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 966/1758] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:45:50 2026] GET /v2.0/security-groups?id=d6d83f90-57b5-4afd-bf46-3789378fc333&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: 967/1759] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:45:51 2026] GET /v2.0/security-groups?tenant_id=6fa3f3d1e81447f99e41e98f02c0768a&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1760] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:51 2026] DELETE /v2.0/security-groups/449833ed-4ff7-4fcf-a5d7-d1abe8ebd3ab => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:45:51.536 7 INFO neutron.db.l3_hamode_db [None req-bd6a1428-a0eb-4a93-96a0-4562de7fd886 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 969/1761] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:45:51 2026] GET /v2.0/security-groups?tenant_id=ec7c64a962f64754954eb760ee924493&name=default => generated 2925 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1762] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:51 2026] DELETE /v2.0/security-groups/a28de462-fbfd-4af2-988a-20611b5453ff => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:45:51.817 8 INFO neutron.services.segments.plugin [-] Segment a0921291-f071-4503-828b-f50dcf5c92b2 resource provider aggregate not found 2026-05-05 16:45:51.827 8 INFO neutron.services.segments.plugin [-] Segment a0921291-f071-4503-828b-f50dcf5c92b2 resource provider aggregate not found 2026-05-05 16:45:51.842 8 INFO neutron.services.segments.plugin [-] Segment a0921291-f071-4503-828b-f50dcf5c92b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0921291-f071-4503-828b-f50dcf5c92b2 found for delete ", "request_id": "req-53fd99bf-c8e5-4eb1-bdda-7e90ef29e2ec"}]} 2026-05-05 16:45:51.847 8 INFO neutron.services.segments.plugin [-] Segment a0921291-f071-4503-828b-f50dcf5c92b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0921291-f071-4503-828b-f50dcf5c92b2 found for delete ", "request_id": "req-cdeab519-ef4d-4198-8dab-987cc94729f0"}]} [pid: 8|app: 0|req: 971/1763] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:45:51 2026] GET /v2.0/ports?device_id=583a9427-328f-4076-8e9c-5243b5a6e897 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1764] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:45:51 2026] GET /v2.0/security-groups?id=d6d83f90-57b5-4afd-bf46-3789378fc333&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: 973/1765] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:45:51 2026] GET /v2.0/ports?device_id=583a9427-328f-4076-8e9c-5243b5a6e897 => 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: 974/1766] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:45:51 2026] GET /v2.0/security-groups?id=d6d83f90-57b5-4afd-bf46-3789378fc333&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1767] 10.0.0.205 () {32 vars in 736 bytes} [Tue May 5 16:45:52 2026] GET /v2.0/ports?device_id=583a9427-328f-4076-8e9c-5243b5a6e897 => generated 1240 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1768] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:45:50 2026] POST /v2.0/routers => generated 692 bytes in 2083 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1769] 10.0.0.205 () {32 vars in 721 bytes} [Tue May 5 16:45:52 2026] GET /v2.0/routers/b1e2d067-2e28-41b1-ae58-5a871782f588 => generated 698 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1770] 10.0.0.205 () {32 vars in 647 bytes} [Tue May 5 16:45:52 2026] GET /v2.0/routers => generated 701 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:45:52.924 8 INFO neutron.db.l3_db [None req-dd46e133-048d-4071-ab29-f561e3e137be ce26cc7f9ab9494aa65c47aab6ded938 1b9dec389a924c9e9baa9ba3424a8d90 - - default default] Floating IP b37f1922-2c0d-4da3-82e4-9682783b9757 associated. External IP: 10.96.250.204, port: beac4468-90e0-479b-b536-11ca632a1083. [pid: 7|app: 0|req: 796/1771] 10.0.0.205 () {34 vars in 741 bytes} [Tue May 5 16:45:52 2026] PUT /v2.0/routers/b1e2d067-2e28-41b1-ae58-5a871782f588 => generated 705 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1772] 10.0.0.205 () {32 vars in 721 bytes} [Tue May 5 16:45:53 2026] GET /v2.0/routers/b1e2d067-2e28-41b1-ae58-5a871782f588 => generated 705 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1773] 10.0.0.205 () {32 vars in 736 bytes} [Tue May 5 16:45:53 2026] GET /v2.0/ports?device_id=b1e2d067-2e28-41b1-ae58-5a871782f588 => 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: 976/1774] 10.0.0.205 () {34 vars in 677 bytes} [Tue May 5 16:45:52 2026] POST /v2.0/floatingips => generated 855 bytes in 1161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1775] 10.0.0.205 () {32 vars in 729 bytes} [Tue May 5 16:45:53 2026] GET /v2.0/floatingips/b37f1922-2c0d-4da3-82e4-9682783b9757 => generated 855 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:45:53.324 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-63ae1237-52b8-4a14-8606-12795300722d'] response: {'name': 'network-changed', 'server_uuid': '583a9427-328f-4076-8e9c-5243b5a6e897', 'tag': 'beac4468-90e0-479b-b536-11ca632a1083', 'status': 'completed', 'code': 200} 2026-05-05 16:45:53.411 7 INFO neutron_taas.services.taas.taas_plugin [None req-275d36f7-018b-4151-a675-40ab52536042 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] TaaS: Handle Delete Port: 13103723-4df3-486c-ad73-a476a6453474 2026-05-05 16:45:53.423 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-275d36f7-018b-4151-a675-40ab52536042 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] Tap Mirror: Handle Delete Port: 13103723-4df3-486c-ad73-a476a6453474 2026-05-05 16:45:53.742 7 INFO neutron_taas.services.taas.taas_plugin [None req-275d36f7-018b-4151-a675-40ab52536042 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] TaaS: Handle Delete Port: 743d8bfa-f2c8-4348-bdad-7ff94463e45e 2026-05-05 16:45:53.745 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-275d36f7-018b-4151-a675-40ab52536042 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] Tap Mirror: Handle Delete Port: 743d8bfa-f2c8-4348-bdad-7ff94463e45e [pid: 8|app: 0|req: 978/1776] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:45:53 2026] GET /v2.0/ports?tenant_id=1b9dec389a924c9e9baa9ba3424a8d90&device_id=583a9427-328f-4076-8e9c-5243b5a6e897 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1777] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:45:53 2026] GET /v2.0/networks?id=2dc6e2a9-90fa-4c1c-8df9-7ef81428a66b => generated 757 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1778] 199.204.45.153 () {34 vars in 1058 bytes} [Tue May 5 16:45:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=beac4468-90e0-479b-b536-11ca632a1083 => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1779] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:45:53 2026] GET /v2.0/subnets?id=cb1d8684-9716-4f81-bbfe-915f975cb436 => generated 677 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1780] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:45:54 2026] GET /v2.0/ports?network_id=2dc6e2a9-90fa-4c1c-8df9-7ef81428a66b&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:45:54.116 7 INFO neutron.services.segments.plugin [-] Segment 67908151-7a57-495b-a943-b956cbbcd1b4 resource provider aggregate not found [pid: 8|app: 0|req: 983/1781] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:45:54 2026] GET /v2.0/networks/2dc6e2a9-90fa-4c1c-8df9-7ef81428a66b?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:45:54.126 7 INFO neutron.services.segments.plugin [-] Segment 67908151-7a57-495b-a943-b956cbbcd1b4 resource provider aggregate not found 2026-05-05 16:45:54.145 7 INFO neutron.services.segments.plugin [-] Segment 67908151-7a57-495b-a943-b956cbbcd1b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67908151-7a57-495b-a943-b956cbbcd1b4 found for delete ", "request_id": "req-6622835c-f821-47c6-ab4d-c751649a3e1c"}]} 2026-05-05 16:45:54.148 7 INFO neutron.services.segments.plugin [-] Segment 67908151-7a57-495b-a943-b956cbbcd1b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67908151-7a57-495b-a943-b956cbbcd1b4 found for delete ", "request_id": "req-4a7132b7-31b7-43ca-9792-3c2f14be3d04"}]} 2026-05-05 16:45:54.150 7 INFO neutron.db.l3_hamode_db [None req-275d36f7-018b-4151-a675-40ab52536042 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] HA network 95c6c775-63f3-43fa-b33d-28a47d42b44c was deleted as no HA routers are present in tenant dee2d4ef182541e793270228fb90cd77. [pid: 7|app: 0|req: 799/1782] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:45:53 2026] DELETE /v2.0/routers/b1e2d067-2e28-41b1-ae58-5a871782f588 => generated 0 bytes in 986 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1783] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:45:54 2026] GET /v2.0/networks/2dc6e2a9-90fa-4c1c-8df9-7ef81428a66b?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: 800/1784] 10.0.0.205 () {32 vars in 736 bytes} [Tue May 5 16:45:54 2026] GET /v2.0/ports?device_id=b1e2d067-2e28-41b1-ae58-5a871782f588 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:45:54.202 8 INFO neutron.api.v2.resource [None req-fa945a2f-0d35-4691-aec5-58b35b060cc0 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 985/1785] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:45:54 2026] DELETE /v2.0/routers/b1e2d067-2e28-41b1-ae58-5a871782f588 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1786] 10.0.0.205 () {32 vars in 736 bytes} [Tue May 5 16:45:54 2026] GET /v2.0/ports?device_id=b7c92492-bb5f-47b6-84be-85d8ef629059 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:45:54.255 7 INFO neutron.api.v2.resource [None req-f41b72d3-bfdf-467a-80d5-155cb0f1149f 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 802/1787] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:45:54 2026] DELETE /v2.0/routers/b7c92492-bb5f-47b6-84be-85d8ef629059 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:45:54.278 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4b8d7179-19bd-4d3a-8f60-f9889327c5c2 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 803/1788] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:45:54 2026] DELETE /v2.0/subnets/070f9e67-1b36-44ce-ab56-39309aa3adaf => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1789] 10.0.0.205 () {32 vars in 736 bytes} [Tue May 5 16:45:54 2026] GET /v2.0/ports?device_id=638fcfc8-db31-4308-85b7-599a147b67f8 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:45:54.324 7 INFO neutron.api.v2.resource [None req-fc480f81-20e1-4883-8f43-1136dca7f20d 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 805/1790] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:45:54 2026] DELETE /v2.0/routers/638fcfc8-db31-4308-85b7-599a147b67f8 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1791] 10.0.0.205 () {32 vars in 729 bytes} [Tue May 5 16:45:54 2026] GET /v2.0/floatingips/b37f1922-2c0d-4da3-82e4-9682783b9757 => generated 855 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:45:54.362 7 INFO neutron.pecan_wsgi.hooks.translation [None req-49d25786-f4a8-416a-a9ac-c1166cf94e71 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 807/1792] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:45:54 2026] DELETE /v2.0/subnets/e67b01a3-c1e5-42be-a834-87d4c148e83d => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1793] 10.0.0.205 () {32 vars in 736 bytes} [Tue May 5 16:45:54 2026] GET /v2.0/ports?device_id=e9ce6a36-beba-4385-9b4d-6929655e994b => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:45:54.400 7 INFO neutron.api.v2.resource [None req-02ade48a-c094-45dc-9ad1-df59b99eaf6d 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 809/1794] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:45:54 2026] DELETE /v2.0/routers/e9ce6a36-beba-4385-9b4d-6929655e994b => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:45:54.422 7 INFO neutron.pecan_wsgi.hooks.translation [None req-773a2911-be0a-461e-a84c-0f1a375b5870 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 810/1795] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:45:54 2026] DELETE /v2.0/subnets/0ba1f2e9-806a-48fb-b433-c30f59e3fc2e => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:45:54.446 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eb24b58b-d09a-4504-87b6-113590f990e2 6b5b37525465445686157f3254a81885 dee2d4ef182541e793270228fb90cd77 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 811/1796] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:45:54 2026] DELETE /v2.0/subnets/1f18c7a9-20aa-41d0-99f0-3530e30d4fe5 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1797] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:45:54 2026] GET /v2.0/security-groups?tenant_id=f638151902aa42f1a8487e591f1bff62&name=default => generated 2925 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1798] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:54 2026] DELETE /v2.0/security-groups/96749728-fe05-4705-95c2-b1710721e02d => 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: 987/1799] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:45:54 2026] GET /v2.0/security-groups?tenant_id=dee2d4ef182541e793270228fb90cd77&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1800] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:45:55 2026] DELETE /v2.0/security-groups/273be97a-4c2d-47df-bbbb-99ceff2dcaeb => 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: 988/1801] 10.0.0.205 () {32 vars in 729 bytes} [Tue May 5 16:45:55 2026] GET /v2.0/floatingips/b37f1922-2c0d-4da3-82e4-9682783b9757 => generated 857 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:45:56.704 7 INFO neutron.db.segments_db [None req-e5edaec1-50fd-4aea-98d6-bdbb45f495ca c89c1ca50f184ba7906cd844e229ed9f c5e4195bf2c741f0a942e057b9ae2d57 - - default default] Added segment 9ecf86ff-9c63-4146-bc74-7b3e3ddef87e of type vxlan for network fd8aa430-579e-4703-beaf-55aa8159e88b 2026-05-05 16:45:56.750 7 INFO neutron.db.segments_db [None req-e5edaec1-50fd-4aea-98d6-bdbb45f495ca c89c1ca50f184ba7906cd844e229ed9f c5e4195bf2c741f0a942e057b9ae2d57 - - default default] Added segment 9789704c-9399-4a1c-ac24-6f92712aaeaa of type vxlan for network ef8d8169-5c02-4148-b7ba-2628b45b5c21 [pid: 7|app: 0|req: 814/1802] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:45:56 2026] POST /v2.0/networks => generated 1207 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1803] 10.0.0.205 () {32 vars in 649 bytes} [Tue May 5 16:45:56 2026] GET /v2.0/networks => generated 1844 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:45:57.018 8 INFO neutron.services.segments.plugin [-] Segment 9ecf86ff-9c63-4146-bc74-7b3e3ddef87e resource provider aggregate not found 2026-05-05 16:45:57.021 8 INFO neutron.services.segments.plugin [-] Segment 9ecf86ff-9c63-4146-bc74-7b3e3ddef87e resource provider aggregate not found 2026-05-05 16:45:57.039 8 INFO neutron.services.segments.plugin [-] Segment 9ecf86ff-9c63-4146-bc74-7b3e3ddef87e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ecf86ff-9c63-4146-bc74-7b3e3ddef87e found for delete ", "request_id": "req-9df02e18-183d-4336-8e36-83e4030100f6"}]} [pid: 8|app: 0|req: 990/1804] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:45:56 2026] DELETE /v2.0/networks/fd8aa430-579e-4703-beaf-55aa8159e88b => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:45:57.053 8 INFO neutron.services.segments.plugin [-] Segment 9ecf86ff-9c63-4146-bc74-7b3e3ddef87e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ecf86ff-9c63-4146-bc74-7b3e3ddef87e found for delete ", "request_id": "req-6f6c5c9c-ad5f-45f2-a776-404256c163fd"}]} 2026-05-05 16:45:57.059 7 INFO neutron.db.segments_db [None req-4ac171b8-e28b-41d5-8a4b-6cf4e03e124b e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] Added segment 980a1cab-a8c7-40b2-b783-0bf457ddf891 of type vxlan for network 2e287dff-9667-494b-9ce1-ee914ceb8259 [pid: 7|app: 0|req: 815/1805] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:45:56 2026] POST /v2.0/networks => generated 610 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1806] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:45:57 2026] DELETE /v2.0/networks/ef8d8169-5c02-4148-b7ba-2628b45b5c21 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:45:57.192 7 INFO neutron.db.segments_db [None req-d9feb215-ac2c-4ea4-8bc1-0d1d151ed177 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] Added segment 43860a5f-3d26-49c2-bcf4-7ace34c35353 of type vxlan for network d14753d4-8a6b-4d50-b81b-8d45d19bfaa7 [pid: 8|app: 0|req: 992/1807] 10.0.0.205 () {32 vars in 649 bytes} [Tue May 5 16:45:57 2026] GET /v2.0/networks => generated 651 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1808] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:45:57 2026] POST /v2.0/networks => generated 611 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:45:57.271 8 INFO neutron.db.segments_db [None req-5d3a3ce7-d6d1-45e7-80e3-e4d4cf4bb255 c89c1ca50f184ba7906cd844e229ed9f c5e4195bf2c741f0a942e057b9ae2d57 - - default default] Added segment 09d196e3-1e58-494c-af9d-b209c84f8879 of type vxlan for network 02cbfb41-3513-4275-a38a-8fc1ba789703 [pid: 8|app: 0|req: 993/1809] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:45:57 2026] POST /v2.0/networks => generated 631 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:45:57.422 8 INFO neutron.db.segments_db [None req-d871eec5-63a4-4e44-a08a-91b2565c31d8 c89c1ca50f184ba7906cd844e229ed9f c5e4195bf2c741f0a942e057b9ae2d57 - - default default] Added segment 72a50f19-e04e-41cd-8a1d-c3b6d3ab683d of type vxlan for network d579f57e-32ba-4290-91f3-a632a04bb0a6 [pid: 8|app: 0|req: 994/1810] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:45:57 2026] POST /v2.0/networks => generated 630 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1811] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:45:57 2026] POST /v2.0/subnets => generated 626 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1812] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:45:57 2026] POST /v2.0/subnets => generated 626 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:45:57.814 7 INFO neutron.db.segments_db [None req-8bee72a6-dd01-44da-8ff5-9e36d640f263 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] Added segment 414d8d7b-3e1d-48e9-8966-9c1c713ce2d7 of type vxlan for network d19b72bc-9510-4faf-befd-86a2473ef617 2026-05-05 16:45:58.036 7 INFO neutron.db.l3_hamode_db [None req-8bee72a6-dd01-44da-8ff5-9e36d640f263 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 995/1813] 10.0.0.205 () {34 vars in 665 bytes} [Tue May 5 16:45:57 2026] POST /v2.0/ports => generated 1506 bytes in 556 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 996/1814] 10.0.0.205 () {32 vars in 643 bytes} [Tue May 5 16:45:58 2026] GET /v2.0/ports => generated 1506 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:45:58.143 7 INFO neutron.db.l3_hamode_db [None req-8bee72a6-dd01-44da-8ff5-9e36d640f263 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 16:45:58.192 8 INFO neutron_taas.services.taas.taas_plugin [None req-a6c9f1e2-bf86-40bf-b44a-6cff68e468d4 c89c1ca50f184ba7906cd844e229ed9f c5e4195bf2c741f0a942e057b9ae2d57 - - default default] TaaS: Handle Delete Port: 1e7e2d82-e3cf-495a-839d-2bdd2cb56507 2026-05-05 16:45:58.197 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6c9f1e2-bf86-40bf-b44a-6cff68e468d4 c89c1ca50f184ba7906cd844e229ed9f c5e4195bf2c741f0a942e057b9ae2d57 - - default default] Tap Mirror: Handle Delete Port: 1e7e2d82-e3cf-495a-839d-2bdd2cb56507 [pid: 8|app: 0|req: 997/1815] 10.0.0.205 () {32 vars in 720 bytes} [Tue May 5 16:45:58 2026] DELETE /v2.0/ports/1e7e2d82-e3cf-495a-839d-2bdd2cb56507 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:45:58.332 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d007c89-f516-44f0-b756-9c2ca0b68925 c89c1ca50f184ba7906cd844e229ed9f c5e4195bf2c741f0a942e057b9ae2d57 - - default default] TaaS: Handle Delete Port: 13d31541-365a-4fd8-a7b3-a71fcafb462e 2026-05-05 16:45:58.334 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d007c89-f516-44f0-b756-9c2ca0b68925 c89c1ca50f184ba7906cd844e229ed9f c5e4195bf2c741f0a942e057b9ae2d57 - - default default] Tap Mirror: Handle Delete Port: 13d31541-365a-4fd8-a7b3-a71fcafb462e [pid: 8|app: 0|req: 998/1816] 10.0.0.205 () {32 vars in 720 bytes} [Tue May 5 16:45:58 2026] DELETE /v2.0/ports/13d31541-365a-4fd8-a7b3-a71fcafb462e => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1817] 10.0.0.205 () {32 vars in 643 bytes} [Tue May 5 16:45:58 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-05-05 16:45:58.475 8 INFO neutron.db.segments_db [None req-e5d1760e-56bc-4ea3-8867-c2c7c53f4e3e c89c1ca50f184ba7906cd844e229ed9f c5e4195bf2c741f0a942e057b9ae2d57 - - default default] Added segment f97f91be-3c95-482b-b1f4-c87a607889c1 of type vxlan for network 5ad29fa1-3656-4a6b-af23-35db79be31f9 [pid: 8|app: 0|req: 1000/1818] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:45:58 2026] POST /v2.0/networks => generated 630 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:45:58.598 8 INFO neutron.db.segments_db [None req-d324061c-0d7e-4949-98de-adf3eb3fd7eb c89c1ca50f184ba7906cd844e229ed9f c5e4195bf2c741f0a942e057b9ae2d57 - - default default] Added segment fbcf18c4-d509-42b2-a3bf-491a4d7289c6 of type vxlan for network f27b558a-f1a5-4d20-9c71-980888dba510 [pid: 7|app: 0|req: 819/1819] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:45:57 2026] POST /v2.0/routers => generated 507 bytes in 899 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1820] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:45:58 2026] POST /v2.0/networks => generated 630 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:45:59.060 8 INFO neutron.services.segments.plugin [-] Segment 9789704c-9399-4a1c-ac24-6f92712aaeaa resource provider aggregate not found 2026-05-05 16:45:59.076 8 INFO neutron.services.segments.plugin [-] Segment 9789704c-9399-4a1c-ac24-6f92712aaeaa resource provider aggregate not found 2026-05-05 16:45:59.084 8 INFO neutron.services.segments.plugin [-] Segment 9789704c-9399-4a1c-ac24-6f92712aaeaa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9789704c-9399-4a1c-ac24-6f92712aaeaa found for delete ", "request_id": "req-c160002c-bb05-4182-b860-ed89bceda8e8"}]} 2026-05-05 16:45:59.089 8 INFO neutron.services.segments.plugin [-] Segment 9789704c-9399-4a1c-ac24-6f92712aaeaa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9789704c-9399-4a1c-ac24-6f92712aaeaa found for delete ", "request_id": "req-cee75757-7753-4b08-a0ca-46b86198c690"}]} [pid: 8|app: 0|req: 1002/1821] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:45:58 2026] POST /v2.0/subnets => generated 1273 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1822] 10.0.0.205 () {32 vars in 647 bytes} [Tue May 5 16:45:59 2026] GET /v2.0/subnets => generated 1909 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1823] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:45:59 2026] DELETE /v2.0/subnets/29e5800e-00fc-447d-afca-7674a3531f9f => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1824] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:45:59 2026] DELETE /v2.0/subnets/646829e6-5b97-45bb-8e56-551e8c4d458f => 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: 1006/1825] 10.0.0.205 () {32 vars in 647 bytes} [Tue May 5 16:45:59 2026] GET /v2.0/subnets => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1826] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:45:59 2026] DELETE /v2.0/networks/f27b558a-f1a5-4d20-9c71-980888dba510 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1827] 10.0.0.205 () {34 vars in 783 bytes} [Tue May 5 16:45:58 2026] PUT /v2.0/routers/71aea0e9-e590-4fe0-997b-d299f03b5077/add_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: 1008/1828] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:45:59 2026] DELETE /v2.0/networks/5ad29fa1-3656-4a6b-af23-35db79be31f9 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1829] 10.0.0.205 () {32 vars in 717 bytes} [Tue May 5 16:45:59 2026] GET /v2.0/ports/39cf84ea-f651-4a71-8697-df590e50017c => generated 955 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1830] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:45:59 2026] DELETE /v2.0/networks/d579f57e-32ba-4290-91f3-a632a04bb0a6 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1831] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:45:59 2026] DELETE /v2.0/networks/02cbfb41-3513-4275-a38a-8fc1ba789703 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1832] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:46:00 2026] GET /v2.0/security-groups?tenant_id=c5e4195bf2c741f0a942e057b9ae2d57&name=default => generated 2925 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1833] 10.0.0.40 () {34 vars in 989 bytes} [Tue May 5 16:46:00 2026] GET /v2.0/ports?device_id=583a9427-328f-4076-8e9c-5243b5a6e897 => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1834] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:46:00 2026] DELETE /v2.0/security-groups/c8ed5092-718f-4740-ad56-07cdd1798dd4 => 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: 1016/1837] 10.0.0.40 () {34 vars in 1039 bytes} [Tue May 5 16:46:00 2026] GET /v2.0/security-groups?id=d6d83f90-57b5-4afd-bf46-3789378fc333&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1838] 10.0.0.205 () {34 vars in 783 bytes} [Tue May 5 16:45:59 2026] PUT /v2.0/routers/71aea0e9-e590-4fe0-997b-d299f03b5077/add_router_interface => generated 309 bytes in 988 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1839] 10.0.0.205 () {32 vars in 717 bytes} [Tue May 5 16:46:00 2026] GET /v2.0/ports/38cef7ad-45f4-45ea-ba41-989ec5540533 => generated 955 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:46:01.024 7 INFO neutron_taas.services.taas.taas_plugin [None req-ac26a5e8-a380-4580-919e-1a433d49cf9d e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] TaaS: Handle Delete Port: 38cef7ad-45f4-45ea-ba41-989ec5540533 2026-05-05 16:46:01.028 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac26a5e8-a380-4580-919e-1a433d49cf9d e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] Tap Mirror: Handle Delete Port: 38cef7ad-45f4-45ea-ba41-989ec5540533 2026-05-05 16:46:01.105 8 INFO neutron.services.segments.plugin [-] Segment fbcf18c4-d509-42b2-a3bf-491a4d7289c6 resource provider aggregate not found 2026-05-05 16:46:01.106 8 INFO neutron.services.segments.plugin [-] Segment fbcf18c4-d509-42b2-a3bf-491a4d7289c6 resource provider aggregate not found 2026-05-05 16:46:01.125 8 INFO neutron.services.segments.plugin [-] Segment fbcf18c4-d509-42b2-a3bf-491a4d7289c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbcf18c4-d509-42b2-a3bf-491a4d7289c6 found for delete ", "request_id": "req-b12d3ff4-ae57-442d-aea0-b948fc1195fb"}]} 2026-05-05 16:46:01.129 8 INFO neutron.services.segments.plugin [-] Segment fbcf18c4-d509-42b2-a3bf-491a4d7289c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbcf18c4-d509-42b2-a3bf-491a4d7289c6 found for delete ", "request_id": "req-dba336ab-4278-4050-bee7-12e7fec6fdc3"}]} 2026-05-05 16:46:01.142 8 INFO neutron.services.segments.plugin [-] Segment f97f91be-3c95-482b-b1f4-c87a607889c1 resource provider aggregate not found 2026-05-05 16:46:01.148 8 INFO neutron.services.segments.plugin [-] Segment f97f91be-3c95-482b-b1f4-c87a607889c1 resource provider aggregate not found 2026-05-05 16:46:01.164 8 INFO neutron.services.segments.plugin [-] Segment f97f91be-3c95-482b-b1f4-c87a607889c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f97f91be-3c95-482b-b1f4-c87a607889c1 found for delete ", "request_id": "req-40171be0-4749-4c05-b61d-930e8407f3c1"}]} 2026-05-05 16:46:01.169 8 INFO neutron.services.segments.plugin [-] Segment f97f91be-3c95-482b-b1f4-c87a607889c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f97f91be-3c95-482b-b1f4-c87a607889c1 found for delete ", "request_id": "req-fe193e56-30e3-4867-9249-ca651ce13635"}]} 2026-05-05 16:46:01.181 8 INFO neutron.services.segments.plugin [-] Segment 72a50f19-e04e-41cd-8a1d-c3b6d3ab683d resource provider aggregate not found 2026-05-05 16:46:01.190 8 INFO neutron.services.segments.plugin [-] Segment 72a50f19-e04e-41cd-8a1d-c3b6d3ab683d resource provider aggregate not found 2026-05-05 16:46:01.196 8 INFO neutron.services.segments.plugin [-] Segment 72a50f19-e04e-41cd-8a1d-c3b6d3ab683d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72a50f19-e04e-41cd-8a1d-c3b6d3ab683d found for delete ", "request_id": "req-6b4fb5f3-043d-42cb-9ed2-0b0b76741bc8"}]} 2026-05-05 16:46:01.206 8 INFO neutron.services.segments.plugin [-] Segment 72a50f19-e04e-41cd-8a1d-c3b6d3ab683d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72a50f19-e04e-41cd-8a1d-c3b6d3ab683d found for delete ", "request_id": "req-c782c304-26ae-4d74-98e4-9875c85f4db2"}]} 2026-05-05 16:46:01.211 8 INFO neutron.services.segments.plugin [-] Segment 09d196e3-1e58-494c-af9d-b209c84f8879 resource provider aggregate not found 2026-05-05 16:46:01.222 8 INFO neutron.services.segments.plugin [-] Segment 09d196e3-1e58-494c-af9d-b209c84f8879 resource provider aggregate not found 2026-05-05 16:46:01.230 8 INFO neutron.services.segments.plugin [-] Segment 09d196e3-1e58-494c-af9d-b209c84f8879 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09d196e3-1e58-494c-af9d-b209c84f8879 found for delete ", "request_id": "req-491b16d2-7b7b-46ff-9c47-491a58a92996"}]} 2026-05-05 16:46:01.241 8 INFO neutron.services.segments.plugin [-] Segment 09d196e3-1e58-494c-af9d-b209c84f8879 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09d196e3-1e58-494c-af9d-b209c84f8879 found for delete ", "request_id": "req-958216f6-0397-4866-a2ed-6de473a34405"}]} [pid: 7|app: 0|req: 823/1840] 10.0.0.205 () {34 vars in 789 bytes} [Tue May 5 16:46:00 2026] PUT /v2.0/routers/71aea0e9-e590-4fe0-997b-d299f03b5077/remove_router_interface => generated 309 bytes in 752 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:46:01.824 8 INFO neutron_taas.services.taas.taas_plugin [None req-1bde790c-cfe8-4904-b3e9-9e6d68458012 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] TaaS: Handle Delete Port: 39cf84ea-f651-4a71-8697-df590e50017c 2026-05-05 16:46:01.827 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1bde790c-cfe8-4904-b3e9-9e6d68458012 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] Tap Mirror: Handle Delete Port: 39cf84ea-f651-4a71-8697-df590e50017c [pid: 8|app: 0|req: 1018/1841] 10.0.0.205 () {34 vars in 789 bytes} [Tue May 5 16:46:01 2026] PUT /v2.0/routers/71aea0e9-e590-4fe0-997b-d299f03b5077/remove_router_interface => generated 309 bytes in 656 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1842] 10.0.0.205 () {32 vars in 736 bytes} [Tue May 5 16:46:02 2026] GET /v2.0/ports?device_id=71aea0e9-e590-4fe0-997b-d299f03b5077 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:46:02.360 8 INFO neutron_taas.services.taas.taas_plugin [None req-a748e665-1a5e-49ec-b1b7-952c8b068110 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] TaaS: Handle Delete Port: f27e261c-353b-4b74-ae65-3d4b81258267 2026-05-05 16:46:02.363 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a748e665-1a5e-49ec-b1b7-952c8b068110 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] Tap Mirror: Handle Delete Port: f27e261c-353b-4b74-ae65-3d4b81258267 [pid: 7|app: 0|req: 825/1843] 10.0.0.205 () {34 vars in 677 bytes} [Tue May 5 16:46:02 2026] POST /v2.0/subnetpools => generated 549 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1844] 10.0.0.205 () {32 vars in 729 bytes} [Tue May 5 16:46:02 2026] GET /v2.0/subnetpools/1c12893d-f985-451c-ba49-cbf16b997917 => generated 549 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1845] 10.0.0.205 () {34 vars in 749 bytes} [Tue May 5 16:46:02 2026] PUT /v2.0/subnetpools/1c12893d-f985-451c-ba49-cbf16b997917 => generated 501 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1846] 10.0.0.205 () {32 vars in 732 bytes} [Tue May 5 16:46:02 2026] DELETE /v2.0/subnetpools/1c12893d-f985-451c-ba49-cbf16b997917 => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:46:02.537 7 INFO neutron.api.v2.resource [None req-9e6004fb-5b5f-4373-b689-20c77c931608 725abd5fb1094fd49522321a9670d16c 60ec060f67ec41ca9f0067f3c48a0f55 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 829/1847] 10.0.0.205 () {32 vars in 729 bytes} [Tue May 5 16:46:02 2026] GET /v2.0/subnetpools/1c12893d-f985-451c-ba49-cbf16b997917 => generated 145 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:46:02.553 7 INFO neutron.api.v2.resource [None req-6c5dcda9-2f64-4e8a-a1fe-5cdf80bb31df 725abd5fb1094fd49522321a9670d16c 60ec060f67ec41ca9f0067f3c48a0f55 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 830/1848] 10.0.0.205 () {32 vars in 732 bytes} [Tue May 5 16:46:02 2026] DELETE /v2.0/subnetpools/1c12893d-f985-451c-ba49-cbf16b997917 => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:46:02.704 8 INFO neutron.db.l3_hamode_db [None req-a748e665-1a5e-49ec-b1b7-952c8b068110 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] HA network d19b72bc-9510-4faf-befd-86a2473ef617 was deleted as no HA routers are present in tenant 5b75e0105d4547dca451a927ef580b85. [pid: 8|app: 0|req: 1019/1849] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:46:02 2026] DELETE /v2.0/routers/71aea0e9-e590-4fe0-997b-d299f03b5077 => generated 0 bytes in 498 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1850] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:46:02 2026] DELETE /v2.0/subnets/e791ba15-783a-435b-b875-9b72f585478e => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1851] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:46:02 2026] DELETE /v2.0/subnets/5c782552-9fda-4bec-9de0-92aa6aa9fc06 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:46:03.086 7 INFO neutron.services.segments.plugin [-] Segment 43860a5f-3d26-49c2-bcf4-7ace34c35353 resource provider aggregate not found 2026-05-05 16:46:03.091 7 INFO neutron.services.segments.plugin [-] Segment 43860a5f-3d26-49c2-bcf4-7ace34c35353 resource provider aggregate not found 2026-05-05 16:46:03.126 7 INFO neutron.services.segments.plugin [-] Segment 43860a5f-3d26-49c2-bcf4-7ace34c35353 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43860a5f-3d26-49c2-bcf4-7ace34c35353 found for delete ", "request_id": "req-b914ce77-599f-459b-be03-45130036eb55"}]} 2026-05-05 16:46:03.127 7 INFO neutron.services.segments.plugin [-] Segment 43860a5f-3d26-49c2-bcf4-7ace34c35353 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43860a5f-3d26-49c2-bcf4-7ace34c35353 found for delete ", "request_id": "req-445ad07c-4e48-408a-b5ca-fb94ca6c1a15"}]} [pid: 7|app: 0|req: 832/1852] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:46:02 2026] DELETE /v2.0/networks/d14753d4-8a6b-4d50-b81b-8d45d19bfaa7 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:46:03.267 8 INFO neutron.services.segments.plugin [-] Segment 414d8d7b-3e1d-48e9-8966-9c1c713ce2d7 resource provider aggregate not found 2026-05-05 16:46:03.270 8 INFO neutron.services.segments.plugin [-] Segment 414d8d7b-3e1d-48e9-8966-9c1c713ce2d7 resource provider aggregate not found 2026-05-05 16:46:03.279 7 INFO neutron_taas.services.taas.taas_plugin [None req-ace99770-f3c4-4572-b180-4e37ada9ffe3 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] TaaS: Handle Delete Port: e8a1ebe9-003a-44c5-945f-09cb8fcabc88 2026-05-05 16:46:03.281 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ace99770-f3c4-4572-b180-4e37ada9ffe3 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] Tap Mirror: Handle Delete Port: e8a1ebe9-003a-44c5-945f-09cb8fcabc88 2026-05-05 16:46:03.288 8 INFO neutron.services.segments.plugin [-] Segment 414d8d7b-3e1d-48e9-8966-9c1c713ce2d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 414d8d7b-3e1d-48e9-8966-9c1c713ce2d7 found for delete ", "request_id": "req-e45f63ac-bb76-48cf-bbc1-9e7fb2f6793e"}]} 2026-05-05 16:46:03.294 8 INFO neutron.services.segments.plugin [-] Segment 414d8d7b-3e1d-48e9-8966-9c1c713ce2d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 414d8d7b-3e1d-48e9-8966-9c1c713ce2d7 found for delete ", "request_id": "req-adc1aa37-9ad8-4cac-8c06-403c5ef2c1da"}]} [pid: 8|app: 0|req: 1021/1853] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:46:03 2026] GET /v2.0/security-groups?tenant_id=60ec060f67ec41ca9f0067f3c48a0f55&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/1854] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:46:03 2026] DELETE /v2.0/security-groups/8e7c6be4-eeff-4214-a4ce-3326986cb0b3 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1855] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:46:03 2026] DELETE /v2.0/networks/2e287dff-9667-494b-9ce1-ee914ceb8259 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:46:03.492 8 INFO neutron.db.segments_db [None req-3924c2ee-d052-46d8-9967-ca8dada250c9 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] Added segment ab661d8a-f9a8-4a2f-af46-bfaa65a77bca of type vxlan for network 7663a5de-4db2-46d3-ba98-191e84efe444 [pid: 8|app: 0|req: 1023/1856] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:46:03 2026] POST /v2.0/networks => generated 610 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1857] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:46:03 2026] POST /v2.0/subnets => generated 626 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:46:03.946 8 INFO neutron.db.segments_db [None req-2423422c-1129-43cb-b262-5207d8f9d3a3 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] Added segment 467f2d9a-f727-45a9-bdc3-d401d406a82d of type vxlan for network da178dcb-8636-4141-bed9-586e8ea93389 2026-05-05 16:46:04.193 8 INFO neutron.db.l3_hamode_db [None req-2423422c-1129-43cb-b262-5207d8f9d3a3 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 16:46:04.310 8 INFO neutron.db.l3_hamode_db [None req-2423422c-1129-43cb-b262-5207d8f9d3a3 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1024/1858] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:46:03 2026] POST /v2.0/routers => generated 507 bytes in 963 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:46:05.153 7 INFO neutron.services.segments.plugin [-] Segment 980a1cab-a8c7-40b2-b783-0bf457ddf891 resource provider aggregate not found 2026-05-05 16:46:05.157 7 INFO neutron.services.segments.plugin [-] Segment 980a1cab-a8c7-40b2-b783-0bf457ddf891 resource provider aggregate not found 2026-05-05 16:46:05.176 7 INFO neutron.services.segments.plugin [-] Segment 980a1cab-a8c7-40b2-b783-0bf457ddf891 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 980a1cab-a8c7-40b2-b783-0bf457ddf891 found for delete ", "request_id": "req-d0bc30fb-6a9f-4de4-a6bf-6cf032fc16a6"}]} 2026-05-05 16:46:05.177 7 INFO neutron.services.segments.plugin [-] Segment 980a1cab-a8c7-40b2-b783-0bf457ddf891 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 980a1cab-a8c7-40b2-b783-0bf457ddf891 found for delete ", "request_id": "req-0cb196a1-79c8-44dc-9d4f-d8752ebcff78"}]} [pid: 7|app: 0|req: 835/1859] 10.0.0.205 () {34 vars in 665 bytes} [Tue May 5 16:46:04 2026] POST /v2.0/ports => generated 948 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/1860] 10.0.0.205 () {34 vars in 783 bytes} [Tue May 5 16:46:05 2026] PUT /v2.0/routers/45e45c62-bac3-4b48-81ca-ea976b6036fb/add_router_interface => generated 309 bytes in 1183 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: 836/1861] 10.0.0.205 () {32 vars in 717 bytes} [Tue May 5 16:46:06 2026] GET /v2.0/ports/5443d197-600e-4cee-8b43-7ada77c2ac0f => generated 1022 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-05 16:46:06.910 8 INFO neutron_taas.services.taas.taas_plugin [None req-da77a88d-2a26-4d21-b477-f3a32eb71902 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] TaaS: Handle Delete Port: 5443d197-600e-4cee-8b43-7ada77c2ac0f 2026-05-05 16:46:06.913 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da77a88d-2a26-4d21-b477-f3a32eb71902 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] Tap Mirror: Handle Delete Port: 5443d197-600e-4cee-8b43-7ada77c2ac0f [pid: 8|app: 0|req: 1026/1862] 10.0.0.205 () {34 vars in 789 bytes} [Tue May 5 16:46:06 2026] PUT /v2.0/routers/45e45c62-bac3-4b48-81ca-ea976b6036fb/remove_router_interface => generated 309 bytes in 852 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:46:07.486 7 INFO neutron.api.v2.resource [None req-d7f37feb-7879-4e4d-addf-42c9a20b1285 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 837/1863] 10.0.0.205 () {34 vars in 789 bytes} [Tue May 5 16:46:07 2026] PUT /v2.0/routers/45e45c62-bac3-4b48-81ca-ea976b6036fb/remove_router_interface => generated 197 bytes in 127 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: 1027/1864] 10.0.0.205 () {32 vars in 736 bytes} [Tue May 5 16:46:07 2026] GET /v2.0/ports?device_id=45e45c62-bac3-4b48-81ca-ea976b6036fb => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:46:07.689 7 INFO neutron_taas.services.taas.taas_plugin [None req-7d6d7540-1221-40cc-940a-c411a67c44b2 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] TaaS: Handle Delete Port: 398b766b-9cff-423c-8566-ea8e4315de9a 2026-05-05 16:46:07.693 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d6d7540-1221-40cc-940a-c411a67c44b2 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] Tap Mirror: Handle Delete Port: 398b766b-9cff-423c-8566-ea8e4315de9a [pid: 8|app: 0|req: 1028/1865] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:46:07 2026] GET /v2.0/security-groups?tenant_id=82cfd83580ce4d60b6b9473527a061d3&name=default => generated 2925 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:46:08.006 7 INFO neutron.services.segments.plugin [-] Segment 467f2d9a-f727-45a9-bdc3-d401d406a82d resource provider aggregate not found 2026-05-05 16:46:08.012 7 INFO neutron.services.segments.plugin [-] Segment 467f2d9a-f727-45a9-bdc3-d401d406a82d resource provider aggregate not found 2026-05-05 16:46:08.033 7 INFO neutron.services.segments.plugin [-] Segment 467f2d9a-f727-45a9-bdc3-d401d406a82d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 467f2d9a-f727-45a9-bdc3-d401d406a82d found for delete ", "request_id": "req-7a153dff-15a7-4e9f-b7b1-9ec5185bb5c5"}]} 2026-05-05 16:46:08.035 7 INFO neutron.services.segments.plugin [-] Segment 467f2d9a-f727-45a9-bdc3-d401d406a82d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 467f2d9a-f727-45a9-bdc3-d401d406a82d found for delete ", "request_id": "req-1fa9ea62-238f-4d1a-b600-0a824e8dfcf6"}]} 2026-05-05 16:46:08.046 7 INFO neutron.db.l3_hamode_db [None req-7d6d7540-1221-40cc-940a-c411a67c44b2 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] HA network da178dcb-8636-4141-bed9-586e8ea93389 was deleted as no HA routers are present in tenant 5b75e0105d4547dca451a927ef580b85. [pid: 7|app: 0|req: 838/1866] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:46:07 2026] DELETE /v2.0/routers/45e45c62-bac3-4b48-81ca-ea976b6036fb => generated 0 bytes in 536 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/1867] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:46:07 2026] DELETE /v2.0/security-groups/a0ed6ed8-4873-417a-b2c7-989e58b36179 => 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: 839/1868] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:46:08 2026] DELETE /v2.0/subnets/62ea4493-0bc4-4c8e-9fe8-2090e5c14f44 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/1869] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:46:08 2026] GET /v2.0/security-groups?tenant_id=d71c1f0987b447e5bd20f89090cf3894&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: 840/1870] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:46:08 2026] DELETE /v2.0/networks/7663a5de-4db2-46d3-ba98-191e84efe444 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:46:08.385 7 INFO neutron.db.segments_db [None req-88b26eef-e7ef-42b8-bb3d-74e1ddefbd6d e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] Added segment 900d86cc-f426-4184-8621-5e640815f20f of type vxlan for network 02859805-81ce-4fe2-b04c-7464a2e85233 [pid: 8|app: 0|req: 1031/1871] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:46:08 2026] DELETE /v2.0/security-groups/ad267a64-9d77-4273-833c-f9168c1ac54c => 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: 841/1872] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:46:08 2026] POST /v2.0/networks => generated 611 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/1873] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:46:08 2026] POST /v2.0/subnets => generated 626 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:46:08.762 7 INFO neutron.db.segments_db [None req-6d9419e7-d9c6-4f39-95d0-25a4323b750b e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] Added segment de7d2a92-5714-4e03-81c5-0a108c011db6 of type vxlan for network 09f87d81-ae84-4273-92ca-a7556ff6de22 2026-05-05 16:46:08.972 7 INFO neutron.db.l3_hamode_db [None req-6d9419e7-d9c6-4f39-95d0-25a4323b750b e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 16:46:09.090 7 INFO neutron.db.l3_hamode_db [None req-6d9419e7-d9c6-4f39-95d0-25a4323b750b e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 842/1874] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:46:08 2026] POST /v2.0/routers => generated 506 bytes in 1024 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:46:10.057 7 INFO neutron.services.segments.plugin [-] Segment ab661d8a-f9a8-4a2f-af46-bfaa65a77bca resource provider aggregate not found 2026-05-05 16:46:10.063 7 INFO neutron.services.segments.plugin [-] Segment ab661d8a-f9a8-4a2f-af46-bfaa65a77bca resource provider aggregate not found 2026-05-05 16:46:10.082 7 INFO neutron.services.segments.plugin [-] Segment ab661d8a-f9a8-4a2f-af46-bfaa65a77bca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab661d8a-f9a8-4a2f-af46-bfaa65a77bca found for delete ", "request_id": "req-f88e3ca2-3326-409e-aa7a-f69c3f836139"}]} 2026-05-05 16:46:10.082 7 INFO neutron.services.segments.plugin [-] Segment ab661d8a-f9a8-4a2f-af46-bfaa65a77bca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab661d8a-f9a8-4a2f-af46-bfaa65a77bca found for delete ", "request_id": "req-63540a41-86c7-48c3-98f3-b71d5eaaef86"}]} [pid: 8|app: 0|req: 1033/1875] 10.0.0.205 () {34 vars in 783 bytes} [Tue May 5 16:46:09 2026] PUT /v2.0/routers/511bf71f-3166-487a-91aa-b62a2cfbe6ba/add_router_interface => generated 309 bytes in 1040 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1876] 10.0.0.205 () {32 vars in 717 bytes} [Tue May 5 16:46:10 2026] GET /v2.0/ports/74fbfc1e-eef6-4eef-ad48-18f899c5c736 => generated 955 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:46:11.769 8 INFO neutron_taas.services.taas.taas_plugin [None req-5381e440-12f7-43f1-8565-89945de332e9 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] TaaS: Handle Delete Port: 74fbfc1e-eef6-4eef-ad48-18f899c5c736 2026-05-05 16:46:11.772 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5381e440-12f7-43f1-8565-89945de332e9 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] Tap Mirror: Handle Delete Port: 74fbfc1e-eef6-4eef-ad48-18f899c5c736 [pid: 8|app: 0|req: 1034/1877] 10.0.0.205 () {34 vars in 789 bytes} [Tue May 5 16:46:10 2026] PUT /v2.0/routers/511bf71f-3166-487a-91aa-b62a2cfbe6ba/remove_router_interface => generated 309 bytes in 1364 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1878] 10.0.0.205 () {32 vars in 736 bytes} [Tue May 5 16:46:12 2026] GET /v2.0/ports?device_id=511bf71f-3166-487a-91aa-b62a2cfbe6ba => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:46:12.460 8 INFO neutron_taas.services.taas.taas_plugin [None req-85643e7f-5a21-47a6-ad5e-3c60f5147b56 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] TaaS: Handle Delete Port: 1e94ff29-c481-4a59-918a-b69e383f9430 2026-05-05 16:46:12.462 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85643e7f-5a21-47a6-ad5e-3c60f5147b56 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] Tap Mirror: Handle Delete Port: 1e94ff29-c481-4a59-918a-b69e383f9430 2026-05-05 16:46:12.786 8 INFO neutron.services.segments.plugin [-] Segment de7d2a92-5714-4e03-81c5-0a108c011db6 resource provider aggregate not found 2026-05-05 16:46:12.789 8 INFO neutron.services.segments.plugin [-] Segment de7d2a92-5714-4e03-81c5-0a108c011db6 resource provider aggregate not found 2026-05-05 16:46:12.803 8 INFO neutron.services.segments.plugin [-] Segment de7d2a92-5714-4e03-81c5-0a108c011db6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de7d2a92-5714-4e03-81c5-0a108c011db6 found for delete ", "request_id": "req-27652570-9f6a-4d51-be46-2b6484a5eb47"}]} 2026-05-05 16:46:12.807 8 INFO neutron.services.segments.plugin [-] Segment de7d2a92-5714-4e03-81c5-0a108c011db6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de7d2a92-5714-4e03-81c5-0a108c011db6 found for delete ", "request_id": "req-30ece892-f02b-4f38-b489-28989ea5fb32"}]} 2026-05-05 16:46:12.819 8 INFO neutron.db.l3_hamode_db [None req-85643e7f-5a21-47a6-ad5e-3c60f5147b56 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] HA network 09f87d81-ae84-4273-92ca-a7556ff6de22 was deleted as no HA routers are present in tenant 5b75e0105d4547dca451a927ef580b85. [pid: 8|app: 0|req: 1035/1879] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:46:12 2026] DELETE /v2.0/routers/511bf71f-3166-487a-91aa-b62a2cfbe6ba => generated 0 bytes in 540 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1880] 10.0.0.205 () {32 vars in 826 bytes} [Tue May 5 16:46:12 2026] GET /v2.0/ports?project_id=1b9dec389a924c9e9baa9ba3424a8d90&network_id=2dc6e2a9-90fa-4c1c-8df9-7ef81428a66b => generated 3691 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/1881] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:46:12 2026] DELETE /v2.0/subnets/fefcb235-e644-43b5-8c47-48ef995f2500 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:46:13.038 7 INFO neutron.services.segments.plugin [-] Segment 900d86cc-f426-4184-8621-5e640815f20f resource provider aggregate not found 2026-05-05 16:46:13.045 7 INFO neutron.services.segments.plugin [-] Segment 900d86cc-f426-4184-8621-5e640815f20f resource provider aggregate not found 2026-05-05 16:46:13.057 7 INFO neutron.services.segments.plugin [-] Segment 900d86cc-f426-4184-8621-5e640815f20f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 900d86cc-f426-4184-8621-5e640815f20f found for delete ", "request_id": "req-8e8538c5-d960-406e-b37b-3f40e3438a8e"}]} 2026-05-05 16:46:13.059 7 INFO neutron.services.segments.plugin [-] Segment 900d86cc-f426-4184-8621-5e640815f20f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 900d86cc-f426-4184-8621-5e640815f20f found for delete ", "request_id": "req-1389d082-eb53-4c0a-85d9-20270daeb9b9"}]} [pid: 7|app: 0|req: 846/1882] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:46:12 2026] DELETE /v2.0/networks/02859805-81ce-4fe2-b04c-7464a2e85233 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:46:13.128 8 INFO neutron.db.segments_db [None req-9a8a8faa-78a5-43eb-9ac1-237ba6f593ce e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] Added segment 29795c59-6dec-47e5-a79d-28fff4792860 of type vxlan for network 4dba5dbf-6d7b-4b78-911e-fe7de725c76b [pid: 7|app: 0|req: 847/1883] 10.0.0.205 () {32 vars in 742 bytes} [Tue May 5 16:46:13 2026] GET /v2.0/subnets?network_id=f3c1d760-1658-41b9-a0f2-a7c8a034fe4c => generated 667 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:46:13.353 8 INFO neutron.db.l3_hamode_db [None req-9a8a8faa-78a5-43eb-9ac1-237ba6f593ce e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 16:46:13.588 7 INFO neutron.db.l3_db [None req-afad200d-b41b-4e94-a6a7-95bd96cefe46 ce26cc7f9ab9494aa65c47aab6ded938 1b9dec389a924c9e9baa9ba3424a8d90 - - default default] Floating IP b37f1922-2c0d-4da3-82e4-9682783b9757 disassociated. External IP: 10.96.250.204, port: beac4468-90e0-479b-b536-11ca632a1083. [pid: 7|app: 0|req: 848/1884] 10.0.0.205 () {34 vars in 749 bytes} [Tue May 5 16:46:13 2026] PUT /v2.0/floatingips/b37f1922-2c0d-4da3-82e4-9682783b9757 => generated 554 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:46:13.867 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4fde3f74-e832-4075-b511-56e8f8fdb23b'] response: {'name': 'network-changed', 'server_uuid': '583a9427-328f-4076-8e9c-5243b5a6e897', 'tag': 'beac4468-90e0-479b-b536-11ca632a1083', 'status': 'completed', 'code': 200} 2026-05-05 16:46:14.099 8 INFO neutron.db.l3_hamode_db [None req-9a8a8faa-78a5-43eb-9ac1-237ba6f593ce e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 849/1885] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:46:13 2026] GET /v2.0/security-groups?tenant_id=f61cad0ce7c444948ca025668f5b657e&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1886] 10.0.0.205 () {32 vars in 729 bytes} [Tue May 5 16:46:14 2026] GET /v2.0/floatingips/b37f1922-2c0d-4da3-82e4-9682783b9757 => generated 554 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1887] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:46:14 2026] DELETE /v2.0/security-groups/52eda6af-c7cb-400d-9f65-b11333c7e459 => 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: 852/1888] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:46:14 2026] GET /v2.0/security-groups?tenant_id=c3b5eb3e867b4078a1cade378ae51fc8&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1889] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:46:14 2026] GET /v2.0/ports?tenant_id=1b9dec389a924c9e9baa9ba3424a8d90&device_id=583a9427-328f-4076-8e9c-5243b5a6e897 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1890] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:46:14 2026] DELETE /v2.0/security-groups/b263021c-5fd6-43ca-aead-88e3af6f6827 => 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: 855/1891] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:46:14 2026] GET /v2.0/networks?id=2dc6e2a9-90fa-4c1c-8df9-7ef81428a66b => 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: 856/1892] 199.204.45.153 () {34 vars in 1058 bytes} [Tue May 5 16:46:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=beac4468-90e0-479b-b536-11ca632a1083 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1893] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:46:14 2026] GET /v2.0/subnets?id=cb1d8684-9716-4f81-bbfe-915f975cb436 => generated 677 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1894] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:46:14 2026] GET /v2.0/ports?network_id=2dc6e2a9-90fa-4c1c-8df9-7ef81428a66b&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: 859/1895] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:46:14 2026] GET /v2.0/networks/2dc6e2a9-90fa-4c1c-8df9-7ef81428a66b?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1896] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:46:14 2026] GET /v2.0/networks/2dc6e2a9-90fa-4c1c-8df9-7ef81428a66b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/1897] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:46:13 2026] POST /v2.0/routers => generated 688 bytes in 1985 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1898] 10.0.0.205 () {32 vars in 721 bytes} [Tue May 5 16:46:15 2026] GET /v2.0/routers/eb063a90-b434-4e57-a471-15beef54f4eb => generated 694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/1899] 10.0.0.205 () {32 vars in 729 bytes} [Tue May 5 16:46:15 2026] GET /v2.0/floatingips/b37f1922-2c0d-4da3-82e4-9682783b9757 => generated 552 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1900] 10.0.0.205 () {32 vars in 647 bytes} [Tue May 5 16:46:15 2026] GET /v2.0/routers => generated 697 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/1903] 10.0.0.205 () {34 vars in 741 bytes} [Tue May 5 16:46:15 2026] PUT /v2.0/routers/eb063a90-b434-4e57-a471-15beef54f4eb => generated 701 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1904] 10.0.0.205 () {32 vars in 721 bytes} [Tue May 5 16:46:15 2026] GET /v2.0/routers/eb063a90-b434-4e57-a471-15beef54f4eb => generated 701 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/1905] 10.0.0.205 () {32 vars in 736 bytes} [Tue May 5 16:46:15 2026] GET /v2.0/ports?device_id=eb063a90-b434-4e57-a471-15beef54f4eb => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:46:15.843 7 INFO neutron_taas.services.taas.taas_plugin [None req-576a805f-e52f-449a-a559-7a99916470f5 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] TaaS: Handle Delete Port: d1ebbfd7-8225-4920-aa49-6496a586d5e2 2026-05-05 16:46:15.847 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-576a805f-e52f-449a-a559-7a99916470f5 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] Tap Mirror: Handle Delete Port: d1ebbfd7-8225-4920-aa49-6496a586d5e2 2026-05-05 16:46:16.113 7 INFO neutron_taas.services.taas.taas_plugin [None req-576a805f-e52f-449a-a559-7a99916470f5 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] TaaS: Handle Delete Port: dbcd9aa7-0132-4eed-a1af-6adf0fd1207e 2026-05-05 16:46:16.117 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-576a805f-e52f-449a-a559-7a99916470f5 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] Tap Mirror: Handle Delete Port: dbcd9aa7-0132-4eed-a1af-6adf0fd1207e [pid: 8|app: 0|req: 1041/1906] 10.0.0.205 () {34 vars in 685 bytes} [Tue May 5 16:46:16 2026] POST /v2.0/security-groups => generated 1671 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/1907] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:46:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:46:16.492 7 INFO neutron.services.segments.plugin [-] Segment 29795c59-6dec-47e5-a79d-28fff4792860 resource provider aggregate not found 2026-05-05 16:46:16.498 7 INFO neutron.services.segments.plugin [-] Segment 29795c59-6dec-47e5-a79d-28fff4792860 resource provider aggregate not found 2026-05-05 16:46:16.518 7 INFO neutron.services.segments.plugin [-] Segment 29795c59-6dec-47e5-a79d-28fff4792860 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29795c59-6dec-47e5-a79d-28fff4792860 found for delete ", "request_id": "req-fa8d52fc-7338-4fba-ae36-4c0ebd3d5e48"}]} 2026-05-05 16:46:16.524 7 INFO neutron.services.segments.plugin [-] Segment 29795c59-6dec-47e5-a79d-28fff4792860 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29795c59-6dec-47e5-a79d-28fff4792860 found for delete ", "request_id": "req-5caf0ed3-5284-4ecb-86aa-4889faeed259"}]} 2026-05-05 16:46:16.531 7 INFO neutron.db.l3_hamode_db [None req-576a805f-e52f-449a-a559-7a99916470f5 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] HA network 4dba5dbf-6d7b-4b78-911e-fe7de725c76b was deleted as no HA routers are present in tenant 5b75e0105d4547dca451a927ef580b85. [pid: 7|app: 0|req: 866/1908] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:46:15 2026] DELETE /v2.0/routers/eb063a90-b434-4e57-a471-15beef54f4eb => generated 0 bytes in 897 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1909] 10.0.0.205 () {32 vars in 736 bytes} [Tue May 5 16:46:16 2026] GET /v2.0/ports?device_id=eb063a90-b434-4e57-a471-15beef54f4eb => 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: 1043/1910] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:46:16 2026] POST /v2.0/security-group-rules => generated 596 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:46:16.585 7 INFO neutron.api.v2.resource [None req-33b891a2-2ba6-4f5f-aef5-85fdf2d53fa1 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 868/1911] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:46:16 2026] DELETE /v2.0/routers/eb063a90-b434-4e57-a471-15beef54f4eb => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1912] 10.0.0.205 () {32 vars in 736 bytes} [Tue May 5 16:46:16 2026] GET /v2.0/ports?device_id=511bf71f-3166-487a-91aa-b62a2cfbe6ba => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:46:16.620 7 INFO neutron.api.v2.resource [None req-f11ae781-f87b-4022-a7f8-02121db6bf60 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 870/1913] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:46:16 2026] DELETE /v2.0/routers/511bf71f-3166-487a-91aa-b62a2cfbe6ba => generated 135 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:46:16.636 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8d6ec7cc-7ae1-4d8d-8a52-0db7bc6f5f55 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 871/1914] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:46:16 2026] DELETE /v2.0/subnets/fefcb235-e644-43b5-8c47-48ef995f2500 => 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: 872/1915] 10.0.0.205 () {32 vars in 736 bytes} [Tue May 5 16:46:16 2026] GET /v2.0/ports?device_id=45e45c62-bac3-4b48-81ca-ea976b6036fb => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:46:16.676 7 INFO neutron.api.v2.resource [None req-135557c2-9540-40d0-bd77-c34ae340a769 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 873/1916] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:46:16 2026] DELETE /v2.0/routers/45e45c62-bac3-4b48-81ca-ea976b6036fb => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/1917] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:46:16 2026] POST /v2.0/security-group-rules => generated 602 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:46:16.691 7 INFO neutron.pecan_wsgi.hooks.translation [None req-66b5991a-53ce-4c85-bc73-9bb00bd24836 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 874/1918] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:46:16 2026] DELETE /v2.0/subnets/62ea4493-0bc4-4c8e-9fe8-2090e5c14f44 => 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: 875/1919] 10.0.0.205 () {32 vars in 736 bytes} [Tue May 5 16:46:16 2026] GET /v2.0/ports?device_id=71aea0e9-e590-4fe0-997b-d299f03b5077 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:46:16.728 7 INFO neutron.api.v2.resource [None req-394ae134-3616-4fc1-afc5-0d76943f9c20 e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 876/1920] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:46:16 2026] DELETE /v2.0/routers/71aea0e9-e590-4fe0-997b-d299f03b5077 => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:46:16.740 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4759a89e-b069-48ce-9f21-8e79a25d69bf e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 877/1921] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:46:16 2026] DELETE /v2.0/subnets/e791ba15-783a-435b-b875-9b72f585478e => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:46:16.754 7 INFO neutron.pecan_wsgi.hooks.translation [None req-65578d18-1808-4940-8479-39a9566e370a e8df37f131ef44fd876f561c3c30d1cf 5b75e0105d4547dca451a927ef580b85 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 878/1922] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:46:16 2026] DELETE /v2.0/subnets/5c782552-9fda-4bec-9de0-92aa6aa9fc06 => generated 136 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/1923] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:46:16 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) 2026-05-05 16:46:16.868 7 INFO neutron.db.securitygroups_db [None req-3274e794-c247-4ba9-bd62-5eddf8c0d5a9 ce26cc7f9ab9494aa65c47aab6ded938 1b9dec389a924c9e9baa9ba3424a8d90 - - default default] Project 1b9dec389a924c9e9baa9ba3424a8d90 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: 879/1924] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:46:16 2026] POST /v2.0/security-group-rules => generated 607 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:46:17.013 8 INFO neutron.db.securitygroups_db [None req-53065885-19df-4ef3-8990-1f8d7652e1a7 ce26cc7f9ab9494aa65c47aab6ded938 1b9dec389a924c9e9baa9ba3424a8d90 - - default default] Project 1b9dec389a924c9e9baa9ba3424a8d90 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: 1046/1925] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:46:16 2026] POST /v2.0/security-group-rules => generated 606 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1926] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:46:17 2026] GET /v2.0/security-groups?tenant_id=5b75e0105d4547dca451a927ef580b85&name=default => generated 2925 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/1927] 10.0.0.205 () {32 vars in 649 bytes} [Tue May 5 16:46:17 2026] GET /v2.0/networks => generated 1298 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1928] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:46:17 2026] DELETE /v2.0/security-groups/e3416235-357d-4fe3-8cd9-bfa9edf7bb63 => 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: 1048/1929] 10.0.0.8 () {34 vars in 1094 bytes} [Tue May 5 16:46:17 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-12606346&fields=id&tenant_id=1b9dec389a924c9e9baa9ba3424a8d90 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1930] 10.0.0.8 () {34 vars in 980 bytes} [Tue May 5 16:46:17 2026] GET /v2.0/networks?id=2dc6e2a9-90fa-4c1c-8df9-7ef81428a66b => generated 661 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/1931] 10.0.0.8 () {34 vars in 963 bytes} [Tue May 5 16:46:17 2026] GET /v2.0/quotas/1b9dec389a924c9e9baa9ba3424a8d90 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1932] 10.0.0.8 () {34 vars in 1000 bytes} [Tue May 5 16:46:17 2026] GET /v2.0/ports?tenant_id=1b9dec389a924c9e9baa9ba3424a8d90&fields=id => generated 149 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/1933] 10.0.0.8 () {34 vars in 1006 bytes} [Tue May 5 16:46:17 2026] GET /v2.0/networks/2dc6e2a9-90fa-4c1c-8df9-7ef81428a66b?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: 884/1934] 10.0.0.8 () {34 vars in 1106 bytes} [Tue May 5 16:46:17 2026] GET /v2.0/networks/2dc6e2a9-90fa-4c1c-8df9-7ef81428a66b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/1935] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:18 2026] GET /v2.0/ports?device_id=b8338d37-90fc-4d03-a862-b4f89fe19ff5 => 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: 885/1936] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:19 2026] GET /v2.0/ports?device_id=b8338d37-90fc-4d03-a862-b4f89fe19ff5 => 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: 1052/1937] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:20 2026] GET /v2.0/ports?device_id=b8338d37-90fc-4d03-a862-b4f89fe19ff5 => 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: 886/1938] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:21 2026] GET /v2.0/ports?device_id=b8338d37-90fc-4d03-a862-b4f89fe19ff5 => 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: 1053/1939] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:46:22 2026] GET /v2.0/networks?id=2dc6e2a9-90fa-4c1c-8df9-7ef81428a66b => generated 661 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1940] 199.204.45.153 () {34 vars in 1050 bytes} [Tue May 5 16:46:22 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1b9dec389a924c9e9baa9ba3424a8d90 => generated 272 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/1941] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:22 2026] GET /v2.0/ports?device_id=b8338d37-90fc-4d03-a862-b4f89fe19ff5 => 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: 888/1942] 199.204.45.153 () {38 vars in 955 bytes} [Tue May 5 16:46:22 2026] POST /v2.0/ports => generated 954 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/1943] 199.204.45.153 () {38 vars in 1028 bytes} [Tue May 5 16:46:22 2026] PUT /v2.0/ports/9ad8a983-0fa3-4a6a-922d-bc570053f18b => generated 1235 bytes in 422 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:46:23.151 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-da5b72b5-1005-404a-99d9-ab3e5ea840ee'] response: {'name': 'network-changed', 'server_uuid': 'b8338d37-90fc-4d03-a862-b4f89fe19ff5', 'tag': '9ad8a983-0fa3-4a6a-922d-bc570053f18b', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 889/1944] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:23 2026] GET /v2.0/ports?device_id=b8338d37-90fc-4d03-a862-b4f89fe19ff5 => generated 969 bytes in 79 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: 1056/1945] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:46:23 2026] GET /v2.0/security-groups?id=ffe58dfa-1be8-4519-9ece-3b7f23ba39c8&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1946] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:46:23 2026] GET /v2.0/ports?tenant_id=1b9dec389a924c9e9baa9ba3424a8d90&device_id=b8338d37-90fc-4d03-a862-b4f89fe19ff5 => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/1947] 199.204.45.153 () {34 vars in 1018 bytes} [Tue May 5 16:46:23 2026] GET /v2.0/networks?tenant_id=1b9dec389a924c9e9baa9ba3424a8d90&shared=False => generated 757 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1948] 199.204.45.153 () {34 vars in 930 bytes} [Tue May 5 16:46:23 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/1949] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:24 2026] GET /v2.0/ports?device_id=b8338d37-90fc-4d03-a862-b4f89fe19ff5 => generated 969 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1950] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:46:24 2026] GET /v2.0/security-groups?id=ffe58dfa-1be8-4519-9ece-3b7f23ba39c8&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/1951] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:46:24 2026] GET /v2.0/ports?tenant_id=1b9dec389a924c9e9baa9ba3424a8d90&device_id=b8338d37-90fc-4d03-a862-b4f89fe19ff5 => 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: 893/1952] 199.204.45.153 () {34 vars in 1058 bytes} [Tue May 5 16:46:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=9ad8a983-0fa3-4a6a-922d-bc570053f18b => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/1953] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:46:24 2026] GET /v2.0/subnets?id=cb1d8684-9716-4f81-bbfe-915f975cb436 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1954] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:46:24 2026] GET /v2.0/ports?network_id=2dc6e2a9-90fa-4c1c-8df9-7ef81428a66b&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: 1061/1955] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:46:24 2026] GET /v2.0/networks/2dc6e2a9-90fa-4c1c-8df9-7ef81428a66b?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1956] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:46:25 2026] GET /v2.0/networks/2dc6e2a9-90fa-4c1c-8df9-7ef81428a66b?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: 1062/1957] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:25 2026] GET /v2.0/ports?device_id=b8338d37-90fc-4d03-a862-b4f89fe19ff5 => 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: 896/1958] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:46:25 2026] GET /v2.0/security-groups?id=ffe58dfa-1be8-4519-9ece-3b7f23ba39c8&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/1959] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:27 2026] GET /v2.0/ports?device_id=b8338d37-90fc-4d03-a862-b4f89fe19ff5 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1960] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:46:27 2026] GET /v2.0/security-groups?id=ffe58dfa-1be8-4519-9ece-3b7f23ba39c8&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: 1064/1961] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:46:27 2026] GET /v2.0/security-groups?tenant_id=f29c564b5dad443cb8ffb3dcc6a8bf98&name=default => generated 2925 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1962] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:46:27 2026] DELETE /v2.0/security-groups/3f2438d4-fc17-4ebf-ba55-d9d68c587e43 => 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: 1065/1963] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:46:27 2026] GET /v2.0/security-groups?tenant_id=cba4054c1fb3490596aea60c689869be&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: 899/1964] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:46:28 2026] DELETE /v2.0/security-groups/0c5636ee-f522-4e31-9eca-09f46b80c857 => 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: 1066/1965] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:28 2026] GET /v2.0/ports?device_id=b8338d37-90fc-4d03-a862-b4f89fe19ff5 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1966] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:46:28 2026] GET /v2.0/security-groups?id=ffe58dfa-1be8-4519-9ece-3b7f23ba39c8&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/1967] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:29 2026] GET /v2.0/ports?device_id=b8338d37-90fc-4d03-a862-b4f89fe19ff5 => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1968] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:46:29 2026] GET /v2.0/security-groups?id=ffe58dfa-1be8-4519-9ece-3b7f23ba39c8&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:46:29.816 8 INFO neutron.db.segments_db [None req-1f495abf-bc35-4762-aaeb-e7a433a3e9e6 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Added segment b0e23ff6-d5c9-49b8-9c3d-c4276dd90466 of type vxlan for network d3217bdb-0b04-4c76-99c0-5049d6643513 [pid: 8|app: 0|req: 1068/1969] 10.0.0.205 () {34 vars in 671 bytes} [Tue May 5 16:46:29 2026] POST /v2.0/networks => generated 722 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1970] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:46:29 2026] POST /v2.0/subnets => generated 688 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:46:30.177 8 INFO neutron.db.segments_db [None req-b07f07ca-1c55-4a50-8188-98a2b68a9317 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Added segment 8551e7be-fd87-4e8b-9f72-a3116cd81e51 of type vxlan for network 971e5527-d2e3-40ee-964e-fef3cbb12683 2026-05-05 16:46:30.370 8 INFO neutron.db.l3_hamode_db [None req-b07f07ca-1c55-4a50-8188-98a2b68a9317 3ab93697386646a58380ba368f7fdc35 8a4dfee2ebbb4b73bbe7e787a6bbaeae - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 905/1973] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:30 2026] GET /v2.0/ports?device_id=b8338d37-90fc-4d03-a862-b4f89fe19ff5 => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1974] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:46:30 2026] GET /v2.0/security-groups?id=ffe58dfa-1be8-4519-9ece-3b7f23ba39c8&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: 907/1975] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:30 2026] GET /v2.0/ports?device_id=b8338d37-90fc-4d03-a862-b4f89fe19ff5 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1976] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:46:30 2026] GET /v2.0/security-groups?id=ffe58dfa-1be8-4519-9ece-3b7f23ba39c8&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1977] 10.0.0.205 () {32 vars in 736 bytes} [Tue May 5 16:46:30 2026] GET /v2.0/ports?device_id=b8338d37-90fc-4d03-a862-b4f89fe19ff5 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:46:31.022 8 INFO neutron.db.l3_hamode_db [None req-b07f07ca-1c55-4a50-8188-98a2b68a9317 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 16:46:31.274 7 INFO neutron.db.l3_db [None req-0378be5d-d23c-4db5-9b27-5ab48ac6bc8a ce26cc7f9ab9494aa65c47aab6ded938 1b9dec389a924c9e9baa9ba3424a8d90 - - default default] Floating IP b37f1922-2c0d-4da3-82e4-9682783b9757 associated. External IP: 10.96.250.204, port: 9ad8a983-0fa3-4a6a-922d-bc570053f18b. [pid: 8|app: 0|req: 1069/1978] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:46:30 2026] POST /v2.0/routers => generated 728 bytes in 1790 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1979] 10.0.0.205 () {34 vars in 749 bytes} [Tue May 5 16:46:30 2026] PUT /v2.0/floatingips/b37f1922-2c0d-4da3-82e4-9682783b9757 => generated 855 bytes in 1209 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1980] 10.0.0.205 () {32 vars in 729 bytes} [Tue May 5 16:46:32 2026] GET /v2.0/floatingips/b37f1922-2c0d-4da3-82e4-9682783b9757 => generated 855 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:46:32.181 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b22c1750-cda4-4c00-93ee-8d0e61b39cff'] response: {'name': 'network-changed', 'server_uuid': 'b8338d37-90fc-4d03-a862-b4f89fe19ff5', 'tag': '9ad8a983-0fa3-4a6a-922d-bc570053f18b', 'status': 'completed', 'code': 200} 2026-05-05 16:46:32.671 7 INFO neutron.db.segments_db [None req-8ce65c6d-94a5-4488-843c-d16815a19e7f cc2444c1cf0842ed9eab188f70f0bc66 cec89993aa454b3d8170fe6b5e2d3de0 - - default default] Added segment 87dbb452-135d-496e-acff-423b7b4406aa of type vxlan for network c7576fbf-aee6-4b78-8cf7-57c890853ab1 2026-05-05 16:46:32.874 7 INFO neutron.db.l3_hamode_db [None req-8ce65c6d-94a5-4488-843c-d16815a19e7f cc2444c1cf0842ed9eab188f70f0bc66 cec89993aa454b3d8170fe6b5e2d3de0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 16:46:32.987 7 INFO neutron.db.l3_hamode_db [None req-8ce65c6d-94a5-4488-843c-d16815a19e7f cc2444c1cf0842ed9eab188f70f0bc66 cec89993aa454b3d8170fe6b5e2d3de0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1070/1981] 10.0.0.205 () {34 vars in 783 bytes} [Tue May 5 16:46:31 2026] PUT /v2.0/routers/879acde2-1cea-4785-bfe7-7615a4099c52/add_router_interface => generated 309 bytes in 1252 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/1982] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:46:33 2026] GET /v2.0/ports?tenant_id=1b9dec389a924c9e9baa9ba3424a8d90&device_id=b8338d37-90fc-4d03-a862-b4f89fe19ff5 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/1983] 10.0.0.205 () {32 vars in 729 bytes} [Tue May 5 16:46:33 2026] GET /v2.0/floatingips/b37f1922-2c0d-4da3-82e4-9682783b9757 => generated 855 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/1984] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:46:33 2026] GET /v2.0/networks?id=2dc6e2a9-90fa-4c1c-8df9-7ef81428a66b => 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: 1074/1985] 199.204.45.153 () {34 vars in 1058 bytes} [Tue May 5 16:46:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=9ad8a983-0fa3-4a6a-922d-bc570053f18b => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/1986] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:46:33 2026] GET /v2.0/subnets?id=cb1d8684-9716-4f81-bbfe-915f975cb436 => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/1987] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:46:33 2026] GET /v2.0/ports?network_id=2dc6e2a9-90fa-4c1c-8df9-7ef81428a66b&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/1988] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:46:33 2026] GET /v2.0/networks/2dc6e2a9-90fa-4c1c-8df9-7ef81428a66b?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: 1078/1989] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:46:33 2026] GET /v2.0/networks/2dc6e2a9-90fa-4c1c-8df9-7ef81428a66b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1990] 10.0.0.205 () {34 vars in 668 bytes} [Tue May 5 16:46:32 2026] POST /v2.0/routers => generated 474 bytes in 1126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:46:33.647 8 INFO neutron.db.l3_hamode_db [None req-e911d6e7-4ed5-46c4-bddc-7806c25200bb cc2444c1cf0842ed9eab188f70f0bc66 cec89993aa454b3d8170fe6b5e2d3de0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 16:46:33.749 8 INFO neutron.db.l3_hamode_db [None req-e911d6e7-4ed5-46c4-bddc-7806c25200bb cc2444c1cf0842ed9eab188f70f0bc66 cec89993aa454b3d8170fe6b5e2d3de0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1079/1991] 10.0.0.205 () {34 vars in 668 bytes} [Tue May 5 16:46:33 2026] POST /v2.0/routers => generated 474 bytes in 701 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/1992] 10.0.0.205 () {32 vars in 729 bytes} [Tue May 5 16:46:34 2026] GET /v2.0/floatingips/b37f1922-2c0d-4da3-82e4-9682783b9757 => generated 857 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:46:34.356 7 INFO neutron.db.segments_db [None req-4ff5397f-0064-42de-b58f-3df3ebef1912 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Added segment 09e052d9-5cc7-44c9-aa39-4fbfc0c0eece of type vxlan for network 6befc725-1f13-4728-93eb-453d9dca57ab 2026-05-05 16:46:34.382 8 INFO neutron.db.l3_hamode_db [None req-3f5e8a4b-fca4-43e8-9a34-ac59436b859c cc2444c1cf0842ed9eab188f70f0bc66 cec89993aa454b3d8170fe6b5e2d3de0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 913/1993] 10.0.0.205 () {34 vars in 671 bytes} [Tue May 5 16:46:34 2026] POST /v2.0/networks => generated 721 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:46:34.519 8 INFO neutron.db.l3_hamode_db [None req-3f5e8a4b-fca4-43e8-9a34-ac59436b859c cc2444c1cf0842ed9eab188f70f0bc66 cec89993aa454b3d8170fe6b5e2d3de0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 914/1994] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:46:34 2026] POST /v2.0/subnets => generated 687 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:46:34.736 7 INFO neutron.db.segments_db [None req-296696c4-645d-45c8-8988-637589fe94af 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Added segment 09c9aef3-a467-4cd7-97cd-868a82dcd11d of type vxlan for network 73f937bf-2a92-4928-9f60-4b354dda0503 2026-05-05 16:46:35.040 7 INFO neutron.db.l3_hamode_db [None req-296696c4-645d-45c8-8988-637589fe94af 3ab93697386646a58380ba368f7fdc35 7366fd6d8e4149e8a8574f46b4a1feb0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1081/1995] 10.0.0.205 () {34 vars in 668 bytes} [Tue May 5 16:46:34 2026] POST /v2.0/routers => generated 474 bytes in 746 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:46:35.129 8 INFO neutron.db.l3_hamode_db [None req-19dc5ca0-237f-4c73-b099-b456576b2828 cc2444c1cf0842ed9eab188f70f0bc66 cec89993aa454b3d8170fe6b5e2d3de0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 16:46:35.236 8 INFO neutron.db.l3_hamode_db [None req-19dc5ca0-237f-4c73-b099-b456576b2828 cc2444c1cf0842ed9eab188f70f0bc66 cec89993aa454b3d8170fe6b5e2d3de0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1082/1996] 10.0.0.205 () {34 vars in 668 bytes} [Tue May 5 16:46:35 2026] POST /v2.0/routers => generated 474 bytes in 733 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:46:35.893 8 INFO neutron.db.l3_hamode_db [None req-a4c6882b-b438-4cf9-9820-140a6697b02c cc2444c1cf0842ed9eab188f70f0bc66 cec89993aa454b3d8170fe6b5e2d3de0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 16:46:35.929 7 INFO neutron.db.l3_hamode_db [None req-296696c4-645d-45c8-8988-637589fe94af 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 16:46:36.027 8 INFO neutron.db.l3_hamode_db [None req-a4c6882b-b438-4cf9-9820-140a6697b02c cc2444c1cf0842ed9eab188f70f0bc66 cec89993aa454b3d8170fe6b5e2d3de0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1083/1997] 10.0.0.205 () {34 vars in 668 bytes} [Tue May 5 16:46:35 2026] POST /v2.0/routers => generated 474 bytes in 781 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/1998] 10.0.0.205 () {34 vars in 751 bytes} [Tue May 5 16:46:36 2026] PUT /v2.0/routers/f519a6c0-f532-4288-a95c-4009e4f16020/tags => generated 17 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/1999] 10.0.0.205 () {34 vars in 751 bytes} [Tue May 5 16:46:36 2026] PUT /v2.0/routers/6d366760-b51f-4b78-b4cc-5f114e30f955/tags => generated 25 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/2000] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:46:34 2026] POST /v2.0/routers => generated 727 bytes in 2243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2001] 10.0.0.205 () {34 vars in 751 bytes} [Tue May 5 16:46:36 2026] PUT /v2.0/routers/3bce7790-3af2-4510-8a4b-2ee257a9a6c8/tags => generated 34 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2002] 10.0.0.205 () {34 vars in 751 bytes} [Tue May 5 16:46:36 2026] PUT /v2.0/routers/3d3b22fc-90c3-4a39-8d23-3af7c51c59ee/tags => generated 19 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2003] 10.0.0.205 () {32 vars in 664 bytes} [Tue May 5 16:46:37 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2004] 10.0.0.205 () {32 vars in 678 bytes} [Tue May 5 16:46:37 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2005] 10.0.0.205 () {32 vars in 674 bytes} [Tue May 5 16:46:37 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2006] 10.0.0.205 () {32 vars in 686 bytes} [Tue May 5 16:46:37 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2007] 10.0.0.205 () {32 vars in 672 bytes} [Tue May 5 16:46:37 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 571 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2008] 10.0.0.205 () {32 vars in 686 bytes} [Tue May 5 16:46:37 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2009] 10.0.0.205 () {32 vars in 682 bytes} [Tue May 5 16:46:38 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2010] 10.0.0.205 () {32 vars in 694 bytes} [Tue May 5 16:46:38 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/2011] 10.0.0.205 () {34 vars in 783 bytes} [Tue May 5 16:46:36 2026] PUT /v2.0/routers/005d7412-ba81-47df-b57e-f3efc0bfbb31/add_router_interface => generated 309 bytes in 1329 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2012] 10.0.0.205 () {32 vars in 721 bytes} [Tue May 5 16:46:38 2026] GET /v2.0/routers/f519a6c0-f532-4288-a95c-4009e4f16020 => generated 485 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/2013] 10.0.0.205 () {34 vars in 742 bytes} [Tue May 5 16:46:38 2026] PUT /v2.0/routers/f519a6c0-f532-4288-a95c-4009e4f16020 => generated 485 bytes in 568 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2014] 10.0.0.205 () {32 vars in 736 bytes} [Tue May 5 16:46:38 2026] GET /v2.0/ports?device_id=f519a6c0-f532-4288-a95c-4009e4f16020 => 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: 1098/2015] 10.0.0.205 () {34 vars in 685 bytes} [Tue May 5 16:46:38 2026] POST /v2.0/security-groups => generated 1675 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-05 16:46:39.139 7 INFO neutron_taas.services.taas.taas_plugin [None req-0723fcce-dfb0-4035-a4a7-ce734a338fd7 cc2444c1cf0842ed9eab188f70f0bc66 cec89993aa454b3d8170fe6b5e2d3de0 - - default default] TaaS: Handle Delete Port: 4d296d48-e49c-4740-9a75-3c7a3ce02638 2026-05-05 16:46:39.142 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0723fcce-dfb0-4035-a4a7-ce734a338fd7 cc2444c1cf0842ed9eab188f70f0bc66 cec89993aa454b3d8170fe6b5e2d3de0 - - default default] Tap Mirror: Handle Delete Port: 4d296d48-e49c-4740-9a75-3c7a3ce02638 [pid: 8|app: 0|req: 1099/2016] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:46:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/2017] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:46:38 2026] DELETE /v2.0/routers/f519a6c0-f532-4288-a95c-4009e4f16020 => generated 0 bytes in 534 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2018] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:46:39 2026] POST /v2.0/security-group-rules => generated 596 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/2019] 10.0.0.205 () {32 vars in 721 bytes} [Tue May 5 16:46:39 2026] GET /v2.0/routers/6d366760-b51f-4b78-b4cc-5f114e30f955 => generated 493 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2020] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:46:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2021] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:46:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:46:39.734 8 INFO neutron.db.securitygroups_db [None req-035c04fd-ac33-4bf3-a2c8-5c1e58318b8e d8a3e35eeb464d6fb91393b8c316da90 8a4dfee2ebbb4b73bbe7e787a6bbaeae - - default default] Project 8a4dfee2ebbb4b73bbe7e787a6bbaeae 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: 1103/2022] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:46:39 2026] POST /v2.0/security-group-rules => generated 607 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:46:39.852 8 INFO neutron.db.securitygroups_db [None req-1cb27c61-798b-4c51-880b-6a75f8b8bed3 d8a3e35eeb464d6fb91393b8c316da90 8a4dfee2ebbb4b73bbe7e787a6bbaeae - - default default] Project 8a4dfee2ebbb4b73bbe7e787a6bbaeae 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: 1104/2023] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:46:39 2026] POST /v2.0/security-group-rules => generated 606 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/2024] 10.0.0.205 () {34 vars in 742 bytes} [Tue May 5 16:46:39 2026] PUT /v2.0/routers/6d366760-b51f-4b78-b4cc-5f114e30f955 => generated 493 bytes in 576 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2025] 10.0.0.205 () {32 vars in 736 bytes} [Tue May 5 16:46:40 2026] GET /v2.0/ports?device_id=6d366760-b51f-4b78-b4cc-5f114e30f955 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:46:40.294 7 INFO neutron_taas.services.taas.taas_plugin [None req-7089e4f4-4b03-46f0-bae2-9ce4efb89aea cc2444c1cf0842ed9eab188f70f0bc66 cec89993aa454b3d8170fe6b5e2d3de0 - - default default] TaaS: Handle Delete Port: 7039e01f-b788-4c76-81cf-d9c293eb86c3 2026-05-05 16:46:40.296 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7089e4f4-4b03-46f0-bae2-9ce4efb89aea cc2444c1cf0842ed9eab188f70f0bc66 cec89993aa454b3d8170fe6b5e2d3de0 - - default default] Tap Mirror: Handle Delete Port: 7039e01f-b788-4c76-81cf-d9c293eb86c3 [pid: 8|app: 0|req: 1106/2026] 10.0.0.205 () {34 vars in 685 bytes} [Tue May 5 16:46:40 2026] POST /v2.0/security-groups => generated 1660 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/2027] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:46:40 2026] DELETE /v2.0/routers/6d366760-b51f-4b78-b4cc-5f114e30f955 => generated 0 bytes in 374 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2028] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:46:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/2029] 10.0.0.205 () {32 vars in 721 bytes} [Tue May 5 16:46:40 2026] GET /v2.0/routers/3bce7790-3af2-4510-8a4b-2ee257a9a6c8 => generated 502 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2030] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:46:40 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/2031] 10.0.0.205 () {34 vars in 742 bytes} [Tue May 5 16:46:40 2026] PUT /v2.0/routers/3bce7790-3af2-4510-8a4b-2ee257a9a6c8 => generated 502 bytes in 573 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/2032] 10.0.0.205 () {32 vars in 736 bytes} [Tue May 5 16:46:41 2026] GET /v2.0/ports?device_id=3bce7790-3af2-4510-8a4b-2ee257a9a6c8 => 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: 1109/2033] 10.0.0.205 () {34 vars in 676 bytes} [Tue May 5 16:46:40 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-05-05 16:46:41.332 7 INFO neutron_taas.services.taas.taas_plugin [None req-882608e2-9a97-42e8-a43a-67499dc26a8e cc2444c1cf0842ed9eab188f70f0bc66 cec89993aa454b3d8170fe6b5e2d3de0 - - default default] TaaS: Handle Delete Port: 6ba114fb-c2f9-4b9e-9a15-ca1603bd5a41 2026-05-05 16:46:41.335 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-882608e2-9a97-42e8-a43a-67499dc26a8e cc2444c1cf0842ed9eab188f70f0bc66 cec89993aa454b3d8170fe6b5e2d3de0 - - default default] Tap Mirror: Handle Delete Port: 6ba114fb-c2f9-4b9e-9a15-ca1603bd5a41 [pid: 8|app: 0|req: 1110/2034] 10.0.0.8 () {34 vars in 1096 bytes} [Tue May 5 16:46:41 2026] GET /v2.0/security-groups?name=tempest-securitygroup--117088523&fields=id&tenant_id=8a4dfee2ebbb4b73bbe7e787a6bbaeae => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2035] 10.0.0.8 () {34 vars in 1098 bytes} [Tue May 5 16:46:41 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1755853176&fields=id&tenant_id=8a4dfee2ebbb4b73bbe7e787a6bbaeae => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2036] 10.0.0.8 () {34 vars in 980 bytes} [Tue May 5 16:46:41 2026] GET /v2.0/networks?id=d3217bdb-0b04-4c76-99c0-5049d6643513 => generated 673 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2037] 10.0.0.40 () {34 vars in 989 bytes} [Tue May 5 16:46:41 2026] GET /v2.0/ports?device_id=b8338d37-90fc-4d03-a862-b4f89fe19ff5 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2038] 10.0.0.8 () {34 vars in 963 bytes} [Tue May 5 16:46:41 2026] GET /v2.0/quotas/8a4dfee2ebbb4b73bbe7e787a6bbaeae => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2039] 10.0.0.40 () {34 vars in 1039 bytes} [Tue May 5 16:46:41 2026] GET /v2.0/security-groups?id=ffe58dfa-1be8-4519-9ece-3b7f23ba39c8&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/2040] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:46:41 2026] DELETE /v2.0/routers/3bce7790-3af2-4510-8a4b-2ee257a9a6c8 => generated 0 bytes in 413 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2041] 10.0.0.8 () {34 vars in 1000 bytes} [Tue May 5 16:46:41 2026] GET /v2.0/ports?tenant_id=8a4dfee2ebbb4b73bbe7e787a6bbaeae&fields=id => generated 103 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/2042] 10.0.0.205 () {32 vars in 721 bytes} [Tue May 5 16:46:41 2026] GET /v2.0/routers/3d3b22fc-90c3-4a39-8d23-3af7c51c59ee => generated 487 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/2043] 10.0.0.8 () {34 vars in 1006 bytes} [Tue May 5 16:46:41 2026] GET /v2.0/networks/d3217bdb-0b04-4c76-99c0-5049d6643513?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: 928/2044] 10.0.0.8 () {34 vars in 1106 bytes} [Tue May 5 16:46:41 2026] GET /v2.0/networks/d3217bdb-0b04-4c76-99c0-5049d6643513?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/2045] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:41 2026] GET /v2.0/ports?device_id=b274efa4-00b9-44d2-a00f-d9d67d5efe4b => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2046] 10.0.0.205 () {34 vars in 742 bytes} [Tue May 5 16:46:41 2026] PUT /v2.0/routers/3d3b22fc-90c3-4a39-8d23-3af7c51c59ee => generated 487 bytes in 578 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/2047] 10.0.0.205 () {32 vars in 736 bytes} [Tue May 5 16:46:42 2026] GET /v2.0/ports?device_id=3d3b22fc-90c3-4a39-8d23-3af7c51c59ee => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:46:42.404 8 INFO neutron_taas.services.taas.taas_plugin [None req-42b19be4-4825-4d24-a4ee-0c9bd8a217c0 cc2444c1cf0842ed9eab188f70f0bc66 cec89993aa454b3d8170fe6b5e2d3de0 - - default default] TaaS: Handle Delete Port: 907ea197-69ef-439b-b491-77f57dac243d 2026-05-05 16:46:42.407 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42b19be4-4825-4d24-a4ee-0c9bd8a217c0 cc2444c1cf0842ed9eab188f70f0bc66 cec89993aa454b3d8170fe6b5e2d3de0 - - default default] Tap Mirror: Handle Delete Port: 907ea197-69ef-439b-b491-77f57dac243d [pid: 8|app: 0|req: 1118/2048] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:46:42 2026] DELETE /v2.0/routers/3d3b22fc-90c3-4a39-8d23-3af7c51c59ee => generated 0 bytes in 417 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/2049] 10.0.0.205 () {32 vars in 721 bytes} [Tue May 5 16:46:42 2026] GET /v2.0/routers/1b2a9ca1-2fc0-4d19-add3-8d3b66622985 => generated 480 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/2050] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:42 2026] GET /v2.0/ports?device_id=b274efa4-00b9-44d2-a00f-d9d67d5efe4b => 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: 1119/2051] 10.0.0.205 () {34 vars in 742 bytes} [Tue May 5 16:46:42 2026] PUT /v2.0/routers/1b2a9ca1-2fc0-4d19-add3-8d3b66622985 => generated 480 bytes in 532 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/2052] 10.0.0.205 () {32 vars in 736 bytes} [Tue May 5 16:46:43 2026] GET /v2.0/ports?device_id=1b2a9ca1-2fc0-4d19-add3-8d3b66622985 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:46:43.454 8 INFO neutron_taas.services.taas.taas_plugin [None req-f0b2f3d3-1312-4688-83c7-ba8be37e1549 cc2444c1cf0842ed9eab188f70f0bc66 cec89993aa454b3d8170fe6b5e2d3de0 - - default default] TaaS: Handle Delete Port: 4470ede6-751c-4a0f-8391-352b5e7c1cc5 2026-05-05 16:46:43.456 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0b2f3d3-1312-4688-83c7-ba8be37e1549 cc2444c1cf0842ed9eab188f70f0bc66 cec89993aa454b3d8170fe6b5e2d3de0 - - default default] Tap Mirror: Handle Delete Port: 4470ede6-751c-4a0f-8391-352b5e7c1cc5 2026-05-05 16:46:43.770 8 INFO neutron.services.segments.plugin [-] Segment 87dbb452-135d-496e-acff-423b7b4406aa resource provider aggregate not found 2026-05-05 16:46:43.774 8 INFO neutron.services.segments.plugin [-] Segment 87dbb452-135d-496e-acff-423b7b4406aa resource provider aggregate not found 2026-05-05 16:46:43.788 8 INFO neutron.services.segments.plugin [-] Segment 87dbb452-135d-496e-acff-423b7b4406aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87dbb452-135d-496e-acff-423b7b4406aa found for delete ", "request_id": "req-8711baf1-20dd-41c3-8d41-f447ada22848"}]} 2026-05-05 16:46:43.792 8 INFO neutron.services.segments.plugin [-] Segment 87dbb452-135d-496e-acff-423b7b4406aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87dbb452-135d-496e-acff-423b7b4406aa found for delete ", "request_id": "req-1c70a771-3617-4d4e-ba00-fc3de4111529"}]} 2026-05-05 16:46:43.792 8 INFO neutron.db.l3_hamode_db [None req-f0b2f3d3-1312-4688-83c7-ba8be37e1549 cc2444c1cf0842ed9eab188f70f0bc66 cec89993aa454b3d8170fe6b5e2d3de0 - - default default] HA network c7576fbf-aee6-4b78-8cf7-57c890853ab1 was deleted as no HA routers are present in tenant cec89993aa454b3d8170fe6b5e2d3de0. [pid: 8|app: 0|req: 1120/2053] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:46:43 2026] DELETE /v2.0/routers/1b2a9ca1-2fc0-4d19-add3-8d3b66622985 => generated 0 bytes in 505 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/2054] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:44 2026] GET /v2.0/ports?device_id=b274efa4-00b9-44d2-a00f-d9d67d5efe4b => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2055] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:46:44 2026] GET /v2.0/security-groups?tenant_id=17d70800617e4d3ba689fab65dadabc5&name=default => generated 2925 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/2056] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:46:44 2026] DELETE /v2.0/security-groups/b449ea54-4336-4078-910d-12ea5603bea8 => 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: 936/2057] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:45 2026] GET /v2.0/ports?device_id=b274efa4-00b9-44d2-a00f-d9d67d5efe4b => 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: 1122/2058] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:46:45 2026] GET /v2.0/security-groups?tenant_id=cec89993aa454b3d8170fe6b5e2d3de0&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/2059] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:46:45 2026] DELETE /v2.0/security-groups/b891e41c-699d-4b62-b631-92e6850b07f6 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2062] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:46:45 2026] GET /v2.0/security-groups?tenant_id=ebe224925ac4473b92b8a34152dd209d&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/2063] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:46:45 2026] DELETE /v2.0/security-groups/a4142830-0552-4e17-8d5f-744280a9758b => 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: 1124/2064] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:46:46 2026] GET /v2.0/networks?id=d3217bdb-0b04-4c76-99c0-5049d6643513 => generated 673 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2065] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:46 2026] GET /v2.0/ports?device_id=b274efa4-00b9-44d2-a00f-d9d67d5efe4b => 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: 941/2066] 199.204.45.153 () {34 vars in 1050 bytes} [Tue May 5 16:46:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8a4dfee2ebbb4b73bbe7e787a6bbaeae => generated 273 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2067] 199.204.45.153 () {38 vars in 955 bytes} [Tue May 5 16:46:46 2026] POST /v2.0/ports => generated 993 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/2068] 199.204.45.153 () {38 vars in 1028 bytes} [Tue May 5 16:46:46 2026] PUT /v2.0/ports/6d946ab8-5d13-4b57-8a47-e30758abc2e6 => generated 1274 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:46:47.008 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ced4a15c-df2a-47c9-920c-8a70ad38940c'] response: {'name': 'network-changed', 'server_uuid': 'b274efa4-00b9-44d2-a00f-d9d67d5efe4b', 'tag': '6d946ab8-5d13-4b57-8a47-e30758abc2e6', '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: 1127/2069] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:47 2026] GET /v2.0/ports?device_id=b274efa4-00b9-44d2-a00f-d9d67d5efe4b => generated 1008 bytes in 81 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: 943/2070] 10.0.0.8 () {34 vars in 1118 bytes} [Tue May 5 16:46:47 2026] GET /v2.0/security-groups?id=3524031d-1f31-47b1-9673-fe72a5a570a6&id=2810b5d7-354c-4443-86e0-162bd7c27419&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2071] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:46:47 2026] GET /v2.0/ports?tenant_id=8a4dfee2ebbb4b73bbe7e787a6bbaeae&device_id=b274efa4-00b9-44d2-a00f-d9d67d5efe4b => generated 1277 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/2072] 199.204.45.153 () {34 vars in 1018 bytes} [Tue May 5 16:46:47 2026] GET /v2.0/networks?tenant_id=8a4dfee2ebbb4b73bbe7e787a6bbaeae&shared=False => generated 769 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2073] 199.204.45.153 () {34 vars in 930 bytes} [Tue May 5 16:46:47 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/2074] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:48 2026] GET /v2.0/ports?device_id=b274efa4-00b9-44d2-a00f-d9d67d5efe4b => generated 1008 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2075] 10.0.0.8 () {34 vars in 1118 bytes} [Tue May 5 16:46:48 2026] GET /v2.0/security-groups?id=3524031d-1f31-47b1-9673-fe72a5a570a6&id=2810b5d7-354c-4443-86e0-162bd7c27419&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2076] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:46:48 2026] GET /v2.0/ports?tenant_id=8a4dfee2ebbb4b73bbe7e787a6bbaeae&device_id=b274efa4-00b9-44d2-a00f-d9d67d5efe4b => generated 1277 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2077] 199.204.45.153 () {34 vars in 1058 bytes} [Tue May 5 16:46:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=6d946ab8-5d13-4b57-8a47-e30758abc2e6 => 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: 946/2078] 10.0.0.205 () {34 vars in 678 bytes} [Tue May 5 16:46:48 2026] POST /v2.0/qos/policies => generated 359 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2079] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:46:48 2026] GET /v2.0/subnets?id=f1d93583-86ee-4e4b-b574-a9acaa5456a7 => generated 691 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2080] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:46:48 2026] GET /v2.0/ports?network_id=d3217bdb-0b04-4c76-99c0-5049d6643513&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: 947/2081] 10.0.0.205 () {34 vars in 753 bytes} [Tue May 5 16:46:48 2026] PUT /v2.0/policies/5dd4d89f-09fc-4e3d-9a01-2def22cacbf2/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2082] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:46:48 2026] GET /v2.0/networks/d3217bdb-0b04-4c76-99c0-5049d6643513?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/2083] 10.0.0.205 () {32 vars in 733 bytes} [Tue May 5 16:46:48 2026] GET /v2.0/policies/5dd4d89f-09fc-4e3d-9a01-2def22cacbf2/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/2084] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:46:48 2026] GET /v2.0/networks/d3217bdb-0b04-4c76-99c0-5049d6643513?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: 1136/2085] 10.0.0.205 () {34 vars in 764 bytes} [Tue May 5 16:46:48 2026] PUT /v2.0/policies/5dd4d89f-09fc-4e3d-9a01-2def22cacbf2/tags/green => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/2086] 10.0.0.205 () {32 vars in 733 bytes} [Tue May 5 16:46:48 2026] GET /v2.0/policies/5dd4d89f-09fc-4e3d-9a01-2def22cacbf2/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: 1137/2087] 10.0.0.205 () {34 vars in 760 bytes} [Tue May 5 16:46:48 2026] PUT /v2.0/policies/5dd4d89f-09fc-4e3d-9a01-2def22cacbf2/tags/red => 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: 951/2088] 10.0.0.205 () {32 vars in 733 bytes} [Tue May 5 16:46:49 2026] GET /v2.0/policies/5dd4d89f-09fc-4e3d-9a01-2def22cacbf2/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2089] 10.0.0.205 () {34 vars in 782 bytes} [Tue May 5 16:46:49 2026] PUT /v2.0/policies/5dd4d89f-09fc-4e3d-9a01-2def22cacbf2/tags/black.or.white => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/2090] 10.0.0.205 () {32 vars in 733 bytes} [Tue May 5 16:46:49 2026] GET /v2.0/policies/5dd4d89f-09fc-4e3d-9a01-2def22cacbf2/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2091] 10.0.0.205 () {34 vars in 753 bytes} [Tue May 5 16:46:49 2026] PUT /v2.0/policies/5dd4d89f-09fc-4e3d-9a01-2def22cacbf2/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/2092] 10.0.0.205 () {32 vars in 733 bytes} [Tue May 5 16:46:49 2026] GET /v2.0/policies/5dd4d89f-09fc-4e3d-9a01-2def22cacbf2/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: 1140/2093] 10.0.0.205 () {32 vars in 741 bytes} [Tue May 5 16:46:49 2026] GET /v2.0/policies/5dd4d89f-09fc-4e3d-9a01-2def22cacbf2/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:46:49.347 7 INFO neutron.api.v2.resource [None req-9a7be2f9-746a-452a-9e27-7039b3aa2e64 8c3d610b72e746dea89f8e40c39381c7 16d69d7f5e244a0a8ee67fc4bad56573 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 954/2094] 10.0.0.205 () {32 vars in 745 bytes} [Tue May 5 16:46:49 2026] GET /v2.0/policies/5dd4d89f-09fc-4e3d-9a01-2def22cacbf2/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2095] 10.0.0.205 () {32 vars in 744 bytes} [Tue May 5 16:46:49 2026] DELETE /v2.0/policies/5dd4d89f-09fc-4e3d-9a01-2def22cacbf2/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: 955/2096] 10.0.0.205 () {32 vars in 733 bytes} [Tue May 5 16:46:49 2026] GET /v2.0/policies/5dd4d89f-09fc-4e3d-9a01-2def22cacbf2/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:46:49.482 8 INFO neutron.api.v2.resource [None req-7f26561e-d7ba-4af8-abc4-b01ee3a26f46 8c3d610b72e746dea89f8e40c39381c7 16d69d7f5e244a0a8ee67fc4bad56573 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1142/2097] 10.0.0.205 () {32 vars in 748 bytes} [Tue May 5 16:46:49 2026] DELETE /v2.0/policies/5dd4d89f-09fc-4e3d-9a01-2def22cacbf2/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/2098] 10.0.0.205 () {32 vars in 736 bytes} [Tue May 5 16:46:49 2026] DELETE /v2.0/policies/5dd4d89f-09fc-4e3d-9a01-2def22cacbf2/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: 1143/2099] 10.0.0.205 () {32 vars in 733 bytes} [Tue May 5 16:46:49 2026] GET /v2.0/policies/5dd4d89f-09fc-4e3d-9a01-2def22cacbf2/tags => 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: 957/2100] 10.0.0.205 () {32 vars in 734 bytes} [Tue May 5 16:46:49 2026] DELETE /v2.0/qos/policies/5dd4d89f-09fc-4e3d-9a01-2def22cacbf2 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2101] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:49 2026] GET /v2.0/ports?device_id=b274efa4-00b9-44d2-a00f-d9d67d5efe4b => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/2102] 10.0.0.8 () {34 vars in 1118 bytes} [Tue May 5 16:46:49 2026] GET /v2.0/security-groups?id=3524031d-1f31-47b1-9673-fe72a5a570a6&id=2810b5d7-354c-4443-86e0-162bd7c27419&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/2103] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:50 2026] GET /v2.0/ports?device_id=b8338d37-90fc-4d03-a862-b4f89fe19ff5 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/2104] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:46:50 2026] GET /v2.0/security-groups?id=ffe58dfa-1be8-4519-9ece-3b7f23ba39c8&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: 1145/2105] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:46:50 2026] GET /v2.0/security-groups?tenant_id=8505905968044a4eb7e669042e4292ba&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/2106] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:46:50 2026] DELETE /v2.0/security-groups/40a7a0e5-c086-476c-8a7d-f8546cfa84b0 => 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: 1146/2107] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:46:50 2026] GET /v2.0/security-groups?tenant_id=16d69d7f5e244a0a8ee67fc4bad56573&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2108] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:50 2026] GET /v2.0/ports?device_id=b274efa4-00b9-44d2-a00f-d9d67d5efe4b => generated 1008 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/2109] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:46:50 2026] DELETE /v2.0/security-groups/72ca96f9-fd0d-4bd6-a072-ac9d704be502 => 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: 1148/2110] 10.0.0.8 () {34 vars in 1118 bytes} [Tue May 5 16:46:50 2026] GET /v2.0/security-groups?id=3524031d-1f31-47b1-9673-fe72a5a570a6&id=2810b5d7-354c-4443-86e0-162bd7c27419&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/2111] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:51 2026] GET /v2.0/ports?device_id=b8338d37-90fc-4d03-a862-b4f89fe19ff5 => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2112] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:46:51 2026] GET /v2.0/security-groups?id=ffe58dfa-1be8-4519-9ece-3b7f23ba39c8&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/2113] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:51 2026] GET /v2.0/ports?device_id=b274efa4-00b9-44d2-a00f-d9d67d5efe4b => generated 1010 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2114] 10.0.0.8 () {34 vars in 1118 bytes} [Tue May 5 16:46:51 2026] GET /v2.0/security-groups?id=3524031d-1f31-47b1-9673-fe72a5a570a6&id=2810b5d7-354c-4443-86e0-162bd7c27419&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/2115] 199.204.45.153 () {34 vars in 994 bytes} [Tue May 5 16:46:52 2026] GET /v2.0/ports?device_id=b274efa4-00b9-44d2-a00f-d9d67d5efe4b => generated 1279 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2116] 199.204.45.153 () {34 vars in 1124 bytes} [Tue May 5 16:46:52 2026] GET /v2.0/security-groups?id=2810b5d7-354c-4443-86e0-162bd7c27419&id=3524031d-1f31-47b1-9673-fe72a5a570a6&fields=id&fields=name => generated 206 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/2117] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:52 2026] GET /v2.0/ports?device_id=b8338d37-90fc-4d03-a862-b4f89fe19ff5 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2118] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:46:52 2026] GET /v2.0/security-groups?id=ffe58dfa-1be8-4519-9ece-3b7f23ba39c8&fields=id&fields=name => generated 112 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/2119] 199.204.45.153 () {34 vars in 994 bytes} [Tue May 5 16:46:52 2026] GET /v2.0/ports?device_id=b8338d37-90fc-4d03-a862-b4f89fe19ff5 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:46:52.990 8 INFO neutron_taas.services.taas.taas_plugin [req-b0b87f09-3bbc-4fd9-bf65-21e68e2a465a req-7a668d64-1ff2-47e8-98e7-828631fabe86 ce26cc7f9ab9494aa65c47aab6ded938 1b9dec389a924c9e9baa9ba3424a8d90 - - default default] TaaS: Handle Delete Port: 9ad8a983-0fa3-4a6a-922d-bc570053f18b 2026-05-05 16:46:52.993 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b0b87f09-3bbc-4fd9-bf65-21e68e2a465a req-7a668d64-1ff2-47e8-98e7-828631fabe86 ce26cc7f9ab9494aa65c47aab6ded938 1b9dec389a924c9e9baa9ba3424a8d90 - - default default] Tap Mirror: Handle Delete Port: 9ad8a983-0fa3-4a6a-922d-bc570053f18b 2026-05-05 16:46:53.081 8 INFO neutron.db.l3_db [req-b0b87f09-3bbc-4fd9-bf65-21e68e2a465a req-7a668d64-1ff2-47e8-98e7-828631fabe86 ce26cc7f9ab9494aa65c47aab6ded938 1b9dec389a924c9e9baa9ba3424a8d90 - - default default] Floating IP b37f1922-2c0d-4da3-82e4-9682783b9757 disassociated. External IP: 10.96.250.204, port: 9ad8a983-0fa3-4a6a-922d-bc570053f18b. [pid: 7|app: 0|req: 968/2120] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:53 2026] GET /v2.0/ports?device_id=b274efa4-00b9-44d2-a00f-d9d67d5efe4b => generated 1010 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/2121] 10.0.0.8 () {34 vars in 1118 bytes} [Tue May 5 16:46:53 2026] GET /v2.0/security-groups?id=3524031d-1f31-47b1-9673-fe72a5a570a6&id=2810b5d7-354c-4443-86e0-162bd7c27419&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2122] 199.204.45.153 () {36 vars in 997 bytes} [Tue May 5 16:46:52 2026] DELETE /v2.0/ports/9ad8a983-0fa3-4a6a-922d-bc570053f18b => generated 0 bytes in 576 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:46:53.510 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a6d5dcec-ae68-44cb-b6ca-0f0c2c25ed99'] response: {'server_uuid': 'b8338d37-90fc-4d03-a862-b4f89fe19ff5', 'name': 'network-vif-deleted', 'tag': '9ad8a983-0fa3-4a6a-922d-bc570053f18b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 970/2123] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:53 2026] GET /v2.0/ports?device_id=b8338d37-90fc-4d03-a862-b4f89fe19ff5 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:46:54.286 8 INFO neutron.db.segments_db [None req-bbf024ea-6e5d-455d-b568-e4e890f1efeb 50652a46ddfd4167a96b1cbe33f0b06c 79699e826dc94bc0b238c5a5e64aa547 - - default default] Added segment 9a6a3139-a147-4a31-a5a9-7e427ce82732 of type vxlan for network 79fa6c9f-7cd5-4990-8980-be41f4914d21 [pid: 7|app: 0|req: 971/2124] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:54 2026] GET /v2.0/ports?device_id=b274efa4-00b9-44d2-a00f-d9d67d5efe4b => generated 1010 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/2125] 10.0.0.8 () {34 vars in 1118 bytes} [Tue May 5 16:46:54 2026] GET /v2.0/security-groups?id=3524031d-1f31-47b1-9673-fe72a5a570a6&id=2810b5d7-354c-4443-86e0-162bd7c27419&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2126] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:46:53 2026] POST /v2.0/networks => generated 612 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/2127] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:46:54 2026] POST /v2.0/subnets => generated 626 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2128] 10.0.0.205 () {34 vars in 751 bytes} [Tue May 5 16:46:54 2026] PUT /v2.0/subnets/e70c8f59-6234-46dc-9062-f5c78992edd2/tags => generated 25 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/2129] 10.0.0.205 () {32 vars in 731 bytes} [Tue May 5 16:46:54 2026] GET /v2.0/subnets/e70c8f59-6234-46dc-9062-f5c78992edd2/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2130] 10.0.0.205 () {34 vars in 762 bytes} [Tue May 5 16:46:54 2026] PUT /v2.0/subnets/e70c8f59-6234-46dc-9062-f5c78992edd2/tags/green => generated 4 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/2131] 10.0.0.205 () {32 vars in 731 bytes} [Tue May 5 16:46:54 2026] GET /v2.0/subnets/e70c8f59-6234-46dc-9062-f5c78992edd2/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: 1157/2132] 10.0.0.205 () {34 vars in 758 bytes} [Tue May 5 16:46:54 2026] PUT /v2.0/subnets/e70c8f59-6234-46dc-9062-f5c78992edd2/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/2133] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:54 2026] GET /v2.0/ports?device_id=b8338d37-90fc-4d03-a862-b4f89fe19ff5 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2134] 10.0.0.205 () {32 vars in 731 bytes} [Tue May 5 16:46:54 2026] GET /v2.0/subnets/e70c8f59-6234-46dc-9062-f5c78992edd2/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/2135] 10.0.0.205 () {34 vars in 780 bytes} [Tue May 5 16:46:55 2026] PUT /v2.0/subnets/e70c8f59-6234-46dc-9062-f5c78992edd2/tags/black.or.white => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2136] 10.0.0.205 () {32 vars in 731 bytes} [Tue May 5 16:46:55 2026] GET /v2.0/subnets/e70c8f59-6234-46dc-9062-f5c78992edd2/tags => generated 52 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/2137] 10.0.0.205 () {34 vars in 751 bytes} [Tue May 5 16:46:55 2026] PUT /v2.0/subnets/e70c8f59-6234-46dc-9062-f5c78992edd2/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2138] 10.0.0.205 () {32 vars in 731 bytes} [Tue May 5 16:46:55 2026] GET /v2.0/subnets/e70c8f59-6234-46dc-9062-f5c78992edd2/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/2139] 10.0.0.205 () {32 vars in 739 bytes} [Tue May 5 16:46:55 2026] GET /v2.0/subnets/e70c8f59-6234-46dc-9062-f5c78992edd2/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:46:55.312 8 INFO neutron.api.v2.resource [None req-4f9f023b-f33d-4a61-8a8f-9d4f157e2aad 50652a46ddfd4167a96b1cbe33f0b06c 79699e826dc94bc0b238c5a5e64aa547 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1161/2140] 10.0.0.205 () {32 vars in 743 bytes} [Tue May 5 16:46:55 2026] GET /v2.0/subnets/e70c8f59-6234-46dc-9062-f5c78992edd2/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2141] 10.0.0.205 () {32 vars in 742 bytes} [Tue May 5 16:46:55 2026] DELETE /v2.0/subnets/e70c8f59-6234-46dc-9062-f5c78992edd2/tags/red => 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: 1162/2142] 10.0.0.205 () {32 vars in 731 bytes} [Tue May 5 16:46:55 2026] GET /v2.0/subnets/e70c8f59-6234-46dc-9062-f5c78992edd2/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2143] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:55 2026] GET /v2.0/ports?device_id=b274efa4-00b9-44d2-a00f-d9d67d5efe4b => generated 1010 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:46:55.471 8 INFO neutron.api.v2.resource [None req-2e641b36-bac9-4512-ac6a-61eb8701e9a3 50652a46ddfd4167a96b1cbe33f0b06c 79699e826dc94bc0b238c5a5e64aa547 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1163/2144] 10.0.0.205 () {32 vars in 746 bytes} [Tue May 5 16:46:55 2026] DELETE /v2.0/subnets/e70c8f59-6234-46dc-9062-f5c78992edd2/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2145] 10.0.0.8 () {34 vars in 1118 bytes} [Tue May 5 16:46:55 2026] GET /v2.0/security-groups?id=3524031d-1f31-47b1-9673-fe72a5a570a6&id=2810b5d7-354c-4443-86e0-162bd7c27419&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2146] 10.0.0.205 () {32 vars in 734 bytes} [Tue May 5 16:46:55 2026] DELETE /v2.0/subnets/e70c8f59-6234-46dc-9062-f5c78992edd2/tags => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2147] 10.0.0.205 () {32 vars in 731 bytes} [Tue May 5 16:46:55 2026] GET /v2.0/subnets/e70c8f59-6234-46dc-9062-f5c78992edd2/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2148] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:55 2026] GET /v2.0/ports?device_id=b274efa4-00b9-44d2-a00f-d9d67d5efe4b => generated 1010 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2149] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:46:55 2026] DELETE /v2.0/subnets/e70c8f59-6234-46dc-9062-f5c78992edd2 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:46:55.761 7 INFO neutron_taas.services.taas.taas_plugin [None req-61d11c74-3094-4915-a257-955809bb92fa 50652a46ddfd4167a96b1cbe33f0b06c 79699e826dc94bc0b238c5a5e64aa547 - - default default] TaaS: Handle Delete Port: e2d94ade-828e-4b76-b9b9-26a412f34b68 2026-05-05 16:46:55.763 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61d11c74-3094-4915-a257-955809bb92fa 50652a46ddfd4167a96b1cbe33f0b06c 79699e826dc94bc0b238c5a5e64aa547 - - default default] Tap Mirror: Handle Delete Port: e2d94ade-828e-4b76-b9b9-26a412f34b68 2026-05-05 16:46:55.930 7 INFO neutron.services.segments.plugin [-] Segment 9a6a3139-a147-4a31-a5a9-7e427ce82732 resource provider aggregate not found 2026-05-05 16:46:55.935 7 INFO neutron.services.segments.plugin [-] Segment 9a6a3139-a147-4a31-a5a9-7e427ce82732 resource provider aggregate not found 2026-05-05 16:46:55.949 7 INFO neutron.services.segments.plugin [-] Segment 9a6a3139-a147-4a31-a5a9-7e427ce82732 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a6a3139-a147-4a31-a5a9-7e427ce82732 found for delete ", "request_id": "req-e0e40f37-a5b9-4383-ba60-c8e00075af72"}]} 2026-05-05 16:46:55.953 7 INFO neutron.services.segments.plugin [-] Segment 9a6a3139-a147-4a31-a5a9-7e427ce82732 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a6a3139-a147-4a31-a5a9-7e427ce82732 found for delete ", "request_id": "req-21ceb4ae-6c06-4da9-ba54-0f80f8632243"}]} [pid: 7|app: 0|req: 985/2150] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:46:55 2026] DELETE /v2.0/networks/79fa6c9f-7cd5-4990-8980-be41f4914d21 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:46:56.006 8 INFO neutron.db.l3_db [None req-13e0c82d-455d-4912-bc7a-2fb9df6d9124 d8a3e35eeb464d6fb91393b8c316da90 8a4dfee2ebbb4b73bbe7e787a6bbaeae - - default default] Floating IP 7d5cc22f-36cd-4420-8e59-b756764c62a0 associated. External IP: 10.96.250.206, port: 6d946ab8-5d13-4b57-8a47-e30758abc2e6. [pid: 7|app: 0|req: 986/2151] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:56 2026] GET /v2.0/ports?device_id=b8338d37-90fc-4d03-a862-b4f89fe19ff5 => 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: 1166/2152] 10.0.0.205 () {34 vars in 749 bytes} [Tue May 5 16:46:55 2026] PUT /v2.0/floatingips/7d5cc22f-36cd-4420-8e59-b756764c62a0 => generated 855 bytes in 669 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:46:56.335 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7db0407b-5bff-4da3-8f1a-15ade9f14c80'] response: {'name': 'network-changed', 'server_uuid': 'b274efa4-00b9-44d2-a00f-d9d67d5efe4b', 'tag': '6d946ab8-5d13-4b57-8a47-e30758abc2e6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 987/2153] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:46:56 2026] GET /v2.0/security-groups?tenant_id=79699e826dc94bc0b238c5a5e64aa547&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: 1167/2154] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:46:56 2026] GET /v2.0/ports?tenant_id=8a4dfee2ebbb4b73bbe7e787a6bbaeae&device_id=b274efa4-00b9-44d2-a00f-d9d67d5efe4b => generated 1279 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2155] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:46:56 2026] DELETE /v2.0/security-groups/3b9dcff0-da8a-4c02-b48e-e37d3db346cb => 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: 1168/2156] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:46:56 2026] GET /v2.0/networks?id=d3217bdb-0b04-4c76-99c0-5049d6643513 => 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: 989/2157] 199.204.45.153 () {34 vars in 1058 bytes} [Tue May 5 16:46:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=6d946ab8-5d13-4b57-8a47-e30758abc2e6 => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2158] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:46:56 2026] GET /v2.0/subnets?id=f1d93583-86ee-4e4b-b574-a9acaa5456a7 => generated 691 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2159] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:46:57 2026] GET /v2.0/ports?network_id=d3217bdb-0b04-4c76-99c0-5049d6643513&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2160] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:46:57 2026] GET /v2.0/networks/d3217bdb-0b04-4c76-99c0-5049d6643513?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: 1170/2161] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:46:57 2026] GET /v2.0/security-groups?tenant_id=83d91bb3333f47cf999cb3d2e3b5ba6c&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: 992/2162] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:46:57 2026] GET /v2.0/networks/d3217bdb-0b04-4c76-99c0-5049d6643513?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: 1171/2163] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:46:57 2026] DELETE /v2.0/security-groups/f5b146ab-3a5e-4db4-97ed-cd14601b4167 => 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: 993/2164] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:46:57 2026] DELETE /v2.0/security-groups/ffe58dfa-1be8-4519-9ece-3b7f23ba39c8 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:46:57.627 8 INFO neutron_taas.services.taas.taas_plugin [None req-345afa71-1bd0-42fa-92a5-321500641d75 ce26cc7f9ab9494aa65c47aab6ded938 1b9dec389a924c9e9baa9ba3424a8d90 - - default default] TaaS: Handle Delete Port: 6f3c8ca4-3757-4d9f-9c25-09333c60cfff 2026-05-05 16:46:57.630 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-345afa71-1bd0-42fa-92a5-321500641d75 ce26cc7f9ab9494aa65c47aab6ded938 1b9dec389a924c9e9baa9ba3424a8d90 - - default default] Tap Mirror: Handle Delete Port: 6f3c8ca4-3757-4d9f-9c25-09333c60cfff [pid: 8|app: 0|req: 1172/2165] 10.0.0.205 () {32 vars in 732 bytes} [Tue May 5 16:46:57 2026] DELETE /v2.0/floatingips/b37f1922-2c0d-4da3-82e4-9682783b9757 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2166] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:57 2026] GET /v2.0/ports?device_id=583a9427-328f-4076-8e9c-5243b5a6e897 => 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: 1173/2167] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:46:58 2026] GET /v2.0/security-groups?id=d6d83f90-57b5-4afd-bf46-3789378fc333&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: 995/2168] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:46:59 2026] GET /v2.0/ports?device_id=583a9427-328f-4076-8e9c-5243b5a6e897 => 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: 1174/2169] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:46:59 2026] GET /v2.0/security-groups?id=d6d83f90-57b5-4afd-bf46-3789378fc333&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2170] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:47:00 2026] GET /v2.0/ports?device_id=583a9427-328f-4076-8e9c-5243b5a6e897 => 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: 1175/2171] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:47:00 2026] GET /v2.0/security-groups?id=d6d83f90-57b5-4afd-bf46-3789378fc333&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: 997/2172] 199.204.45.153 () {34 vars in 994 bytes} [Tue May 5 16:47:00 2026] GET /v2.0/ports?device_id=583a9427-328f-4076-8e9c-5243b5a6e897 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:47:00.583 8 INFO neutron_taas.services.taas.taas_plugin [req-4341a26a-15f0-41c1-807f-4414167a8b18 req-25a3e171-d938-4082-bbc5-4943770e20e0 ce26cc7f9ab9494aa65c47aab6ded938 1b9dec389a924c9e9baa9ba3424a8d90 - - default default] TaaS: Handle Delete Port: beac4468-90e0-479b-b536-11ca632a1083 2026-05-05 16:47:00.586 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4341a26a-15f0-41c1-807f-4414167a8b18 req-25a3e171-d938-4082-bbc5-4943770e20e0 ce26cc7f9ab9494aa65c47aab6ded938 1b9dec389a924c9e9baa9ba3424a8d90 - - default default] Tap Mirror: Handle Delete Port: beac4468-90e0-479b-b536-11ca632a1083 [pid: 8|app: 0|req: 1176/2175] 199.204.45.153 () {36 vars in 997 bytes} [Tue May 5 16:47:00 2026] DELETE /v2.0/ports/beac4468-90e0-479b-b536-11ca632a1083 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:47:00.770 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b9157592-4eb4-4a62-b8f4-f357e3a7dd46'] response: {'server_uuid': '583a9427-328f-4076-8e9c-5243b5a6e897', 'name': 'network-vif-deleted', 'tag': 'beac4468-90e0-479b-b536-11ca632a1083', 'status': 'completed', 'code': 200} 2026-05-05 16:47:00.789 7 INFO neutron.db.segments_db [None req-a33dd87c-d546-469b-8f91-0b17ebd71213 ce974cc465de41b9b1465a1460b5b8fe 6ea9088896e94d22a6569b63f2f31892 - - default default] Added segment 4a688ea3-2577-41ad-b04f-81f967bf3397 of type vxlan for network aa3600d5-d7a5-4804-96ad-552e02bb22e1 [pid: 7|app: 0|req: 1000/2176] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:47:00 2026] POST /v2.0/networks => generated 611 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2177] 10.0.0.205 () {34 vars in 664 bytes} [Tue May 5 16:47:00 2026] POST /v2.0/ports => generated 743 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2178] 10.0.0.205 () {34 vars in 666 bytes} [Tue May 5 16:47:01 2026] POST /v2.0/trunks => generated 407 bytes in 200 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: 1178/2179] 10.0.0.205 () {34 vars in 749 bytes} [Tue May 5 16:47:01 2026] PUT /v2.0/trunks/caaa3381-d5e2-44c3-bd34-2c32635699f0/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2180] 10.0.0.205 () {32 vars in 729 bytes} [Tue May 5 16:47:01 2026] GET /v2.0/trunks/caaa3381-d5e2-44c3-bd34-2c32635699f0/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2181] 10.0.0.205 () {34 vars in 760 bytes} [Tue May 5 16:47:01 2026] PUT /v2.0/trunks/caaa3381-d5e2-44c3-bd34-2c32635699f0/tags/green => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2182] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:47:01 2026] GET /v2.0/ports?device_id=583a9427-328f-4076-8e9c-5243b5a6e897 => 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: 1180/2183] 10.0.0.205 () {32 vars in 729 bytes} [Tue May 5 16:47:01 2026] GET /v2.0/trunks/caaa3381-d5e2-44c3-bd34-2c32635699f0/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2184] 10.0.0.205 () {34 vars in 756 bytes} [Tue May 5 16:47:01 2026] PUT /v2.0/trunks/caaa3381-d5e2-44c3-bd34-2c32635699f0/tags/red => generated 4 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2185] 10.0.0.205 () {32 vars in 729 bytes} [Tue May 5 16:47:01 2026] GET /v2.0/trunks/caaa3381-d5e2-44c3-bd34-2c32635699f0/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2186] 10.0.0.205 () {34 vars in 778 bytes} [Tue May 5 16:47:01 2026] PUT /v2.0/trunks/caaa3381-d5e2-44c3-bd34-2c32635699f0/tags/black.or.white => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2187] 10.0.0.205 () {32 vars in 729 bytes} [Tue May 5 16:47:01 2026] GET /v2.0/trunks/caaa3381-d5e2-44c3-bd34-2c32635699f0/tags => generated 52 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2188] 10.0.0.205 () {34 vars in 749 bytes} [Tue May 5 16:47:01 2026] PUT /v2.0/trunks/caaa3381-d5e2-44c3-bd34-2c32635699f0/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2189] 10.0.0.205 () {32 vars in 729 bytes} [Tue May 5 16:47:01 2026] GET /v2.0/trunks/caaa3381-d5e2-44c3-bd34-2c32635699f0/tags => generated 37 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2190] 10.0.0.205 () {32 vars in 737 bytes} [Tue May 5 16:47:01 2026] GET /v2.0/trunks/caaa3381-d5e2-44c3-bd34-2c32635699f0/tags/red => generated 0 bytes in 20 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:47:01.724 8 INFO neutron.api.v2.resource [None req-964bfb32-cd6d-445a-9e82-5c3702671fcb ce974cc465de41b9b1465a1460b5b8fe 6ea9088896e94d22a6569b63f2f31892 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1184/2191] 10.0.0.205 () {32 vars in 741 bytes} [Tue May 5 16:47:01 2026] GET /v2.0/trunks/caaa3381-d5e2-44c3-bd34-2c32635699f0/tags/green => generated 99 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2192] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:47:01 2026] DELETE /v2.0/trunks/caaa3381-d5e2-44c3-bd34-2c32635699f0/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2193] 10.0.0.205 () {32 vars in 729 bytes} [Tue May 5 16:47:01 2026] GET /v2.0/trunks/caaa3381-d5e2-44c3-bd34-2c32635699f0/tags => generated 30 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:47:01.813 7 INFO neutron.api.v2.resource [None req-6bae7a6c-c314-4d8c-bc06-72a72959b33f ce974cc465de41b9b1465a1460b5b8fe 6ea9088896e94d22a6569b63f2f31892 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1009/2194] 10.0.0.205 () {32 vars in 744 bytes} [Tue May 5 16:47:01 2026] DELETE /v2.0/trunks/caaa3381-d5e2-44c3-bd34-2c32635699f0/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2195] 10.0.0.205 () {32 vars in 732 bytes} [Tue May 5 16:47:01 2026] DELETE /v2.0/trunks/caaa3381-d5e2-44c3-bd34-2c32635699f0/tags => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2196] 10.0.0.205 () {32 vars in 729 bytes} [Tue May 5 16:47:01 2026] GET /v2.0/trunks/caaa3381-d5e2-44c3-bd34-2c32635699f0/tags => 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: 1187/2197] 10.0.0.205 () {32 vars in 719 bytes} [Tue May 5 16:47:01 2026] GET /v2.0/trunks/caaa3381-d5e2-44c3-bd34-2c32635699f0 => generated 407 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2198] 10.0.0.205 () {32 vars in 717 bytes} [Tue May 5 16:47:01 2026] GET /v2.0/ports/1044c101-efd9-4dc5-bb15-08f33e8ae82e => generated 826 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2199] 10.0.0.205 () {32 vars in 722 bytes} [Tue May 5 16:47:01 2026] DELETE /v2.0/trunks/caaa3381-d5e2-44c3-bd34-2c32635699f0 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:47:02.180 7 INFO neutron_taas.services.taas.taas_plugin [None req-f3f69eaf-6e31-41da-a395-fdefbac7d2ea ce974cc465de41b9b1465a1460b5b8fe 6ea9088896e94d22a6569b63f2f31892 - - default default] TaaS: Handle Delete Port: 1044c101-efd9-4dc5-bb15-08f33e8ae82e 2026-05-05 16:47:02.183 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3f69eaf-6e31-41da-a395-fdefbac7d2ea ce974cc465de41b9b1465a1460b5b8fe 6ea9088896e94d22a6569b63f2f31892 - - default default] Tap Mirror: Handle Delete Port: 1044c101-efd9-4dc5-bb15-08f33e8ae82e [pid: 7|app: 0|req: 1012/2200] 10.0.0.205 () {32 vars in 720 bytes} [Tue May 5 16:47:02 2026] DELETE /v2.0/ports/1044c101-efd9-4dc5-bb15-08f33e8ae82e => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:47:02.372 8 INFO neutron.services.segments.plugin [-] Segment 4a688ea3-2577-41ad-b04f-81f967bf3397 resource provider aggregate not found 2026-05-05 16:47:02.373 8 INFO neutron.services.segments.plugin [-] Segment 4a688ea3-2577-41ad-b04f-81f967bf3397 resource provider aggregate not found 2026-05-05 16:47:02.394 8 INFO neutron.services.segments.plugin [-] Segment 4a688ea3-2577-41ad-b04f-81f967bf3397 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a688ea3-2577-41ad-b04f-81f967bf3397 found for delete ", "request_id": "req-dabaa548-ca37-4b89-a996-1f181a92144e"}]} [pid: 8|app: 0|req: 1189/2201] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:47:02 2026] DELETE /v2.0/networks/aa3600d5-d7a5-4804-96ad-552e02bb22e1 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:47:02.401 8 INFO neutron.services.segments.plugin [-] Segment 4a688ea3-2577-41ad-b04f-81f967bf3397 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a688ea3-2577-41ad-b04f-81f967bf3397 found for delete ", "request_id": "req-504d9e28-6902-407f-8b20-a98d6186c1e0"}]} [pid: 7|app: 0|req: 1013/2202] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:47:02 2026] GET /v2.0/ports?device_id=583a9427-328f-4076-8e9c-5243b5a6e897 => 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: 1190/2203] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:47:03 2026] GET /v2.0/security-groups?tenant_id=6ea9088896e94d22a6569b63f2f31892&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2204] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:47:03 2026] DELETE /v2.0/security-groups/6a8e44e9-5104-40e1-adaf-d07b2878d170 => 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: 1191/2205] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:47:03 2026] GET /v2.0/security-groups?tenant_id=d19df7f8aea74c9288c6d2ecf620c961&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2206] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:47:03 2026] DELETE /v2.0/security-groups/81d14f41-6025-445a-b3f4-5c5768f9c918 => 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: 1192/2207] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:47:03 2026] GET /v2.0/ports?device_id=583a9427-328f-4076-8e9c-5243b5a6e897 => 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: 1016/2208] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:47:04 2026] GET /v2.0/ports?device_id=b274efa4-00b9-44d2-a00f-d9d67d5efe4b => generated 1010 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2209] 10.0.0.8 () {34 vars in 1118 bytes} [Tue May 5 16:47:04 2026] GET /v2.0/security-groups?id=3524031d-1f31-47b1-9673-fe72a5a570a6&id=2810b5d7-354c-4443-86e0-162bd7c27419&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2210] 10.0.0.205 () {32 vars in 736 bytes} [Tue May 5 16:47:04 2026] GET /v2.0/ports?device_id=b274efa4-00b9-44d2-a00f-d9d67d5efe4b => generated 1279 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2211] 10.0.0.205 () {32 vars in 858 bytes} [Tue May 5 16:47:04 2026] GET /v2.0/floatingips?floating_network_id=f3c1d760-1658-41b9-a0f2-a7c8a034fe4c&port_id=6d946ab8-5d13-4b57-8a47-e30758abc2e6 => generated 860 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2212] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:47:04 2026] DELETE /v2.0/security-groups/d6d83f90-57b5-4afd-bf46-3789378fc333 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2213] 10.0.0.40 () {34 vars in 989 bytes} [Tue May 5 16:47:05 2026] GET /v2.0/ports?device_id=b274efa4-00b9-44d2-a00f-d9d67d5efe4b => generated 1279 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:47:05.292 8 INFO neutron_taas.services.taas.taas_plugin [None req-d6e83722-2762-41f1-88e9-daa94d3c327c ce26cc7f9ab9494aa65c47aab6ded938 1b9dec389a924c9e9baa9ba3424a8d90 - - default default] TaaS: Handle Delete Port: 12569e42-0c7d-4a2f-aaa0-b0f4127222c3 2026-05-05 16:47:05.296 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6e83722-2762-41f1-88e9-daa94d3c327c ce26cc7f9ab9494aa65c47aab6ded938 1b9dec389a924c9e9baa9ba3424a8d90 - - default default] Tap Mirror: Handle Delete Port: 12569e42-0c7d-4a2f-aaa0-b0f4127222c3 [pid: 7|app: 0|req: 1020/2214] 10.0.0.40 () {34 vars in 1119 bytes} [Tue May 5 16:47:05 2026] GET /v2.0/security-groups?id=2810b5d7-354c-4443-86e0-162bd7c27419&id=3524031d-1f31-47b1-9673-fe72a5a570a6&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2215] 10.0.0.205 () {34 vars in 789 bytes} [Tue May 5 16:47:04 2026] PUT /v2.0/routers/85306f84-3260-4cc3-88fc-2ccc23b72445/remove_router_interface => generated 309 bytes in 907 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2216] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:47:05 2026] DELETE /v2.0/subnets/cb1d8684-9716-4f81-bbfe-915f975cb436 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:47:06.127 8 INFO neutron_taas.services.taas.taas_plugin [None req-65c474f1-dc75-4324-9dd2-2f41e1c2240e ce26cc7f9ab9494aa65c47aab6ded938 1b9dec389a924c9e9baa9ba3424a8d90 - - default default] TaaS: Handle Delete Port: 34cb4871-218d-4882-93eb-d8a6ae5ec44c 2026-05-05 16:47:06.129 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65c474f1-dc75-4324-9dd2-2f41e1c2240e ce26cc7f9ab9494aa65c47aab6ded938 1b9dec389a924c9e9baa9ba3424a8d90 - - default default] Tap Mirror: Handle Delete Port: 34cb4871-218d-4882-93eb-d8a6ae5ec44c 2026-05-05 16:47:06.374 8 INFO neutron_taas.services.taas.taas_plugin [None req-65c474f1-dc75-4324-9dd2-2f41e1c2240e ce26cc7f9ab9494aa65c47aab6ded938 1b9dec389a924c9e9baa9ba3424a8d90 - - default default] TaaS: Handle Delete Port: 76758046-8386-46ae-bc3e-8adee6174015 2026-05-05 16:47:06.376 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65c474f1-dc75-4324-9dd2-2f41e1c2240e ce26cc7f9ab9494aa65c47aab6ded938 1b9dec389a924c9e9baa9ba3424a8d90 - - default default] Tap Mirror: Handle Delete Port: 76758046-8386-46ae-bc3e-8adee6174015 2026-05-05 16:47:06.699 8 INFO neutron.services.segments.plugin [-] Segment dbaf4685-215e-4e67-8c94-92c89d7c0af0 resource provider aggregate not found 2026-05-05 16:47:06.707 8 INFO neutron.services.segments.plugin [-] Segment dbaf4685-215e-4e67-8c94-92c89d7c0af0 resource provider aggregate not found 2026-05-05 16:47:06.723 8 INFO neutron.services.segments.plugin [-] Segment dbaf4685-215e-4e67-8c94-92c89d7c0af0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbaf4685-215e-4e67-8c94-92c89d7c0af0 found for delete ", "request_id": "req-f023b9e4-a8ea-40a0-ab31-db455bd8660a"}]} 2026-05-05 16:47:06.729 8 INFO neutron.services.segments.plugin [-] Segment dbaf4685-215e-4e67-8c94-92c89d7c0af0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbaf4685-215e-4e67-8c94-92c89d7c0af0 found for delete ", "request_id": "req-13fb80aa-809a-4c44-9fe0-466174f7a4a4"}]} 2026-05-05 16:47:06.732 8 INFO neutron.db.l3_hamode_db [None req-65c474f1-dc75-4324-9dd2-2f41e1c2240e ce26cc7f9ab9494aa65c47aab6ded938 1b9dec389a924c9e9baa9ba3424a8d90 - - default default] HA network 107deeda-5239-4e87-919f-d429437e850c was deleted as no HA routers are present in tenant 1b9dec389a924c9e9baa9ba3424a8d90. [pid: 8|app: 0|req: 1196/2217] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:47:05 2026] DELETE /v2.0/routers/85306f84-3260-4cc3-88fc-2ccc23b72445 => generated 0 bytes in 808 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:47:06.831 8 INFO neutron_taas.services.taas.taas_plugin [None req-442e0cba-47f3-404c-bf01-4289eef17ab2 ce26cc7f9ab9494aa65c47aab6ded938 1b9dec389a924c9e9baa9ba3424a8d90 - - default default] TaaS: Handle Delete Port: 027527ab-e305-4a04-bf93-68397160bbeb 2026-05-05 16:47:06.833 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-442e0cba-47f3-404c-bf01-4289eef17ab2 ce26cc7f9ab9494aa65c47aab6ded938 1b9dec389a924c9e9baa9ba3424a8d90 - - default default] Tap Mirror: Handle Delete Port: 027527ab-e305-4a04-bf93-68397160bbeb 2026-05-05 16:47:06.923 7 INFO neutron.db.segments_db [None req-3c286af3-de52-40b9-bd51-9b495f80028e 5a119b4a43a647d7b5a32247502d0616 0ddd7f9fbff64664a86c7092d37da47c - - default default] Added segment 465bb263-1639-4d33-a83e-67a90c163872 of type vxlan for network 7bf24be8-0a2b-4e09-a088-917853dde249 [pid: 7|app: 0|req: 1022/2218] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:47:06 2026] POST /v2.0/networks => generated 613 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2219] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:47:06 2026] DELETE /v2.0/networks/2dc6e2a9-90fa-4c1c-8df9-7ef81428a66b => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:47:07.073 7 INFO neutron.db.segments_db [None req-3dcf3a3f-2e14-4358-a3e5-af7aa813371d 5a119b4a43a647d7b5a32247502d0616 0ddd7f9fbff64664a86c7092d37da47c - - default default] Added segment 8deee57a-e4c1-4655-95fa-07b0e9495cb2 of type vxlan for network 0aaf8ee0-9f48-4be5-8857-b8cf344f5664 [pid: 7|app: 0|req: 1023/2220] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:47:07 2026] POST /v2.0/networks => generated 613 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2221] 10.0.0.205 () {34 vars in 753 bytes} [Tue May 5 16:47:07 2026] PUT /v2.0/networks/7bf24be8-0a2b-4e09-a088-917853dde249/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2222] 10.0.0.205 () {32 vars in 733 bytes} [Tue May 5 16:47:07 2026] GET /v2.0/networks/7bf24be8-0a2b-4e09-a088-917853dde249/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2223] 10.0.0.205 () {34 vars in 753 bytes} [Tue May 5 16:47:07 2026] PUT /v2.0/networks/0aaf8ee0-9f48-4be5-8857-b8cf344f5664/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2224] 10.0.0.205 () {32 vars in 733 bytes} [Tue May 5 16:47:07 2026] GET /v2.0/networks/0aaf8ee0-9f48-4be5-8857-b8cf344f5664/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2225] 10.0.0.205 () {34 vars in 753 bytes} [Tue May 5 16:47:07 2026] PUT /v2.0/networks/0aaf8ee0-9f48-4be5-8857-b8cf344f5664/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2226] 10.0.0.205 () {32 vars in 733 bytes} [Tue May 5 16:47:07 2026] GET /v2.0/networks/0aaf8ee0-9f48-4be5-8857-b8cf344f5664/tags => generated 12 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2227] 10.0.0.205 () {32 vars in 733 bytes} [Tue May 5 16:47:07 2026] GET /v2.0/networks/7bf24be8-0a2b-4e09-a088-917853dde249/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:47:07.696 7 INFO neutron.services.segments.plugin [-] Segment 465bb263-1639-4d33-a83e-67a90c163872 resource provider aggregate not found 2026-05-05 16:47:07.705 7 INFO neutron.services.segments.plugin [-] Segment 465bb263-1639-4d33-a83e-67a90c163872 resource provider aggregate not found 2026-05-05 16:47:07.715 7 INFO neutron.services.segments.plugin [-] Segment 465bb263-1639-4d33-a83e-67a90c163872 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 465bb263-1639-4d33-a83e-67a90c163872 found for delete ", "request_id": "req-f16aeddb-c274-4125-bd2f-47c3e979aef8"}]} 2026-05-05 16:47:07.728 7 INFO neutron.services.segments.plugin [-] Segment 465bb263-1639-4d33-a83e-67a90c163872 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 465bb263-1639-4d33-a83e-67a90c163872 found for delete ", "request_id": "req-f04e6410-5c27-408a-92e3-d92c2dc37fad"}]} [pid: 7|app: 0|req: 1027/2228] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:47:07 2026] DELETE /v2.0/networks/7bf24be8-0a2b-4e09-a088-917853dde249 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2229] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:47:07 2026] GET /v2.0/ports?device_id=b274efa4-00b9-44d2-a00f-d9d67d5efe4b => generated 1010 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2230] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:47:07 2026] GET /v2.0/security-groups?tenant_id=5b7bc7952fff4502a8f4517204717262&name=default => generated 2925 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2231] 10.0.0.8 () {34 vars in 1118 bytes} [Tue May 5 16:47:07 2026] GET /v2.0/security-groups?id=3524031d-1f31-47b1-9673-fe72a5a570a6&id=2810b5d7-354c-4443-86e0-162bd7c27419&fields=id&fields=name => generated 206 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2232] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:47:07 2026] DELETE /v2.0/networks/0aaf8ee0-9f48-4be5-8857-b8cf344f5664 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2233] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:47:07 2026] DELETE /v2.0/security-groups/3e398910-c245-479a-ba01-63863028fe90 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2234] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:47:08 2026] GET /v2.0/security-groups?tenant_id=1b9dec389a924c9e9baa9ba3424a8d90&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2235] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:47:08 2026] DELETE /v2.0/security-groups/399eaf6a-ab5a-4973-b46b-e7d0185387e1 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2236] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:47:08 2026] GET /v2.0/security-groups?tenant_id=6cab69df8d6b4d0db55cbfa5180cd524&name=default => generated 2925 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:47:08.745 8 INFO neutron.services.segments.plugin [-] Segment 07905642-a03f-4f8b-898a-9ca5d7cd5654 resource provider aggregate not found 2026-05-05 16:47:08.756 8 INFO neutron.services.segments.plugin [-] Segment 07905642-a03f-4f8b-898a-9ca5d7cd5654 resource provider aggregate not found 2026-05-05 16:47:08.760 8 INFO neutron.services.segments.plugin [-] Segment 07905642-a03f-4f8b-898a-9ca5d7cd5654 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07905642-a03f-4f8b-898a-9ca5d7cd5654 found for delete ", "request_id": "req-90ad94f3-3622-4a0b-b98b-8f7f865cbb66"}]} 2026-05-05 16:47:08.774 8 INFO neutron.services.segments.plugin [-] Segment 07905642-a03f-4f8b-898a-9ca5d7cd5654 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07905642-a03f-4f8b-898a-9ca5d7cd5654 found for delete ", "request_id": "req-177bd06e-5867-483d-9115-36858a0c34d2"}]} [pid: 8|app: 0|req: 1206/2237] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:47:08 2026] DELETE /v2.0/security-groups/1b5728f1-cc26-4412-a724-075b2c40d752 => 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: 1032/2238] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:47:08 2026] GET /v2.0/security-groups?tenant_id=0ddd7f9fbff64664a86c7092d37da47c&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2239] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:47:08 2026] GET /v2.0/ports?device_id=b274efa4-00b9-44d2-a00f-d9d67d5efe4b => generated 1010 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2240] 10.0.0.8 () {34 vars in 1118 bytes} [Tue May 5 16:47:09 2026] GET /v2.0/security-groups?id=3524031d-1f31-47b1-9673-fe72a5a570a6&id=2810b5d7-354c-4443-86e0-162bd7c27419&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2241] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:47:08 2026] DELETE /v2.0/security-groups/be03fb8a-f69c-4c05-8c4b-75c142bfcd94 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:47:09.745 7 INFO neutron.services.segments.plugin [-] Segment 8deee57a-e4c1-4655-95fa-07b0e9495cb2 resource provider aggregate not found 2026-05-05 16:47:09.752 7 INFO neutron.services.segments.plugin [-] Segment 8deee57a-e4c1-4655-95fa-07b0e9495cb2 resource provider aggregate not found 2026-05-05 16:47:09.757 7 INFO neutron.services.segments.plugin [-] Segment 8deee57a-e4c1-4655-95fa-07b0e9495cb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8deee57a-e4c1-4655-95fa-07b0e9495cb2 found for delete ", "request_id": "req-2b165498-7047-4c70-9c1b-1d450204f95a"}]} 2026-05-05 16:47:09.769 7 INFO neutron.services.segments.plugin [-] Segment 8deee57a-e4c1-4655-95fa-07b0e9495cb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8deee57a-e4c1-4655-95fa-07b0e9495cb2 found for delete ", "request_id": "req-1c616fec-9383-4bc7-a5fa-06bccba6fc3c"}]} [pid: 7|app: 0|req: 1035/2242] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:47:10 2026] GET /v2.0/ports?device_id=b274efa4-00b9-44d2-a00f-d9d67d5efe4b => generated 1010 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2243] 10.0.0.8 () {34 vars in 1118 bytes} [Tue May 5 16:47:10 2026] GET /v2.0/security-groups?id=3524031d-1f31-47b1-9673-fe72a5a570a6&id=2810b5d7-354c-4443-86e0-162bd7c27419&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2244] 199.204.45.153 () {34 vars in 994 bytes} [Tue May 5 16:47:10 2026] GET /v2.0/ports?device_id=b274efa4-00b9-44d2-a00f-d9d67d5efe4b => generated 1010 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:47:10.340 7 INFO neutron_taas.services.taas.taas_plugin [req-e04fe51d-e214-439d-9ed3-fcf53086af99 req-c98f8fb2-402d-464b-9b40-253a8f003c0b d8a3e35eeb464d6fb91393b8c316da90 8a4dfee2ebbb4b73bbe7e787a6bbaeae - - default default] TaaS: Handle Delete Port: 6d946ab8-5d13-4b57-8a47-e30758abc2e6 2026-05-05 16:47:10.342 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e04fe51d-e214-439d-9ed3-fcf53086af99 req-c98f8fb2-402d-464b-9b40-253a8f003c0b d8a3e35eeb464d6fb91393b8c316da90 8a4dfee2ebbb4b73bbe7e787a6bbaeae - - default default] Tap Mirror: Handle Delete Port: 6d946ab8-5d13-4b57-8a47-e30758abc2e6 2026-05-05 16:47:10.434 7 INFO neutron.db.l3_db [req-e04fe51d-e214-439d-9ed3-fcf53086af99 req-c98f8fb2-402d-464b-9b40-253a8f003c0b d8a3e35eeb464d6fb91393b8c316da90 8a4dfee2ebbb4b73bbe7e787a6bbaeae - - default default] Floating IP 7d5cc22f-36cd-4420-8e59-b756764c62a0 disassociated. External IP: 10.96.250.206, port: 6d946ab8-5d13-4b57-8a47-e30758abc2e6. [pid: 7|app: 0|req: 1037/2245] 199.204.45.153 () {36 vars in 997 bytes} [Tue May 5 16:47:10 2026] DELETE /v2.0/ports/6d946ab8-5d13-4b57-8a47-e30758abc2e6 => generated 0 bytes in 501 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:47:10.780 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7e5f97a6-ff3e-4d73-8f07-a4c9004c327c'] response: {'server_uuid': 'b274efa4-00b9-44d2-a00f-d9d67d5efe4b', 'name': 'network-vif-deleted', 'tag': '6d946ab8-5d13-4b57-8a47-e30758abc2e6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1209/2246] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:47:11 2026] GET /v2.0/ports?device_id=b274efa4-00b9-44d2-a00f-d9d67d5efe4b => 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: 1210/2247] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:47:12 2026] GET /v2.0/ports?device_id=b274efa4-00b9-44d2-a00f-d9d67d5efe4b => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:47:12.564 7 INFO neutron.db.segments_db [None req-d7888482-36a1-414d-b872-15e661fcfd79 ac79d538479f43d78687427aaaf856a4 680151fa4c8b41dc9d8804a63f8df4b3 - - default default] Added segment 32362c35-945b-48ff-a431-3f6722297fec of type vxlan for network c935fda0-dec2-46fe-9b3b-c60b7ee8cc05 [pid: 7|app: 0|req: 1038/2248] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:47:12 2026] POST /v2.0/networks => generated 613 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2249] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:47:12 2026] GET /v2.0/security-groups?tenant_id=a74877b344c74c29a0a7d692398c5cd9&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2250] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:47:12 2026] DELETE /v2.0/security-groups/d8087014-5fe1-45d8-8e82-06a7af4010a6 => 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: 1039/2251] 10.0.0.205 () {34 vars in 664 bytes} [Tue May 5 16:47:12 2026] POST /v2.0/ports => generated 743 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:47:13.016 8 INFO neutron.db.segments_db [None req-f3214693-146b-47fd-a638-c7851f4a68c2 ac79d538479f43d78687427aaaf856a4 680151fa4c8b41dc9d8804a63f8df4b3 - - default default] Added segment 6a6edee8-bcae-4764-b019-7b4dad4d4271 of type vxlan for network cf2f6df7-7931-453b-a30e-5613d004c2b4 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1213/2252] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:47:12 2026] POST /v2.0/networks => generated 612 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2253] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:47:13 2026] GET /v2.0/security-groups?tenant_id=cd29923889bf4a4abc3f9f4970bf7cd8&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2254] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:47:13 2026] DELETE /v2.0/security-groups/8f0fc3da-149a-42a5-bea0-99a404bb425a => 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: 1214/2255] 10.0.0.205 () {34 vars in 664 bytes} [Tue May 5 16:47:13 2026] POST /v2.0/ports => generated 743 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:47:13.429 7 INFO neutron.db.segments_db [None req-0678a230-7eea-4439-b4ca-14333960789f ac79d538479f43d78687427aaaf856a4 680151fa4c8b41dc9d8804a63f8df4b3 - - default default] Added segment 8334a30f-6305-4688-a744-7c655e2a5554 of type vxlan for network 5971dd07-beee-4de6-9f6f-6d9828bddbe6 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1215/2256] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:47:13 2026] GET /v2.0/ports?device_id=b274efa4-00b9-44d2-a00f-d9d67d5efe4b => 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: 1042/2257] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:47:13 2026] POST /v2.0/networks => generated 612 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2258] 10.0.0.205 () {34 vars in 664 bytes} [Tue May 5 16:47:13 2026] POST /v2.0/ports => generated 743 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:47:13.910 7 INFO neutron.db.segments_db [None req-1aae2bbe-c99d-482c-a85c-d70938e16958 ac79d538479f43d78687427aaaf856a4 680151fa4c8b41dc9d8804a63f8df4b3 - - default default] Added segment 54fea0cf-b0e0-4dba-a073-67d6119435e1 of type vxlan for network 66d22f00-385d-49c6-9971-60ce75a0d786 [pid: 7|app: 0|req: 1043/2259] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:47:13 2026] POST /v2.0/networks => generated 613 bytes in 138 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: 1217/2260] 10.0.0.205 () {34 vars in 664 bytes} [Tue May 5 16:47:13 2026] POST /v2.0/ports => generated 743 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:47:14.367 7 INFO neutron.db.segments_db [None req-206458c8-4d86-4ca9-8ade-ee1fed96ffbe ac79d538479f43d78687427aaaf856a4 680151fa4c8b41dc9d8804a63f8df4b3 - - default default] Added segment 3fbf8b25-84e8-4fa8-83ab-5fe4b259cc8f of type vxlan for network 18da7309-9c8a-4766-ae7b-7c2c68d8da1e [pid: 7|app: 0|req: 1044/2261] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:47:14 2026] POST /v2.0/networks => generated 612 bytes in 137 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: 1218/2262] 10.0.0.205 () {34 vars in 664 bytes} [Tue May 5 16:47:14 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1045/2263] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:47:14 2026] DELETE /v2.0/security-groups/2810b5d7-354c-4443-86e0-162bd7c27419 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:47:14.769 7 INFO neutron.api.v2.resource [None req-cc68d02d-9771-43ed-9001-39a3b23e1483 d8a3e35eeb464d6fb91393b8c316da90 8a4dfee2ebbb4b73bbe7e787a6bbaeae - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1046/2264] 10.0.0.205 () {32 vars in 737 bytes} [Tue May 5 16:47:14 2026] GET /v2.0/security-groups/2810b5d7-354c-4443-86e0-162bd7c27419 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2265] 10.0.0.205 () {34 vars in 747 bytes} [Tue May 5 16:47:14 2026] PUT /v2.0/ports/dd21fb2c-5535-4c63-93e0-56ee68dadbd7/tags => generated 17 bytes in 47 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: 1220/2266] 10.0.0.205 () {34 vars in 747 bytes} [Tue May 5 16:47:14 2026] PUT /v2.0/ports/6b050820-c45b-4916-a72a-d302eb635df5/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-05 16:47:14.863 7 INFO neutron_taas.services.taas.taas_plugin [None req-3f329983-8c60-4176-8025-91cb2c223cb9 d8a3e35eeb464d6fb91393b8c316da90 8a4dfee2ebbb4b73bbe7e787a6bbaeae - - default default] TaaS: Handle Delete Port: 31eb2434-2fa5-416a-af06-5e5b36c677bc 2026-05-05 16:47:14.865 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f329983-8c60-4176-8025-91cb2c223cb9 d8a3e35eeb464d6fb91393b8c316da90 8a4dfee2ebbb4b73bbe7e787a6bbaeae - - default default] Tap Mirror: Handle Delete Port: 31eb2434-2fa5-416a-af06-5e5b36c677bc [pid: 8|app: 0|req: 1221/2267] 10.0.0.205 () {34 vars in 747 bytes} [Tue May 5 16:47:14 2026] PUT /v2.0/ports/c571f4dc-b9ae-49fa-9e84-493ce79aa614/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1222/2268] 10.0.0.205 () {34 vars in 747 bytes} [Tue May 5 16:47:14 2026] PUT /v2.0/ports/fce5b8f1-56a3-4df7-95fd-67b5cc5011b0/tags => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1047/2269] 10.0.0.205 () {32 vars in 732 bytes} [Tue May 5 16:47:14 2026] DELETE /v2.0/floatingips/7d5cc22f-36cd-4420-8e59-b756764c62a0 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2270] 10.0.0.205 () {32 vars in 660 bytes} [Tue May 5 16:47:14 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2271] 10.0.0.205 () {32 vars in 674 bytes} [Tue May 5 16:47:15 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2272] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:47:15 2026] DELETE /v2.0/security-groups/3524031d-1f31-47b1-9673-fe72a5a570a6 => 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: 1225/2273] 10.0.0.205 () {32 vars in 670 bytes} [Tue May 5 16:47:15 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2274] 10.0.0.205 () {32 vars in 682 bytes} [Tue May 5 16:47:15 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2275] 10.0.0.205 () {32 vars in 668 bytes} [Tue May 5 16:47:15 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2276] 10.0.0.205 () {32 vars in 682 bytes} [Tue May 5 16:47:15 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2277] 10.0.0.205 () {32 vars in 678 bytes} [Tue May 5 16:47:15 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2278] 10.0.0.205 () {32 vars in 690 bytes} [Tue May 5 16:47:15 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:47:15.536 7 INFO neutron_taas.services.taas.taas_plugin [None req-7a1ea2be-bd83-4dd2-b0b7-12bf6751dd02 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: 2c381ab8-5065-4f5a-9a12-4ea0700d9a89 2026-05-05 16:47:15.539 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a1ea2be-bd83-4dd2-b0b7-12bf6751dd02 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: 2c381ab8-5065-4f5a-9a12-4ea0700d9a89 2026-05-05 16:47:15.563 8 INFO neutron_taas.services.taas.taas_plugin [None req-bf50892b-fa10-472e-87eb-f4707b354c11 ac79d538479f43d78687427aaaf856a4 680151fa4c8b41dc9d8804a63f8df4b3 - - default default] TaaS: Handle Delete Port: dd21fb2c-5535-4c63-93e0-56ee68dadbd7 2026-05-05 16:47:15.567 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf50892b-fa10-472e-87eb-f4707b354c11 ac79d538479f43d78687427aaaf856a4 680151fa4c8b41dc9d8804a63f8df4b3 - - default default] Tap Mirror: Handle Delete Port: dd21fb2c-5535-4c63-93e0-56ee68dadbd7 [pid: 8|app: 0|req: 1233/2281] 10.0.0.205 () {32 vars in 720 bytes} [Tue May 5 16:47:15 2026] DELETE /v2.0/ports/dd21fb2c-5535-4c63-93e0-56ee68dadbd7 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:47:15.748 8 INFO neutron_taas.services.taas.taas_plugin [None req-e566d554-2355-4a2a-8a46-a43224b3ad79 ac79d538479f43d78687427aaaf856a4 680151fa4c8b41dc9d8804a63f8df4b3 - - default default] TaaS: Handle Delete Port: 6b050820-c45b-4916-a72a-d302eb635df5 2026-05-05 16:47:15.752 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e566d554-2355-4a2a-8a46-a43224b3ad79 ac79d538479f43d78687427aaaf856a4 680151fa4c8b41dc9d8804a63f8df4b3 - - default default] Tap Mirror: Handle Delete Port: 6b050820-c45b-4916-a72a-d302eb635df5 [pid: 8|app: 0|req: 1234/2282] 10.0.0.205 () {32 vars in 720 bytes} [Tue May 5 16:47:15 2026] DELETE /v2.0/ports/6b050820-c45b-4916-a72a-d302eb635df5 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:47:15.910 8 INFO neutron_taas.services.taas.taas_plugin [None req-0c37c345-e352-4093-a609-25b14544077d ac79d538479f43d78687427aaaf856a4 680151fa4c8b41dc9d8804a63f8df4b3 - - default default] TaaS: Handle Delete Port: c571f4dc-b9ae-49fa-9e84-493ce79aa614 2026-05-05 16:47:15.913 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c37c345-e352-4093-a609-25b14544077d ac79d538479f43d78687427aaaf856a4 680151fa4c8b41dc9d8804a63f8df4b3 - - default default] Tap Mirror: Handle Delete Port: c571f4dc-b9ae-49fa-9e84-493ce79aa614 [pid: 8|app: 0|req: 1235/2283] 10.0.0.205 () {32 vars in 720 bytes} [Tue May 5 16:47:15 2026] DELETE /v2.0/ports/c571f4dc-b9ae-49fa-9e84-493ce79aa614 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2284] 10.0.0.205 () {34 vars in 789 bytes} [Tue May 5 16:47:15 2026] PUT /v2.0/routers/879acde2-1cea-4785-bfe7-7615a4099c52/remove_router_interface => generated 309 bytes in 864 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:47:16.091 8 INFO neutron_taas.services.taas.taas_plugin [None req-9c8c02e3-c9e4-40de-972a-79fb83ac05f7 ac79d538479f43d78687427aaaf856a4 680151fa4c8b41dc9d8804a63f8df4b3 - - default default] TaaS: Handle Delete Port: fce5b8f1-56a3-4df7-95fd-67b5cc5011b0 2026-05-05 16:47:16.094 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c8c02e3-c9e4-40de-972a-79fb83ac05f7 ac79d538479f43d78687427aaaf856a4 680151fa4c8b41dc9d8804a63f8df4b3 - - default default] Tap Mirror: Handle Delete Port: fce5b8f1-56a3-4df7-95fd-67b5cc5011b0 [pid: 8|app: 0|req: 1236/2285] 10.0.0.205 () {32 vars in 720 bytes} [Tue May 5 16:47:15 2026] DELETE /v2.0/ports/fce5b8f1-56a3-4df7-95fd-67b5cc5011b0 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:47:16.230 7 INFO neutron_taas.services.taas.taas_plugin [None req-ab21ccb7-3327-4e19-a27a-5449f06e209a 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: 1779033c-fcf2-4c5d-bed1-f3ef50700d66 2026-05-05 16:47:16.233 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab21ccb7-3327-4e19-a27a-5449f06e209a 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: 1779033c-fcf2-4c5d-bed1-f3ef50700d66 2026-05-05 16:47:16.282 8 INFO neutron_taas.services.taas.taas_plugin [None req-17df97d5-e494-4024-b117-08dd61b5358d ac79d538479f43d78687427aaaf856a4 680151fa4c8b41dc9d8804a63f8df4b3 - - default default] TaaS: Handle Delete Port: af4a013c-333f-4d66-9b37-4cf055ca4ee8 2026-05-05 16:47:16.286 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17df97d5-e494-4024-b117-08dd61b5358d ac79d538479f43d78687427aaaf856a4 680151fa4c8b41dc9d8804a63f8df4b3 - - default default] Tap Mirror: Handle Delete Port: af4a013c-333f-4d66-9b37-4cf055ca4ee8 [pid: 8|app: 0|req: 1237/2286] 10.0.0.205 () {32 vars in 720 bytes} [Tue May 5 16:47:16 2026] DELETE /v2.0/ports/af4a013c-333f-4d66-9b37-4cf055ca4ee8 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:47:16.436 7 INFO neutron_taas.services.taas.taas_plugin [None req-ab21ccb7-3327-4e19-a27a-5449f06e209a 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: bd9b26ca-0733-4d90-b509-486715610df4 2026-05-05 16:47:16.438 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab21ccb7-3327-4e19-a27a-5449f06e209a 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: bd9b26ca-0733-4d90-b509-486715610df4 2026-05-05 16:47:16.515 8 INFO neutron.services.segments.plugin [-] Segment 32362c35-945b-48ff-a431-3f6722297fec resource provider aggregate not found 2026-05-05 16:47:16.519 8 INFO neutron.services.segments.plugin [-] Segment 32362c35-945b-48ff-a431-3f6722297fec resource provider aggregate not found 2026-05-05 16:47:16.538 8 INFO neutron.services.segments.plugin [-] Segment 32362c35-945b-48ff-a431-3f6722297fec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32362c35-945b-48ff-a431-3f6722297fec found for delete ", "request_id": "req-3046876d-fe00-4c15-a197-e78c565b945b"}]} 2026-05-05 16:47:16.540 8 INFO neutron.services.segments.plugin [-] Segment 32362c35-945b-48ff-a431-3f6722297fec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32362c35-945b-48ff-a431-3f6722297fec found for delete ", "request_id": "req-2fa6dab6-44c0-47d6-af86-a9fc3405c6d6"}]} [pid: 8|app: 0|req: 1238/2287] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:47:16 2026] DELETE /v2.0/networks/c935fda0-dec2-46fe-9b3b-c60b7ee8cc05 => 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: 1239/2288] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:47:16 2026] DELETE /v2.0/networks/cf2f6df7-7931-453b-a30e-5613d004c2b4 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2289] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:47:16 2026] DELETE /v2.0/networks/5971dd07-beee-4de6-9f6f-6d9828bddbe6 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2290] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:47:16 2026] DELETE /v2.0/networks/66d22f00-385d-49c6-9971-60ce75a0d786 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2291] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:47:16 2026] DELETE /v2.0/networks/18da7309-9c8a-4766-ae7b-7c2c68d8da1e => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:47:17.190 7 INFO neutron.services.segments.plugin [-] Segment 8551e7be-fd87-4e8b-9f72-a3116cd81e51 resource provider aggregate not found 2026-05-05 16:47:17.196 7 INFO neutron.services.segments.plugin [-] Segment 8551e7be-fd87-4e8b-9f72-a3116cd81e51 resource provider aggregate not found 2026-05-05 16:47:17.209 7 INFO neutron.services.segments.plugin [-] Segment 8551e7be-fd87-4e8b-9f72-a3116cd81e51 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8551e7be-fd87-4e8b-9f72-a3116cd81e51 found for delete ", "request_id": "req-2b8bdae1-773f-4073-9c82-b05b113bae66"}]} 2026-05-05 16:47:17.215 7 INFO neutron.services.segments.plugin [-] Segment 8551e7be-fd87-4e8b-9f72-a3116cd81e51 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8551e7be-fd87-4e8b-9f72-a3116cd81e51 found for delete ", "request_id": "req-6c303c79-4f9d-417f-ada8-88aef646a447"}]} 2026-05-05 16:47:17.217 7 INFO neutron.db.l3_hamode_db [None req-ab21ccb7-3327-4e19-a27a-5449f06e209a 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] HA network 971e5527-d2e3-40ee-964e-fef3cbb12683 was deleted as no HA routers are present in tenant 8a4dfee2ebbb4b73bbe7e787a6bbaeae. [pid: 7|app: 0|req: 1050/2292] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:47:16 2026] DELETE /v2.0/routers/879acde2-1cea-4785-bfe7-7615a4099c52 => generated 0 bytes in 1179 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2293] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:47:17 2026] DELETE /v2.0/subnets/f1d93583-86ee-4e4b-b574-a9acaa5456a7 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:47:17.444 7 INFO neutron_taas.services.taas.taas_plugin [None req-a0a31684-05ab-4529-8c4c-c6629b98d8f8 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: fecc0823-30f0-4ad2-ac0d-3defbeab547c 2026-05-05 16:47:17.446 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0a31684-05ab-4529-8c4c-c6629b98d8f8 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: fecc0823-30f0-4ad2-ac0d-3defbeab547c [pid: 7|app: 0|req: 1051/2294] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:47:17 2026] DELETE /v2.0/networks/d3217bdb-0b04-4c76-99c0-5049d6643513 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:47:17.951 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e5b0021-6a55-4dff-8641-025f6f45d51e 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: 77d93ade-bf1f-4ffc-8308-905ae3e89626 2026-05-05 16:47:17.956 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e5b0021-6a55-4dff-8641-025f6f45d51e 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: 77d93ade-bf1f-4ffc-8308-905ae3e89626 [pid: 7|app: 0|req: 1052/2295] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:47:17 2026] GET /v2.0/security-groups?tenant_id=680151fa4c8b41dc9d8804a63f8df4b3&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2296] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:47:18 2026] DELETE /v2.0/security-groups/e8a3ffd6-8fe1-4150-8e4e-df7b40412dca => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2297] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:47:18 2026] GET /v2.0/security-groups?tenant_id=b8e523592ba14ccd9559325d501da316&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2298] 10.0.0.205 () {34 vars in 789 bytes} [Tue May 5 16:47:17 2026] PUT /v2.0/routers/005d7412-ba81-47df-b57e-f3efc0bfbb31/remove_router_interface => generated 309 bytes in 792 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2299] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:47:18 2026] DELETE /v2.0/security-groups/4aa22078-13ed-4e75-a654-556dd2f89b25 => 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: 1056/2300] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:47:18 2026] GET /v2.0/security-groups?tenant_id=fb86e7787788454d8e0995082e243be5&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2301] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:47:18 2026] DELETE /v2.0/security-groups/e6712d20-2167-4532-b0de-6188fcb0a4c9 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:47:18.950 8 INFO neutron.services.segments.plugin [-] Segment 6a6edee8-bcae-4764-b019-7b4dad4d4271 resource provider aggregate not found 2026-05-05 16:47:18.962 8 INFO neutron.services.segments.plugin [-] Segment 6a6edee8-bcae-4764-b019-7b4dad4d4271 resource provider aggregate not found 2026-05-05 16:47:18.963 8 INFO neutron.services.segments.plugin [-] Segment 6a6edee8-bcae-4764-b019-7b4dad4d4271 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a6edee8-bcae-4764-b019-7b4dad4d4271 found for delete ", "request_id": "req-b4bd7ab2-1dbd-479f-b907-6add744912e1"}]} 2026-05-05 16:47:18.985 8 INFO neutron.services.segments.plugin [-] Segment 8334a30f-6305-4688-a744-7c655e2a5554 resource provider aggregate not found 2026-05-05 16:47:18.987 8 INFO neutron.services.segments.plugin [-] Segment 6a6edee8-bcae-4764-b019-7b4dad4d4271 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a6edee8-bcae-4764-b019-7b4dad4d4271 found for delete ", "request_id": "req-94ce80b4-208a-444b-acec-0b7b6c295050"}]} 2026-05-05 16:47:19.005 8 INFO neutron.services.segments.plugin [-] Segment 8334a30f-6305-4688-a744-7c655e2a5554 resource provider aggregate not found 2026-05-05 16:47:19.020 8 INFO neutron.services.segments.plugin [-] Segment 8334a30f-6305-4688-a744-7c655e2a5554 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8334a30f-6305-4688-a744-7c655e2a5554 found for delete ", "request_id": "req-d8e142d5-9565-485e-ade7-fd1b07bfae83"}]} 2026-05-05 16:47:19.031 8 INFO neutron.services.segments.plugin [-] Segment 8334a30f-6305-4688-a744-7c655e2a5554 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8334a30f-6305-4688-a744-7c655e2a5554 found for delete ", "request_id": "req-3dfb8419-a143-4627-af54-53ba32569fa6"}]} 2026-05-05 16:47:19.044 8 INFO neutron.services.segments.plugin [-] Segment 54fea0cf-b0e0-4dba-a073-67d6119435e1 resource provider aggregate not found 2026-05-05 16:47:19.056 8 INFO neutron.services.segments.plugin [-] Segment 54fea0cf-b0e0-4dba-a073-67d6119435e1 resource provider aggregate not found 2026-05-05 16:47:19.060 8 INFO neutron.services.segments.plugin [-] Segment 54fea0cf-b0e0-4dba-a073-67d6119435e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54fea0cf-b0e0-4dba-a073-67d6119435e1 found for delete ", "request_id": "req-b54961d2-f00d-4ee8-ba45-7d0ed6d3be20"}]} 2026-05-05 16:47:19.076 8 INFO neutron.services.segments.plugin [-] Segment 54fea0cf-b0e0-4dba-a073-67d6119435e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54fea0cf-b0e0-4dba-a073-67d6119435e1 found for delete ", "request_id": "req-275f35e4-45c8-4a99-936a-da56545ed5ca"}]} 2026-05-05 16:47:19.083 8 INFO neutron.services.segments.plugin [-] Segment 3fbf8b25-84e8-4fa8-83ab-5fe4b259cc8f resource provider aggregate not found 2026-05-05 16:47:19.093 8 INFO neutron.services.segments.plugin [-] Segment 3fbf8b25-84e8-4fa8-83ab-5fe4b259cc8f resource provider aggregate not found 2026-05-05 16:47:19.102 8 INFO neutron.services.segments.plugin [-] Segment 3fbf8b25-84e8-4fa8-83ab-5fe4b259cc8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3fbf8b25-84e8-4fa8-83ab-5fe4b259cc8f found for delete ", "request_id": "req-c8735c12-1fe0-4c64-a2a3-216c314da350"}]} 2026-05-05 16:47:19.106 8 INFO neutron.services.segments.plugin [-] Segment 3fbf8b25-84e8-4fa8-83ab-5fe4b259cc8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3fbf8b25-84e8-4fa8-83ab-5fe4b259cc8f found for delete ", "request_id": "req-8c26c0fc-aa52-4ec7-992f-e14beca6ace3"}]} 2026-05-05 16:47:19.173 8 INFO neutron_taas.services.taas.taas_plugin [None req-896ec78e-ac24-416d-818a-9190ca291db6 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: 3a797e27-7001-458e-bed3-e9f99dc77399 2026-05-05 16:47:19.176 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-896ec78e-ac24-416d-818a-9190ca291db6 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: 3a797e27-7001-458e-bed3-e9f99dc77399 2026-05-05 16:47:19.231 7 INFO neutron.services.segments.plugin [-] Segment b0e23ff6-d5c9-49b8-9c3d-c4276dd90466 resource provider aggregate not found 2026-05-05 16:47:19.235 7 INFO neutron.services.segments.plugin [-] Segment b0e23ff6-d5c9-49b8-9c3d-c4276dd90466 resource provider aggregate not found 2026-05-05 16:47:19.247 7 INFO neutron.services.segments.plugin [-] Segment b0e23ff6-d5c9-49b8-9c3d-c4276dd90466 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0e23ff6-d5c9-49b8-9c3d-c4276dd90466 found for delete ", "request_id": "req-1d14854b-f8ea-4362-8a87-23cdf4685886"}]} 2026-05-05 16:47:19.250 7 INFO neutron.services.segments.plugin [-] Segment b0e23ff6-d5c9-49b8-9c3d-c4276dd90466 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0e23ff6-d5c9-49b8-9c3d-c4276dd90466 found for delete ", "request_id": "req-ae36dc0c-be1f-4d79-b847-bedfc553a89a"}]} 2026-05-05 16:47:19.416 8 INFO neutron_taas.services.taas.taas_plugin [None req-896ec78e-ac24-416d-818a-9190ca291db6 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: 3503aa97-c2ec-488c-a056-96882ee2ba3a 2026-05-05 16:47:19.419 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-896ec78e-ac24-416d-818a-9190ca291db6 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: 3503aa97-c2ec-488c-a056-96882ee2ba3a 2026-05-05 16:47:19.754 8 INFO neutron.db.l3_hamode_db [None req-896ec78e-ac24-416d-818a-9190ca291db6 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] HA network 73f937bf-2a92-4928-9f60-4b354dda0503 was deleted as no HA routers are present in tenant 7366fd6d8e4149e8a8574f46b4a1feb0. [pid: 8|app: 0|req: 1245/2302] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:47:18 2026] DELETE /v2.0/routers/005d7412-ba81-47df-b57e-f3efc0bfbb31 => generated 0 bytes in 1368 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2303] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:47:19 2026] DELETE /v2.0/subnets/e2d9908c-963c-4e24-87ab-501c45357a73 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:47:19.977 8 INFO neutron_taas.services.taas.taas_plugin [None req-e8acf04b-c675-4e7e-8ad9-86357d63cce6 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: c7c205f4-1e8e-4cb3-9ef5-bd0093af4dc2 2026-05-05 16:47:19.979 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8acf04b-c675-4e7e-8ad9-86357d63cce6 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: c7c205f4-1e8e-4cb3-9ef5-bd0093af4dc2 [pid: 8|app: 0|req: 1246/2304] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:47:19 2026] DELETE /v2.0/networks/6befc725-1f13-4728-93eb-453d9dca57ab => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2305] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:47:20 2026] GET /v2.0/security-groups?tenant_id=7366fd6d8e4149e8a8574f46b4a1feb0&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2306] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:47:20 2026] DELETE /v2.0/security-groups/f367066a-ad9f-4c1b-b7a7-22fc3da7f048 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2307] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:47:20 2026] GET /v2.0/security-groups?tenant_id=8a4dfee2ebbb4b73bbe7e787a6bbaeae&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2308] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:47:20 2026] DELETE /v2.0/security-groups/9db4f7c7-ae6e-4548-9c39-490f728526e6 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:47:21.122 8 INFO neutron.services.segments.plugin [-] Segment 09c9aef3-a467-4cd7-97cd-868a82dcd11d resource provider aggregate not found 2026-05-05 16:47:21.126 8 INFO neutron.services.segments.plugin [-] Segment 09c9aef3-a467-4cd7-97cd-868a82dcd11d resource provider aggregate not found 2026-05-05 16:47:21.135 8 INFO neutron.services.segments.plugin [-] Segment 09c9aef3-a467-4cd7-97cd-868a82dcd11d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09c9aef3-a467-4cd7-97cd-868a82dcd11d found for delete ", "request_id": "req-98289066-4842-4d49-b65c-0fff75736c55"}]} 2026-05-05 16:47:21.138 8 INFO neutron.services.segments.plugin [-] Segment 09c9aef3-a467-4cd7-97cd-868a82dcd11d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09c9aef3-a467-4cd7-97cd-868a82dcd11d found for delete ", "request_id": "req-beae5640-4bef-4943-81d6-b086c4558f90"}]} 2026-05-05 16:47:21.150 8 INFO neutron.services.segments.plugin [-] Segment 09e052d9-5cc7-44c9-aa39-4fbfc0c0eece resource provider aggregate not found 2026-05-05 16:47:21.151 8 INFO neutron.services.segments.plugin [-] Segment 09e052d9-5cc7-44c9-aa39-4fbfc0c0eece resource provider aggregate not found 2026-05-05 16:47:21.164 8 INFO neutron.services.segments.plugin [-] Segment 09e052d9-5cc7-44c9-aa39-4fbfc0c0eece resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09e052d9-5cc7-44c9-aa39-4fbfc0c0eece found for delete ", "request_id": "req-39c4225c-030c-4d07-b301-15cb7d68f149"}]} 2026-05-05 16:47:21.166 8 INFO neutron.services.segments.plugin [-] Segment 09e052d9-5cc7-44c9-aa39-4fbfc0c0eece resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09e052d9-5cc7-44c9-aa39-4fbfc0c0eece found for delete ", "request_id": "req-e0935b55-35ce-4616-a5db-ce283e6a7bf2"}]} 2026-05-05 16:47:23.089 7 INFO neutron.db.segments_db [None req-49d8c163-8328-4ca4-adfd-057118142e43 0d4b7f6843034eb8922ab7d8784fae09 e934d8ae91304997a0c2533f68fef47a - - default default] Added segment 86dab832-c8b5-4c73-b6f0-1d448fa7b78b of type vxlan for network 2b9c37a7-d4f3-4de9-b3df-fd7bdda601ab [pid: 7|app: 0|req: 1061/2309] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:47:22 2026] POST /v2.0/networks => generated 611 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2310] 10.0.0.205 () {34 vars in 664 bytes} [Tue May 5 16:47:23 2026] POST /v2.0/ports => generated 743 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2311] 10.0.0.205 () {34 vars in 666 bytes} [Tue May 5 16:47:23 2026] POST /v2.0/trunks => generated 407 bytes in 138 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-05-05 16:47:23.641 8 INFO neutron.db.segments_db [None req-dc5625c7-a489-43a2-9500-cc99f316a2a0 0d4b7f6843034eb8922ab7d8784fae09 e934d8ae91304997a0c2533f68fef47a - - default default] Added segment c5f68826-1b63-4ea6-8794-d20587e93763 of type vxlan for network 69b8ecaf-fe1f-4b17-b182-a28d6f59ebd3 [pid: 8|app: 0|req: 1250/2312] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:47:23 2026] POST /v2.0/networks => generated 612 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2313] 10.0.0.205 () {34 vars in 664 bytes} [Tue May 5 16:47:23 2026] POST /v2.0/ports => generated 743 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2314] 10.0.0.205 () {34 vars in 666 bytes} [Tue May 5 16:47:24 2026] POST /v2.0/trunks => generated 407 bytes in 198 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-05-05 16:47:24.283 7 INFO neutron.db.segments_db [None req-b1e14ac3-f9ae-485e-8294-e4778e796282 0d4b7f6843034eb8922ab7d8784fae09 e934d8ae91304997a0c2533f68fef47a - - default default] Added segment ab439705-fa8f-4270-8a1a-172650c5cae4 of type vxlan for network 3c203d89-6214-42e6-a2ed-e3e98411aebf [pid: 7|app: 0|req: 1064/2315] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:47:24 2026] POST /v2.0/networks => generated 612 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2316] 10.0.0.205 () {34 vars in 664 bytes} [Tue May 5 16:47:24 2026] POST /v2.0/ports => generated 743 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2317] 10.0.0.205 () {34 vars in 666 bytes} [Tue May 5 16:47:24 2026] POST /v2.0/trunks => generated 407 bytes in 139 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-05-05 16:47:24.876 8 INFO neutron.db.segments_db [None req-e6ef9c62-03f4-4497-a3d8-4965ea9b34a1 0d4b7f6843034eb8922ab7d8784fae09 e934d8ae91304997a0c2533f68fef47a - - default default] Added segment e757d97f-bd9c-41b1-a525-1823d094701a of type vxlan for network b603d3a2-104d-43c6-83af-4deb2290c781 [pid: 8|app: 0|req: 1253/2318] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:47:24 2026] POST /v2.0/networks => generated 613 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2319] 10.0.0.205 () {34 vars in 664 bytes} [Tue May 5 16:47:24 2026] POST /v2.0/ports => generated 743 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2320] 10.0.0.205 () {34 vars in 666 bytes} [Tue May 5 16:47:25 2026] POST /v2.0/trunks => generated 407 bytes in 145 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-05-05 16:47:25.452 7 INFO neutron.db.segments_db [None req-06585a58-982e-4ca6-bf5e-c4e0ed15f4ce 0d4b7f6843034eb8922ab7d8784fae09 e934d8ae91304997a0c2533f68fef47a - - default default] Added segment 62e5fb8a-8b21-4f8f-96ff-ec3555d960d6 of type vxlan for network f6385a05-e7d7-47ce-ad2b-c47dc6f473b2 [pid: 7|app: 0|req: 1067/2321] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:47:25 2026] POST /v2.0/networks => generated 612 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2322] 10.0.0.205 () {34 vars in 664 bytes} [Tue May 5 16:47:25 2026] POST /v2.0/ports => generated 743 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2323] 10.0.0.205 () {34 vars in 666 bytes} [Tue May 5 16:47:25 2026] POST /v2.0/trunks => generated 407 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1256/2324] 10.0.0.205 () {34 vars in 749 bytes} [Tue May 5 16:47:25 2026] PUT /v2.0/trunks/1041a6d3-c5a2-435e-98bc-7ec88e35e783/tags => generated 17 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2325] 10.0.0.205 () {34 vars in 749 bytes} [Tue May 5 16:47:25 2026] PUT /v2.0/trunks/91687452-135e-499d-9a64-fecbdd3d5fc7/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2326] 10.0.0.205 () {34 vars in 749 bytes} [Tue May 5 16:47:26 2026] PUT /v2.0/trunks/09354b3b-88b4-481d-b46b-4a2a4058bfa8/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2327] 10.0.0.205 () {34 vars in 749 bytes} [Tue May 5 16:47:26 2026] PUT /v2.0/trunks/454a8350-bedf-4aae-8aeb-1b301449ba39/tags => 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: 1258/2328] 10.0.0.205 () {32 vars in 662 bytes} [Tue May 5 16:47:26 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2329] 10.0.0.205 () {32 vars in 676 bytes} [Tue May 5 16:47:26 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2330] 10.0.0.205 () {32 vars in 672 bytes} [Tue May 5 16:47:26 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2331] 10.0.0.205 () {32 vars in 684 bytes} [Tue May 5 16:47:26 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2332] 10.0.0.205 () {32 vars in 670 bytes} [Tue May 5 16:47:26 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2333] 10.0.0.205 () {32 vars in 684 bytes} [Tue May 5 16:47:26 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2334] 10.0.0.205 () {32 vars in 680 bytes} [Tue May 5 16:47:26 2026] GET /v2.0/trunks?not-tags-any=blue => 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: 1074/2335] 10.0.0.205 () {32 vars in 692 bytes} [Tue May 5 16:47:26 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2336] 10.0.0.205 () {32 vars in 719 bytes} [Tue May 5 16:47:26 2026] GET /v2.0/trunks/1041a6d3-c5a2-435e-98bc-7ec88e35e783 => generated 412 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2337] 10.0.0.205 () {32 vars in 717 bytes} [Tue May 5 16:47:26 2026] GET /v2.0/ports/4ab5423c-84cd-4b15-998d-0429ebaad5bd => generated 826 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2338] 10.0.0.205 () {32 vars in 722 bytes} [Tue May 5 16:47:26 2026] DELETE /v2.0/trunks/1041a6d3-c5a2-435e-98bc-7ec88e35e783 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2339] 10.0.0.205 () {32 vars in 719 bytes} [Tue May 5 16:47:26 2026] GET /v2.0/trunks/91687452-135e-499d-9a64-fecbdd3d5fc7 => generated 420 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2340] 10.0.0.205 () {32 vars in 717 bytes} [Tue May 5 16:47:26 2026] GET /v2.0/ports/2345deef-d1b4-4140-a9e6-98b9343668e4 => generated 826 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2341] 10.0.0.205 () {32 vars in 722 bytes} [Tue May 5 16:47:26 2026] DELETE /v2.0/trunks/91687452-135e-499d-9a64-fecbdd3d5fc7 => 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: 1265/2342] 10.0.0.205 () {32 vars in 719 bytes} [Tue May 5 16:47:26 2026] GET /v2.0/trunks/09354b3b-88b4-481d-b46b-4a2a4058bfa8 => generated 429 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2343] 10.0.0.205 () {32 vars in 717 bytes} [Tue May 5 16:47:26 2026] GET /v2.0/ports/60f89499-2441-4729-bcf6-88e4b296480e => generated 826 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2344] 10.0.0.205 () {32 vars in 722 bytes} [Tue May 5 16:47:26 2026] DELETE /v2.0/trunks/09354b3b-88b4-481d-b46b-4a2a4058bfa8 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2345] 10.0.0.205 () {32 vars in 719 bytes} [Tue May 5 16:47:26 2026] GET /v2.0/trunks/454a8350-bedf-4aae-8aeb-1b301449ba39 => generated 414 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2346] 10.0.0.205 () {32 vars in 717 bytes} [Tue May 5 16:47:26 2026] GET /v2.0/ports/bb5edde8-5c3c-4b16-8237-1820821bfbdf => generated 826 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2347] 10.0.0.205 () {32 vars in 722 bytes} [Tue May 5 16:47:26 2026] DELETE /v2.0/trunks/454a8350-bedf-4aae-8aeb-1b301449ba39 => 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: 1268/2348] 10.0.0.205 () {32 vars in 719 bytes} [Tue May 5 16:47:27 2026] GET /v2.0/trunks/82a08153-c990-40a4-99d3-fc91f5837507 => generated 407 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2349] 10.0.0.205 () {32 vars in 717 bytes} [Tue May 5 16:47:27 2026] GET /v2.0/ports/df13e670-3e94-4696-a7a0-fdc53eeadd7f => generated 826 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2350] 10.0.0.205 () {32 vars in 722 bytes} [Tue May 5 16:47:27 2026] DELETE /v2.0/trunks/82a08153-c990-40a4-99d3-fc91f5837507 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:47:27.262 7 INFO neutron_taas.services.taas.taas_plugin [None req-7b344143-d35b-495d-a6b8-9aac5fc5701f 0d4b7f6843034eb8922ab7d8784fae09 e934d8ae91304997a0c2533f68fef47a - - default default] TaaS: Handle Delete Port: 4ab5423c-84cd-4b15-998d-0429ebaad5bd 2026-05-05 16:47:27.265 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b344143-d35b-495d-a6b8-9aac5fc5701f 0d4b7f6843034eb8922ab7d8784fae09 e934d8ae91304997a0c2533f68fef47a - - default default] Tap Mirror: Handle Delete Port: 4ab5423c-84cd-4b15-998d-0429ebaad5bd [pid: 7|app: 0|req: 1082/2351] 10.0.0.205 () {32 vars in 720 bytes} [Tue May 5 16:47:27 2026] DELETE /v2.0/ports/4ab5423c-84cd-4b15-998d-0429ebaad5bd => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:47:27.433 8 INFO neutron_taas.services.taas.taas_plugin [None req-4376112c-b5db-448e-bd1b-d643ee11cd91 0d4b7f6843034eb8922ab7d8784fae09 e934d8ae91304997a0c2533f68fef47a - - default default] TaaS: Handle Delete Port: 2345deef-d1b4-4140-a9e6-98b9343668e4 2026-05-05 16:47:27.437 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4376112c-b5db-448e-bd1b-d643ee11cd91 0d4b7f6843034eb8922ab7d8784fae09 e934d8ae91304997a0c2533f68fef47a - - default default] Tap Mirror: Handle Delete Port: 2345deef-d1b4-4140-a9e6-98b9343668e4 [pid: 8|app: 0|req: 1270/2352] 10.0.0.205 () {32 vars in 720 bytes} [Tue May 5 16:47:27 2026] DELETE /v2.0/ports/2345deef-d1b4-4140-a9e6-98b9343668e4 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:47:27.612 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c1e6a3d-0973-49ea-992c-d3650b7bf3f3 0d4b7f6843034eb8922ab7d8784fae09 e934d8ae91304997a0c2533f68fef47a - - default default] TaaS: Handle Delete Port: 60f89499-2441-4729-bcf6-88e4b296480e 2026-05-05 16:47:27.614 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c1e6a3d-0973-49ea-992c-d3650b7bf3f3 0d4b7f6843034eb8922ab7d8784fae09 e934d8ae91304997a0c2533f68fef47a - - default default] Tap Mirror: Handle Delete Port: 60f89499-2441-4729-bcf6-88e4b296480e [pid: 7|app: 0|req: 1083/2353] 10.0.0.205 () {32 vars in 720 bytes} [Tue May 5 16:47:27 2026] DELETE /v2.0/ports/60f89499-2441-4729-bcf6-88e4b296480e => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:47:27.779 8 INFO neutron_taas.services.taas.taas_plugin [None req-2a02a945-83e9-4a22-bdcb-c045422e6f4f 0d4b7f6843034eb8922ab7d8784fae09 e934d8ae91304997a0c2533f68fef47a - - default default] TaaS: Handle Delete Port: bb5edde8-5c3c-4b16-8237-1820821bfbdf 2026-05-05 16:47:27.782 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a02a945-83e9-4a22-bdcb-c045422e6f4f 0d4b7f6843034eb8922ab7d8784fae09 e934d8ae91304997a0c2533f68fef47a - - default default] Tap Mirror: Handle Delete Port: bb5edde8-5c3c-4b16-8237-1820821bfbdf [pid: 8|app: 0|req: 1271/2354] 10.0.0.205 () {32 vars in 720 bytes} [Tue May 5 16:47:27 2026] DELETE /v2.0/ports/bb5edde8-5c3c-4b16-8237-1820821bfbdf => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:47:27.951 7 INFO neutron_taas.services.taas.taas_plugin [None req-b075b419-aa1b-476e-a732-a314ee656632 0d4b7f6843034eb8922ab7d8784fae09 e934d8ae91304997a0c2533f68fef47a - - default default] TaaS: Handle Delete Port: df13e670-3e94-4696-a7a0-fdc53eeadd7f 2026-05-05 16:47:27.954 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b075b419-aa1b-476e-a732-a314ee656632 0d4b7f6843034eb8922ab7d8784fae09 e934d8ae91304997a0c2533f68fef47a - - default default] Tap Mirror: Handle Delete Port: df13e670-3e94-4696-a7a0-fdc53eeadd7f [pid: 7|app: 0|req: 1084/2355] 10.0.0.205 () {32 vars in 720 bytes} [Tue May 5 16:47:27 2026] DELETE /v2.0/ports/df13e670-3e94-4696-a7a0-fdc53eeadd7f => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:47:28.141 8 INFO neutron.services.segments.plugin [-] Segment 86dab832-c8b5-4c73-b6f0-1d448fa7b78b resource provider aggregate not found 2026-05-05 16:47:28.144 8 INFO neutron.services.segments.plugin [-] Segment 86dab832-c8b5-4c73-b6f0-1d448fa7b78b resource provider aggregate not found 2026-05-05 16:47:28.159 8 INFO neutron.services.segments.plugin [-] Segment 86dab832-c8b5-4c73-b6f0-1d448fa7b78b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86dab832-c8b5-4c73-b6f0-1d448fa7b78b found for delete ", "request_id": "req-4e010436-5047-423e-acc0-8c0c93f81d63"}]} 2026-05-05 16:47:28.162 8 INFO neutron.services.segments.plugin [-] Segment 86dab832-c8b5-4c73-b6f0-1d448fa7b78b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86dab832-c8b5-4c73-b6f0-1d448fa7b78b found for delete ", "request_id": "req-e22d6d0f-c063-4283-a76b-44da523db141"}]} [pid: 8|app: 0|req: 1272/2356] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:47:28 2026] DELETE /v2.0/networks/2b9c37a7-d4f3-4de9-b3df-fd7bdda601ab => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:47:28.284 7 INFO neutron.services.segments.plugin [-] Segment c5f68826-1b63-4ea6-8794-d20587e93763 resource provider aggregate not found 2026-05-05 16:47:28.286 7 INFO neutron.services.segments.plugin [-] Segment c5f68826-1b63-4ea6-8794-d20587e93763 resource provider aggregate not found 2026-05-05 16:47:28.305 7 INFO neutron.services.segments.plugin [-] Segment c5f68826-1b63-4ea6-8794-d20587e93763 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5f68826-1b63-4ea6-8794-d20587e93763 found for delete ", "request_id": "req-a393e3e9-b95a-481e-af4e-55b2d07c04c7"}]} 2026-05-05 16:47:28.310 7 INFO neutron.services.segments.plugin [-] Segment c5f68826-1b63-4ea6-8794-d20587e93763 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5f68826-1b63-4ea6-8794-d20587e93763 found for delete ", "request_id": "req-d0359fad-9074-4656-ba72-0a6b9bb870ea"}]} [pid: 7|app: 0|req: 1085/2357] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:47:28 2026] DELETE /v2.0/networks/69b8ecaf-fe1f-4b17-b182-a28d6f59ebd3 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2358] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:47:28 2026] DELETE /v2.0/networks/3c203d89-6214-42e6-a2ed-e3e98411aebf => generated 0 bytes in 92 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2359] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:47:28 2026] DELETE /v2.0/networks/b603d3a2-104d-43c6-83af-4deb2290c781 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2360] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:47:28 2026] DELETE /v2.0/networks/f6385a05-e7d7-47ce-ad2b-c47dc6f473b2 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2361] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:47:29 2026] GET /v2.0/security-groups?tenant_id=6344943329a145d4bdb6f1ef01c1a076&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:47:29.633 7 INFO neutron.db.segments_db [None req-18aec89e-5b94-462b-967a-6d20880c730e cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] Added segment 96bdabd1-a0f8-4087-97c7-33feb1219b32 of type vxlan for network 366e08b4-0a2e-4621-a50b-884f7d60f5c6 [pid: 8|app: 0|req: 1276/2362] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:47:29 2026] DELETE /v2.0/security-groups/3a62f465-64e3-419c-92b6-86131b93991b => 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: 1087/2363] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:47:29 2026] POST /v2.0/networks => generated 621 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2364] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:47:29 2026] GET /v2.0/security-groups?tenant_id=e934d8ae91304997a0c2533f68fef47a&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2365] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:47:29 2026] DELETE /v2.0/security-groups/71c984ea-4a42-4cc2-a812-2c984d0e3e32 => 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: 1277/2366] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:47:29 2026] POST /v2.0/subnets => generated 658 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2367] 10.0.0.205 () {32 vars in 722 bytes} [Tue May 5 16:47:29 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2368] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:47:30 2026] GET /v2.0/security-groups?tenant_id=e3aa335af96046279b757b889e3cdb0b&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:47:30.191 8 INFO neutron.services.segments.plugin [-] Segment ab439705-fa8f-4270-8a1a-172650c5cae4 resource provider aggregate not found 2026-05-05 16:47:30.197 8 INFO neutron.services.segments.plugin [-] Segment ab439705-fa8f-4270-8a1a-172650c5cae4 resource provider aggregate not found 2026-05-05 16:47:30.213 8 INFO neutron.services.segments.plugin [-] Segment ab439705-fa8f-4270-8a1a-172650c5cae4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab439705-fa8f-4270-8a1a-172650c5cae4 found for delete ", "request_id": "req-377cb817-bcd2-46a2-8888-5dd5790c5a1b"}]} 2026-05-05 16:47:30.218 8 INFO neutron.services.segments.plugin [-] Segment ab439705-fa8f-4270-8a1a-172650c5cae4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab439705-fa8f-4270-8a1a-172650c5cae4 found for delete ", "request_id": "req-54a1bde2-f9d1-4b10-b1ab-962fee4ad4a5"}]} 2026-05-05 16:47:30.231 8 INFO neutron.services.segments.plugin [-] Segment 62e5fb8a-8b21-4f8f-96ff-ec3555d960d6 resource provider aggregate not found 2026-05-05 16:47:30.238 8 INFO neutron.services.segments.plugin [-] Segment 62e5fb8a-8b21-4f8f-96ff-ec3555d960d6 resource provider aggregate not found 2026-05-05 16:47:30.250 8 INFO neutron.services.segments.plugin [-] Segment 62e5fb8a-8b21-4f8f-96ff-ec3555d960d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62e5fb8a-8b21-4f8f-96ff-ec3555d960d6 found for delete ", "request_id": "req-c53c09c7-1620-4e93-8fd4-1f56b3f8b8c6"}]} 2026-05-05 16:47:30.259 8 INFO neutron.services.segments.plugin [-] Segment 62e5fb8a-8b21-4f8f-96ff-ec3555d960d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62e5fb8a-8b21-4f8f-96ff-ec3555d960d6 found for delete ", "request_id": "req-ebbb287a-8f4e-4a5f-bde8-51aaa174a0b2"}]} [pid: 8|app: 0|req: 1279/2369] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:47:30 2026] DELETE /v2.0/security-groups/a89c0738-4992-411b-8054-92ef97ae2659 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:47:30.323 7 INFO neutron.services.segments.plugin [-] Segment e757d97f-bd9c-41b1-a525-1823d094701a resource provider aggregate not found 2026-05-05 16:47:30.329 7 INFO neutron.services.segments.plugin [-] Segment e757d97f-bd9c-41b1-a525-1823d094701a resource provider aggregate not found 2026-05-05 16:47:30.345 7 INFO neutron.services.segments.plugin [-] Segment e757d97f-bd9c-41b1-a525-1823d094701a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e757d97f-bd9c-41b1-a525-1823d094701a found for delete ", "request_id": "req-dc3cf286-a869-48b4-bb6a-0508dca0f3bf"}]} 2026-05-05 16:47:30.346 7 INFO neutron.services.segments.plugin [-] Segment e757d97f-bd9c-41b1-a525-1823d094701a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e757d97f-bd9c-41b1-a525-1823d094701a found for delete ", "request_id": "req-689e6246-c532-44a7-b20d-41fe29592e8e"}]} [pid: 7|app: 0|req: 1091/2370] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:47:30 2026] POST /v2.0/subnets => generated 732 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:47:30.418 8 INFO neutron.db.segments_db [None req-104dc5f4-083c-4dda-b7a9-17231cdb65a4 cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] Added segment 505cd662-6b74-40ae-a7d6-08db616a2b86 of type vxlan for network c325a088-2a11-42f3-a7c2-b8867f42c56f [pid: 8|app: 0|req: 1280/2373] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:47:30 2026] POST /v2.0/networks => generated 618 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2374] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:47:30 2026] POST /v2.0/subnets => generated 656 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2375] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:47:30 2026] POST /v2.0/subnets => generated 725 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:47:31.114 7 INFO neutron.db.segments_db [None req-a8004ec6-9968-4519-b576-2c26d51ae87e cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] Added segment 68da6a26-f6aa-4b99-8ff7-0371252e61b1 of type vxlan for network a2e5ebe1-573f-4922-816b-01028376be33 [pid: 7|app: 0|req: 1095/2376] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:47:31 2026] POST /v2.0/networks => generated 619 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2377] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:47:31 2026] POST /v2.0/subnets => generated 655 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2378] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:47:31 2026] POST /v2.0/subnets => generated 729 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:47:31.775 8 INFO neutron.db.segments_db [None req-134033d8-5dd6-4b3d-96a0-9a979361acb7 cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] Added segment c8bc7e59-240f-463a-aa28-d45fa264a44b of type vxlan for network 9eb43177-ade8-41ea-b856-f5b8a0d76fc4 2026-05-05 16:47:31.993 8 INFO neutron.db.l3_hamode_db [None req-134033d8-5dd6-4b3d-96a0-9a979361acb7 cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 16:47:32.702 8 INFO neutron.db.l3_hamode_db [None req-134033d8-5dd6-4b3d-96a0-9a979361acb7 cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1283/2379] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:47:31 2026] POST /v2.0/routers => generated 685 bytes in 1824 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:47:33.875 8 INFO neutron.db.segments_db [None req-6f3a209d-d234-4b1d-9757-43d7993075d0 2fd5b4f1403343e48383b173cc346a87 8e9c5fe5e086408284937af4dbb98d30 - - default default] Added segment bf8f06d3-944c-41a3-8946-ddd126791a0a of type vxlan for network eb7ab309-7832-457b-8c4f-264ba601b8bb [pid: 8|app: 0|req: 1284/2380] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:47:33 2026] POST /v2.0/networks => generated 613 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2381] 10.0.0.205 () {34 vars in 664 bytes} [Tue May 5 16:47:33 2026] POST /v2.0/ports => generated 743 bytes in 203 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: 1286/2382] 10.0.0.205 () {34 vars in 747 bytes} [Tue May 5 16:47:34 2026] PUT /v2.0/ports/4bc7c960-e46b-4d86-adf2-f52634264ce3/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1287/2383] 10.0.0.205 () {32 vars in 727 bytes} [Tue May 5 16:47:34 2026] GET /v2.0/ports/4bc7c960-e46b-4d86-adf2-f52634264ce3/tags => generated 25 bytes in 34 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: 1288/2384] 10.0.0.205 () {34 vars in 758 bytes} [Tue May 5 16:47:34 2026] PUT /v2.0/ports/4bc7c960-e46b-4d86-adf2-f52634264ce3/tags/green => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1289/2385] 10.0.0.205 () {32 vars in 727 bytes} [Tue May 5 16:47:34 2026] GET /v2.0/ports/4bc7c960-e46b-4d86-adf2-f52634264ce3/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1290/2386] 10.0.0.205 () {34 vars in 754 bytes} [Tue May 5 16:47:34 2026] PUT /v2.0/ports/4bc7c960-e46b-4d86-adf2-f52634264ce3/tags/red => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1291/2387] 10.0.0.205 () {32 vars in 727 bytes} [Tue May 5 16:47:34 2026] GET /v2.0/ports/4bc7c960-e46b-4d86-adf2-f52634264ce3/tags => generated 34 bytes in 33 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: 1292/2388] 10.0.0.205 () {34 vars in 776 bytes} [Tue May 5 16:47:34 2026] PUT /v2.0/ports/4bc7c960-e46b-4d86-adf2-f52634264ce3/tags/black.or.white => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1293/2389] 10.0.0.205 () {32 vars in 727 bytes} [Tue May 5 16:47:34 2026] GET /v2.0/ports/4bc7c960-e46b-4d86-adf2-f52634264ce3/tags => generated 52 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1294/2390] 10.0.0.205 () {34 vars in 747 bytes} [Tue May 5 16:47:34 2026] PUT /v2.0/ports/4bc7c960-e46b-4d86-adf2-f52634264ce3/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1295/2391] 10.0.0.205 () {32 vars in 727 bytes} [Tue May 5 16:47:34 2026] GET /v2.0/ports/4bc7c960-e46b-4d86-adf2-f52634264ce3/tags => generated 37 bytes in 38 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: 1296/2392] 10.0.0.205 () {32 vars in 735 bytes} [Tue May 5 16:47:34 2026] GET /v2.0/ports/4bc7c960-e46b-4d86-adf2-f52634264ce3/tags/red => generated 0 bytes in 37 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-05-05 16:47:34.782 8 INFO neutron.api.v2.resource [None req-0add293b-d435-42ac-bb74-49e21bf9477a 2fd5b4f1403343e48383b173cc346a87 8e9c5fe5e086408284937af4dbb98d30 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1297/2393] 10.0.0.205 () {32 vars in 739 bytes} [Tue May 5 16:47:34 2026] GET /v2.0/ports/4bc7c960-e46b-4d86-adf2-f52634264ce3/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2394] 10.0.0.205 () {34 vars in 783 bytes} [Tue May 5 16:47:33 2026] PUT /v2.0/routers/d8fb4272-3659-4e75-a13b-e1c658835981/add_router_interface => generated 309 bytes in 1220 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: 1298/2395] 10.0.0.205 () {32 vars in 738 bytes} [Tue May 5 16:47:34 2026] DELETE /v2.0/ports/4bc7c960-e46b-4d86-adf2-f52634264ce3/tags/red => generated 0 bytes in 58 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: 1299/2396] 10.0.0.205 () {32 vars in 727 bytes} [Tue May 5 16:47:34 2026] GET /v2.0/ports/4bc7c960-e46b-4d86-adf2-f52634264ce3/tags => generated 30 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-05 16:47:34.975 8 INFO neutron.api.v2.resource [None req-f9d7f6d4-0159-4a4a-89d1-8284acbf7698 2fd5b4f1403343e48383b173cc346a87 8e9c5fe5e086408284937af4dbb98d30 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1300/2397] 10.0.0.205 () {32 vars in 742 bytes} [Tue May 5 16:47:34 2026] DELETE /v2.0/ports/4bc7c960-e46b-4d86-adf2-f52634264ce3/tags/green => generated 99 bytes in 67 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: 1301/2398] 10.0.0.205 () {32 vars in 730 bytes} [Tue May 5 16:47:34 2026] DELETE /v2.0/ports/4bc7c960-e46b-4d86-adf2-f52634264ce3/tags => generated 0 bytes in 79 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: 1302/2399] 10.0.0.205 () {32 vars in 727 bytes} [Tue May 5 16:47:35 2026] GET /v2.0/ports/4bc7c960-e46b-4d86-adf2-f52634264ce3/tags => generated 12 bytes in 45 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-05-05 16:47:35.216 8 INFO neutron_taas.services.taas.taas_plugin [None req-5e7bd11a-617b-47a1-9dd0-1e7dfa3e9ea2 2fd5b4f1403343e48383b173cc346a87 8e9c5fe5e086408284937af4dbb98d30 - - default default] TaaS: Handle Delete Port: 4bc7c960-e46b-4d86-adf2-f52634264ce3 2026-05-05 16:47:35.219 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e7bd11a-617b-47a1-9dd0-1e7dfa3e9ea2 2fd5b4f1403343e48383b173cc346a87 8e9c5fe5e086408284937af4dbb98d30 - - default default] Tap Mirror: Handle Delete Port: 4bc7c960-e46b-4d86-adf2-f52634264ce3 [pid: 8|app: 0|req: 1303/2400] 10.0.0.205 () {32 vars in 720 bytes} [Tue May 5 16:47:35 2026] DELETE /v2.0/ports/4bc7c960-e46b-4d86-adf2-f52634264ce3 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:47:35.419 8 INFO neutron.services.segments.plugin [-] Segment bf8f06d3-944c-41a3-8946-ddd126791a0a resource provider aggregate not found 2026-05-05 16:47:35.421 8 INFO neutron.services.segments.plugin [-] Segment bf8f06d3-944c-41a3-8946-ddd126791a0a resource provider aggregate not found 2026-05-05 16:47:35.443 8 INFO neutron.services.segments.plugin [-] Segment bf8f06d3-944c-41a3-8946-ddd126791a0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf8f06d3-944c-41a3-8946-ddd126791a0a found for delete ", "request_id": "req-1e4219f4-6a7f-4d2d-958f-1ea70304c75c"}]} 2026-05-05 16:47:35.446 8 INFO neutron.services.segments.plugin [-] Segment bf8f06d3-944c-41a3-8946-ddd126791a0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf8f06d3-944c-41a3-8946-ddd126791a0a found for delete ", "request_id": "req-263cf215-08cc-4e0f-99f7-59b1c2da3b69"}]} [pid: 8|app: 0|req: 1304/2401] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:47:35 2026] DELETE /v2.0/networks/eb7ab309-7832-457b-8c4f-264ba601b8bb => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2402] 10.0.0.205 () {34 vars in 783 bytes} [Tue May 5 16:47:34 2026] PUT /v2.0/routers/d8fb4272-3659-4e75-a13b-e1c658835981/add_router_interface => generated 309 bytes in 1400 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2403] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:47:36 2026] GET /v2.0/security-groups?tenant_id=8e9c5fe5e086408284937af4dbb98d30&name=default => generated 2929 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2404] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:47:36 2026] DELETE /v2.0/security-groups/b2eddd0d-2d07-4bf7-a429-c399613ad251 => 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: 1307/2405] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:47:36 2026] GET /v2.0/security-groups?tenant_id=3d48e42c32744268a924b0acbf02f7a4&name=default => generated 2929 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2406] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:47:36 2026] DELETE /v2.0/security-groups/93d6896a-2dfc-407e-b8e4-5f901a028395 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2407] 10.0.0.205 () {34 vars in 783 bytes} [Tue May 5 16:47:36 2026] PUT /v2.0/routers/d8fb4272-3659-4e75-a13b-e1c658835981/add_router_interface => generated 309 bytes in 1351 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2408] 10.0.0.205 () {34 vars in 684 bytes} [Tue May 5 16:47:37 2026] POST /v2.0/security-groups => generated 1629 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2409] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:47:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2410] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:47:37 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: 1101/2411] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:47:37 2026] POST /v2.0/security-group-rules => generated 599 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2412] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:47:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2413] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:47:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2414] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:47:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2415] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:47:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2416] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:47:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2417] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:47:38 2026] POST /v2.0/security-group-rules => generated 599 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2418] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:47:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2419] 10.0.0.205 () {34 vars in 695 bytes} [Tue May 5 16:47:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2420] 10.0.0.8 () {34 vars in 1092 bytes} [Tue May 5 16:47:39 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-814976891&fields=id&tenant_id=c7bffe0e02ac437ea50ee46b18978244 => 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: 1106/2421] 10.0.0.8 () {34 vars in 980 bytes} [Tue May 5 16:47:39 2026] GET /v2.0/networks?id=c325a088-2a11-42f3-a7c2-b8867f42c56f => generated 704 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2422] 10.0.0.8 () {34 vars in 963 bytes} [Tue May 5 16:47:39 2026] GET /v2.0/quotas/c7bffe0e02ac437ea50ee46b18978244 => 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: 1107/2423] 10.0.0.8 () {34 vars in 1000 bytes} [Tue May 5 16:47:39 2026] GET /v2.0/ports?tenant_id=c7bffe0e02ac437ea50ee46b18978244&fields=id => generated 241 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2424] 10.0.0.8 () {34 vars in 1006 bytes} [Tue May 5 16:47:39 2026] GET /v2.0/networks/c325a088-2a11-42f3-a7c2-b8867f42c56f?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: 1108/2425] 10.0.0.8 () {34 vars in 1106 bytes} [Tue May 5 16:47:39 2026] GET /v2.0/networks/c325a088-2a11-42f3-a7c2-b8867f42c56f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2426] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:47:39 2026] GET /v2.0/ports?device_id=9375de0d-60b1-438d-bb67-51167da8dea9 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2427] 10.0.0.205 () {34 vars in 684 bytes} [Tue May 5 16:47:40 2026] POST /v2.0/security-groups => generated 1603 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2428] 10.0.0.205 () {34 vars in 767 bytes} [Tue May 5 16:47:40 2026] PUT /v2.0/security-groups/47000c13-db44-4558-a6d9-2635fc45d7a7/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2429] 10.0.0.205 () {32 vars in 747 bytes} [Tue May 5 16:47:40 2026] GET /v2.0/security-groups/47000c13-db44-4558-a6d9-2635fc45d7a7/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2430] 10.0.0.205 () {34 vars in 778 bytes} [Tue May 5 16:47:40 2026] PUT /v2.0/security-groups/47000c13-db44-4558-a6d9-2635fc45d7a7/tags/green => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2431] 10.0.0.205 () {32 vars in 747 bytes} [Tue May 5 16:47:40 2026] GET /v2.0/security-groups/47000c13-db44-4558-a6d9-2635fc45d7a7/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: 1321/2432] 10.0.0.205 () {34 vars in 774 bytes} [Tue May 5 16:47:40 2026] PUT /v2.0/security-groups/47000c13-db44-4558-a6d9-2635fc45d7a7/tags/red => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2433] 10.0.0.205 () {32 vars in 747 bytes} [Tue May 5 16:47:40 2026] GET /v2.0/security-groups/47000c13-db44-4558-a6d9-2635fc45d7a7/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2434] 10.0.0.205 () {34 vars in 796 bytes} [Tue May 5 16:47:40 2026] PUT /v2.0/security-groups/47000c13-db44-4558-a6d9-2635fc45d7a7/tags/black.or.white => 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: 1113/2435] 10.0.0.205 () {32 vars in 747 bytes} [Tue May 5 16:47:40 2026] GET /v2.0/security-groups/47000c13-db44-4558-a6d9-2635fc45d7a7/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2436] 10.0.0.205 () {34 vars in 767 bytes} [Tue May 5 16:47:40 2026] PUT /v2.0/security-groups/47000c13-db44-4558-a6d9-2635fc45d7a7/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: 1114/2437] 10.0.0.205 () {32 vars in 747 bytes} [Tue May 5 16:47:40 2026] GET /v2.0/security-groups/47000c13-db44-4558-a6d9-2635fc45d7a7/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2438] 10.0.0.205 () {32 vars in 755 bytes} [Tue May 5 16:47:40 2026] GET /v2.0/security-groups/47000c13-db44-4558-a6d9-2635fc45d7a7/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:47:40.948 7 INFO neutron.api.v2.resource [None req-b027e284-8a50-4ae5-bd02-9ec91471103e e652788e86704de4ba4297bc213bcdaa f33c9a1479fb4d4b975f3b437fc75c78 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1115/2439] 10.0.0.205 () {32 vars in 759 bytes} [Tue May 5 16:47:40 2026] GET /v2.0/security-groups/47000c13-db44-4558-a6d9-2635fc45d7a7/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2440] 10.0.0.205 () {32 vars in 758 bytes} [Tue May 5 16:47:40 2026] DELETE /v2.0/security-groups/47000c13-db44-4558-a6d9-2635fc45d7a7/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2441] 10.0.0.205 () {32 vars in 747 bytes} [Tue May 5 16:47:41 2026] GET /v2.0/security-groups/47000c13-db44-4558-a6d9-2635fc45d7a7/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:47:41.075 8 INFO neutron.api.v2.resource [None req-5b746f42-05c0-4e53-9e79-098c5ee094ad e652788e86704de4ba4297bc213bcdaa f33c9a1479fb4d4b975f3b437fc75c78 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1326/2442] 10.0.0.205 () {32 vars in 762 bytes} [Tue May 5 16:47:41 2026] DELETE /v2.0/security-groups/47000c13-db44-4558-a6d9-2635fc45d7a7/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2443] 10.0.0.205 () {32 vars in 750 bytes} [Tue May 5 16:47:41 2026] DELETE /v2.0/security-groups/47000c13-db44-4558-a6d9-2635fc45d7a7/tags => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2444] 10.0.0.205 () {32 vars in 747 bytes} [Tue May 5 16:47:41 2026] GET /v2.0/security-groups/47000c13-db44-4558-a6d9-2635fc45d7a7/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2445] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:47:41 2026] DELETE /v2.0/security-groups/47000c13-db44-4558-a6d9-2635fc45d7a7 => 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: 1328/2446] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:47:41 2026] GET /v2.0/security-groups?tenant_id=97773296d21e42e5bdba1940762b0d90&name=default => generated 2929 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2447] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:47:42 2026] DELETE /v2.0/security-groups/c93cd599-2aa8-4859-a5a2-f0fe70dfb55a => 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: 1329/2448] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:47:42 2026] GET /v2.0/security-groups?tenant_id=f33c9a1479fb4d4b975f3b437fc75c78&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2449] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:47:42 2026] DELETE /v2.0/security-groups/c170b73c-3fb9-4d78-abe8-a50b6c4e3ecb => 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: 1330/2450] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:47:43 2026] GET /v2.0/networks?id=c325a088-2a11-42f3-a7c2-b8867f42c56f => generated 704 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2451] 199.204.45.153 () {34 vars in 1050 bytes} [Tue May 5 16:47:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c7bffe0e02ac437ea50ee46b18978244 => generated 178 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2452] 199.204.45.153 () {38 vars in 955 bytes} [Tue May 5 16:47:44 2026] POST /v2.0/ports => generated 1179 bytes in 453 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1332/2453] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:47:44 2026] GET /v2.0/ports?device_id=9375de0d-60b1-438d-bb67-51167da8dea9 => generated 1194 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2454] 199.204.45.153 () {38 vars in 1028 bytes} [Tue May 5 16:47:44 2026] PUT /v2.0/ports/7c0bdac8-edaf-4fe2-9d9a-0d86f82c2911 => generated 1460 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2455] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:47:44 2026] GET /v2.0/security-groups?id=a454d0b5-fa74-4961-b06d-7913502f2153&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:47:45.007 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e86a33d0-fd2b-4adf-9749-f9a6c23da9f0'] response: {'name': 'network-changed', 'server_uuid': '9375de0d-60b1-438d-bb67-51167da8dea9', 'tag': '7c0bdac8-edaf-4fe2-9d9a-0d86f82c2911', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1335/2458] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:47:45 2026] GET /v2.0/ports?tenant_id=c7bffe0e02ac437ea50ee46b18978244&device_id=9375de0d-60b1-438d-bb67-51167da8dea9 => generated 1463 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1124/2459] 199.204.45.153 () {34 vars in 1018 bytes} [Tue May 5 16:47:45 2026] GET /v2.0/networks?tenant_id=c7bffe0e02ac437ea50ee46b18978244&shared=False => generated 2374 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2460] 199.204.45.153 () {34 vars in 930 bytes} [Tue May 5 16:47:45 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2461] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:47:46 2026] GET /v2.0/ports?tenant_id=c7bffe0e02ac437ea50ee46b18978244&device_id=9375de0d-60b1-438d-bb67-51167da8dea9 => generated 1463 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2462] 199.204.45.153 () {34 vars in 1056 bytes} [Tue May 5 16:47:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.65&port_id=7c0bdac8-edaf-4fe2-9d9a-0d86f82c2911 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2463] 199.204.45.153 () {34 vars in 1104 bytes} [Tue May 5 16:47:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A30c&port_id=7c0bdac8-edaf-4fe2-9d9a-0d86f82c2911 => 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: 1338/2464] 199.204.45.153 () {34 vars in 1064 bytes} [Tue May 5 16:47:46 2026] GET /v2.0/subnets?id=abcd2b1b-3587-423d-8431-b23a6012fffd&id=a0ab976b-ad7b-4456-8262-716f34e7eaf7 => generated 1410 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2465] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:47:46 2026] GET /v2.0/ports?network_id=c325a088-2a11-42f3-a7c2-b8867f42c56f&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2466] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:47:46 2026] GET /v2.0/ports?network_id=c325a088-2a11-42f3-a7c2-b8867f42c56f&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: 1128/2467] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:47:46 2026] GET /v2.0/networks/c325a088-2a11-42f3-a7c2-b8867f42c56f?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: 1340/2468] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:47:46 2026] GET /v2.0/networks/c325a088-2a11-42f3-a7c2-b8867f42c56f?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: 1129/2469] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:47:50 2026] GET /v2.0/ports?device_id=9375de0d-60b1-438d-bb67-51167da8dea9 => generated 1194 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2470] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:47:50 2026] GET /v2.0/security-groups?id=a454d0b5-fa74-4961-b06d-7913502f2153&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2471] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:47:55 2026] GET /v2.0/ports?device_id=9375de0d-60b1-438d-bb67-51167da8dea9 => generated 1196 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2472] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:47:55 2026] GET /v2.0/security-groups?id=a454d0b5-fa74-4961-b06d-7913502f2153&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2473] 10.0.0.205 () {32 vars in 818 bytes} [Tue May 5 16:47:55 2026] GET /v2.0/ports?network_id=c325a088-2a11-42f3-a7c2-b8867f42c56f&mac_address=fa%3A16%3A3e%3A1d%3A40%3Af2 => generated 1196 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:47:56.226 8 INFO neutron.db.l3_db [None req-3880fe47-371a-49ab-bd56-bdce9332be56 cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] Floating IP e2ab814e-2104-4bad-8235-a10f81772527 associated. External IP: 10.96.250.219, port: 7c0bdac8-edaf-4fe2-9d9a-0d86f82c2911. [pid: 8|app: 0|req: 1343/2474] 10.0.0.205 () {34 vars in 677 bytes} [Tue May 5 16:47:55 2026] POST /v2.0/floatingips => generated 854 bytes in 1069 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:47:56.586 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c0121ed7-1890-4c71-b3ea-8d50f5df9795'] response: {'name': 'network-changed', 'server_uuid': '9375de0d-60b1-438d-bb67-51167da8dea9', 'tag': '7c0bdac8-edaf-4fe2-9d9a-0d86f82c2911', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1132/2475] 10.0.0.8 () {34 vars in 1092 bytes} [Tue May 5 16:47:56 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-814976891&fields=id&tenant_id=c7bffe0e02ac437ea50ee46b18978244 => 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: 1344/2476] 10.0.0.8 () {34 vars in 980 bytes} [Tue May 5 16:47:56 2026] GET /v2.0/networks?id=a2e5ebe1-573f-4922-816b-01028376be33 => generated 705 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2477] 10.0.0.8 () {34 vars in 963 bytes} [Tue May 5 16:47:56 2026] GET /v2.0/quotas/c7bffe0e02ac437ea50ee46b18978244 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2478] 10.0.0.8 () {34 vars in 1000 bytes} [Tue May 5 16:47:56 2026] GET /v2.0/ports?tenant_id=c7bffe0e02ac437ea50ee46b18978244&fields=id => generated 333 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2479] 10.0.0.8 () {34 vars in 1006 bytes} [Tue May 5 16:47:56 2026] GET /v2.0/networks/a2e5ebe1-573f-4922-816b-01028376be33?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2480] 10.0.0.8 () {34 vars in 1106 bytes} [Tue May 5 16:47:56 2026] GET /v2.0/networks/a2e5ebe1-573f-4922-816b-01028376be33?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2481] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:47:57 2026] GET /v2.0/ports?tenant_id=c7bffe0e02ac437ea50ee46b18978244&device_id=9375de0d-60b1-438d-bb67-51167da8dea9 => generated 1465 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2482] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:47:57 2026] GET /v2.0/ports?device_id=2e084234-f72f-4e14-87e0-e0e40b7d25a9 => 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: 1347/2483] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:47:57 2026] GET /v2.0/networks?id=c325a088-2a11-42f3-a7c2-b8867f42c56f => 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: 1137/2484] 199.204.45.153 () {34 vars in 1056 bytes} [Tue May 5 16:47:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.65&port_id=7c0bdac8-edaf-4fe2-9d9a-0d86f82c2911 => generated 857 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2485] 199.204.45.153 () {34 vars in 1104 bytes} [Tue May 5 16:47:57 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A30c&port_id=7c0bdac8-edaf-4fe2-9d9a-0d86f82c2911 => 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: 1138/2486] 199.204.45.153 () {34 vars in 1064 bytes} [Tue May 5 16:47:57 2026] GET /v2.0/subnets?id=abcd2b1b-3587-423d-8431-b23a6012fffd&id=a0ab976b-ad7b-4456-8262-716f34e7eaf7 => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2487] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:47:57 2026] GET /v2.0/ports?network_id=c325a088-2a11-42f3-a7c2-b8867f42c56f&device_owner=network%3Adhcp => generated 1457 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2488] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:47:57 2026] GET /v2.0/ports?network_id=c325a088-2a11-42f3-a7c2-b8867f42c56f&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2489] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:47:57 2026] GET /v2.0/networks/c325a088-2a11-42f3-a7c2-b8867f42c56f?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2490] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:47:57 2026] GET /v2.0/networks/c325a088-2a11-42f3-a7c2-b8867f42c56f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2493] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:48:01 2026] GET /v2.0/networks?id=a2e5ebe1-573f-4922-816b-01028376be33 => generated 705 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2494] 199.204.45.153 () {34 vars in 1050 bytes} [Tue May 5 16:48:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c7bffe0e02ac437ea50ee46b18978244 => generated 178 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2495] 10.0.0.40 () {34 vars in 989 bytes} [Tue May 5 16:48:01 2026] GET /v2.0/ports?device_id=9375de0d-60b1-438d-bb67-51167da8dea9 => generated 1465 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2496] 10.0.0.40 () {34 vars in 1039 bytes} [Tue May 5 16:48:01 2026] GET /v2.0/security-groups?id=a454d0b5-fa74-4961-b06d-7913502f2153&fields=id&fields=name => generated 111 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2497] 199.204.45.153 () {38 vars in 955 bytes} [Tue May 5 16:48:01 2026] POST /v2.0/ports => generated 1183 bytes in 407 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: 1144/2498] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:48:02 2026] GET /v2.0/ports?device_id=2e084234-f72f-4e14-87e0-e0e40b7d25a9 => generated 1198 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2499] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:48:02 2026] GET /v2.0/security-groups?id=a454d0b5-fa74-4961-b06d-7913502f2153&fields=id&fields=name => generated 111 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2500] 199.204.45.153 () {38 vars in 1028 bytes} [Tue May 5 16:48:01 2026] PUT /v2.0/ports/7481d252-cd2c-43fe-9327-684df8a6b837 => generated 1464 bytes in 468 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:48:02.415 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-34589eeb-214b-440c-b090-8f7c26a92002'] response: {'name': 'network-changed', 'server_uuid': '2e084234-f72f-4e14-87e0-e0e40b7d25a9', 'tag': '7481d252-cd2c-43fe-9327-684df8a6b837', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1146/2501] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:48:02 2026] GET /v2.0/ports?tenant_id=c7bffe0e02ac437ea50ee46b18978244&device_id=2e084234-f72f-4e14-87e0-e0e40b7d25a9 => generated 1467 bytes in 45 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: 1356/2502] 199.204.45.153 () {34 vars in 1018 bytes} [Tue May 5 16:48:02 2026] GET /v2.0/networks?tenant_id=c7bffe0e02ac437ea50ee46b18978244&shared=False => generated 2374 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2503] 199.204.45.153 () {34 vars in 930 bytes} [Tue May 5 16:48:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2504] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:48:04 2026] GET /v2.0/ports?tenant_id=c7bffe0e02ac437ea50ee46b18978244&device_id=2e084234-f72f-4e14-87e0-e0e40b7d25a9 => generated 1467 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2505] 199.204.45.153 () {34 vars in 1056 bytes} [Tue May 5 16:48:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.18&port_id=7481d252-cd2c-43fe-9327-684df8a6b837 => 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: 1358/2506] 199.204.45.153 () {34 vars in 1106 bytes} [Tue May 5 16:48:04 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2fe&port_id=7481d252-cd2c-43fe-9327-684df8a6b837 => 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: 1149/2507] 199.204.45.153 () {34 vars in 1064 bytes} [Tue May 5 16:48:04 2026] GET /v2.0/subnets?id=08ce91c7-f86e-4d4c-9003-11cf2d868513&id=3c28b475-066b-4e4f-a850-4c515678b47e => generated 1413 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2508] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:48:04 2026] GET /v2.0/ports?network_id=a2e5ebe1-573f-4922-816b-01028376be33&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: 1150/2509] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:48:04 2026] GET /v2.0/ports?network_id=a2e5ebe1-573f-4922-816b-01028376be33&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: 1360/2510] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:48:04 2026] GET /v2.0/networks/a2e5ebe1-573f-4922-816b-01028376be33?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: 1151/2511] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:48:04 2026] GET /v2.0/networks/a2e5ebe1-573f-4922-816b-01028376be33?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2512] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:48:07 2026] GET /v2.0/ports?device_id=2e084234-f72f-4e14-87e0-e0e40b7d25a9 => generated 1200 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2513] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:48:07 2026] GET /v2.0/security-groups?id=a454d0b5-fa74-4961-b06d-7913502f2153&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2514] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:48:12 2026] GET /v2.0/ports?device_id=2e084234-f72f-4e14-87e0-e0e40b7d25a9 => generated 1200 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2515] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:48:12 2026] GET /v2.0/security-groups?id=a454d0b5-fa74-4961-b06d-7913502f2153&fields=id&fields=name => generated 111 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2516] 10.0.0.205 () {32 vars in 818 bytes} [Tue May 5 16:48:12 2026] GET /v2.0/ports?network_id=a2e5ebe1-573f-4922-816b-01028376be33&mac_address=fa%3A16%3A3e%3Ab3%3Ac7%3A13 => generated 1200 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:48:13.610 7 INFO neutron.db.l3_db [None req-85065b11-bf61-4319-a7fc-cb56cc22552e cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] Floating IP f36b08a2-af86-4573-90b8-9bc4d82d87b2 associated. External IP: 10.96.250.216, port: 7481d252-cd2c-43fe-9327-684df8a6b837. [pid: 7|app: 0|req: 1154/2517] 10.0.0.205 () {34 vars in 677 bytes} [Tue May 5 16:48:12 2026] POST /v2.0/floatingips => generated 854 bytes in 975 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:48:13.943 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-af39b535-9988-4de5-b901-27f2fe480fbf'] response: {'name': 'network-changed', 'server_uuid': '2e084234-f72f-4e14-87e0-e0e40b7d25a9', 'tag': '7481d252-cd2c-43fe-9327-684df8a6b837', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1364/2518] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:48:14 2026] GET /v2.0/ports?tenant_id=c7bffe0e02ac437ea50ee46b18978244&device_id=2e084234-f72f-4e14-87e0-e0e40b7d25a9 => generated 1469 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2519] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:48:14 2026] GET /v2.0/networks?id=a2e5ebe1-573f-4922-816b-01028376be33 => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2520] 199.204.45.153 () {34 vars in 1056 bytes} [Tue May 5 16:48:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.18&port_id=7481d252-cd2c-43fe-9327-684df8a6b837 => generated 857 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2521] 199.204.45.153 () {34 vars in 1106 bytes} [Tue May 5 16:48:14 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2fe&port_id=7481d252-cd2c-43fe-9327-684df8a6b837 => 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: 1366/2522] 199.204.45.153 () {34 vars in 1064 bytes} [Tue May 5 16:48:14 2026] GET /v2.0/subnets?id=08ce91c7-f86e-4d4c-9003-11cf2d868513&id=3c28b475-066b-4e4f-a850-4c515678b47e => generated 1413 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2523] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:48:14 2026] GET /v2.0/ports?network_id=a2e5ebe1-573f-4922-816b-01028376be33&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: 1367/2524] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:48:14 2026] GET /v2.0/ports?network_id=a2e5ebe1-573f-4922-816b-01028376be33&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: 1158/2525] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:48:14 2026] GET /v2.0/networks/a2e5ebe1-573f-4922-816b-01028376be33?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: 1368/2526] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:48:14 2026] GET /v2.0/networks/a2e5ebe1-573f-4922-816b-01028376be33?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2529] 10.0.0.40 () {34 vars in 989 bytes} [Tue May 5 16:48:20 2026] GET /v2.0/ports?device_id=2e084234-f72f-4e14-87e0-e0e40b7d25a9 => 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: 1160/2530] 10.0.0.40 () {34 vars in 1039 bytes} [Tue May 5 16:48:20 2026] GET /v2.0/security-groups?id=a454d0b5-fa74-4961-b06d-7913502f2153&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2533] 10.0.0.205 () {32 vars in 721 bytes} [Tue May 5 16:48:35 2026] GET /v2.0/subnets/ca5e8c59-58e0-44a1-b5cb-5de7b859608b => 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: 1162/2534] 10.0.0.227 () {30 vars in 690 bytes} [Tue May 5 16:48:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2535] 10.0.0.227 () {30 vars in 692 bytes} [Tue May 5 16:48:37 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: 1163/2536] 10.0.0.227 () {30 vars in 668 bytes} [Tue May 5 16:48:37 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: 1374/2537] 10.0.0.227 () {30 vars in 704 bytes} [Tue May 5 16:48:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2538] 10.0.0.227 () {28 vars in 439 bytes} [Tue May 5 16:48:37 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: 1375/2539] 10.0.0.227 () {30 vars in 728 bytes} [Tue May 5 16:48:37 2026] GET /v2.0/subnets/ca5e8c59-58e0-44a1-b5cb-5de7b859608b => generated 658 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2540] 10.0.0.227 () {30 vars in 690 bytes} [Tue May 5 16:48: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: 8|app: 0|req: 1376/2541] 10.0.0.227 () {30 vars in 692 bytes} [Tue May 5 16:48: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: 1166/2542] 10.0.0.227 () {30 vars in 668 bytes} [Tue May 5 16:48:37 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: 1377/2543] 10.0.0.227 () {30 vars in 704 bytes} [Tue May 5 16:48: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: 7|app: 0|req: 1167/2544] 10.0.0.227 () {30 vars in 728 bytes} [Tue May 5 16:48:37 2026] GET /v2.0/subnets/ca5e8c59-58e0-44a1-b5cb-5de7b859608b => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2545] 10.0.0.227 () {30 vars in 690 bytes} [Tue May 5 16:48:37 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: 1168/2546] 10.0.0.227 () {30 vars in 692 bytes} [Tue May 5 16:48: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: 8|app: 0|req: 1379/2547] 10.0.0.227 () {30 vars in 668 bytes} [Tue May 5 16:48:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2548] 10.0.0.227 () {30 vars in 704 bytes} [Tue May 5 16:48: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: 1380/2549] 10.0.0.227 () {30 vars in 730 bytes} [Tue May 5 16:48:37 2026] GET /v2.0/networks/366e08b4-0a2e-4621-a50b-884f7d60f5c6 => generated 800 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2550] 10.0.0.227 () {30 vars in 682 bytes} [Tue May 5 16:48:38 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2551] 10.0.0.227 () {34 vars in 704 bytes} [Tue May 5 16:48:38 2026] POST /v2.0/ports => generated 1132 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2552] 199.204.45.153 () {30 vars in 703 bytes} [Tue May 5 16:48:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1382/2553] 199.204.45.153 () {30 vars in 705 bytes} [Tue May 5 16:48:41 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: 1172/2554] 199.204.45.153 () {30 vars in 681 bytes} [Tue May 5 16:48:41 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: 1383/2555] 199.204.45.153 () {30 vars in 717 bytes} [Tue May 5 16:48:41 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: 1173/2556] 199.204.45.153 () {30 vars in 737 bytes} [Tue May 5 16:48:41 2026] GET /v2.0/ports/e88db665-905c-41b1-87fd-799083f014f8 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2557] 199.204.45.153 () {30 vars in 703 bytes} [Tue May 5 16:48: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: 1174/2558] 199.204.45.153 () {30 vars in 705 bytes} [Tue May 5 16:48:41 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: 1385/2559] 199.204.45.153 () {30 vars in 681 bytes} [Tue May 5 16:48:41 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2560] 199.204.45.153 () {30 vars in 717 bytes} [Tue May 5 16:48:41 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-05-05 16:48:41.499 8 INFO neutron.api.v2.resource [None req-c9330b4d-755f-40ce-a50a-25ccc2e71bca 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1386/2561] 199.204.45.153 () {30 vars in 763 bytes} [Tue May 5 16:48:41 2026] GET /v2.0/security-groups/lb-5db2db6f-82e7-4782-9514-342b33a41a0c => 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: 1176/2562] 199.204.45.153 () {30 vars in 785 bytes} [Tue May 5 16:48:41 2026] GET /v2.0/security-groups?name=lb-5db2db6f-82e7-4782-9514-342b33a41a0c => generated 23 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2563] 199.204.45.153 () {34 vars in 736 bytes} [Tue May 5 16:48:41 2026] POST /v2.0/security-groups => generated 1638 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2564] 199.204.45.153 () {30 vars in 815 bytes} [Tue May 5 16:48:41 2026] GET /v2.0/security-group-rules?security_group_id=a0636913-59f2-447b-b533-532c2f7ca846 => generated 1182 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2565] 199.204.45.153 () {34 vars in 789 bytes} [Tue May 5 16:48:41 2026] PUT /v2.0/ports/e88db665-905c-41b1-87fd-799083f014f8 => generated 1132 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2566] 199.204.45.153 () {30 vars in 703 bytes} [Tue May 5 16:48:41 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: 1389/2567] 199.204.45.153 () {30 vars in 705 bytes} [Tue May 5 16:48:42 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: 1179/2568] 199.204.45.153 () {30 vars in 681 bytes} [Tue May 5 16:48:42 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: 1390/2569] 199.204.45.153 () {30 vars in 717 bytes} [Tue May 5 16:48:42 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: 1180/2570] 199.204.45.153 () {30 vars in 741 bytes} [Tue May 5 16:48:42 2026] GET /v2.0/subnets/ca5e8c59-58e0-44a1-b5cb-5de7b859608b => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2573] 10.0.0.8 () {34 vars in 1014 bytes} [Tue May 5 16:48:49 2026] GET /v2.0/security-groups?id=6dc027b3-2af9-4b16-a387-3d9937b12959&fields=id => 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: 1182/2574] 10.0.0.8 () {34 vars in 980 bytes} [Tue May 5 16:48:49 2026] GET /v2.0/networks?id=aea0f32f-ee90-494d-9f20-cce98c0dced4 => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2575] 10.0.0.8 () {34 vars in 963 bytes} [Tue May 5 16:48:49 2026] GET /v2.0/quotas/ee96011ce3044b5b8b787403108e1174 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2576] 10.0.0.8 () {34 vars in 1000 bytes} [Tue May 5 16:48:49 2026] GET /v2.0/ports?tenant_id=ee96011ce3044b5b8b787403108e1174&fields=id => generated 149 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2577] 10.0.0.8 () {34 vars in 1006 bytes} [Tue May 5 16:48:49 2026] GET /v2.0/networks/aea0f32f-ee90-494d-9f20-cce98c0dced4?fields=segments => generated 14 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2578] 10.0.0.8 () {34 vars in 1106 bytes} [Tue May 5 16:48:49 2026] GET /v2.0/networks/aea0f32f-ee90-494d-9f20-cce98c0dced4?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: 1395/2579] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:48:50 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2580] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:48:50 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => 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: 1396/2581] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:48:52 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => 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: 1186/2582] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:48:52 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => 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: 1397/2583] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:48:54 2026] GET /v2.0/networks?id=aea0f32f-ee90-494d-9f20-cce98c0dced4 => generated 735 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2584] 199.204.45.153 () {34 vars in 1050 bytes} [Tue May 5 16:48:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ee96011ce3044b5b8b787403108e1174 => generated 343 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2585] 199.204.45.153 () {38 vars in 955 bytes} [Tue May 5 16:48:54 2026] POST /v2.0/ports => generated 1078 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2586] 199.204.45.153 () {38 vars in 1028 bytes} [Tue May 5 16:48:54 2026] PUT /v2.0/ports/34fad45b-4307-4743-a268-a6a8fe9854bf => generated 1239 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:48:55.086 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-221158b6-2c82-466f-abd2-e11a383d1ee4'] response: {'name': 'network-changed', 'server_uuid': '2eca1e83-e8e3-4631-ac37-a834b1d588cd', 'tag': '34fad45b-4307-4743-a268-a6a8fe9854bf', '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: 1399/2587] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:48:55 2026] GET /v2.0/ports?tenant_id=ee96011ce3044b5b8b787403108e1174&device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1189/2588] 199.204.45.153 () {34 vars in 1018 bytes} [Tue May 5 16:48:55 2026] GET /v2.0/networks?tenant_id=ee96011ce3044b5b8b787403108e1174&shared=False => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2589] 199.204.45.153 () {34 vars in 930 bytes} [Tue May 5 16:48:55 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2590] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:48:55 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2591] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:48:55 2026] GET /v2.0/security-groups?id=6dc027b3-2af9-4b16-a387-3d9937b12959&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2592] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:48:55 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2593] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:48:56 2026] GET /v2.0/ports?tenant_id=ee96011ce3044b5b8b787403108e1174&device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2594] 199.204.45.153 () {34 vars in 1060 bytes} [Tue May 5 16:48:56 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.86&port_id=34fad45b-4307-4743-a268-a6a8fe9854bf => 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: 1403/2595] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:48:56 2026] GET /v2.0/subnets?id=4c4dc477-4469-4050-8bd2-a3e24591c21d => 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: 1193/2596] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:48:56 2026] GET /v2.0/ports?network_id=aea0f32f-ee90-494d-9f20-cce98c0dced4&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: 1404/2597] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:48:56 2026] GET /v2.0/networks/aea0f32f-ee90-494d-9f20-cce98c0dced4?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2598] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:48:56 2026] GET /v2.0/networks/aea0f32f-ee90-494d-9f20-cce98c0dced4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2599] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:48:58 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2600] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:48:58 2026] GET /v2.0/security-groups?id=6dc027b3-2af9-4b16-a387-3d9937b12959&fields=id&fields=name => generated 96 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2601] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:48:58 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2604] 199.204.45.153 () {34 vars in 994 bytes} [Tue May 5 16:49:00 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 1242 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2605] 199.204.45.153 () {34 vars in 1044 bytes} [Tue May 5 16:49:00 2026] GET /v2.0/security-groups?id=6dc027b3-2af9-4b16-a387-3d9937b12959&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2606] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:49:01 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => 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: 1198/2607] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:49:01 2026] GET /v2.0/security-groups?id=6dc027b3-2af9-4b16-a387-3d9937b12959&fields=id&fields=name => generated 96 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2608] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:49:01 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 1244 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2609] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:49:04 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => 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: 1411/2610] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:49:04 2026] GET /v2.0/security-groups?id=6dc027b3-2af9-4b16-a387-3d9937b12959&fields=id&fields=name => generated 96 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2611] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:49:04 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2616] 199.204.45.153 () {30 vars in 703 bytes} [Tue May 5 16:49:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2617] 199.204.45.153 () {30 vars in 705 bytes} [Tue May 5 16:49:39 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: 1204/2618] 199.204.45.153 () {30 vars in 681 bytes} [Tue May 5 16:49:39 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: 1415/2619] 199.204.45.153 () {30 vars in 717 bytes} [Tue May 5 16:49:39 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: 1205/2620] 199.204.45.153 () {30 vars in 741 bytes} [Tue May 5 16:49:39 2026] GET /v2.0/subnets/ca5e8c59-58e0-44a1-b5cb-5de7b859608b => 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: 1416/2621] 199.204.45.153 () {30 vars in 769 bytes} [Tue May 5 16:49:39 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2622] 199.204.45.153 () {34 vars in 717 bytes} [Tue May 5 16:49:39 2026] POST /v2.0/ports => generated 1059 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2623] 10.0.0.8 () {34 vars in 969 bytes} [Tue May 5 16:49:40 2026] GET /v2.0/ports/8118ce8e-e424-4d4d-9774-c1b7d6f60490 => generated 1059 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2624] 10.0.0.8 () {34 vars in 905 bytes} [Tue May 5 16:49:40 2026] GET /v2.0/extensions => generated 21537 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2625] 199.204.45.153 () {34 vars in 1262 bytes} [Tue May 5 16:49:41 2026] GET /v2.0/ports/8118ce8e-e424-4d4d-9774-c1b7d6f60490?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2626] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:49:41 2026] GET /v2.0/networks/366e08b4-0a2e-4621-a50b-884f7d60f5c6?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: 1419/2627] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:49:41 2026] GET /v2.0/networks/366e08b4-0a2e-4621-a50b-884f7d60f5c6?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: 1209/2628] 199.204.45.153 () {34 vars in 975 bytes} [Tue May 5 16:49:41 2026] GET /v2.0/ports/8118ce8e-e424-4d4d-9774-c1b7d6f60490 => generated 1059 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2629] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:49:41 2026] GET /v2.0/networks?id=366e08b4-0a2e-4621-a50b-884f7d60f5c6 => generated 803 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2630] 199.204.45.153 () {38 vars in 1028 bytes} [Tue May 5 16:49:41 2026] PUT /v2.0/ports/8118ce8e-e424-4d4d-9774-c1b7d6f60490 => generated 1249 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:49:42.310 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-aa820f85-c519-4c4b-9085-c9cc8e61c7a7'] response: {'name': 'network-changed', 'server_uuid': '2eca1e83-e8e3-4631-ac37-a834b1d588cd', 'tag': '8118ce8e-e424-4d4d-9774-c1b7d6f60490', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1421/2631] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:49:42 2026] GET /v2.0/ports?tenant_id=ee96011ce3044b5b8b787403108e1174&device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 2485 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2632] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:49:42 2026] GET /v2.0/networks?id=366e08b4-0a2e-4621-a50b-884f7d60f5c6 => generated 803 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2633] 199.204.45.153 () {34 vars in 1058 bytes} [Tue May 5 16:49:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.223&port_id=8118ce8e-e424-4d4d-9774-c1b7d6f60490 => 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: 1212/2634] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:49:42 2026] GET /v2.0/subnets?id=ca5e8c59-58e0-44a1-b5cb-5de7b859608b => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2635] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:49:42 2026] GET /v2.0/ports?network_id=366e08b4-0a2e-4621-a50b-884f7d60f5c6&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: 1213/2636] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:49:43 2026] GET /v2.0/networks/366e08b4-0a2e-4621-a50b-884f7d60f5c6?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2637] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:49:43 2026] GET /v2.0/networks/366e08b4-0a2e-4621-a50b-884f7d60f5c6?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: 1214/2638] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:49:44 2026] GET /v2.0/ports?tenant_id=ee96011ce3044b5b8b787403108e1174&device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 2485 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2639] 199.204.45.153 () {34 vars in 1060 bytes} [Tue May 5 16:49:44 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.86&port_id=34fad45b-4307-4743-a268-a6a8fe9854bf => 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: 1215/2640] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:49:44 2026] GET /v2.0/subnets?id=4c4dc477-4469-4050-8bd2-a3e24591c21d => 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: 1426/2641] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:49:44 2026] GET /v2.0/ports?network_id=aea0f32f-ee90-494d-9f20-cce98c0dced4&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: 1216/2642] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:49:44 2026] GET /v2.0/networks/aea0f32f-ee90-494d-9f20-cce98c0dced4?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: 1427/2643] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:49:44 2026] GET /v2.0/networks/aea0f32f-ee90-494d-9f20-cce98c0dced4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2644] 199.204.45.153 () {34 vars in 1058 bytes} [Tue May 5 16:49:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.223&port_id=8118ce8e-e424-4d4d-9774-c1b7d6f60490 => 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: 1428/2645] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:49:44 2026] GET /v2.0/subnets?id=ca5e8c59-58e0-44a1-b5cb-5de7b859608b => 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: 1218/2646] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:49:44 2026] GET /v2.0/ports?network_id=366e08b4-0a2e-4621-a50b-884f7d60f5c6&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: 1429/2647] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:49:44 2026] GET /v2.0/networks/366e08b4-0a2e-4621-a50b-884f7d60f5c6?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: 1219/2648] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:49:44 2026] GET /v2.0/networks/366e08b4-0a2e-4621-a50b-884f7d60f5c6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2651] 10.0.0.8 () {34 vars in 969 bytes} [Tue May 5 16:49:48 2026] GET /v2.0/ports/8118ce8e-e424-4d4d-9774-c1b7d6f60490 => generated 1251 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2652] 199.204.45.153 () {34 vars in 789 bytes} [Tue May 5 16:49:48 2026] PUT /v2.0/ports/8118ce8e-e424-4d4d-9774-c1b7d6f60490 => generated 1276 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:49:48.955 7 INFO neutron.api.v2.resource [None req-a22a157b-6742-4608-84a3-759e77e6db17 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1222/2653] 199.204.45.153 () {30 vars in 763 bytes} [Tue May 5 16:49:48 2026] GET /v2.0/security-groups/lb-5db2db6f-82e7-4782-9514-342b33a41a0c => 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: 1432/2654] 199.204.45.153 () {30 vars in 785 bytes} [Tue May 5 16:49:48 2026] GET /v2.0/security-groups?name=lb-5db2db6f-82e7-4782-9514-342b33a41a0c => generated 1639 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:49:49.002 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-28220dd9-a9f5-4031-a1ab-dc3d05e5ef41'] response: {'name': 'network-changed', 'server_uuid': '2eca1e83-e8e3-4631-ac37-a834b1d588cd', 'tag': '8118ce8e-e424-4d4d-9774-c1b7d6f60490', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1223/2655] 199.204.45.153 () {34 vars in 789 bytes} [Tue May 5 16:49:48 2026] PUT /v2.0/ports/8118ce8e-e424-4d4d-9774-c1b7d6f60490 => generated 1314 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:49:49.288 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-73402814-6854-404d-a290-285d47767708'] response: {'name': 'network-changed', 'server_uuid': '2eca1e83-e8e3-4631-ac37-a834b1d588cd', 'tag': '8118ce8e-e424-4d4d-9774-c1b7d6f60490', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1433/2656] 199.204.45.153 () {30 vars in 703 bytes} [Tue May 5 16:49:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1224/2657] 199.204.45.153 () {30 vars in 705 bytes} [Tue May 5 16:49:49 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2658] 199.204.45.153 () {30 vars in 681 bytes} [Tue May 5 16:49:49 2026] GET /v2.0/extensions/qos => generated 166 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2659] 199.204.45.153 () {30 vars in 717 bytes} [Tue May 5 16:49: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: 8|app: 0|req: 1435/2660] 199.204.45.153 () {30 vars in 741 bytes} [Tue May 5 16:49:49 2026] GET /v2.0/subnets/ca5e8c59-58e0-44a1-b5cb-5de7b859608b => generated 676 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2661] 199.204.45.153 () {30 vars in 737 bytes} [Tue May 5 16:49:49 2026] GET /v2.0/ports/e88db665-905c-41b1-87fd-799083f014f8 => 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: 1436/2662] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:49:49 2026] GET /v2.0/ports?tenant_id=ee96011ce3044b5b8b787403108e1174&device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 2586 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2663] 199.204.45.153 () {30 vars in 737 bytes} [Tue May 5 16:49:49 2026] GET /v2.0/ports/8118ce8e-e424-4d4d-9774-c1b7d6f60490 => generated 1350 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2664] 199.204.45.153 () {30 vars in 741 bytes} [Tue May 5 16:49:49 2026] GET /v2.0/subnets/ca5e8c59-58e0-44a1-b5cb-5de7b859608b => generated 676 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2665] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:49:49 2026] GET /v2.0/networks?id=366e08b4-0a2e-4621-a50b-884f7d60f5c6 => generated 803 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2666] 199.204.45.153 () {30 vars in 743 bytes} [Tue May 5 16:49:49 2026] GET /v2.0/networks/366e08b4-0a2e-4621-a50b-884f7d60f5c6 => generated 800 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2667] 199.204.45.153 () {34 vars in 1058 bytes} [Tue May 5 16:49:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.223&port_id=8118ce8e-e424-4d4d-9774-c1b7d6f60490 => 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: 1230/2668] 199.204.45.153 () {30 vars in 737 bytes} [Tue May 5 16:49:49 2026] GET /v2.0/ports/e88db665-905c-41b1-87fd-799083f014f8 => generated 1132 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2669] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:49:49 2026] GET /v2.0/subnets?id=ca5e8c59-58e0-44a1-b5cb-5de7b859608b => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2670] 199.204.45.153 () {30 vars in 741 bytes} [Tue May 5 16:49:49 2026] GET /v2.0/subnets/ca5e8c59-58e0-44a1-b5cb-5de7b859608b => 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: 1440/2671] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:49:49 2026] GET /v2.0/ports?network_id=366e08b4-0a2e-4621-a50b-884f7d60f5c6&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: 1232/2672] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:49:49 2026] GET /v2.0/networks/366e08b4-0a2e-4621-a50b-884f7d60f5c6?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2673] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:49:49 2026] GET /v2.0/networks/366e08b4-0a2e-4621-a50b-884f7d60f5c6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2674] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:49:50 2026] GET /v2.0/ports?tenant_id=ee96011ce3044b5b8b787403108e1174&device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => 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: 1442/2675] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:49:50 2026] GET /v2.0/networks?id=366e08b4-0a2e-4621-a50b-884f7d60f5c6 => generated 803 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2676] 199.204.45.153 () {34 vars in 1058 bytes} [Tue May 5 16:49:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.223&port_id=8118ce8e-e424-4d4d-9774-c1b7d6f60490 => 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: 1443/2677] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:49:50 2026] GET /v2.0/subnets?id=ca5e8c59-58e0-44a1-b5cb-5de7b859608b => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2678] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:49:50 2026] GET /v2.0/ports?network_id=366e08b4-0a2e-4621-a50b-884f7d60f5c6&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2679] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:49:50 2026] GET /v2.0/networks/366e08b4-0a2e-4621-a50b-884f7d60f5c6?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: 1236/2680] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:49:51 2026] GET /v2.0/networks/366e08b4-0a2e-4621-a50b-884f7d60f5c6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:49:59.607 8 INFO neutron.db.l3_db [None req-23c89c22-7f57-48a4-b387-cc03a31d86cf cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] Floating IP ee7acd5b-b162-4a74-8095-75772da15664 associated. External IP: 10.96.250.213, port: e88db665-905c-41b1-87fd-799083f014f8. [pid: 8|app: 0|req: 1445/2681] 10.0.0.205 () {34 vars in 677 bytes} [Tue May 5 16:49:58 2026] POST /v2.0/floatingips => generated 899 bytes in 1074 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2684] 199.204.45.153 () {30 vars in 703 bytes} [Tue May 5 16:50:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2685] 199.204.45.153 () {30 vars in 705 bytes} [Tue May 5 16:50:04 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: 1448/2686] 199.204.45.153 () {30 vars in 681 bytes} [Tue May 5 16:50:04 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: 1239/2687] 199.204.45.153 () {30 vars in 717 bytes} [Tue May 5 16:50:04 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-05-05 16:50:04.425 8 INFO neutron.api.v2.resource [None req-ebd7ccec-71a0-4405-be3f-31dc33aa0c04 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1449/2688] 199.204.45.153 () {30 vars in 763 bytes} [Tue May 5 16:50:04 2026] GET /v2.0/security-groups/lb-5db2db6f-82e7-4782-9514-342b33a41a0c => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2689] 199.204.45.153 () {30 vars in 785 bytes} [Tue May 5 16:50:04 2026] GET /v2.0/security-groups?name=lb-5db2db6f-82e7-4782-9514-342b33a41a0c => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2690] 199.204.45.153 () {30 vars in 815 bytes} [Tue May 5 16:50:04 2026] GET /v2.0/security-group-rules?security_group_id=a0636913-59f2-447b-b533-532c2f7ca846 => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2691] 199.204.45.153 () {34 vars in 747 bytes} [Tue May 5 16:50:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2692] 199.204.45.153 () {34 vars in 747 bytes} [Tue May 5 16:50:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2693] 10.0.0.227 () {30 vars in 690 bytes} [Tue May 5 16:50:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2694] 10.0.0.227 () {30 vars in 692 bytes} [Tue May 5 16:50:11 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2695] 10.0.0.227 () {30 vars in 668 bytes} [Tue May 5 16:50:11 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: 1453/2696] 10.0.0.227 () {30 vars in 704 bytes} [Tue May 5 16:50:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2697] 10.0.0.227 () {28 vars in 439 bytes} [Tue May 5 16:50:12 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2698] 10.0.0.227 () {30 vars in 728 bytes} [Tue May 5 16:50:12 2026] GET /v2.0/subnets/abcd2b1b-3587-423d-8431-b23a6012fffd => generated 656 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2699] 199.204.45.153 () {30 vars in 703 bytes} [Tue May 5 16:50:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2700] 199.204.45.153 () {30 vars in 705 bytes} [Tue May 5 16:50:12 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2701] 199.204.45.153 () {30 vars in 681 bytes} [Tue May 5 16:50:12 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2702] 199.204.45.153 () {30 vars in 717 bytes} [Tue May 5 16:50:12 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: 1247/2703] 199.204.45.153 () {30 vars in 741 bytes} [Tue May 5 16:50:12 2026] GET /v2.0/subnets/abcd2b1b-3587-423d-8431-b23a6012fffd => 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: 1457/2704] 199.204.45.153 () {30 vars in 769 bytes} [Tue May 5 16:50:12 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 2586 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2705] 199.204.45.153 () {30 vars in 703 bytes} [Tue May 5 16:50:13 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: 1458/2706] 199.204.45.153 () {30 vars in 705 bytes} [Tue May 5 16:50:13 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: 1249/2707] 199.204.45.153 () {30 vars in 681 bytes} [Tue May 5 16:50:13 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: 1459/2708] 199.204.45.153 () {30 vars in 717 bytes} [Tue May 5 16:50:13 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: 1250/2709] 199.204.45.153 () {34 vars in 717 bytes} [Tue May 5 16:50:13 2026] POST /v2.0/ports => generated 1328 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2710] 10.0.0.8 () {34 vars in 969 bytes} [Tue May 5 16:50:13 2026] GET /v2.0/ports/e27b7b05-49b3-4b05-9e61-3b2d723924ea => generated 1328 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1251/2711] 10.0.0.8 () {34 vars in 905 bytes} [Tue May 5 16:50:13 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: 1461/2712] 199.204.45.153 () {34 vars in 1262 bytes} [Tue May 5 16:50:14 2026] GET /v2.0/ports/e27b7b05-49b3-4b05-9e61-3b2d723924ea?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2713] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:50:14 2026] GET /v2.0/networks/c325a088-2a11-42f3-a7c2-b8867f42c56f?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: 1462/2714] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:50:14 2026] GET /v2.0/networks/c325a088-2a11-42f3-a7c2-b8867f42c56f?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: 1253/2715] 199.204.45.153 () {34 vars in 975 bytes} [Tue May 5 16:50:15 2026] GET /v2.0/ports/e27b7b05-49b3-4b05-9e61-3b2d723924ea => generated 1328 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2716] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:50:15 2026] GET /v2.0/networks?id=c325a088-2a11-42f3-a7c2-b8867f42c56f => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2719] 199.204.45.153 () {38 vars in 1028 bytes} [Tue May 5 16:50:15 2026] PUT /v2.0/ports/e27b7b05-49b3-4b05-9e61-3b2d723924ea => generated 1518 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:50:15.728 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cbd5cbeb-3c9a-42a0-8bbc-f98f799ef22d'] response: {'name': 'network-changed', 'server_uuid': '2eca1e83-e8e3-4631-ac37-a834b1d588cd', 'tag': 'e27b7b05-49b3-4b05-9e61-3b2d723924ea', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1466/2720] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:50:16 2026] GET /v2.0/ports?tenant_id=ee96011ce3044b5b8b787403108e1174&device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 4096 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1255/2721] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:50:16 2026] GET /v2.0/networks?id=c325a088-2a11-42f3-a7c2-b8867f42c56f => 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: 1467/2722] 199.204.45.153 () {34 vars in 1058 bytes} [Tue May 5 16:50:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.187&port_id=e27b7b05-49b3-4b05-9e61-3b2d723924ea => 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: 1256/2723] 199.204.45.153 () {34 vars in 1104 bytes} [Tue May 5 16:50:16 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A15f&port_id=e27b7b05-49b3-4b05-9e61-3b2d723924ea => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2724] 199.204.45.153 () {34 vars in 1064 bytes} [Tue May 5 16:50:16 2026] GET /v2.0/subnets?id=abcd2b1b-3587-423d-8431-b23a6012fffd&id=a0ab976b-ad7b-4456-8262-716f34e7eaf7 => 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: 1257/2725] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:50:16 2026] GET /v2.0/ports?network_id=c325a088-2a11-42f3-a7c2-b8867f42c56f&device_owner=network%3Adhcp => generated 1457 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2726] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:50:16 2026] GET /v2.0/ports?network_id=c325a088-2a11-42f3-a7c2-b8867f42c56f&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2727] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:50:16 2026] GET /v2.0/networks/c325a088-2a11-42f3-a7c2-b8867f42c56f?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: 1470/2728] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:50:16 2026] GET /v2.0/networks/c325a088-2a11-42f3-a7c2-b8867f42c56f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2729] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:50:17 2026] GET /v2.0/ports?tenant_id=ee96011ce3044b5b8b787403108e1174&device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 4096 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2730] 199.204.45.153 () {34 vars in 1060 bytes} [Tue May 5 16:50:17 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.86&port_id=34fad45b-4307-4743-a268-a6a8fe9854bf => 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: 1260/2731] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:50:17 2026] GET /v2.0/subnets?id=4c4dc477-4469-4050-8bd2-a3e24591c21d => 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: 1472/2732] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:50:17 2026] GET /v2.0/ports?network_id=aea0f32f-ee90-494d-9f20-cce98c0dced4&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: 1261/2733] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:50:17 2026] GET /v2.0/networks/aea0f32f-ee90-494d-9f20-cce98c0dced4?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: 1473/2734] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:50:17 2026] GET /v2.0/networks/aea0f32f-ee90-494d-9f20-cce98c0dced4?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: 1262/2735] 199.204.45.153 () {34 vars in 1058 bytes} [Tue May 5 16:50:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.223&port_id=8118ce8e-e424-4d4d-9774-c1b7d6f60490 => 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: 1474/2736] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:50:17 2026] GET /v2.0/subnets?id=ca5e8c59-58e0-44a1-b5cb-5de7b859608b => 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: 1263/2737] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:50:17 2026] GET /v2.0/ports?network_id=366e08b4-0a2e-4621-a50b-884f7d60f5c6&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2738] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:50:18 2026] GET /v2.0/networks/366e08b4-0a2e-4621-a50b-884f7d60f5c6?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: 1264/2739] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:50:18 2026] GET /v2.0/networks/366e08b4-0a2e-4621-a50b-884f7d60f5c6?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: 1476/2740] 199.204.45.153 () {34 vars in 1058 bytes} [Tue May 5 16:50:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.187&port_id=e27b7b05-49b3-4b05-9e61-3b2d723924ea => 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: 1265/2741] 199.204.45.153 () {34 vars in 1104 bytes} [Tue May 5 16:50:18 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A15f&port_id=e27b7b05-49b3-4b05-9e61-3b2d723924ea => 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: 1477/2742] 199.204.45.153 () {34 vars in 1064 bytes} [Tue May 5 16:50:18 2026] GET /v2.0/subnets?id=abcd2b1b-3587-423d-8431-b23a6012fffd&id=a0ab976b-ad7b-4456-8262-716f34e7eaf7 => 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: 1266/2743] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:50:18 2026] GET /v2.0/ports?network_id=c325a088-2a11-42f3-a7c2-b8867f42c56f&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: 1478/2744] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:50:18 2026] GET /v2.0/ports?network_id=c325a088-2a11-42f3-a7c2-b8867f42c56f&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2745] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:50:18 2026] GET /v2.0/networks/c325a088-2a11-42f3-a7c2-b8867f42c56f?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2746] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:50:18 2026] GET /v2.0/networks/c325a088-2a11-42f3-a7c2-b8867f42c56f?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: 1268/2747] 10.0.0.8 () {34 vars in 969 bytes} [Tue May 5 16:50:22 2026] GET /v2.0/ports/e27b7b05-49b3-4b05-9e61-3b2d723924ea => generated 1520 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2748] 199.204.45.153 () {30 vars in 743 bytes} [Tue May 5 16:50:22 2026] GET /v2.0/networks/c325a088-2a11-42f3-a7c2-b8867f42c56f => generated 797 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2749] 199.204.45.153 () {30 vars in 741 bytes} [Tue May 5 16:50:22 2026] GET /v2.0/subnets/abcd2b1b-3587-423d-8431-b23a6012fffd => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2750] 199.204.45.153 () {30 vars in 741 bytes} [Tue May 5 16:50:22 2026] GET /v2.0/subnets/a0ab976b-ad7b-4456-8262-716f34e7eaf7 => generated 743 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2751] 199.204.45.153 () {30 vars in 703 bytes} [Tue May 5 16:50:22 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: 8|app: 0|req: 1482/2752] 199.204.45.153 () {30 vars in 705 bytes} [Tue May 5 16:50:22 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: 1271/2753] 199.204.45.153 () {30 vars in 681 bytes} [Tue May 5 16:50:22 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2754] 199.204.45.153 () {30 vars in 717 bytes} [Tue May 5 16:50:22 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: 1272/2755] 199.204.45.153 () {30 vars in 741 bytes} [Tue May 5 16:50:22 2026] GET /v2.0/subnets/ca5e8c59-58e0-44a1-b5cb-5de7b859608b => 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: 1484/2756] 199.204.45.153 () {30 vars in 737 bytes} [Tue May 5 16:50:22 2026] GET /v2.0/ports/e88db665-905c-41b1-87fd-799083f014f8 => 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: 1273/2757] 199.204.45.153 () {30 vars in 737 bytes} [Tue May 5 16:50:22 2026] GET /v2.0/ports/8118ce8e-e424-4d4d-9774-c1b7d6f60490 => generated 1350 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2758] 199.204.45.153 () {30 vars in 741 bytes} [Tue May 5 16:50:22 2026] GET /v2.0/subnets/ca5e8c59-58e0-44a1-b5cb-5de7b859608b => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2759] 199.204.45.153 () {30 vars in 743 bytes} [Tue May 5 16:50:22 2026] GET /v2.0/networks/366e08b4-0a2e-4621-a50b-884f7d60f5c6 => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2760] 199.204.45.153 () {30 vars in 737 bytes} [Tue May 5 16:50:23 2026] GET /v2.0/ports/e88db665-905c-41b1-87fd-799083f014f8 => 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: 1275/2761] 199.204.45.153 () {30 vars in 741 bytes} [Tue May 5 16:50:23 2026] GET /v2.0/subnets/ca5e8c59-58e0-44a1-b5cb-5de7b859608b => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2762] 10.0.0.227 () {30 vars in 690 bytes} [Tue May 5 16:50:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2763] 10.0.0.227 () {30 vars in 692 bytes} [Tue May 5 16:50:27 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: 1488/2764] 10.0.0.227 () {30 vars in 668 bytes} [Tue May 5 16:50:27 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: 1277/2765] 10.0.0.227 () {30 vars in 704 bytes} [Tue May 5 16:50:27 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: 1489/2766] 10.0.0.227 () {28 vars in 439 bytes} [Tue May 5 16:50:28 2026] GET / => generated 151 bytes in 5 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2767] 10.0.0.227 () {30 vars in 728 bytes} [Tue May 5 16:50:28 2026] GET /v2.0/subnets/08ce91c7-f86e-4d4c-9003-11cf2d868513 => generated 655 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2768] 199.204.45.153 () {30 vars in 703 bytes} [Tue May 5 16:50:28 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: 1279/2769] 199.204.45.153 () {30 vars in 705 bytes} [Tue May 5 16:50:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2770] 199.204.45.153 () {30 vars in 681 bytes} [Tue May 5 16:50: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: 7|app: 0|req: 1280/2771] 199.204.45.153 () {30 vars in 717 bytes} [Tue May 5 16:50:28 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: 1492/2772] 199.204.45.153 () {30 vars in 741 bytes} [Tue May 5 16:50:28 2026] GET /v2.0/subnets/abcd2b1b-3587-423d-8431-b23a6012fffd => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2773] 199.204.45.153 () {30 vars in 741 bytes} [Tue May 5 16:50:28 2026] GET /v2.0/subnets/08ce91c7-f86e-4d4c-9003-11cf2d868513 => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2774] 199.204.45.153 () {30 vars in 769 bytes} [Tue May 5 16:50:28 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 4098 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2775] 199.204.45.153 () {30 vars in 703 bytes} [Tue May 5 16:50:29 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: 1494/2776] 199.204.45.153 () {30 vars in 705 bytes} [Tue May 5 16:50:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2777] 199.204.45.153 () {30 vars in 681 bytes} [Tue May 5 16:50:29 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: 1495/2778] 199.204.45.153 () {30 vars in 717 bytes} [Tue May 5 16:50:29 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: 1284/2779] 199.204.45.153 () {34 vars in 717 bytes} [Tue May 5 16:50:29 2026] POST /v2.0/ports => generated 1332 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2780] 10.0.0.8 () {34 vars in 969 bytes} [Tue May 5 16:50:29 2026] GET /v2.0/ports/cba65d5a-f1c6-4b12-a833-781fb3a0ef8c => generated 1332 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1286/2783] 199.204.45.153 () {34 vars in 1262 bytes} [Tue May 5 16:50:30 2026] GET /v2.0/ports/cba65d5a-f1c6-4b12-a833-781fb3a0ef8c?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2784] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:50:30 2026] GET /v2.0/networks/a2e5ebe1-573f-4922-816b-01028376be33?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2785] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:50:30 2026] GET /v2.0/networks/a2e5ebe1-573f-4922-816b-01028376be33?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: 1499/2786] 199.204.45.153 () {34 vars in 975 bytes} [Tue May 5 16:50:31 2026] GET /v2.0/ports/cba65d5a-f1c6-4b12-a833-781fb3a0ef8c => generated 1332 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2787] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:50:31 2026] GET /v2.0/networks?id=a2e5ebe1-573f-4922-816b-01028376be33 => generated 799 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2788] 199.204.45.153 () {38 vars in 1028 bytes} [Tue May 5 16:50:31 2026] PUT /v2.0/ports/cba65d5a-f1c6-4b12-a833-781fb3a0ef8c => generated 1522 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:50:31.862 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-595f2a78-8564-4903-95b3-9b17076fe723'] response: {'name': 'network-changed', 'server_uuid': '2eca1e83-e8e3-4631-ac37-a834b1d588cd', 'tag': 'cba65d5a-f1c6-4b12-a833-781fb3a0ef8c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1289/2789] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:50:32 2026] GET /v2.0/ports?tenant_id=ee96011ce3044b5b8b787403108e1174&device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 5612 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1501/2790] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:50:32 2026] GET /v2.0/networks?id=a2e5ebe1-573f-4922-816b-01028376be33 => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2791] 199.204.45.153 () {34 vars in 1058 bytes} [Tue May 5 16:50:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.191&port_id=cba65d5a-f1c6-4b12-a833-781fb3a0ef8c => 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: 1502/2792] 199.204.45.153 () {34 vars in 1106 bytes} [Tue May 5 16:50:32 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A270&port_id=cba65d5a-f1c6-4b12-a833-781fb3a0ef8c => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2793] 199.204.45.153 () {34 vars in 1064 bytes} [Tue May 5 16:50:32 2026] GET /v2.0/subnets?id=08ce91c7-f86e-4d4c-9003-11cf2d868513&id=3c28b475-066b-4e4f-a850-4c515678b47e => generated 1413 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2794] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:50:32 2026] GET /v2.0/ports?network_id=a2e5ebe1-573f-4922-816b-01028376be33&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2795] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:50:32 2026] GET /v2.0/ports?network_id=a2e5ebe1-573f-4922-816b-01028376be33&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2796] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:50:32 2026] GET /v2.0/networks/a2e5ebe1-573f-4922-816b-01028376be33?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2797] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:50:32 2026] GET /v2.0/networks/a2e5ebe1-573f-4922-816b-01028376be33?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: 1505/2798] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:50:33 2026] GET /v2.0/ports?tenant_id=ee96011ce3044b5b8b787403108e1174&device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 5612 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2799] 199.204.45.153 () {34 vars in 1060 bytes} [Tue May 5 16:50:33 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.86&port_id=34fad45b-4307-4743-a268-a6a8fe9854bf => 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: 1506/2800] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:50:33 2026] GET /v2.0/subnets?id=4c4dc477-4469-4050-8bd2-a3e24591c21d => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2801] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:50:33 2026] GET /v2.0/ports?network_id=aea0f32f-ee90-494d-9f20-cce98c0dced4&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2802] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:50:33 2026] GET /v2.0/networks/aea0f32f-ee90-494d-9f20-cce98c0dced4?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: 1296/2803] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:50:34 2026] GET /v2.0/networks/aea0f32f-ee90-494d-9f20-cce98c0dced4?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: 1508/2804] 199.204.45.153 () {34 vars in 1058 bytes} [Tue May 5 16:50:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.223&port_id=8118ce8e-e424-4d4d-9774-c1b7d6f60490 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2805] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:50:34 2026] GET /v2.0/subnets?id=ca5e8c59-58e0-44a1-b5cb-5de7b859608b => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2806] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:50:34 2026] GET /v2.0/ports?network_id=366e08b4-0a2e-4621-a50b-884f7d60f5c6&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2807] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:50:34 2026] GET /v2.0/networks/366e08b4-0a2e-4621-a50b-884f7d60f5c6?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2808] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:50:34 2026] GET /v2.0/networks/366e08b4-0a2e-4621-a50b-884f7d60f5c6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2809] 199.204.45.153 () {34 vars in 1058 bytes} [Tue May 5 16:50:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.187&port_id=e27b7b05-49b3-4b05-9e61-3b2d723924ea => 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: 1511/2810] 199.204.45.153 () {34 vars in 1104 bytes} [Tue May 5 16:50:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A15f&port_id=e27b7b05-49b3-4b05-9e61-3b2d723924ea => 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: 1300/2811] 199.204.45.153 () {34 vars in 1064 bytes} [Tue May 5 16:50:34 2026] GET /v2.0/subnets?id=abcd2b1b-3587-423d-8431-b23a6012fffd&id=a0ab976b-ad7b-4456-8262-716f34e7eaf7 => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2812] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:50:34 2026] GET /v2.0/ports?network_id=c325a088-2a11-42f3-a7c2-b8867f42c56f&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: 1301/2813] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:50:34 2026] GET /v2.0/ports?network_id=c325a088-2a11-42f3-a7c2-b8867f42c56f&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2814] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:50:34 2026] GET /v2.0/networks/c325a088-2a11-42f3-a7c2-b8867f42c56f?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2815] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:50:34 2026] GET /v2.0/networks/c325a088-2a11-42f3-a7c2-b8867f42c56f?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: 1514/2816] 199.204.45.153 () {34 vars in 1058 bytes} [Tue May 5 16:50:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.191&port_id=cba65d5a-f1c6-4b12-a833-781fb3a0ef8c => 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: 1303/2817] 199.204.45.153 () {34 vars in 1106 bytes} [Tue May 5 16:50:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A270&port_id=cba65d5a-f1c6-4b12-a833-781fb3a0ef8c => 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: 1515/2818] 199.204.45.153 () {34 vars in 1064 bytes} [Tue May 5 16:50:34 2026] GET /v2.0/subnets?id=08ce91c7-f86e-4d4c-9003-11cf2d868513&id=3c28b475-066b-4e4f-a850-4c515678b47e => generated 1413 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2819] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:50:34 2026] GET /v2.0/ports?network_id=a2e5ebe1-573f-4922-816b-01028376be33&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: 1516/2820] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:50:34 2026] GET /v2.0/ports?network_id=a2e5ebe1-573f-4922-816b-01028376be33&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: 1305/2821] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:50:34 2026] GET /v2.0/networks/a2e5ebe1-573f-4922-816b-01028376be33?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: 1517/2822] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:50:34 2026] GET /v2.0/networks/a2e5ebe1-573f-4922-816b-01028376be33?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2823] 10.0.0.8 () {34 vars in 969 bytes} [Tue May 5 16:50:38 2026] GET /v2.0/ports/cba65d5a-f1c6-4b12-a833-781fb3a0ef8c => generated 1524 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/2824] 199.204.45.153 () {30 vars in 743 bytes} [Tue May 5 16:50:38 2026] GET /v2.0/networks/a2e5ebe1-573f-4922-816b-01028376be33 => generated 796 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2825] 199.204.45.153 () {30 vars in 741 bytes} [Tue May 5 16:50:38 2026] GET /v2.0/subnets/08ce91c7-f86e-4d4c-9003-11cf2d868513 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/2826] 199.204.45.153 () {30 vars in 741 bytes} [Tue May 5 16:50:38 2026] GET /v2.0/subnets/3c28b475-066b-4e4f-a850-4c515678b47e => generated 747 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2827] 199.204.45.153 () {30 vars in 737 bytes} [Tue May 5 16:50:38 2026] GET /v2.0/ports/e27b7b05-49b3-4b05-9e61-3b2d723924ea => generated 1520 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2828] 199.204.45.153 () {34 vars in 790 bytes} [Tue May 5 16:50:38 2026] PUT /v2.0/ports/e27b7b05-49b3-4b05-9e61-3b2d723924ea => generated 1255 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:50:39.258 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b2d8e07b-0958-49b2-80e1-6a0e74dd532c'] response: {'name': 'network-changed', 'server_uuid': '2eca1e83-e8e3-4631-ac37-a834b1d588cd', 'tag': 'e27b7b05-49b3-4b05-9e61-3b2d723924ea', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1309/2829] 199.204.45.153 () {30 vars in 743 bytes} [Tue May 5 16:50:39 2026] GET /v2.0/networks/c325a088-2a11-42f3-a7c2-b8867f42c56f => generated 797 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1521/2830] 199.204.45.153 () {30 vars in 741 bytes} [Tue May 5 16:50:39 2026] GET /v2.0/subnets/abcd2b1b-3587-423d-8431-b23a6012fffd => generated 674 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2831] 199.204.45.153 () {30 vars in 703 bytes} [Tue May 5 16:50:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2832] 199.204.45.153 () {30 vars in 705 bytes} [Tue May 5 16:50:39 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: 1311/2833] 199.204.45.153 () {30 vars in 681 bytes} [Tue May 5 16:50:39 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: 1523/2834] 199.204.45.153 () {30 vars in 717 bytes} [Tue May 5 16:50:39 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: 1312/2835] 199.204.45.153 () {30 vars in 741 bytes} [Tue May 5 16:50:39 2026] GET /v2.0/subnets/ca5e8c59-58e0-44a1-b5cb-5de7b859608b => generated 676 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/2836] 199.204.45.153 () {30 vars in 737 bytes} [Tue May 5 16:50:39 2026] GET /v2.0/ports/e88db665-905c-41b1-87fd-799083f014f8 => 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: 1313/2837] 199.204.45.153 () {30 vars in 737 bytes} [Tue May 5 16:50:39 2026] GET /v2.0/ports/8118ce8e-e424-4d4d-9774-c1b7d6f60490 => generated 1350 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2838] 199.204.45.153 () {30 vars in 741 bytes} [Tue May 5 16:50:39 2026] GET /v2.0/subnets/ca5e8c59-58e0-44a1-b5cb-5de7b859608b => generated 676 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2839] 199.204.45.153 () {30 vars in 743 bytes} [Tue May 5 16:50:39 2026] GET /v2.0/networks/366e08b4-0a2e-4621-a50b-884f7d60f5c6 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/2840] 199.204.45.153 () {30 vars in 737 bytes} [Tue May 5 16:50:39 2026] GET /v2.0/ports/e88db665-905c-41b1-87fd-799083f014f8 => 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: 1315/2841] 199.204.45.153 () {30 vars in 741 bytes} [Tue May 5 16:50:39 2026] GET /v2.0/subnets/ca5e8c59-58e0-44a1-b5cb-5de7b859608b => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/2842] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:50:39 2026] GET /v2.0/ports?tenant_id=ee96011ce3044b5b8b787403108e1174&device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 5385 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2843] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:50:39 2026] GET /v2.0/networks?id=c325a088-2a11-42f3-a7c2-b8867f42c56f => 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: 1528/2844] 199.204.45.153 () {34 vars in 1058 bytes} [Tue May 5 16:50:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.187&port_id=e27b7b05-49b3-4b05-9e61-3b2d723924ea => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2845] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:50:39 2026] GET /v2.0/subnets?id=abcd2b1b-3587-423d-8431-b23a6012fffd => generated 677 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/2846] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:50:39 2026] GET /v2.0/ports?network_id=c325a088-2a11-42f3-a7c2-b8867f42c56f&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: 1318/2847] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:50:40 2026] GET /v2.0/networks/c325a088-2a11-42f3-a7c2-b8867f42c56f?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/2848] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:50:40 2026] GET /v2.0/networks/c325a088-2a11-42f3-a7c2-b8867f42c56f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/2851] 199.204.45.153 () {30 vars in 703 bytes} [Tue May 5 16:50:52 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: 1320/2852] 199.204.45.153 () {30 vars in 705 bytes} [Tue May 5 16:50:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/2853] 199.204.45.153 () {30 vars in 681 bytes} [Tue May 5 16:50:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2854] 199.204.45.153 () {30 vars in 717 bytes} [Tue May 5 16:50:52 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/2855] 199.204.45.153 () {30 vars in 741 bytes} [Tue May 5 16:50:52 2026] GET /v2.0/subnets/abcd2b1b-3587-423d-8431-b23a6012fffd => generated 674 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2856] 199.204.45.153 () {30 vars in 769 bytes} [Tue May 5 16:50:52 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 5385 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/2857] 199.204.45.153 () {30 vars in 703 bytes} [Tue May 5 16:50:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2858] 199.204.45.153 () {30 vars in 705 bytes} [Tue May 5 16:50:52 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: 1536/2859] 199.204.45.153 () {30 vars in 681 bytes} [Tue May 5 16:50:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2860] 199.204.45.153 () {30 vars in 717 bytes} [Tue May 5 16:50:52 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: 1537/2861] 199.204.45.153 () {30 vars in 737 bytes} [Tue May 5 16:50:52 2026] GET /v2.0/ports/cba65d5a-f1c6-4b12-a833-781fb3a0ef8c => generated 1524 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2862] 199.204.45.153 () {34 vars in 790 bytes} [Tue May 5 16:50:53 2026] PUT /v2.0/ports/cba65d5a-f1c6-4b12-a833-781fb3a0ef8c => generated 1311 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:50:53.356 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-044560e7-a2ec-4454-b755-81f6cdcc884c'] response: {'name': 'network-changed', 'server_uuid': '2eca1e83-e8e3-4631-ac37-a834b1d588cd', 'tag': 'cba65d5a-f1c6-4b12-a833-781fb3a0ef8c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1538/2863] 199.204.45.153 () {30 vars in 743 bytes} [Tue May 5 16:50:53 2026] GET /v2.0/networks/a2e5ebe1-573f-4922-816b-01028376be33 => generated 796 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1326/2864] 199.204.45.153 () {30 vars in 741 bytes} [Tue May 5 16:50:53 2026] GET /v2.0/subnets/3c28b475-066b-4e4f-a850-4c515678b47e => generated 747 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/2865] 199.204.45.153 () {30 vars in 737 bytes} [Tue May 5 16:50:53 2026] GET /v2.0/ports/cba65d5a-f1c6-4b12-a833-781fb3a0ef8c => generated 1347 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2866] 199.204.45.153 () {34 vars in 789 bytes} [Tue May 5 16:50:53 2026] PUT /v2.0/ports/cba65d5a-f1c6-4b12-a833-781fb3a0ef8c => generated 1080 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/2867] 199.204.45.153 () {30 vars in 743 bytes} [Tue May 5 16:50:53 2026] GET /v2.0/networks/a2e5ebe1-573f-4922-816b-01028376be33 => generated 796 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1328/2868] 199.204.45.153 () {30 vars in 769 bytes} [Tue May 5 16:50:53 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 4977 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/2869] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:50:53 2026] GET /v2.0/ports?tenant_id=ee96011ce3044b5b8b787403108e1174&device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 4977 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2870] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:50:53 2026] GET /v2.0/networks?id=a2e5ebe1-573f-4922-816b-01028376be33 => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/2871] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:50:53 2026] GET /v2.0/networks/a2e5ebe1-573f-4922-816b-01028376be33?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: 1330/2872] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:50:54 2026] GET /v2.0/networks/a2e5ebe1-573f-4922-816b-01028376be33?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: 1543/2873] 199.204.45.153 () {30 vars in 769 bytes} [Tue May 5 16:50:54 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 4977 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:50:55.400 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-793183c4-022c-47bd-be2e-255eb1807afb'] response: {'name': 'network-changed', 'server_uuid': '2eca1e83-e8e3-4631-ac37-a834b1d588cd', 'tag': 'cba65d5a-f1c6-4b12-a833-781fb3a0ef8c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1331/2874] 199.204.45.153 () {30 vars in 769 bytes} [Tue May 5 16:50:55 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => 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: 1544/2875] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:50:55 2026] GET /v2.0/ports?tenant_id=ee96011ce3044b5b8b787403108e1174&device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 4977 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2876] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:50:55 2026] GET /v2.0/networks?id=a2e5ebe1-573f-4922-816b-01028376be33 => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/2877] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:50:56 2026] GET /v2.0/networks/a2e5ebe1-573f-4922-816b-01028376be33?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: 1333/2878] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:50:56 2026] GET /v2.0/networks/a2e5ebe1-573f-4922-816b-01028376be33?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: 1546/2879] 199.204.45.153 () {30 vars in 769 bytes} [Tue May 5 16:50:56 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => 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: 1334/2880] 199.204.45.153 () {34 vars in 975 bytes} [Tue May 5 16:50:56 2026] GET /v2.0/ports/cba65d5a-f1c6-4b12-a833-781fb3a0ef8c => generated 1116 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/2881] 199.204.45.153 () {34 vars in 1060 bytes} [Tue May 5 16:50:56 2026] GET /v2.0/ports/cba65d5a-f1c6-4b12-a833-781fb3a0ef8c?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2882] 199.204.45.153 () {34 vars in 1016 bytes} [Tue May 5 16:50:56 2026] GET /v2.0/networks/a2e5ebe1-573f-4922-816b-01028376be33?fields=dns_domain => generated 29 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/2883] 199.204.45.153 () {38 vars in 1028 bytes} [Tue May 5 16:50:56 2026] PUT /v2.0/ports/cba65d5a-f1c6-4b12-a833-781fb3a0ef8c => generated 917 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2884] 199.204.45.153 () {30 vars in 769 bytes} [Tue May 5 16:50:57 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 3869 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-05-05 16:50:57.670 8 INFO neutron_taas.services.taas.taas_plugin [None req-69486172-f72a-464f-a01b-cc3b136aebb9 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: cba65d5a-f1c6-4b12-a833-781fb3a0ef8c 2026-05-05 16:50:57.673 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69486172-f72a-464f-a01b-cc3b136aebb9 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: cba65d5a-f1c6-4b12-a833-781fb3a0ef8c [pid: 8|app: 0|req: 1549/2885] 199.204.45.153 () {32 vars in 759 bytes} [Tue May 5 16:50:57 2026] DELETE /v2.0/ports/cba65d5a-f1c6-4b12-a833-781fb3a0ef8c => 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: 1337/2886] 199.204.45.153 () {30 vars in 703 bytes} [Tue May 5 16:50:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/2887] 199.204.45.153 () {30 vars in 705 bytes} [Tue May 5 16:50:57 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: 1338/2888] 199.204.45.153 () {30 vars in 681 bytes} [Tue May 5 16:50:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/2889] 199.204.45.153 () {30 vars in 717 bytes} [Tue May 5 16:50:57 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: 1339/2890] 199.204.45.153 () {30 vars in 741 bytes} [Tue May 5 16:50:57 2026] GET /v2.0/subnets/ca5e8c59-58e0-44a1-b5cb-5de7b859608b => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/2891] 199.204.45.153 () {30 vars in 737 bytes} [Tue May 5 16:50:57 2026] GET /v2.0/ports/e88db665-905c-41b1-87fd-799083f014f8 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2892] 199.204.45.153 () {30 vars in 737 bytes} [Tue May 5 16:50:57 2026] GET /v2.0/ports/8118ce8e-e424-4d4d-9774-c1b7d6f60490 => generated 1350 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/2893] 199.204.45.153 () {30 vars in 741 bytes} [Tue May 5 16:50:58 2026] GET /v2.0/subnets/ca5e8c59-58e0-44a1-b5cb-5de7b859608b => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2894] 199.204.45.153 () {30 vars in 743 bytes} [Tue May 5 16:50:58 2026] GET /v2.0/networks/366e08b4-0a2e-4621-a50b-884f7d60f5c6 => generated 800 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/2895] 199.204.45.153 () {30 vars in 737 bytes} [Tue May 5 16:50:58 2026] GET /v2.0/ports/e88db665-905c-41b1-87fd-799083f014f8 => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2896] 199.204.45.153 () {30 vars in 741 bytes} [Tue May 5 16:50:58 2026] GET /v2.0/subnets/ca5e8c59-58e0-44a1-b5cb-5de7b859608b => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/2897] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:50:58 2026] GET /v2.0/ports?tenant_id=ee96011ce3044b5b8b787403108e1174&device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 3869 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2898] 199.204.45.153 () {34 vars in 1226 bytes} [Tue May 5 16:50:58 2026] GET /v2.0/networks?id=aea0f32f-ee90-494d-9f20-cce98c0dced4&id=366e08b4-0a2e-4621-a50b-884f7d60f5c6&id=c325a088-2a11-42f3-a7c2-b8867f42c56f&id=a2e5ebe1-573f-4922-816b-01028376be33 => generated 3095 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/2899] 199.204.45.153 () {34 vars in 1060 bytes} [Tue May 5 16:50:58 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.86&port_id=34fad45b-4307-4743-a268-a6a8fe9854bf => 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: 1344/2900] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:50:58 2026] GET /v2.0/subnets?id=4c4dc477-4469-4050-8bd2-a3e24591c21d => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/2901] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:50:58 2026] GET /v2.0/ports?network_id=aea0f32f-ee90-494d-9f20-cce98c0dced4&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2902] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:50:58 2026] GET /v2.0/networks/aea0f32f-ee90-494d-9f20-cce98c0dced4?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/2903] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:50:58 2026] GET /v2.0/networks/aea0f32f-ee90-494d-9f20-cce98c0dced4?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: 1346/2904] 199.204.45.153 () {34 vars in 1058 bytes} [Tue May 5 16:50:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.223&port_id=8118ce8e-e424-4d4d-9774-c1b7d6f60490 => 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: 1559/2905] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:50:58 2026] GET /v2.0/subnets?id=ca5e8c59-58e0-44a1-b5cb-5de7b859608b => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2906] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:50:58 2026] GET /v2.0/ports?network_id=366e08b4-0a2e-4621-a50b-884f7d60f5c6&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/2907] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:50:58 2026] GET /v2.0/networks/366e08b4-0a2e-4621-a50b-884f7d60f5c6?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: 1348/2908] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:50:58 2026] GET /v2.0/networks/366e08b4-0a2e-4621-a50b-884f7d60f5c6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/2909] 199.204.45.153 () {34 vars in 1058 bytes} [Tue May 5 16:50:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.187&port_id=e27b7b05-49b3-4b05-9e61-3b2d723924ea => 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: 1349/2910] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:50:58 2026] GET /v2.0/subnets?id=abcd2b1b-3587-423d-8431-b23a6012fffd => generated 677 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/2911] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:50:58 2026] GET /v2.0/ports?network_id=c325a088-2a11-42f3-a7c2-b8867f42c56f&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: 7|app: 0|req: 1350/2912] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:50:59 2026] GET /v2.0/networks/c325a088-2a11-42f3-a7c2-b8867f42c56f?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/2913] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:50:59 2026] GET /v2.0/networks/c325a088-2a11-42f3-a7c2-b8867f42c56f?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: 1352/2916] 199.204.45.153 () {30 vars in 703 bytes} [Tue May 5 16:51:03 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: 1565/2917] 199.204.45.153 () {30 vars in 705 bytes} [Tue May 5 16:51:03 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: 1353/2918] 199.204.45.153 () {30 vars in 681 bytes} [Tue May 5 16:51:03 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: 1566/2919] 199.204.45.153 () {30 vars in 717 bytes} [Tue May 5 16:51:03 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: 1354/2920] 199.204.45.153 () {30 vars in 769 bytes} [Tue May 5 16:51:03 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 3869 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/2921] 199.204.45.153 () {30 vars in 703 bytes} [Tue May 5 16:51:03 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: 1355/2922] 199.204.45.153 () {30 vars in 705 bytes} [Tue May 5 16:51:03 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: 1568/2923] 199.204.45.153 () {30 vars in 681 bytes} [Tue May 5 16:51:03 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: 1356/2924] 199.204.45.153 () {30 vars in 717 bytes} [Tue May 5 16:51:03 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: 1569/2925] 199.204.45.153 () {30 vars in 737 bytes} [Tue May 5 16:51:03 2026] GET /v2.0/ports/e27b7b05-49b3-4b05-9e61-3b2d723924ea => generated 1291 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2926] 199.204.45.153 () {34 vars in 789 bytes} [Tue May 5 16:51:03 2026] PUT /v2.0/ports/e27b7b05-49b3-4b05-9e61-3b2d723924ea => generated 1080 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/2927] 199.204.45.153 () {30 vars in 743 bytes} [Tue May 5 16:51:03 2026] GET /v2.0/networks/c325a088-2a11-42f3-a7c2-b8867f42c56f => generated 797 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:51:03.737 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-835170e9-8762-4416-8a1c-b8933db13c5b'] response: {'name': 'network-changed', 'server_uuid': '2eca1e83-e8e3-4631-ac37-a834b1d588cd', 'tag': 'e27b7b05-49b3-4b05-9e61-3b2d723924ea', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1358/2928] 199.204.45.153 () {30 vars in 769 bytes} [Tue May 5 16:51:03 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 3694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/2929] 199.204.45.153 () {30 vars in 769 bytes} [Tue May 5 16:51:03 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 3694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2930] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:51:04 2026] GET /v2.0/ports?tenant_id=ee96011ce3044b5b8b787403108e1174&device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 3694 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/2931] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:51:04 2026] GET /v2.0/networks?id=c325a088-2a11-42f3-a7c2-b8867f42c56f => 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: 1360/2932] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:51:04 2026] GET /v2.0/networks/c325a088-2a11-42f3-a7c2-b8867f42c56f?fields=segments => generated 14 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/2933] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:51:04 2026] GET /v2.0/networks/c325a088-2a11-42f3-a7c2-b8867f42c56f?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: 1361/2934] 199.204.45.153 () {30 vars in 769 bytes} [Tue May 5 16:51:04 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 3694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/2935] 199.204.45.153 () {34 vars in 975 bytes} [Tue May 5 16:51:05 2026] GET /v2.0/ports/e27b7b05-49b3-4b05-9e61-3b2d723924ea => 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: 1362/2936] 199.204.45.153 () {34 vars in 1060 bytes} [Tue May 5 16:51:05 2026] GET /v2.0/ports/e27b7b05-49b3-4b05-9e61-3b2d723924ea?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/2937] 199.204.45.153 () {30 vars in 769 bytes} [Tue May 5 16:51:05 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 3694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2938] 199.204.45.153 () {34 vars in 1016 bytes} [Tue May 5 16:51:05 2026] GET /v2.0/networks/c325a088-2a11-42f3-a7c2-b8867f42c56f?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/2939] 199.204.45.153 () {38 vars in 1028 bytes} [Tue May 5 16:51:06 2026] PUT /v2.0/ports/e27b7b05-49b3-4b05-9e61-3b2d723924ea => generated 917 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2940] 199.204.45.153 () {30 vars in 769 bytes} [Tue May 5 16:51:06 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 2586 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, ' 2026-05-05 16:51:07.155 8 INFO neutron_taas.services.taas.taas_plugin [None req-0bfe01d9-3f0a-4406-b66d-68f52e6f28ff 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: e27b7b05-49b3-4b05-9e61-3b2d723924ea 2026-05-05 16:51:07.158 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0bfe01d9-3f0a-4406-b66d-68f52e6f28ff 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: e27b7b05-49b3-4b05-9e61-3b2d723924ea [pid: 8|app: 0|req: 1577/2941] 199.204.45.153 () {32 vars in 759 bytes} [Tue May 5 16:51:07 2026] DELETE /v2.0/ports/e27b7b05-49b3-4b05-9e61-3b2d723924ea => 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: 1365/2942] 199.204.45.153 () {30 vars in 703 bytes} [Tue May 5 16:51:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/2943] 199.204.45.153 () {30 vars in 705 bytes} [Tue May 5 16:51:07 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2944] 199.204.45.153 () {30 vars in 681 bytes} [Tue May 5 16:51:07 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/2945] 199.204.45.153 () {30 vars in 717 bytes} [Tue May 5 16:51:07 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: 1367/2946] 199.204.45.153 () {30 vars in 741 bytes} [Tue May 5 16:51:07 2026] GET /v2.0/subnets/ca5e8c59-58e0-44a1-b5cb-5de7b859608b => 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: 1580/2947] 199.204.45.153 () {30 vars in 737 bytes} [Tue May 5 16:51:07 2026] GET /v2.0/ports/e88db665-905c-41b1-87fd-799083f014f8 => 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: 1368/2948] 199.204.45.153 () {30 vars in 737 bytes} [Tue May 5 16:51:07 2026] GET /v2.0/ports/8118ce8e-e424-4d4d-9774-c1b7d6f60490 => generated 1350 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/2949] 199.204.45.153 () {30 vars in 741 bytes} [Tue May 5 16:51:07 2026] GET /v2.0/subnets/ca5e8c59-58e0-44a1-b5cb-5de7b859608b => 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: 1369/2950] 199.204.45.153 () {30 vars in 743 bytes} [Tue May 5 16:51:07 2026] GET /v2.0/networks/366e08b4-0a2e-4621-a50b-884f7d60f5c6 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/2951] 199.204.45.153 () {30 vars in 737 bytes} [Tue May 5 16:51:07 2026] GET /v2.0/ports/e88db665-905c-41b1-87fd-799083f014f8 => 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: 1370/2952] 199.204.45.153 () {30 vars in 741 bytes} [Tue May 5 16:51:07 2026] GET /v2.0/subnets/ca5e8c59-58e0-44a1-b5cb-5de7b859608b => 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: 1583/2953] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:51:07 2026] GET /v2.0/ports?tenant_id=ee96011ce3044b5b8b787403108e1174&device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2954] 199.204.45.153 () {34 vars in 1146 bytes} [Tue May 5 16:51:07 2026] GET /v2.0/networks?id=aea0f32f-ee90-494d-9f20-cce98c0dced4&id=366e08b4-0a2e-4621-a50b-884f7d60f5c6&id=c325a088-2a11-42f3-a7c2-b8867f42c56f => generated 2310 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/2955] 199.204.45.153 () {34 vars in 1060 bytes} [Tue May 5 16:51:07 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.86&port_id=34fad45b-4307-4743-a268-a6a8fe9854bf => 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: 1372/2956] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:51:07 2026] GET /v2.0/subnets?id=4c4dc477-4469-4050-8bd2-a3e24591c21d => 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: 1585/2957] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:51:07 2026] GET /v2.0/ports?network_id=aea0f32f-ee90-494d-9f20-cce98c0dced4&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: 1373/2958] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:51:07 2026] GET /v2.0/networks/aea0f32f-ee90-494d-9f20-cce98c0dced4?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: 1586/2959] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:51:08 2026] GET /v2.0/networks/aea0f32f-ee90-494d-9f20-cce98c0dced4?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: 1374/2960] 199.204.45.153 () {34 vars in 1058 bytes} [Tue May 5 16:51:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.223&port_id=8118ce8e-e424-4d4d-9774-c1b7d6f60490 => 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: 1587/2961] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:51:08 2026] GET /v2.0/subnets?id=ca5e8c59-58e0-44a1-b5cb-5de7b859608b => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2962] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:51:08 2026] GET /v2.0/ports?network_id=366e08b4-0a2e-4621-a50b-884f7d60f5c6&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: 1588/2963] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:51:08 2026] GET /v2.0/networks/366e08b4-0a2e-4621-a50b-884f7d60f5c6?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2964] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:51:08 2026] GET /v2.0/networks/366e08b4-0a2e-4621-a50b-884f7d60f5c6?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: 1590/2967] 199.204.45.153 () {30 vars in 703 bytes} [Tue May 5 16:51:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2968] 199.204.45.153 () {30 vars in 705 bytes} [Tue May 5 16:51:18 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: 1591/2969] 199.204.45.153 () {30 vars in 681 bytes} [Tue May 5 16:51:18 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: 1379/2970] 199.204.45.153 () {30 vars in 717 bytes} [Tue May 5 16:51:18 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-05-05 16:51:18.982 8 INFO neutron.api.v2.resource [None req-c900e286-1fb1-418f-a802-6be6cb534181 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1592/2971] 199.204.45.153 () {30 vars in 763 bytes} [Tue May 5 16:51:18 2026] GET /v2.0/security-groups/lb-5db2db6f-82e7-4782-9514-342b33a41a0c => 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: 1380/2972] 199.204.45.153 () {30 vars in 785 bytes} [Tue May 5 16:51:18 2026] GET /v2.0/security-groups?name=lb-5db2db6f-82e7-4782-9514-342b33a41a0c => 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: 1593/2973] 199.204.45.153 () {30 vars in 815 bytes} [Tue May 5 16:51:19 2026] GET /v2.0/security-group-rules?security_group_id=a0636913-59f2-447b-b533-532c2f7ca846 => generated 2334 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2974] 199.204.45.153 () {32 vars in 789 bytes} [Tue May 5 16:51:19 2026] DELETE /v2.0/security-group-rules/9baeb21f-8596-439d-9b68-5124fc4fd599 => 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: 1594/2975] 199.204.45.153 () {32 vars in 789 bytes} [Tue May 5 16:51:19 2026] DELETE /v2.0/security-group-rules/e688d1a7-c1d3-4be4-ba9c-38a70049cd5a => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:51:23.184 7 INFO neutron_taas.services.taas.taas_plugin [None req-9f0fbcd3-010e-4a79-bdc6-5973987189b7 cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] TaaS: Handle Delete Port: b5b0298e-ef0e-4d63-80ba-c486ed9d152a 2026-05-05 16:51:23.187 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f0fbcd3-010e-4a79-bdc6-5973987189b7 cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] Tap Mirror: Handle Delete Port: b5b0298e-ef0e-4d63-80ba-c486ed9d152a 2026-05-05 16:51:23.385 7 INFO neutron.db.l3_db [None req-9f0fbcd3-010e-4a79-bdc6-5973987189b7 cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] Floating IP ee7acd5b-b162-4a74-8095-75772da15664 disassociated (deleted). External IP: 10.96.250.213, port: e88db665-905c-41b1-87fd-799083f014f8. [pid: 7|app: 0|req: 1382/2976] 10.0.0.205 () {32 vars in 732 bytes} [Tue May 5 16:51:23 2026] DELETE /v2.0/floatingips/ee7acd5b-b162-4a74-8095-75772da15664 => generated 0 bytes in 636 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:51:23.712 8 INFO neutron.api.v2.resource [None req-0cfee0ed-e62e-48ff-ae81-21adc6f87468 cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1595/2977] 10.0.0.205 () {32 vars in 729 bytes} [Tue May 5 16:51:23 2026] GET /v2.0/floatingips/ee7acd5b-b162-4a74-8095-75772da15664 => generated 144 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2978] 199.204.45.153 () {30 vars in 703 bytes} [Tue May 5 16:51:24 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: 1596/2979] 199.204.45.153 () {30 vars in 705 bytes} [Tue May 5 16:51: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: 7|app: 0|req: 1384/2980] 199.204.45.153 () {30 vars in 681 bytes} [Tue May 5 16:51:24 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: 1597/2981] 199.204.45.153 () {30 vars in 717 bytes} [Tue May 5 16:51:24 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-05-05 16:51:24.409 7 INFO neutron.api.v2.resource [None req-fec81e29-c865-412f-8df9-b3c5d00af2ce 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1385/2982] 199.204.45.153 () {30 vars in 763 bytes} [Tue May 5 16:51:24 2026] GET /v2.0/security-groups/lb-5db2db6f-82e7-4782-9514-342b33a41a0c => 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: 1598/2983] 199.204.45.153 () {30 vars in 785 bytes} [Tue May 5 16:51:24 2026] GET /v2.0/security-groups?name=lb-5db2db6f-82e7-4782-9514-342b33a41a0c => generated 1639 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2984] 199.204.45.153 () {30 vars in 815 bytes} [Tue May 5 16:51:24 2026] GET /v2.0/security-group-rules?security_group_id=a0636913-59f2-447b-b533-532c2f7ca846 => generated 1182 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/2985] 199.204.45.153 () {30 vars in 703 bytes} [Tue May 5 16:51:24 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: 1387/2986] 199.204.45.153 () {30 vars in 705 bytes} [Tue May 5 16:51:24 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: 1600/2987] 199.204.45.153 () {30 vars in 681 bytes} [Tue May 5 16:51: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: 1388/2988] 199.204.45.153 () {30 vars in 717 bytes} [Tue May 5 16:51:24 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: 1601/2989] 199.204.45.153 () {30 vars in 741 bytes} [Tue May 5 16:51:24 2026] GET /v2.0/subnets/ca5e8c59-58e0-44a1-b5cb-5de7b859608b => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2990] 199.204.45.153 () {30 vars in 769 bytes} [Tue May 5 16:51:24 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 2586 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/2991] 199.204.45.153 () {30 vars in 769 bytes} [Tue May 5 16:51:24 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 2586 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2992] 199.204.45.153 () {30 vars in 769 bytes} [Tue May 5 16:51:24 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 2586 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/2993] 199.204.45.153 () {30 vars in 769 bytes} [Tue May 5 16:51:25 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => 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: 1391/2994] 199.204.45.153 () {34 vars in 975 bytes} [Tue May 5 16:51:26 2026] GET /v2.0/ports/8118ce8e-e424-4d4d-9774-c1b7d6f60490 => generated 1350 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/2995] 199.204.45.153 () {34 vars in 1060 bytes} [Tue May 5 16:51:26 2026] GET /v2.0/ports/8118ce8e-e424-4d4d-9774-c1b7d6f60490?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2996] 199.204.45.153 () {34 vars in 1016 bytes} [Tue May 5 16:51:26 2026] GET /v2.0/networks/366e08b4-0a2e-4621-a50b-884f7d60f5c6?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/2997] 199.204.45.153 () {30 vars in 769 bytes} [Tue May 5 16:51:26 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => 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: 1393/2998] 199.204.45.153 () {38 vars in 1028 bytes} [Tue May 5 16:51:26 2026] PUT /v2.0/ports/8118ce8e-e424-4d4d-9774-c1b7d6f60490 => generated 1151 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/2999] 199.204.45.153 () {30 vars in 769 bytes} [Tue May 5 16:51:27 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1394/3000] 199.204.45.153 () {34 vars in 789 bytes} [Tue May 5 16:51:28 2026] PUT /v2.0/ports/8118ce8e-e424-4d4d-9774-c1b7d6f60490 => generated 1090 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3001] 199.204.45.153 () {30 vars in 737 bytes} [Tue May 5 16:51:28 2026] GET /v2.0/ports/8118ce8e-e424-4d4d-9774-c1b7d6f60490 => generated 1090 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-05 16:51:28.387 7 INFO neutron_taas.services.taas.taas_plugin [None req-c4e0a7e5-5958-4462-bc1d-bac822e78d05 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: 8118ce8e-e424-4d4d-9774-c1b7d6f60490 2026-05-05 16:51:28.390 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4e0a7e5-5958-4462-bc1d-bac822e78d05 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: 8118ce8e-e424-4d4d-9774-c1b7d6f60490 [pid: 7|app: 0|req: 1395/3002] 199.204.45.153 () {32 vars in 759 bytes} [Tue May 5 16:51:28 2026] DELETE /v2.0/ports/8118ce8e-e424-4d4d-9774-c1b7d6f60490 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3003] 199.204.45.153 () {30 vars in 703 bytes} [Tue May 5 16:51:28 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: 1396/3004] 199.204.45.153 () {30 vars in 705 bytes} [Tue May 5 16:51:28 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: 1609/3005] 199.204.45.153 () {30 vars in 681 bytes} [Tue May 5 16:51:28 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: 1397/3006] 199.204.45.153 () {30 vars in 717 bytes} [Tue May 5 16:51: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) 2026-05-05 16:51:28.661 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ac00ec0d-b7c9-49fb-b293-df06e0335e0a 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1610/3007] 199.204.45.153 () {32 vars in 759 bytes} [Tue May 5 16:51:28 2026] DELETE /v2.0/ports/8118ce8e-e424-4d4d-9774-c1b7d6f60490 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/3008] 199.204.45.153 () {30 vars in 737 bytes} [Tue May 5 16:51:28 2026] GET /v2.0/ports/e88db665-905c-41b1-87fd-799083f014f8 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:51:28.728 8 INFO neutron.api.v2.resource [None req-63b61c6f-0126-4f3a-9ae1-5a3932b15508 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1611/3009] 199.204.45.153 () {30 vars in 763 bytes} [Tue May 5 16:51:28 2026] GET /v2.0/security-groups/lb-5db2db6f-82e7-4782-9514-342b33a41a0c => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/3010] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:51:28 2026] GET /v2.0/ports?tenant_id=ee96011ce3044b5b8b787403108e1174&device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => 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: 1612/3011] 199.204.45.153 () {30 vars in 785 bytes} [Tue May 5 16:51:28 2026] GET /v2.0/security-groups?name=lb-5db2db6f-82e7-4782-9514-342b33a41a0c => 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: 1400/3012] 199.204.45.153 () {30 vars in 737 bytes} [Tue May 5 16:51:28 2026] GET /v2.0/ports/e88db665-905c-41b1-87fd-799083f014f8 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3013] 199.204.45.153 () {34 vars in 1066 bytes} [Tue May 5 16:51:28 2026] GET /v2.0/networks?id=aea0f32f-ee90-494d-9f20-cce98c0dced4&id=366e08b4-0a2e-4621-a50b-884f7d60f5c6 => generated 1524 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3014] 199.204.45.153 () {34 vars in 1060 bytes} [Tue May 5 16:51:28 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.86&port_id=34fad45b-4307-4743-a268-a6a8fe9854bf => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3015] 199.204.45.153 () {34 vars in 984 bytes} [Tue May 5 16:51:28 2026] GET /v2.0/subnets?id=4c4dc477-4469-4050-8bd2-a3e24591c21d => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3016] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:51:28 2026] GET /v2.0/ports?network_id=aea0f32f-ee90-494d-9f20-cce98c0dced4&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: 1617/3017] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:51:28 2026] GET /v2.0/networks/aea0f32f-ee90-494d-9f20-cce98c0dced4?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/3018] 199.204.45.153 () {34 vars in 789 bytes} [Tue May 5 16:51:28 2026] PUT /v2.0/ports/e88db665-905c-41b1-87fd-799083f014f8 => generated 1094 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3019] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:51:29 2026] GET /v2.0/networks/aea0f32f-ee90-494d-9f20-cce98c0dced4?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: 1402/3020] 199.204.45.153 () {32 vars in 779 bytes} [Tue May 5 16:51:29 2026] DELETE /v2.0/security-groups/a0636913-59f2-447b-b533-532c2f7ca846 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:51:29.219 8 INFO neutron_taas.services.taas.taas_plugin [None req-0866184f-bd44-4dd5-9bfe-cc9b7e61bbcf 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: e88db665-905c-41b1-87fd-799083f014f8 2026-05-05 16:51:29.221 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0866184f-bd44-4dd5-9bfe-cc9b7e61bbcf 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: e88db665-905c-41b1-87fd-799083f014f8 [pid: 8|app: 0|req: 1619/3021] 199.204.45.153 () {32 vars in 759 bytes} [Tue May 5 16:51:29 2026] DELETE /v2.0/ports/e88db665-905c-41b1-87fd-799083f014f8 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/3024] 199.204.45.153 () {34 vars in 994 bytes} [Tue May 5 16:51:32 2026] GET /v2.0/ports?device_id=2eca1e83-e8e3-4631-ac37-a834b1d588cd => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:51:32.149 8 INFO neutron_taas.services.taas.taas_plugin [req-e3017b95-474d-47ce-b9e3-1811e6c8ba63 req-b4d53a4f-246f-426e-a9f8-05e346cb7078 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] TaaS: Handle Delete Port: 34fad45b-4307-4743-a268-a6a8fe9854bf 2026-05-05 16:51:32.151 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e3017b95-474d-47ce-b9e3-1811e6c8ba63 req-b4d53a4f-246f-426e-a9f8-05e346cb7078 3ab93697386646a58380ba368f7fdc35 ee96011ce3044b5b8b787403108e1174 - - default default] Tap Mirror: Handle Delete Port: 34fad45b-4307-4743-a268-a6a8fe9854bf [pid: 8|app: 0|req: 1621/3025] 199.204.45.153 () {36 vars in 997 bytes} [Tue May 5 16:51:32 2026] DELETE /v2.0/ports/34fad45b-4307-4743-a268-a6a8fe9854bf => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:51:32.331 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-65b1ba83-890c-4411-9a4f-e89fa471ceeb'] response: {'server_uuid': '2eca1e83-e8e3-4631-ac37-a834b1d588cd', 'name': 'network-vif-deleted', 'tag': '34fad45b-4307-4743-a268-a6a8fe9854bf', 'status': 'completed', 'code': 200} 2026-05-05 16:51:34.023 7 INFO neutron_taas.services.taas.taas_plugin [None req-34dd132a-fd5c-4cc4-ac3c-9fbb4e7e59bb cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] TaaS: Handle Delete Port: 00321a78-d26c-45c2-95aa-40f738301412 2026-05-05 16:51:34.027 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34dd132a-fd5c-4cc4-ac3c-9fbb4e7e59bb cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] Tap Mirror: Handle Delete Port: 00321a78-d26c-45c2-95aa-40f738301412 2026-05-05 16:51:34.223 7 INFO neutron.db.l3_db [None req-34dd132a-fd5c-4cc4-ac3c-9fbb4e7e59bb cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] Floating IP f36b08a2-af86-4573-90b8-9bc4d82d87b2 disassociated (deleted). External IP: 10.96.250.216, port: 7481d252-cd2c-43fe-9327-684df8a6b837. [pid: 7|app: 0|req: 1405/3026] 10.0.0.205 () {32 vars in 732 bytes} [Tue May 5 16:51:33 2026] DELETE /v2.0/floatingips/f36b08a2-af86-4573-90b8-9bc4d82d87b2 => generated 0 bytes in 602 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:51:34.513 8 INFO neutron.api.v2.resource [None req-60381ad0-7b77-4da8-92fb-2be82accf4f1 cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1622/3027] 10.0.0.205 () {32 vars in 729 bytes} [Tue May 5 16:51:34 2026] GET /v2.0/floatingips/f36b08a2-af86-4573-90b8-9bc4d82d87b2 => generated 144 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:51:34.527 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c4d36de6-10be-46f7-8b24-05e9da8a3414'] response: {'name': 'network-changed', 'server_uuid': '2e084234-f72f-4e14-87e0-e0e40b7d25a9', 'tag': '7481d252-cd2c-43fe-9327-684df8a6b837', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1406/3028] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:51:34 2026] GET /v2.0/ports?device_id=2e084234-f72f-4e14-87e0-e0e40b7d25a9 => generated 1200 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3029] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:51:34 2026] GET /v2.0/security-groups?id=a454d0b5-fa74-4961-b06d-7913502f2153&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/3030] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:51:35 2026] GET /v2.0/ports?tenant_id=c7bffe0e02ac437ea50ee46b18978244&device_id=2e084234-f72f-4e14-87e0-e0e40b7d25a9 => generated 1469 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3031] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:51:35 2026] GET /v2.0/networks?id=a2e5ebe1-573f-4922-816b-01028376be33 => generated 799 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/3032] 199.204.45.153 () {34 vars in 1056 bytes} [Tue May 5 16:51:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.18&port_id=7481d252-cd2c-43fe-9327-684df8a6b837 => 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: 1625/3033] 199.204.45.153 () {34 vars in 1106 bytes} [Tue May 5 16:51:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2fe&port_id=7481d252-cd2c-43fe-9327-684df8a6b837 => 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: 1409/3034] 199.204.45.153 () {34 vars in 1064 bytes} [Tue May 5 16:51:35 2026] GET /v2.0/subnets?id=08ce91c7-f86e-4d4c-9003-11cf2d868513&id=3c28b475-066b-4e4f-a850-4c515678b47e => generated 1413 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3035] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:51:35 2026] GET /v2.0/ports?network_id=a2e5ebe1-573f-4922-816b-01028376be33&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: 1410/3036] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:51:35 2026] GET /v2.0/ports?network_id=a2e5ebe1-573f-4922-816b-01028376be33&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3037] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:51:35 2026] GET /v2.0/networks/a2e5ebe1-573f-4922-816b-01028376be33?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: 1411/3038] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:51:35 2026] GET /v2.0/networks/a2e5ebe1-573f-4922-816b-01028376be33?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: 1628/3039] 199.204.45.153 () {34 vars in 994 bytes} [Tue May 5 16:51:37 2026] GET /v2.0/ports?device_id=2e084234-f72f-4e14-87e0-e0e40b7d25a9 => generated 1200 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:51:37.267 7 INFO neutron_taas.services.taas.taas_plugin [req-1c74727c-9272-4ef0-a532-3b8399b1d2a6 req-454d7d96-b171-441a-ac68-d1c90baf315b cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] TaaS: Handle Delete Port: 7481d252-cd2c-43fe-9327-684df8a6b837 2026-05-05 16:51:37.271 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1c74727c-9272-4ef0-a532-3b8399b1d2a6 req-454d7d96-b171-441a-ac68-d1c90baf315b cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] Tap Mirror: Handle Delete Port: 7481d252-cd2c-43fe-9327-684df8a6b837 [pid: 7|app: 0|req: 1412/3040] 199.204.45.153 () {36 vars in 997 bytes} [Tue May 5 16:51:37 2026] DELETE /v2.0/ports/7481d252-cd2c-43fe-9327-684df8a6b837 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:51:37.470 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-53da73c9-a119-42f8-bbfd-37567fe74d9d'] response: {'server_uuid': '2e084234-f72f-4e14-87e0-e0e40b7d25a9', 'name': 'network-vif-deleted', 'tag': '7481d252-cd2c-43fe-9327-684df8a6b837', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1629/3041] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:51:39 2026] GET /v2.0/ports?device_id=2e084234-f72f-4e14-87e0-e0e40b7d25a9 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:51:45.044 7 INFO neutron_taas.services.taas.taas_plugin [None req-16e1dda7-9691-4886-bd06-3c917b8311aa cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] TaaS: Handle Delete Port: 58caf3eb-4c0d-4772-8cd0-7b8909a9338d 2026-05-05 16:51:45.047 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16e1dda7-9691-4886-bd06-3c917b8311aa cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] Tap Mirror: Handle Delete Port: 58caf3eb-4c0d-4772-8cd0-7b8909a9338d 2026-05-05 16:51:45.199 7 INFO neutron.db.l3_db [None req-16e1dda7-9691-4886-bd06-3c917b8311aa cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] Floating IP e2ab814e-2104-4bad-8235-a10f81772527 disassociated (deleted). External IP: 10.96.250.219, port: 7c0bdac8-edaf-4fe2-9d9a-0d86f82c2911. [pid: 7|app: 0|req: 1413/3044] 10.0.0.205 () {32 vars in 732 bytes} [Tue May 5 16:51:44 2026] DELETE /v2.0/floatingips/e2ab814e-2104-4bad-8235-a10f81772527 => generated 0 bytes in 582 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:51:45.529 8 INFO neutron.api.v2.resource [None req-7a8c5d54-1a21-41ba-b7fa-920d10e7df6e cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1632/3045] 10.0.0.205 () {32 vars in 729 bytes} [Tue May 5 16:51:45 2026] GET /v2.0/floatingips/e2ab814e-2104-4bad-8235-a10f81772527 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:51:45.540 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-86756c49-2978-49f5-92f0-b12a2488ea5d'] response: {'name': 'network-changed', 'server_uuid': '9375de0d-60b1-438d-bb67-51167da8dea9', 'tag': '7c0bdac8-edaf-4fe2-9d9a-0d86f82c2911', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1414/3046] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:51:45 2026] GET /v2.0/ports?device_id=9375de0d-60b1-438d-bb67-51167da8dea9 => generated 1196 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3047] 10.0.0.8 () {34 vars in 1038 bytes} [Tue May 5 16:51:45 2026] GET /v2.0/security-groups?id=a454d0b5-fa74-4961-b06d-7913502f2153&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/3048] 199.204.45.153 () {34 vars in 1080 bytes} [Tue May 5 16:51:46 2026] GET /v2.0/ports?tenant_id=c7bffe0e02ac437ea50ee46b18978244&device_id=9375de0d-60b1-438d-bb67-51167da8dea9 => generated 1465 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3049] 199.204.45.153 () {34 vars in 986 bytes} [Tue May 5 16:51:46 2026] GET /v2.0/networks?id=c325a088-2a11-42f3-a7c2-b8867f42c56f => 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: 1416/3050] 199.204.45.153 () {34 vars in 1056 bytes} [Tue May 5 16:51:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.65&port_id=7c0bdac8-edaf-4fe2-9d9a-0d86f82c2911 => 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: 1635/3051] 199.204.45.153 () {34 vars in 1104 bytes} [Tue May 5 16:51:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A30c&port_id=7c0bdac8-edaf-4fe2-9d9a-0d86f82c2911 => 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: 1417/3052] 199.204.45.153 () {34 vars in 1064 bytes} [Tue May 5 16:51:46 2026] GET /v2.0/subnets?id=abcd2b1b-3587-423d-8431-b23a6012fffd&id=a0ab976b-ad7b-4456-8262-716f34e7eaf7 => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3053] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:51:46 2026] GET /v2.0/ports?network_id=c325a088-2a11-42f3-a7c2-b8867f42c56f&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: 1418/3054] 199.204.45.153 () {34 vars in 1052 bytes} [Tue May 5 16:51:46 2026] GET /v2.0/ports?network_id=c325a088-2a11-42f3-a7c2-b8867f42c56f&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3055] 199.204.45.153 () {34 vars in 1012 bytes} [Tue May 5 16:51:46 2026] GET /v2.0/networks/c325a088-2a11-42f3-a7c2-b8867f42c56f?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/3056] 199.204.45.153 () {34 vars in 1112 bytes} [Tue May 5 16:51:46 2026] GET /v2.0/networks/c325a088-2a11-42f3-a7c2-b8867f42c56f?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: 1638/3057] 199.204.45.153 () {34 vars in 994 bytes} [Tue May 5 16:51:48 2026] GET /v2.0/ports?device_id=9375de0d-60b1-438d-bb67-51167da8dea9 => generated 1196 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:51:48.476 7 INFO neutron_taas.services.taas.taas_plugin [req-f9817723-6d3d-4bc6-903f-be8fe28eb68c req-4a8f71bc-3e7a-4f6b-971c-7e25c3c62266 cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] TaaS: Handle Delete Port: 7c0bdac8-edaf-4fe2-9d9a-0d86f82c2911 2026-05-05 16:51:48.478 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f9817723-6d3d-4bc6-903f-be8fe28eb68c req-4a8f71bc-3e7a-4f6b-971c-7e25c3c62266 cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] Tap Mirror: Handle Delete Port: 7c0bdac8-edaf-4fe2-9d9a-0d86f82c2911 [pid: 7|app: 0|req: 1420/3058] 199.204.45.153 () {36 vars in 997 bytes} [Tue May 5 16:51:48 2026] DELETE /v2.0/ports/7c0bdac8-edaf-4fe2-9d9a-0d86f82c2911 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:51:48.672 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-178622a3-295c-4611-abb6-836f92ed8cb0'] response: {'server_uuid': '9375de0d-60b1-438d-bb67-51167da8dea9', 'name': 'network-vif-deleted', 'tag': '7c0bdac8-edaf-4fe2-9d9a-0d86f82c2911', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1639/3059] 10.0.0.8 () {34 vars in 988 bytes} [Tue May 5 16:51:50 2026] GET /v2.0/ports?device_id=9375de0d-60b1-438d-bb67-51167da8dea9 => 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: 1421/3060] 10.0.0.205 () {32 vars in 750 bytes} [Tue May 5 16:51:55 2026] DELETE /v2.0/security-group-rules/4f3f8e11-7bf9-4281-8ceb-9391073fe732 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:51:56.006 8 INFO neutron.api.v2.resource [None req-46cb55aa-9830-47d9-a89a-6d47ddd0e8e0 cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1640/3061] 10.0.0.205 () {32 vars in 747 bytes} [Tue May 5 16:51:55 2026] GET /v2.0/security-group-rules/4f3f8e11-7bf9-4281-8ceb-9391073fe732 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/3062] 10.0.0.205 () {32 vars in 750 bytes} [Tue May 5 16:51:56 2026] DELETE /v2.0/security-group-rules/be9c477a-8d86-4e1e-9e02-6ea7343704ee => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:51:56.096 8 INFO neutron.api.v2.resource [None req-277ee326-6e20-4c5b-a05d-f26ce30a06da cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1641/3063] 10.0.0.205 () {32 vars in 747 bytes} [Tue May 5 16:51:56 2026] GET /v2.0/security-group-rules/be9c477a-8d86-4e1e-9e02-6ea7343704ee => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/3064] 10.0.0.205 () {32 vars in 750 bytes} [Tue May 5 16:51:56 2026] DELETE /v2.0/security-group-rules/b79278a8-6de7-4e9d-ac62-620b15e35913 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:51:56.182 8 INFO neutron.api.v2.resource [None req-77e8770d-d9df-4f9b-970b-1a40502c4047 cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1642/3065] 10.0.0.205 () {32 vars in 747 bytes} [Tue May 5 16:51:56 2026] GET /v2.0/security-group-rules/b79278a8-6de7-4e9d-ac62-620b15e35913 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/3066] 10.0.0.205 () {32 vars in 750 bytes} [Tue May 5 16:51:56 2026] DELETE /v2.0/security-group-rules/7c5c1460-052d-4d43-b682-42ddd5a076e9 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:51:56.260 8 INFO neutron.api.v2.resource [None req-ed4ade45-fcad-4ce5-8b93-969593fe0a37 cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1643/3067] 10.0.0.205 () {32 vars in 747 bytes} [Tue May 5 16:51:56 2026] GET /v2.0/security-group-rules/7c5c1460-052d-4d43-b682-42ddd5a076e9 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/3068] 10.0.0.205 () {32 vars in 750 bytes} [Tue May 5 16:51:56 2026] DELETE /v2.0/security-group-rules/69f758ad-ca0c-45c9-9813-d3600bf6a141 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:51:56.346 8 INFO neutron.api.v2.resource [None req-4aac02f3-9df8-4ad6-938d-d40ccb815125 cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1644/3069] 10.0.0.205 () {32 vars in 747 bytes} [Tue May 5 16:51:56 2026] GET /v2.0/security-group-rules/69f758ad-ca0c-45c9-9813-d3600bf6a141 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/3070] 10.0.0.205 () {32 vars in 750 bytes} [Tue May 5 16:51:56 2026] DELETE /v2.0/security-group-rules/b2ac1cac-09c2-49d5-a6f1-546dcd269a9f => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:51:56.437 8 INFO neutron.api.v2.resource [None req-b29c32c3-f1d5-4397-b7ea-0854d9abbf8a cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1645/3071] 10.0.0.205 () {32 vars in 747 bytes} [Tue May 5 16:51:56 2026] GET /v2.0/security-group-rules/b2ac1cac-09c2-49d5-a6f1-546dcd269a9f => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/3072] 10.0.0.205 () {32 vars in 750 bytes} [Tue May 5 16:51:56 2026] DELETE /v2.0/security-group-rules/1368cf67-6e23-4fa4-a037-ff4451d01f19 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:51:56.538 8 INFO neutron.api.v2.resource [None req-10a93eac-4805-4123-9adc-3135f8b78e5b cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1646/3073] 10.0.0.205 () {32 vars in 747 bytes} [Tue May 5 16:51:56 2026] GET /v2.0/security-group-rules/1368cf67-6e23-4fa4-a037-ff4451d01f19 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/3074] 10.0.0.205 () {32 vars in 750 bytes} [Tue May 5 16:51:56 2026] DELETE /v2.0/security-group-rules/a0fcc6b9-29e2-4fb9-bdd1-1f6b67893325 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:51:56.614 8 INFO neutron.api.v2.resource [None req-a1a7d06b-4052-4499-8f46-2cbfbdf6e228 cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1647/3075] 10.0.0.205 () {32 vars in 747 bytes} [Tue May 5 16:51:56 2026] GET /v2.0/security-group-rules/a0fcc6b9-29e2-4fb9-bdd1-1f6b67893325 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/3076] 10.0.0.205 () {32 vars in 750 bytes} [Tue May 5 16:51:56 2026] DELETE /v2.0/security-group-rules/b9f32fc9-64aa-4310-92bb-4c36b4d9dc2e => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:51:56.693 8 INFO neutron.api.v2.resource [None req-905bc71c-b878-4c56-8290-b40ef26e9cd0 cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1648/3077] 10.0.0.205 () {32 vars in 747 bytes} [Tue May 5 16:51:56 2026] GET /v2.0/security-group-rules/b9f32fc9-64aa-4310-92bb-4c36b4d9dc2e => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/3078] 10.0.0.205 () {32 vars in 750 bytes} [Tue May 5 16:51:56 2026] DELETE /v2.0/security-group-rules/6eb1d14d-6915-46f2-8e49-329d3e234410 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:51:56.776 8 INFO neutron.api.v2.resource [None req-34de73d6-d332-4785-8ad3-0d6a7153817f cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1649/3079] 10.0.0.205 () {32 vars in 747 bytes} [Tue May 5 16:51:56 2026] GET /v2.0/security-group-rules/6eb1d14d-6915-46f2-8e49-329d3e234410 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/3080] 10.0.0.205 () {32 vars in 750 bytes} [Tue May 5 16:51:56 2026] DELETE /v2.0/security-group-rules/36174f0c-bb1b-400c-8ea3-c3d31926538e => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:51:56.858 8 INFO neutron.api.v2.resource [None req-af104fc9-df80-4228-af4e-d944145c928a cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1650/3081] 10.0.0.205 () {32 vars in 747 bytes} [Tue May 5 16:51:56 2026] GET /v2.0/security-group-rules/36174f0c-bb1b-400c-8ea3-c3d31926538e => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/3082] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:51:56 2026] DELETE /v2.0/security-groups/a454d0b5-fa74-4961-b06d-7913502f2153 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:51:56.975 8 INFO neutron.api.v2.resource [None req-f51817b7-98df-402e-bdb6-d3f32bd3ed5c cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1651/3083] 10.0.0.205 () {32 vars in 737 bytes} [Tue May 5 16:51:56 2026] GET /v2.0/security-groups/a454d0b5-fa74-4961-b06d-7913502f2153 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:51:57.338 7 INFO neutron_taas.services.taas.taas_plugin [None req-361f0f01-604e-493c-ab11-83cd84691bc1 cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] TaaS: Handle Delete Port: a0bca59c-48c8-4ea2-9ef8-56cae5e0a39e 2026-05-05 16:51:57.342 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-361f0f01-604e-493c-ab11-83cd84691bc1 cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] Tap Mirror: Handle Delete Port: a0bca59c-48c8-4ea2-9ef8-56cae5e0a39e [pid: 7|app: 0|req: 1433/3084] 10.0.0.205 () {34 vars in 789 bytes} [Tue May 5 16:51:57 2026] PUT /v2.0/routers/d8fb4272-3659-4e75-a13b-e1c658835981/remove_router_interface => generated 309 bytes in 895 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:51:58.064 8 INFO neutron.api.v2.resource [None req-93034854-b26b-48a1-8ac4-62b62120f96e cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1652/3085] 10.0.0.205 () {34 vars in 789 bytes} [Tue May 5 16:51:57 2026] PUT /v2.0/routers/d8fb4272-3659-4e75-a13b-e1c658835981/remove_router_interface => generated 198 bytes in 147 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:51:58.435 7 INFO neutron_taas.services.taas.taas_plugin [None req-85e98bec-fb5e-4e9c-a110-651795325436 cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] TaaS: Handle Delete Port: d41198f6-9a04-4a69-b011-26f526355139 2026-05-05 16:51:58.438 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85e98bec-fb5e-4e9c-a110-651795325436 cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] Tap Mirror: Handle Delete Port: d41198f6-9a04-4a69-b011-26f526355139 [pid: 7|app: 0|req: 1434/3086] 10.0.0.205 () {34 vars in 789 bytes} [Tue May 5 16:51:58 2026] PUT /v2.0/routers/d8fb4272-3659-4e75-a13b-e1c658835981/remove_router_interface => generated 309 bytes in 899 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:51:59.126 8 INFO neutron.api.v2.resource [None req-b0c7385d-a5ed-4d6b-b98b-80a4a09d4bd1 cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1653/3087] 10.0.0.205 () {34 vars in 789 bytes} [Tue May 5 16:51:58 2026] PUT /v2.0/routers/d8fb4272-3659-4e75-a13b-e1c658835981/remove_router_interface => generated 198 bytes in 151 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:52:00.365 7 INFO neutron_taas.services.taas.taas_plugin [None req-d3dcf539-eb51-404a-a29c-2aff16a65e9a cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] TaaS: Handle Delete Port: 5ecd3c2b-3942-40a4-a3bd-47d6b5cf8ba8 2026-05-05 16:52:00.369 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3dcf539-eb51-404a-a29c-2aff16a65e9a cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] Tap Mirror: Handle Delete Port: 5ecd3c2b-3942-40a4-a3bd-47d6b5cf8ba8 [pid: 7|app: 0|req: 1435/3090] 10.0.0.205 () {34 vars in 789 bytes} [Tue May 5 16:51:59 2026] PUT /v2.0/routers/d8fb4272-3659-4e75-a13b-e1c658835981/remove_router_interface => generated 309 bytes in 1791 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:52:01.083 8 INFO neutron.api.v2.resource [None req-0dc37a65-0614-4f9b-a6a9-ce15b669a1ab cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1656/3091] 10.0.0.205 () {34 vars in 789 bytes} [Tue May 5 16:52:00 2026] PUT /v2.0/routers/d8fb4272-3659-4e75-a13b-e1c658835981/remove_router_interface => generated 198 bytes in 156 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:52:01.279 7 INFO neutron_taas.services.taas.taas_plugin [None req-2759ac80-2560-4dc7-a295-b00c8bbb150b cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] TaaS: Handle Delete Port: 15f74560-9908-43bb-88e1-9560d6b099b3 2026-05-05 16:52:01.283 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2759ac80-2560-4dc7-a295-b00c8bbb150b cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] Tap Mirror: Handle Delete Port: 15f74560-9908-43bb-88e1-9560d6b099b3 2026-05-05 16:52:01.551 7 INFO neutron_taas.services.taas.taas_plugin [None req-2759ac80-2560-4dc7-a295-b00c8bbb150b cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] TaaS: Handle Delete Port: 9795d4f7-eb01-4848-9d14-c45006de829b 2026-05-05 16:52:01.555 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2759ac80-2560-4dc7-a295-b00c8bbb150b cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] Tap Mirror: Handle Delete Port: 9795d4f7-eb01-4848-9d14-c45006de829b 2026-05-05 16:52:01.956 7 INFO neutron.db.l3_hamode_db [None req-2759ac80-2560-4dc7-a295-b00c8bbb150b cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] HA network 9eb43177-ade8-41ea-b856-f5b8a0d76fc4 was deleted as no HA routers are present in tenant c7bffe0e02ac437ea50ee46b18978244. [pid: 7|app: 0|req: 1436/3092] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:52:01 2026] DELETE /v2.0/routers/d8fb4272-3659-4e75-a13b-e1c658835981 => generated 0 bytes in 875 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:52:01.965 7 INFO neutron.services.segments.plugin [-] Segment c8bc7e59-240f-463a-aa28-d45fa264a44b resource provider aggregate not found 2026-05-05 16:52:01.968 7 INFO neutron.services.segments.plugin [-] Segment c8bc7e59-240f-463a-aa28-d45fa264a44b resource provider aggregate not found 2026-05-05 16:52:01.980 7 INFO neutron.services.segments.plugin [-] Segment c8bc7e59-240f-463a-aa28-d45fa264a44b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8bc7e59-240f-463a-aa28-d45fa264a44b found for delete ", "request_id": "req-5d0f2935-ad3f-43e8-983c-6637634969ec"}]} 2026-05-05 16:52:01.982 7 INFO neutron.services.segments.plugin [-] Segment c8bc7e59-240f-463a-aa28-d45fa264a44b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8bc7e59-240f-463a-aa28-d45fa264a44b found for delete ", "request_id": "req-5138f6e8-41da-4b0c-9d6c-e813c5ba4532"}]} 2026-05-05 16:52:01.985 8 INFO neutron.api.v2.resource [None req-8322632b-fe8c-433f-9e30-109f55731c6b cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1657/3093] 10.0.0.205 () {32 vars in 721 bytes} [Tue May 5 16:52:01 2026] GET /v2.0/routers/d8fb4272-3659-4e75-a13b-e1c658835981 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/3094] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:52:01 2026] DELETE /v2.0/subnets/3c28b475-066b-4e4f-a850-4c515678b47e => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:52:02.156 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7de64d7c-4229-4bab-b260-ff45efda2a15 cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1658/3095] 10.0.0.205 () {32 vars in 721 bytes} [Tue May 5 16:52:02 2026] GET /v2.0/subnets/3c28b475-066b-4e4f-a850-4c515678b47e => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/3096] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:52:02 2026] DELETE /v2.0/subnets/08ce91c7-f86e-4d4c-9003-11cf2d868513 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:52:02.339 8 INFO neutron.pecan_wsgi.hooks.translation [None req-15d2fcbd-5c6e-4757-a4ed-4db65b8c86a5 cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1659/3097] 10.0.0.205 () {32 vars in 721 bytes} [Tue May 5 16:52:02 2026] GET /v2.0/subnets/08ce91c7-f86e-4d4c-9003-11cf2d868513 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:52:02.436 7 INFO neutron_taas.services.taas.taas_plugin [None req-6d4e176a-8d92-449a-b3c0-92e1f824ccbe cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] TaaS: Handle Delete Port: b48c2d83-afbe-4649-8859-204ec7f6706a 2026-05-05 16:52:02.439 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d4e176a-8d92-449a-b3c0-92e1f824ccbe cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] Tap Mirror: Handle Delete Port: b48c2d83-afbe-4649-8859-204ec7f6706a [pid: 7|app: 0|req: 1439/3098] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:52:02 2026] DELETE /v2.0/networks/a2e5ebe1-573f-4922-816b-01028376be33 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:52:02.638 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6a291d9e-bb8f-47d9-acdc-129b4f0d58d4 cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1660/3099] 10.0.0.205 () {32 vars in 723 bytes} [Tue May 5 16:52:02 2026] GET /v2.0/networks/a2e5ebe1-573f-4922-816b-01028376be33 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/3100] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:52:02 2026] DELETE /v2.0/subnets/a0ab976b-ad7b-4456-8262-716f34e7eaf7 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:52:02.824 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d712e494-07fe-45ec-b693-82522e2187fe cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1661/3101] 10.0.0.205 () {32 vars in 721 bytes} [Tue May 5 16:52:02 2026] GET /v2.0/subnets/a0ab976b-ad7b-4456-8262-716f34e7eaf7 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/3102] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:52:02 2026] DELETE /v2.0/subnets/abcd2b1b-3587-423d-8431-b23a6012fffd => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:52:03.014 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e2fa5f6d-eb80-425c-9650-5175f854d1c5 cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1662/3103] 10.0.0.205 () {32 vars in 721 bytes} [Tue May 5 16:52:02 2026] GET /v2.0/subnets/abcd2b1b-3587-423d-8431-b23a6012fffd => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:52:03.157 7 INFO neutron_taas.services.taas.taas_plugin [None req-52bd512e-4de7-4940-b82f-63e55a6acaa0 cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] TaaS: Handle Delete Port: c891824f-3a86-4200-8911-7e11839eccf4 2026-05-05 16:52:03.162 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52bd512e-4de7-4940-b82f-63e55a6acaa0 cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] Tap Mirror: Handle Delete Port: c891824f-3a86-4200-8911-7e11839eccf4 [pid: 7|app: 0|req: 1442/3104] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:52:03 2026] DELETE /v2.0/networks/c325a088-2a11-42f3-a7c2-b8867f42c56f => generated 0 bytes in 352 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:52:03.398 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2fc63cbb-c461-4713-bb23-da1b46738748 cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1663/3105] 10.0.0.205 () {32 vars in 723 bytes} [Tue May 5 16:52:03 2026] GET /v2.0/networks/c325a088-2a11-42f3-a7c2-b8867f42c56f => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/3106] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:52:03 2026] DELETE /v2.0/subnets/3207b590-4ed6-4b81-a2d5-352be7f0c34d => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:52:03.558 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cc1c3cc2-3385-4587-bd5a-b38ef47f5818 cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1664/3107] 10.0.0.205 () {32 vars in 721 bytes} [Tue May 5 16:52:03 2026] GET /v2.0/subnets/3207b590-4ed6-4b81-a2d5-352be7f0c34d => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/3108] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:52:03 2026] DELETE /v2.0/subnets/ca5e8c59-58e0-44a1-b5cb-5de7b859608b => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:52:03.732 8 INFO neutron.pecan_wsgi.hooks.translation [None req-937d9df3-ed83-4048-a559-1ca1042018e5 cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1665/3109] 10.0.0.205 () {32 vars in 721 bytes} [Tue May 5 16:52:03 2026] GET /v2.0/subnets/ca5e8c59-58e0-44a1-b5cb-5de7b859608b => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:52:03.835 7 INFO neutron_taas.services.taas.taas_plugin [None req-779f1505-6e9a-455f-b04d-376a1f2ee8f2 cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] TaaS: Handle Delete Port: f60da7a4-0a5f-4bed-9bb8-4539be98c6ac 2026-05-05 16:52:03.838 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-779f1505-6e9a-455f-b04d-376a1f2ee8f2 cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] Tap Mirror: Handle Delete Port: f60da7a4-0a5f-4bed-9bb8-4539be98c6ac 2026-05-05 16:52:04.008 7 INFO neutron.services.segments.plugin [-] Segment 68da6a26-f6aa-4b99-8ff7-0371252e61b1 resource provider aggregate not found 2026-05-05 16:52:04.013 7 INFO neutron.services.segments.plugin [-] Segment 68da6a26-f6aa-4b99-8ff7-0371252e61b1 resource provider aggregate not found 2026-05-05 16:52:04.033 7 INFO neutron.services.segments.plugin [-] Segment 68da6a26-f6aa-4b99-8ff7-0371252e61b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68da6a26-f6aa-4b99-8ff7-0371252e61b1 found for delete ", "request_id": "req-c51930e8-8281-4d2e-be90-380e94ef8848"}]} 2026-05-05 16:52:04.037 7 INFO neutron.services.segments.plugin [-] Segment 68da6a26-f6aa-4b99-8ff7-0371252e61b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68da6a26-f6aa-4b99-8ff7-0371252e61b1 found for delete ", "request_id": "req-c1a024e0-d4e9-4715-9559-c39158f3e9d8"}]} 2026-05-05 16:52:04.057 7 INFO neutron.services.segments.plugin [-] Segment 505cd662-6b74-40ae-a7d6-08db616a2b86 resource provider aggregate not found [pid: 7|app: 0|req: 1445/3110] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:52:03 2026] DELETE /v2.0/networks/366e08b4-0a2e-4621-a50b-884f7d60f5c6 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:52:04.060 7 INFO neutron.services.segments.plugin [-] Segment 505cd662-6b74-40ae-a7d6-08db616a2b86 resource provider aggregate not found 2026-05-05 16:52:04.073 7 INFO neutron.services.segments.plugin [-] Segment 505cd662-6b74-40ae-a7d6-08db616a2b86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 505cd662-6b74-40ae-a7d6-08db616a2b86 found for delete ", "request_id": "req-c35c5e12-5815-4688-aa93-efbeb24ebdec"}]} 2026-05-05 16:52:04.075 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3fd05c44-3274-4289-81eb-f53393cb780c cad74eaa4b894a54884773bbe517b91b c7bffe0e02ac437ea50ee46b18978244 - - default default] GET failed (client error): The resource could not be found. 2026-05-05 16:52:04.075 7 INFO neutron.services.segments.plugin [-] Segment 505cd662-6b74-40ae-a7d6-08db616a2b86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 505cd662-6b74-40ae-a7d6-08db616a2b86 found for delete ", "request_id": "req-56977b88-4caa-4995-b7f5-2130a5b4ae18"}]} [pid: 8|app: 0|req: 1666/3111] 10.0.0.205 () {32 vars in 723 bytes} [Tue May 5 16:52:04 2026] GET /v2.0/networks/366e08b4-0a2e-4621-a50b-884f7d60f5c6 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:52:06.094 7 INFO neutron.services.segments.plugin [-] Segment 96bdabd1-a0f8-4087-97c7-33feb1219b32 resource provider aggregate not found 2026-05-05 16:52:06.099 7 INFO neutron.services.segments.plugin [-] Segment 96bdabd1-a0f8-4087-97c7-33feb1219b32 resource provider aggregate not found 2026-05-05 16:52:06.107 7 INFO neutron.services.segments.plugin [-] Segment 96bdabd1-a0f8-4087-97c7-33feb1219b32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96bdabd1-a0f8-4087-97c7-33feb1219b32 found for delete ", "request_id": "req-1ccc2d5e-d40c-403d-807b-9f1912ce7fbc"}]} 2026-05-05 16:52:06.116 7 INFO neutron.services.segments.plugin [-] Segment 96bdabd1-a0f8-4087-97c7-33feb1219b32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96bdabd1-a0f8-4087-97c7-33feb1219b32 found for delete ", "request_id": "req-74d733c9-b6b5-4596-b2fe-25a335a483af"}]} [pid: 7|app: 0|req: 1446/3112] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:52:06 2026] GET /v2.0/security-groups?tenant_id=c7bffe0e02ac437ea50ee46b18978244&name=default => generated 2929 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1667/3113] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:52:06 2026] DELETE /v2.0/security-groups/c2684b37-0e77-424d-b8d4-42bbe67f79dc => 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: 1447/3114] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:52:06 2026] GET /v2.0/security-groups?tenant_id=202c980a0f9745c9b295142017f1b1ee&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1668/3115] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:52:06 2026] DELETE /v2.0/security-groups/5092e155-c335-4736-b0b2-57e26bd0f194 => 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: 1448/3116] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:52:06 2026] GET /v2.0/security-groups?tenant_id=7a4bf54c74fd4d8ca426fb367c8d2bf0&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3117] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:52:06 2026] DELETE /v2.0/security-groups/3a81a969-74fe-4918-be80-c35fd404f28c => 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: 1449/3118] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:52:07 2026] GET /v2.0/security-groups?tenant_id=c802b852ef534307b75c56f338fe28a4&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1670/3119] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:52:07 2026] DELETE /v2.0/security-groups/4e92827e-d0e0-4e1e-a52a-b5836b1be2ce => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/3120] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:52:07 2026] GET /v2.0/security-groups?tenant_id=e655f77f45c84c8eb34a51b68cfd6c2f&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: 1671/3121] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:52:07 2026] DELETE /v2.0/security-groups/30e64d49-37f9-4f97-99b4-861f65ca0aac => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/3122] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:52:07 2026] GET /v2.0/security-groups?tenant_id=85fc77037b5e45cf8cf995f027f7ba00&name=default => generated 2929 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1672/3123] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:52:07 2026] DELETE /v2.0/security-groups/fb8a9676-5fc0-48e5-9c6c-0eb044f53867 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/3124] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:52:08 2026] GET /v2.0/security-groups?tenant_id=81b110fed53e4c568bf7a05ad663c2a3&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: 1673/3125] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:52:08 2026] DELETE /v2.0/security-groups/c65c3676-fef7-46b5-a1e1-886bcac1c3ef => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:52:12.610 7 INFO neutron.db.segments_db [None req-a059832b-1ac3-4b7c-8860-95c686e7e069 c6e3a712daa6457f887ee14d573357eb 28e13567b3f54ad489bd209d679a0283 - - default default] Added segment 732c87db-d613-48dc-b783-8e51040eea25 of type vxlan for network e4ffc3bd-43f5-46c9-881b-22acc65afb2d [pid: 7|app: 0|req: 1453/3126] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:52:12 2026] POST /v2.0/networks => generated 707 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1674/3127] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:52:12 2026] POST /v2.0/subnets => generated 644 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:52:12.880 7 WARNING neutron.api.v2.base [None req-d499a11d-b927-47c9-b04f-1e5594da8423 c6e3a712daa6457f887ee14d573357eb 28e13567b3f54ad489bd209d679a0283 - - 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-05-05 16:52:12.881 7 INFO neutron.api.v2.resource [None req-d499a11d-b927-47c9-b04f-1e5594da8423 c6e3a712daa6457f887ee14d573357eb 28e13567b3f54ad489bd209d679a0283 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1454/3128] 10.0.0.205 () {34 vars in 681 bytes} [Tue May 5 16:52:12 2026] POST /v2.0/rbac-policies => generated 143 bytes in 14 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1675/3129] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:52:12 2026] DELETE /v2.0/networks/e4ffc3bd-43f5-46c9-881b-22acc65afb2d => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:52:13.143 7 INFO neutron.db.segments_db [None req-7505d313-1b6d-4140-a450-72aa4fd9a6df c6e3a712daa6457f887ee14d573357eb 28e13567b3f54ad489bd209d679a0283 - - default default] Added segment 88643caa-234f-4920-9eac-1ca086467537 of type vxlan for network 9ee09c36-01a1-49c8-8b00-420f4f01672a 2026-05-05 16:52:13.144 8 INFO neutron.services.segments.plugin [-] Segment 732c87db-d613-48dc-b783-8e51040eea25 resource provider aggregate not found 2026-05-05 16:52:13.149 8 INFO neutron.services.segments.plugin [-] Segment 732c87db-d613-48dc-b783-8e51040eea25 resource provider aggregate not found 2026-05-05 16:52:13.167 8 INFO neutron.services.segments.plugin [-] Segment 732c87db-d613-48dc-b783-8e51040eea25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 732c87db-d613-48dc-b783-8e51040eea25 found for delete ", "request_id": "req-5e951d1a-c5eb-43de-93ce-80624dfcf146"}]} 2026-05-05 16:52:13.171 8 INFO neutron.services.segments.plugin [-] Segment 732c87db-d613-48dc-b783-8e51040eea25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 732c87db-d613-48dc-b783-8e51040eea25 found for delete ", "request_id": "req-f2de5b5e-995a-4276-a02d-e3d812818dda"}]} [pid: 7|app: 0|req: 1455/3130] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:52:13 2026] POST /v2.0/networks => generated 708 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1676/3131] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:52:13 2026] POST /v2.0/subnets => generated 647 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:52:13.450 7 WARNING neutron.api.v2.base [None req-216b38d3-f99d-4f1c-bad1-02fb57342240 c6e3a712daa6457f887ee14d573357eb 28e13567b3f54ad489bd209d679a0283 - - 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-05-05 16:52:13.451 7 INFO neutron.api.v2.resource [None req-216b38d3-f99d-4f1c-bad1-02fb57342240 c6e3a712daa6457f887ee14d573357eb 28e13567b3f54ad489bd209d679a0283 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1456/3132] 10.0.0.205 () {34 vars in 681 bytes} [Tue May 5 16:52:13 2026] POST /v2.0/rbac-policies => generated 547 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1677/3133] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:52:13 2026] DELETE /v2.0/networks/9ee09c36-01a1-49c8-8b00-420f4f01672a => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:52:13.690 7 INFO neutron.db.segments_db [None req-9364ffc8-dfca-40dc-b841-b59b9bd7907d c6e3a712daa6457f887ee14d573357eb 28e13567b3f54ad489bd209d679a0283 - - default default] Added segment 77e7ba8d-823e-4b19-b659-655a6e1e7113 of type vxlan for network 2f9ecc1e-23ee-461b-af8d-535c8418887f [pid: 7|app: 0|req: 1457/3134] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:52:13 2026] POST /v2.0/networks => generated 706 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1678/3135] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:52:13 2026] POST /v2.0/subnets => generated 647 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/3136] 10.0.0.205 () {34 vars in 681 bytes} [Tue May 5 16:52:13 2026] POST /v2.0/rbac-policies => generated 324 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3137] 10.0.0.205 () {32 vars in 723 bytes} [Tue May 5 16:52:14 2026] GET /v2.0/networks/2f9ecc1e-23ee-461b-af8d-535c8418887f => generated 653 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 16:52:15.070 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a97438b5-504d-4c9f-abdf-6b3ca1227899 eff8697cd56a40a18d7ab1db8b4175c6 f4f9273d1a334f5bbc2c04b406e58edf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1459/3138] 10.0.0.205 () {32 vars in 723 bytes} [Tue May 5 16:52:15 2026] GET /v2.0/networks/2f9ecc1e-23ee-461b-af8d-535c8418887f => generated 138 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:52:15.189 8 INFO neutron.services.segments.plugin [-] Segment 88643caa-234f-4920-9eac-1ca086467537 resource provider aggregate not found 2026-05-05 16:52:15.190 8 INFO neutron.services.segments.plugin [-] Segment 88643caa-234f-4920-9eac-1ca086467537 resource provider aggregate not found 2026-05-05 16:52:15.197 8 INFO neutron_taas.services.taas.taas_plugin [None req-0522ba61-2cf0-4995-952c-c8c0ef835599 c6e3a712daa6457f887ee14d573357eb 28e13567b3f54ad489bd209d679a0283 - - default default] TaaS: Handle Delete Port: ef04ed5b-630d-4f53-bffd-31e5525852d3 2026-05-05 16:52:15.205 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0522ba61-2cf0-4995-952c-c8c0ef835599 c6e3a712daa6457f887ee14d573357eb 28e13567b3f54ad489bd209d679a0283 - - default default] Tap Mirror: Handle Delete Port: ef04ed5b-630d-4f53-bffd-31e5525852d3 2026-05-05 16:52:15.213 8 INFO neutron.services.segments.plugin [-] Segment 88643caa-234f-4920-9eac-1ca086467537 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88643caa-234f-4920-9eac-1ca086467537 found for delete ", "request_id": "req-18ae9016-a875-4484-9ddc-0f5c47ef7b18"}]} 2026-05-05 16:52:15.217 8 INFO neutron.services.segments.plugin [-] Segment 88643caa-234f-4920-9eac-1ca086467537 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88643caa-234f-4920-9eac-1ca086467537 found for delete ", "request_id": "req-b91783ea-50a3-44c4-9027-ff1377ef1294"}]} [pid: 8|app: 0|req: 1680/3140] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:52:15 2026] DELETE /v2.0/networks/2f9ecc1e-23ee-461b-af8d-535c8418887f => generated 0 bytes in 397 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:52:15.491 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8294a2d5-33a1-44af-b41c-ef07a9863eb5 c6e3a712daa6457f887ee14d573357eb 28e13567b3f54ad489bd209d679a0283 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1681/3142] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:52:15 2026] DELETE /v2.0/subnets/acacbaf9-e524-4718-9784-a2ea460484d1 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:52:15.507 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6d57fb76-3fdc-4960-8564-bd8336aa1e68 c6e3a712daa6457f887ee14d573357eb 28e13567b3f54ad489bd209d679a0283 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1462/3143] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:52:15 2026] DELETE /v2.0/subnets/789c5136-6f3c-4b11-bcb1-69ae2fe5e32c => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 16:52:15.524 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8a9164be-2397-478f-8750-19ca4c5d5565 c6e3a712daa6457f887ee14d573357eb 28e13567b3f54ad489bd209d679a0283 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1682/3144] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:52:15 2026] DELETE /v2.0/subnets/b0a4d9f8-8630-431b-afa0-db6b073705c9 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/3145] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:52:16 2026] GET /v2.0/security-groups?tenant_id=20bebc23dc3e45cfb6b7b062d7aa7e9d&name=default => generated 2929 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1683/3146] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:52:16 2026] DELETE /v2.0/security-groups/f3e2df17-3c94-40d3-a9a0-b71f92ac7b79 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/3147] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:52:16 2026] GET /v2.0/security-groups?tenant_id=28e13567b3f54ad489bd209d679a0283&name=default => generated 2929 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1684/3148] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:52:16 2026] DELETE /v2.0/security-groups/6a92f10c-e9b1-4519-bbb8-3ec080124379 => 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: 1465/3149] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:52:16 2026] GET /v2.0/security-groups?tenant_id=f4f9273d1a334f5bbc2c04b406e58edf&name=default => generated 2929 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1685/3150] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:52:17 2026] DELETE /v2.0/security-groups/8bfcc695-a2c6-414c-988a-249de780f8bc => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:52:17.233 8 INFO neutron.services.segments.plugin [-] Segment 77e7ba8d-823e-4b19-b659-655a6e1e7113 resource provider aggregate not found 2026-05-05 16:52:17.236 8 INFO neutron.services.segments.plugin [-] Segment 77e7ba8d-823e-4b19-b659-655a6e1e7113 resource provider aggregate not found 2026-05-05 16:52:17.246 8 INFO neutron.services.segments.plugin [-] Segment 77e7ba8d-823e-4b19-b659-655a6e1e7113 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77e7ba8d-823e-4b19-b659-655a6e1e7113 found for delete ", "request_id": "req-45ba1e17-8dfe-4b65-a614-d100983d96d2"}]} 2026-05-05 16:52:17.251 8 INFO neutron.services.segments.plugin [-] Segment 77e7ba8d-823e-4b19-b659-655a6e1e7113 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77e7ba8d-823e-4b19-b659-655a6e1e7113 found for delete ", "request_id": "req-4637f0c0-52d0-464e-a504-ed1d19fc16a9"}]} [pid: 7|app: 0|req: 1466/3151] 10.0.0.205 () {34 vars in 678 bytes} [Tue May 5 16:52:20 2026] POST /v2.0/qos/policies => generated 359 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1686/3152] 10.0.0.205 () {34 vars in 678 bytes} [Tue May 5 16:52:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/3153] 10.0.0.205 () {34 vars in 678 bytes} [Tue May 5 16:52:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1687/3154] 10.0.0.205 () {34 vars in 678 bytes} [Tue May 5 16:52:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/3155] 10.0.0.205 () {34 vars in 678 bytes} [Tue May 5 16:52:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1688/3156] 10.0.0.205 () {34 vars in 753 bytes} [Tue May 5 16:52:21 2026] PUT /v2.0/policies/0521fdc0-074c-4953-972a-041155ed4e0c/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/3157] 10.0.0.205 () {34 vars in 753 bytes} [Tue May 5 16:52:21 2026] PUT /v2.0/policies/265411b3-e866-44f9-9aa9-b0563ed94a98/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1689/3158] 10.0.0.205 () {34 vars in 753 bytes} [Tue May 5 16:52:21 2026] PUT /v2.0/policies/702fc47c-f38d-47b8-8d78-e77d5a9a315c/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/3159] 10.0.0.205 () {34 vars in 753 bytes} [Tue May 5 16:52:21 2026] PUT /v2.0/policies/a07a4bc9-724e-470c-9b88-401744a57c68/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1690/3160] 10.0.0.205 () {32 vars in 674 bytes} [Tue May 5 16:52:21 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/3161] 10.0.0.205 () {32 vars in 688 bytes} [Tue May 5 16:52:21 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1691/3162] 10.0.0.205 () {32 vars in 684 bytes} [Tue May 5 16:52:21 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/3163] 10.0.0.205 () {32 vars in 696 bytes} [Tue May 5 16:52:21 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1692/3164] 10.0.0.205 () {32 vars in 682 bytes} [Tue May 5 16:52:22 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/3165] 10.0.0.205 () {32 vars in 696 bytes} [Tue May 5 16:52:22 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: 8|app: 0|req: 1693/3166] 10.0.0.205 () {32 vars in 692 bytes} [Tue May 5 16:52:22 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/3167] 10.0.0.205 () {32 vars in 704 bytes} [Tue May 5 16:52:22 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1694/3168] 10.0.0.205 () {32 vars in 734 bytes} [Tue May 5 16:52:22 2026] DELETE /v2.0/qos/policies/0521fdc0-074c-4953-972a-041155ed4e0c => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/3169] 10.0.0.205 () {32 vars in 734 bytes} [Tue May 5 16:52:22 2026] DELETE /v2.0/qos/policies/265411b3-e866-44f9-9aa9-b0563ed94a98 => 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: 1695/3170] 10.0.0.205 () {32 vars in 734 bytes} [Tue May 5 16:52:22 2026] DELETE /v2.0/qos/policies/702fc47c-f38d-47b8-8d78-e77d5a9a315c => 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: 1476/3171] 10.0.0.205 () {32 vars in 734 bytes} [Tue May 5 16:52:22 2026] DELETE /v2.0/qos/policies/a07a4bc9-724e-470c-9b88-401744a57c68 => 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: 1696/3172] 10.0.0.205 () {32 vars in 734 bytes} [Tue May 5 16:52:22 2026] DELETE /v2.0/qos/policies/cfb98809-d616-4e91-9ba9-15470b59310f => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/3173] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:52:23 2026] GET /v2.0/security-groups?tenant_id=78a6a55205e746abaacf49abb88fe3ca&name=default => generated 2929 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1697/3174] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:52:23 2026] DELETE /v2.0/security-groups/e06f3d9e-1843-4c38-8790-d2926b640852 => 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: 1478/3175] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:52:23 2026] GET /v2.0/security-groups?tenant_id=45750b094fc24f7581f381c04fda4f1e&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: 1698/3176] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:52:23 2026] DELETE /v2.0/security-groups/eef15678-65fc-40f4-9297-31178a4effee => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/3177] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:52:24 2026] GET /v2.0/security-groups?tenant_id=1c75f059dc1f45fba9e42eeb3071ba2c&name=default => generated 2929 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1699/3178] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:52:24 2026] DELETE /v2.0/security-groups/c142957e-434c-4e98-b738-dc360e9b2027 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:52:28.529 7 INFO neutron.db.segments_db [None req-bf8922b1-0bb3-4724-83ba-564c1fdb2a85 fa266fd0ac3e4b1290c532546a847167 2bd3f218f8ca42a4b6658e386acfc29e - - default default] Added segment c8e5c8a5-9df7-4662-b08f-42cd55ba7c25 of type vxlan for network df03e02e-1e54-4338-948b-c14c0b5c0dad [pid: 7|app: 0|req: 1480/3179] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:52:28 2026] POST /v2.0/networks => generated 613 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1700/3180] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:52:28 2026] POST /v2.0/subnets => generated 626 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:52:28.896 7 INFO neutron.db.segments_db [None req-8c347636-0a0c-444b-bd53-85bf01d21af4 fa266fd0ac3e4b1290c532546a847167 2bd3f218f8ca42a4b6658e386acfc29e - - default default] Added segment 8d2bdc50-d804-4f53-9d4d-d5b79e6b5351 of type vxlan for network b7d7844a-f71d-4d45-9d33-009667a2ac13 [pid: 7|app: 0|req: 1481/3181] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:52:28 2026] POST /v2.0/networks => generated 612 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1701/3182] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:52:28 2026] POST /v2.0/subnets => generated 629 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:52:29.217 7 INFO neutron.db.segments_db [None req-24ba6fbb-1895-4a91-aec1-b92e3fa73122 fa266fd0ac3e4b1290c532546a847167 2bd3f218f8ca42a4b6658e386acfc29e - - default default] Added segment 49d7e7f2-4d46-49c9-a4e1-e02370daa6a8 of type vxlan for network 3fc7614d-2f09-465f-955d-4000cb249510 [pid: 7|app: 0|req: 1482/3183] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:52:29 2026] POST /v2.0/networks => generated 613 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1702/3184] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:52:29 2026] POST /v2.0/subnets => generated 629 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:52:29.574 7 INFO neutron.db.segments_db [None req-b5c3fe45-0c8b-4bf6-8398-8ee003f8a3db fa266fd0ac3e4b1290c532546a847167 2bd3f218f8ca42a4b6658e386acfc29e - - default default] Added segment b443d141-9511-4b27-b0ee-1fe5e10e2a1e of type vxlan for network e69f6f91-ab8c-40ab-a919-df6b574b29c5 [pid: 7|app: 0|req: 1483/3185] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:52:29 2026] POST /v2.0/networks => generated 613 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1703/3186] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:52:29 2026] POST /v2.0/subnets => generated 629 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 16:52:29.955 7 INFO neutron.db.segments_db [None req-0ed21d5c-ef9e-4e0a-9f0f-324745d23cf0 fa266fd0ac3e4b1290c532546a847167 2bd3f218f8ca42a4b6658e386acfc29e - - default default] Added segment f63dd1f5-705a-431a-9d44-dd277749fd52 of type vxlan for network ab51e915-ab90-4b4a-9b58-bad6b6a406c7 [pid: 7|app: 0|req: 1484/3187] 10.0.0.205 () {34 vars in 670 bytes} [Tue May 5 16:52:29 2026] POST /v2.0/networks => generated 613 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1704/3188] 10.0.0.205 () {34 vars in 669 bytes} [Tue May 5 16:52:30 2026] POST /v2.0/subnets => generated 629 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/3189] 10.0.0.205 () {34 vars in 751 bytes} [Tue May 5 16:52:30 2026] PUT /v2.0/subnets/1e61823c-cbe1-40ed-afbf-2b945042429c/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1705/3190] 10.0.0.205 () {34 vars in 751 bytes} [Tue May 5 16:52:30 2026] PUT /v2.0/subnets/9ae9ae28-1f1b-4c5e-8e2a-ee7f876540b7/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/3191] 10.0.0.205 () {34 vars in 751 bytes} [Tue May 5 16:52:30 2026] PUT /v2.0/subnets/97ab1ef4-9043-4071-be57-779c60e6c8b3/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1706/3194] 10.0.0.205 () {34 vars in 751 bytes} [Tue May 5 16:52:30 2026] PUT /v2.0/subnets/e3da8c03-7e5d-4c3a-9a2e-dcadb2b56fb5/tags => 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: 1489/3195] 10.0.0.205 () {32 vars in 664 bytes} [Tue May 5 16:52:30 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1707/3196] 10.0.0.205 () {32 vars in 678 bytes} [Tue May 5 16:52:30 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3197] 10.0.0.205 () {32 vars in 674 bytes} [Tue May 5 16:52:30 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1708/3198] 10.0.0.205 () {32 vars in 686 bytes} [Tue May 5 16:52:30 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3199] 10.0.0.205 () {32 vars in 672 bytes} [Tue May 5 16:52:30 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1709/3200] 10.0.0.205 () {32 vars in 686 bytes} [Tue May 5 16:52:30 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3201] 10.0.0.205 () {32 vars in 682 bytes} [Tue May 5 16:52:30 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1710/3202] 10.0.0.205 () {32 vars in 694 bytes} [Tue May 5 16:52:30 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/3203] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:52:30 2026] DELETE /v2.0/subnets/1e61823c-cbe1-40ed-afbf-2b945042429c => 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: 1711/3204] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:52:31 2026] DELETE /v2.0/subnets/9ae9ae28-1f1b-4c5e-8e2a-ee7f876540b7 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/3205] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:52:31 2026] DELETE /v2.0/subnets/97ab1ef4-9043-4071-be57-779c60e6c8b3 => 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: 1712/3206] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:52:31 2026] DELETE /v2.0/subnets/e3da8c03-7e5d-4c3a-9a2e-dcadb2b56fb5 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3207] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:52:31 2026] DELETE /v2.0/subnets/0930d387-ff6d-4f95-a5a1-478b2f5561e8 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:52:31.594 8 INFO neutron_taas.services.taas.taas_plugin [None req-428000d5-a97d-4518-8735-8ff744390051 fa266fd0ac3e4b1290c532546a847167 2bd3f218f8ca42a4b6658e386acfc29e - - default default] TaaS: Handle Delete Port: fb8097dc-024e-4f5f-a4fd-57d3018edb00 2026-05-05 16:52:31.596 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-428000d5-a97d-4518-8735-8ff744390051 fa266fd0ac3e4b1290c532546a847167 2bd3f218f8ca42a4b6658e386acfc29e - - default default] Tap Mirror: Handle Delete Port: fb8097dc-024e-4f5f-a4fd-57d3018edb00 2026-05-05 16:52:31.752 8 INFO neutron.services.segments.plugin [-] Segment c8e5c8a5-9df7-4662-b08f-42cd55ba7c25 resource provider aggregate not found 2026-05-05 16:52:31.756 8 INFO neutron.services.segments.plugin [-] Segment c8e5c8a5-9df7-4662-b08f-42cd55ba7c25 resource provider aggregate not found 2026-05-05 16:52:31.761 8 INFO neutron.services.segments.plugin [-] Segment c8e5c8a5-9df7-4662-b08f-42cd55ba7c25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8e5c8a5-9df7-4662-b08f-42cd55ba7c25 found for delete ", "request_id": "req-2de4a384-854b-4dee-aa19-6b4eb34d514e"}]} 2026-05-05 16:52:31.772 8 INFO neutron.services.segments.plugin [-] Segment c8e5c8a5-9df7-4662-b08f-42cd55ba7c25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8e5c8a5-9df7-4662-b08f-42cd55ba7c25 found for delete ", "request_id": "req-9c44d5c5-2361-423f-8c86-eb6c7772e348"}]} [pid: 8|app: 0|req: 1713/3208] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:52:31 2026] DELETE /v2.0/networks/df03e02e-1e54-4338-948b-c14c0b5c0dad => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 16:52:31.893 7 INFO neutron.services.segments.plugin [-] Segment 8d2bdc50-d804-4f53-9d4d-d5b79e6b5351 resource provider aggregate not found 2026-05-05 16:52:31.903 7 INFO neutron.services.segments.plugin [-] Segment 8d2bdc50-d804-4f53-9d4d-d5b79e6b5351 resource provider aggregate not found 2026-05-05 16:52:31.912 7 INFO neutron.services.segments.plugin [-] Segment 8d2bdc50-d804-4f53-9d4d-d5b79e6b5351 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d2bdc50-d804-4f53-9d4d-d5b79e6b5351 found for delete ", "request_id": "req-71ad0061-dc91-491a-9e2f-393a59521789"}]} 2026-05-05 16:52:31.920 7 INFO neutron.services.segments.plugin [-] Segment 8d2bdc50-d804-4f53-9d4d-d5b79e6b5351 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d2bdc50-d804-4f53-9d4d-d5b79e6b5351 found for delete ", "request_id": "req-4e6fa106-378b-4d3c-8303-d777412bc24d"}]} [pid: 7|app: 0|req: 1496/3209] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:52:31 2026] DELETE /v2.0/networks/b7d7844a-f71d-4d45-9d33-009667a2ac13 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1714/3210] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:52:31 2026] DELETE /v2.0/networks/3fc7614d-2f09-465f-955d-4000cb249510 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3211] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:52:32 2026] DELETE /v2.0/networks/e69f6f91-ab8c-40ab-a919-df6b574b29c5 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1715/3212] 10.0.0.205 () {32 vars in 726 bytes} [Tue May 5 16:52:32 2026] DELETE /v2.0/networks/ab51e915-ab90-4b4a-9b58-bad6b6a406c7 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3213] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:52:33 2026] GET /v2.0/security-groups?tenant_id=fabfeba1f70046df8ae323754f953354&name=default => generated 2929 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1716/3214] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:52:33 2026] DELETE /v2.0/security-groups/0f5707c3-2cfd-49cf-8e7c-6cfca9b8d749 => 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: 1499/3215] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:52:33 2026] GET /v2.0/security-groups?tenant_id=5969681bb62e4e4e8f3e2625806c0f35&name=default => generated 2929 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1717/3216] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:52:33 2026] DELETE /v2.0/security-groups/321078d4-5060-4626-8310-56ae2fab52fa => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:52:33.784 8 INFO neutron.services.segments.plugin [-] Segment 49d7e7f2-4d46-49c9-a4e1-e02370daa6a8 resource provider aggregate not found 2026-05-05 16:52:33.790 8 INFO neutron.services.segments.plugin [-] Segment 49d7e7f2-4d46-49c9-a4e1-e02370daa6a8 resource provider aggregate not found 2026-05-05 16:52:33.801 8 INFO neutron.services.segments.plugin [-] Segment 49d7e7f2-4d46-49c9-a4e1-e02370daa6a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49d7e7f2-4d46-49c9-a4e1-e02370daa6a8 found for delete ", "request_id": "req-14481f6f-0e7a-4e72-ba12-f751cdeb8ea5"}]} 2026-05-05 16:52:33.806 8 INFO neutron.services.segments.plugin [-] Segment 49d7e7f2-4d46-49c9-a4e1-e02370daa6a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49d7e7f2-4d46-49c9-a4e1-e02370daa6a8 found for delete ", "request_id": "req-9805d3e1-9df1-49be-b687-2c48bcf2b24b"}]} 2026-05-05 16:52:33.816 8 INFO neutron.services.segments.plugin [-] Segment f63dd1f5-705a-431a-9d44-dd277749fd52 resource provider aggregate not found 2026-05-05 16:52:33.822 8 INFO neutron.services.segments.plugin [-] Segment f63dd1f5-705a-431a-9d44-dd277749fd52 resource provider aggregate not found 2026-05-05 16:52:33.832 8 INFO neutron.services.segments.plugin [-] Segment f63dd1f5-705a-431a-9d44-dd277749fd52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f63dd1f5-705a-431a-9d44-dd277749fd52 found for delete ", "request_id": "req-42b80fab-cd75-4321-9481-28d5c92440bb"}]} 2026-05-05 16:52:33.839 8 INFO neutron.services.segments.plugin [-] Segment f63dd1f5-705a-431a-9d44-dd277749fd52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f63dd1f5-705a-431a-9d44-dd277749fd52 found for delete ", "request_id": "req-a12e2d98-0d69-4a11-8e81-d558440a3320"}]} [pid: 7|app: 0|req: 1500/3217] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:52:33 2026] GET /v2.0/security-groups?tenant_id=2bd3f218f8ca42a4b6658e386acfc29e&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 16:52:33.930 7 INFO neutron.services.segments.plugin [-] Segment b443d141-9511-4b27-b0ee-1fe5e10e2a1e resource provider aggregate not found 2026-05-05 16:52:33.936 7 INFO neutron.services.segments.plugin [-] Segment b443d141-9511-4b27-b0ee-1fe5e10e2a1e resource provider aggregate not found 2026-05-05 16:52:33.946 7 INFO neutron.services.segments.plugin [-] Segment b443d141-9511-4b27-b0ee-1fe5e10e2a1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b443d141-9511-4b27-b0ee-1fe5e10e2a1e found for delete ", "request_id": "req-64da41b1-9cfa-455f-8bf0-f4af88268fb2"}]} 2026-05-05 16:52:33.948 7 INFO neutron.services.segments.plugin [-] Segment b443d141-9511-4b27-b0ee-1fe5e10e2a1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b443d141-9511-4b27-b0ee-1fe5e10e2a1e found for delete ", "request_id": "req-35cb0fb5-3fb7-4b16-9d17-57d835169e3a"}]} [pid: 8|app: 0|req: 1718/3218] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:52:33 2026] DELETE /v2.0/security-groups/ed6e7530-7a9a-4095-8e45-5b61a226b06f => 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: 1501/3219] 10.0.0.205 () {34 vars in 676 bytes} [Tue May 5 16:52:37 2026] POST /v2.0/subnetpools => generated 516 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1719/3220] 10.0.0.205 () {34 vars in 676 bytes} [Tue May 5 16:52:38 2026] POST /v2.0/subnetpools => generated 516 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3221] 10.0.0.205 () {34 vars in 676 bytes} [Tue May 5 16:52:38 2026] POST /v2.0/subnetpools => generated 516 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1720/3222] 10.0.0.205 () {34 vars in 676 bytes} [Tue May 5 16:52:38 2026] POST /v2.0/subnetpools => generated 516 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3223] 10.0.0.205 () {34 vars in 676 bytes} [Tue May 5 16:52:38 2026] POST /v2.0/subnetpools => generated 516 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1721/3224] 10.0.0.205 () {34 vars in 759 bytes} [Tue May 5 16:52:38 2026] PUT /v2.0/subnetpools/7fefc0a7-91a4-45a5-904d-3ccf7be78d87/tags => generated 17 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3225] 10.0.0.205 () {34 vars in 759 bytes} [Tue May 5 16:52:38 2026] PUT /v2.0/subnetpools/0234d7dc-bd02-4775-9b89-909b61384422/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1722/3226] 10.0.0.205 () {34 vars in 759 bytes} [Tue May 5 16:52:38 2026] PUT /v2.0/subnetpools/d210f787-57a5-4ce7-a1a1-c8f9f0823326/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3227] 10.0.0.205 () {34 vars in 759 bytes} [Tue May 5 16:52:38 2026] PUT /v2.0/subnetpools/7308a4a5-ff97-4f04-a254-97050c6f9bb7/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1723/3228] 10.0.0.205 () {32 vars in 672 bytes} [Tue May 5 16:52:38 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3229] 10.0.0.205 () {32 vars in 686 bytes} [Tue May 5 16:52:38 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1724/3230] 10.0.0.205 () {32 vars in 682 bytes} [Tue May 5 16:52:38 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3231] 10.0.0.205 () {32 vars in 694 bytes} [Tue May 5 16:52:38 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1725/3232] 10.0.0.205 () {32 vars in 680 bytes} [Tue May 5 16:52:38 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3233] 10.0.0.205 () {32 vars in 694 bytes} [Tue May 5 16:52:38 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1726/3234] 10.0.0.205 () {32 vars in 690 bytes} [Tue May 5 16:52:38 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3235] 10.0.0.205 () {32 vars in 702 bytes} [Tue May 5 16:52:38 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1727/3236] 10.0.0.205 () {32 vars in 732 bytes} [Tue May 5 16:52:38 2026] DELETE /v2.0/subnetpools/7fefc0a7-91a4-45a5-904d-3ccf7be78d87 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3237] 10.0.0.205 () {32 vars in 732 bytes} [Tue May 5 16:52:38 2026] DELETE /v2.0/subnetpools/0234d7dc-bd02-4775-9b89-909b61384422 => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1728/3238] 10.0.0.205 () {32 vars in 732 bytes} [Tue May 5 16:52:38 2026] DELETE /v2.0/subnetpools/d210f787-57a5-4ce7-a1a1-c8f9f0823326 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3239] 10.0.0.205 () {32 vars in 732 bytes} [Tue May 5 16:52:38 2026] DELETE /v2.0/subnetpools/7308a4a5-ff97-4f04-a254-97050c6f9bb7 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1729/3240] 10.0.0.205 () {32 vars in 732 bytes} [Tue May 5 16:52:39 2026] DELETE /v2.0/subnetpools/8983bc42-afbe-49df-92f1-3e7f5ff85a43 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3241] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:52:39 2026] GET /v2.0/security-groups?tenant_id=42feeaceccb94196b1af713e9d2872a0&name=default => generated 2929 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1730/3242] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:52:40 2026] DELETE /v2.0/security-groups/3de7043f-247f-4859-8624-e47ff205df8c => 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: 1513/3243] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:52:40 2026] GET /v2.0/security-groups?tenant_id=7fa058dcfd384792888ee61a681e5ab4&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1731/3244] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:52:40 2026] DELETE /v2.0/security-groups/39a07a36-f4af-4268-a6cb-5404319e415c => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3245] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:52:40 2026] GET /v2.0/security-groups?tenant_id=73cd387414974bf2bf10c5931d8b3e12&name=default => generated 2929 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1732/3246] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:52:40 2026] DELETE /v2.0/security-groups/76ecbeb7-f0c8-48fe-b09e-a5ced272ced2 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:52:43.983 7 INFO neutron.db.segments_db [None req-63fc4442-deb1-4ebe-bddf-c3e242ec87da be137bcbcc3d4279b84c92e009c2fd3b ffb0e35f950743abb7ca263263bea8c9 - - default default] Added segment 2334017c-c8a0-4847-8664-fc726f6615a2 of type vxlan for network 64646e41-6a8b-4205-a5e3-f2b9f3753c5a 2026-05-05 16:52:44.213 7 INFO neutron.db.l3_hamode_db [None req-63fc4442-deb1-4ebe-bddf-c3e242ec87da be137bcbcc3d4279b84c92e009c2fd3b ffb0e35f950743abb7ca263263bea8c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 16:52:44.329 7 INFO neutron.db.l3_hamode_db [None req-63fc4442-deb1-4ebe-bddf-c3e242ec87da be137bcbcc3d4279b84c92e009c2fd3b ffb0e35f950743abb7ca263263bea8c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1515/3247] 10.0.0.205 () {34 vars in 668 bytes} [Tue May 5 16:52:43 2026] POST /v2.0/routers => generated 474 bytes in 1100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1733/3248] 10.0.0.205 () {34 vars in 751 bytes} [Tue May 5 16:52:44 2026] PUT /v2.0/routers/830b8a2c-751e-48a1-96c4-65073d95d2ec/tags => generated 25 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3249] 10.0.0.205 () {32 vars in 731 bytes} [Tue May 5 16:52:45 2026] GET /v2.0/routers/830b8a2c-751e-48a1-96c4-65073d95d2ec/tags => generated 25 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1734/3250] 10.0.0.205 () {34 vars in 762 bytes} [Tue May 5 16:52:45 2026] PUT /v2.0/routers/830b8a2c-751e-48a1-96c4-65073d95d2ec/tags/green => generated 4 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3251] 10.0.0.205 () {32 vars in 731 bytes} [Tue May 5 16:52:45 2026] GET /v2.0/routers/830b8a2c-751e-48a1-96c4-65073d95d2ec/tags => generated 34 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1735/3252] 10.0.0.205 () {34 vars in 758 bytes} [Tue May 5 16:52:45 2026] PUT /v2.0/routers/830b8a2c-751e-48a1-96c4-65073d95d2ec/tags/red => generated 4 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1737/3255] 10.0.0.205 () {32 vars in 731 bytes} [Tue May 5 16:52:45 2026] GET /v2.0/routers/830b8a2c-751e-48a1-96c4-65073d95d2ec/tags => generated 34 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3256] 10.0.0.205 () {34 vars in 780 bytes} [Tue May 5 16:52:45 2026] PUT /v2.0/routers/830b8a2c-751e-48a1-96c4-65073d95d2ec/tags/black.or.white => generated 4 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1738/3257] 10.0.0.205 () {32 vars in 731 bytes} [Tue May 5 16:52:45 2026] GET /v2.0/routers/830b8a2c-751e-48a1-96c4-65073d95d2ec/tags => generated 52 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3258] 10.0.0.205 () {34 vars in 751 bytes} [Tue May 5 16:52:45 2026] PUT /v2.0/routers/830b8a2c-751e-48a1-96c4-65073d95d2ec/tags => generated 37 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1739/3259] 10.0.0.205 () {32 vars in 731 bytes} [Tue May 5 16:52:45 2026] GET /v2.0/routers/830b8a2c-751e-48a1-96c4-65073d95d2ec/tags => generated 37 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3260] 10.0.0.205 () {32 vars in 739 bytes} [Tue May 5 16:52:45 2026] GET /v2.0/routers/830b8a2c-751e-48a1-96c4-65073d95d2ec/tags/red => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 16:52:46.578 8 INFO neutron.api.v2.resource [None req-6a2a7ca9-e11a-4454-97ef-5a4a72e3583c be137bcbcc3d4279b84c92e009c2fd3b ffb0e35f950743abb7ca263263bea8c9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1740/3261] 10.0.0.205 () {32 vars in 743 bytes} [Tue May 5 16:52:46 2026] GET /v2.0/routers/830b8a2c-751e-48a1-96c4-65073d95d2ec/tags/green => generated 99 bytes in 521 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3262] 10.0.0.205 () {32 vars in 742 bytes} [Tue May 5 16:52:46 2026] DELETE /v2.0/routers/830b8a2c-751e-48a1-96c4-65073d95d2ec/tags/red => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1741/3263] 10.0.0.205 () {32 vars in 731 bytes} [Tue May 5 16:52:46 2026] GET /v2.0/routers/830b8a2c-751e-48a1-96c4-65073d95d2ec/tags => generated 30 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:52:46.860 7 INFO neutron.api.v2.resource [None req-94774d09-9222-454a-9780-ae2bb11e077d be137bcbcc3d4279b84c92e009c2fd3b ffb0e35f950743abb7ca263263bea8c9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1523/3264] 10.0.0.205 () {32 vars in 746 bytes} [Tue May 5 16:52:46 2026] DELETE /v2.0/routers/830b8a2c-751e-48a1-96c4-65073d95d2ec/tags/green => generated 99 bytes in 81 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1742/3265] 10.0.0.205 () {32 vars in 734 bytes} [Tue May 5 16:52:46 2026] DELETE /v2.0/routers/830b8a2c-751e-48a1-96c4-65073d95d2ec/tags => 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: 1524/3266] 10.0.0.205 () {32 vars in 731 bytes} [Tue May 5 16:52:46 2026] GET /v2.0/routers/830b8a2c-751e-48a1-96c4-65073d95d2ec/tags => generated 12 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1743/3267] 10.0.0.205 () {32 vars in 721 bytes} [Tue May 5 16:52:47 2026] GET /v2.0/routers/830b8a2c-751e-48a1-96c4-65073d95d2ec => generated 480 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3268] 10.0.0.205 () {34 vars in 742 bytes} [Tue May 5 16:52:47 2026] PUT /v2.0/routers/830b8a2c-751e-48a1-96c4-65073d95d2ec => generated 480 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1744/3269] 10.0.0.205 () {32 vars in 736 bytes} [Tue May 5 16:52:47 2026] GET /v2.0/ports?device_id=830b8a2c-751e-48a1-96c4-65073d95d2ec => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 16:52:47.752 7 INFO neutron_taas.services.taas.taas_plugin [None req-353c987f-bf14-4bb5-88a2-7b8fc74d2153 be137bcbcc3d4279b84c92e009c2fd3b ffb0e35f950743abb7ca263263bea8c9 - - default default] TaaS: Handle Delete Port: 7fa37948-d36b-4016-9a73-3a651fad6f04 2026-05-05 16:52:47.754 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-353c987f-bf14-4bb5-88a2-7b8fc74d2153 be137bcbcc3d4279b84c92e009c2fd3b ffb0e35f950743abb7ca263263bea8c9 - - default default] Tap Mirror: Handle Delete Port: 7fa37948-d36b-4016-9a73-3a651fad6f04 2026-05-05 16:52:48.058 7 INFO neutron.services.segments.plugin [-] Segment 2334017c-c8a0-4847-8664-fc726f6615a2 resource provider aggregate not found 2026-05-05 16:52:48.064 7 INFO neutron.services.segments.plugin [-] Segment 2334017c-c8a0-4847-8664-fc726f6615a2 resource provider aggregate not found 2026-05-05 16:52:48.079 7 INFO neutron.services.segments.plugin [-] Segment 2334017c-c8a0-4847-8664-fc726f6615a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2334017c-c8a0-4847-8664-fc726f6615a2 found for delete ", "request_id": "req-5aba6396-2d09-429c-b3c7-757c4ee009a3"}]} 2026-05-05 16:52:48.081 7 INFO neutron.services.segments.plugin [-] Segment 2334017c-c8a0-4847-8664-fc726f6615a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2334017c-c8a0-4847-8664-fc726f6615a2 found for delete ", "request_id": "req-3bf006b9-74e0-4e91-85a2-8952e64c5efc"}]} 2026-05-05 16:52:48.083 7 INFO neutron.db.l3_hamode_db [None req-353c987f-bf14-4bb5-88a2-7b8fc74d2153 be137bcbcc3d4279b84c92e009c2fd3b ffb0e35f950743abb7ca263263bea8c9 - - default default] HA network 64646e41-6a8b-4205-a5e3-f2b9f3753c5a was deleted as no HA routers are present in tenant ffb0e35f950743abb7ca263263bea8c9. [pid: 7|app: 0|req: 1526/3270] 10.0.0.205 () {32 vars in 724 bytes} [Tue May 5 16:52:47 2026] DELETE /v2.0/routers/830b8a2c-751e-48a1-96c4-65073d95d2ec => generated 0 bytes in 462 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1745/3271] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:52:48 2026] GET /v2.0/security-groups?tenant_id=88622813b0a644ce93f739cedc929559&name=default => generated 2929 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3272] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:52:48 2026] DELETE /v2.0/security-groups/ccab0150-cbcb-4e35-ae10-fc51417d5cb8 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1746/3273] 10.0.0.205 () {32 vars in 774 bytes} [Tue May 5 16:52:49 2026] GET /v2.0/security-groups?tenant_id=ffb0e35f950743abb7ca263263bea8c9&name=default => generated 2929 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3274] 10.0.0.205 () {32 vars in 740 bytes} [Tue May 5 16:52:49 2026] DELETE /v2.0/security-groups/7abdfe48-a8f2-4ee9-ae40-b70fe7ae34c1 => 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: 1747/3275] 10.0.0.205 () {32 vars in 649 bytes} [Tue May 5 16:52:51 2026] GET /v2.0/networks => generated 2168 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3276] 10.0.0.205 () {32 vars in 655 bytes} [Tue May 5 16:52:52 2026] GET /v2.0/floatingips => 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: 1748/3277] 10.0.0.205 () {32 vars in 647 bytes} [Tue May 5 16:52:52 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3278] 10.0.0.205 () {32 vars in 643 bytes} [Tue May 5 16:52:52 2026] GET /v2.0/ports => generated 4725 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1749/3279] 10.0.0.205 () {32 vars in 647 bytes} [Tue May 5 16:52:53 2026] GET /v2.0/subnets => generated 1308 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3280] 10.0.0.205 () {32 vars in 649 bytes} [Tue May 5 16:52:53 2026] GET /v2.0/networks => generated 2168 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1750/3281] 10.0.0.205 () {32 vars in 663 bytes} [Tue May 5 16:52:53 2026] GET /v2.0/security-groups => generated 17401 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3282] 10.0.0.205 () {32 vars in 655 bytes} [Tue May 5 16:52:53 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)