+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Jun 4 20:04:17 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:39 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: neutron-server-6589f5fc6b-nd8w2 machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7f68e427e668 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)... /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-06-04 20:04:21.525 7 INFO neutron.common.config [-] Logging enabled! 2026-06-04 20:04:21.526 7 INFO neutron.common.config [-] uwsgi version 26.0.4.dev16 2026-06-04 20:04:21.610 8 INFO neutron.common.config [-] Logging enabled! 2026-06-04 20:04:21.610 8 INFO neutron.common.config [-] uwsgi version 26.0.4.dev16 2026-06-04 20:04:22.690 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-04 20:04:22.710 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-04 20:04:24.172 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-04 20:04:24.175 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-04 20:04:24.179 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-04 20:04:24.180 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-04 20:04:24.180 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-04 20:04:24.180 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-04 20:04:24.180 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-04 20:04:24.188 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-04 20:04:24.188 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-04 20:04:24.188 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-04 20:04:24.210 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-04 20:04:24.211 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-04 20:04:24.211 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-04 20:04:24.245 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-04 20:04:24.248 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-04 20:04:24.252 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-04 20:04:24.253 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-04 20:04:24.253 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-04 20:04:24.253 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-04 20:04:24.253 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-04 20:04:24.261 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-04 20:04:24.261 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-04 20:04:24.261 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-04 20:04:24.262 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-04 20:04:24.263 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-04 20:04:24.263 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-04 20:04:24.263 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-04 20:04:24.283 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-04 20:04:24.285 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-04 20:04:24.285 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-04 20:04:24.333 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-04 20:04:24.334 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-04 20:04:24.334 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-04 20:04:24.334 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-04 20:04:24.572 7 INFO neutron.plugins.ml2.managers [None req-b69640fa-5869-43d4-b9cc-3fe4ff1e165e - - - - - -] Initializing driver for type 'vlan' 2026-06-04 20:04:24.641 8 INFO neutron.plugins.ml2.managers [None req-ea3b8a56-2fe3-43a4-be67-a035d4b4921d - - - - - -] Initializing driver for type 'vlan' 2026-06-04 20:04:24.956 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-b69640fa-5869-43d4-b9cc-3fe4ff1e165e - - - - - -] VlanTypeDriver initialization complete 2026-06-04 20:04:24.956 7 INFO neutron.plugins.ml2.managers [None req-b69640fa-5869-43d4-b9cc-3fe4ff1e165e - - - - - -] Initializing driver for type 'vxlan' 2026-06-04 20:04:24.956 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-b69640fa-5869-43d4-b9cc-3fe4ff1e165e - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-04 20:04:24.971 7 INFO neutron.plugins.ml2.managers [None req-b69640fa-5869-43d4-b9cc-3fe4ff1e165e - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-04 20:04:24.971 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-b69640fa-5869-43d4-b9cc-3fe4ff1e165e - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-04 20:04:24.971 7 INFO neutron.plugins.ml2.managers [None req-b69640fa-5869-43d4-b9cc-3fe4ff1e165e - - - - - -] Initializing extension driver 'port_security' 2026-06-04 20:04:24.972 7 INFO neutron.plugins.ml2.extensions.port_security [None req-b69640fa-5869-43d4-b9cc-3fe4ff1e165e - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-04 20:04:24.972 7 INFO neutron.plugins.ml2.managers [None req-b69640fa-5869-43d4-b9cc-3fe4ff1e165e - - - - - -] Initializing extension driver 'qos' 2026-06-04 20:04:24.972 7 INFO neutron.plugins.ml2.managers [None req-b69640fa-5869-43d4-b9cc-3fe4ff1e165e - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-04 20:04:24.972 7 INFO neutron.plugins.ml2.managers [None req-b69640fa-5869-43d4-b9cc-3fe4ff1e165e - - - - - -] Initializing mechanism driver 'l2population' 2026-06-04 20:04:24.988 7 INFO neutron.quota [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded quota_driver: . 2026-06-04 20:04:24.989 7 INFO neutron.plugins.ml2.plugin [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Modular L2 Plugin initialization complete 2026-06-04 20:04:24.989 7 INFO neutron.plugins.ml2.managers [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-04 20:04:24.989 7 INFO neutron.plugins.ml2.managers [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-04 20:04:24.989 7 INFO neutron.plugins.ml2.managers [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-04 20:04:24.989 7 INFO neutron.extensions.vlantransparent [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Disabled vlantransparent extension. 2026-06-04 20:04:24.990 7 INFO neutron.extensions.qinq [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Disabled VLAN QinQ extension. 2026-06-04 20:04:24.990 7 INFO neutron.manager [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loading Plugin: qos 2026-06-04 20:04:24.992 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-ea3b8a56-2fe3-43a4-be67-a035d4b4921d - - - - - -] VlanTypeDriver initialization complete 2026-06-04 20:04:24.992 8 INFO neutron.plugins.ml2.managers [None req-ea3b8a56-2fe3-43a4-be67-a035d4b4921d - - - - - -] Initializing driver for type 'vxlan' 2026-06-04 20:04:24.992 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-ea3b8a56-2fe3-43a4-be67-a035d4b4921d - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-04 20:04:25.004 7 INFO neutron.manager [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loading Plugin: router 2026-06-04 20:04:25.007 8 INFO neutron.plugins.ml2.managers [None req-ea3b8a56-2fe3-43a4-be67-a035d4b4921d - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-04 20:04:25.007 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-ea3b8a56-2fe3-43a4-be67-a035d4b4921d - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-04 20:04:25.007 8 INFO neutron.plugins.ml2.managers [None req-ea3b8a56-2fe3-43a4-be67-a035d4b4921d - - - - - -] Initializing extension driver 'port_security' 2026-06-04 20:04:25.007 8 INFO neutron.plugins.ml2.extensions.port_security [None req-ea3b8a56-2fe3-43a4-be67-a035d4b4921d - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-04 20:04:25.007 8 INFO neutron.plugins.ml2.managers [None req-ea3b8a56-2fe3-43a4-be67-a035d4b4921d - - - - - -] Initializing extension driver 'qos' 2026-06-04 20:04:25.008 8 INFO neutron.plugins.ml2.managers [None req-ea3b8a56-2fe3-43a4-be67-a035d4b4921d - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-04 20:04:25.008 8 INFO neutron.plugins.ml2.managers [None req-ea3b8a56-2fe3-43a4-be67-a035d4b4921d - - - - - -] Initializing mechanism driver 'l2population' 2026-06-04 20:04:25.023 8 INFO neutron.quota [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded quota_driver: . 2026-06-04 20:04:25.024 8 INFO neutron.plugins.ml2.plugin [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Modular L2 Plugin initialization complete 2026-06-04 20:04:25.024 8 INFO neutron.plugins.ml2.managers [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-04 20:04:25.024 8 INFO neutron.plugins.ml2.managers [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-04 20:04:25.024 8 INFO neutron.plugins.ml2.managers [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Got port-security extension from driver 'port_security' 2026-06-04 20:04:25.025 8 INFO neutron.extensions.vlantransparent [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Disabled vlantransparent extension. 2026-06-04 20:04:25.025 8 INFO neutron.extensions.qinq [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Disabled VLAN QinQ extension. 2026-06-04 20:04:25.025 8 INFO neutron.manager [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loading Plugin: qos 2026-06-04 20:04:25.038 8 INFO neutron.manager [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loading Plugin: router 2026-06-04 20:04:25.055 7 INFO neutron.services.service_base [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-04 20:04:25.055 7 INFO neutron.manager [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loading Plugin: segments 2026-06-04 20:04:25.084 8 INFO neutron.services.service_base [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-04 20:04:25.085 8 INFO neutron.manager [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loading Plugin: segments 2026-06-04 20:04:25.156 7 INFO neutron.manager [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loading Plugin: trunk 2026-06-04 20:04:25.170 7 INFO neutron.manager [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loading Plugin: vpnaas 2026-06-04 20:04:25.182 8 INFO neutron.manager [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loading Plugin: trunk 2026-06-04 20:04:25.196 8 INFO neutron.manager [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loading Plugin: vpnaas 2026-06-04 20:04:25.212 7 WARNING stevedore.named [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-04 20:04:25.212 7 WARNING stevedore.named [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-04 20:04:25.240 8 WARNING stevedore.named [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-04 20:04:25.240 8 WARNING stevedore.named [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-04 20:04:25.291 7 INFO neutron_vpnaas.services.vpn.plugin [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-04 20:04:25.292 7 INFO neutron.common.utils [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-04 20:04:25.292 7 INFO neutron.manager [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loading Plugin: taas 2026-06-04 20:04:25.325 8 INFO neutron_vpnaas.services.vpn.plugin [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-04 20:04:25.325 8 INFO neutron.common.utils [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-04 20:04:25.325 8 INFO neutron.manager [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loading Plugin: taas 2026-06-04 20:04:25.328 7 WARNING stevedore.named [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-04 20:04:25.353 8 WARNING stevedore.named [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-04 20:04:25.355 7 INFO neutron_taas.services.taas.taas_plugin [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-04 20:04:25.356 7 INFO neutron.manager [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loading Plugin: tapmirror 2026-06-04 20:04:25.370 7 WARNING stevedore.named [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-04 20:04:25.376 8 INFO neutron_taas.services.taas.taas_plugin [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-04 20:04:25.377 8 INFO neutron.manager [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loading Plugin: tapmirror 2026-06-04 20:04:25.386 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-04 20:04:25.387 7 INFO neutron.manager [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loading Plugin: auto_allocate 2026-06-04 20:04:25.392 8 WARNING stevedore.named [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-04 20:04:25.395 7 INFO neutron.manager [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loading Plugin: tag 2026-06-04 20:04:25.408 7 INFO neutron.manager [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loading Plugin: timestamp 2026-06-04 20:04:25.412 7 INFO neutron.manager [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loading Plugin: network_ip_availability 2026-06-04 20:04:25.419 7 INFO neutron.manager [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loading Plugin: flavors 2026-06-04 20:04:25.425 7 INFO neutron.manager [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loading Plugin: revisions 2026-06-04 20:04:25.430 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Initializing extension manager. 2026-06-04 20:04:25.432 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: address-group 2026-06-04 20:04:25.434 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: address-scope 2026-06-04 20:04:25.435 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-04 20:04:25.436 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: agent 2026-06-04 20:04:25.437 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: agent-resources-synced 2026-06-04 20:04:25.439 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-04 20:04:25.440 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-04 20:04:25.441 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: availability_zone 2026-06-04 20:04:25.442 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: availability_zone_filter 2026-06-04 20:04:25.443 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-04 20:04:25.444 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: default-subnetpools 2026-06-04 20:04:25.446 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-04 20:04:25.447 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: dns-integration 2026-06-04 20:04:25.448 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: dns-domain-ports 2026-06-04 20:04:25.449 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-04 20:04:25.450 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: dvr 2026-06-04 20:04:25.450 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-04 20:04:25.451 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: empty-string-filtering 2026-06-04 20:04:25.452 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-04 20:04:25.452 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-04 20:04:25.452 8 INFO neutron.manager [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loading Plugin: auto_allocate 2026-06-04 20:04:25.453 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-04 20:04:25.454 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: external-net 2026-06-04 20:04:25.456 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-04 20:04:25.457 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: extraroute 2026-06-04 20:04:25.458 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: extraroute-atomic 2026-06-04 20:04:25.459 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-04 20:04:25.459 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-04 20:04:25.460 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-04 20:04:25.460 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-04 20:04:25.461 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: fip-port-details 2026-06-04 20:04:25.462 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: flavors 2026-06-04 20:04:25.462 8 INFO neutron.manager [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loading Plugin: tag 2026-06-04 20:04:25.463 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-04 20:04:25.464 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: floatingip-pools 2026-06-04 20:04:25.464 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: ip_allocation 2026-06-04 20:04:25.465 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-04 20:04:25.466 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: l2_adjacency 2026-06-04 20:04:25.467 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: router 2026-06-04 20:04:25.469 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-04 20:04:25.470 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-04 20:04:25.470 8 INFO neutron.manager [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loading Plugin: timestamp 2026-06-04 20:04:25.470 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-04 20:04:25.471 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: ext-gw-mode 2026-06-04 20:04:25.471 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: l3-ha 2026-06-04 20:04:25.472 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-04 20:04:25.473 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-04 20:04:25.473 8 INFO neutron.manager [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loading Plugin: network_ip_availability 2026-06-04 20:04:25.473 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: l3-flavors 2026-06-04 20:04:25.474 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-04 20:04:25.475 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-04 20:04:25.477 8 INFO neutron.manager [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loading Plugin: flavors 2026-06-04 20:04:25.477 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-04 20:04:25.478 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-04 20:04:25.479 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-04 20:04:25.481 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-04 20:04:25.481 8 INFO neutron.manager [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loading Plugin: revisions 2026-06-04 20:04:25.481 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-04 20:04:25.482 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: multi-provider 2026-06-04 20:04:25.482 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: net-mtu 2026-06-04 20:04:25.483 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: net-mtu-writable 2026-06-04 20:04:25.484 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: network_availability_zone 2026-06-04 20:04:25.484 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: network_ha 2026-06-04 20:04:25.485 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: network-ip-availability 2026-06-04 20:04:25.486 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-04 20:04:25.486 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Initializing extension manager. 2026-06-04 20:04:25.486 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: pagination 2026-06-04 20:04:25.487 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: port-device-profile 2026-06-04 20:04:25.488 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-04 20:04:25.488 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: address-group 2026-06-04 20:04:25.488 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-04 20:04:25.489 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: address-scope 2026-06-04 20:04:25.489 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-04 20:04:25.489 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: port-mac-override 2026-06-04 20:04:25.489 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-04 20:04:25.490 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-04 20:04:25.490 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: agent 2026-06-04 20:04:25.490 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-04 20:04:25.491 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: agent-resources-synced 2026-06-04 20:04:25.491 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-04 20:04:25.491 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: port-resource-request 2026-06-04 20:04:25.492 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-04 20:04:25.492 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: allowed-address-pairs 2026-06-04 20:04:25.493 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-04 20:04:25.493 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: auto-allocated-topology 2026-06-04 20:04:25.493 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: binding 2026-06-04 20:04:25.494 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: availability_zone 2026-06-04 20:04:25.494 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: binding-extended 2026-06-04 20:04:25.494 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: availability_zone_filter 2026-06-04 20:04:25.494 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: port-security 2026-06-04 20:04:25.495 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-04 20:04:25.495 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: project-id 2026-06-04 20:04:25.495 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: default-subnetpools 2026-06-04 20:04:25.495 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: provider 2026-06-04 20:04:25.496 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-04 20:04:25.497 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-04 20:04:25.497 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: dns-integration 2026-06-04 20:04:25.497 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: dns-domain-ports 2026-06-04 20:04:25.498 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-04 20:04:25.499 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: dvr 2026-06-04 20:04:25.499 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: qos 2026-06-04 20:04:25.499 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-04 20:04:25.500 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: empty-string-filtering 2026-06-04 20:04:25.500 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-04 20:04:25.500 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-04 20:04:25.501 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-04 20:04:25.501 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: external-net 2026-06-04 20:04:25.501 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-04 20:04:25.502 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: qos-default 2026-06-04 20:04:25.502 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-04 20:04:25.502 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: qos-fip 2026-06-04 20:04:25.503 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-04 20:04:25.503 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: extraroute 2026-06-04 20:04:25.503 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-04 20:04:25.503 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: extraroute-atomic 2026-06-04 20:04:25.504 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-04 20:04:25.504 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-04 20:04:25.504 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-04 20:04:25.505 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-04 20:04:25.505 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-04 20:04:25.505 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-04 20:04:25.506 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: qos-pps 2026-06-04 20:04:25.506 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-04 20:04:25.506 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: fip-port-details 2026-06-04 20:04:25.506 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-04 20:04:25.507 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-04 20:04:25.507 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: flavors 2026-06-04 20:04:25.508 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: qos-rules-alias 2026-06-04 20:04:25.508 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: quota-check-limit 2026-06-04 20:04:25.508 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-04 20:04:25.509 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-04 20:04:25.509 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: floatingip-pools 2026-06-04 20:04:25.510 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: ip_allocation 2026-06-04 20:04:25.510 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: ip-substring-filtering 2026-06-04 20:04:25.511 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: l2_adjacency 2026-06-04 20:04:25.511 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: quotas 2026-06-04 20:04:25.512 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: router 2026-06-04 20:04:25.512 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: quota_details 2026-06-04 20:04:25.513 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-04 20:04:25.514 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: rbac-policies 2026-06-04 20:04:25.514 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-04 20:04:25.514 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: rbac-address-group 2026-06-04 20:04:25.515 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-04 20:04:25.515 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: rbac-address-scope 2026-06-04 20:04:25.515 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: ext-gw-mode 2026-06-04 20:04:25.515 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: rbac-security-groups 2026-06-04 20:04:25.516 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: l3-ha 2026-06-04 20:04:25.516 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-04 20:04:25.516 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-04 20:04:25.517 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: revision-if-match 2026-06-04 20:04:25.517 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-04 20:04:25.517 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: l3-flavors 2026-06-04 20:04:25.517 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-04 20:04:25.518 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-04 20:04:25.518 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: router_availability_zone 2026-06-04 20:04:25.518 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-04 20:04:25.518 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-04 20:04:25.520 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-04 20:04:25.521 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-04 20:04:25.521 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-04 20:04:25.521 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-04 20:04:25.522 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-04 20:04:25.522 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-04 20:04:25.522 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-04 20:04:25.523 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-04 20:04:25.523 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-04 20:04:25.524 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-04 20:04:25.525 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-04 20:04:25.526 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: multi-provider 2026-06-04 20:04:25.527 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: net-mtu 2026-06-04 20:04:25.527 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: net-mtu-writable 2026-06-04 20:04:25.528 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: network_availability_zone 2026-06-04 20:04:25.529 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: network_ha 2026-06-04 20:04:25.529 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: security-group 2026-06-04 20:04:25.529 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: network-ip-availability 2026-06-04 20:04:25.530 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: segment 2026-06-04 20:04:25.530 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-04 20:04:25.531 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: pagination 2026-06-04 20:04:25.531 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: port-device-profile 2026-06-04 20:04:25.531 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-04 20:04:25.532 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-04 20:04:25.532 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: service-type 2026-06-04 20:04:25.532 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-04 20:04:25.533 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: sorting 2026-06-04 20:04:25.533 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-04 20:04:25.533 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: standard-attr-segment 2026-06-04 20:04:25.533 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: port-mac-override 2026-06-04 20:04:25.534 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-04 20:04:25.534 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: standard-attr-description 2026-06-04 20:04:25.535 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: stateful-security-group 2026-06-04 20:04:25.535 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-04 20:04:25.535 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-04 20:04:25.536 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: port-resource-request 2026-06-04 20:04:25.536 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: port-resource-request-groups 2026-06-04 20:04:25.537 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-04 20:04:25.537 7 WARNING neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-04 20:04:25.537 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: binding 2026-06-04 20:04:25.538 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-04 20:04:25.538 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: binding-extended 2026-06-04 20:04:25.539 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: subnet-external-network 2026-06-04 20:04:25.539 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: port-security 2026-06-04 20:04:25.539 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: project-id 2026-06-04 20:04:25.539 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: subnet_onboard 2026-06-04 20:04:25.540 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: provider 2026-06-04 20:04:25.540 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-04 20:04:25.540 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-04 20:04:25.540 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: subnet-service-types 2026-06-04 20:04:25.541 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: subnet_allocation 2026-06-04 20:04:25.542 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-04 20:04:25.542 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: tag-creation 2026-06-04 20:04:25.542 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: qos 2026-06-04 20:04:25.543 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-04 20:04:25.543 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-04 20:04:25.544 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-04 20:04:25.544 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: qos-default 2026-06-04 20:04:25.545 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: qos-fip 2026-06-04 20:04:25.545 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-04 20:04:25.546 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: qos-gateway-ip 2026-06-04 20:04:25.546 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: qos-port-network-policy 2026-06-04 20:04:25.547 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: qos-pps-minimum 2026-06-04 20:04:25.547 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-04 20:04:25.548 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: standard-attr-tag 2026-06-04 20:04:25.548 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: qos-pps 2026-06-04 20:04:25.549 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-04 20:04:25.549 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: qos-rule-type-details 2026-06-04 20:04:25.549 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-04 20:04:25.549 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: trunk 2026-06-04 20:04:25.550 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: qos-rules-alias 2026-06-04 20:04:25.550 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: trunk-details 2026-06-04 20:04:25.550 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: quota-check-limit 2026-06-04 20:04:25.550 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-04 20:04:25.551 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: quota-check-limit-default 2026-06-04 20:04:25.551 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-04 20:04:25.552 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-04 20:04:25.552 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-04 20:04:25.553 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: quotas 2026-06-04 20:04:25.554 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: quota_details 2026-06-04 20:04:25.555 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-04 20:04:25.556 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-04 20:04:25.556 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: rbac-policies 2026-06-04 20:04:25.556 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: vpn-flavors 2026-06-04 20:04:25.557 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: rbac-address-group 2026-06-04 20:04:25.557 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: rbac-address-scope 2026-06-04 20:04:25.558 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: rbac-security-groups 2026-06-04 20:04:25.558 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: rbac-subnetpool 2026-06-04 20:04:25.558 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: vpnaas 2026-06-04 20:04:25.559 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: revision-if-match 2026-06-04 20:04:25.559 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: standard-attr-revisions 2026-06-04 20:04:25.560 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: router_availability_zone 2026-06-04 20:04:25.560 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: taas 2026-06-04 20:04:25.560 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-04 20:04:25.562 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: security-groups-default-rules 2026-06-04 20:04:25.562 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: tap-mirror 2026-06-04 20:04:25.563 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-04 20:04:25.563 7 INFO neutron.api.extensions [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-04 20:04:25.563 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-04 20:04:25.564 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-04 20:04:25.564 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-04 20:04:25.565 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-04 20:04:25.566 7 INFO neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-04 20:04:25.566 7 INFO neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-04 20:04:25.566 7 INFO neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 20:04:25.566 7 INFO neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-04 20:04:25.570 7 INFO neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-04 20:04:25.570 7 INFO neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-04 20:04:25.570 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: security-group 2026-06-04 20:04:25.573 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: segment 2026-06-04 20:04:25.573 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-04 20:04:25.574 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: service-type 2026-06-04 20:04:25.575 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: sorting 2026-06-04 20:04:25.575 7 INFO neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-04 20:04:25.575 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: standard-attr-segment 2026-06-04 20:04:25.575 7 INFO neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-04 20:04:25.576 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: standard-attr-description 2026-06-04 20:04:25.576 7 INFO neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-04 20:04:25.576 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: stateful-security-group 2026-06-04 20:04:25.577 8 WARNING neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-04 20:04:25.577 7 INFO neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 20:04:25.577 7 WARNING neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] subnetpool is already registered 2026-06-04 20:04:25.577 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-04 20:04:25.577 7 INFO neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 20:04:25.578 7 WARNING neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] subnetpool is already registered 2026-06-04 20:04:25.578 7 INFO neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-04 20:04:25.578 7 INFO neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-04 20:04:25.578 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: subnet-external-network 2026-06-04 20:04:25.579 7 INFO neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-04 20:04:25.579 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: subnet_onboard 2026-06-04 20:04:25.579 7 INFO neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-04 20:04:25.580 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-04 20:04:25.580 7 INFO neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-04 20:04:25.580 7 INFO neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-04 20:04:25.580 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: subnet-service-types 2026-06-04 20:04:25.581 7 INFO neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-04 20:04:25.581 7 WARNING neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] ipsecpolicy is already registered 2026-06-04 20:04:25.581 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: subnet_allocation 2026-06-04 20:04:25.581 7 INFO neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-04 20:04:25.581 7 WARNING neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] ikepolicy is already registered 2026-06-04 20:04:25.582 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-04 20:04:25.582 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: tag-creation 2026-06-04 20:04:25.583 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-04 20:04:25.586 7 INFO neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-04 20:04:25.586 7 WARNING neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] router is already registered 2026-06-04 20:04:25.586 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: standard-attr-tag 2026-06-04 20:04:25.586 7 INFO neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-04 20:04:25.587 7 WARNING neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] floatingip is already registered 2026-06-04 20:04:25.587 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-04 20:04:25.588 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: trunk 2026-06-04 20:04:25.588 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: trunk-details 2026-06-04 20:04:25.589 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-04 20:04:25.589 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-04 20:04:25.590 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-04 20:04:25.590 7 INFO neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-04 20:04:25.591 7 WARNING neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] rbac_policy is already registered 2026-06-04 20:04:25.591 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-04 20:04:25.591 7 INFO neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-04 20:04:25.591 7 WARNING neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] security_group is already registered 2026-06-04 20:04:25.592 7 INFO neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-04 20:04:25.592 7 WARNING neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] security_group_rule is already registered 2026-06-04 20:04:25.592 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-04 20:04:25.592 7 INFO neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 20:04:25.593 7 WARNING neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] subnetpool is already registered 2026-06-04 20:04:25.593 7 INFO neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 20:04:25.593 7 WARNING neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] subnetpool is already registered 2026-06-04 20:04:25.593 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-04 20:04:25.594 7 INFO neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-04 20:04:25.594 7 WARNING neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] trunk is already registered 2026-06-04 20:04:25.594 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: vpn-flavors 2026-06-04 20:04:25.594 7 INFO neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-04 20:04:25.594 7 WARNING neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] ikepolicy is already registered 2026-06-04 20:04:25.595 7 INFO neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-04 20:04:25.595 7 WARNING neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] ipsecpolicy is already registered 2026-06-04 20:04:25.595 7 INFO neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-04 20:04:25.595 7 WARNING neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] endpoint_group is already registered 2026-06-04 20:04:25.596 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: vpnaas 2026-06-04 20:04:25.596 7 INFO neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-04 20:04:25.596 7 WARNING neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] vpnservice is already registered 2026-06-04 20:04:25.596 7 INFO neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-04 20:04:25.596 7 WARNING neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] ipsec_site_connection is already registered 2026-06-04 20:04:25.597 7 INFO neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-04 20:04:25.597 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: taas 2026-06-04 20:04:25.597 7 WARNING neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] ipsecpolicy is already registered 2026-06-04 20:04:25.597 7 INFO neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-04 20:04:25.597 7 WARNING neutron.quota.resource_registry [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] ikepolicy is already registered 2026-06-04 20:04:25.598 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: tap-mirror 2026-06-04 20:04:25.598 8 INFO neutron.api.extensions [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Loaded extension: taas-vlan-filter 2026-06-04 20:04:25.601 8 INFO neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-04 20:04:25.601 8 INFO neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-04 20:04:25.601 8 INFO neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 20:04:25.601 8 INFO neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-04 20:04:25.606 8 INFO neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-04 20:04:25.606 8 INFO neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-04 20:04:25.611 8 INFO neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-04 20:04:25.611 8 INFO neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-04 20:04:25.612 8 INFO neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-04 20:04:25.613 8 INFO neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 20:04:25.613 8 WARNING neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] subnetpool is already registered 2026-06-04 20:04:25.613 8 INFO neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 20:04:25.613 8 WARNING neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] subnetpool is already registered 2026-06-04 20:04:25.614 8 INFO neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-04 20:04:25.614 8 INFO neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-04 20:04:25.615 8 INFO neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-04 20:04:25.615 8 INFO neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-04 20:04:25.615 8 INFO neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-04 20:04:25.616 8 INFO neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-04 20:04:25.616 8 INFO neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-04 20:04:25.616 8 WARNING neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] ipsecpolicy is already registered 2026-06-04 20:04:25.617 8 INFO neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-04 20:04:25.617 8 WARNING neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] ikepolicy is already registered 2026-06-04 20:04:25.621 8 INFO neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-04 20:04:25.622 8 WARNING neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] router is already registered 2026-06-04 20:04:25.622 8 INFO neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-04 20:04:25.622 8 WARNING neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] floatingip is already registered 2026-06-04 20:04:25.626 8 INFO neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-04 20:04:25.626 8 WARNING neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] rbac_policy is already registered 2026-06-04 20:04:25.626 8 INFO neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-04 20:04:25.626 8 WARNING neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] security_group is already registered 2026-06-04 20:04:25.627 8 INFO neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-04 20:04:25.627 8 WARNING neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] security_group_rule is already registered 2026-06-04 20:04:25.628 8 INFO neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 20:04:25.628 8 WARNING neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] subnetpool is already registered 2026-06-04 20:04:25.628 8 INFO neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 20:04:25.628 8 WARNING neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] subnetpool is already registered 2026-06-04 20:04:25.629 8 INFO neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-04 20:04:25.629 8 WARNING neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] trunk is already registered 2026-06-04 20:04:25.629 8 INFO neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-04 20:04:25.630 8 WARNING neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] ikepolicy is already registered 2026-06-04 20:04:25.630 8 INFO neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-04 20:04:25.630 8 WARNING neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] ipsecpolicy is already registered 2026-06-04 20:04:25.630 8 INFO neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-04 20:04:25.631 8 WARNING neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] endpoint_group is already registered 2026-06-04 20:04:25.631 8 INFO neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-04 20:04:25.631 8 WARNING neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] vpnservice is already registered 2026-06-04 20:04:25.631 8 INFO neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-04 20:04:25.632 8 WARNING neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] ipsec_site_connection is already registered 2026-06-04 20:04:25.632 8 INFO neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-04 20:04:25.632 8 WARNING neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] ipsecpolicy is already registered 2026-06-04 20:04:25.632 8 INFO neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-04 20:04:25.632 8 WARNING neutron.quota.resource_registry [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] ikepolicy is already registered 2026-06-04 20:04:25.653 7 WARNING keystonemiddleware._common.config [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-04 20:04:25.662 7 WARNING oslo_config.cfg [None req-fe758785-d50c-4888-b158-b00277f60ba8 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f68e427e668 pid: 7 (default app) 2026-06-04 20:04:25.682 8 WARNING keystonemiddleware._common.config [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-04 20:04:25.689 8 WARNING oslo_config.cfg [None req-d09ac419-b2f7-4996-82f0-14c75190726d - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f68e427e668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 20:04:29.995 7 INFO neutron.pecan_wsgi.hooks.translation [None req-376dbac9-1eb6-40ad-985b-50961ef90999 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/3] 199.204.45.57 () {44 vars in 923 bytes} [Thu Jun 4 20:04:29 2026] GET /v2.0/networks/public => generated 108 bytes in 989 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: 2/4] 199.204.45.57 () {44 vars in 945 bytes} [Thu Jun 4 20:04:30 2026] GET /v2.0/networks?name=public => generated 15 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:04:30.915 7 WARNING neutron.services.revisions.revision_plugin [None req-bab9f8f1-d47f-498d-bdb7-9883726495c8 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Could not find related network for resource to bump revision. 2026-06-04 20:04:30.954 7 INFO neutron.db.segments_db [None req-bab9f8f1-d47f-498d-bdb7-9883726495c8 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Added segment 1d55e82f-24a6-421d-9792-cf481affcb15 of type flat for network 366b0cf9-a719-4c75-a99b-e0c9faf35566 2026-06-04 20:04:31.061 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bab9f8f1-d47f-498d-bdb7-9883726495c8 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/5] 199.204.45.57 () {48 vars in 963 bytes} [Thu Jun 4 20:04:30 2026] POST /v2.0/networks => generated 124 bytes in 594 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:04:37.341 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1770ea8e-7d5e-43e0-b21d-13a1711eb423 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/6] 199.204.45.57 () {44 vars in 923 bytes} [Thu Jun 4 20:04:36 2026] GET /v2.0/networks/public => generated 108 bytes in 365 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4/7] 199.204.45.57 () {44 vars in 945 bytes} [Thu Jun 4 20:04:37 2026] GET /v2.0/networks?name=public => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:04:37.601 8 WARNING neutron.services.revisions.revision_plugin [None req-a6bd9bc5-1462-4a52-87df-c00a9cb07753 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Could not find related network for resource to bump revision. 2026-06-04 20:04:37.626 8 INFO neutron.db.segments_db [None req-a6bd9bc5-1462-4a52-87df-c00a9cb07753 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Added segment 1d9c330e-7f32-4dfb-9f13-9df79f659bae of type flat for network 295e0df2-681b-47a6-9308-29b1dd236b14 2026-06-04 20:04:37.675 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a6bd9bc5-1462-4a52-87df-c00a9cb07753 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/8] 199.204.45.57 () {48 vars in 963 bytes} [Thu Jun 4 20:04:37 2026] POST /v2.0/networks => generated 124 bytes in 317 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:04:43.686 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e775735e-de33-4e3d-b8fd-ec56ccca859e 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/10] 199.204.45.57 () {44 vars in 923 bytes} [Thu Jun 4 20:04:43 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/11] 199.204.45.57 () {44 vars in 945 bytes} [Thu Jun 4 20:04:43 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:04:43.753 8 WARNING neutron.services.revisions.revision_plugin [None req-e093506d-4ec4-48ec-b0a3-9f5314434834 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Could not find related network for resource to bump revision. 2026-06-04 20:04:43.765 8 INFO neutron.db.segments_db [None req-e093506d-4ec4-48ec-b0a3-9f5314434834 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Added segment 512da5a9-3b78-4398-b928-60c3be8b2f5c of type flat for network 1f04c760-f01a-4132-9d30-d09a3258e34a 2026-06-04 20:04:43.792 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e093506d-4ec4-48ec-b0a3-9f5314434834 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/12] 199.204.45.57 () {48 vars in 963 bytes} [Thu Jun 4 20:04:43 2026] POST /v2.0/networks => generated 124 bytes in 90 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:04:49.741 7 INFO neutron.pecan_wsgi.hooks.translation [None req-24f5a10d-8a9b-4ee9-8d70-a4476879a9a7 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/13] 199.204.45.57 () {44 vars in 923 bytes} [Thu Jun 4 20:04:49 2026] GET /v2.0/networks/public => generated 108 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/14] 199.204.45.57 () {44 vars in 945 bytes} [Thu Jun 4 20:04:49 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:04:49.825 7 WARNING neutron.services.revisions.revision_plugin [None req-c5c2bba6-679f-4952-9d59-b9f00dcb17a0 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Could not find related network for resource to bump revision. 2026-06-04 20:04:49.852 7 INFO neutron.db.segments_db [None req-c5c2bba6-679f-4952-9d59-b9f00dcb17a0 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Added segment 36acd6c1-82c2-41b3-b323-57f064c03aee of type flat for network 4bb11091-afa1-4ee5-908d-8a82a1d56b93 2026-06-04 20:04:49.883 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c5c2bba6-679f-4952-9d59-b9f00dcb17a0 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/15] 199.204.45.57 () {48 vars in 963 bytes} [Thu Jun 4 20:04:49 2026] POST /v2.0/networks => generated 124 bytes in 132 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:04:55.964 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fca533ca-d07f-42a3-a46b-e29bc7988ef8 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/17] 199.204.45.57 () {44 vars in 923 bytes} [Thu Jun 4 20:04:55 2026] GET /v2.0/networks/public => generated 108 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/18] 199.204.45.57 () {44 vars in 945 bytes} [Thu Jun 4 20:04:55 2026] GET /v2.0/networks?name=public => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:04:56.054 7 WARNING neutron.services.revisions.revision_plugin [None req-09b62c61-fa4e-45f0-898f-5a7d33952628 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Could not find related network for resource to bump revision. 2026-06-04 20:04:56.081 7 INFO neutron.db.segments_db [None req-09b62c61-fa4e-45f0-898f-5a7d33952628 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Added segment baa8e428-ca6b-4b4c-af71-bf6ce9409317 of type flat for network 3740efaa-d4be-422c-b8f0-01d8d592013c 2026-06-04 20:04:56.106 7 INFO neutron.pecan_wsgi.hooks.translation [None req-09b62c61-fa4e-45f0-898f-5a7d33952628 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/19] 199.204.45.57 () {48 vars in 963 bytes} [Thu Jun 4 20:04:55 2026] POST /v2.0/networks => generated 124 bytes in 122 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:05:02.075 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a6c636d3-f4a5-4615-adb5-17db45df63fc 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/20] 199.204.45.57 () {44 vars in 923 bytes} [Thu Jun 4 20:05:02 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/21] 199.204.45.57 () {44 vars in 945 bytes} [Thu Jun 4 20:05:02 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:05:04.225 8 WARNING neutron.services.revisions.revision_plugin [None req-ab88ce09-840f-4891-a806-c7ff3c5941fc 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Could not find related network for resource to bump revision. 2026-06-04 20:05:04.240 8 INFO neutron.db.segments_db [None req-ab88ce09-840f-4891-a806-c7ff3c5941fc 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Added segment 9c5593d5-8f26-4b0e-90c3-8a4c2055fcc6 of type flat for network 95b043d3-9e81-4c46-a322-6a27b92313ef [pid: 8|app: 0|req: 11/22] 199.204.45.57 () {48 vars in 963 bytes} [Thu Jun 4 20:05:02 2026] POST /v2.0/networks => generated 706 bytes in 2270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:05:05.623 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f5df4908-5204-47e2-9a21-0d5e9aed27f7 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/23] 199.204.45.57 () {44 vars in 923 bytes} [Thu Jun 4 20:05:05 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: 12/24] 199.204.45.57 () {44 vars in 945 bytes} [Thu Jun 4 20:05:05 2026] GET /v2.0/networks?name=public => generated 709 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:05:05.697 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fee34ac1-69b8-4fc0-8218-5e9c3bae94d2 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/25] 199.204.45.57 () {44 vars in 1030 bytes} [Thu Jun 4 20:05:05 2026] GET /v2.0/subnets/public-subnet?network_id=95b043d3-9e81-4c46-a322-6a27b92313ef => generated 113 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/26] 199.204.45.57 () {44 vars in 1053 bytes} [Thu Jun 4 20:05:05 2026] GET /v2.0/subnets?name=public-subnet&network_id=95b043d3-9e81-4c46-a322-6a27b92313ef => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/27] 199.204.45.57 () {48 vars in 961 bytes} [Thu Jun 4 20:05:05 2026] POST /v2.0/subnets => generated 664 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:10:02.023 7 INFO neutron.pecan_wsgi.hooks.translation [None req-818d8918-d550-40ea-b1d4-8bbe0f04f5d5 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/67] 199.204.45.57 () {44 vars in 933 bytes} [Thu Jun 4 20:10:01 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 132 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/68] 199.204.45.57 () {44 vars in 955 bytes} [Thu Jun 4 20:10:02 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-06-04 20:10:02.122 7 INFO neutron.db.segments_db [None req-6655f036-041f-4045-a3f8-34b6f3da0e1d 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Added segment 1609a3a8-0341-4060-aa5f-ff36d41ab129 of type vxlan for network 8c1da500-6c9f-4a59-83ac-db53bac11984 [pid: 7|app: 0|req: 35/69] 199.204.45.57 () {48 vars in 962 bytes} [Thu Jun 4 20:10:02 2026] POST /v2.0/networks => generated 707 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:10:03.193 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e73adac2-ced7-4965-8200-f671816838b1 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/70] 199.204.45.57 () {44 vars in 933 bytes} [Thu Jun 4 20:10:03 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 97 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/71] 199.204.45.57 () {44 vars in 955 bytes} [Thu Jun 4 20:10:03 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:10:03.265 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e9a6e472-bced-4d10-becb-ef8ec14598df 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/72] 199.204.45.57 () {44 vars in 1032 bytes} [Thu Jun 4 20:10:03 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=8c1da500-6c9f-4a59-83ac-db53bac11984 => generated 114 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/73] 199.204.45.57 () {44 vars in 1055 bytes} [Thu Jun 4 20:10:03 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=8c1da500-6c9f-4a59-83ac-db53bac11984 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/74] 199.204.45.57 () {48 vars in 961 bytes} [Thu Jun 4 20:10:03 2026] POST /v2.0/subnets => generated 651 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:10:04.822 7 INFO neutron.api.v2.resource [None req-e1ca4cf0-ba28-498b-af71-de1239a07c42 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/75] 199.204.45.57 () {44 vars in 967 bytes} [Thu Jun 4 20:10:04 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: 8|app: 0|req: 38/76] 199.204.45.57 () {44 vars in 989 bytes} [Thu Jun 4 20:10:04 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/77] 199.204.45.57 () {48 vars in 976 bytes} [Thu Jun 4 20:10:04 2026] POST /v2.0/security-groups => generated 1616 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/78] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:10:06 2026] GET /v2.0/security-groups/e5db8fbe-5cb8-4353-9a47-3b7db2c66612 => generated 1616 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/79] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:10:06 2026] GET /v2.0/security-groups/e5db8fbe-5cb8-4353-9a47-3b7db2c66612 => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/80] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:10:06 2026] GET /v2.0/security-groups/e5db8fbe-5cb8-4353-9a47-3b7db2c66612 => generated 1616 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/81] 199.204.45.57 () {48 vars in 987 bytes} [Thu Jun 4 20:10:06 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/82] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:10:07 2026] GET /v2.0/security-groups/e5db8fbe-5cb8-4353-9a47-3b7db2c66612 => generated 2230 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/83] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:10:07 2026] GET /v2.0/security-groups/e5db8fbe-5cb8-4353-9a47-3b7db2c66612 => generated 2230 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/84] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:10:07 2026] GET /v2.0/security-groups/e5db8fbe-5cb8-4353-9a47-3b7db2c66612 => generated 2230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/85] 199.204.45.57 () {48 vars in 987 bytes} [Thu Jun 4 20:10:07 2026] POST /v2.0/security-group-rules => generated 603 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/86] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:10:08 2026] GET /v2.0/security-groups/e5db8fbe-5cb8-4353-9a47-3b7db2c66612 => generated 2846 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/87] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:10:08 2026] GET /v2.0/security-groups/e5db8fbe-5cb8-4353-9a47-3b7db2c66612 => generated 2846 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/88] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:10:08 2026] GET /v2.0/security-groups/e5db8fbe-5cb8-4353-9a47-3b7db2c66612 => generated 2846 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/89] 199.204.45.57 () {48 vars in 987 bytes} [Thu Jun 4 20:10:08 2026] POST /v2.0/security-group-rules => generated 603 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/90] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:10:09 2026] GET /v2.0/security-groups/e5db8fbe-5cb8-4353-9a47-3b7db2c66612 => generated 3462 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/91] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:10:09 2026] GET /v2.0/security-groups/e5db8fbe-5cb8-4353-9a47-3b7db2c66612 => generated 3462 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/92] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:10:09 2026] GET /v2.0/security-groups/e5db8fbe-5cb8-4353-9a47-3b7db2c66612 => generated 3462 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/93] 199.204.45.57 () {48 vars in 987 bytes} [Thu Jun 4 20:10:09 2026] POST /v2.0/security-group-rules => generated 603 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/96] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:10:10 2026] GET /v2.0/security-groups/e5db8fbe-5cb8-4353-9a47-3b7db2c66612 => generated 4078 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/97] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:10:10 2026] GET /v2.0/security-groups/e5db8fbe-5cb8-4353-9a47-3b7db2c66612 => generated 4078 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/98] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:10:10 2026] GET /v2.0/security-groups/e5db8fbe-5cb8-4353-9a47-3b7db2c66612 => generated 4078 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/99] 199.204.45.57 () {48 vars in 987 bytes} [Thu Jun 4 20:10:10 2026] POST /v2.0/security-group-rules => generated 603 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/100] 199.204.45.57 () {44 vars in 983 bytes} [Thu Jun 4 20:10:12 2026] GET /v2.0/networks/8c1da500-6c9f-4a59-83ac-db53bac11984 => generated 732 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:10:12.385 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2cface95-51a1-4f8c-96c0-30e480acf947 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/101] 199.204.45.57 () {44 vars in 1072 bytes} [Thu Jun 4 20:10:12 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=8c1da500-6c9f-4a59-83ac-db53bac11984 => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/102] 199.204.45.57 () {44 vars in 1095 bytes} [Thu Jun 4 20:10:12 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=8c1da500-6c9f-4a59-83ac-db53bac11984 => 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: 53/103] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:10:12 2026] GET /v2.0/security-groups/e5db8fbe-5cb8-4353-9a47-3b7db2c66612 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/104] 199.204.45.57 () {48 vars in 957 bytes} [Thu Jun 4 20:10:12 2026] POST /v2.0/ports => generated 1100 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-04 20:10:20.179 7 INFO neutron.pecan_wsgi.hooks.translation [None req-70c32ffa-7e62-4cf0-8aa3-aea3da057950 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/105] 199.204.45.57 () {44 vars in 975 bytes} [Thu Jun 4 20:10:20 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 52/106] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:10:20 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/107] 199.204.45.57 () {48 vars in 1027 bytes} [Thu Jun 4 20:10:20 2026] PUT /v2.0/ports/73f523da-8dde-489a-8475-000aaed9f5a1 => generated 1249 bytes in 861 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/108] 199.204.45.57 () {44 vars in 916 bytes} [Thu Jun 4 20:10:22 2026] GET /v2.0/ports => generated 3730 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 20:10:23.766 7 INFO neutron.api.v2.resource [None req-ae3bcab4-fc54-4f70-879c-c071aca16dd1 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 56/109] 199.204.45.57 () {44 vars in 955 bytes} [Thu Jun 4 20:10:23 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/110] 199.204.45.57 () {44 vars in 977 bytes} [Thu Jun 4 20:10:23 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/111] 199.204.45.57 () {48 vars in 976 bytes} [Thu Jun 4 20:10:23 2026] POST /v2.0/security-groups => generated 1610 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/112] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:10:24 2026] GET /v2.0/security-groups/7ee1f49c-a6e1-4afa-80d7-fb0b881bc342 => generated 1610 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/113] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:10:24 2026] GET /v2.0/security-groups/7ee1f49c-a6e1-4afa-80d7-fb0b881bc342 => generated 1610 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/114] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:10:25 2026] GET /v2.0/security-groups/7ee1f49c-a6e1-4afa-80d7-fb0b881bc342 => generated 1610 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/115] 199.204.45.57 () {48 vars in 987 bytes} [Thu Jun 4 20:10:25 2026] POST /v2.0/security-group-rules => generated 623 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/118] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:10:26 2026] GET /v2.0/security-groups/7ee1f49c-a6e1-4afa-80d7-fb0b881bc342 => generated 2246 bytes in 383 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/119] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:10:26 2026] GET /v2.0/security-groups/7ee1f49c-a6e1-4afa-80d7-fb0b881bc342 => generated 2246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/120] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:10:26 2026] GET /v2.0/security-groups/7ee1f49c-a6e1-4afa-80d7-fb0b881bc342 => generated 2246 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/121] 199.204.45.57 () {48 vars in 987 bytes} [Thu Jun 4 20:10:26 2026] POST /v2.0/security-group-rules => generated 627 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 69/134] 199.204.45.57 () {44 vars in 971 bytes} [Thu Jun 4 20:12:00 2026] GET /v2.0/quotas/8674d835d01d45d5ae2441e3fd48fb94 => generated 292 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 66/135] 199.204.45.57 () {48 vars in 1023 bytes} [Thu Jun 4 20:12:01 2026] PUT /v2.0/quotas/8674d835d01d45d5ae2441e3fd48fb94 => generated 291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 20:14:21.416 8 INFO neutron.pecan_wsgi.hooks.translation [None req-72b7f1bb-143c-42ed-a34f-d397860eb05c 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 76/154] 199.204.45.57 () {30 vars in 740 bytes} [Thu Jun 4 20:14:21 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 156 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 79/155] 199.204.45.57 () {30 vars in 762 bytes} [Thu Jun 4 20:14:21 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:14:23.655 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2b407f4b-688c-4e6d-b761-31c348cfce68 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 77/156] 199.204.45.57 () {30 vars in 740 bytes} [Thu Jun 4 20:14:23 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 137 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 80/157] 199.204.45.57 () {30 vars in 762 bytes} [Thu Jun 4 20:14:23 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:21:42.257 8 INFO neutron.api.v2.resource [None req-f9d3c9cb-2fb8-48db-9365-c91f3ae8ccbd 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 108/218] 199.204.45.57 () {44 vars in 1070 bytes} [Thu Jun 4 20:21:42 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=f230871462d44009bc63606e1feb6775 => generated 139 bytes in 107 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/219] 199.204.45.57 () {44 vars in 1093 bytes} [Thu Jun 4 20:21:42 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=f230871462d44009bc63606e1feb6775 => generated 23 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/220] 199.204.45.57 () {48 vars in 977 bytes} [Thu Jun 4 20:21:42 2026] POST /v2.0/security-groups => generated 1624 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/221] 199.204.45.57 () {44 vars in 1084 bytes} [Thu Jun 4 20:21:43 2026] GET /v2.0/security-groups/63bdb2fe-7b49-494a-8c2d-f8c190748b36?project_id=f230871462d44009bc63606e1feb6775 => generated 1624 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/222] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:21:43 2026] GET /v2.0/security-groups/63bdb2fe-7b49-494a-8c2d-f8c190748b36 => generated 1624 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/223] 199.204.45.57 () {44 vars in 1084 bytes} [Thu Jun 4 20:21:43 2026] GET /v2.0/security-groups/63bdb2fe-7b49-494a-8c2d-f8c190748b36?project_id=f230871462d44009bc63606e1feb6775 => 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: 111/224] 199.204.45.57 () {48 vars in 987 bytes} [Thu Jun 4 20:21:43 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: 114/225] 199.204.45.57 () {44 vars in 1084 bytes} [Thu Jun 4 20:21:44 2026] GET /v2.0/security-groups/63bdb2fe-7b49-494a-8c2d-f8c190748b36?project_id=f230871462d44009bc63606e1feb6775 => generated 2234 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/226] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:21:44 2026] GET /v2.0/security-groups/63bdb2fe-7b49-494a-8c2d-f8c190748b36 => generated 2234 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/227] 199.204.45.57 () {44 vars in 1084 bytes} [Thu Jun 4 20:21:45 2026] GET /v2.0/security-groups/63bdb2fe-7b49-494a-8c2d-f8c190748b36?project_id=f230871462d44009bc63606e1feb6775 => generated 2234 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/228] 199.204.45.57 () {48 vars in 987 bytes} [Thu Jun 4 20:21:45 2026] POST /v2.0/security-group-rules => generated 599 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/229] 199.204.45.57 () {44 vars in 1084 bytes} [Thu Jun 4 20:21:46 2026] GET /v2.0/security-groups/63bdb2fe-7b49-494a-8c2d-f8c190748b36?project_id=f230871462d44009bc63606e1feb6775 => generated 2846 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/230] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:21:46 2026] GET /v2.0/security-groups/63bdb2fe-7b49-494a-8c2d-f8c190748b36 => generated 2846 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/231] 199.204.45.57 () {44 vars in 1084 bytes} [Thu Jun 4 20:21:46 2026] GET /v2.0/security-groups/63bdb2fe-7b49-494a-8c2d-f8c190748b36?project_id=f230871462d44009bc63606e1feb6775 => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/232] 199.204.45.57 () {48 vars in 987 bytes} [Thu Jun 4 20:21:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/233] 199.204.45.57 () {44 vars in 1084 bytes} [Thu Jun 4 20:21:47 2026] GET /v2.0/security-groups/63bdb2fe-7b49-494a-8c2d-f8c190748b36?project_id=f230871462d44009bc63606e1feb6775 => generated 3460 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/234] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:21:47 2026] GET /v2.0/security-groups/63bdb2fe-7b49-494a-8c2d-f8c190748b36 => 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: 119/235] 199.204.45.57 () {44 vars in 1084 bytes} [Thu Jun 4 20:21:47 2026] GET /v2.0/security-groups/63bdb2fe-7b49-494a-8c2d-f8c190748b36?project_id=f230871462d44009bc63606e1feb6775 => generated 3460 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/236] 199.204.45.57 () {48 vars in 987 bytes} [Thu Jun 4 20:21:47 2026] POST /v2.0/security-group-rules => generated 602 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/255] 199.204.45.57 () {30 vars in 739 bytes} [Thu Jun 4 20:24:01 2026] GET /v2.0/networks?tenant_id=f230871462d44009bc63606e1feb6775&shared=False => generated 15 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:24:01.273 8 INFO neutron.db.segments_db [None req-922149b9-c3bb-4951-8200-75f87d745bbb 7904bb05131741fba12c3d98b91a8ca5 f230871462d44009bc63606e1feb6775 - - 54ae37990b8e44b0a7cee41a1b026ba6 54ae37990b8e44b0a7cee41a1b026ba6] Added segment 4453369f-dfaf-4f96-a0ca-26e4f1b4f588 of type vxlan for network 8aab0e0c-2443-4e1f-8198-7958aec77c87 [pid: 8|app: 0|req: 127/256] 199.204.45.57 () {34 vars in 681 bytes} [Thu Jun 4 20:24:01 2026] POST /v2.0/networks => generated 718 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/257] 199.204.45.57 () {30 vars in 721 bytes} [Thu Jun 4 20:24:01 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/258] 199.204.45.57 () {30 vars in 632 bytes} [Thu Jun 4 20:24:01 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/259] 199.204.45.57 () {34 vars in 676 bytes} [Thu Jun 4 20:24:01 2026] POST /v2.0/ports => generated 999 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/260] 199.204.45.57 () {30 vars in 702 bytes} [Thu Jun 4 20:24:01 2026] GET /v2.0/networks/8aab0e0c-2443-4e1f-8198-7958aec77c87 => generated 705 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/261] 199.204.45.57 () {30 vars in 721 bytes} [Thu Jun 4 20:24:04 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/262] 199.204.45.57 () {30 vars in 702 bytes} [Thu Jun 4 20:24:04 2026] GET /v2.0/networks/8aab0e0c-2443-4e1f-8198-7958aec77c87 => 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: 132/265] 199.204.45.57 () {44 vars in 971 bytes} [Thu Jun 4 20:24:21 2026] GET /v2.0/quotas/f230871462d44009bc63606e1feb6775 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/266] 199.204.45.57 () {48 vars in 1023 bytes} [Thu Jun 4 20:24:21 2026] PUT /v2.0/quotas/f230871462d44009bc63606e1feb6775 => generated 291 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:36:40.529 8 INFO neutron.pecan_wsgi.hooks.translation [None req-89ccc2cb-3ee9-4d74-8c91-e1d1bdb8b647 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 182/365] 199.204.45.57 () {44 vars in 923 bytes} [Thu Jun 4 20:36:40 2026] GET /v2.0/networks/public => generated 108 bytes in 241 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/366] 199.204.45.57 () {44 vars in 945 bytes} [Thu Jun 4 20:36:40 2026] GET /v2.0/networks?name=public => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:36:41.741 8 INFO neutron.pecan_wsgi.hooks.translation [None req-29ffb99f-34df-4f42-8b6b-f4deec86dff7 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/369] 199.204.45.57 () {44 vars in 923 bytes} [Thu Jun 4 20:36:41 2026] GET /v2.0/networks/public => generated 108 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/370] 199.204.45.57 () {44 vars in 945 bytes} [Thu Jun 4 20:36:41 2026] GET /v2.0/networks?name=public => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:36:41.828 8 INFO neutron.pecan_wsgi.hooks.translation [None req-69fbc199-9971-49b4-83c6-941e8a67a5b6 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 185/371] 199.204.45.57 () {44 vars in 1030 bytes} [Thu Jun 4 20:36:41 2026] GET /v2.0/subnets/public-subnet?network_id=95b043d3-9e81-4c46-a322-6a27b92313ef => generated 113 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/372] 199.204.45.57 () {44 vars in 1053 bytes} [Thu Jun 4 20:36:41 2026] GET /v2.0/subnets?name=public-subnet&network_id=95b043d3-9e81-4c46-a322-6a27b92313ef => generated 667 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:37:14.691 8 INFO neutron.pecan_wsgi.hooks.translation [None req-60feb748-c725-4bc2-8062-44b5eabd1275 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 188/377] 199.204.45.57 () {44 vars in 933 bytes} [Thu Jun 4 20:37:14 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 66 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/378] 199.204.45.57 () {44 vars in 955 bytes} [Thu Jun 4 20:37:14 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:37:15.817 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9b4323e4-a6eb-4955-8b6c-5d70089c16a5 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 189/379] 199.204.45.57 () {44 vars in 933 bytes} [Thu Jun 4 20:37:15 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/380] 199.204.45.57 () {44 vars in 955 bytes} [Thu Jun 4 20:37:15 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:37:15.899 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d60d3c9a-6400-4638-a84a-0038d9e48976 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 190/381] 199.204.45.57 () {44 vars in 1032 bytes} [Thu Jun 4 20:37:15 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=8c1da500-6c9f-4a59-83ac-db53bac11984 => generated 114 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/382] 199.204.45.57 () {44 vars in 1055 bytes} [Thu Jun 4 20:37:15 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=8c1da500-6c9f-4a59-83ac-db53bac11984 => generated 654 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:37:17.216 8 INFO neutron.api.v2.resource [None req-96247726-7965-4922-b52a-6a3769b2d0d5 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 191/383] 199.204.45.57 () {44 vars in 967 bytes} [Thu Jun 4 20:37:17 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/384] 199.204.45.57 () {44 vars in 989 bytes} [Thu Jun 4 20:37:17 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/385] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:37:18 2026] GET /v2.0/security-groups/e5db8fbe-5cb8-4353-9a47-3b7db2c66612 => generated 4694 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/386] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:37:18 2026] GET /v2.0/security-groups/e5db8fbe-5cb8-4353-9a47-3b7db2c66612 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/387] 199.204.45.57 () {44 vars in 1007 bytes} [Thu Jun 4 20:37:18 2026] GET /v2.0/security-group-rules/5ee68150-3cc6-42ea-bd50-903f4d085ea4 => 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: 195/388] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:37:19 2026] GET /v2.0/security-groups/e5db8fbe-5cb8-4353-9a47-3b7db2c66612 => generated 4694 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/389] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:37:19 2026] GET /v2.0/security-groups/e5db8fbe-5cb8-4353-9a47-3b7db2c66612 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/390] 199.204.45.57 () {44 vars in 1007 bytes} [Thu Jun 4 20:37:19 2026] GET /v2.0/security-group-rules/cd0472ca-2eea-40a9-b589-9519c01de0fb => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/391] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:37:20 2026] GET /v2.0/security-groups/e5db8fbe-5cb8-4353-9a47-3b7db2c66612 => 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: 197/392] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:37:20 2026] GET /v2.0/security-groups/e5db8fbe-5cb8-4353-9a47-3b7db2c66612 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/393] 199.204.45.57 () {44 vars in 1007 bytes} [Thu Jun 4 20:37:20 2026] GET /v2.0/security-group-rules/e04beb79-0d09-4e50-b382-aa3d55b67a24 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/394] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:37:21 2026] GET /v2.0/security-groups/e5db8fbe-5cb8-4353-9a47-3b7db2c66612 => generated 4694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/395] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:37:21 2026] GET /v2.0/security-groups/e5db8fbe-5cb8-4353-9a47-3b7db2c66612 => generated 4694 bytes in 44 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.57 () {44 vars in 1007 bytes} [Thu Jun 4 20:37:21 2026] GET /v2.0/security-group-rules/bd50639f-7714-4871-8f78-33f27155de2c => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/397] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:37:22 2026] GET /v2.0/security-groups/e5db8fbe-5cb8-4353-9a47-3b7db2c66612 => generated 4694 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/398] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:37:22 2026] GET /v2.0/security-groups/e5db8fbe-5cb8-4353-9a47-3b7db2c66612 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/399] 199.204.45.57 () {44 vars in 1007 bytes} [Thu Jun 4 20:37:22 2026] GET /v2.0/security-group-rules/a0357fa9-c980-48b0-8e4b-f2c8db4c8d87 => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/400] 199.204.45.57 () {44 vars in 983 bytes} [Thu Jun 4 20:37:24 2026] GET /v2.0/networks/8c1da500-6c9f-4a59-83ac-db53bac11984 => generated 732 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:37:24.318 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4e4f70eb-be49-41ab-a3bb-c9c7eb9f0bb7 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 200/401] 199.204.45.57 () {44 vars in 1072 bytes} [Thu Jun 4 20:37:24 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=8c1da500-6c9f-4a59-83ac-db53bac11984 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/402] 199.204.45.57 () {44 vars in 1095 bytes} [Thu Jun 4 20:37:24 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=8c1da500-6c9f-4a59-83ac-db53bac11984 => generated 1254 bytes in 60 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.57 () {44 vars in 997 bytes} [Thu Jun 4 20:37:24 2026] GET /v2.0/security-groups/e5db8fbe-5cb8-4353-9a47-3b7db2c66612 => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:37:33.157 7 INFO neutron.pecan_wsgi.hooks.translation [None req-43f915a3-4fc5-4a74-afe7-9035cd685257 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 204/406] 199.204.45.57 () {44 vars in 975 bytes} [Thu Jun 4 20:37:33 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 66 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/407] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:37:33 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/408] 199.204.45.57 () {44 vars in 916 bytes} [Thu Jun 4 20:37:34 2026] GET /v2.0/ports => generated 4725 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:37:36.221 8 INFO neutron.api.v2.resource [None req-3e3fd980-202a-434f-907b-5b9abf2e860b 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 204/409] 199.204.45.57 () {44 vars in 955 bytes} [Thu Jun 4 20:37:36 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/410] 199.204.45.57 () {44 vars in 977 bytes} [Thu Jun 4 20:37:36 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/411] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:37:37 2026] GET /v2.0/security-groups/7ee1f49c-a6e1-4afa-80d7-fb0b881bc342 => 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: 207/412] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:37:37 2026] GET /v2.0/security-groups/7ee1f49c-a6e1-4afa-80d7-fb0b881bc342 => generated 2886 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/413] 199.204.45.57 () {44 vars in 1007 bytes} [Thu Jun 4 20:37:37 2026] GET /v2.0/security-group-rules/bf931b2f-0451-405c-94e6-cdf8ba9c610f => generated 623 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/414] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:37:38 2026] GET /v2.0/security-groups/7ee1f49c-a6e1-4afa-80d7-fb0b881bc342 => generated 2886 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/415] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:37:38 2026] GET /v2.0/security-groups/7ee1f49c-a6e1-4afa-80d7-fb0b881bc342 => generated 2886 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/416] 199.204.45.57 () {44 vars in 1007 bytes} [Thu Jun 4 20:37:38 2026] GET /v2.0/security-group-rules/e7496dcf-7abd-4709-b5c7-71ef809943eb => generated 627 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/419] 199.204.45.57 () {44 vars in 971 bytes} [Thu Jun 4 20:37:51 2026] GET /v2.0/quotas/8674d835d01d45d5ae2441e3fd48fb94 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:38:51.353 7 INFO neutron.api.v2.resource [None req-05c3cd29-d21e-4834-943e-508a5907467d 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 216/428] 199.204.45.57 () {44 vars in 1070 bytes} [Thu Jun 4 20:38:51 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=f230871462d44009bc63606e1feb6775 => generated 139 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/429] 199.204.45.57 () {44 vars in 1093 bytes} [Thu Jun 4 20:38:51 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=f230871462d44009bc63606e1feb6775 => generated 4072 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/430] 199.204.45.57 () {44 vars in 1084 bytes} [Thu Jun 4 20:38:52 2026] GET /v2.0/security-groups/63bdb2fe-7b49-494a-8c2d-f8c190748b36?project_id=f230871462d44009bc63606e1feb6775 => generated 4075 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/431] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:38:52 2026] GET /v2.0/security-groups/63bdb2fe-7b49-494a-8c2d-f8c190748b36 => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/432] 199.204.45.57 () {44 vars in 1007 bytes} [Thu Jun 4 20:38:52 2026] GET /v2.0/security-group-rules/34633b8f-d4f8-4a73-8efd-223f93a1dc17 => generated 597 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/433] 199.204.45.57 () {44 vars in 1084 bytes} [Thu Jun 4 20:38:53 2026] GET /v2.0/security-groups/63bdb2fe-7b49-494a-8c2d-f8c190748b36?project_id=f230871462d44009bc63606e1feb6775 => 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: 219/434] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:38:53 2026] GET /v2.0/security-groups/63bdb2fe-7b49-494a-8c2d-f8c190748b36 => generated 4075 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/435] 199.204.45.57 () {44 vars in 1007 bytes} [Thu Jun 4 20:38:53 2026] GET /v2.0/security-group-rules/4d76cc0a-0564-4bac-a54b-4abfec0a483f => generated 599 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/436] 199.204.45.57 () {44 vars in 1084 bytes} [Thu Jun 4 20:38:54 2026] GET /v2.0/security-groups/63bdb2fe-7b49-494a-8c2d-f8c190748b36?project_id=f230871462d44009bc63606e1feb6775 => 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: 217/437] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:38:54 2026] GET /v2.0/security-groups/63bdb2fe-7b49-494a-8c2d-f8c190748b36 => generated 4075 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/438] 199.204.45.57 () {44 vars in 1007 bytes} [Thu Jun 4 20:38:54 2026] GET /v2.0/security-group-rules/a76bb5c6-49e5-4ceb-9aac-c419ba2974a7 => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/441] 199.204.45.57 () {44 vars in 1084 bytes} [Thu Jun 4 20:38:55 2026] GET /v2.0/security-groups/63bdb2fe-7b49-494a-8c2d-f8c190748b36?project_id=f230871462d44009bc63606e1feb6775 => generated 4075 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/442] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jun 4 20:38:55 2026] GET /v2.0/security-groups/63bdb2fe-7b49-494a-8c2d-f8c190748b36 => generated 4075 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/443] 199.204.45.57 () {44 vars in 1007 bytes} [Thu Jun 4 20:38:55 2026] GET /v2.0/security-group-rules/a908ad39-4743-4b52-a242-7d6b06b14125 => generated 602 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/444] 199.204.45.57 () {44 vars in 971 bytes} [Thu Jun 4 20:39:03 2026] GET /v2.0/quotas/f230871462d44009bc63606e1feb6775 => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/453] 199.204.45.57 () {44 vars in 945 bytes} [Thu Jun 4 20:40:00 2026] GET /v2.0/networks?name=public => generated 753 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/460] 10.0.0.104 () {32 vars in 649 bytes} [Thu Jun 4 20:40:42 2026] GET /v2.0/networks => generated 2168 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/461] 10.0.0.104 () {32 vars in 655 bytes} [Thu Jun 4 20:40:43 2026] GET /v2.0/floatingips => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/462] 10.0.0.104 () {32 vars in 647 bytes} [Thu Jun 4 20:40:43 2026] GET /v2.0/routers => generated 15 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/463] 10.0.0.104 () {32 vars in 643 bytes} [Thu Jun 4 20:40:43 2026] GET /v2.0/ports => generated 4725 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/464] 10.0.0.104 () {32 vars in 647 bytes} [Thu Jun 4 20:40:43 2026] GET /v2.0/subnets => generated 1308 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/465] 10.0.0.104 () {32 vars in 649 bytes} [Thu Jun 4 20:40:43 2026] GET /v2.0/networks => generated 2168 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/466] 10.0.0.104 () {32 vars in 663 bytes} [Thu Jun 4 20:40:43 2026] GET /v2.0/security-groups => generated 17401 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/467] 10.0.0.104 () {32 vars in 655 bytes} [Thu Jun 4 20:40:43 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:40:55.787 8 INFO neutron.db.segments_db [None req-01a8e958-95b6-4fb5-b61a-87ebf13254df 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Added segment 3f40ece5-9e7d-4532-bcad-33e095878211 of type vxlan for network 0ba305ab-5bd7-487d-a57e-9c26cf3d6fb2 2026-06-04 20:40:55.883 7 INFO neutron.db.segments_db [None req-e51dd15d-dbf4-4143-a6b8-b1dd5d09d236 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Added segment c44f6188-419f-43ae-b0bf-29357283e872 of type vxlan for network 4d58cf5a-3e3e-4434-a195-f359932824ce [pid: 8|app: 0|req: 232/468] 10.0.0.104 () {34 vars in 671 bytes} [Thu Jun 4 20:40:55 2026] POST /v2.0/networks => generated 744 bytes in 512 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/471] 10.0.0.104 () {34 vars in 671 bytes} [Thu Jun 4 20:40:55 2026] POST /v2.0/networks => generated 749 bytes in 471 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/472] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:40:56 2026] POST /v2.0/subnets => generated 696 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/473] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:40:55 2026] POST /v2.0/subnets => generated 691 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:40:56.244 7 INFO neutron.db.segments_db [None req-ddd7e299-6e9e-4048-8a88-508cbf7b5f45 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Added segment 70d63b93-9135-4aa0-819e-6d7ce3932ab2 of type vxlan for network 90fa5fc2-7be8-4db8-8a34-6dd853270e92 2026-06-04 20:40:56.279 8 INFO neutron.db.segments_db [None req-2e79e81b-9ab9-430d-a6a3-429b9d678ecd 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Added segment fb3b5eb9-5e7b-43e6-80bb-b2af3fd2fad9 of type vxlan for network 6f160357-191b-4f6f-b8bb-4d60cf14465f 2026-06-04 20:40:56.488 7 INFO neutron.db.l3_hamode_db [None req-ddd7e299-6e9e-4048-8a88-508cbf7b5f45 4a13b69cd782415a884fbe0bacb718a6 d04c99c01fc8445f9617999e47a2b2db - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 20:40:56.558 8 INFO neutron.db.l3_hamode_db [None req-2e79e81b-9ab9-430d-a6a3-429b9d678ecd 4a13b69cd782415a884fbe0bacb718a6 0390f41787cc48ea954a46be017a57b1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 20:40:57.547 8 INFO neutron.db.l3_hamode_db [None req-2e79e81b-9ab9-430d-a6a3-429b9d678ecd 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 20:40:57.633 7 INFO neutron.db.l3_hamode_db [None req-ddd7e299-6e9e-4048-8a88-508cbf7b5f45 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 239/474] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:40:56 2026] POST /v2.0/routers => generated 736 bytes in 2554 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/475] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:40:56 2026] POST /v2.0/routers => generated 731 bytes in 2833 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/476] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:40:58 2026] GET /v2.0/security-groups?tenant_id=118267efef624ae8bf7ee22bdf944ef4&name=default => generated 2921 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/477] 10.0.0.104 () {34 vars in 783 bytes} [Thu Jun 4 20:40:59 2026] PUT /v2.0/routers/381c8293-9943-422c-994d-beb3dedcfa29/add_router_interface => generated 309 bytes in 1288 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/478] 10.0.0.104 () {34 vars in 783 bytes} [Thu Jun 4 20:40:59 2026] PUT /v2.0/routers/4df6f7bb-a13f-47c2-b767-485737f5a396/add_router_interface => generated 309 bytes in 1143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/479] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:41:00 2026] DELETE /v2.0/security-groups/1cab3731-4d5b-4af2-b672-bac414afd8e9 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/480] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:41:00 2026] GET /v2.0/security-groups?tenant_id=a70b50db172344c4983e620eee69ccdb&name=default => generated 2921 bytes in 398 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/481] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:41:00 2026] DELETE /v2.0/security-groups/0f8d6c5e-79eb-455c-b3f0-d9b00b0e8545 => 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: 243/482] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:41:01 2026] GET /v2.0/security-groups?tenant_id=971d922d6d1e4e82b13f311b01d530c9&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/483] 10.0.0.104 () {34 vars in 685 bytes} [Thu Jun 4 20:41:01 2026] POST /v2.0/security-groups => generated 1661 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/484] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:41:01 2026] DELETE /v2.0/security-groups/faf68c0c-059a-41c4-81c3-d671ad7fbbbf => 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: 241/485] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:41:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/486] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:41:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/487] 10.0.0.49 () {38 vars in 970 bytes} [Thu Jun 4 20:41:01 2026] POST /v2.0/security-groups => generated 1685 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/488] 10.0.0.104 () {34 vars in 676 bytes} [Thu Jun 4 20:41:01 2026] POST /v2.0/floatingips => generated 552 bytes in 553 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/489] 10.0.0.49 () {34 vars in 990 bytes} [Thu Jun 4 20:41:02 2026] GET /v2.0/security-groups/09af7ef3-d299-48b4-89a1-576b2b9cd9eb => generated 1685 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/490] 10.0.0.49 () {38 vars in 980 bytes} [Thu Jun 4 20:41:02 2026] POST /v2.0/security-group-rules => generated 614 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:41:02.733 8 INFO neutron.db.segments_db [None req-0e8e59ee-f02c-4e70-b181-a4bb269137b1 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Added segment 4c9a425b-8260-4994-9dfd-8039f227b6f2 of type vxlan for network 4ee5fac6-56e2-41b3-b0ed-a6920b729871 [pid: 7|app: 0|req: 249/491] 10.0.0.49 () {38 vars in 970 bytes} [Thu Jun 4 20:41:02 2026] POST /v2.0/security-groups => generated 1686 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/492] 10.0.0.104 () {34 vars in 671 bytes} [Thu Jun 4 20:41:02 2026] POST /v2.0/networks => generated 736 bytes in 509 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/493] 10.0.0.49 () {34 vars in 1099 bytes} [Thu Jun 4 20:41:02 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1641377737&fields=id&tenant_id=0390f41787cc48ea954a46be017a57b1 => 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: 251/494] 10.0.0.49 () {34 vars in 990 bytes} [Thu Jun 4 20:41:02 2026] GET /v2.0/security-groups/299735e5-d7b5-4ddf-aeea-8f845179f028 => generated 1686 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/495] 10.0.0.49 () {34 vars in 981 bytes} [Thu Jun 4 20:41:02 2026] GET /v2.0/networks?id=0ba305ab-5bd7-487d-a57e-9c26cf3d6fb2 => generated 676 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/496] 10.0.0.49 () {38 vars in 980 bytes} [Thu Jun 4 20:41:02 2026] POST /v2.0/security-group-rules => generated 614 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/497] 10.0.0.49 () {34 vars in 964 bytes} [Thu Jun 4 20:41:03 2026] GET /v2.0/quotas/0390f41787cc48ea954a46be017a57b1 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/498] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:41:02 2026] POST /v2.0/subnets => generated 683 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/499] 10.0.0.49 () {34 vars in 990 bytes} [Thu Jun 4 20:41:03 2026] GET /v2.0/security-groups/299735e5-d7b5-4ddf-aeea-8f845179f028 => generated 2311 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/500] 10.0.0.49 () {34 vars in 1001 bytes} [Thu Jun 4 20:41:03 2026] GET /v2.0/ports?tenant_id=0390f41787cc48ea954a46be017a57b1&fields=id => generated 103 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:41:03.202 8 INFO neutron.db.segments_db [None req-9805f4f3-66eb-46ed-b9dd-7c2512d9bad0 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Added segment 849c103e-a405-480e-8735-c780b52b1e5f of type vxlan for network 8d729a46-6125-49c0-845b-509e4ab8dd93 [pid: 7|app: 0|req: 256/501] 10.0.0.49 () {38 vars in 980 bytes} [Thu Jun 4 20:41:03 2026] POST /v2.0/security-group-rules => generated 619 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/502] 10.0.0.49 () {34 vars in 990 bytes} [Thu Jun 4 20:41:03 2026] GET /v2.0/security-groups/299735e5-d7b5-4ddf-aeea-8f845179f028 => generated 2941 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/503] 10.0.0.49 () {34 vars in 1000 bytes} [Thu Jun 4 20:41:03 2026] GET /v2.0/security-group-rules/a5df5094-7230-47f2-8f07-e62625dc281d => generated 616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/504] 10.0.0.49 () {34 vars in 990 bytes} [Thu Jun 4 20:41:03 2026] GET /v2.0/security-groups/299735e5-d7b5-4ddf-aeea-8f845179f028 => generated 2941 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:41:03.497 8 INFO neutron.db.l3_hamode_db [None req-9805f4f3-66eb-46ed-b9dd-7c2512d9bad0 4a13b69cd782415a884fbe0bacb718a6 e2549b592e464950a1d5257afc6d2310 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 20:41:03.714 7 INFO neutron.db.segments_db [None req-6b0f6990-4bf2-40f7-9299-9f7baf7b0dfe 7c6afac1a87540b4a0d678427293453b 3c458e0c23b74e1e872844b2a487985f - - default default] Added segment e35f725f-0d11-498b-9de5-362f68fd68d6 of type vxlan for network 9d20191d-f696-401a-b3bd-4caac96f3cd1 2026-06-04 20:41:03.769 7 INFO neutron.db.segments_db [None req-6b0f6990-4bf2-40f7-9299-9f7baf7b0dfe 7c6afac1a87540b4a0d678427293453b 3c458e0c23b74e1e872844b2a487985f - - default default] Added segment b4ba26c6-6d84-4cf8-96f5-e48716eefc77 of type vxlan for network 4eb9c931-ee51-44a6-8a8e-26b82f56809f [pid: 7|app: 0|req: 260/505] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:41:03 2026] POST /v2.0/networks => generated 1244 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/506] 10.0.0.49 () {36 vars in 1022 bytes} [Thu Jun 4 20:41:03 2026] DELETE /v2.0/security-group-rules/a5df5094-7230-47f2-8f07-e62625dc281d => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/507] 10.0.0.49 () {34 vars in 906 bytes} [Thu Jun 4 20:41:03 2026] GET /v2.0/extensions => generated 21537 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/508] 10.0.0.104 () {32 vars in 649 bytes} [Thu Jun 4 20:41:03 2026] GET /v2.0/networks => generated 1843 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/509] 10.0.0.49 () {34 vars in 990 bytes} [Thu Jun 4 20:41:04 2026] GET /v2.0/security-groups/299735e5-d7b5-4ddf-aeea-8f845179f028 => generated 2311 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/510] 10.0.0.49 () {34 vars in 1007 bytes} [Thu Jun 4 20:41:04 2026] GET /v2.0/networks/0ba305ab-5bd7-487d-a57e-9c26cf3d6fb2?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:41:04.308 8 INFO neutron.db.l3_hamode_db [None req-9805f4f3-66eb-46ed-b9dd-7c2512d9bad0 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 266/511] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:41:04 2026] DELETE /v2.0/networks/9d20191d-f696-401a-b3bd-4caac96f3cd1 => 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: 267/512] 10.0.0.49 () {36 vars in 1012 bytes} [Thu Jun 4 20:41:04 2026] DELETE /v2.0/security-groups/299735e5-d7b5-4ddf-aeea-8f845179f028 => 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: 268/513] 10.0.0.49 () {34 vars in 1107 bytes} [Thu Jun 4 20:41:04 2026] GET /v2.0/networks/0ba305ab-5bd7-487d-a57e-9c26cf3d6fb2?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: 269/514] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:41:04 2026] DELETE /v2.0/networks/4eb9c931-ee51-44a6-8a8e-26b82f56809f => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/515] 10.0.0.49 () {34 vars in 990 bytes} [Thu Jun 4 20:41:04 2026] GET /v2.0/security-groups/09af7ef3-d299-48b4-89a1-576b2b9cd9eb => generated 2310 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/516] 10.0.0.104 () {32 vars in 649 bytes} [Thu Jun 4 20:41:04 2026] GET /v2.0/networks => generated 651 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:41:04.772 7 INFO neutron.services.segments.plugin [-] Segment e35f725f-0d11-498b-9de5-362f68fd68d6 resource provider aggregate not found 2026-06-04 20:41:04.827 7 INFO neutron.services.segments.plugin [-] Segment e35f725f-0d11-498b-9de5-362f68fd68d6 resource provider aggregate not found 2026-06-04 20:41:04.837 7 INFO neutron.services.segments.plugin [-] Segment e35f725f-0d11-498b-9de5-362f68fd68d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e35f725f-0d11-498b-9de5-362f68fd68d6 found for delete ", "request_id": "req-2eb3e9f4-e1e8-4520-9f51-d5af1d18d43d"}]} [pid: 7|app: 0|req: 272/517] 10.0.0.49 () {36 vars in 1012 bytes} [Thu Jun 4 20:41:04 2026] DELETE /v2.0/security-groups/09af7ef3-d299-48b4-89a1-576b2b9cd9eb => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:41:04.870 7 INFO neutron.services.segments.plugin [-] Segment e35f725f-0d11-498b-9de5-362f68fd68d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e35f725f-0d11-498b-9de5-362f68fd68d6 found for delete ", "request_id": "req-f851e24e-e50e-4506-8c15-ffd7e8d030de"}]} [pid: 7|app: 0|req: 273/518] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:04 2026] GET /v2.0/ports?device_id=613a8c82-f7c7-4a6b-9804-cae35a432ea2 => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:41:05.001 7 INFO neutron.db.segments_db [None req-8c59afa9-c47d-4f52-9c9f-73b61022e385 7c6afac1a87540b4a0d678427293453b 3c458e0c23b74e1e872844b2a487985f - - default default] Added segment 1b9d14a2-214f-4ae8-bfaa-930cca9fe36d of type vxlan for network 07f078f3-9600-4c27-97bd-50307e584682 [pid: 7|app: 0|req: 274/519] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:41:04 2026] POST /v2.0/networks => generated 649 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/520] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:41:03 2026] POST /v2.0/routers => generated 723 bytes in 2078 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:41:05.290 8 INFO neutron.db.segments_db [None req-d22c82d9-3de3-462f-bcab-3d66c33a7851 7c6afac1a87540b4a0d678427293453b 3c458e0c23b74e1e872844b2a487985f - - default default] Added segment 607b5666-8331-4b27-b24b-70104c5d4aab of type vxlan for network c72aea65-9217-4097-9d55-d1a9b0c97ec1 [pid: 8|app: 0|req: 247/521] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:41:05 2026] POST /v2.0/networks => generated 649 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:41:06.158 7 INFO neutron_taas.services.taas.taas_plugin [None req-f8b4df01-7d12-46a7-a936-3269d9c6aa94 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: c9e73913-403e-42d8-8217-80d9abbe806c 2026-06-04 20:41:06.169 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8b4df01-7d12-46a7-a936-3269d9c6aa94 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: c9e73913-403e-42d8-8217-80d9abbe806c [pid: 8|app: 0|req: 248/522] 10.0.0.104 () {34 vars in 783 bytes} [Thu Jun 4 20:41:05 2026] PUT /v2.0/routers/f2d2fcb2-ca92-4114-aa70-070df4c6e4bb/add_router_interface => generated 309 bytes in 1352 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/523] 10.0.0.104 () {34 vars in 789 bytes} [Thu Jun 4 20:41:05 2026] PUT /v2.0/routers/381c8293-9943-422c-994d-beb3dedcfa29/remove_router_interface => generated 309 bytes in 1725 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/524] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:06 2026] GET /v2.0/ports?device_id=613a8c82-f7c7-4a6b-9804-cae35a432ea2 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:41:06.855 7 INFO neutron.services.segments.plugin [-] Segment b4ba26c6-6d84-4cf8-96f5-e48716eefc77 resource provider aggregate not found 2026-06-04 20:41:06.877 7 INFO neutron.services.segments.plugin [-] Segment b4ba26c6-6d84-4cf8-96f5-e48716eefc77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4ba26c6-6d84-4cf8-96f5-e48716eefc77 found for delete ", "request_id": "req-076e2677-fae6-4075-9c98-2a4872aac10c"}]} 2026-06-04 20:41:06.896 7 INFO neutron.services.segments.plugin [-] Segment b4ba26c6-6d84-4cf8-96f5-e48716eefc77 resource provider aggregate not found 2026-06-04 20:41:06.933 7 INFO neutron.services.segments.plugin [-] Segment b4ba26c6-6d84-4cf8-96f5-e48716eefc77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4ba26c6-6d84-4cf8-96f5-e48716eefc77 found for delete ", "request_id": "req-e33dcbab-9db4-4527-889d-81329dad7b7c"}]} 2026-06-04 20:41:07.094 7 INFO neutron_taas.services.taas.taas_plugin [None req-8772072c-2807-450e-a8cb-16af102d81a1 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: bf0a95e8-1377-4dce-9e07-a164cd41d8d8 2026-06-04 20:41:07.097 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8772072c-2807-450e-a8cb-16af102d81a1 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: bf0a95e8-1377-4dce-9e07-a164cd41d8d8 2026-06-04 20:41:07.384 7 INFO neutron_taas.services.taas.taas_plugin [None req-8772072c-2807-450e-a8cb-16af102d81a1 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: d00b6a81-ecfc-487e-b214-5536f50f6f70 2026-06-04 20:41:07.388 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8772072c-2807-450e-a8cb-16af102d81a1 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: d00b6a81-ecfc-487e-b214-5536f50f6f70 2026-06-04 20:41:07.476 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-8772072c-2807-450e-a8cb-16af102d81a1 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - 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 124, 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 124, 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 58, 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 40, 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 340, 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 2241, 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 645, 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 716, 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: 249/525] 10.0.0.104 () {34 vars in 665 bytes} [Thu Jun 4 20:41:06 2026] POST /v2.0/ports => generated 1506 bytes in 763 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: 250/526] 10.0.0.104 () {34 vars in 685 bytes} [Thu Jun 4 20:41:07 2026] POST /v2.0/security-groups => generated 1659 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/527] 10.0.0.104 () {32 vars in 643 bytes} [Thu Jun 4 20:41:07 2026] GET /v2.0/ports => generated 1506 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/528] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:41:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:41:07.811 7 INFO neutron.db.l3_hamode_db [None req-8772072c-2807-450e-a8cb-16af102d81a1 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] HA network 90fa5fc2-7be8-4db8-8a34-6dd853270e92 was deleted as no HA routers are present in tenant d04c99c01fc8445f9617999e47a2b2db. [pid: 7|app: 0|req: 277/529] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:41:06 2026] DELETE /v2.0/routers/381c8293-9943-422c-994d-beb3dedcfa29 => generated 0 bytes in 965 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/530] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:41:07 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: 7|app: 0|req: 279/531] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:41:07 2026] DELETE /v2.0/subnets/fa543e45-fca6-47a4-bdb6-73d02b348767 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:41:08.306 8 INFO neutron_taas.services.taas.taas_plugin [None req-a07a3801-04e5-4660-a55a-775df68ca26f 7c6afac1a87540b4a0d678427293453b 3c458e0c23b74e1e872844b2a487985f - - default default] TaaS: Handle Delete Port: 7e95642e-5370-4a93-98e9-7295ee1d362a 2026-06-04 20:41:08.314 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a07a3801-04e5-4660-a55a-775df68ca26f 7c6afac1a87540b4a0d678427293453b 3c458e0c23b74e1e872844b2a487985f - - default default] Tap Mirror: Handle Delete Port: 7e95642e-5370-4a93-98e9-7295ee1d362a [pid: 8|app: 0|req: 253/532] 10.0.0.104 () {32 vars in 720 bytes} [Thu Jun 4 20:41:07 2026] DELETE /v2.0/ports/7e95642e-5370-4a93-98e9-7295ee1d362a => generated 0 bytes in 623 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/533] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:08 2026] GET /v2.0/ports?device_id=613a8c82-f7c7-4a6b-9804-cae35a432ea2 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:41:08.523 8 INFO neutron_taas.services.taas.taas_plugin [None req-b08984d5-d940-4f84-b66e-4dfa342a3701 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: 5a1fbf0f-48f0-47de-9011-e43baafed3c2 2026-06-04 20:41:08.528 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b08984d5-d940-4f84-b66e-4dfa342a3701 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: 5a1fbf0f-48f0-47de-9011-e43baafed3c2 [pid: 7|app: 0|req: 280/534] 10.0.0.104 () {34 vars in 676 bytes} [Thu Jun 4 20:41:08 2026] POST /v2.0/floatingips => generated 552 bytes in 532 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/535] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:41:08 2026] DELETE /v2.0/networks/4d58cf5a-3e3e-4434-a195-f359932824ce => generated 0 bytes in 339 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:41:08.845 7 INFO neutron_taas.services.taas.taas_plugin [None req-886c7e3d-27aa-416e-9293-bf41ab1b4a43 7c6afac1a87540b4a0d678427293453b 3c458e0c23b74e1e872844b2a487985f - - default default] TaaS: Handle Delete Port: a42ef03e-6add-4e01-a04c-4091de6512a5 2026-06-04 20:41:08.851 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-886c7e3d-27aa-416e-9293-bf41ab1b4a43 7c6afac1a87540b4a0d678427293453b 3c458e0c23b74e1e872844b2a487985f - - default default] Tap Mirror: Handle Delete Port: a42ef03e-6add-4e01-a04c-4091de6512a5 2026-06-04 20:41:08.912 7 INFO neutron.services.segments.plugin [-] Segment 70d63b93-9135-4aa0-819e-6d7ce3932ab2 resource provider aggregate not found 2026-06-04 20:41:08.933 7 INFO neutron.services.segments.plugin [-] Segment 70d63b93-9135-4aa0-819e-6d7ce3932ab2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70d63b93-9135-4aa0-819e-6d7ce3932ab2 found for delete ", "request_id": "req-cc019d1c-6fe4-42ff-b210-9b949998732b"}]} 2026-06-04 20:41:08.982 7 INFO neutron.services.segments.plugin [-] Segment 70d63b93-9135-4aa0-819e-6d7ce3932ab2 resource provider aggregate not found [pid: 7|app: 0|req: 281/536] 10.0.0.104 () {32 vars in 720 bytes} [Thu Jun 4 20:41:08 2026] DELETE /v2.0/ports/a42ef03e-6add-4e01-a04c-4091de6512a5 => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:41:09.023 7 INFO neutron.services.segments.plugin [-] Segment 70d63b93-9135-4aa0-819e-6d7ce3932ab2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70d63b93-9135-4aa0-819e-6d7ce3932ab2 found for delete ", "request_id": "req-ee28775f-7b1e-48a8-b8fe-2a45ba013293"}]} [pid: 8|app: 0|req: 256/537] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:41:08 2026] GET /v2.0/security-groups?tenant_id=d04c99c01fc8445f9617999e47a2b2db&name=default => generated 2921 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/538] 10.0.0.104 () {32 vars in 643 bytes} [Thu Jun 4 20:41:09 2026] GET /v2.0/ports => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:41:09.126 7 INFO neutron.db.segments_db [None req-f1678e87-6469-48cd-8055-20e309d8b86e 7c6afac1a87540b4a0d678427293453b 3c458e0c23b74e1e872844b2a487985f - - default default] Added segment 52fa492a-c97c-438c-8e0c-16f3182ba8e4 of type vxlan for network 8c459f25-cb1f-4bc0-8add-a7910cab80f2 [pid: 8|app: 0|req: 257/539] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:41:09 2026] DELETE /v2.0/security-groups/ec09e19a-46f5-4cf2-8227-4156be64b11a => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/540] 10.0.0.49 () {34 vars in 1099 bytes} [Thu Jun 4 20:41:09 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1942462548&fields=id&tenant_id=e2549b592e464950a1d5257afc6d2310 => generated 69 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/541] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:41:09 2026] POST /v2.0/networks => generated 649 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/542] 10.0.0.49 () {34 vars in 981 bytes} [Thu Jun 4 20:41:09 2026] GET /v2.0/networks?id=4ee5fac6-56e2-41b3-b0ed-a6920b729871 => generated 668 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/543] 10.0.0.49 () {34 vars in 964 bytes} [Thu Jun 4 20:41:09 2026] GET /v2.0/quotas/e2549b592e464950a1d5257afc6d2310 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:41:09.298 8 INFO neutron.db.segments_db [None req-8cdf22bd-19e7-479e-8d6b-7b5d931a35d3 7c6afac1a87540b4a0d678427293453b 3c458e0c23b74e1e872844b2a487985f - - default default] Added segment d1f11d2b-b390-47a3-871e-c1b27f5b2410 of type vxlan for network f0d11492-988a-4db7-b9b9-599d62703883 [pid: 7|app: 0|req: 286/544] 10.0.0.49 () {34 vars in 1001 bytes} [Thu Jun 4 20:41:09 2026] GET /v2.0/ports?tenant_id=e2549b592e464950a1d5257afc6d2310&fields=id => generated 103 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/545] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:41:09 2026] POST /v2.0/networks => generated 650 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/546] 10.0.0.49 () {34 vars in 1007 bytes} [Thu Jun 4 20:41:09 2026] GET /v2.0/networks/4ee5fac6-56e2-41b3-b0ed-a6920b729871?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:41:09.483 8 INFO neutron.services.segments.plugin [-] Segment c44f6188-419f-43ae-b0bf-29357283e872 resource provider aggregate not found 2026-06-04 20:41:09.494 8 INFO neutron.services.segments.plugin [-] Segment c44f6188-419f-43ae-b0bf-29357283e872 resource provider aggregate not found 2026-06-04 20:41:09.513 8 INFO neutron.services.segments.plugin [-] Segment c44f6188-419f-43ae-b0bf-29357283e872 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c44f6188-419f-43ae-b0bf-29357283e872 found for delete ", "request_id": "req-be78ad49-d97f-4369-b310-3ecd5b82d372"}]} 2026-06-04 20:41:09.516 8 INFO neutron.services.segments.plugin [-] Segment c44f6188-419f-43ae-b0bf-29357283e872 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c44f6188-419f-43ae-b0bf-29357283e872 found for delete ", "request_id": "req-f649ef4f-2500-47c4-b3f9-b4ee98c35d61"}]} [pid: 7|app: 0|req: 288/547] 10.0.0.49 () {34 vars in 1107 bytes} [Thu Jun 4 20:41:09 2026] GET /v2.0/networks/4ee5fac6-56e2-41b3-b0ed-a6920b729871?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/548] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:09 2026] GET /v2.0/ports?device_id=613a8c82-f7c7-4a6b-9804-cae35a432ea2 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/549] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:09 2026] GET /v2.0/ports?device_id=5d5ef411-04e5-438d-bfd2-05ae492bf73b => 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: 291/550] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:41:09 2026] GET /v2.0/networks?id=0ba305ab-5bd7-487d-a57e-9c26cf3d6fb2 => generated 676 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/551] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:41:09 2026] POST /v2.0/subnets => generated 1274 bytes in 533 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/552] 10.0.0.104 () {32 vars in 647 bytes} [Thu Jun 4 20:41:09 2026] GET /v2.0/subnets => generated 1910 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/553] 199.204.45.57 () {34 vars in 910 bytes} [Thu Jun 4 20:41:10 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/554] 199.204.45.57 () {34 vars in 1049 bytes} [Thu Jun 4 20:41:10 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0390f41787cc48ea954a46be017a57b1 => generated 181 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/555] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:41:10 2026] DELETE /v2.0/subnets/ae2901de-e08e-4d1f-83e7-a35159645f6f => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/556] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:41:10 2026] DELETE /v2.0/subnets/c2ba0f03-ebe6-4d55-ad88-16586f21ccdf => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/557] 10.0.0.104 () {32 vars in 647 bytes} [Thu Jun 4 20:41:10 2026] GET /v2.0/subnets => generated 649 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/558] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:41:10 2026] DELETE /v2.0/networks/f0d11492-988a-4db7-b9b9-599d62703883 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/559] 199.204.45.57 () {38 vars in 954 bytes} [Thu Jun 4 20:41:10 2026] POST /v2.0/ports => generated 954 bytes in 487 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: 265/560] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:41:10 2026] DELETE /v2.0/networks/8c459f25-cb1f-4bc0-8add-a7910cab80f2 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/561] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:10 2026] GET /v2.0/ports?device_id=613a8c82-f7c7-4a6b-9804-cae35a432ea2 => generated 957 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/564] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:10 2026] GET /v2.0/security-groups?id=3ffa1809-42a6-412d-bd9c-f36f9e980b89&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/565] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:10 2026] GET /v2.0/ports?device_id=5d5ef411-04e5-438d-bfd2-05ae492bf73b => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/566] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:41:10 2026] DELETE /v2.0/networks/c72aea65-9217-4097-9d55-d1a9b0c97ec1 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:41:11.072 7 INFO neutron.services.segments.plugin [-] Segment 1b9d14a2-214f-4ae8-bfaa-930cca9fe36d resource provider aggregate not found 2026-06-04 20:41:11.073 7 INFO neutron.services.segments.plugin [-] Segment 1b9d14a2-214f-4ae8-bfaa-930cca9fe36d resource provider aggregate not found 2026-06-04 20:41:11.090 7 INFO neutron.services.segments.plugin [-] Segment 1b9d14a2-214f-4ae8-bfaa-930cca9fe36d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b9d14a2-214f-4ae8-bfaa-930cca9fe36d found for delete ", "request_id": "req-0cec4ada-c967-41a9-84f6-61bfebaca859"}]} 2026-06-04 20:41:11.093 7 INFO neutron.services.segments.plugin [-] Segment 1b9d14a2-214f-4ae8-bfaa-930cca9fe36d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b9d14a2-214f-4ae8-bfaa-930cca9fe36d found for delete ", "request_id": "req-f5acf6de-f738-4e41-928a-56922ba903d2"}]} [pid: 7|app: 0|req: 301/567] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:41:10 2026] DELETE /v2.0/networks/07f078f3-9600-4c27-97bd-50307e584682 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:41:11.356 7 INFO neutron.db.segments_db [None req-772aa414-f5f1-4c91-b8e4-18bf5bd74437 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Added segment 882ad8b1-ffd3-4486-9a59-c70890863765 of type vxlan for network fad50d0a-3919-42c0-9a1a-c7cfd59b2967 [pid: 7|app: 0|req: 302/568] 10.0.0.104 () {34 vars in 671 bytes} [Thu Jun 4 20:41:11 2026] POST /v2.0/networks => generated 744 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:41:11.547 8 INFO neutron.services.segments.plugin [-] Segment d1f11d2b-b390-47a3-871e-c1b27f5b2410 resource provider aggregate not found 2026-06-04 20:41:11.548 8 INFO neutron.services.segments.plugin [-] Segment d1f11d2b-b390-47a3-871e-c1b27f5b2410 resource provider aggregate not found 2026-06-04 20:41:11.582 8 INFO neutron.services.segments.plugin [-] Segment d1f11d2b-b390-47a3-871e-c1b27f5b2410 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1f11d2b-b390-47a3-871e-c1b27f5b2410 found for delete ", "request_id": "req-504a13df-565b-4209-9e5d-00579c3596dd"}]} 2026-06-04 20:41:11.595 8 INFO neutron.services.segments.plugin [-] Segment d1f11d2b-b390-47a3-871e-c1b27f5b2410 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1f11d2b-b390-47a3-871e-c1b27f5b2410 found for delete ", "request_id": "req-aa2d4d3d-5973-46f6-adbb-96f876c44b6c"}]} 2026-06-04 20:41:11.610 8 INFO neutron.services.segments.plugin [-] Segment 52fa492a-c97c-438c-8e0c-16f3182ba8e4 resource provider aggregate not found 2026-06-04 20:41:11.616 8 INFO neutron.services.segments.plugin [-] Segment 52fa492a-c97c-438c-8e0c-16f3182ba8e4 resource provider aggregate not found 2026-06-04 20:41:11.633 8 INFO neutron.services.segments.plugin [-] Segment 52fa492a-c97c-438c-8e0c-16f3182ba8e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52fa492a-c97c-438c-8e0c-16f3182ba8e4 found for delete ", "request_id": "req-45d53710-11d1-4ee3-ba41-d6270420f78e"}]} 2026-06-04 20:41:11.638 8 INFO neutron.services.segments.plugin [-] Segment 52fa492a-c97c-438c-8e0c-16f3182ba8e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52fa492a-c97c-438c-8e0c-16f3182ba8e4 found for delete ", "request_id": "req-6bc1d152-deb8-4b99-901b-652ad774adf4"}]} 2026-06-04 20:41:11.666 8 INFO neutron.services.segments.plugin [-] Segment 607b5666-8331-4b27-b24b-70104c5d4aab resource provider aggregate not found 2026-06-04 20:41:11.667 8 INFO neutron.services.segments.plugin [-] Segment 607b5666-8331-4b27-b24b-70104c5d4aab resource provider aggregate not found 2026-06-04 20:41:11.712 8 INFO neutron.services.segments.plugin [-] Segment 607b5666-8331-4b27-b24b-70104c5d4aab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 607b5666-8331-4b27-b24b-70104c5d4aab found for delete ", "request_id": "req-24f50780-b8a4-4dd5-ba2a-85c5886e7c1e"}]} 2026-06-04 20:41:11.716 8 INFO neutron.services.segments.plugin [-] Segment 607b5666-8331-4b27-b24b-70104c5d4aab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 607b5666-8331-4b27-b24b-70104c5d4aab found for delete ", "request_id": "req-916c395c-1612-4176-89dc-2b1a61dc7600"}]} [pid: 7|app: 0|req: 303/569] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:41:11 2026] POST /v2.0/subnets => generated 691 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/570] 199.204.45.57 () {38 vars in 1027 bytes} [Thu Jun 4 20:41:11 2026] PUT /v2.0/ports/eb531a99-3f22-4779-bf62-d0411684d795 => generated 1235 bytes in 687 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 20:41:11.892 8 INFO neutron.db.segments_db [None req-20d2e9a0-1a39-42c5-9741-9b7263b01736 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Added segment b4854459-ec09-4a38-a993-c8e1fd1226cf of type vxlan for network 978418fe-03fa-4abc-b9fc-0d734b57c6d8 [pid: 7|app: 0|req: 304/571] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:41:11 2026] GET /v2.0/security-groups?tenant_id=3c458e0c23b74e1e872844b2a487985f&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/572] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:11 2026] GET /v2.0/ports?device_id=613a8c82-f7c7-4a6b-9804-cae35a432ea2 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/573] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:41:12 2026] DELETE /v2.0/security-groups/1c63e3cb-c065-433a-b8ea-ff646b2829e6 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/574] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:12 2026] GET /v2.0/ports?device_id=5d5ef411-04e5-438d-bfd2-05ae492bf73b => 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: 308/575] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:12 2026] GET /v2.0/security-groups?id=3ffa1809-42a6-412d-bd9c-f36f9e980b89&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:41:12.301 8 INFO neutron.db.l3_hamode_db [None req-20d2e9a0-1a39-42c5-9741-9b7263b01736 4a13b69cd782415a884fbe0bacb718a6 e71ac3201b9741138074736e70b68cad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 20:41:12.474 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ee28f6d1-cf67-4e83-b137-f376e46b9137'] response: {'name': 'network-changed', 'server_uuid': '613a8c82-f7c7-4a6b-9804-cae35a432ea2', 'tag': 'eb531a99-3f22-4779-bf62-d0411684d795', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 309/576] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:41:12 2026] GET /v2.0/ports?tenant_id=0390f41787cc48ea954a46be017a57b1&device_id=613a8c82-f7c7-4a6b-9804-cae35a432ea2 => generated 1238 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/577] 199.204.45.57 () {34 vars in 1057 bytes} [Thu Jun 4 20:41:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=eb531a99-3f22-4779-bf62-d0411684d795 => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/578] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:41:12 2026] GET /v2.0/subnets?id=97b1f9e8-c837-453f-a470-e5e1e50ee32f => generated 694 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/579] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:41:13 2026] GET /v2.0/ports?network_id=0ba305ab-5bd7-487d-a57e-9c26cf3d6fb2&device_owner=network%3Adhcp => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/580] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:41:13 2026] GET /v2.0/networks/0ba305ab-5bd7-487d-a57e-9c26cf3d6fb2?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: 314/581] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:41:13 2026] GET /v2.0/networks/0ba305ab-5bd7-487d-a57e-9c26cf3d6fb2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:41:13.217 8 INFO neutron.db.l3_hamode_db [None req-20d2e9a0-1a39-42c5-9741-9b7263b01736 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 315/582] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:13 2026] GET /v2.0/ports?device_id=5d5ef411-04e5-438d-bfd2-05ae492bf73b => 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: 316/583] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:13 2026] GET /v2.0/ports?device_id=613a8c82-f7c7-4a6b-9804-cae35a432ea2 => 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: 317/584] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:13 2026] GET /v2.0/security-groups?id=3ffa1809-42a6-412d-bd9c-f36f9e980b89&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: 268/585] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:41:11 2026] POST /v2.0/routers => generated 731 bytes in 2495 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:41:14.327 7 INFO neutron.db.segments_db [None req-fd7de9fb-3216-4d12-bde2-5a72f4ee552c 0e6ed2df97b848bdafeafa8ae221ba0e ecb130cc21664aeebd52c2c7b9cba4ee - - default default] Added segment ccff52fc-a6dc-455d-945d-fc619ca67345 of type vxlan for network 3394266d-7e75-4e91-ae61-26b5dfb6c80a [pid: 8|app: 0|req: 269/586] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:41:14 2026] GET /v2.0/networks?id=4ee5fac6-56e2-41b3-b0ed-a6920b729871 => generated 668 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/587] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:41:14 2026] GET /v2.0/ports?tenant_id=0390f41787cc48ea954a46be017a57b1&device_id=613a8c82-f7c7-4a6b-9804-cae35a432ea2 => generated 1238 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/588] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:41:13 2026] POST /v2.0/networks => generated 644 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/589] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:14 2026] GET /v2.0/ports?device_id=5d5ef411-04e5-438d-bfd2-05ae492bf73b => 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: 320/590] 199.204.45.57 () {34 vars in 1049 bytes} [Thu Jun 4 20:41:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e2549b592e464950a1d5257afc6d2310 => generated 181 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/591] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:41:14 2026] GET /v2.0/networks?id=0ba305ab-5bd7-487d-a57e-9c26cf3d6fb2 => generated 772 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/592] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:14 2026] GET /v2.0/ports?device_id=613a8c82-f7c7-4a6b-9804-cae35a432ea2 => 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: 323/593] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:41:14 2026] POST /v2.0/subnets => generated 641 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/594] 199.204.45.57 () {38 vars in 954 bytes} [Thu Jun 4 20:41:14 2026] POST /v2.0/ports => generated 958 bytes in 355 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: 325/595] 199.204.45.57 () {34 vars in 1057 bytes} [Thu Jun 4 20:41:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=eb531a99-3f22-4779-bf62-d0411684d795 => 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: 326/596] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:15 2026] GET /v2.0/security-groups?id=3ffa1809-42a6-412d-bd9c-f36f9e980b89&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:41:15.308 7 INFO neutron.db.segments_db [None req-c61e902e-95cd-4fdf-870d-0256ed877061 0e6ed2df97b848bdafeafa8ae221ba0e ecb130cc21664aeebd52c2c7b9cba4ee - - default default] Added segment 472fe148-1466-472d-938f-cfa2a325706f of type vxlan for network 2ec8e2af-aeb0-481f-b9ef-9c6b2948a50d [pid: 7|app: 0|req: 327/597] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:41:15 2026] POST /v2.0/networks => generated 644 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/598] 10.0.0.104 () {34 vars in 783 bytes} [Thu Jun 4 20:41:14 2026] PUT /v2.0/routers/e00c1d59-6b1b-4779-9042-00c75c561b51/add_router_interface => generated 309 bytes in 1005 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/599] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:41:15 2026] GET /v2.0/subnets?id=97b1f9e8-c837-453f-a470-e5e1e50ee32f => generated 694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/600] 10.0.0.104 () {34 vars in 743 bytes} [Thu Jun 4 20:41:15 2026] PUT /v2.0/networks/2ec8e2af-aeb0-481f-b9ef-9c6b2948a50d => generated 592 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/601] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:41:15 2026] GET /v2.0/ports?network_id=0ba305ab-5bd7-487d-a57e-9c26cf3d6fb2&device_owner=network%3Adhcp => generated 1244 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/602] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:15 2026] GET /v2.0/ports?device_id=5d5ef411-04e5-438d-bfd2-05ae492bf73b => generated 973 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/603] 199.204.45.57 () {38 vars in 1027 bytes} [Thu Jun 4 20:41:15 2026] PUT /v2.0/ports/8782e3eb-baee-4186-af9a-2b040d6020b8 => generated 1239 bytes in 658 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: 329/604] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:41:16 2026] GET /v2.0/networks/0ba305ab-5bd7-487d-a57e-9c26cf3d6fb2?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: 330/605] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:16 2026] GET /v2.0/security-groups?id=89ac23e8-804e-47df-95d1-a79ccaef0779&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: 276/606] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:41:15 2026] POST /v2.0/subnets => generated 626 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/607] 10.0.0.49 () {38 vars in 970 bytes} [Thu Jun 4 20:41:16 2026] POST /v2.0/security-groups => generated 1681 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/608] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:41:16 2026] GET /v2.0/networks/0ba305ab-5bd7-487d-a57e-9c26cf3d6fb2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/609] 10.0.0.49 () {38 vars in 970 bytes} [Thu Jun 4 20:41:16 2026] POST /v2.0/security-groups => generated 1680 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/610] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:16 2026] GET /v2.0/ports?device_id=613a8c82-f7c7-4a6b-9804-cae35a432ea2 => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/611] 10.0.0.49 () {38 vars in 970 bytes} [Thu Jun 4 20:41:16 2026] POST /v2.0/security-groups => generated 1681 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/612] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:16 2026] GET /v2.0/security-groups?id=3ffa1809-42a6-412d-bd9c-f36f9e980b89&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: 282/613] 10.0.0.49 () {34 vars in 1001 bytes} [Thu Jun 4 20:41:16 2026] GET /v2.0/security-groups?tenant_id=e71ac3201b9741138074736e70b68cad => generated 7907 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/614] 10.0.0.49 () {34 vars in 990 bytes} [Thu Jun 4 20:41:16 2026] GET /v2.0/security-groups/8b4110e3-67e8-425c-b724-0ff5a5016407 => generated 2922 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/615] 10.0.0.49 () {34 vars in 990 bytes} [Thu Jun 4 20:41:16 2026] GET /v2.0/security-groups/8b4110e3-67e8-425c-b724-0ff5a5016407 => generated 2922 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/616] 10.0.0.49 () {34 vars in 990 bytes} [Thu Jun 4 20:41:16 2026] GET /v2.0/security-groups/0f2acb7d-6261-4e18-93a9-97ae021758c1 => generated 1681 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/617] 10.0.0.104 () {34 vars in 741 bytes} [Thu Jun 4 20:41:16 2026] PUT /v2.0/subnets/d021d41f-3aca-40e8-ad26-dbdb0dc4f83a => generated 636 bytes in 666 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/618] 10.0.0.49 () {36 vars in 1012 bytes} [Thu Jun 4 20:41:16 2026] DELETE /v2.0/security-groups/0f2acb7d-6261-4e18-93a9-97ae021758c1 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:41:16.975 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-72706f48-68be-414b-8eb4-f983f538b4ca'] response: {'name': 'network-changed', 'server_uuid': '5d5ef411-04e5-438d-bfd2-05ae492bf73b', 'tag': '8782e3eb-baee-4186-af9a-2b040d6020b8', 'status': 'completed', 'code': 200} 2026-06-04 20:41:17.011 8 INFO neutron.api.v2.resource [req-554f78d6-2db1-42a9-a5f3-f694fe1ed4e1 req-517adc68-6657-4116-84b6-5d4762cc5891 0f878ae0ce54495fa7f572448b504f5c e71ac3201b9741138074736e70b68cad - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 287/619] 10.0.0.49 () {34 vars in 990 bytes} [Thu Jun 4 20:41:16 2026] GET /v2.0/security-groups/0f2acb7d-6261-4e18-93a9-97ae021758c1 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/620] 10.0.0.49 () {34 vars in 990 bytes} [Thu Jun 4 20:41:17 2026] GET /v2.0/security-groups/3ce89b3e-b338-4e85-9e3e-bf574b992b3e => generated 1680 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/621] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:41:17 2026] GET /v2.0/ports?tenant_id=e2549b592e464950a1d5257afc6d2310&device_id=5d5ef411-04e5-438d-bfd2-05ae492bf73b => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:41:17.184 7 INFO neutron.services.segments.plugin [-] Segment 472fe148-1466-472d-938f-cfa2a325706f resource provider aggregate not found 2026-06-04 20:41:17.194 7 INFO neutron.services.segments.plugin [-] Segment 472fe148-1466-472d-938f-cfa2a325706f resource provider aggregate not found [pid: 8|app: 0|req: 290/622] 10.0.0.49 () {36 vars in 1012 bytes} [Thu Jun 4 20:41:17 2026] DELETE /v2.0/security-groups/3ce89b3e-b338-4e85-9e3e-bf574b992b3e => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:41:17.214 7 INFO neutron.services.segments.plugin [-] Segment 472fe148-1466-472d-938f-cfa2a325706f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 472fe148-1466-472d-938f-cfa2a325706f found for delete ", "request_id": "req-169a7c2c-a0f3-49b0-a1c3-5a46189e4e82"}]} 2026-06-04 20:41:17.219 7 INFO neutron.services.segments.plugin [-] Segment 472fe148-1466-472d-938f-cfa2a325706f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 472fe148-1466-472d-938f-cfa2a325706f found for delete ", "request_id": "req-c379d775-8261-4fb0-9001-9975b4038659"}]} [pid: 7|app: 0|req: 333/623] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:41:16 2026] DELETE /v2.0/networks/2ec8e2af-aeb0-481f-b9ef-9c6b2948a50d => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/624] 199.204.45.57 () {34 vars in 1059 bytes} [Thu Jun 4 20:41:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=8782e3eb-baee-4186-af9a-2b040d6020b8 => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:41:17.256 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f33ef851-df43-4862-9463-e408b5087856 0e6ed2df97b848bdafeafa8ae221ba0e ecb130cc21664aeebd52c2c7b9cba4ee - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 292/625] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:41:17 2026] DELETE /v2.0/networks/2ec8e2af-aeb0-481f-b9ef-9c6b2948a50d => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/626] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:17 2026] GET /v2.0/ports?device_id=5d5ef411-04e5-438d-bfd2-05ae492bf73b => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:41:17.266 8 INFO neutron.api.v2.resource [req-74f293fd-c551-4554-b891-e549c00059e2 req-dc0470df-2b7c-44a9-9223-aa7ade4c5de2 0f878ae0ce54495fa7f572448b504f5c e71ac3201b9741138074736e70b68cad - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 293/627] 10.0.0.49 () {34 vars in 990 bytes} [Thu Jun 4 20:41:17 2026] GET /v2.0/security-groups/3ce89b3e-b338-4e85-9e3e-bf574b992b3e => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/628] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:41:17 2026] GET /v2.0/subnets?id=150036e5-d1fc-4611-8460-1ceb6b37fbe7 => generated 686 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/629] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:17 2026] GET /v2.0/security-groups?id=89ac23e8-804e-47df-95d1-a79ccaef0779&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/630] 10.0.0.104 () {32 vars in 694 bytes} [Thu Jun 4 20:41:17 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/631] 10.0.0.49 () {34 vars in 990 bytes} [Thu Jun 4 20:41:17 2026] GET /v2.0/security-groups/0fcb95ae-6a40-4619-8d40-d24c920a6daf => generated 1681 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/632] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:41:17 2026] GET /v2.0/ports?network_id=4ee5fac6-56e2-41b3-b0ed-a6920b729871&device_owner=network%3Adhcp => generated 1244 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/633] 10.0.0.104 () {32 vars in 742 bytes} [Thu Jun 4 20:41:17 2026] GET /v2.0/subnets?network_id=95b043d3-9e81-4c46-a322-6a27b92313ef => generated 649 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/634] 10.0.0.104 () {32 vars in 653 bytes} [Thu Jun 4 20:41:17 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: 340/635] 10.0.0.104 () {32 vars in 649 bytes} [Thu Jun 4 20:41:17 2026] GET /v2.0/networks => generated 1309 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/636] 10.0.0.49 () {36 vars in 1012 bytes} [Thu Jun 4 20:41:17 2026] DELETE /v2.0/security-groups/0fcb95ae-6a40-4619-8d40-d24c920a6daf => 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: 341/637] 10.0.0.104 () {32 vars in 647 bytes} [Thu Jun 4 20:41:17 2026] GET /v2.0/subnets => generated 1280 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:41:17.517 8 INFO neutron.api.v2.resource [req-0afc8919-a38b-4ff5-a3d5-d631b8172f57 req-0cba3a5c-6c6e-4a6c-87d1-ef3ab3c3f21a 0f878ae0ce54495fa7f572448b504f5c e71ac3201b9741138074736e70b68cad - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 297/638] 10.0.0.49 () {34 vars in 990 bytes} [Thu Jun 4 20:41:17 2026] GET /v2.0/security-groups/0fcb95ae-6a40-4619-8d40-d24c920a6daf => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/639] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:41:17 2026] GET /v2.0/networks/4ee5fac6-56e2-41b3-b0ed-a6920b729871?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: 342/640] 10.0.0.104 () {32 vars in 723 bytes} [Thu Jun 4 20:41:17 2026] GET /v2.0/networks/3394266d-7e75-4e91-ae61-26b5dfb6c80a => generated 669 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/641] 10.0.0.49 () {34 vars in 1001 bytes} [Thu Jun 4 20:41:17 2026] GET /v2.0/security-groups?tenant_id=e71ac3201b9741138074736e70b68cad => 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: 343/642] 10.0.0.104 () {32 vars in 721 bytes} [Thu Jun 4 20:41:17 2026] GET /v2.0/subnets/a9af9b82-2b83-443f-87fb-77f1a2ce3d84 => generated 641 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/643] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:41:17 2026] GET /v2.0/networks/4ee5fac6-56e2-41b3-b0ed-a6920b729871?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) 2026-06-04 20:41:17.633 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2162a5a0-dc21-4baa-9a24-bac787698fbd 0e6ed2df97b848bdafeafa8ae221ba0e ecb130cc21664aeebd52c2c7b9cba4ee - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 301/644] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:41:17 2026] DELETE /v2.0/subnets/d021d41f-3aca-40e8-ad26-dbdb0dc4f83a => 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: 344/645] 10.0.0.49 () {34 vars in 990 bytes} [Thu Jun 4 20:41:17 2026] GET /v2.0/security-groups/8b4110e3-67e8-425c-b724-0ff5a5016407 => generated 2922 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:41:17.657 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f2a242fb-5e3b-446b-8e41-daae19d60485 0e6ed2df97b848bdafeafa8ae221ba0e ecb130cc21664aeebd52c2c7b9cba4ee - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 302/646] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:41:17 2026] DELETE /v2.0/networks/2ec8e2af-aeb0-481f-b9ef-9c6b2948a50d => 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: 345/647] 10.0.0.49 () {34 vars in 990 bytes} [Thu Jun 4 20:41:17 2026] GET /v2.0/security-groups/8b4110e3-67e8-425c-b724-0ff5a5016407 => generated 2922 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:41:17.736 7 INFO neutron.api.v2.resource [req-ee8ad439-0400-4713-b857-d179f9a74da1 req-16cf4cdd-6e7a-41bc-a678-57597598ade9 0f878ae0ce54495fa7f572448b504f5c e71ac3201b9741138074736e70b68cad - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 346/648] 10.0.0.49 () {34 vars in 990 bytes} [Thu Jun 4 20:41:17 2026] GET /v2.0/security-groups/0fcb95ae-6a40-4619-8d40-d24c920a6daf => generated 146 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/649] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:41:17 2026] DELETE /v2.0/subnets/a9af9b82-2b83-443f-87fb-77f1a2ce3d84 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:41:17.821 8 INFO neutron.api.v2.resource [req-b234b8d8-d992-408f-a8fe-7f4784234735 req-b43c7957-cebb-4cca-a27c-351ef8860359 0f878ae0ce54495fa7f572448b504f5c e71ac3201b9741138074736e70b68cad - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 304/650] 10.0.0.49 () {34 vars in 990 bytes} [Thu Jun 4 20:41:17 2026] GET /v2.0/security-groups/3ce89b3e-b338-4e85-9e3e-bf574b992b3e => 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: 347/651] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:17 2026] GET /v2.0/ports?device_id=613a8c82-f7c7-4a6b-9804-cae35a432ea2 => generated 969 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:41:17.883 7 INFO neutron.api.v2.resource [req-cd2e454f-0523-47d8-9565-b441387aec05 req-bba3aeba-6289-42fa-abd6-ecdb196446d6 0f878ae0ce54495fa7f572448b504f5c e71ac3201b9741138074736e70b68cad - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 348/652] 10.0.0.49 () {34 vars in 990 bytes} [Thu Jun 4 20:41:17 2026] GET /v2.0/security-groups/0f2acb7d-6261-4e18-93a9-97ae021758c1 => 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: 349/653] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:17 2026] GET /v2.0/security-groups?id=3ffa1809-42a6-412d-bd9c-f36f9e980b89&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:41:17.949 8 INFO neutron.services.segments.plugin [-] Segment ccff52fc-a6dc-455d-945d-fc619ca67345 resource provider aggregate not found 2026-06-04 20:41:17.956 8 INFO neutron.services.segments.plugin [-] Segment ccff52fc-a6dc-455d-945d-fc619ca67345 resource provider aggregate not found [pid: 8|app: 0|req: 305/654] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:41:17 2026] DELETE /v2.0/networks/3394266d-7e75-4e91-ae61-26b5dfb6c80a => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:41:17.977 8 INFO neutron.services.segments.plugin [-] Segment ccff52fc-a6dc-455d-945d-fc619ca67345 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccff52fc-a6dc-455d-945d-fc619ca67345 found for delete ", "request_id": "req-425dcecc-629a-4e93-9ec6-35ae4ad267dc"}]} 2026-06-04 20:41:17.978 8 INFO neutron.services.segments.plugin [-] Segment ccff52fc-a6dc-455d-945d-fc619ca67345 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccff52fc-a6dc-455d-945d-fc619ca67345 found for delete ", "request_id": "req-7a51c060-efc2-4002-b67e-ba8ae9deb383"}]} 2026-06-04 20:41:18.322 7 INFO neutron_taas.services.taas.taas_plugin [None req-380eea62-f295-43d4-8099-8979d47be6b6 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: 10da0239-cea7-4d30-8af0-b0d857af5537 2026-06-04 20:41:18.326 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-380eea62-f295-43d4-8099-8979d47be6b6 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: 10da0239-cea7-4d30-8af0-b0d857af5537 [pid: 8|app: 0|req: 306/655] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:18 2026] GET /v2.0/ports?device_id=5d5ef411-04e5-438d-bfd2-05ae492bf73b => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/656] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:18 2026] GET /v2.0/security-groups?id=89ac23e8-804e-47df-95d1-a79ccaef0779&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: 308/657] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:41:18 2026] GET /v2.0/security-groups?tenant_id=ecb130cc21664aeebd52c2c7b9cba4ee&name=default => generated 2925 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/658] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:41:18 2026] GET /v2.0/ports?tenant_id=e2549b592e464950a1d5257afc6d2310&device_id=5d5ef411-04e5-438d-bfd2-05ae492bf73b => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/659] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:41:18 2026] DELETE /v2.0/security-groups/8d72c2a2-b154-42cb-8173-792805f7f2d4 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/660] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:41:18 2026] GET /v2.0/networks?id=4ee5fac6-56e2-41b3-b0ed-a6920b729871 => generated 764 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/661] 199.204.45.57 () {34 vars in 1059 bytes} [Thu Jun 4 20:41:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=8782e3eb-baee-4186-af9a-2b040d6020b8 => 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: 350/662] 10.0.0.104 () {34 vars in 789 bytes} [Thu Jun 4 20:41:17 2026] PUT /v2.0/routers/e00c1d59-6b1b-4779-9042-00c75c561b51/remove_router_interface => generated 309 bytes in 999 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/663] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:41:18 2026] GET /v2.0/subnets?id=150036e5-d1fc-4611-8460-1ceb6b37fbe7 => generated 686 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/664] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:41:18 2026] GET /v2.0/ports?network_id=4ee5fac6-56e2-41b3-b0ed-a6920b729871&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/665] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:41:18 2026] GET /v2.0/networks/4ee5fac6-56e2-41b3-b0ed-a6920b729871?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: 316/666] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:19 2026] GET /v2.0/ports?device_id=613a8c82-f7c7-4a6b-9804-cae35a432ea2 => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:41:19.084 7 INFO neutron_taas.services.taas.taas_plugin [None req-abcaf628-ab4c-433f-be99-5809dd9a5080 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: a20039a2-bec0-4e4f-a9db-7daeb65d1a8f 2026-06-04 20:41:19.086 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abcaf628-ab4c-433f-be99-5809dd9a5080 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: a20039a2-bec0-4e4f-a9db-7daeb65d1a8f [pid: 8|app: 0|req: 317/667] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:41:19 2026] GET /v2.0/networks/4ee5fac6-56e2-41b3-b0ed-a6920b729871?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: 318/668] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:19 2026] GET /v2.0/security-groups?id=3ffa1809-42a6-412d-bd9c-f36f9e980b89&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:41:19.320 7 INFO neutron_taas.services.taas.taas_plugin [None req-abcaf628-ab4c-433f-be99-5809dd9a5080 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: 42e278ca-0b39-406d-a1c6-7c8e53b01827 2026-06-04 20:41:19.323 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abcaf628-ab4c-433f-be99-5809dd9a5080 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: 42e278ca-0b39-406d-a1c6-7c8e53b01827 [pid: 8|app: 0|req: 319/669] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:19 2026] GET /v2.0/ports?device_id=5d5ef411-04e5-438d-bfd2-05ae492bf73b => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/670] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:19 2026] GET /v2.0/security-groups?id=89ac23e8-804e-47df-95d1-a79ccaef0779&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:41:19.706 7 INFO neutron.services.segments.plugin [-] Segment b4854459-ec09-4a38-a993-c8e1fd1226cf resource provider aggregate not found 2026-06-04 20:41:19.714 7 INFO neutron.services.segments.plugin [-] Segment b4854459-ec09-4a38-a993-c8e1fd1226cf resource provider aggregate not found 2026-06-04 20:41:19.734 7 INFO neutron.services.segments.plugin [-] Segment b4854459-ec09-4a38-a993-c8e1fd1226cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4854459-ec09-4a38-a993-c8e1fd1226cf found for delete ", "request_id": "req-a1f2e1bb-10f6-4ed5-a74d-64bffd73ab03"}]} 2026-06-04 20:41:19.736 7 INFO neutron.services.segments.plugin [-] Segment b4854459-ec09-4a38-a993-c8e1fd1226cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4854459-ec09-4a38-a993-c8e1fd1226cf found for delete ", "request_id": "req-6aeb4cbb-4968-4c11-a6e3-a5f7aad32ea4"}]} 2026-06-04 20:41:19.748 7 INFO neutron.db.l3_hamode_db [None req-abcaf628-ab4c-433f-be99-5809dd9a5080 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] HA network 978418fe-03fa-4abc-b9fc-0d734b57c6d8 was deleted as no HA routers are present in tenant e71ac3201b9741138074736e70b68cad. [pid: 7|app: 0|req: 351/671] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:41:18 2026] DELETE /v2.0/routers/e00c1d59-6b1b-4779-9042-00c75c561b51 => generated 0 bytes in 821 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/672] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:41:19 2026] DELETE /v2.0/subnets/d44e8469-e165-4a1f-a45a-4fe4f9457199 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/673] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:41:19 2026] DELETE /v2.0/networks/fad50d0a-3919-42c0-9a1a-c7cfd59b2967 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/674] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:41:20 2026] GET /v2.0/security-groups?tenant_id=e71ac3201b9741138074736e70b68cad&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/675] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:20 2026] GET /v2.0/ports?device_id=613a8c82-f7c7-4a6b-9804-cae35a432ea2 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/676] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:41:20 2026] DELETE /v2.0/security-groups/8b4110e3-67e8-425c-b724-0ff5a5016407 => 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: 324/677] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:20 2026] GET /v2.0/security-groups?id=3ffa1809-42a6-412d-bd9c-f36f9e980b89&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: 354/678] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:20 2026] GET /v2.0/ports?device_id=5d5ef411-04e5-438d-bfd2-05ae492bf73b => generated 975 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/679] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:20 2026] GET /v2.0/security-groups?id=89ac23e8-804e-47df-95d1-a79ccaef0779&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: 325/680] 10.0.0.104 () {34 vars in 684 bytes} [Thu Jun 4 20:41:20 2026] POST /v2.0/security-groups => generated 1624 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/681] 10.0.0.104 () {32 vars in 663 bytes} [Thu Jun 4 20:41:21 2026] GET /v2.0/security-groups => generated 4529 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/682] 10.0.0.104 () {34 vars in 758 bytes} [Thu Jun 4 20:41:21 2026] PUT /v2.0/security-groups/753ead86-7c6d-4dbe-b655-b95d8daee66b => generated 1661 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/683] 10.0.0.104 () {32 vars in 737 bytes} [Thu Jun 4 20:41:21 2026] GET /v2.0/security-groups/753ead86-7c6d-4dbe-b655-b95d8daee66b => generated 1661 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/684] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:41:21 2026] DELETE /v2.0/security-groups/753ead86-7c6d-4dbe-b655-b95d8daee66b => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/685] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:21 2026] GET /v2.0/ports?device_id=613a8c82-f7c7-4a6b-9804-cae35a432ea2 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/686] 10.0.0.104 () {32 vars in 663 bytes} [Thu Jun 4 20:41:21 2026] GET /v2.0/security-groups => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:41:21.421 8 INFO neutron.api.v2.resource [None req-3b218794-558a-4448-8ed7-a2697a508f98 766672aac7074eb0ba540764edf6cee2 c2ec956a59f64ae1ba06d768eaf0e8fd - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 329/687] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:41:21 2026] DELETE /v2.0/security-groups/753ead86-7c6d-4dbe-b655-b95d8daee66b => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/688] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:21 2026] GET /v2.0/security-groups?id=3ffa1809-42a6-412d-bd9c-f36f9e980b89&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: 330/689] 10.0.0.104 () {34 vars in 684 bytes} [Thu Jun 4 20:41:21 2026] POST /v2.0/security-groups => generated 1625 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/690] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:41:21 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: 331/691] 10.0.0.104 () {32 vars in 747 bytes} [Thu Jun 4 20:41:21 2026] GET /v2.0/security-group-rules/688f06bd-ac20-4434-aff6-0e4b919292a6 => generated 601 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/692] 10.0.0.104 () {32 vars in 673 bytes} [Thu Jun 4 20:41:21 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:41:21.784 7 INFO neutron.services.segments.plugin [-] Segment 882ad8b1-ffd3-4486-9a59-c70890863765 resource provider aggregate not found 2026-06-04 20:41:21.792 7 INFO neutron.services.segments.plugin [-] Segment 882ad8b1-ffd3-4486-9a59-c70890863765 resource provider aggregate not found 2026-06-04 20:41:21.807 7 INFO neutron.services.segments.plugin [-] Segment 882ad8b1-ffd3-4486-9a59-c70890863765 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 882ad8b1-ffd3-4486-9a59-c70890863765 found for delete ", "request_id": "req-0b3c715d-1d57-44ca-b006-619d58192671"}]} 2026-06-04 20:41:21.808 7 INFO neutron.services.segments.plugin [-] Segment 882ad8b1-ffd3-4486-9a59-c70890863765 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 882ad8b1-ffd3-4486-9a59-c70890863765 found for delete ", "request_id": "req-73dd2dca-d523-4860-bc0f-1f62e95d6490"}]} [pid: 8|app: 0|req: 332/693] 10.0.0.104 () {32 vars in 750 bytes} [Thu Jun 4 20:41:21 2026] DELETE /v2.0/security-group-rules/688f06bd-ac20-4434-aff6-0e4b919292a6 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/694] 10.0.0.104 () {32 vars in 673 bytes} [Thu Jun 4 20:41:21 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/695] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:21 2026] GET /v2.0/ports?device_id=5d5ef411-04e5-438d-bfd2-05ae492bf73b => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/696] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:41:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/697] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:22 2026] GET /v2.0/security-groups?id=89ac23e8-804e-47df-95d1-a79ccaef0779&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/698] 10.0.0.104 () {32 vars in 747 bytes} [Thu Jun 4 20:41:22 2026] GET /v2.0/security-group-rules/407a68f3-4d08-45de-8f9f-2f0c0cb264ae => generated 601 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/699] 10.0.0.104 () {32 vars in 673 bytes} [Thu Jun 4 20:41:22 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/700] 10.0.0.104 () {32 vars in 750 bytes} [Thu Jun 4 20:41:22 2026] DELETE /v2.0/security-group-rules/407a68f3-4d08-45de-8f9f-2f0c0cb264ae => 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: 367/701] 10.0.0.104 () {32 vars in 673 bytes} [Thu Jun 4 20:41:22 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:41:22.354 7 INFO neutron.db.securitygroups_db [None req-262385fc-1233-477c-ad3d-a51de1e9f3bd 766672aac7074eb0ba540764edf6cee2 c2ec956a59f64ae1ba06d768eaf0e8fd - - default default] Project c2ec956a59f64ae1ba06d768eaf0e8fd added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-06-04 20:41:22.382 8 INFO neutron.db.segments_db [None req-c53505d5-5986-48ee-9be3-4583af0637da 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Added segment bf99ca23-b8b7-46d0-862f-5d5278475454 of type vxlan for network 5e64c4e1-aef5-4ac8-ac3e-20a8e58eab1a [pid: 7|app: 0|req: 368/702] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:41:22 2026] POST /v2.0/security-group-rules => generated 607 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/703] 10.0.0.104 () {32 vars in 747 bytes} [Thu Jun 4 20:41:22 2026] GET /v2.0/security-group-rules/5f8da692-c262-4a6d-a054-0a3bb9a06417 => generated 607 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/704] 10.0.0.104 () {34 vars in 671 bytes} [Thu Jun 4 20:41:22 2026] POST /v2.0/networks => generated 751 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/705] 10.0.0.104 () {32 vars in 673 bytes} [Thu Jun 4 20:41:22 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: 7|app: 0|req: 371/706] 10.0.0.104 () {32 vars in 750 bytes} [Thu Jun 4 20:41:22 2026] DELETE /v2.0/security-group-rules/5f8da692-c262-4a6d-a054-0a3bb9a06417 => 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: 372/707] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:22 2026] GET /v2.0/ports?device_id=613a8c82-f7c7-4a6b-9804-cae35a432ea2 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/708] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:41:22 2026] POST /v2.0/subnets => generated 698 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/709] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:22 2026] GET /v2.0/security-groups?id=3ffa1809-42a6-412d-bd9c-f36f9e980b89&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/710] 10.0.0.104 () {32 vars in 673 bytes} [Thu Jun 4 20:41:22 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:41:22.687 8 INFO neutron.db.segments_db [None req-70385db9-bbbd-4f9a-80cb-26561c231d55 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Added segment 22087fd9-ada1-4360-abfb-dbdbb7272890 of type vxlan for network 7e3907b1-e32e-47f2-ba01-015830a74f1c [pid: 7|app: 0|req: 374/711] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:41:22 2026] DELETE /v2.0/security-groups/61e94992-ad60-430f-97c2-2b95a8858c95 => 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: 375/712] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:22 2026] GET /v2.0/ports?device_id=613a8c82-f7c7-4a6b-9804-cae35a432ea2 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/713] 10.0.0.104 () {32 vars in 663 bytes} [Thu Jun 4 20:41:22 2026] GET /v2.0/security-groups => generated 2925 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:41:22.887 8 INFO neutron.db.l3_hamode_db [None req-70385db9-bbbd-4f9a-80cb-26561c231d55 4a13b69cd782415a884fbe0bacb718a6 fd444d5da79b4740893fa54a26bc6d04 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 20:41:23.344 7 INFO neutron.db.l3_db [None req-62803904-3c90-4fc2-83bc-e0a98bf220f0 5fdde23884904ecf8c7787a83e1b730b 0390f41787cc48ea954a46be017a57b1 - - default default] Floating IP 2bd1bae4-4502-458b-a932-568876bfcbf6 associated. External IP: 10.96.250.208, port: eb531a99-3f22-4779-bf62-d0411684d795. [pid: 7|app: 0|req: 377/714] 10.0.0.104 () {34 vars in 749 bytes} [Thu Jun 4 20:41:22 2026] PUT /v2.0/floatingips/2bd1bae4-4502-458b-a932-568876bfcbf6 => generated 855 bytes in 809 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/715] 10.0.0.104 () {32 vars in 663 bytes} [Thu Jun 4 20:41:23 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: 7|app: 0|req: 379/716] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:23 2026] GET /v2.0/ports?device_id=5d5ef411-04e5-438d-bfd2-05ae492bf73b => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/717] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:23 2026] GET /v2.0/ports?device_id=613a8c82-f7c7-4a6b-9804-cae35a432ea2 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/718] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:23 2026] GET /v2.0/security-groups?id=89ac23e8-804e-47df-95d1-a79ccaef0779&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: 382/719] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:23 2026] GET /v2.0/security-groups?id=3ffa1809-42a6-412d-bd9c-f36f9e980b89&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:41:23.913 8 INFO neutron.db.l3_hamode_db [None req-70385db9-bbbd-4f9a-80cb-26561c231d55 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 20:41:23.987 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-219c62d2-c80c-40c4-b723-66e0578e1e9d'] response: {'name': 'network-changed', 'server_uuid': '613a8c82-f7c7-4a6b-9804-cae35a432ea2', 'tag': 'eb531a99-3f22-4779-bf62-d0411684d795', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 383/720] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:24 2026] GET /v2.0/ports?device_id=613a8c82-f7c7-4a6b-9804-cae35a432ea2 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/721] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:24 2026] GET /v2.0/security-groups?id=3ffa1809-42a6-412d-bd9c-f36f9e980b89&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: 385/722] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:41:24 2026] GET /v2.0/security-groups?tenant_id=c2ec956a59f64ae1ba06d768eaf0e8fd&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/723] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:41:24 2026] GET /v2.0/ports?tenant_id=0390f41787cc48ea954a46be017a57b1&device_id=613a8c82-f7c7-4a6b-9804-cae35a432ea2 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/724] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:41:24 2026] DELETE /v2.0/security-groups/1d433a5e-77e4-4db0-9e7d-404358d2ff36 => 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: 388/725] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:41:24 2026] GET /v2.0/networks?id=0ba305ab-5bd7-487d-a57e-9c26cf3d6fb2 => generated 772 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/726] 199.204.45.57 () {34 vars in 1057 bytes} [Thu Jun 4 20:41:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=eb531a99-3f22-4779-bf62-d0411684d795 => generated 858 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/727] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:41:24 2026] GET /v2.0/subnets?id=97b1f9e8-c837-453f-a470-e5e1e50ee32f => generated 694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/728] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:41:24 2026] GET /v2.0/ports?network_id=0ba305ab-5bd7-487d-a57e-9c26cf3d6fb2&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: 392/729] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:41:24 2026] GET /v2.0/networks/0ba305ab-5bd7-487d-a57e-9c26cf3d6fb2?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/730] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:41:24 2026] GET /v2.0/networks/0ba305ab-5bd7-487d-a57e-9c26cf3d6fb2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/731] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:24 2026] GET /v2.0/ports?device_id=5d5ef411-04e5-438d-bfd2-05ae492bf73b => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/732] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:25 2026] GET /v2.0/security-groups?id=89ac23e8-804e-47df-95d1-a79ccaef0779&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: 396/733] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:25 2026] GET /v2.0/ports?device_id=5d5ef411-04e5-438d-bfd2-05ae492bf73b => 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: 338/734] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:41:22 2026] POST /v2.0/routers => generated 738 bytes in 2702 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:41:25.545 7 INFO neutron.db.l3_db [None req-07f95ffa-af24-4b4a-847e-06e45b04cc58 52ee58dfb94d4e088cec79a89641202e e2549b592e464950a1d5257afc6d2310 - - default default] Floating IP 387a24cd-f703-40d4-a903-2f2503378433 associated. External IP: 10.96.250.206, port: 8782e3eb-baee-4186-af9a-2b040d6020b8. [pid: 7|app: 0|req: 397/735] 10.0.0.104 () {34 vars in 749 bytes} [Thu Jun 4 20:41:25 2026] PUT /v2.0/floatingips/387a24cd-f703-40d4-a903-2f2503378433 => generated 856 bytes in 663 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/736] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:25 2026] GET /v2.0/ports?device_id=613a8c82-f7c7-4a6b-9804-cae35a432ea2 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/739] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:25 2026] GET /v2.0/security-groups?id=3ffa1809-42a6-412d-bd9c-f36f9e980b89&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:41:26.049 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a9a1184f-1179-4da9-a68d-a25144f3dfe7'] response: {'name': 'network-changed', 'server_uuid': '5d5ef411-04e5-438d-bfd2-05ae492bf73b', 'tag': '8782e3eb-baee-4186-af9a-2b040d6020b8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 402/740] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:26 2026] GET /v2.0/ports?device_id=5d5ef411-04e5-438d-bfd2-05ae492bf73b => 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: 403/741] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:26 2026] GET /v2.0/security-groups?id=89ac23e8-804e-47df-95d1-a79ccaef0779&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/742] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:26 2026] GET /v2.0/ports?device_id=5d5ef411-04e5-438d-bfd2-05ae492bf73b => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/743] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:26 2026] GET /v2.0/security-groups?id=89ac23e8-804e-47df-95d1-a79ccaef0779&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: 406/744] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:41:26 2026] GET /v2.0/ports?tenant_id=e2549b592e464950a1d5257afc6d2310&device_id=5d5ef411-04e5-438d-bfd2-05ae492bf73b => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/745] 10.0.0.104 () {34 vars in 783 bytes} [Thu Jun 4 20:41:25 2026] PUT /v2.0/routers/9aad972f-68af-4221-9683-9778146fe807/add_router_interface => generated 309 bytes in 1436 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/746] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:41:26 2026] GET /v2.0/networks?id=4ee5fac6-56e2-41b3-b0ed-a6920b729871 => generated 764 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/747] 10.0.0.104 () {34 vars in 676 bytes} [Thu Jun 4 20:41:26 2026] POST /v2.0/subnetpools => generated 547 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/748] 199.204.45.57 () {34 vars in 993 bytes} [Thu Jun 4 20:41:26 2026] GET /v2.0/ports?device_id=613a8c82-f7c7-4a6b-9804-cae35a432ea2 => generated 971 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/749] 199.204.45.57 () {34 vars in 1059 bytes} [Thu Jun 4 20:41:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=8782e3eb-baee-4186-af9a-2b040d6020b8 => generated 859 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/750] 10.0.0.104 () {32 vars in 729 bytes} [Thu Jun 4 20:41:26 2026] GET /v2.0/subnetpools/b355b14f-911a-4844-84df-d8a7342d3454 => generated 547 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/751] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:41:27 2026] GET /v2.0/subnets?id=150036e5-d1fc-4611-8460-1ceb6b37fbe7 => generated 686 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/752] 10.0.0.104 () {34 vars in 749 bytes} [Thu Jun 4 20:41:27 2026] PUT /v2.0/subnetpools/b355b14f-911a-4844-84df-d8a7342d3454 => generated 500 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:41:27.181 7 INFO neutron_taas.services.taas.taas_plugin [req-766dce03-4928-49a9-a01e-ab241d701498 req-2003045b-5fd2-4b63-8462-664b26bb64fb 5fdde23884904ecf8c7787a83e1b730b 0390f41787cc48ea954a46be017a57b1 - - default default] TaaS: Handle Delete Port: eb531a99-3f22-4779-bf62-d0411684d795 [pid: 8|app: 0|req: 345/753] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:41:27 2026] GET /v2.0/ports?network_id=4ee5fac6-56e2-41b3-b0ed-a6920b729871&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:41:27.197 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-766dce03-4928-49a9-a01e-ab241d701498 req-2003045b-5fd2-4b63-8462-664b26bb64fb 5fdde23884904ecf8c7787a83e1b730b 0390f41787cc48ea954a46be017a57b1 - - default default] Tap Mirror: Handle Delete Port: eb531a99-3f22-4779-bf62-d0411684d795 [pid: 8|app: 0|req: 346/754] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:27 2026] GET /v2.0/ports?device_id=613a8c82-f7c7-4a6b-9804-cae35a432ea2 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/755] 10.0.0.104 () {32 vars in 732 bytes} [Thu Jun 4 20:41:27 2026] DELETE /v2.0/subnetpools/b355b14f-911a-4844-84df-d8a7342d3454 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/756] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:41:27 2026] GET /v2.0/networks/4ee5fac6-56e2-41b3-b0ed-a6920b729871?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: 349/757] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:27 2026] GET /v2.0/security-groups?id=3ffa1809-42a6-412d-bd9c-f36f9e980b89&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:41:27.338 8 INFO neutron.api.v2.resource [None req-cea9d219-1144-4479-aafb-a59ed9f27355 4d1b4a14113c4ed9b5daceaef3212ac8 b67aaec455d14a3597299d7376d53b68 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 350/758] 10.0.0.104 () {32 vars in 729 bytes} [Thu Jun 4 20:41:27 2026] GET /v2.0/subnetpools/b355b14f-911a-4844-84df-d8a7342d3454 => generated 145 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:41:27.374 7 INFO neutron.db.l3_db [req-766dce03-4928-49a9-a01e-ab241d701498 req-2003045b-5fd2-4b63-8462-664b26bb64fb 5fdde23884904ecf8c7787a83e1b730b 0390f41787cc48ea954a46be017a57b1 - - default default] Floating IP 2bd1bae4-4502-458b-a932-568876bfcbf6 disassociated. External IP: 10.96.250.208, port: eb531a99-3f22-4779-bf62-d0411684d795. [pid: 8|app: 0|req: 351/759] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:41:27 2026] GET /v2.0/networks/4ee5fac6-56e2-41b3-b0ed-a6920b729871?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:41:27.384 8 INFO neutron.api.v2.resource [None req-4266f460-4efd-4f21-b456-89137d5b9ec8 4d1b4a14113c4ed9b5daceaef3212ac8 b67aaec455d14a3597299d7376d53b68 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 352/760] 10.0.0.104 () {32 vars in 732 bytes} [Thu Jun 4 20:41:27 2026] DELETE /v2.0/subnetpools/b355b14f-911a-4844-84df-d8a7342d3454 => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/761] 10.0.0.104 () {34 vars in 685 bytes} [Thu Jun 4 20:41:27 2026] POST /v2.0/security-groups => generated 1660 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/762] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:41:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/763] 199.204.45.57 () {36 vars in 996 bytes} [Thu Jun 4 20:41:27 2026] DELETE /v2.0/ports/eb531a99-3f22-4779-bf62-d0411684d795 => generated 0 bytes in 817 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/764] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:27 2026] GET /v2.0/ports?device_id=5d5ef411-04e5-438d-bfd2-05ae492bf73b => generated 975 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/765] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:27 2026] GET /v2.0/security-groups?id=89ac23e8-804e-47df-95d1-a79ccaef0779&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/766] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:41:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:41:28.093 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-284bc05d-8b48-4ff0-abeb-70308d0cdb87'] response: {'server_uuid': '613a8c82-f7c7-4a6b-9804-cae35a432ea2', 'name': 'network-vif-deleted', 'tag': 'eb531a99-3f22-4779-bf62-d0411684d795', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 357/767] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:41:27 2026] GET /v2.0/security-groups?tenant_id=b67aaec455d14a3597299d7376d53b68&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/768] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:41:28 2026] DELETE /v2.0/security-groups/92f00186-b83b-45b3-bbd8-b4cbea592920 => 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: 359/769] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:28 2026] GET /v2.0/ports?device_id=613a8c82-f7c7-4a6b-9804-cae35a432ea2 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/770] 10.0.0.104 () {34 vars in 676 bytes} [Thu Jun 4 20:41:28 2026] POST /v2.0/floatingips => generated 552 bytes in 637 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/771] 199.204.45.57 () {34 vars in 993 bytes} [Thu Jun 4 20:41:28 2026] GET /v2.0/ports?device_id=5d5ef411-04e5-438d-bfd2-05ae492bf73b => 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: 412/772] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:28 2026] GET /v2.0/ports?device_id=5d5ef411-04e5-438d-bfd2-05ae492bf73b => 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: 413/773] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:29 2026] GET /v2.0/security-groups?id=89ac23e8-804e-47df-95d1-a79ccaef0779&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-06-04 20:41:29.124 8 INFO neutron_taas.services.taas.taas_plugin [req-9edfc78a-cc33-4d92-8c7a-1d8ad0a7e83c req-cf558bf8-7572-42de-b237-b2618dbf7405 52ee58dfb94d4e088cec79a89641202e e2549b592e464950a1d5257afc6d2310 - - default default] TaaS: Handle Delete Port: 8782e3eb-baee-4186-af9a-2b040d6020b8 2026-06-04 20:41:29.127 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9edfc78a-cc33-4d92-8c7a-1d8ad0a7e83c req-cf558bf8-7572-42de-b237-b2618dbf7405 52ee58dfb94d4e088cec79a89641202e e2549b592e464950a1d5257afc6d2310 - - default default] Tap Mirror: Handle Delete Port: 8782e3eb-baee-4186-af9a-2b040d6020b8 [pid: 7|app: 0|req: 414/774] 10.0.0.49 () {34 vars in 1097 bytes} [Thu Jun 4 20:41:29 2026] GET /v2.0/security-groups?name=tempest-securitygroup--967281066&fields=id&tenant_id=fd444d5da79b4740893fa54a26bc6d04 => generated 69 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/775] 10.0.0.49 () {34 vars in 981 bytes} [Thu Jun 4 20:41:29 2026] GET /v2.0/networks?id=5e64c4e1-aef5-4ac8-ac3e-20a8e58eab1a => generated 683 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/776] 10.0.0.49 () {34 vars in 964 bytes} [Thu Jun 4 20:41:29 2026] GET /v2.0/quotas/fd444d5da79b4740893fa54a26bc6d04 => 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: 417/777] 10.0.0.49 () {34 vars in 1001 bytes} [Thu Jun 4 20:41:29 2026] GET /v2.0/ports?tenant_id=fd444d5da79b4740893fa54a26bc6d04&fields=id => generated 103 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:41:29.427 8 INFO neutron.db.l3_db [req-9edfc78a-cc33-4d92-8c7a-1d8ad0a7e83c req-cf558bf8-7572-42de-b237-b2618dbf7405 52ee58dfb94d4e088cec79a89641202e e2549b592e464950a1d5257afc6d2310 - - default default] Floating IP 387a24cd-f703-40d4-a903-2f2503378433 disassociated. External IP: 10.96.250.206, port: 8782e3eb-baee-4186-af9a-2b040d6020b8. [pid: 7|app: 0|req: 418/778] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:29 2026] GET /v2.0/ports?device_id=613a8c82-f7c7-4a6b-9804-cae35a432ea2 => 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: 361/779] 199.204.45.57 () {36 vars in 996 bytes} [Thu Jun 4 20:41:29 2026] DELETE /v2.0/ports/8782e3eb-baee-4186-af9a-2b040d6020b8 => generated 0 bytes in 850 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/780] 10.0.0.49 () {34 vars in 906 bytes} [Thu Jun 4 20:41:29 2026] GET /v2.0/extensions => generated 21537 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-04 20:41:29.910 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ec710f63-c4bc-4831-a04b-2130e845d965'] response: {'server_uuid': '5d5ef411-04e5-438d-bfd2-05ae492bf73b', 'name': 'network-vif-deleted', 'tag': '8782e3eb-baee-4186-af9a-2b040d6020b8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 362/781] 10.0.0.49 () {34 vars in 1007 bytes} [Thu Jun 4 20:41:29 2026] GET /v2.0/networks/5e64c4e1-aef5-4ac8-ac3e-20a8e58eab1a?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/782] 10.0.0.49 () {34 vars in 1107 bytes} [Thu Jun 4 20:41:29 2026] GET /v2.0/networks/5e64c4e1-aef5-4ac8-ac3e-20a8e58eab1a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/783] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:30 2026] GET /v2.0/ports?device_id=5d5ef411-04e5-438d-bfd2-05ae492bf73b => 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: 421/784] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:30 2026] GET /v2.0/ports?device_id=3625667a-877f-499d-8bc8-fd3d2c6d483e => 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: 364/785] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:30 2026] GET /v2.0/ports?device_id=613a8c82-f7c7-4a6b-9804-cae35a432ea2 => 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: 422/786] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:31 2026] GET /v2.0/ports?device_id=5d5ef411-04e5-438d-bfd2-05ae492bf73b => 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: 365/787] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:31 2026] GET /v2.0/ports?device_id=3625667a-877f-499d-8bc8-fd3d2c6d483e => 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: 423/788] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:41:31 2026] DELETE /v2.0/security-groups/3ffa1809-42a6-412d-bd9c-f36f9e980b89 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:41:31.940 8 INFO neutron.api.v2.resource [None req-78ddb531-4000-4c1d-8ec0-0d4ca6be2cb9 5fdde23884904ecf8c7787a83e1b730b 0390f41787cc48ea954a46be017a57b1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 366/789] 10.0.0.104 () {32 vars in 737 bytes} [Thu Jun 4 20:41:31 2026] GET /v2.0/security-groups/3ffa1809-42a6-412d-bd9c-f36f9e980b89 => generated 146 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:41:32.101 7 INFO neutron_taas.services.taas.taas_plugin [None req-dbc51018-7f98-4906-aa3c-9ab7b458f4d3 5fdde23884904ecf8c7787a83e1b730b 0390f41787cc48ea954a46be017a57b1 - - default default] TaaS: Handle Delete Port: 913072bd-e651-4f67-b297-b96c2673219f 2026-06-04 20:41:32.104 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dbc51018-7f98-4906-aa3c-9ab7b458f4d3 5fdde23884904ecf8c7787a83e1b730b 0390f41787cc48ea954a46be017a57b1 - - default default] Tap Mirror: Handle Delete Port: 913072bd-e651-4f67-b297-b96c2673219f [pid: 8|app: 0|req: 367/790] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:41:32 2026] GET /v2.0/security-groups?tenant_id=7f39509472cd421d98f84ebc1d895a2e&name=default => generated 2925 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/791] 10.0.0.104 () {32 vars in 732 bytes} [Thu Jun 4 20:41:31 2026] DELETE /v2.0/floatingips/2bd1bae4-4502-458b-a932-568876bfcbf6 => generated 0 bytes in 371 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/792] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:41:32 2026] DELETE /v2.0/security-groups/b719354f-a5e2-423d-ab2a-1844c103a592 => 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: 369/793] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:32 2026] GET /v2.0/ports?device_id=5d5ef411-04e5-438d-bfd2-05ae492bf73b => 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: 370/794] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:32 2026] GET /v2.0/ports?device_id=3625667a-877f-499d-8bc8-fd3d2c6d483e => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:41:32.750 7 INFO neutron_taas.services.taas.taas_plugin [None req-9f401a30-32fa-4b18-8cc3-17341934f69a 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: 8d7f9181-5448-464e-8759-9eacccedfd08 2026-06-04 20:41:32.753 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f401a30-32fa-4b18-8cc3-17341934f69a 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: 8d7f9181-5448-464e-8759-9eacccedfd08 [pid: 7|app: 0|req: 425/795] 10.0.0.104 () {34 vars in 789 bytes} [Thu Jun 4 20:41:32 2026] PUT /v2.0/routers/4df6f7bb-a13f-47c2-b767-485737f5a396/remove_router_interface => generated 309 bytes in 993 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:41:33.598 8 INFO neutron_taas.services.taas.taas_plugin [None req-315da428-c3b3-457e-807b-c46409876f5a 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: f24b57c0-b7ce-48cc-a585-36d0916432f0 2026-06-04 20:41:33.600 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-315da428-c3b3-457e-807b-c46409876f5a 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: f24b57c0-b7ce-48cc-a585-36d0916432f0 [pid: 7|app: 0|req: 426/796] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:41:33 2026] DELETE /v2.0/security-groups/89ac23e8-804e-47df-95d1-a79ccaef0779 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/797] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:33 2026] GET /v2.0/ports?device_id=3625667a-877f-499d-8bc8-fd3d2c6d483e => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:41:33.721 7 INFO neutron.api.v2.resource [None req-c4e34dfb-d412-4a2b-b18c-570a3e118299 52ee58dfb94d4e088cec79a89641202e e2549b592e464950a1d5257afc6d2310 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 428/798] 10.0.0.104 () {32 vars in 737 bytes} [Thu Jun 4 20:41:33 2026] GET /v2.0/security-groups/89ac23e8-804e-47df-95d1-a79ccaef0779 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:41:33.836 7 INFO neutron_taas.services.taas.taas_plugin [None req-e63a414a-93b0-4102-93d5-07c3893d368b 52ee58dfb94d4e088cec79a89641202e e2549b592e464950a1d5257afc6d2310 - - default default] TaaS: Handle Delete Port: fee6b268-7a5e-4340-9adf-aefffb50406d 2026-06-04 20:41:33.842 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e63a414a-93b0-4102-93d5-07c3893d368b 52ee58dfb94d4e088cec79a89641202e e2549b592e464950a1d5257afc6d2310 - - default default] Tap Mirror: Handle Delete Port: fee6b268-7a5e-4340-9adf-aefffb50406d 2026-06-04 20:41:33.927 8 INFO neutron_taas.services.taas.taas_plugin [None req-315da428-c3b3-457e-807b-c46409876f5a 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: bf0f53e0-7e07-4dda-9bae-917be6c6c943 2026-06-04 20:41:33.930 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-315da428-c3b3-457e-807b-c46409876f5a 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: bf0f53e0-7e07-4dda-9bae-917be6c6c943 [pid: 7|app: 0|req: 429/799] 10.0.0.104 () {32 vars in 732 bytes} [Thu Jun 4 20:41:33 2026] DELETE /v2.0/floatingips/387a24cd-f703-40d4-a903-2f2503378433 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:41:34.032 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-315da428-c3b3-457e-807b-c46409876f5a 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - 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 124, 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 124, 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 58, 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 40, 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 340, 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 2241, 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 645, 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 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-06-04 20:41:34.370 7 INFO neutron_taas.services.taas.taas_plugin [None req-ac26398d-081d-4db6-bdc8-cd7fd7a89599 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: 71d0a059-dbfc-474d-9e50-529c2fe734f0 2026-06-04 20:41:34.372 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac26398d-081d-4db6-bdc8-cd7fd7a89599 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: 71d0a059-dbfc-474d-9e50-529c2fe734f0 2026-06-04 20:41:34.385 8 INFO neutron.services.segments.plugin [-] Segment fb3b5eb9-5e7b-43e6-80bb-b2af3fd2fad9 resource provider aggregate not found 2026-06-04 20:41:34.386 8 INFO neutron.services.segments.plugin [-] Segment fb3b5eb9-5e7b-43e6-80bb-b2af3fd2fad9 resource provider aggregate not found 2026-06-04 20:41:34.410 8 INFO neutron.services.segments.plugin [-] Segment fb3b5eb9-5e7b-43e6-80bb-b2af3fd2fad9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb3b5eb9-5e7b-43e6-80bb-b2af3fd2fad9 found for delete ", "request_id": "req-51198dbd-947b-4ce2-9d92-33d5ade4ad60"}]} 2026-06-04 20:41:34.421 8 INFO neutron.db.l3_hamode_db [None req-315da428-c3b3-457e-807b-c46409876f5a 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] HA network 6f160357-191b-4f6f-b8bb-4d60cf14465f was deleted as no HA routers are present in tenant 0390f41787cc48ea954a46be017a57b1. 2026-06-04 20:41:34.422 8 INFO neutron.services.segments.plugin [-] Segment fb3b5eb9-5e7b-43e6-80bb-b2af3fd2fad9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb3b5eb9-5e7b-43e6-80bb-b2af3fd2fad9 found for delete ", "request_id": "req-86a29129-25ff-4040-ba45-91b886d8961a"}]} [pid: 8|app: 0|req: 371/800] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:41:33 2026] DELETE /v2.0/routers/4df6f7bb-a13f-47c2-b767-485737f5a396 => generated 0 bytes in 1107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/801] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:41:34 2026] DELETE /v2.0/subnets/97b1f9e8-c837-453f-a470-e5e1e50ee32f => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:41:34.778 8 INFO neutron_taas.services.taas.taas_plugin [None req-b931e02d-d677-4ad7-8526-ab7f74365bf5 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: c2521769-8c02-48f3-b98b-0b56b95642bd 2026-06-04 20:41:34.782 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b931e02d-d677-4ad7-8526-ab7f74365bf5 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: c2521769-8c02-48f3-b98b-0b56b95642bd [pid: 7|app: 0|req: 430/802] 10.0.0.104 () {34 vars in 789 bytes} [Thu Jun 4 20:41:34 2026] PUT /v2.0/routers/f2d2fcb2-ca92-4114-aa70-070df4c6e4bb/remove_router_interface => generated 309 bytes in 822 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/803] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:41:34 2026] DELETE /v2.0/networks/0ba305ab-5bd7-487d-a57e-9c26cf3d6fb2 => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/804] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:34 2026] GET /v2.0/ports?device_id=3625667a-877f-499d-8bc8-fd3d2c6d483e => 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: 431/805] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:41:34 2026] GET /v2.0/security-groups?tenant_id=e86db31a8b29470c8c320ab1a89ada27&name=default => generated 2925 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:41:35.263 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2db8935-5c65-429d-bd88-d8fd89d1acfd 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: 467e03e8-6202-4742-9d12-6f74a396d8db 2026-06-04 20:41:35.266 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2db8935-5c65-429d-bd88-d8fd89d1acfd 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: 467e03e8-6202-4742-9d12-6f74a396d8db [pid: 7|app: 0|req: 432/806] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:41:35 2026] GET /v2.0/networks?id=5e64c4e1-aef5-4ac8-ac3e-20a8e58eab1a => generated 683 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/807] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:41:35 2026] GET /v2.0/security-groups?tenant_id=0390f41787cc48ea954a46be017a57b1&name=default => generated 2921 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/808] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:41:35 2026] DELETE /v2.0/security-groups/987fff84-49b5-4403-bac6-c07e18e7dbe0 => 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: 435/809] 199.204.45.57 () {34 vars in 1049 bytes} [Thu Jun 4 20:41:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fd444d5da79b4740893fa54a26bc6d04 => generated 180 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/810] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:41:35 2026] DELETE /v2.0/security-groups/d349a3a1-a285-422a-8c55-418545a83312 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:41:35.543 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2db8935-5c65-429d-bd88-d8fd89d1acfd 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: 7056ef2f-f808-4d84-a2ec-3cd4ebdf8f57 2026-06-04 20:41:35.546 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2db8935-5c65-429d-bd88-d8fd89d1acfd 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: 7056ef2f-f808-4d84-a2ec-3cd4ebdf8f57 2026-06-04 20:41:36.007 8 INFO neutron.db.l3_hamode_db [None req-f2db8935-5c65-429d-bd88-d8fd89d1acfd 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] HA network 8d729a46-6125-49c0-845b-509e4ab8dd93 was deleted as no HA routers are present in tenant e2549b592e464950a1d5257afc6d2310. [pid: 8|app: 0|req: 375/811] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:41:35 2026] DELETE /v2.0/routers/f2d2fcb2-ca92-4114-aa70-070df4c6e4bb => generated 0 bytes in 997 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/812] 199.204.45.57 () {38 vars in 954 bytes} [Thu Jun 4 20:41:35 2026] POST /v2.0/ports => generated 958 bytes in 595 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: 376/813] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:41:36 2026] DELETE /v2.0/subnets/150036e5-d1fc-4611-8460-1ceb6b37fbe7 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/814] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:36 2026] GET /v2.0/ports?device_id=3625667a-877f-499d-8bc8-fd3d2c6d483e => generated 961 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:41:36.271 7 INFO neutron_taas.services.taas.taas_plugin [None req-cbc5c033-e181-4e69-ab87-4f1880eaf399 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: 052a7bba-3b5c-469e-90d3-da508c6d7883 2026-06-04 20:41:36.275 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbc5c033-e181-4e69-ab87-4f1880eaf399 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: 052a7bba-3b5c-469e-90d3-da508c6d7883 2026-06-04 20:41:36.428 8 INFO neutron.services.segments.plugin [-] Segment 3f40ece5-9e7d-4532-bcad-33e095878211 resource provider aggregate not found 2026-06-04 20:41:36.444 8 INFO neutron.services.segments.plugin [-] Segment 3f40ece5-9e7d-4532-bcad-33e095878211 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f40ece5-9e7d-4532-bcad-33e095878211 found for delete ", "request_id": "req-32a71cea-399b-4171-a7fd-23e2bb9b9949"}]} 2026-06-04 20:41:36.449 8 INFO neutron.services.segments.plugin [-] Segment 3f40ece5-9e7d-4532-bcad-33e095878211 resource provider aggregate not found 2026-06-04 20:41:36.466 8 INFO neutron.services.segments.plugin [-] Segment 849c103e-a405-480e-8735-c780b52b1e5f resource provider aggregate not found 2026-06-04 20:41:36.473 8 INFO neutron.services.segments.plugin [-] Segment 3f40ece5-9e7d-4532-bcad-33e095878211 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f40ece5-9e7d-4532-bcad-33e095878211 found for delete ", "request_id": "req-4d0cbece-6c47-4c62-990b-2099320036c1"}]} 2026-06-04 20:41:36.484 8 INFO neutron.services.segments.plugin [-] Segment 849c103e-a405-480e-8735-c780b52b1e5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 849c103e-a405-480e-8735-c780b52b1e5f found for delete ", "request_id": "req-eef75d6b-79fc-43fb-96b2-49cf38754a12"}]} 2026-06-04 20:41:36.493 8 INFO neutron.services.segments.plugin [-] Segment 849c103e-a405-480e-8735-c780b52b1e5f resource provider aggregate not found 2026-06-04 20:41:36.496 7 INFO neutron.services.segments.plugin [-] Segment 4c9a425b-8260-4994-9dfd-8039f227b6f2 resource provider aggregate not found 2026-06-04 20:41:36.501 7 INFO neutron.services.segments.plugin [-] Segment 4c9a425b-8260-4994-9dfd-8039f227b6f2 resource provider aggregate not found 2026-06-04 20:41:36.511 8 INFO neutron.services.segments.plugin [-] Segment 849c103e-a405-480e-8735-c780b52b1e5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 849c103e-a405-480e-8735-c780b52b1e5f found for delete ", "request_id": "req-551566c1-40ba-464f-bf5a-df7ccb3353e6"}]} 2026-06-04 20:41:36.519 7 INFO neutron.services.segments.plugin [-] Segment 4c9a425b-8260-4994-9dfd-8039f227b6f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c9a425b-8260-4994-9dfd-8039f227b6f2 found for delete ", "request_id": "req-8477688b-206b-4a77-85f8-93a91eff5bcf"}]} 2026-06-04 20:41:36.523 7 INFO neutron.services.segments.plugin [-] Segment 4c9a425b-8260-4994-9dfd-8039f227b6f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c9a425b-8260-4994-9dfd-8039f227b6f2 found for delete ", "request_id": "req-565b142d-0505-4ca8-92e2-7df0a78d6211"}]} [pid: 7|app: 0|req: 439/815] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:41:36 2026] DELETE /v2.0/networks/4ee5fac6-56e2-41b3-b0ed-a6920b729871 => generated 0 bytes in 376 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/816] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:36 2026] GET /v2.0/security-groups?id=50f65725-beb6-497b-ad57-a55554ca249d&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: 377/817] 199.204.45.57 () {38 vars in 1027 bytes} [Thu Jun 4 20:41:36 2026] PUT /v2.0/ports/3d24655b-55d4-4c15-80c2-a105060fada5 => generated 1239 bytes in 521 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:41:36.700 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f315d39c-6349-4d95-aa7d-5b3ccf14b613'] response: {'name': 'network-changed', 'server_uuid': '3625667a-877f-499d-8bc8-fd3d2c6d483e', 'tag': '3d24655b-55d4-4c15-80c2-a105060fada5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 441/818] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:41:36 2026] GET /v2.0/security-groups?tenant_id=e2549b592e464950a1d5257afc6d2310&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 378/819] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:41:36 2026] DELETE /v2.0/security-groups/8cd938a7-1275-4eaf-b05f-f05efec85b7c => 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: 442/820] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:41:37 2026] GET /v2.0/ports?tenant_id=fd444d5da79b4740893fa54a26bc6d04&device_id=3625667a-877f-499d-8bc8-fd3d2c6d483e => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/821] 199.204.45.57 () {34 vars in 1017 bytes} [Thu Jun 4 20:41:37 2026] GET /v2.0/networks?tenant_id=fd444d5da79b4740893fa54a26bc6d04&shared=False => generated 779 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/822] 199.204.45.57 () {34 vars in 929 bytes} [Thu Jun 4 20:41:37 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:41:37.612 8 INFO neutron.db.segments_db [None req-fe1ef6e7-76bd-4b4d-98f0-a51841d62823 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Added segment 97fad99e-d1b3-412c-addc-d6d17571eb3c of type vxlan for network 6e5aaf77-697a-4553-aecf-4b349a663a36 2026-06-04 20:41:37.686 7 INFO neutron.db.segments_db [None req-dcbfe4f0-71e1-47a8-b947-e44b71b41f5d 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Added segment 2f273892-6d05-484c-9d3f-5a218bb8ffdf of type vxlan for network a82d5324-c342-40b3-a544-ab6f5426c920 [pid: 8|app: 0|req: 380/823] 10.0.0.104 () {34 vars in 671 bytes} [Thu Jun 4 20:41:37 2026] POST /v2.0/networks => generated 741 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/824] 10.0.0.104 () {34 vars in 671 bytes} [Thu Jun 4 20:41:37 2026] POST /v2.0/networks => generated 743 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/825] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:37 2026] GET /v2.0/ports?device_id=3625667a-877f-499d-8bc8-fd3d2c6d483e => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/826] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:41:37 2026] POST /v2.0/subnets => generated 688 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/827] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:37 2026] GET /v2.0/security-groups?id=50f65725-beb6-497b-ad57-a55554ca249d&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/828] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:41:37 2026] POST /v2.0/subnets => generated 690 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:41:38.040 7 INFO neutron.db.segments_db [None req-8a8395d1-5853-42ca-9078-7ed48b621c9f 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Added segment be27d64b-df1b-45bc-bb96-3b218dcd7eec of type vxlan for network a342e116-f3f5-43b1-95b5-06811e3bb7a6 2026-06-04 20:41:38.053 8 INFO neutron.db.segments_db [None req-31840594-35b3-4bcd-9eda-43d03847b0fd 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Added segment 95013339-b47f-4a9c-9dd5-aa42cb9e42ef of type vxlan for network f87fac8f-eafa-4c99-ae50-f8212569e6e6 2026-06-04 20:41:38.284 7 INFO neutron.db.l3_hamode_db [None req-8a8395d1-5853-42ca-9078-7ed48b621c9f 4a13b69cd782415a884fbe0bacb718a6 ec9fa433fd33495f8601d36517942a9e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 20:41:38.322 8 INFO neutron.db.l3_hamode_db [None req-31840594-35b3-4bcd-9eda-43d03847b0fd 4a13b69cd782415a884fbe0bacb718a6 058e0611118d46268bc451d15f85c9e5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 20:41:39.072 8 INFO neutron.db.l3_hamode_db [None req-31840594-35b3-4bcd-9eda-43d03847b0fd 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 20:41:39.169 7 INFO neutron.db.l3_hamode_db [None req-8a8395d1-5853-42ca-9078-7ed48b621c9f 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 383/829] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:41:38 2026] POST /v2.0/routers => generated 730 bytes in 2113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/830] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:41:40 2026] GET /v2.0/ports?tenant_id=fd444d5da79b4740893fa54a26bc6d04&device_id=3625667a-877f-499d-8bc8-fd3d2c6d483e => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:41:40.551 8 INFO neutron.db.segments_db [None req-9d43f187-0a8a-4ad9-8c0f-0b35bad68ea9 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Added segment de126f14-8a46-411c-9728-2f10d3e8a749 of type vxlan for network 64a74351-5ac6-4877-b7bf-7b4028786475 [pid: 7|app: 0|req: 447/831] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:41:37 2026] POST /v2.0/routers => generated 728 bytes in 2590 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/832] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:40 2026] GET /v2.0/ports?device_id=3625667a-877f-499d-8bc8-fd3d2c6d483e => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/833] 10.0.0.104 () {34 vars in 671 bytes} [Thu Jun 4 20:41:40 2026] POST /v2.0/networks => generated 746 bytes in 472 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/834] 199.204.45.57 () {34 vars in 1059 bytes} [Thu Jun 4 20:41:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=3d24655b-55d4-4c15-80c2-a105060fada5 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/835] 10.0.0.104 () {34 vars in 783 bytes} [Thu Jun 4 20:41:40 2026] PUT /v2.0/routers/ae308538-25a2-4d1f-9410-7b8a4fbc4d2d/add_router_interface => generated 309 bytes in 1367 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/836] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:41 2026] GET /v2.0/security-groups?id=50f65725-beb6-497b-ad57-a55554ca249d&fields=id&fields=name => generated 113 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/837] 10.0.0.104 () {34 vars in 783 bytes} [Thu Jun 4 20:41:40 2026] PUT /v2.0/routers/a57c4ba6-1753-434a-bc23-864cccb7c73e/add_router_interface => generated 309 bytes in 1440 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/838] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:41:42 2026] GET /v2.0/subnets?id=c3c37848-e8b1-4b09-ba3f-645e8db8e3a7 => generated 701 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/841] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:41:42 2026] GET /v2.0/ports?network_id=5e64c4e1-aef5-4ac8-ac3e-20a8e58eab1a&device_owner=network%3Adhcp => generated 1244 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/842] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:41:42 2026] GET /v2.0/networks/5e64c4e1-aef5-4ac8-ac3e-20a8e58eab1a?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: 393/843] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:41:42 2026] GET /v2.0/networks/5e64c4e1-aef5-4ac8-ac3e-20a8e58eab1a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/844] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:41:42 2026] POST /v2.0/subnets => generated 693 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:41:42.427 8 INFO neutron.db.segments_db [None req-fb658bd8-25f6-4fd6-b5bf-200d9c81c5cc 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Added segment ee156d72-5855-4c6e-afa2-4b4bec7c13e6 of type vxlan for network 0dcc4cfd-5a1e-49c8-a3e9-458f7533803b 2026-06-04 20:41:42.740 8 INFO neutron.db.l3_hamode_db [None req-fb658bd8-25f6-4fd6-b5bf-200d9c81c5cc 4a13b69cd782415a884fbe0bacb718a6 09de367d73bf4aabad320e174907769f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 452/845] 10.0.0.104 () {34 vars in 685 bytes} [Thu Jun 4 20:41:42 2026] POST /v2.0/security-groups => generated 1661 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/846] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:41:42 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: 7|app: 0|req: 454/847] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:41:42 2026] POST /v2.0/security-group-rules => generated 602 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:41:43.625 8 INFO neutron.db.l3_hamode_db [None req-fb658bd8-25f6-4fd6-b5bf-200d9c81c5cc 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 455/848] 10.0.0.104 () {34 vars in 676 bytes} [Thu Jun 4 20:41:43 2026] POST /v2.0/floatingips => generated 552 bytes in 573 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/849] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:43 2026] GET /v2.0/ports?device_id=3625667a-877f-499d-8bc8-fd3d2c6d483e => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/850] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:43 2026] GET /v2.0/security-groups?id=50f65725-beb6-497b-ad57-a55554ca249d&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/851] 10.0.0.49 () {34 vars in 1099 bytes} [Thu Jun 4 20:41:44 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1871839656&fields=id&tenant_id=058e0611118d46268bc451d15f85c9e5 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/852] 10.0.0.49 () {34 vars in 981 bytes} [Thu Jun 4 20:41:44 2026] GET /v2.0/networks?id=a82d5324-c342-40b3-a544-ab6f5426c920 => generated 675 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/853] 10.0.0.49 () {34 vars in 964 bytes} [Thu Jun 4 20:41:44 2026] GET /v2.0/quotas/058e0611118d46268bc451d15f85c9e5 => 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: 461/854] 10.0.0.49 () {34 vars in 1001 bytes} [Thu Jun 4 20:41:44 2026] GET /v2.0/ports?tenant_id=058e0611118d46268bc451d15f85c9e5&fields=id => generated 57 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/855] 10.0.0.49 () {34 vars in 1007 bytes} [Thu Jun 4 20:41:44 2026] GET /v2.0/networks/a82d5324-c342-40b3-a544-ab6f5426c920?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/856] 10.0.0.49 () {34 vars in 1107 bytes} [Thu Jun 4 20:41:44 2026] GET /v2.0/networks/a82d5324-c342-40b3-a544-ab6f5426c920?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: 464/857] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:44 2026] GET /v2.0/ports?device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => 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: 465/858] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:44 2026] GET /v2.0/ports?device_id=3625667a-877f-499d-8bc8-fd3d2c6d483e => 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: 466/859] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:44 2026] GET /v2.0/security-groups?id=50f65725-beb6-497b-ad57-a55554ca249d&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: 394/860] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:41:42 2026] POST /v2.0/routers => generated 733 bytes in 2827 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/861] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:45 2026] GET /v2.0/ports?device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => 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: 396/862] 10.0.0.49 () {34 vars in 981 bytes} [Thu Jun 4 20:41:45 2026] GET /v2.0/networks?id=6e5aaf77-697a-4553-aecf-4b349a663a36 => generated 673 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/863] 10.0.0.49 () {34 vars in 964 bytes} [Thu Jun 4 20:41:45 2026] GET /v2.0/quotas/ec9fa433fd33495f8601d36517942a9e => 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: 398/864] 10.0.0.49 () {34 vars in 1001 bytes} [Thu Jun 4 20:41:45 2026] GET /v2.0/ports?tenant_id=ec9fa433fd33495f8601d36517942a9e&fields=id => generated 103 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/865] 10.0.0.49 () {34 vars in 1007 bytes} [Thu Jun 4 20:41:45 2026] GET /v2.0/networks/6e5aaf77-697a-4553-aecf-4b349a663a36?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/866] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:45 2026] GET /v2.0/ports?device_id=3625667a-877f-499d-8bc8-fd3d2c6d483e => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/867] 10.0.0.49 () {34 vars in 1107 bytes} [Thu Jun 4 20:41:46 2026] GET /v2.0/networks/6e5aaf77-697a-4553-aecf-4b349a663a36?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/868] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:46 2026] GET /v2.0/security-groups?id=50f65725-beb6-497b-ad57-a55554ca249d&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/869] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:46 2026] GET /v2.0/ports?device_id=d8981a60-acd7-43b6-9b16-99d699d8684f => 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: 467/870] 10.0.0.104 () {34 vars in 783 bytes} [Thu Jun 4 20:41:45 2026] PUT /v2.0/routers/202ee648-a1ab-4104-8f17-757e8e20e747/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: 404/871] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:46 2026] GET /v2.0/ports?device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/872] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:47 2026] GET /v2.0/ports?device_id=3625667a-877f-499d-8bc8-fd3d2c6d483e => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/873] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:47 2026] GET /v2.0/security-groups?id=50f65725-beb6-497b-ad57-a55554ca249d&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/874] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:47 2026] GET /v2.0/ports?device_id=d8981a60-acd7-43b6-9b16-99d699d8684f => 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: 406/875] 10.0.0.49 () {34 vars in 981 bytes} [Thu Jun 4 20:41:47 2026] GET /v2.0/networks?id=64a74351-5ac6-4877-b7bf-7b4028786475 => generated 678 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/876] 10.0.0.49 () {34 vars in 964 bytes} [Thu Jun 4 20:41:47 2026] GET /v2.0/quotas/09de367d73bf4aabad320e174907769f => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/877] 10.0.0.49 () {34 vars in 1001 bytes} [Thu Jun 4 20:41:47 2026] GET /v2.0/ports?tenant_id=09de367d73bf4aabad320e174907769f&fields=id => generated 57 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/878] 10.0.0.49 () {34 vars in 1007 bytes} [Thu Jun 4 20:41:47 2026] GET /v2.0/networks/64a74351-5ac6-4877-b7bf-7b4028786475?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: 408/879] 10.0.0.49 () {34 vars in 1107 bytes} [Thu Jun 4 20:41:47 2026] GET /v2.0/networks/64a74351-5ac6-4877-b7bf-7b4028786475?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: 472/880] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:47 2026] GET /v2.0/ports?device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => 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: 409/881] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:47 2026] GET /v2.0/ports?device_id=61d11270-5712-4bb5-922b-9fedaf317f08 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/882] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:48 2026] GET /v2.0/ports?device_id=3625667a-877f-499d-8bc8-fd3d2c6d483e => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/883] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:48 2026] GET /v2.0/security-groups?id=50f65725-beb6-497b-ad57-a55554ca249d&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/884] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:48 2026] GET /v2.0/ports?device_id=d8981a60-acd7-43b6-9b16-99d699d8684f => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/885] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:48 2026] GET /v2.0/ports?device_id=3625667a-877f-499d-8bc8-fd3d2c6d483e => 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: 412/886] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:48 2026] GET /v2.0/ports?device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => 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: 413/887] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:41:48 2026] GET /v2.0/networks?id=a82d5324-c342-40b3-a544-ab6f5426c920 => generated 675 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/888] 199.204.45.57 () {34 vars in 1049 bytes} [Thu Jun 4 20:41:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=058e0611118d46268bc451d15f85c9e5 => generated 181 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:41:49.118 7 INFO neutron.db.l3_db [None req-5e2165e7-229e-4ecb-9c8b-3f0c56b45f9a d167d01f4a60433893674d2d2a1b368f fd444d5da79b4740893fa54a26bc6d04 - - default default] Floating IP 276b1404-eb46-40e1-a396-a9b6b62de67f associated. External IP: 10.96.250.218, port: 3d24655b-55d4-4c15-80c2-a105060fada5. [pid: 8|app: 0|req: 415/889] 199.204.45.57 () {38 vars in 954 bytes} [Thu Jun 4 20:41:48 2026] POST /v2.0/ports => generated 954 bytes in 475 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: 475/890] 10.0.0.104 () {34 vars in 749 bytes} [Thu Jun 4 20:41:48 2026] PUT /v2.0/floatingips/276b1404-eb46-40e1-a396-a9b6b62de67f => generated 856 bytes in 771 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/891] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:49 2026] GET /v2.0/ports?device_id=61d11270-5712-4bb5-922b-9fedaf317f08 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:41:49.509 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bd02410e-f0c6-4be6-925f-405b05ddfee4'] response: {'name': 'network-changed', 'server_uuid': '3625667a-877f-499d-8bc8-fd3d2c6d483e', 'tag': '3d24655b-55d4-4c15-80c2-a105060fada5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 417/892] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:49 2026] GET /v2.0/ports?device_id=3625667a-877f-499d-8bc8-fd3d2c6d483e => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/893] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:49 2026] GET /v2.0/security-groups?id=50f65725-beb6-497b-ad57-a55554ca249d&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/894] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:49 2026] GET /v2.0/ports?device_id=d8981a60-acd7-43b6-9b16-99d699d8684f => 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: 476/895] 199.204.45.57 () {38 vars in 1027 bytes} [Thu Jun 4 20:41:49 2026] PUT /v2.0/ports/2cef442a-37b7-40f4-bdcb-22fef7dbe83f => generated 1235 bytes in 492 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/896] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:49 2026] GET /v2.0/ports?device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => generated 969 bytes in 59 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: 477/897] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:50 2026] GET /v2.0/security-groups?id=7103dae8-6776-41e6-9f78-db6382400c8e&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: 421/898] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:41:50 2026] GET /v2.0/ports?tenant_id=fd444d5da79b4740893fa54a26bc6d04&device_id=3625667a-877f-499d-8bc8-fd3d2c6d483e => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/899] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:41:50 2026] GET /v2.0/networks?id=5e64c4e1-aef5-4ac8-ac3e-20a8e58eab1a => generated 779 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/900] 199.204.45.57 () {34 vars in 1059 bytes} [Thu Jun 4 20:41:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=3d24655b-55d4-4c15-80c2-a105060fada5 => generated 859 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/901] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:41:50 2026] GET /v2.0/subnets?id=c3c37848-e8b1-4b09-ba3f-645e8db8e3a7 => generated 701 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/902] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:41:50 2026] GET /v2.0/ports?network_id=5e64c4e1-aef5-4ac8-ac3e-20a8e58eab1a&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: 480/903] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:41:50 2026] GET /v2.0/networks/5e64c4e1-aef5-4ac8-ac3e-20a8e58eab1a?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: 424/904] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:41:50 2026] GET /v2.0/networks/5e64c4e1-aef5-4ac8-ac3e-20a8e58eab1a?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: 481/905] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:50 2026] GET /v2.0/ports?device_id=61d11270-5712-4bb5-922b-9fedaf317f08 => 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: 425/906] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:50 2026] GET /v2.0/ports?device_id=d8981a60-acd7-43b6-9b16-99d699d8684f => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/907] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:41:50 2026] GET /v2.0/ports?tenant_id=058e0611118d46268bc451d15f85c9e5&device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => generated 1238 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/908] 199.204.45.57 () {34 vars in 1057 bytes} [Thu Jun 4 20:41:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=2cef442a-37b7-40f4-bdcb-22fef7dbe83f => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/909] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:41:51 2026] GET /v2.0/networks?id=6e5aaf77-697a-4553-aecf-4b349a663a36 => generated 673 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/910] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:41:51 2026] GET /v2.0/subnets?id=a12a0eaa-1f31-404a-a7c1-43781f623f00 => generated 693 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/911] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:51 2026] GET /v2.0/ports?device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/912] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:41:51 2026] GET /v2.0/ports?network_id=a82d5324-c342-40b3-a544-ab6f5426c920&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/913] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:51 2026] GET /v2.0/security-groups?id=7103dae8-6776-41e6-9f78-db6382400c8e&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: 431/914] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:41:51 2026] GET /v2.0/networks/a82d5324-c342-40b3-a544-ab6f5426c920?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: 432/915] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:41:51 2026] GET /v2.0/networks/a82d5324-c342-40b3-a544-ab6f5426c920?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:41:51.568 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-57df12bf-f7ee-4d06-9b19-20da4f58ffe8'] response: {'name': 'network-changed', 'server_uuid': '4422f255-1701-47e8-b09d-cda12eb3b28a', 'tag': '2cef442a-37b7-40f4-bdcb-22fef7dbe83f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 484/916] 199.204.45.57 () {38 vars in 954 bytes} [Thu Jun 4 20:41:51 2026] POST /v2.0/ports => generated 958 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 485/917] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:51 2026] GET /v2.0/ports?device_id=61d11270-5712-4bb5-922b-9fedaf317f08 => 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: 486/918] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:51 2026] GET /v2.0/ports?device_id=d8981a60-acd7-43b6-9b16-99d699d8684f => generated 973 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/919] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:51 2026] GET /v2.0/security-groups?id=c7dfe02b-f31a-4c9d-9fa7-196fe955a124&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: 8|app: 0|req: 433/920] 199.204.45.57 () {38 vars in 1027 bytes} [Thu Jun 4 20:41:51 2026] PUT /v2.0/ports/d85f3ece-feac-4a72-8418-aec2a8842cc4 => generated 1239 bytes in 593 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:41:52.216 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0d4d5d6b-a7a2-4af4-b1ae-41023ad70d5a'] response: {'name': 'network-changed', 'server_uuid': 'd8981a60-acd7-43b6-9b16-99d699d8684f', 'tag': 'd85f3ece-feac-4a72-8418-aec2a8842cc4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 488/921] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:52 2026] GET /v2.0/ports?device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 489/922] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:52 2026] GET /v2.0/security-groups?id=7103dae8-6776-41e6-9f78-db6382400c8e&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/923] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:41:52 2026] GET /v2.0/ports?tenant_id=058e0611118d46268bc451d15f85c9e5&device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => generated 1238 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/924] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:41:52 2026] GET /v2.0/networks?id=a82d5324-c342-40b3-a544-ab6f5426c920 => generated 771 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/925] 199.204.45.57 () {34 vars in 1057 bytes} [Thu Jun 4 20:41:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=2cef442a-37b7-40f4-bdcb-22fef7dbe83f => 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: 491/926] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:41:52 2026] GET /v2.0/subnets?id=a12a0eaa-1f31-404a-a7c1-43781f623f00 => generated 693 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/927] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:41:52 2026] GET /v2.0/ports?network_id=a82d5324-c342-40b3-a544-ab6f5426c920&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/928] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:41:52 2026] GET /v2.0/networks/a82d5324-c342-40b3-a544-ab6f5426c920?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: 437/929] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:52 2026] GET /v2.0/ports?device_id=61d11270-5712-4bb5-922b-9fedaf317f08 => 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: 493/930] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:41:52 2026] GET /v2.0/ports?tenant_id=ec9fa433fd33495f8601d36517942a9e&device_id=d8981a60-acd7-43b6-9b16-99d699d8684f => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/931] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:41:52 2026] GET /v2.0/networks/a82d5324-c342-40b3-a544-ab6f5426c920?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/932] 199.204.45.57 () {34 vars in 1017 bytes} [Thu Jun 4 20:41:52 2026] GET /v2.0/networks?tenant_id=ec9fa433fd33495f8601d36517942a9e&shared=False => generated 769 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/933] 199.204.45.57 () {34 vars in 929 bytes} [Thu Jun 4 20:41:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/934] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:53 2026] GET /v2.0/ports?device_id=d8981a60-acd7-43b6-9b16-99d699d8684f => generated 973 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/935] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:53 2026] GET /v2.0/security-groups?id=c7dfe02b-f31a-4c9d-9fa7-196fe955a124&fields=id&fields=name => generated 88 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/936] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:41:53 2026] GET /v2.0/networks?id=64a74351-5ac6-4877-b7bf-7b4028786475 => generated 678 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/937] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:53 2026] GET /v2.0/ports?device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/938] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:53 2026] GET /v2.0/security-groups?id=7103dae8-6776-41e6-9f78-db6382400c8e&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/939] 199.204.45.57 () {38 vars in 954 bytes} [Thu Jun 4 20:41:53 2026] POST /v2.0/ports => generated 954 bytes in 487 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: 442/940] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:53 2026] GET /v2.0/ports?device_id=61d11270-5712-4bb5-922b-9fedaf317f08 => generated 957 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/941] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:53 2026] GET /v2.0/security-groups?id=ee72e3c5-e098-4ba7-ac3d-e2edaa903bd6&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/942] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:41:53 2026] GET /v2.0/ports?tenant_id=ec9fa433fd33495f8601d36517942a9e&device_id=d8981a60-acd7-43b6-9b16-99d699d8684f => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/943] 199.204.45.57 () {34 vars in 1059 bytes} [Thu Jun 4 20:41:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=d85f3ece-feac-4a72-8418-aec2a8842cc4 => 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: 446/944] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:41:54 2026] GET /v2.0/subnets?id=0609747c-b1b4-4048-84a8-7975c2b85fb8 => generated 691 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/945] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:41:54 2026] GET /v2.0/ports?network_id=6e5aaf77-697a-4553-aecf-4b349a663a36&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/946] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:41:54 2026] GET /v2.0/networks/6e5aaf77-697a-4553-aecf-4b349a663a36?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/947] 199.204.45.57 () {38 vars in 1027 bytes} [Thu Jun 4 20:41:53 2026] PUT /v2.0/ports/549e21ef-995e-4a07-b483-6bf293d2a819 => generated 1235 bytes in 470 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/948] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:41:54 2026] GET /v2.0/networks/6e5aaf77-697a-4553-aecf-4b349a663a36?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) 2026-06-04 20:41:54.265 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ce2f41e4-412e-4670-9f2a-98ede2d05e8a'] response: {'name': 'network-changed', 'server_uuid': '61d11270-5712-4bb5-922b-9fedaf317f08', 'tag': '549e21ef-995e-4a07-b483-6bf293d2a819', '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: 500/949] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:54 2026] GET /v2.0/ports?device_id=d8981a60-acd7-43b6-9b16-99d699d8684f => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/950] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:54 2026] GET /v2.0/security-groups?id=c7dfe02b-f31a-4c9d-9fa7-196fe955a124&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/951] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:54 2026] GET /v2.0/ports?device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/952] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:54 2026] GET /v2.0/security-groups?id=7103dae8-6776-41e6-9f78-db6382400c8e&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/953] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:41:54 2026] GET /v2.0/ports?tenant_id=09de367d73bf4aabad320e174907769f&device_id=61d11270-5712-4bb5-922b-9fedaf317f08 => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/954] 199.204.45.57 () {34 vars in 1017 bytes} [Thu Jun 4 20:41:54 2026] GET /v2.0/networks?tenant_id=09de367d73bf4aabad320e174907769f&shared=False => generated 774 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/955] 199.204.45.57 () {34 vars in 929 bytes} [Thu Jun 4 20:41:54 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/956] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:54 2026] GET /v2.0/ports?device_id=61d11270-5712-4bb5-922b-9fedaf317f08 => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/957] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:55 2026] GET /v2.0/security-groups?id=ee72e3c5-e098-4ba7-ac3d-e2edaa903bd6&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/958] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:55 2026] GET /v2.0/ports?device_id=d8981a60-acd7-43b6-9b16-99d699d8684f => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/959] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:55 2026] GET /v2.0/security-groups?id=c7dfe02b-f31a-4c9d-9fa7-196fe955a124&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/962] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:55 2026] GET /v2.0/ports?device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/963] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:55 2026] GET /v2.0/security-groups?id=7103dae8-6776-41e6-9f78-db6382400c8e&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/964] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:41:56 2026] GET /v2.0/ports?tenant_id=09de367d73bf4aabad320e174907769f&device_id=61d11270-5712-4bb5-922b-9fedaf317f08 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/965] 199.204.45.57 () {34 vars in 1057 bytes} [Thu Jun 4 20:41:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=549e21ef-995e-4a07-b483-6bf293d2a819 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/966] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:56 2026] GET /v2.0/ports?device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/967] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:41:56 2026] GET /v2.0/subnets?id=a593be2b-cb1e-45a1-a9c8-6484b2984140 => generated 696 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/968] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:56 2026] GET /v2.0/ports?device_id=61d11270-5712-4bb5-922b-9fedaf317f08 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/969] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:41:56 2026] GET /v2.0/ports?network_id=64a74351-5ac6-4877-b7bf-7b4028786475&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: 511/970] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:56 2026] GET /v2.0/security-groups?id=ee72e3c5-e098-4ba7-ac3d-e2edaa903bd6&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/971] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:41:56 2026] GET /v2.0/networks/64a74351-5ac6-4877-b7bf-7b4028786475?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/972] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:41:56 2026] GET /v2.0/networks/64a74351-5ac6-4877-b7bf-7b4028786475?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) 2026-06-04 20:41:56.693 8 INFO neutron.db.l3_db [None req-43991781-c91b-4c45-9148-b4bb396ec866 f92926d68a5a4e17bf5296448ba41f0d 058e0611118d46268bc451d15f85c9e5 - - default default] Floating IP 0aaa095c-2b5c-428b-b2d4-0a8a57de7204 associated. External IP: 10.96.250.220, port: 2cef442a-37b7-40f4-bdcb-22fef7dbe83f. [pid: 7|app: 0|req: 514/973] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:56 2026] GET /v2.0/ports?device_id=d8981a60-acd7-43b6-9b16-99d699d8684f => generated 973 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/974] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:56 2026] GET /v2.0/security-groups?id=c7dfe02b-f31a-4c9d-9fa7-196fe955a124&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/975] 10.0.0.104 () {34 vars in 749 bytes} [Thu Jun 4 20:41:56 2026] PUT /v2.0/floatingips/0aaa095c-2b5c-428b-b2d4-0a8a57de7204 => generated 855 bytes in 840 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:41:57.081 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e58f9753-90f7-40d8-8560-e0d3c23f3ef0'] response: {'name': 'network-changed', 'server_uuid': '4422f255-1701-47e8-b09d-cda12eb3b28a', 'tag': '2cef442a-37b7-40f4-bdcb-22fef7dbe83f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 516/976] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:57 2026] GET /v2.0/ports?device_id=61d11270-5712-4bb5-922b-9fedaf317f08 => generated 969 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/977] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:57 2026] GET /v2.0/security-groups?id=ee72e3c5-e098-4ba7-ac3d-e2edaa903bd6&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/978] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:41:57 2026] GET /v2.0/ports?tenant_id=058e0611118d46268bc451d15f85c9e5&device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => 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: 462/979] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:41:57 2026] GET /v2.0/networks?id=a82d5324-c342-40b3-a544-ab6f5426c920 => generated 771 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/980] 199.204.45.57 () {34 vars in 1057 bytes} [Thu Jun 4 20:41:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=2cef442a-37b7-40f4-bdcb-22fef7dbe83f => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/981] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:41:57 2026] GET /v2.0/subnets?id=a12a0eaa-1f31-404a-a7c1-43781f623f00 => generated 693 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/982] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:41:57 2026] GET /v2.0/ports?network_id=a82d5324-c342-40b3-a544-ab6f5426c920&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: 464/983] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:41:57 2026] GET /v2.0/networks/a82d5324-c342-40b3-a544-ab6f5426c920?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: 520/984] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:57 2026] GET /v2.0/ports?device_id=d8981a60-acd7-43b6-9b16-99d699d8684f => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/985] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:41:57 2026] GET /v2.0/networks/a82d5324-c342-40b3-a544-ab6f5426c920?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/986] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:57 2026] GET /v2.0/security-groups?id=c7dfe02b-f31a-4c9d-9fa7-196fe955a124&fields=id&fields=name => generated 88 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/987] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:58 2026] GET /v2.0/ports?device_id=61d11270-5712-4bb5-922b-9fedaf317f08 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/988] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:58 2026] GET /v2.0/security-groups?id=ee72e3c5-e098-4ba7-ac3d-e2edaa903bd6&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/989] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:59 2026] GET /v2.0/ports?device_id=d8981a60-acd7-43b6-9b16-99d699d8684f => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/990] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:59 2026] GET /v2.0/security-groups?id=c7dfe02b-f31a-4c9d-9fa7-196fe955a124&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: 8|app: 0|req: 468/991] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:41:59 2026] GET /v2.0/ports?device_id=61d11270-5712-4bb5-922b-9fedaf317f08 => generated 969 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/992] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:41:59 2026] GET /v2.0/security-groups?id=ee72e3c5-e098-4ba7-ac3d-e2edaa903bd6&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/993] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:00 2026] GET /v2.0/ports?device_id=d8981a60-acd7-43b6-9b16-99d699d8684f => 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: 525/994] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:42:00 2026] GET /v2.0/security-groups?id=c7dfe02b-f31a-4c9d-9fa7-196fe955a124&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/995] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:00 2026] GET /v2.0/ports?device_id=61d11270-5712-4bb5-922b-9fedaf317f08 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/996] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:42:00 2026] GET /v2.0/security-groups?id=ee72e3c5-e098-4ba7-ac3d-e2edaa903bd6&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: 8|app: 0|req: 471/997] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:01 2026] GET /v2.0/ports?device_id=d8981a60-acd7-43b6-9b16-99d699d8684f => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/998] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:42:01 2026] GET /v2.0/security-groups?id=c7dfe02b-f31a-4c9d-9fa7-196fe955a124&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/999] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:02 2026] GET /v2.0/ports?device_id=61d11270-5712-4bb5-922b-9fedaf317f08 => 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: 528/1000] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:42:02 2026] GET /v2.0/security-groups?id=ee72e3c5-e098-4ba7-ac3d-e2edaa903bd6&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/1001] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:02 2026] GET /v2.0/ports?device_id=61d11270-5712-4bb5-922b-9fedaf317f08 => 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: 529/1002] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:42:02 2026] GET /v2.0/security-groups?id=ee72e3c5-e098-4ba7-ac3d-e2edaa903bd6&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/1003] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:02 2026] GET /v2.0/ports?device_id=d8981a60-acd7-43b6-9b16-99d699d8684f => 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: 530/1004] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:42:02 2026] GET /v2.0/security-groups?id=c7dfe02b-f31a-4c9d-9fa7-196fe955a124&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/1005] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:03 2026] GET /v2.0/ports?device_id=61d11270-5712-4bb5-922b-9fedaf317f08 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1006] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:42:03 2026] GET /v2.0/security-groups?id=ee72e3c5-e098-4ba7-ac3d-e2edaa903bd6&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/1007] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:04 2026] GET /v2.0/ports?device_id=d8981a60-acd7-43b6-9b16-99d699d8684f => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1008] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:42:04 2026] GET /v2.0/security-groups?id=c7dfe02b-f31a-4c9d-9fa7-196fe955a124&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/1009] 199.204.45.57 () {34 vars in 993 bytes} [Thu Jun 4 20:42:04 2026] GET /v2.0/ports?device_id=d8981a60-acd7-43b6-9b16-99d699d8684f => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:42:04.392 7 INFO neutron_taas.services.taas.taas_plugin [req-76e8f91e-8e8c-45de-8ec6-52376aacd1be req-6d446f87-d1fe-4c98-b454-cd2397967d30 edb8ae943c73493cb2cf5a5d5dfe2f6e ec9fa433fd33495f8601d36517942a9e - - default default] TaaS: Handle Delete Port: d85f3ece-feac-4a72-8418-aec2a8842cc4 2026-06-04 20:42:04.396 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-76e8f91e-8e8c-45de-8ec6-52376aacd1be req-6d446f87-d1fe-4c98-b454-cd2397967d30 edb8ae943c73493cb2cf5a5d5dfe2f6e ec9fa433fd33495f8601d36517942a9e - - default default] Tap Mirror: Handle Delete Port: d85f3ece-feac-4a72-8418-aec2a8842cc4 [pid: 7|app: 0|req: 533/1010] 199.204.45.57 () {36 vars in 996 bytes} [Thu Jun 4 20:42:04 2026] DELETE /v2.0/ports/d85f3ece-feac-4a72-8418-aec2a8842cc4 => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:42:04.629 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3a9a78b4-b533-44ce-b92d-5e4da9aa7aa9'] response: {'server_uuid': 'd8981a60-acd7-43b6-9b16-99d699d8684f', 'name': 'network-vif-deleted', 'tag': 'd85f3ece-feac-4a72-8418-aec2a8842cc4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 478/1011] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:04 2026] GET /v2.0/ports?device_id=61d11270-5712-4bb5-922b-9fedaf317f08 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1012] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:42:04 2026] GET /v2.0/security-groups?id=ee72e3c5-e098-4ba7-ac3d-e2edaa903bd6&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/1013] 199.204.45.57 () {34 vars in 993 bytes} [Thu Jun 4 20:42:04 2026] GET /v2.0/ports?device_id=61d11270-5712-4bb5-922b-9fedaf317f08 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:42:05.097 7 INFO neutron_taas.services.taas.taas_plugin [req-ce194f59-dbdc-44ab-bae7-bbf9651960f8 req-9b877dae-bff0-4322-b802-36221b6130c9 e7de046f0e6f4e3da29459c563c0980e 09de367d73bf4aabad320e174907769f - - default default] TaaS: Handle Delete Port: 549e21ef-995e-4a07-b483-6bf293d2a819 2026-06-04 20:42:05.099 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ce194f59-dbdc-44ab-bae7-bbf9651960f8 req-9b877dae-bff0-4322-b802-36221b6130c9 e7de046f0e6f4e3da29459c563c0980e 09de367d73bf4aabad320e174907769f - - default default] Tap Mirror: Handle Delete Port: 549e21ef-995e-4a07-b483-6bf293d2a819 [pid: 7|app: 0|req: 535/1014] 199.204.45.57 () {36 vars in 996 bytes} [Thu Jun 4 20:42:04 2026] DELETE /v2.0/ports/549e21ef-995e-4a07-b483-6bf293d2a819 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/1015] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:05 2026] GET /v2.0/ports?device_id=d8981a60-acd7-43b6-9b16-99d699d8684f => 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: 536/1016] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:05 2026] GET /v2.0/ports?device_id=61d11270-5712-4bb5-922b-9fedaf317f08 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/1017] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:06 2026] GET /v2.0/ports?device_id=d8981a60-acd7-43b6-9b16-99d699d8684f => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:42:06.666 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9184376c-269f-43a3-b0e8-e03f4fc02a81'] response: {'server_uuid': '61d11270-5712-4bb5-922b-9fedaf317f08', 'name': 'network-vif-deleted', 'tag': '549e21ef-995e-4a07-b483-6bf293d2a819', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 537/1018] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:07 2026] GET /v2.0/ports?device_id=61d11270-5712-4bb5-922b-9fedaf317f08 => 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: 482/1019] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:07 2026] GET /v2.0/ports?device_id=d8981a60-acd7-43b6-9b16-99d699d8684f => 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: 538/1020] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:08 2026] GET /v2.0/ports?device_id=61d11270-5712-4bb5-922b-9fedaf317f08 => 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: 483/1021] 10.0.0.68 () {34 vars in 989 bytes} [Thu Jun 4 20:42:08 2026] GET /v2.0/ports?device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => generated 1240 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1022] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Jun 4 20:42:08 2026] GET /v2.0/security-groups?id=7103dae8-6776-41e6-9f78-db6382400c8e&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:42:09.729 8 INFO neutron_taas.services.taas.taas_plugin [None req-c63d582d-7c35-4175-914e-f56eb1ccbe60 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: 64924d3d-0b03-4814-9909-519df57decfe 2026-06-04 20:42:09.733 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c63d582d-7c35-4175-914e-f56eb1ccbe60 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: 64924d3d-0b03-4814-9909-519df57decfe 2026-06-04 20:42:10.178 7 INFO neutron_taas.services.taas.taas_plugin [None req-b115f64b-46fc-4eb6-8ef9-f9e50abb915b 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: 65710edd-58f5-4cca-b11d-0542e3b79e74 2026-06-04 20:42:10.181 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b115f64b-46fc-4eb6-8ef9-f9e50abb915b 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: 65710edd-58f5-4cca-b11d-0542e3b79e74 [pid: 8|app: 0|req: 484/1023] 10.0.0.104 () {34 vars in 789 bytes} [Thu Jun 4 20:42:09 2026] PUT /v2.0/routers/202ee648-a1ab-4104-8f17-757e8e20e747/remove_router_interface => generated 309 bytes in 1130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:42:10.613 8 INFO neutron_taas.services.taas.taas_plugin [None req-0527f333-d2cd-4fca-80c4-c8147f43b07b 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: 4bd77e67-6828-418f-a611-1f9aac7a3eb6 2026-06-04 20:42:10.620 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0527f333-d2cd-4fca-80c4-c8147f43b07b 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: 4bd77e67-6828-418f-a611-1f9aac7a3eb6 [pid: 7|app: 0|req: 540/1024] 10.0.0.104 () {34 vars in 789 bytes} [Thu Jun 4 20:42:09 2026] PUT /v2.0/routers/a57c4ba6-1753-434a-bc23-864cccb7c73e/remove_router_interface => generated 309 bytes in 1085 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:42:10.932 8 INFO neutron_taas.services.taas.taas_plugin [None req-0527f333-d2cd-4fca-80c4-c8147f43b07b 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: 9ce211af-1e0e-4c2e-946c-fad325c13291 2026-06-04 20:42:10.935 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0527f333-d2cd-4fca-80c4-c8147f43b07b 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: 9ce211af-1e0e-4c2e-946c-fad325c13291 2026-06-04 20:42:10.989 7 INFO neutron_taas.services.taas.taas_plugin [None req-0cc97ac1-98dc-4441-ae81-a0c122ed1e0c 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: 4e846d75-3d86-4f27-9812-e744f3a37902 2026-06-04 20:42:10.995 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0cc97ac1-98dc-4441-ae81-a0c122ed1e0c 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: 4e846d75-3d86-4f27-9812-e744f3a37902 2026-06-04 20:42:11.271 7 INFO neutron_taas.services.taas.taas_plugin [None req-0cc97ac1-98dc-4441-ae81-a0c122ed1e0c 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: 6975699a-cc8b-48b8-a2aa-0578a2a86b3b 2026-06-04 20:42:11.274 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0cc97ac1-98dc-4441-ae81-a0c122ed1e0c 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: 6975699a-cc8b-48b8-a2aa-0578a2a86b3b 2026-06-04 20:42:11.325 8 INFO neutron.services.segments.plugin [-] Segment ee156d72-5855-4c6e-afa2-4b4bec7c13e6 resource provider aggregate not found 2026-06-04 20:42:11.326 8 INFO neutron.services.segments.plugin [-] Segment ee156d72-5855-4c6e-afa2-4b4bec7c13e6 resource provider aggregate not found 2026-06-04 20:42:11.348 8 INFO neutron.services.segments.plugin [-] Segment ee156d72-5855-4c6e-afa2-4b4bec7c13e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee156d72-5855-4c6e-afa2-4b4bec7c13e6 found for delete ", "request_id": "req-ea365674-4d37-46a9-a6bc-e5b302976a09"}]} 2026-06-04 20:42:11.352 8 INFO neutron.services.segments.plugin [-] Segment ee156d72-5855-4c6e-afa2-4b4bec7c13e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee156d72-5855-4c6e-afa2-4b4bec7c13e6 found for delete ", "request_id": "req-1f10487d-3080-47cd-98c9-e233950c02d8"}]} 2026-06-04 20:42:11.353 8 INFO neutron.db.l3_hamode_db [None req-0527f333-d2cd-4fca-80c4-c8147f43b07b 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] HA network 0dcc4cfd-5a1e-49c8-a3e9-458f7533803b was deleted as no HA routers are present in tenant 09de367d73bf4aabad320e174907769f. [pid: 8|app: 0|req: 485/1027] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:42:10 2026] DELETE /v2.0/routers/202ee648-a1ab-4104-8f17-757e8e20e747 => generated 0 bytes in 990 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1028] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:42:11 2026] DELETE /v2.0/subnets/a593be2b-cb1e-45a1-a9c8-6484b2984140 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:42:11.589 8 INFO neutron_taas.services.taas.taas_plugin [None req-72102975-bb7f-4ff7-90bc-0ad525108a89 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: b469e548-73ec-48ae-942a-e95702139b8f 2026-06-04 20:42:11.591 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72102975-bb7f-4ff7-90bc-0ad525108a89 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: b469e548-73ec-48ae-942a-e95702139b8f 2026-06-04 20:42:11.607 7 INFO neutron.services.segments.plugin [-] Segment be27d64b-df1b-45bc-bb96-3b218dcd7eec resource provider aggregate not found 2026-06-04 20:42:11.619 7 INFO neutron.services.segments.plugin [-] Segment be27d64b-df1b-45bc-bb96-3b218dcd7eec resource provider aggregate not found 2026-06-04 20:42:11.627 7 INFO neutron.services.segments.plugin [-] Segment be27d64b-df1b-45bc-bb96-3b218dcd7eec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be27d64b-df1b-45bc-bb96-3b218dcd7eec found for delete ", "request_id": "req-73ba36cc-7d76-4e20-8988-3b436c67b6c1"}]} 2026-06-04 20:42:11.641 7 INFO neutron.services.segments.plugin [-] Segment be27d64b-df1b-45bc-bb96-3b218dcd7eec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be27d64b-df1b-45bc-bb96-3b218dcd7eec found for delete ", "request_id": "req-a20bbf71-c5bc-4cc0-80fb-5bd069d5f29e"}]} 2026-06-04 20:42:11.652 7 INFO neutron.db.l3_hamode_db [None req-0cc97ac1-98dc-4441-ae81-a0c122ed1e0c 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] HA network a342e116-f3f5-43b1-95b5-06811e3bb7a6 was deleted as no HA routers are present in tenant ec9fa433fd33495f8601d36517942a9e. [pid: 7|app: 0|req: 543/1029] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:42:10 2026] DELETE /v2.0/routers/a57c4ba6-1753-434a-bc23-864cccb7c73e => generated 0 bytes in 877 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/1030] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:42:11 2026] DELETE /v2.0/networks/64a74351-5ac6-4877-b7bf-7b4028786475 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1031] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:42:11 2026] DELETE /v2.0/subnets/0609747c-b1b4-4048-84a8-7975c2b85fb8 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1032] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:42:11 2026] GET /v2.0/security-groups?tenant_id=09de367d73bf4aabad320e174907769f&name=default => generated 2925 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:42:11.948 8 INFO neutron_taas.services.taas.taas_plugin [None req-23caede6-76af-4f2b-890a-9f95e7314c81 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: 20b24d17-43d8-4828-86b0-b8a89b356d9a 2026-06-04 20:42:11.956 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23caede6-76af-4f2b-890a-9f95e7314c81 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: 20b24d17-43d8-4828-86b0-b8a89b356d9a [pid: 7|app: 0|req: 546/1033] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:42:11 2026] DELETE /v2.0/security-groups/ee72e3c5-e098-4ba7-ac3d-e2edaa903bd6 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1034] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:42:11 2026] DELETE /v2.0/networks/6e5aaf77-697a-4553-aecf-4b349a663a36 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1035] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:42:12 2026] GET /v2.0/security-groups?tenant_id=ec9fa433fd33495f8601d36517942a9e&name=default => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1036] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:42:12 2026] DELETE /v2.0/security-groups/c7dfe02b-f31a-4c9d-9fa7-196fe955a124 => 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: 548/1037] 10.0.0.68 () {34 vars in 989 bytes} [Thu Jun 4 20:42:12 2026] GET /v2.0/ports?device_id=3625667a-877f-499d-8bc8-fd3d2c6d483e => generated 1244 bytes in 375 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:42:13.373 8 INFO neutron.services.segments.plugin [-] Segment de126f14-8a46-411c-9728-2f10d3e8a749 resource provider aggregate not found 2026-06-04 20:42:13.382 8 INFO neutron.services.segments.plugin [-] Segment de126f14-8a46-411c-9728-2f10d3e8a749 resource provider aggregate not found 2026-06-04 20:42:13.397 8 INFO neutron.services.segments.plugin [-] Segment de126f14-8a46-411c-9728-2f10d3e8a749 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de126f14-8a46-411c-9728-2f10d3e8a749 found for delete ", "request_id": "req-c8a7576c-e68f-42a0-bb9a-544a05aa7c27"}]} 2026-06-04 20:42:13.409 8 INFO neutron.services.segments.plugin [-] Segment de126f14-8a46-411c-9728-2f10d3e8a749 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de126f14-8a46-411c-9728-2f10d3e8a749 found for delete ", "request_id": "req-2679eb42-a112-49e2-ae68-d985d8e72643"}]} 2026-06-04 20:42:13.421 8 INFO neutron.services.segments.plugin [-] Segment 97fad99e-d1b3-412c-addc-d6d17571eb3c resource provider aggregate not found [pid: 8|app: 0|req: 490/1038] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Jun 4 20:42:13 2026] GET /v2.0/security-groups?id=50f65725-beb6-497b-ad57-a55554ca249d&fields=id&fields=name => generated 113 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:42:13.446 8 INFO neutron.services.segments.plugin [-] Segment 97fad99e-d1b3-412c-addc-d6d17571eb3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97fad99e-d1b3-412c-addc-d6d17571eb3c found for delete ", "request_id": "req-53f10433-69b0-4ff0-8191-989195c35a44"}]} 2026-06-04 20:42:13.451 8 INFO neutron.services.segments.plugin [-] Segment 97fad99e-d1b3-412c-addc-d6d17571eb3c resource provider aggregate not found 2026-06-04 20:42:13.465 8 INFO neutron.services.segments.plugin [-] Segment 97fad99e-d1b3-412c-addc-d6d17571eb3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97fad99e-d1b3-412c-addc-d6d17571eb3c found for delete ", "request_id": "req-05173bfb-3f85-44ed-b45b-955cc2fcb9f5"}]} [pid: 7|app: 0|req: 549/1039] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:42:14 2026] GET /v2.0/security-groups?tenant_id=50c49c351f1e4413b5b804fd7b6b3194&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1040] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:42:14 2026] DELETE /v2.0/security-groups/ce84d4bd-e06a-41e9-b7f5-7e28b974b8c8 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1041] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:42:17 2026] GET /v2.0/security-groups?tenant_id=8d8efc6de22a4cf49fdbf9467d64dda3&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1042] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:42:17 2026] DELETE /v2.0/security-groups/3da76fd0-de84-4e7c-a161-6acf1359854c => 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: 551/1043] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/ports?device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1044] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/security-groups?id=7103dae8-6776-41e6-9f78-db6382400c8e&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: 494/1045] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/ports?device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1046] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/security-groups?id=7103dae8-6776-41e6-9f78-db6382400c8e&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: 552/1047] 10.0.0.104 () {32 vars in 653 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/extensions => generated 21537 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1048] 10.0.0.104 () {32 vars in 681 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1049] 10.0.0.104 () {32 vars in 681 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1050] 10.0.0.104 () {32 vars in 729 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1051] 10.0.0.104 () {32 vars in 665 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/extensions/agent => generated 153 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1052] 10.0.0.104 () {32 vars in 699 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1053] 10.0.0.104 () {32 vars in 697 bytes} [Thu Jun 4 20:42:19 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: 499/1054] 10.0.0.104 () {32 vars in 701 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1055] 10.0.0.104 () {32 vars in 689 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/extensions/availability_zone => 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: 500/1056] 10.0.0.104 () {32 vars in 703 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1057] 10.0.0.104 () {32 vars in 693 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1058] 10.0.0.104 () {32 vars in 695 bytes} [Thu Jun 4 20:42:19 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: 7|app: 0|req: 558/1059] 10.0.0.104 () {32 vars in 685 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1060] 10.0.0.104 () {32 vars in 687 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1061] 10.0.0.104 () {32 vars in 661 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1062] 10.0.0.104 () {32 vars in 699 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1063] 10.0.0.104 () {32 vars in 679 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1064] 10.0.0.104 () {32 vars in 683 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1065] 10.0.0.104 () {32 vars in 675 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1066] 10.0.0.104 () {32 vars in 689 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1067] 10.0.0.104 () {32 vars in 723 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1068] 10.0.0.104 () {32 vars in 687 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1069] 10.0.0.104 () {32 vars in 669 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1070] 10.0.0.104 () {32 vars in 687 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1071] 10.0.0.104 () {32 vars in 681 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1072] 10.0.0.104 () {32 vars in 699 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1073] 10.0.0.104 () {32 vars in 679 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1074] 10.0.0.104 () {32 vars in 667 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/extensions/router => generated 256 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1075] 10.0.0.104 () {32 vars in 677 bytes} [Thu Jun 4 20:42:19 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: 7|app: 0|req: 567/1076] 10.0.0.104 () {32 vars in 665 bytes} [Thu Jun 4 20:42:19 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: 7|app: 0|req: 568/1077] 10.0.0.104 () {32 vars in 675 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1078] 10.0.0.104 () {32 vars in 713 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1079] 10.0.0.104 () {32 vars in 691 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1080] 10.0.0.104 () {32 vars in 683 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1081] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/ports?device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1082] 10.0.0.104 () {32 vars in 669 bytes} [Thu Jun 4 20:42:19 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1083] 10.0.0.104 () {32 vars in 687 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1084] 10.0.0.104 () {32 vars in 705 bytes} [Thu Jun 4 20:42:20 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: 513/1085] 10.0.0.104 () {32 vars in 675 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1086] 10.0.0.104 () {32 vars in 701 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1087] 10.0.0.104 () {32 vars in 675 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1088] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/security-groups?id=7103dae8-6776-41e6-9f78-db6382400c8e&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1089] 10.0.0.104 () {32 vars in 693 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1090] 10.0.0.104 () {32 vars in 689 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1091] 10.0.0.104 () {32 vars in 709 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1092] 10.0.0.104 () {32 vars in 705 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1093] 10.0.0.104 () {32 vars in 719 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1094] 10.0.0.104 () {32 vars in 697 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1095] 10.0.0.104 () {32 vars in 711 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1096] 10.0.0.104 () {32 vars in 669 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/binding => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1097] 10.0.0.104 () {32 vars in 687 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1098] 10.0.0.104 () {32 vars in 681 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1099] 10.0.0.104 () {32 vars in 675 bytes} [Thu Jun 4 20:42:20 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: 7|app: 0|req: 579/1100] 10.0.0.104 () {32 vars in 671 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/provider => generated 191 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1101] 10.0.0.104 () {32 vars in 661 bytes} [Thu Jun 4 20:42:20 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: 580/1102] 10.0.0.104 () {32 vars in 699 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1103] 10.0.0.104 () {32 vars in 699 bytes} [Thu Jun 4 20:42:20 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: 7|app: 0|req: 581/1104] 10.0.0.104 () {32 vars in 677 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1105] 10.0.0.104 () {32 vars in 669 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1106] 10.0.0.104 () {32 vars in 683 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1107] 10.0.0.104 () {32 vars in 701 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1108] 10.0.0.104 () {32 vars in 685 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1109] 10.0.0.104 () {32 vars in 707 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1110] 10.0.0.104 () {32 vars in 669 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1111] 10.0.0.104 () {32 vars in 697 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1112] 10.0.0.104 () {32 vars in 695 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1113] 10.0.0.104 () {32 vars in 685 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1114] 10.0.0.104 () {32 vars in 689 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1115] 10.0.0.104 () {32 vars in 705 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1116] 10.0.0.104 () {32 vars in 667 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1117] 10.0.0.104 () {32 vars in 681 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1118] 10.0.0.104 () {32 vars in 681 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1119] 10.0.0.104 () {32 vars in 691 bytes} [Thu Jun 4 20:42:20 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: 7|app: 0|req: 589/1120] 10.0.0.104 () {32 vars in 691 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1121] 10.0.0.104 () {32 vars in 695 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1122] 10.0.0.104 () {32 vars in 685 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/rbac-subnetpool => 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: 533/1123] 10.0.0.104 () {32 vars in 689 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1124] 10.0.0.104 () {32 vars in 701 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1125] 10.0.0.104 () {32 vars in 703 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1126] 10.0.0.104 () {32 vars in 713 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1127] 10.0.0.104 () {32 vars in 717 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1128] 10.0.0.104 () {32 vars in 715 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1129] 10.0.0.104 () {32 vars in 727 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1130] 10.0.0.104 () {32 vars in 741 bytes} [Thu Jun 4 20:42:20 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: 537/1131] 10.0.0.104 () {32 vars in 719 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1132] 10.0.0.104 () {32 vars in 683 bytes} [Thu Jun 4 20:42:20 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: 538/1133] 10.0.0.104 () {32 vars in 669 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/segment => generated 145 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1134] 10.0.0.104 () {32 vars in 719 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1135] 10.0.0.104 () {32 vars in 679 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1136] 10.0.0.104 () {32 vars in 669 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1137] 10.0.0.104 () {32 vars in 697 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1138] 10.0.0.104 () {32 vars in 705 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1139] 10.0.0.104 () {32 vars in 701 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1140] 10.0.0.104 () {32 vars in 701 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1141] 10.0.0.104 () {32 vars in 683 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1142] 10.0.0.104 () {32 vars in 705 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1143] 10.0.0.104 () {32 vars in 695 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1144] 10.0.0.104 () {32 vars in 689 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1145] 10.0.0.104 () {32 vars in 697 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1146] 10.0.0.104 () {32 vars in 679 bytes} [Thu Jun 4 20:42:20 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: 545/1147] 10.0.0.104 () {32 vars in 689 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1148] 10.0.0.104 () {32 vars in 701 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1149] 10.0.0.104 () {32 vars in 665 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1150] 10.0.0.104 () {32 vars in 681 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1151] 10.0.0.104 () {32 vars in 677 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1152] 10.0.0.104 () {32 vars in 693 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1153] 10.0.0.104 () {32 vars in 677 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1154] 10.0.0.104 () {32 vars in 667 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1155] 10.0.0.104 () {32 vars in 663 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/taas => generated 175 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1156] 10.0.0.104 () {32 vars in 675 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1157] 10.0.0.104 () {32 vars in 687 bytes} [Thu Jun 4 20:42:20 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1158] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:21 2026] GET /v2.0/ports?device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => 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: 551/1159] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:42:21 2026] GET /v2.0/security-groups?id=7103dae8-6776-41e6-9f78-db6382400c8e&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1160] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:42:21 2026] GET /v2.0/ports?tenant_id=058e0611118d46268bc451d15f85c9e5&device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1161] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:42:21 2026] GET /v2.0/security-groups?tenant_id=6521eeec2f1347ba86f91fd688938dcf&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1162] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:42:21 2026] GET /v2.0/networks?id=a82d5324-c342-40b3-a544-ab6f5426c920 => generated 771 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1163] 199.204.45.57 () {34 vars in 1057 bytes} [Thu Jun 4 20:42:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=2cef442a-37b7-40f4-bdcb-22fef7dbe83f => generated 860 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1164] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:42:21 2026] GET /v2.0/subnets?id=a12a0eaa-1f31-404a-a7c1-43781f623f00 => 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: 610/1165] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:42:21 2026] DELETE /v2.0/security-groups/bbcd6f0c-d524-4754-82ea-f55e0c76d738 => 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: 556/1166] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:42:21 2026] GET /v2.0/ports?network_id=a82d5324-c342-40b3-a544-ab6f5426c920&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: 611/1167] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:42:21 2026] GET /v2.0/networks/a82d5324-c342-40b3-a544-ab6f5426c920?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: 557/1168] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:42:21 2026] GET /v2.0/networks/a82d5324-c342-40b3-a544-ab6f5426c920?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: 612/1169] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:22 2026] GET /v2.0/ports?device_id=3625667a-877f-499d-8bc8-fd3d2c6d483e => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1170] 10.0.0.49 () {34 vars in 970 bytes} [Thu Jun 4 20:42:22 2026] GET /v2.0/ports/3d24655b-55d4-4c15-80c2-a105060fada5 => generated 972 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1171] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:22 2026] GET /v2.0/ports?device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => 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: 559/1172] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:42:22 2026] GET /v2.0/security-groups?id=7103dae8-6776-41e6-9f78-db6382400c8e&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: 614/1173] 199.204.45.57 () {34 vars in 999 bytes} [Thu Jun 4 20:42:23 2026] GET /v2.0/subnets?network_id=5e64c4e1-aef5-4ac8-ac3e-20a8e58eab1a => generated 683 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1174] 199.204.45.57 () {34 vars in 1145 bytes} [Thu Jun 4 20:42:23 2026] GET /v2.0/ports?device_id=3625667a-877f-499d-8bc8-fd3d2c6d483e&device_owner=compute%3Anova&network_id=5e64c4e1-aef5-4ac8-ac3e-20a8e58eab1a => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1175] 199.204.45.57 () {38 vars in 1027 bytes} [Thu Jun 4 20:42:23 2026] PUT /v2.0/ports/3d24655b-55d4-4c15-80c2-a105060fada5 => generated 1149 bytes in 436 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 616/1176] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:23 2026] GET /v2.0/ports?device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:42:23.702 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1d309547-9ff2-489a-9a52-5d3e5c873280'] response: {'name': 'network-changed', 'server_uuid': '3625667a-877f-499d-8bc8-fd3d2c6d483e', 'tag': '3d24655b-55d4-4c15-80c2-a105060fada5', 'status': 'completed', 'code': 200} 2026-06-04 20:42:23.730 8 INFO neutron.db.segments_db [None req-c46ca257-c122-4da0-ab80-ce00aeb08d7f 6ae12dc131ff46b7bbd03424de2b51c1 0ecc250d72654c11b686090a030e1bd0 - - default default] Added segment 216e5ab5-e6b5-4ab6-8854-efb28826295e of type vxlan for network 09127bf8-2a01-40a4-b19e-1cdb24e405f4 [pid: 7|app: 0|req: 617/1177] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:42:23 2026] GET /v2.0/security-groups?id=7103dae8-6776-41e6-9f78-db6382400c8e&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: 561/1178] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:42:23 2026] POST /v2.0/networks => generated 649 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1179] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:42:23 2026] POST /v2.0/subnets => generated 627 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:42:24.160 8 INFO neutron.db.segments_db [None req-31b7e722-c2f2-47a8-ba87-e268aa868060 6ae12dc131ff46b7bbd03424de2b51c1 0ecc250d72654c11b686090a030e1bd0 - - default default] Added segment 14232589-e58d-4488-af54-86d6c68167df of type vxlan for network d0ec2d1f-2e95-4cbc-bc9c-ececad1f6053 [pid: 7|app: 0|req: 619/1180] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:42:24 2026] GET /v2.0/ports?tenant_id=fd444d5da79b4740893fa54a26bc6d04&device_id=3625667a-877f-499d-8bc8-fd3d2c6d483e => generated 1421 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1181] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:42:24 2026] GET /v2.0/networks?id=5e64c4e1-aef5-4ac8-ac3e-20a8e58eab1a => generated 779 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1182] 199.204.45.57 () {34 vars in 1059 bytes} [Thu Jun 4 20:42:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=3d24655b-55d4-4c15-80c2-a105060fada5 => generated 861 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1183] 199.204.45.57 () {34 vars in 1057 bytes} [Thu Jun 4 20:42:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=3d24655b-55d4-4c15-80c2-a105060fada5 => 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: 623/1184] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:42:24 2026] GET /v2.0/subnets?id=c3c37848-e8b1-4b09-ba3f-645e8db8e3a7 => generated 701 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:42:24.402 8 INFO neutron.db.l3_hamode_db [None req-31b7e722-c2f2-47a8-ba87-e268aa868060 6ae12dc131ff46b7bbd03424de2b51c1 0ecc250d72654c11b686090a030e1bd0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 624/1185] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:42:24 2026] GET /v2.0/ports?network_id=5e64c4e1-aef5-4ac8-ac3e-20a8e58eab1a&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: 7|app: 0|req: 625/1186] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:42:24 2026] GET /v2.0/networks/5e64c4e1-aef5-4ac8-ac3e-20a8e58eab1a?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: 626/1187] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:42:24 2026] GET /v2.0/networks/5e64c4e1-aef5-4ac8-ac3e-20a8e58eab1a?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: 627/1188] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:24 2026] GET /v2.0/ports?device_id=3625667a-877f-499d-8bc8-fd3d2c6d483e => generated 1152 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1189] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:24 2026] GET /v2.0/ports?device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1190] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:42:24 2026] GET /v2.0/security-groups?id=50f65725-beb6-497b-ad57-a55554ca249d&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1191] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:42:24 2026] GET /v2.0/security-groups?id=7103dae8-6776-41e6-9f78-db6382400c8e&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:42:25.319 8 INFO neutron.db.l3_hamode_db [None req-31b7e722-c2f2-47a8-ba87-e268aa868060 6ae12dc131ff46b7bbd03424de2b51c1 0ecc250d72654c11b686090a030e1bd0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 631/1192] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:42:25 2026] GET /v2.0/ports?tenant_id=fd444d5da79b4740893fa54a26bc6d04&device_id=3625667a-877f-499d-8bc8-fd3d2c6d483e => generated 1421 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1193] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:42:25 2026] GET /v2.0/networks?id=5e64c4e1-aef5-4ac8-ac3e-20a8e58eab1a => generated 779 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1194] 199.204.45.57 () {34 vars in 1059 bytes} [Thu Jun 4 20:42:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=3d24655b-55d4-4c15-80c2-a105060fada5 => generated 861 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1195] 199.204.45.57 () {34 vars in 1057 bytes} [Thu Jun 4 20:42:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=3d24655b-55d4-4c15-80c2-a105060fada5 => 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: 635/1196] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:42:25 2026] GET /v2.0/subnets?id=c3c37848-e8b1-4b09-ba3f-645e8db8e3a7 => generated 701 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1197] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:42:25 2026] GET /v2.0/ports?network_id=5e64c4e1-aef5-4ac8-ac3e-20a8e58eab1a&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: 639/1200] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:42:25 2026] GET /v2.0/networks/5e64c4e1-aef5-4ac8-ac3e-20a8e58eab1a?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: 640/1201] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:42:25 2026] GET /v2.0/networks/5e64c4e1-aef5-4ac8-ac3e-20a8e58eab1a?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: 641/1202] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:26 2026] GET /v2.0/ports?device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => 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: 642/1203] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:42:26 2026] GET /v2.0/security-groups?id=7103dae8-6776-41e6-9f78-db6382400c8e&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: 562/1204] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:42:24 2026] POST /v2.0/routers => generated 695 bytes in 2276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1205] 199.204.45.57 () {34 vars in 1117 bytes} [Thu Jun 4 20:42:26 2026] GET /v2.0/ports?device_id=3625667a-877f-499d-8bc8-fd3d2c6d483e&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.7 => generated 1152 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1206] 199.204.45.57 () {38 vars in 1027 bytes} [Thu Jun 4 20:42:26 2026] PUT /v2.0/ports/3d24655b-55d4-4c15-80c2-a105060fada5 => generated 972 bytes in 370 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:42:26.905 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d72aa6ed-e080-47ec-ac30-8f913c6cef47'] response: {'name': 'network-changed', 'server_uuid': '3625667a-877f-499d-8bc8-fd3d2c6d483e', 'tag': '3d24655b-55d4-4c15-80c2-a105060fada5', '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: 565/1207] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:42:27 2026] GET /v2.0/security-groups?tenant_id=11e2ec11e8674dc1b5fa127ac3fe554b&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1208] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:42:27 2026] GET /v2.0/ports?tenant_id=fd444d5da79b4740893fa54a26bc6d04&device_id=3625667a-877f-499d-8bc8-fd3d2c6d483e => 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: 567/1209] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:27 2026] GET /v2.0/ports?device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1210] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:42:27 2026] DELETE /v2.0/security-groups/fee2c294-e5b4-4257-afbd-335b10f561b5 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1211] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:42:27 2026] GET /v2.0/networks?id=5e64c4e1-aef5-4ac8-ac3e-20a8e58eab1a => generated 779 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1212] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:42:27 2026] GET /v2.0/security-groups?id=7103dae8-6776-41e6-9f78-db6382400c8e&fields=id&fields=name => generated 114 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1213] 199.204.45.57 () {34 vars in 1059 bytes} [Thu Jun 4 20:42:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=3d24655b-55d4-4c15-80c2-a105060fada5 => generated 861 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1214] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:42:27 2026] GET /v2.0/subnets?id=c3c37848-e8b1-4b09-ba3f-645e8db8e3a7 => generated 701 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1215] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:42:27 2026] GET /v2.0/ports?network_id=5e64c4e1-aef5-4ac8-ac3e-20a8e58eab1a&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1216] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:42:27 2026] GET /v2.0/networks/5e64c4e1-aef5-4ac8-ac3e-20a8e58eab1a?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: 643/1217] 10.0.0.104 () {34 vars in 783 bytes} [Thu Jun 4 20:42:26 2026] PUT /v2.0/routers/341e1119-aed3-42ac-a303-80961c93822c/add_router_interface => generated 309 bytes in 1387 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1218] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:42:27 2026] GET /v2.0/networks/5e64c4e1-aef5-4ac8-ac3e-20a8e58eab1a?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: 644/1219] 10.0.0.104 () {34 vars in 665 bytes} [Thu Jun 4 20:42:27 2026] POST /v2.0/ports => generated 954 bytes in 396 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: 645/1220] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:28 2026] GET /v2.0/ports?device_id=3625667a-877f-499d-8bc8-fd3d2c6d483e => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1221] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:42:28 2026] GET /v2.0/security-groups?id=50f65725-beb6-497b-ad57-a55554ca249d&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1222] 10.0.0.104 () {34 vars in 665 bytes} [Thu Jun 4 20:42:28 2026] POST /v2.0/ports => generated 959 bytes in 427 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: 577/1223] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:28 2026] GET /v2.0/ports?device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1224] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:42:28 2026] GET /v2.0/security-groups?id=7103dae8-6776-41e6-9f78-db6382400c8e&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:42:29.343 7 INFO neutron.db.l3_db [None req-6a958b93-ebc4-4eac-8d36-c028ecb028f2 6ae12dc131ff46b7bbd03424de2b51c1 0ecc250d72654c11b686090a030e1bd0 - - default default] Floating IP 634a0234-8a95-4678-bc0b-79db77f57f04 associated. External IP: 10.96.250.203, port: 17b8c619-8497-430d-a5a3-8c912b91168b. [pid: 8|app: 0|req: 579/1225] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:42:28 2026] GET /v2.0/ports?tenant_id=fd444d5da79b4740893fa54a26bc6d04&device_id=3625667a-877f-499d-8bc8-fd3d2c6d483e => generated 1244 bytes in 559 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1226] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:42:29 2026] GET /v2.0/networks?id=5e64c4e1-aef5-4ac8-ac3e-20a8e58eab1a => generated 779 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1227] 199.204.45.57 () {34 vars in 1059 bytes} [Thu Jun 4 20:42:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=3d24655b-55d4-4c15-80c2-a105060fada5 => generated 861 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1228] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:29 2026] GET /v2.0/ports?device_id=3625667a-877f-499d-8bc8-fd3d2c6d483e => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1229] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:42:29 2026] GET /v2.0/subnets?id=c3c37848-e8b1-4b09-ba3f-645e8db8e3a7 => 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: 584/1230] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:42:29 2026] GET /v2.0/security-groups?id=50f65725-beb6-497b-ad57-a55554ca249d&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1231] 10.0.0.104 () {34 vars in 677 bytes} [Thu Jun 4 20:42:28 2026] POST /v2.0/floatingips => generated 843 bytes in 1068 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1232] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:42:29 2026] GET /v2.0/ports?network_id=5e64c4e1-aef5-4ac8-ac3e-20a8e58eab1a&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1233] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:42:29 2026] GET /v2.0/networks/5e64c4e1-aef5-4ac8-ac3e-20a8e58eab1a?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: 587/1234] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:42:29 2026] GET /v2.0/networks/5e64c4e1-aef5-4ac8-ac3e-20a8e58eab1a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:42:29.870 7 INFO neutron.db.l3_db [None req-e1a8db60-c703-42de-aec3-f13815673b12 6ae12dc131ff46b7bbd03424de2b51c1 0ecc250d72654c11b686090a030e1bd0 - - default default] Floating IP 634a0234-8a95-4678-bc0b-79db77f57f04 disassociated. External IP: 10.96.250.203, port: 17b8c619-8497-430d-a5a3-8c912b91168b. [pid: 8|app: 0|req: 588/1235] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:29 2026] GET /v2.0/ports?device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => 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: 589/1236] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:42:29 2026] GET /v2.0/security-groups?id=7103dae8-6776-41e6-9f78-db6382400c8e&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1237] 10.0.0.104 () {34 vars in 749 bytes} [Thu Jun 4 20:42:29 2026] PUT /v2.0/floatingips/634a0234-8a95-4678-bc0b-79db77f57f04 => generated 552 bytes in 561 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:42:30.371 8 INFO neutron_taas.services.taas.taas_plugin [None req-e1dea751-24fb-4edd-8217-ed19da69cdfb 6ae12dc131ff46b7bbd03424de2b51c1 0ecc250d72654c11b686090a030e1bd0 - - default default] TaaS: Handle Delete Port: c448f737-c3a1-4dca-a0e4-5affe862a7b5 2026-06-04 20:42:30.374 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1dea751-24fb-4edd-8217-ed19da69cdfb 6ae12dc131ff46b7bbd03424de2b51c1 0ecc250d72654c11b686090a030e1bd0 - - default default] Tap Mirror: Handle Delete Port: c448f737-c3a1-4dca-a0e4-5affe862a7b5 [pid: 8|app: 0|req: 590/1238] 10.0.0.104 () {32 vars in 732 bytes} [Thu Jun 4 20:42:30 2026] DELETE /v2.0/floatingips/634a0234-8a95-4678-bc0b-79db77f57f04 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1239] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:30 2026] GET /v2.0/ports?device_id=3625667a-877f-499d-8bc8-fd3d2c6d483e => 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: 592/1240] 199.204.45.57 () {34 vars in 993 bytes} [Thu Jun 4 20:42:30 2026] GET /v2.0/ports?device_id=3625667a-877f-499d-8bc8-fd3d2c6d483e => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1241] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:42:30 2026] GET /v2.0/security-groups?id=50f65725-beb6-497b-ad57-a55554ca249d&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:42:31.006 8 INFO neutron_taas.services.taas.taas_plugin [req-2171a074-16c5-475c-b486-f5a8a42ac53a req-ce0f9603-530c-4248-9523-1276032ee672 d167d01f4a60433893674d2d2a1b368f fd444d5da79b4740893fa54a26bc6d04 - - default default] TaaS: Handle Delete Port: 3d24655b-55d4-4c15-80c2-a105060fada5 2026-06-04 20:42:31.009 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2171a074-16c5-475c-b486-f5a8a42ac53a req-ce0f9603-530c-4248-9523-1276032ee672 d167d01f4a60433893674d2d2a1b368f fd444d5da79b4740893fa54a26bc6d04 - - default default] Tap Mirror: Handle Delete Port: 3d24655b-55d4-4c15-80c2-a105060fada5 2026-06-04 20:42:31.206 8 INFO neutron.db.l3_db [req-2171a074-16c5-475c-b486-f5a8a42ac53a req-ce0f9603-530c-4248-9523-1276032ee672 d167d01f4a60433893674d2d2a1b368f fd444d5da79b4740893fa54a26bc6d04 - - default default] Floating IP 276b1404-eb46-40e1-a396-a9b6b62de67f disassociated. External IP: 10.96.250.218, port: 3d24655b-55d4-4c15-80c2-a105060fada5. 2026-06-04 20:42:31.422 7 INFO neutron.db.l3_db [None req-998f4c86-9230-4ba3-9c7f-cfbef3d1c44f 6ae12dc131ff46b7bbd03424de2b51c1 0ecc250d72654c11b686090a030e1bd0 - - default default] Floating IP a45da0d1-1b97-4fbd-b1df-782cee162321 associated. External IP: 10.96.250.203, port: cafa7860-6c84-4736-a31d-417837d5ba4a. [pid: 8|app: 0|req: 594/1242] 199.204.45.57 () {36 vars in 996 bytes} [Thu Jun 4 20:42:30 2026] DELETE /v2.0/ports/3d24655b-55d4-4c15-80c2-a105060fada5 => generated 0 bytes in 722 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:42:31.623 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ce691471-f690-429f-8721-1f4500c360ac'] response: {'server_uuid': '3625667a-877f-499d-8bc8-fd3d2c6d483e', 'name': 'network-vif-deleted', 'tag': '3d24655b-55d4-4c15-80c2-a105060fada5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 649/1243] 10.0.0.104 () {34 vars in 677 bytes} [Thu Jun 4 20:42:30 2026] POST /v2.0/floatingips => generated 841 bytes in 1180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1244] 10.0.0.104 () {32 vars in 729 bytes} [Thu Jun 4 20:42:31 2026] GET /v2.0/floatingips/a45da0d1-1b97-4fbd-b1df-782cee162321 => generated 841 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1245] 10.0.0.104 () {32 vars in 655 bytes} [Thu Jun 4 20:42:31 2026] GET /v2.0/floatingips => generated 844 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1246] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:31 2026] GET /v2.0/ports?device_id=3625667a-877f-499d-8bc8-fd3d2c6d483e => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:42:32.267 8 INFO neutron.db.l3_db [None req-6ad94413-9790-4c8d-94ed-26b068ca0b86 6ae12dc131ff46b7bbd03424de2b51c1 0ecc250d72654c11b686090a030e1bd0 - - default default] Floating IP a45da0d1-1b97-4fbd-b1df-782cee162321 associated. External IP: 10.96.250.203, port: cafa7860-6c84-4736-a31d-417837d5ba4a. [pid: 8|app: 0|req: 596/1247] 10.0.0.104 () {34 vars in 749 bytes} [Thu Jun 4 20:42:31 2026] PUT /v2.0/floatingips/a45da0d1-1b97-4fbd-b1df-782cee162321 => generated 843 bytes in 1014 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:42:32.995 7 INFO neutron.db.l3_db [None req-2a9d5b29-ba25-4f56-aa98-5c7da76409d8 6ae12dc131ff46b7bbd03424de2b51c1 0ecc250d72654c11b686090a030e1bd0 - - default default] Floating IP a45da0d1-1b97-4fbd-b1df-782cee162321 disassociated. External IP: 10.96.250.203, port: 17b8c619-8497-430d-a5a3-8c912b91168b. [pid: 8|app: 0|req: 597/1248] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:33 2026] GET /v2.0/ports?device_id=3625667a-877f-499d-8bc8-fd3d2c6d483e => 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: 652/1249] 10.0.0.104 () {34 vars in 749 bytes} [Thu Jun 4 20:42:32 2026] PUT /v2.0/floatingips/a45da0d1-1b97-4fbd-b1df-782cee162321 => generated 552 bytes in 937 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:42:33.945 8 INFO neutron_taas.services.taas.taas_plugin [None req-7dc813d0-8b46-4a8d-922e-916471ede801 6ae12dc131ff46b7bbd03424de2b51c1 0ecc250d72654c11b686090a030e1bd0 - - default default] TaaS: Handle Delete Port: 97f80d90-baac-43e0-a6c5-92603e21f362 2026-06-04 20:42:33.950 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7dc813d0-8b46-4a8d-922e-916471ede801 6ae12dc131ff46b7bbd03424de2b51c1 0ecc250d72654c11b686090a030e1bd0 - - default default] Tap Mirror: Handle Delete Port: 97f80d90-baac-43e0-a6c5-92603e21f362 [pid: 8|app: 0|req: 598/1250] 10.0.0.104 () {32 vars in 732 bytes} [Thu Jun 4 20:42:33 2026] DELETE /v2.0/floatingips/a45da0d1-1b97-4fbd-b1df-782cee162321 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:42:34.169 7 INFO neutron.api.v2.resource [None req-3685d6bc-336e-4db1-8855-6e22d6105a73 6ae12dc131ff46b7bbd03424de2b51c1 0ecc250d72654c11b686090a030e1bd0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 653/1251] 10.0.0.104 () {32 vars in 732 bytes} [Thu Jun 4 20:42:34 2026] DELETE /v2.0/floatingips/a45da0d1-1b97-4fbd-b1df-782cee162321 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1252] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:34 2026] GET /v2.0/ports?device_id=3625667a-877f-499d-8bc8-fd3d2c6d483e => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:42:34.311 8 INFO neutron_taas.services.taas.taas_plugin [None req-7817ee2c-738f-446c-bcfd-ae47adcf57af 6ae12dc131ff46b7bbd03424de2b51c1 0ecc250d72654c11b686090a030e1bd0 - - default default] TaaS: Handle Delete Port: 17b8c619-8497-430d-a5a3-8c912b91168b 2026-06-04 20:42:34.314 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7817ee2c-738f-446c-bcfd-ae47adcf57af 6ae12dc131ff46b7bbd03424de2b51c1 0ecc250d72654c11b686090a030e1bd0 - - default default] Tap Mirror: Handle Delete Port: 17b8c619-8497-430d-a5a3-8c912b91168b [pid: 8|app: 0|req: 599/1253] 10.0.0.104 () {32 vars in 720 bytes} [Thu Jun 4 20:42:34 2026] DELETE /v2.0/ports/17b8c619-8497-430d-a5a3-8c912b91168b => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:42:34.611 7 INFO neutron_taas.services.taas.taas_plugin [None req-b401cad0-380a-483d-96ab-4eb64b0a3ae0 6ae12dc131ff46b7bbd03424de2b51c1 0ecc250d72654c11b686090a030e1bd0 - - default default] TaaS: Handle Delete Port: cafa7860-6c84-4736-a31d-417837d5ba4a 2026-06-04 20:42:34.615 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b401cad0-380a-483d-96ab-4eb64b0a3ae0 6ae12dc131ff46b7bbd03424de2b51c1 0ecc250d72654c11b686090a030e1bd0 - - default default] Tap Mirror: Handle Delete Port: cafa7860-6c84-4736-a31d-417837d5ba4a [pid: 7|app: 0|req: 655/1254] 10.0.0.104 () {32 vars in 720 bytes} [Thu Jun 4 20:42:34 2026] DELETE /v2.0/ports/cafa7860-6c84-4736-a31d-417837d5ba4a => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1255] 10.0.0.104 () {32 vars in 736 bytes} [Thu Jun 4 20:42:34 2026] GET /v2.0/ports?device_id=341e1119-aed3-42ac-a303-80961c93822c => generated 958 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:42:35.204 7 INFO neutron_taas.services.taas.taas_plugin [None req-12f342df-f411-4582-a296-94bb2d757ffb 6ae12dc131ff46b7bbd03424de2b51c1 0ecc250d72654c11b686090a030e1bd0 - - default default] TaaS: Handle Delete Port: 7c9ab85b-da00-4ff9-9a07-44f1d9d6e315 2026-06-04 20:42:35.207 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12f342df-f411-4582-a296-94bb2d757ffb 6ae12dc131ff46b7bbd03424de2b51c1 0ecc250d72654c11b686090a030e1bd0 - - default default] Tap Mirror: Handle Delete Port: 7c9ab85b-da00-4ff9-9a07-44f1d9d6e315 [pid: 8|app: 0|req: 601/1256] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:42:35 2026] DELETE /v2.0/security-groups/50f65725-beb6-497b-ad57-a55554ca249d => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:42:35.427 8 INFO neutron.api.v2.resource [None req-71bcfd8c-0a7c-428d-88c2-26928f5ec3f2 d167d01f4a60433893674d2d2a1b368f fd444d5da79b4740893fa54a26bc6d04 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 602/1257] 10.0.0.104 () {32 vars in 737 bytes} [Thu Jun 4 20:42:35 2026] GET /v2.0/security-groups/50f65725-beb6-497b-ad57-a55554ca249d => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:42:35.540 8 INFO neutron_taas.services.taas.taas_plugin [None req-4edc95d8-d559-4a16-b895-2e826d51bce9 d167d01f4a60433893674d2d2a1b368f fd444d5da79b4740893fa54a26bc6d04 - - default default] TaaS: Handle Delete Port: 9d7bd4c6-3a72-4f12-9685-02dfc8d52b64 2026-06-04 20:42:35.543 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4edc95d8-d559-4a16-b895-2e826d51bce9 d167d01f4a60433893674d2d2a1b368f fd444d5da79b4740893fa54a26bc6d04 - - default default] Tap Mirror: Handle Delete Port: 9d7bd4c6-3a72-4f12-9685-02dfc8d52b64 [pid: 7|app: 0|req: 656/1258] 10.0.0.104 () {34 vars in 789 bytes} [Thu Jun 4 20:42:34 2026] PUT /v2.0/routers/341e1119-aed3-42ac-a303-80961c93822c/remove_router_interface => generated 309 bytes in 856 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1259] 10.0.0.104 () {32 vars in 732 bytes} [Thu Jun 4 20:42:35 2026] DELETE /v2.0/floatingips/276b1404-eb46-40e1-a396-a9b6b62de67f => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:42:35.860 7 INFO neutron_taas.services.taas.taas_plugin [None req-a4707a7f-2366-40fb-a906-517c091a45ea 6ae12dc131ff46b7bbd03424de2b51c1 0ecc250d72654c11b686090a030e1bd0 - - default default] TaaS: Handle Delete Port: 55359936-777b-4586-9d50-eb31db8dd3d6 2026-06-04 20:42:35.865 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4707a7f-2366-40fb-a906-517c091a45ea 6ae12dc131ff46b7bbd03424de2b51c1 0ecc250d72654c11b686090a030e1bd0 - - default default] Tap Mirror: Handle Delete Port: 55359936-777b-4586-9d50-eb31db8dd3d6 2026-06-04 20:42:36.147 7 INFO neutron_taas.services.taas.taas_plugin [None req-a4707a7f-2366-40fb-a906-517c091a45ea 6ae12dc131ff46b7bbd03424de2b51c1 0ecc250d72654c11b686090a030e1bd0 - - default default] TaaS: Handle Delete Port: 20cf444c-f216-4ebd-857f-9bcd6f64286e 2026-06-04 20:42:36.149 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4707a7f-2366-40fb-a906-517c091a45ea 6ae12dc131ff46b7bbd03424de2b51c1 0ecc250d72654c11b686090a030e1bd0 - - default default] Tap Mirror: Handle Delete Port: 20cf444c-f216-4ebd-857f-9bcd6f64286e 2026-06-04 20:42:36.170 8 INFO neutron_taas.services.taas.taas_plugin [None req-0a97f4a0-a5b5-428c-97f3-d5fe73ad2883 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: 656f6763-c398-4cef-a64d-1586bbdd23f6 2026-06-04 20:42:36.173 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a97f4a0-a5b5-428c-97f3-d5fe73ad2883 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: 656f6763-c398-4cef-a64d-1586bbdd23f6 2026-06-04 20:42:36.510 7 INFO neutron.services.segments.plugin [-] Segment 14232589-e58d-4488-af54-86d6c68167df resource provider aggregate not found 2026-06-04 20:42:36.516 7 INFO neutron.services.segments.plugin [-] Segment 14232589-e58d-4488-af54-86d6c68167df resource provider aggregate not found 2026-06-04 20:42:36.533 7 INFO neutron.services.segments.plugin [-] Segment 14232589-e58d-4488-af54-86d6c68167df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14232589-e58d-4488-af54-86d6c68167df found for delete ", "request_id": "req-d873fa89-84ad-4679-95ac-34d8ff92304b"}]} 2026-06-04 20:42:36.535 7 INFO neutron.services.segments.plugin [-] Segment 14232589-e58d-4488-af54-86d6c68167df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14232589-e58d-4488-af54-86d6c68167df found for delete ", "request_id": "req-91249528-286c-492a-bad7-85e785d93318"}]} 2026-06-04 20:42:36.541 7 INFO neutron.db.l3_hamode_db [None req-a4707a7f-2366-40fb-a906-517c091a45ea 6ae12dc131ff46b7bbd03424de2b51c1 0ecc250d72654c11b686090a030e1bd0 - - default default] HA network d0ec2d1f-2e95-4cbc-bc9c-ececad1f6053 was deleted as no HA routers are present in tenant 0ecc250d72654c11b686090a030e1bd0. [pid: 7|app: 0|req: 657/1260] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:42:35 2026] DELETE /v2.0/routers/341e1119-aed3-42ac-a303-80961c93822c => generated 0 bytes in 872 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1261] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:42:36 2026] DELETE /v2.0/subnets/00029aeb-cb35-4ed8-8d00-ddbde366ee98 => 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: 604/1262] 10.0.0.104 () {34 vars in 789 bytes} [Thu Jun 4 20:42:35 2026] PUT /v2.0/routers/9aad972f-68af-4221-9683-9778146fe807/remove_router_interface => generated 309 bytes in 996 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1263] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:42:36 2026] DELETE /v2.0/networks/09127bf8-2a01-40a4-b19e-1cdb24e405f4 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:42:37.018 8 INFO neutron_taas.services.taas.taas_plugin [None req-0fcae0be-2166-4300-abff-affd96ddc9a6 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: 8300e499-99df-43e1-be6e-f198ed7ee6ff 2026-06-04 20:42:37.022 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0fcae0be-2166-4300-abff-affd96ddc9a6 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: 8300e499-99df-43e1-be6e-f198ed7ee6ff 2026-06-04 20:42:37.305 8 INFO neutron_taas.services.taas.taas_plugin [None req-0fcae0be-2166-4300-abff-affd96ddc9a6 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: bf0b4e7f-7ac4-40c2-a147-bf2895e23abe 2026-06-04 20:42:37.310 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0fcae0be-2166-4300-abff-affd96ddc9a6 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: bf0b4e7f-7ac4-40c2-a147-bf2895e23abe [pid: 7|app: 0|req: 660/1264] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:42:37 2026] GET /v2.0/security-groups?tenant_id=0ecc250d72654c11b686090a030e1bd0&name=default => generated 2925 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1265] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:42:37 2026] DELETE /v2.0/security-groups/3a2d2fb5-6657-413d-a566-5fb02b5543cb => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:42:37.673 8 INFO neutron.services.segments.plugin [-] Segment 22087fd9-ada1-4360-abfb-dbdbb7272890 resource provider aggregate not found 2026-06-04 20:42:37.679 8 INFO neutron.services.segments.plugin [-] Segment 22087fd9-ada1-4360-abfb-dbdbb7272890 resource provider aggregate not found 2026-06-04 20:42:37.698 8 INFO neutron.services.segments.plugin [-] Segment 22087fd9-ada1-4360-abfb-dbdbb7272890 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22087fd9-ada1-4360-abfb-dbdbb7272890 found for delete ", "request_id": "req-a3772a2b-f8e3-4a30-b9e3-5e3af56a09c0"}]} 2026-06-04 20:42:37.701 8 INFO neutron.services.segments.plugin [-] Segment 22087fd9-ada1-4360-abfb-dbdbb7272890 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22087fd9-ada1-4360-abfb-dbdbb7272890 found for delete ", "request_id": "req-595e2574-e35d-4754-ac7e-e2a4286b57c7"}]} 2026-06-04 20:42:37.702 8 INFO neutron.db.l3_hamode_db [None req-0fcae0be-2166-4300-abff-affd96ddc9a6 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] HA network 7e3907b1-e32e-47f2-ba01-015830a74f1c was deleted as no HA routers are present in tenant fd444d5da79b4740893fa54a26bc6d04. [pid: 8|app: 0|req: 605/1266] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:42:36 2026] DELETE /v2.0/routers/9aad972f-68af-4221-9683-9778146fe807 => generated 0 bytes in 910 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1267] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:42:37 2026] DELETE /v2.0/subnets/c3c37848-e8b1-4b09-ba3f-645e8db8e3a7 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:42:38.032 7 INFO neutron_taas.services.taas.taas_plugin [None req-e285b820-066e-4019-a732-9bc46d095b26 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: ce9ee14a-d2bc-41dd-ab46-90b7c1e46fdc 2026-06-04 20:42:38.035 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e285b820-066e-4019-a732-9bc46d095b26 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: ce9ee14a-d2bc-41dd-ab46-90b7c1e46fdc [pid: 8|app: 0|req: 606/1268] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:42:37 2026] GET /v2.0/security-groups?tenant_id=14c06107a2c444be93ff7a030360e182&name=default => generated 2925 bytes in 374 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1269] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:42:37 2026] DELETE /v2.0/networks/5e64c4e1-aef5-4ac8-ac3e-20a8e58eab1a => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1270] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:42:38 2026] DELETE /v2.0/security-groups/aa4200c3-8c4a-4e6e-a2d9-3011b1862c08 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1271] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:42:38 2026] GET /v2.0/security-groups?tenant_id=fd444d5da79b4740893fa54a26bc6d04&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1272] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:42:38 2026] DELETE /v2.0/security-groups/79eba7db-fe99-464b-90d7-2c02c7bd1bec => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:42:38.550 7 INFO neutron.services.segments.plugin [-] Segment 216e5ab5-e6b5-4ab6-8854-efb28826295e resource provider aggregate not found 2026-06-04 20:42:38.557 7 INFO neutron.services.segments.plugin [-] Segment 216e5ab5-e6b5-4ab6-8854-efb28826295e resource provider aggregate not found 2026-06-04 20:42:38.574 7 INFO neutron.services.segments.plugin [-] Segment 216e5ab5-e6b5-4ab6-8854-efb28826295e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 216e5ab5-e6b5-4ab6-8854-efb28826295e found for delete ", "request_id": "req-11b76b18-3b0a-49d5-9ae2-47c060b260ac"}]} 2026-06-04 20:42:38.579 7 INFO neutron.services.segments.plugin [-] Segment 216e5ab5-e6b5-4ab6-8854-efb28826295e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 216e5ab5-e6b5-4ab6-8854-efb28826295e found for delete ", "request_id": "req-7ac77683-1280-4480-850b-208a97a79454"}]} 2026-06-04 20:42:38.592 7 INFO neutron.services.segments.plugin [-] Segment bf99ca23-b8b7-46d0-862f-5d5278475454 resource provider aggregate not found 2026-06-04 20:42:38.595 7 INFO neutron.services.segments.plugin [-] Segment bf99ca23-b8b7-46d0-862f-5d5278475454 resource provider aggregate not found 2026-06-04 20:42:38.609 7 INFO neutron.services.segments.plugin [-] Segment bf99ca23-b8b7-46d0-862f-5d5278475454 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf99ca23-b8b7-46d0-862f-5d5278475454 found for delete ", "request_id": "req-1c0fc167-07e9-4409-ace7-a157a1f246fc"}]} 2026-06-04 20:42:38.611 7 INFO neutron.services.segments.plugin [-] Segment bf99ca23-b8b7-46d0-862f-5d5278475454 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf99ca23-b8b7-46d0-862f-5d5278475454 found for delete ", "request_id": "req-f80e2e9f-a320-4b77-bffa-3cf9c45ec918"}]} [pid: 7|app: 0|req: 665/1273] 10.0.0.68 () {34 vars in 989 bytes} [Thu Jun 4 20:42:38 2026] GET /v2.0/ports?device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => 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: 609/1274] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Jun 4 20:42:38 2026] GET /v2.0/security-groups?id=7103dae8-6776-41e6-9f78-db6382400c8e&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:42:39.874 7 INFO neutron.db.segments_db [None req-7217d90d-08cf-416a-9a2c-26f564de5d2e 58061302f9c04acd92d40c82a4e0c1a1 fd00465a06bf4bff845fc7e528eb2086 - - default default] Added segment db518e13-4f75-449b-a567-69eba3704227 of type vxlan for network 499d2a6d-a49f-475e-a4c1-4bcad944cd7a [pid: 7|app: 0|req: 666/1275] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:42:39 2026] POST /v2.0/networks => generated 645 bytes in 534 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1276] 10.0.0.104 () {34 vars in 665 bytes} [Thu Jun 4 20:42:40 2026] POST /v2.0/ports => generated 774 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 20:42:40.426 7 INFO neutron.db.segments_db [None req-bc631751-553b-4a38-8c51-e09cb46846c9 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Added segment 9f7f58b5-1c19-48d0-a41f-1b0f82a3a998 of type vxlan for network 66a9d453-032b-4c6f-9314-1098b65f180a [pid: 7|app: 0|req: 667/1277] 10.0.0.104 () {34 vars in 671 bytes} [Thu Jun 4 20:42:40 2026] POST /v2.0/networks => generated 741 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:42:40.587 7 INFO neutron.db.segments_db [None req-4afe375a-4af8-4d1f-baa6-1babd07d4b24 58061302f9c04acd92d40c82a4e0c1a1 fd00465a06bf4bff845fc7e528eb2086 - - default default] Added segment 3c550d64-408c-42a0-993f-7f4b05893e5a of type vxlan for network ef2625c2-77bc-423a-beb1-dbb97fbcb58f 2026-06-04 20:42:40.602 8 INFO neutron.db.segments_db [None req-aca997aa-6ea3-4a61-9e21-8a9f4a10872b 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Added segment a170c4ab-8a17-46ad-ac66-7602d3c2dd77 of type vxlan for network 6301e1ac-ff65-4062-bb85-f2973009b15c [pid: 7|app: 0|req: 668/1278] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:42:40 2026] POST /v2.0/networks => generated 632 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1279] 10.0.0.104 () {34 vars in 671 bytes} [Thu Jun 4 20:42:40 2026] POST /v2.0/networks => generated 748 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1280] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:42:40 2026] POST /v2.0/subnets => generated 688 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1281] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:42:40 2026] POST /v2.0/subnets => generated 626 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1284] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:42:40 2026] POST /v2.0/subnets => generated 695 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:42:41.062 8 INFO neutron.db.segments_db [None req-85598905-1130-4d65-b71f-3055f4e1ea36 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Added segment f72ae50c-97eb-4588-9239-81425412a1c5 of type vxlan for network f5ebdbd7-fae3-42f9-bc53-9d253e2903b4 2026-06-04 20:42:41.309 8 INFO neutron.db.l3_hamode_db [None req-85598905-1130-4d65-b71f-3055f4e1ea36 4a13b69cd782415a884fbe0bacb718a6 b30cc430e6fd4433b84e57adcd43247d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 671/1285] 10.0.0.104 () {34 vars in 665 bytes} [Thu Jun 4 20:42:41 2026] POST /v2.0/ports => generated 954 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 20:42:41.496 7 INFO neutron.db.segments_db [None req-63bd6105-80cc-4019-930d-42949115c05f 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Added segment e6ba3364-6e61-45cc-9e8b-b1fc15882816 of type vxlan for network aba82bae-cf9c-416d-aa35-55d465674cee 2026-06-04 20:42:41.727 7 INFO neutron.db.l3_hamode_db [None req-63bd6105-80cc-4019-930d-42949115c05f 4a13b69cd782415a884fbe0bacb718a6 acdcfaefc3af4881bc257be5f171f24b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 20:42:42.140 8 INFO neutron.db.l3_hamode_db [None req-85598905-1130-4d65-b71f-3055f4e1ea36 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 20:42:44.282 7 INFO neutron.db.l3_hamode_db [None req-63bd6105-80cc-4019-930d-42949115c05f 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 615/1286] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:42:41 2026] POST /v2.0/routers => generated 728 bytes in 4570 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:42:45.683 8 INFO neutron_taas.services.taas.taas_plugin [None req-5e1fcf73-5dda-4a4b-8fea-aed4f9075db5 58061302f9c04acd92d40c82a4e0c1a1 fd00465a06bf4bff845fc7e528eb2086 - - default default] TaaS: Handle Delete Port: 98ddc65f-96c4-4c86-984e-89e5e5f2637a 2026-06-04 20:42:45.687 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e1fcf73-5dda-4a4b-8fea-aed4f9075db5 58061302f9c04acd92d40c82a4e0c1a1 fd00465a06bf4bff845fc7e528eb2086 - - default default] Tap Mirror: Handle Delete Port: 98ddc65f-96c4-4c86-984e-89e5e5f2637a [pid: 8|app: 0|req: 616/1287] 10.0.0.104 () {32 vars in 720 bytes} [Thu Jun 4 20:42:45 2026] DELETE /v2.0/ports/98ddc65f-96c4-4c86-984e-89e5e5f2637a => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1288] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:42:41 2026] POST /v2.0/routers => generated 735 bytes in 4651 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:42:46.118 7 INFO neutron.pecan_wsgi.hooks.translation [None req-74e550c1-109d-4db0-8de6-56b21b70d948 58061302f9c04acd92d40c82a4e0c1a1 fd00465a06bf4bff845fc7e528eb2086 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 673/1289] 10.0.0.104 () {32 vars in 720 bytes} [Thu Jun 4 20:42:46 2026] DELETE /v2.0/ports/98ddc65f-96c4-4c86-984e-89e5e5f2637a => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1290] 10.0.0.104 () {34 vars in 783 bytes} [Thu Jun 4 20:42:45 2026] PUT /v2.0/routers/de283dff-60a5-45b1-9702-14f2e789bc21/add_router_interface => generated 309 bytes in 1267 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:42:47.157 8 INFO neutron.pecan_wsgi.hooks.translation [None req-14cc0229-0205-49b2-bd27-dce32c96093c 58061302f9c04acd92d40c82a4e0c1a1 fd00465a06bf4bff845fc7e528eb2086 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 618/1291] 10.0.0.104 () {32 vars in 717 bytes} [Thu Jun 4 20:42:47 2026] GET /v2.0/ports/98ddc65f-96c4-4c86-984e-89e5e5f2637a => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1292] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:42:47 2026] DELETE /v2.0/subnets/c0a95de5-f8d4-4101-8457-ba969289b4df => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1293] 10.0.0.104 () {34 vars in 783 bytes} [Thu Jun 4 20:42:46 2026] PUT /v2.0/routers/70e70d95-ae2f-4127-8145-f47dd58b93e4/add_router_interface => generated 309 bytes in 1237 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:42:47.464 8 INFO neutron_taas.services.taas.taas_plugin [None req-6ed81162-7f41-4cef-b32b-fe4c36f165a4 58061302f9c04acd92d40c82a4e0c1a1 fd00465a06bf4bff845fc7e528eb2086 - - default default] TaaS: Handle Delete Port: 98290253-991e-46bb-80b3-f82f02f10a23 2026-06-04 20:42:47.468 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ed81162-7f41-4cef-b32b-fe4c36f165a4 58061302f9c04acd92d40c82a4e0c1a1 fd00465a06bf4bff845fc7e528eb2086 - - default default] Tap Mirror: Handle Delete Port: 98290253-991e-46bb-80b3-f82f02f10a23 2026-06-04 20:42:47.652 8 INFO neutron.services.segments.plugin [-] Segment 3c550d64-408c-42a0-993f-7f4b05893e5a resource provider aggregate not found 2026-06-04 20:42:47.669 8 INFO neutron.services.segments.plugin [-] Segment 3c550d64-408c-42a0-993f-7f4b05893e5a resource provider aggregate not found 2026-06-04 20:42:47.673 8 INFO neutron.services.segments.plugin [-] Segment 3c550d64-408c-42a0-993f-7f4b05893e5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c550d64-408c-42a0-993f-7f4b05893e5a found for delete ", "request_id": "req-b8a2566c-29c3-47d6-926e-7268d2feb2c4"}]} [pid: 8|app: 0|req: 620/1294] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:42:47 2026] DELETE /v2.0/networks/ef2625c2-77bc-423a-beb1-dbb97fbcb58f => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:42:47.706 8 INFO neutron.services.segments.plugin [-] Segment 3c550d64-408c-42a0-993f-7f4b05893e5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c550d64-408c-42a0-993f-7f4b05893e5a found for delete ", "request_id": "req-aa2e520f-8b10-4983-bc99-e7f71d3b202a"}]} 2026-06-04 20:42:47.785 7 INFO neutron.db.segments_db [None req-345444fa-6d10-425a-88bc-665f657e7085 58061302f9c04acd92d40c82a4e0c1a1 fd00465a06bf4bff845fc7e528eb2086 - - default default] Added segment 8bc542c3-f24f-4c58-92bd-2ed38e63b132 of type vxlan for network 6b9cd091-bb5b-4f8e-b47b-9d60ad711cd4 [pid: 7|app: 0|req: 675/1295] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:42:47 2026] POST /v2.0/networks => generated 631 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1296] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:42:47 2026] POST /v2.0/subnets => generated 626 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1297] 10.0.0.104 () {34 vars in 685 bytes} [Thu Jun 4 20:42:48 2026] POST /v2.0/security-groups => generated 1659 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1298] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:42:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1299] 10.0.0.104 () {34 vars in 665 bytes} [Thu Jun 4 20:42:48 2026] POST /v2.0/ports => generated 916 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:42:48.591 7 INFO neutron.db.segments_db [None req-c3437bd5-da5f-42f1-8969-6919fb41e8e0 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Added segment 6c9cf39f-344d-42e6-aee3-e0251ad6f48b of type vxlan for network 0c18ad23-1853-4c1d-bfff-df0eed00f29b [pid: 8|app: 0|req: 623/1300] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:42:48 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1301] 10.0.0.104 () {34 vars in 671 bytes} [Thu Jun 4 20:42:48 2026] POST /v2.0/networks => generated 741 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:42:48.780 8 INFO neutron_taas.services.taas.taas_plugin [None req-432a0c60-c195-41cc-b296-15e5f34fce22 58061302f9c04acd92d40c82a4e0c1a1 fd00465a06bf4bff845fc7e528eb2086 - - default default] TaaS: Handle Delete Port: 40ccd152-4530-49f6-8342-3fc4c40f03ee 2026-06-04 20:42:48.782 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-432a0c60-c195-41cc-b296-15e5f34fce22 58061302f9c04acd92d40c82a4e0c1a1 fd00465a06bf4bff845fc7e528eb2086 - - default default] Tap Mirror: Handle Delete Port: 40ccd152-4530-49f6-8342-3fc4c40f03ee [pid: 8|app: 0|req: 624/1302] 10.0.0.104 () {32 vars in 720 bytes} [Thu Jun 4 20:42:48 2026] DELETE /v2.0/ports/40ccd152-4530-49f6-8342-3fc4c40f03ee => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1303] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:42:48 2026] POST /v2.0/subnets => generated 688 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:42:49.205 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5ba40402-f278-416c-b5b1-0100ec2ce8e7 58061302f9c04acd92d40c82a4e0c1a1 fd00465a06bf4bff845fc7e528eb2086 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 626/1304] 10.0.0.104 () {32 vars in 717 bytes} [Thu Jun 4 20:42:49 2026] GET /v2.0/ports/40ccd152-4530-49f6-8342-3fc4c40f03ee => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:42:49.250 8 INFO neutron.db.segments_db [None req-7b0367a6-7ad1-44c0-b658-9c1c355bd6c1 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Added segment 3205203d-8561-43ab-b3f1-4a2654d488c0 of type vxlan for network 22d31488-b93f-4827-ac37-31eb2c24aac9 [pid: 7|app: 0|req: 679/1305] 10.0.0.104 () {34 vars in 676 bytes} [Thu Jun 4 20:42:48 2026] POST /v2.0/floatingips => generated 552 bytes in 725 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:42:49.513 8 INFO neutron.db.l3_hamode_db [None req-7b0367a6-7ad1-44c0-b658-9c1c355bd6c1 4a13b69cd782415a884fbe0bacb718a6 b18882c07f76422a855e8664c0a2d698 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 680/1306] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:42:49 2026] DELETE /v2.0/subnets/dca535cd-8014-4ef2-8267-e90b9b1cf958 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:42:49.723 7 INFO neutron.services.segments.plugin [-] Segment 8bc542c3-f24f-4c58-92bd-2ed38e63b132 resource provider aggregate not found 2026-06-04 20:42:49.728 7 INFO neutron.services.segments.plugin [-] Segment 8bc542c3-f24f-4c58-92bd-2ed38e63b132 resource provider aggregate not found 2026-06-04 20:42:49.750 7 INFO neutron.services.segments.plugin [-] Segment 8bc542c3-f24f-4c58-92bd-2ed38e63b132 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bc542c3-f24f-4c58-92bd-2ed38e63b132 found for delete ", "request_id": "req-542b620f-5e56-4e73-b95c-875534d7cf3b"}]} 2026-06-04 20:42:49.753 7 INFO neutron.services.segments.plugin [-] Segment 8bc542c3-f24f-4c58-92bd-2ed38e63b132 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bc542c3-f24f-4c58-92bd-2ed38e63b132 found for delete ", "request_id": "req-c4e9abc3-cd76-4849-9c3b-d58dc2a332da"}]} [pid: 7|app: 0|req: 681/1307] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:42:49 2026] DELETE /v2.0/networks/6b9cd091-bb5b-4f8e-b47b-9d60ad711cd4 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1308] 10.0.0.104 () {34 vars in 665 bytes} [Thu Jun 4 20:42:49 2026] POST /v2.0/ports => generated 775 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 683/1309] 10.0.0.104 () {34 vars in 737 bytes} [Thu Jun 4 20:42:50 2026] PUT /v2.0/ports/b30549ed-0815-4e48-804b-476bc7f51508 => generated 752 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 20:42:50.477 7 INFO neutron_taas.services.taas.taas_plugin [None req-0ba65d61-9f16-4f42-b4e6-37e0b51661b9 58061302f9c04acd92d40c82a4e0c1a1 fd00465a06bf4bff845fc7e528eb2086 - - default default] TaaS: Handle Delete Port: b30549ed-0815-4e48-804b-476bc7f51508 2026-06-04 20:42:50.480 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ba65d61-9f16-4f42-b4e6-37e0b51661b9 58061302f9c04acd92d40c82a4e0c1a1 fd00465a06bf4bff845fc7e528eb2086 - - default default] Tap Mirror: Handle Delete Port: b30549ed-0815-4e48-804b-476bc7f51508 2026-06-04 20:42:50.504 8 INFO neutron.db.l3_hamode_db [None req-7b0367a6-7ad1-44c0-b658-9c1c355bd6c1 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 684/1310] 10.0.0.104 () {32 vars in 720 bytes} [Thu Jun 4 20:42:50 2026] DELETE /v2.0/ports/b30549ed-0815-4e48-804b-476bc7f51508 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1311] 10.0.0.104 () {32 vars in 643 bytes} [Thu Jun 4 20:42:50 2026] GET /v2.0/ports => generated 777 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:42:50.690 7 INFO neutron.pecan_wsgi.hooks.translation [None req-909ac77d-9f51-4fb7-9b6f-cb5c7382fcd6 58061302f9c04acd92d40c82a4e0c1a1 fd00465a06bf4bff845fc7e528eb2086 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 686/1312] 10.0.0.104 () {32 vars in 717 bytes} [Thu Jun 4 20:42:50 2026] GET /v2.0/ports/b30549ed-0815-4e48-804b-476bc7f51508 => generated 132 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1313] 10.0.0.104 () {32 vars in 643 bytes} [Thu Jun 4 20:42:50 2026] GET /v2.0/ports => generated 777 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1314] 10.0.0.104 () {32 vars in 717 bytes} [Thu Jun 4 20:42:50 2026] GET /v2.0/ports/78be92fe-40d2-48e0-878f-c966a3b8bfc4 => generated 774 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:42:50.825 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3d6c0fd4-7a85-4fd8-9b49-3b882f0c9f56 58061302f9c04acd92d40c82a4e0c1a1 fd00465a06bf4bff845fc7e528eb2086 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 689/1315] 10.0.0.104 () {32 vars in 720 bytes} [Thu Jun 4 20:42:50 2026] DELETE /v2.0/ports/40ccd152-4530-49f6-8342-3fc4c40f03ee => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:42:50.845 7 INFO neutron.pecan_wsgi.hooks.translation [None req-089d4477-ddb6-4844-84da-0a39441b3285 58061302f9c04acd92d40c82a4e0c1a1 fd00465a06bf4bff845fc7e528eb2086 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 690/1316] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:42:50 2026] DELETE /v2.0/subnets/dca535cd-8014-4ef2-8267-e90b9b1cf958 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:42:50.868 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b2632ec7-8334-49f7-940f-992b656d2773 58061302f9c04acd92d40c82a4e0c1a1 fd00465a06bf4bff845fc7e528eb2086 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 691/1317] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:42:50 2026] DELETE /v2.0/subnets/c0a95de5-f8d4-4101-8457-ba969289b4df => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:42:50.991 7 INFO neutron_taas.services.taas.taas_plugin [None req-3a2d5f51-2cb5-490b-b1d3-ab249842d42e 58061302f9c04acd92d40c82a4e0c1a1 fd00465a06bf4bff845fc7e528eb2086 - - default default] TaaS: Handle Delete Port: 78be92fe-40d2-48e0-878f-c966a3b8bfc4 2026-06-04 20:42:50.994 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a2d5f51-2cb5-490b-b1d3-ab249842d42e 58061302f9c04acd92d40c82a4e0c1a1 fd00465a06bf4bff845fc7e528eb2086 - - default default] Tap Mirror: Handle Delete Port: 78be92fe-40d2-48e0-878f-c966a3b8bfc4 [pid: 7|app: 0|req: 692/1318] 10.0.0.104 () {32 vars in 720 bytes} [Thu Jun 4 20:42:50 2026] DELETE /v2.0/ports/78be92fe-40d2-48e0-878f-c966a3b8bfc4 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1319] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:42:51 2026] DELETE /v2.0/networks/499d2a6d-a49f-475e-a4c1-4bcad944cd7a => 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: 694/1320] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:51 2026] GET /v2.0/ports?device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1321] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:42:51 2026] GET /v2.0/security-groups?id=7103dae8-6776-41e6-9f78-db6382400c8e&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: 627/1322] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:42:49 2026] POST /v2.0/routers => generated 728 bytes in 2356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:42:51.778 7 INFO neutron.services.segments.plugin [-] Segment db518e13-4f75-449b-a567-69eba3704227 resource provider aggregate not found 2026-06-04 20:42:51.784 7 INFO neutron.services.segments.plugin [-] Segment db518e13-4f75-449b-a567-69eba3704227 resource provider aggregate not found [pid: 8|app: 0|req: 628/1323] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:51 2026] GET /v2.0/ports?device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:42:51.814 7 INFO neutron.services.segments.plugin [-] Segment db518e13-4f75-449b-a567-69eba3704227 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db518e13-4f75-449b-a567-69eba3704227 found for delete ", "request_id": "req-5110910c-429c-45c2-8ce4-a6d7ff722e67"}]} 2026-06-04 20:42:51.817 7 INFO neutron.services.segments.plugin [-] Segment db518e13-4f75-449b-a567-69eba3704227 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db518e13-4f75-449b-a567-69eba3704227 found for delete ", "request_id": "req-11681e64-3128-4f9d-8639-6fced0217fcf"}]} [pid: 8|app: 0|req: 629/1324] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:42:51 2026] GET /v2.0/security-groups?id=7103dae8-6776-41e6-9f78-db6382400c8e&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: 8|app: 0|req: 630/1325] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:42:51 2026] GET /v2.0/security-groups?tenant_id=fd00465a06bf4bff845fc7e528eb2086&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1326] 10.0.0.49 () {34 vars in 1099 bytes} [Thu Jun 4 20:42:52 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2021619480&fields=id&tenant_id=acdcfaefc3af4881bc257be5f171f24b => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1327] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:42:52 2026] DELETE /v2.0/security-groups/729262bd-b27a-4512-b499-df6c4c7ecae6 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1328] 10.0.0.49 () {34 vars in 981 bytes} [Thu Jun 4 20:42:52 2026] GET /v2.0/networks?id=6301e1ac-ff65-4062-bb85-f2973009b15c => generated 680 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1329] 10.0.0.49 () {34 vars in 964 bytes} [Thu Jun 4 20:42:52 2026] GET /v2.0/quotas/acdcfaefc3af4881bc257be5f171f24b => 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: 635/1330] 10.0.0.49 () {34 vars in 1001 bytes} [Thu Jun 4 20:42:52 2026] GET /v2.0/ports?tenant_id=acdcfaefc3af4881bc257be5f171f24b&fields=id => generated 103 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1331] 10.0.0.49 () {34 vars in 1007 bytes} [Thu Jun 4 20:42:52 2026] GET /v2.0/networks/6301e1ac-ff65-4062-bb85-f2973009b15c?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: 637/1332] 10.0.0.49 () {34 vars in 1107 bytes} [Thu Jun 4 20:42:52 2026] GET /v2.0/networks/6301e1ac-ff65-4062-bb85-f2973009b15c?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: 638/1333] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:52 2026] GET /v2.0/ports?device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1334] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:52 2026] GET /v2.0/ports?device_id=b0b45e81-9efd-45c3-a4f0-bf925eb9f60d => 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: 640/1335] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:42:52 2026] GET /v2.0/security-groups?id=7103dae8-6776-41e6-9f78-db6382400c8e&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: 696/1336] 10.0.0.104 () {34 vars in 783 bytes} [Thu Jun 4 20:42:51 2026] PUT /v2.0/routers/4d46b91e-239c-430e-a224-9305bbb0eb3c/add_router_interface => generated 309 bytes in 1502 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1337] 10.0.0.104 () {34 vars in 685 bytes} [Thu Jun 4 20:42:53 2026] POST /v2.0/security-groups => generated 1675 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1338] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:54 2026] GET /v2.0/ports?device_id=b0b45e81-9efd-45c3-a4f0-bf925eb9f60d => 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: 643/1339] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:54 2026] GET /v2.0/ports?device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => 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: 644/1340] 199.204.45.57 () {34 vars in 993 bytes} [Thu Jun 4 20:42:54 2026] GET /v2.0/ports?device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => 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: 697/1341] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:42:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1342] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:42:54 2026] GET /v2.0/security-groups?id=7103dae8-6776-41e6-9f78-db6382400c8e&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1343] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:42:54 2026] POST /v2.0/security-group-rules => generated 596 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:42:54.396 7 INFO neutron_taas.services.taas.taas_plugin [req-0d7a269f-54ce-4ef8-97dd-d315d1968023 req-b1aabf2a-9af4-41f9-b1f4-918f1b751fc5 f92926d68a5a4e17bf5296448ba41f0d 058e0611118d46268bc451d15f85c9e5 - - default default] TaaS: Handle Delete Port: 2cef442a-37b7-40f4-bdcb-22fef7dbe83f 2026-06-04 20:42:54.400 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0d7a269f-54ce-4ef8-97dd-d315d1968023 req-b1aabf2a-9af4-41f9-b1f4-918f1b751fc5 f92926d68a5a4e17bf5296448ba41f0d 058e0611118d46268bc451d15f85c9e5 - - default default] Tap Mirror: Handle Delete Port: 2cef442a-37b7-40f4-bdcb-22fef7dbe83f 2026-06-04 20:42:54.527 7 INFO neutron.db.l3_db [req-0d7a269f-54ce-4ef8-97dd-d315d1968023 req-b1aabf2a-9af4-41f9-b1f4-918f1b751fc5 f92926d68a5a4e17bf5296448ba41f0d 058e0611118d46268bc451d15f85c9e5 - - default default] Floating IP 0aaa095c-2b5c-428b-b2d4-0a8a57de7204 disassociated. External IP: 10.96.250.220, port: 2cef442a-37b7-40f4-bdcb-22fef7dbe83f. [pid: 8|app: 0|req: 647/1344] 10.0.0.104 () {34 vars in 684 bytes} [Thu Jun 4 20:42:54 2026] POST /v2.0/security-groups => generated 1624 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1345] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:42:54 2026] POST /v2.0/security-group-rules => generated 602 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1346] 10.0.0.104 () {32 vars in 663 bytes} [Thu Jun 4 20:42:54 2026] GET /v2.0/security-groups => generated 4529 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1347] 199.204.45.57 () {36 vars in 996 bytes} [Thu Jun 4 20:42:54 2026] DELETE /v2.0/ports/2cef442a-37b7-40f4-bdcb-22fef7dbe83f => generated 0 bytes in 765 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:42:55.043 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cf4d8fde-29fd-4337-952b-441a6e2ed264'] response: {'server_uuid': '4422f255-1701-47e8-b09d-cda12eb3b28a', 'name': 'network-vif-deleted', 'tag': '2cef442a-37b7-40f4-bdcb-22fef7dbe83f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 650/1348] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:42:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:42:55.114 8 INFO neutron.db.securitygroups_db [None req-dcfd357e-56aa-46c1-b54f-6f611dc76523 b89af839779744518ce39936088373d3 b30cc430e6fd4433b84e57adcd43247d - - default default] Project b30cc430e6fd4433b84e57adcd43247d 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: 699/1349] 10.0.0.104 () {34 vars in 758 bytes} [Thu Jun 4 20:42:55 2026] PUT /v2.0/security-groups/a651540f-5360-486f-af0e-7dd42f7ad322 => generated 1662 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1350] 10.0.0.104 () {32 vars in 737 bytes} [Thu Jun 4 20:42:55 2026] GET /v2.0/security-groups/a651540f-5360-486f-af0e-7dd42f7ad322 => generated 1662 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1351] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:42:55 2026] POST /v2.0/security-group-rules => generated 607 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1352] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:55 2026] GET /v2.0/ports?device_id=b0b45e81-9efd-45c3-a4f0-bf925eb9f60d => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:42:55.247 8 INFO neutron.db.securitygroups_db [None req-ce4228f6-934b-4a7e-9c8e-cdb450b02281 b89af839779744518ce39936088373d3 b30cc430e6fd4433b84e57adcd43247d - - default default] Project b30cc430e6fd4433b84e57adcd43247d 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: 701/1353] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:42:55 2026] DELETE /v2.0/security-groups/a651540f-5360-486f-af0e-7dd42f7ad322 => 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: 702/1354] 10.0.0.104 () {32 vars in 663 bytes} [Thu Jun 4 20:42:55 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:42:55.324 7 INFO neutron.api.v2.resource [None req-95c14dd5-ab60-49f2-9ad0-3942d1853c39 1c4aa10ded2f4fec9fc2e3f7c79f52f9 ea0ce55d1ee6402f9256e7c16319abd9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 703/1355] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:42:55 2026] DELETE /v2.0/security-groups/a651540f-5360-486f-af0e-7dd42f7ad322 => 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: 653/1356] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:42:55 2026] POST /v2.0/security-group-rules => generated 606 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1357] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:55 2026] GET /v2.0/ports?device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => 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: 654/1358] 10.0.0.104 () {34 vars in 684 bytes} [Thu Jun 4 20:42:55 2026] POST /v2.0/security-groups => generated 1624 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1359] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:42:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1360] 10.0.0.104 () {32 vars in 747 bytes} [Thu Jun 4 20:42:55 2026] GET /v2.0/security-group-rules/ef94ca4d-51b0-4bec-87c1-201eb5fc3747 => generated 601 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1361] 10.0.0.104 () {32 vars in 673 bytes} [Thu Jun 4 20:42:55 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1364] 10.0.0.104 () {32 vars in 750 bytes} [Thu Jun 4 20:42:55 2026] DELETE /v2.0/security-group-rules/ef94ca4d-51b0-4bec-87c1-201eb5fc3747 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1365] 10.0.0.104 () {32 vars in 673 bytes} [Thu Jun 4 20:42:55 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1366] 10.0.0.104 () {34 vars in 685 bytes} [Thu Jun 4 20:42:55 2026] POST /v2.0/security-groups => generated 1660 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1367] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:42:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1368] 10.0.0.104 () {32 vars in 747 bytes} [Thu Jun 4 20:42:56 2026] GET /v2.0/security-group-rules/7fec08f7-64fe-444f-89cd-ae8da9dda266 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1369] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:42:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1370] 10.0.0.104 () {32 vars in 673 bytes} [Thu Jun 4 20:42:56 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1371] 10.0.0.104 () {32 vars in 750 bytes} [Thu Jun 4 20:42:56 2026] DELETE /v2.0/security-group-rules/7fec08f7-64fe-444f-89cd-ae8da9dda266 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1372] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:42:56 2026] POST /v2.0/security-group-rules => generated 602 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1373] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:56 2026] GET /v2.0/ports?device_id=b0b45e81-9efd-45c3-a4f0-bf925eb9f60d => 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: 660/1374] 10.0.0.104 () {32 vars in 673 bytes} [Thu Jun 4 20:42:56 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1375] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:42:56 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: 8|app: 0|req: 662/1376] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:56 2026] GET /v2.0/ports?device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => 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: 663/1377] 10.0.0.104 () {32 vars in 747 bytes} [Thu Jun 4 20:42:56 2026] GET /v2.0/security-group-rules/d8ed082e-c126-4310-824b-332c15e0b6b3 => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1378] 10.0.0.104 () {32 vars in 673 bytes} [Thu Jun 4 20:42:56 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1379] 10.0.0.104 () {32 vars in 750 bytes} [Thu Jun 4 20:42:56 2026] DELETE /v2.0/security-group-rules/d8ed082e-c126-4310-824b-332c15e0b6b3 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1380] 10.0.0.104 () {32 vars in 673 bytes} [Thu Jun 4 20:42:56 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1381] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:42:56 2026] DELETE /v2.0/security-groups/4f548492-1274-46e7-83e3-6afe0060be33 => 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: 668/1382] 10.0.0.104 () {32 vars in 663 bytes} [Thu Jun 4 20:42:56 2026] GET /v2.0/security-groups => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1383] 10.0.0.104 () {34 vars in 676 bytes} [Thu Jun 4 20:42:56 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: 669/1384] 10.0.0.104 () {32 vars in 663 bytes} [Thu Jun 4 20:42:56 2026] GET /v2.0/security-groups => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1385] 10.0.0.49 () {34 vars in 1097 bytes} [Thu Jun 4 20:42:57 2026] GET /v2.0/security-groups?name=tempest-securitygroup--441887936&fields=id&tenant_id=b30cc430e6fd4433b84e57adcd43247d => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1386] 10.0.0.49 () {34 vars in 1099 bytes} [Thu Jun 4 20:42:57 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1408980766&fields=id&tenant_id=b30cc430e6fd4433b84e57adcd43247d => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1387] 10.0.0.49 () {34 vars in 981 bytes} [Thu Jun 4 20:42:57 2026] GET /v2.0/networks?id=66a9d453-032b-4c6f-9314-1098b65f180a => 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: 671/1388] 10.0.0.49 () {34 vars in 964 bytes} [Thu Jun 4 20:42:57 2026] GET /v2.0/quotas/b30cc430e6fd4433b84e57adcd43247d => 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: 718/1389] 10.0.0.49 () {34 vars in 1001 bytes} [Thu Jun 4 20:42:57 2026] GET /v2.0/ports?tenant_id=b30cc430e6fd4433b84e57adcd43247d&fields=id => generated 103 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1390] 10.0.0.49 () {34 vars in 1007 bytes} [Thu Jun 4 20:42:57 2026] GET /v2.0/networks/66a9d453-032b-4c6f-9314-1098b65f180a?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: 672/1391] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:42:57 2026] GET /v2.0/networks?id=6301e1ac-ff65-4062-bb85-f2973009b15c => generated 680 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1392] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:57 2026] GET /v2.0/ports?device_id=b0b45e81-9efd-45c3-a4f0-bf925eb9f60d => 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: 720/1393] 199.204.45.57 () {34 vars in 1049 bytes} [Thu Jun 4 20:42:57 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=acdcfaefc3af4881bc257be5f171f24b => generated 181 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1394] 10.0.0.49 () {34 vars in 1107 bytes} [Thu Jun 4 20:42:57 2026] GET /v2.0/networks/66a9d453-032b-4c6f-9314-1098b65f180a?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: 675/1395] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:57 2026] GET /v2.0/ports?device_id=4422f255-1701-47e8-b09d-cda12eb3b28a => 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: 676/1396] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:42:57 2026] GET /v2.0/security-groups?tenant_id=ea0ce55d1ee6402f9256e7c16319abd9&name=default => generated 2925 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1397] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:57 2026] GET /v2.0/ports?device_id=ca4d4b61-28de-466f-8824-b339b5f2e223 => 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: 678/1398] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:42:57 2026] DELETE /v2.0/security-groups/d2a95174-bc15-4e76-bdb8-d8f80ea6b761 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1399] 199.204.45.57 () {38 vars in 954 bytes} [Thu Jun 4 20:42:57 2026] POST /v2.0/ports => generated 958 bytes in 538 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1400] 199.204.45.57 () {38 vars in 1027 bytes} [Thu Jun 4 20:42:58 2026] PUT /v2.0/ports/b28520d7-ec28-4f61-af09-de0f5b53e8fd => generated 1239 bytes in 441 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 20:42:58.546 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-99b71b59-f16a-4b32-8043-69e0e781be41'] response: {'name': 'network-changed', 'server_uuid': 'b0b45e81-9efd-45c3-a4f0-bf925eb9f60d', 'tag': 'b28520d7-ec28-4f61-af09-de0f5b53e8fd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 722/1401] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:58 2026] GET /v2.0/ports?device_id=b0b45e81-9efd-45c3-a4f0-bf925eb9f60d => generated 973 bytes in 44 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: 680/1402] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:42:58 2026] GET /v2.0/security-groups?id=fbfeb066-e216-4200-9033-09219d1a3616&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1403] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:42:58 2026] DELETE /v2.0/security-groups/7103dae8-6776-41e6-9f78-db6382400c8e => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:42:58.872 8 INFO neutron.api.v2.resource [None req-91517edf-e140-4dbf-adb6-fb07f9a7f3f8 f92926d68a5a4e17bf5296448ba41f0d 058e0611118d46268bc451d15f85c9e5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 681/1404] 10.0.0.104 () {32 vars in 737 bytes} [Thu Jun 4 20:42:58 2026] GET /v2.0/security-groups/7103dae8-6776-41e6-9f78-db6382400c8e => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1405] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:59 2026] GET /v2.0/ports?device_id=ca4d4b61-28de-466f-8824-b339b5f2e223 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:42:59.058 7 INFO neutron_taas.services.taas.taas_plugin [None req-21885469-cc47-4c35-be39-35ad582397d1 f92926d68a5a4e17bf5296448ba41f0d 058e0611118d46268bc451d15f85c9e5 - - default default] TaaS: Handle Delete Port: 01f6a671-4d09-4767-b36f-99e6a65481a3 2026-06-04 20:42:59.065 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21885469-cc47-4c35-be39-35ad582397d1 f92926d68a5a4e17bf5296448ba41f0d 058e0611118d46268bc451d15f85c9e5 - - default default] Tap Mirror: Handle Delete Port: 01f6a671-4d09-4767-b36f-99e6a65481a3 [pid: 8|app: 0|req: 683/1406] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:42:59 2026] GET /v2.0/ports?tenant_id=acdcfaefc3af4881bc257be5f171f24b&device_id=b0b45e81-9efd-45c3-a4f0-bf925eb9f60d => generated 1242 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1407] 199.204.45.57 () {34 vars in 1017 bytes} [Thu Jun 4 20:42:59 2026] GET /v2.0/networks?tenant_id=acdcfaefc3af4881bc257be5f171f24b&shared=False => generated 776 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1408] 199.204.45.57 () {34 vars in 929 bytes} [Thu Jun 4 20:42:59 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1409] 10.0.0.104 () {32 vars in 732 bytes} [Thu Jun 4 20:42:58 2026] DELETE /v2.0/floatingips/0aaa095c-2b5c-428b-b2d4-0a8a57de7204 => generated 0 bytes in 449 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1410] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:42:59 2026] GET /v2.0/ports?device_id=b0b45e81-9efd-45c3-a4f0-bf925eb9f60d => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1411] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:42:59 2026] GET /v2.0/security-groups?id=fbfeb066-e216-4200-9033-09219d1a3616&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:42:59.848 8 INFO neutron_taas.services.taas.taas_plugin [None req-dacb454e-9f2f-433c-8838-340649bc5863 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: ea15537e-5fe0-4946-9f45-896c1d62624e 2026-06-04 20:42:59.851 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dacb454e-9f2f-433c-8838-340649bc5863 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: ea15537e-5fe0-4946-9f45-896c1d62624e [pid: 7|app: 0|req: 727/1412] 10.0.0.104 () {32 vars in 623 bytes} [Thu Jun 4 20:43:00 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1413] 10.0.0.104 () {32 vars in 633 bytes} [Thu Jun 4 20:43:00 2026] GET /v2.0/ => generated 632 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1414] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:00 2026] GET /v2.0/ports?device_id=ca4d4b61-28de-466f-8824-b339b5f2e223 => 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: 730/1415] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:43:00 2026] GET /v2.0/ports?tenant_id=acdcfaefc3af4881bc257be5f171f24b&device_id=b0b45e81-9efd-45c3-a4f0-bf925eb9f60d => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1416] 199.204.45.57 () {34 vars in 1059 bytes} [Thu Jun 4 20:43:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=b28520d7-ec28-4f61-af09-de0f5b53e8fd => 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: 732/1417] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:43:00 2026] GET /v2.0/subnets?id=3c88a6b7-480b-40c8-afa9-33b2cc5c6c95 => generated 698 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1418] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:43:00 2026] GET /v2.0/ports?network_id=6301e1ac-ff65-4062-bb85-f2973009b15c&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1419] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:43:00 2026] GET /v2.0/networks/6301e1ac-ff65-4062-bb85-f2973009b15c?fields=segments => generated 14 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1420] 10.0.0.104 () {34 vars in 789 bytes} [Thu Jun 4 20:42:59 2026] PUT /v2.0/routers/ae308538-25a2-4d1f-9410-7b8a4fbc4d2d/remove_router_interface => generated 309 bytes in 1276 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1421] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:43:00 2026] GET /v2.0/networks/6301e1ac-ff65-4062-bb85-f2973009b15c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:43:00.896 8 INFO neutron_taas.services.taas.taas_plugin [None req-fa5d0a1c-9ce8-47c3-88ec-ef7588a65623 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: 8836e46d-264c-4124-ad8a-c61c8b587475 2026-06-04 20:43:00.900 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa5d0a1c-9ce8-47c3-88ec-ef7588a65623 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: 8836e46d-264c-4124-ad8a-c61c8b587475 [pid: 7|app: 0|req: 736/1422] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:00 2026] GET /v2.0/ports?device_id=b0b45e81-9efd-45c3-a4f0-bf925eb9f60d => 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: 737/1423] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:00 2026] GET /v2.0/security-groups?tenant_id=c85adc876d13495f981cd3b8fe360488&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1424] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:43:01 2026] GET /v2.0/security-groups?id=fbfeb066-e216-4200-9033-09219d1a3616&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:43:01.251 8 INFO neutron_taas.services.taas.taas_plugin [None req-fa5d0a1c-9ce8-47c3-88ec-ef7588a65623 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: 2224a287-c6e4-4949-a6e3-4848de5c7d08 2026-06-04 20:43:01.255 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa5d0a1c-9ce8-47c3-88ec-ef7588a65623 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: 2224a287-c6e4-4949-a6e3-4848de5c7d08 [pid: 7|app: 0|req: 739/1425] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:01 2026] DELETE /v2.0/security-groups/07ea81be-a9bf-4ebe-a471-663e5e518344 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1426] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:01 2026] GET /v2.0/ports?device_id=ca4d4b61-28de-466f-8824-b339b5f2e223 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:43:01.736 8 INFO neutron.services.segments.plugin [-] Segment 95013339-b47f-4a9c-9dd5-aa42cb9e42ef resource provider aggregate not found 2026-06-04 20:43:01.737 8 INFO neutron.services.segments.plugin [-] Segment 95013339-b47f-4a9c-9dd5-aa42cb9e42ef resource provider aggregate not found 2026-06-04 20:43:01.759 8 INFO neutron.db.l3_hamode_db [None req-fa5d0a1c-9ce8-47c3-88ec-ef7588a65623 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] HA network f87fac8f-eafa-4c99-ae50-f8212569e6e6 was deleted as no HA routers are present in tenant 058e0611118d46268bc451d15f85c9e5. [pid: 8|app: 0|req: 687/1427] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:43:00 2026] DELETE /v2.0/routers/ae308538-25a2-4d1f-9410-7b8a4fbc4d2d => generated 0 bytes in 1142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:43:01.769 8 INFO neutron.services.segments.plugin [-] Segment 95013339-b47f-4a9c-9dd5-aa42cb9e42ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95013339-b47f-4a9c-9dd5-aa42cb9e42ef found for delete ", "request_id": "req-7b48792a-1793-4bdd-93c5-07ecac19b0f6"}]} 2026-06-04 20:43:01.770 8 INFO neutron.services.segments.plugin [-] Segment 95013339-b47f-4a9c-9dd5-aa42cb9e42ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95013339-b47f-4a9c-9dd5-aa42cb9e42ef found for delete ", "request_id": "req-68efb715-cec9-48b6-af4d-0b832a8f027d"}]} [pid: 7|app: 0|req: 741/1428] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:43:01 2026] DELETE /v2.0/subnets/a12a0eaa-1f31-404a-a7c1-43781f623f00 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1429] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:43:02 2026] GET /v2.0/networks?id=66a9d453-032b-4c6f-9314-1098b65f180a => generated 673 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:43:02.142 8 INFO neutron_taas.services.taas.taas_plugin [None req-286cf0b0-8bd9-44db-bd56-8f65a20d1ee9 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: c516d30c-754f-4357-b8c9-7a7cfa55daef [pid: 7|app: 0|req: 743/1430] 199.204.45.57 () {34 vars in 1049 bytes} [Thu Jun 4 20:43:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b30cc430e6fd4433b84e57adcd43247d => generated 273 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:43:02.147 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-286cf0b0-8bd9-44db-bd56-8f65a20d1ee9 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: c516d30c-754f-4357-b8c9-7a7cfa55daef [pid: 8|app: 0|req: 688/1431] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:43:02 2026] DELETE /v2.0/networks/a82d5324-c342-40b3-a544-ab6f5426c920 => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1432] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:02 2026] GET /v2.0/ports?device_id=b0b45e81-9efd-45c3-a4f0-bf925eb9f60d => generated 973 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1433] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:02 2026] GET /v2.0/ports?device_id=ca4d4b61-28de-466f-8824-b339b5f2e223 => generated 996 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1434] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:43:02 2026] GET /v2.0/security-groups?id=fbfeb066-e216-4200-9033-09219d1a3616&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: 8|app: 0|req: 692/1435] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:02 2026] GET /v2.0/security-groups?tenant_id=058e0611118d46268bc451d15f85c9e5&name=default => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1436] 199.204.45.57 () {38 vars in 954 bytes} [Thu Jun 4 20:43:02 2026] POST /v2.0/ports => generated 993 bytes in 546 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: 693/1437] 10.0.0.49 () {34 vars in 1119 bytes} [Thu Jun 4 20:43:02 2026] GET /v2.0/security-groups?id=a5d29989-0745-4114-ad09-3abbae6f7781&id=7a341fc5-ebda-4ce8-a0eb-4d55d41f0122&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1438] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:02 2026] DELETE /v2.0/security-groups/1118952a-c0a2-4a12-98d6-7b20b2fdb95e => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1439] 199.204.45.57 () {38 vars in 1027 bytes} [Thu Jun 4 20:43:02 2026] PUT /v2.0/ports/70cfc757-2aea-4eef-a6d2-99d3acee2139 => generated 1274 bytes in 534 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:43:03.300 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae8068a1-5f3c-4d52-840b-ab1429e15631'] response: {'name': 'network-changed', 'server_uuid': 'ca4d4b61-28de-466f-8824-b339b5f2e223', 'tag': '70cfc757-2aea-4eef-a6d2-99d3acee2139', 'status': 'completed', 'code': 200} 2026-06-04 20:43:03.794 8 INFO neutron.services.segments.plugin [-] Segment 2f273892-6d05-484c-9d3f-5a218bb8ffdf resource provider aggregate not found [pid: 7|app: 0|req: 746/1440] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:03 2026] GET /v2.0/ports?device_id=b0b45e81-9efd-45c3-a4f0-bf925eb9f60d => generated 973 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:43:03.803 8 INFO neutron.services.segments.plugin [-] Segment 2f273892-6d05-484c-9d3f-5a218bb8ffdf resource provider aggregate not found /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 20:43:03.827 8 INFO neutron.services.segments.plugin [-] Segment 2f273892-6d05-484c-9d3f-5a218bb8ffdf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f273892-6d05-484c-9d3f-5a218bb8ffdf found for delete ", "request_id": "req-301bf8ee-2401-49ef-a666-4d20efb85e7c"}]} 2026-06-04 20:43:03.831 8 INFO neutron.services.segments.plugin [-] Segment 2f273892-6d05-484c-9d3f-5a218bb8ffdf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f273892-6d05-484c-9d3f-5a218bb8ffdf found for delete ", "request_id": "req-12f9e143-d678-46f6-ba8e-3b701d3ecf87"}]} [pid: 8|app: 0|req: 695/1441] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:43:03 2026] GET /v2.0/security-groups?id=fbfeb066-e216-4200-9033-09219d1a3616&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1442] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:03 2026] GET /v2.0/ports?device_id=ca4d4b61-28de-466f-8824-b339b5f2e223 => generated 1008 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1443] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:43:03 2026] GET /v2.0/ports?tenant_id=b30cc430e6fd4433b84e57adcd43247d&device_id=ca4d4b61-28de-466f-8824-b339b5f2e223 => generated 1277 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1444] 10.0.0.49 () {34 vars in 1119 bytes} [Thu Jun 4 20:43:03 2026] GET /v2.0/security-groups?id=a5d29989-0745-4114-ad09-3abbae6f7781&id=7a341fc5-ebda-4ce8-a0eb-4d55d41f0122&fields=id&fields=name => generated 206 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1445] 199.204.45.57 () {34 vars in 1017 bytes} [Thu Jun 4 20:43:03 2026] GET /v2.0/networks?tenant_id=b30cc430e6fd4433b84e57adcd43247d&shared=False => generated 769 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1446] 199.204.45.57 () {34 vars in 929 bytes} [Thu Jun 4 20:43:03 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: 8|app: 0|req: 698/1447] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:04 2026] GET /v2.0/ports?device_id=b0b45e81-9efd-45c3-a4f0-bf925eb9f60d => 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: 750/1448] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:43:04 2026] GET /v2.0/security-groups?id=fbfeb066-e216-4200-9033-09219d1a3616&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: 699/1449] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:43:05 2026] GET /v2.0/ports?tenant_id=b30cc430e6fd4433b84e57adcd43247d&device_id=ca4d4b61-28de-466f-8824-b339b5f2e223 => generated 1277 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1450] 199.204.45.57 () {34 vars in 1057 bytes} [Thu Jun 4 20:43:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=70cfc757-2aea-4eef-a6d2-99d3acee2139 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1451] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:05 2026] GET /v2.0/ports?device_id=ca4d4b61-28de-466f-8824-b339b5f2e223 => generated 1008 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1452] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:43:05 2026] GET /v2.0/subnets?id=f07e0473-8742-4a07-a1c7-e5aecd5eeac9 => generated 691 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1453] 10.0.0.49 () {34 vars in 1119 bytes} [Thu Jun 4 20:43:05 2026] GET /v2.0/security-groups?id=a5d29989-0745-4114-ad09-3abbae6f7781&id=7a341fc5-ebda-4ce8-a0eb-4d55d41f0122&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1454] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:43:05 2026] GET /v2.0/ports?network_id=66a9d453-032b-4c6f-9314-1098b65f180a&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1455] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:43:05 2026] GET /v2.0/networks/66a9d453-032b-4c6f-9314-1098b65f180a?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: 703/1456] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:43:05 2026] GET /v2.0/networks/66a9d453-032b-4c6f-9314-1098b65f180a?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: 754/1457] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:05 2026] GET /v2.0/security-groups?tenant_id=e85f04d46017467cb6302faca80a1f46&name=default => generated 2925 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1458] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:05 2026] DELETE /v2.0/security-groups/9d347028-f03b-4e6d-8fb1-fa612914265c => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1459] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:05 2026] GET /v2.0/security-groups?tenant_id=b9783597aa484205b782301b0a4b799b&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1460] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:06 2026] GET /v2.0/ports?device_id=b0b45e81-9efd-45c3-a4f0-bf925eb9f60d => 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: 706/1461] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:43:06 2026] GET /v2.0/security-groups?id=fbfeb066-e216-4200-9033-09219d1a3616&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1462] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:06 2026] DELETE /v2.0/security-groups/f9db9f20-be3a-4bf8-af38-50c8f1d52689 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1463] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:06 2026] GET /v2.0/ports?device_id=ca4d4b61-28de-466f-8824-b339b5f2e223 => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1464] 10.0.0.49 () {34 vars in 1119 bytes} [Thu Jun 4 20:43:06 2026] GET /v2.0/security-groups?id=a5d29989-0745-4114-ad09-3abbae6f7781&id=7a341fc5-ebda-4ce8-a0eb-4d55d41f0122&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: 708/1465] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:07 2026] GET /v2.0/ports?device_id=b0b45e81-9efd-45c3-a4f0-bf925eb9f60d => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1466] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:43:07 2026] GET /v2.0/security-groups?id=fbfeb066-e216-4200-9033-09219d1a3616&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: 709/1467] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:07 2026] GET /v2.0/ports?device_id=ca4d4b61-28de-466f-8824-b339b5f2e223 => generated 1008 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1468] 10.0.0.49 () {34 vars in 1119 bytes} [Thu Jun 4 20:43:07 2026] GET /v2.0/security-groups?id=a5d29989-0745-4114-ad09-3abbae6f7781&id=7a341fc5-ebda-4ce8-a0eb-4d55d41f0122&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: 710/1469] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:08 2026] GET /v2.0/ports?device_id=b0b45e81-9efd-45c3-a4f0-bf925eb9f60d => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1470] 199.204.45.57 () {34 vars in 993 bytes} [Thu Jun 4 20:43:08 2026] GET /v2.0/ports?device_id=ca4d4b61-28de-466f-8824-b339b5f2e223 => generated 1277 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1471] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:43:08 2026] GET /v2.0/security-groups?id=fbfeb066-e216-4200-9033-09219d1a3616&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: 761/1472] 199.204.45.57 () {34 vars in 1123 bytes} [Thu Jun 4 20:43:08 2026] GET /v2.0/security-groups?id=7a341fc5-ebda-4ce8-a0eb-4d55d41f0122&id=a5d29989-0745-4114-ad09-3abbae6f7781&fields=id&fields=name => generated 206 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1473] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:08 2026] GET /v2.0/ports?device_id=ca4d4b61-28de-466f-8824-b339b5f2e223 => generated 1008 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1474] 10.0.0.49 () {34 vars in 1119 bytes} [Thu Jun 4 20:43:08 2026] GET /v2.0/security-groups?id=a5d29989-0745-4114-ad09-3abbae6f7781&id=7a341fc5-ebda-4ce8-a0eb-4d55d41f0122&fields=id&fields=name => generated 206 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1475] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:09 2026] GET /v2.0/ports?device_id=b0b45e81-9efd-45c3-a4f0-bf925eb9f60d => generated 975 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1476] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:43:09 2026] GET /v2.0/security-groups?id=fbfeb066-e216-4200-9033-09219d1a3616&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1477] 10.0.0.190 () {30 vars in 650 bytes} [Thu Jun 4 20:43:09 2026] GET /v2.0/extensions => generated 21537 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1478] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:09 2026] GET /v2.0/ports?device_id=ca4d4b61-28de-466f-8824-b339b5f2e223 => generated 1010 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1479] 10.0.0.49 () {34 vars in 1119 bytes} [Thu Jun 4 20:43:09 2026] GET /v2.0/security-groups?id=a5d29989-0745-4114-ad09-3abbae6f7781&id=7a341fc5-ebda-4ce8-a0eb-4d55d41f0122&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1480] 10.0.0.190 () {30 vars in 724 bytes} [Thu Jun 4 20:43:09 2026] GET /v2.0/quotas/aef877add7ba438399759e1b63467bb3/details => generated 847 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1483] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:10 2026] GET /v2.0/ports?device_id=b0b45e81-9efd-45c3-a4f0-bf925eb9f60d => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1484] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:43:11 2026] GET /v2.0/security-groups?id=fbfeb066-e216-4200-9033-09219d1a3616&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1485] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:11 2026] GET /v2.0/ports?device_id=ca4d4b61-28de-466f-8824-b339b5f2e223 => generated 1010 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1486] 10.0.0.49 () {34 vars in 1119 bytes} [Thu Jun 4 20:43:11 2026] GET /v2.0/security-groups?id=a5d29989-0745-4114-ad09-3abbae6f7781&id=7a341fc5-ebda-4ce8-a0eb-4d55d41f0122&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1487] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:11 2026] GET /v2.0/ports?device_id=ca4d4b61-28de-466f-8824-b339b5f2e223 => generated 1010 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1488] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:11 2026] GET /v2.0/security-groups?tenant_id=25e38bb56d6b4d068d785710ecb9a081&name=default => generated 2925 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:43:11.867 8 INFO neutron.db.l3_db [None req-e4c17371-e8c1-48d7-b1a2-8174ca84a0c7 b89af839779744518ce39936088373d3 b30cc430e6fd4433b84e57adcd43247d - - default default] Floating IP 6b22068c-9e80-4f92-9d8b-2a4208d71dd4 associated. External IP: 10.96.250.207, port: 70cfc757-2aea-4eef-a6d2-99d3acee2139. [pid: 7|app: 0|req: 772/1489] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:11 2026] DELETE /v2.0/security-groups/826f325c-1ba1-4b8f-8509-37b32ad683ab => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1490] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:12 2026] GET /v2.0/ports?device_id=b0b45e81-9efd-45c3-a4f0-bf925eb9f60d => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1491] 10.0.0.104 () {34 vars in 749 bytes} [Thu Jun 4 20:43:11 2026] PUT /v2.0/floatingips/6b22068c-9e80-4f92-9d8b-2a4208d71dd4 => generated 855 bytes in 944 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1492] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:43:12 2026] GET /v2.0/security-groups?id=fbfeb066-e216-4200-9033-09219d1a3616&fields=id&fields=name => generated 114 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:43:12.329 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f64e190-f1df-431a-a17b-f9711318dfcf'] response: {'name': 'network-changed', 'server_uuid': 'ca4d4b61-28de-466f-8824-b339b5f2e223', 'tag': '70cfc757-2aea-4eef-a6d2-99d3acee2139', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 775/1493] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:12 2026] GET /v2.0/ports?device_id=b0b45e81-9efd-45c3-a4f0-bf925eb9f60d => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1494] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:12 2026] GET /v2.0/security-groups?tenant_id=08e225fff61445bebc7632cc9e49075f&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1495] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:12 2026] DELETE /v2.0/security-groups/9a96e0bb-7fb2-45c0-a2c2-698128052495 => 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: 721/1496] 10.0.0.190 () {30 vars in 650 bytes} [Thu Jun 4 20:43:12 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: 722/1497] 10.0.0.190 () {30 vars in 724 bytes} [Thu Jun 4 20:43:12 2026] GET /v2.0/quotas/aef877add7ba438399759e1b63467bb3/details => generated 847 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:43:12.879 7 INFO neutron.db.l3_db [None req-dcaff7a6-9f90-4efd-840d-106cf71262f7 a326a300a76f41728b39c00a9065a91f acdcfaefc3af4881bc257be5f171f24b - - default default] Floating IP 4c461cfb-ca5c-490b-a3b1-2f85296f5f1b associated. External IP: 10.96.250.218, port: b28520d7-ec28-4f61-af09-de0f5b53e8fd. [pid: 8|app: 0|req: 723/1498] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:43:12 2026] GET /v2.0/ports?tenant_id=b30cc430e6fd4433b84e57adcd43247d&device_id=ca4d4b61-28de-466f-8824-b339b5f2e223 => generated 1279 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1499] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:43:12 2026] GET /v2.0/networks?id=66a9d453-032b-4c6f-9314-1098b65f180a => generated 769 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1500] 10.0.0.104 () {34 vars in 749 bytes} [Thu Jun 4 20:43:12 2026] PUT /v2.0/floatingips/4c461cfb-ca5c-490b-a3b1-2f85296f5f1b => generated 856 bytes in 973 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:43:13.441 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d4596c0a-5c9c-4f66-b6c5-0f8d9cf4621e'] response: {'name': 'network-changed', 'server_uuid': 'b0b45e81-9efd-45c3-a4f0-bf925eb9f60d', 'tag': 'b28520d7-ec28-4f61-af09-de0f5b53e8fd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 777/1501] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:13 2026] GET /v2.0/ports?device_id=b0b45e81-9efd-45c3-a4f0-bf925eb9f60d => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1502] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:43:13 2026] GET /v2.0/security-groups?id=fbfeb066-e216-4200-9033-09219d1a3616&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1503] 199.204.45.57 () {34 vars in 1057 bytes} [Thu Jun 4 20:43:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=70cfc757-2aea-4eef-a6d2-99d3acee2139 => generated 858 bytes in 863 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1504] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:43:13 2026] GET /v2.0/subnets?id=f07e0473-8742-4a07-a1c7-e5aecd5eeac9 => generated 691 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1505] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:43:13 2026] GET /v2.0/ports?network_id=66a9d453-032b-4c6f-9314-1098b65f180a&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1506] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:13 2026] GET /v2.0/ports?device_id=b0b45e81-9efd-45c3-a4f0-bf925eb9f60d => generated 975 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1507] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:43:13 2026] GET /v2.0/ports?tenant_id=acdcfaefc3af4881bc257be5f171f24b&device_id=b0b45e81-9efd-45c3-a4f0-bf925eb9f60d => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1508] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:43:14 2026] GET /v2.0/security-groups?id=fbfeb066-e216-4200-9033-09219d1a3616&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1509] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:43:14 2026] GET /v2.0/networks/66a9d453-032b-4c6f-9314-1098b65f180a?fields=segments => generated 14 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1510] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:43:14 2026] GET /v2.0/networks?id=6301e1ac-ff65-4062-bb85-f2973009b15c => generated 776 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1511] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:43:14 2026] GET /v2.0/networks/66a9d453-032b-4c6f-9314-1098b65f180a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1512] 199.204.45.57 () {34 vars in 1059 bytes} [Thu Jun 4 20:43:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=b28520d7-ec28-4f61-af09-de0f5b53e8fd => generated 859 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1513] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:43:14 2026] GET /v2.0/subnets?id=3c88a6b7-480b-40c8-afa9-33b2cc5c6c95 => generated 698 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1514] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:43:14 2026] GET /v2.0/ports?network_id=6301e1ac-ff65-4062-bb85-f2973009b15c&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1515] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:43:14 2026] GET /v2.0/networks/6301e1ac-ff65-4062-bb85-f2973009b15c?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: 786/1516] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:43:14 2026] GET /v2.0/networks/6301e1ac-ff65-4062-bb85-f2973009b15c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1517] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:15 2026] GET /v2.0/ports?device_id=b0b45e81-9efd-45c3-a4f0-bf925eb9f60d => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1518] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:43:15 2026] GET /v2.0/security-groups?id=fbfeb066-e216-4200-9033-09219d1a3616&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: 732/1519] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:15 2026] GET /v2.0/security-groups?tenant_id=aef877add7ba438399759e1b63467bb3&name=default => generated 2925 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1520] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:15 2026] DELETE /v2.0/security-groups/88f83d72-2be9-44bc-b25a-e4539db1de16 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1521] 199.204.45.57 () {34 vars in 993 bytes} [Thu Jun 4 20:43:16 2026] GET /v2.0/ports?device_id=b0b45e81-9efd-45c3-a4f0-bf925eb9f60d => 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: 789/1522] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:16 2026] GET /v2.0/ports?device_id=b0b45e81-9efd-45c3-a4f0-bf925eb9f60d => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:43:16.460 8 INFO neutron_taas.services.taas.taas_plugin [req-80da0aa3-81d1-4315-9b02-a939acdac65d req-d7ae12e0-a902-452a-8382-e6ad91ae4c2f a326a300a76f41728b39c00a9065a91f acdcfaefc3af4881bc257be5f171f24b - - default default] TaaS: Handle Delete Port: b28520d7-ec28-4f61-af09-de0f5b53e8fd 2026-06-04 20:43:16.467 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-80da0aa3-81d1-4315-9b02-a939acdac65d req-d7ae12e0-a902-452a-8382-e6ad91ae4c2f a326a300a76f41728b39c00a9065a91f acdcfaefc3af4881bc257be5f171f24b - - default default] Tap Mirror: Handle Delete Port: b28520d7-ec28-4f61-af09-de0f5b53e8fd [pid: 7|app: 0|req: 790/1523] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:43:16 2026] GET /v2.0/security-groups?id=fbfeb066-e216-4200-9033-09219d1a3616&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:43:16.630 8 INFO neutron.db.l3_db [req-80da0aa3-81d1-4315-9b02-a939acdac65d req-d7ae12e0-a902-452a-8382-e6ad91ae4c2f a326a300a76f41728b39c00a9065a91f acdcfaefc3af4881bc257be5f171f24b - - default default] Floating IP 4c461cfb-ca5c-490b-a3b1-2f85296f5f1b disassociated. External IP: 10.96.250.218, port: b28520d7-ec28-4f61-af09-de0f5b53e8fd. [pid: 8|app: 0|req: 734/1524] 199.204.45.57 () {36 vars in 996 bytes} [Thu Jun 4 20:43:16 2026] DELETE /v2.0/ports/b28520d7-ec28-4f61-af09-de0f5b53e8fd => generated 0 bytes in 759 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:43:17.129 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-79c02160-a1ed-484f-b3f3-e75984c0909d'] response: {'server_uuid': 'b0b45e81-9efd-45c3-a4f0-bf925eb9f60d', 'name': 'network-vif-deleted', 'tag': 'b28520d7-ec28-4f61-af09-de0f5b53e8fd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 791/1525] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:17 2026] GET /v2.0/ports?device_id=b0b45e81-9efd-45c3-a4f0-bf925eb9f60d => 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: 735/1526] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:18 2026] GET /v2.0/ports?device_id=b0b45e81-9efd-45c3-a4f0-bf925eb9f60d => 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: 792/1527] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:19 2026] GET /v2.0/security-groups?tenant_id=cb7f47d5c030443180378413063e1663&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1528] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:19 2026] DELETE /v2.0/security-groups/a4e84d25-8f1d-4bce-90b2-f7cd3e5ea5da => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1529] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:19 2026] GET /v2.0/ports?device_id=b0b45e81-9efd-45c3-a4f0-bf925eb9f60d => 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: 793/1530] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:19 2026] GET /v2.0/security-groups?tenant_id=ddddb3b853fb4ea0b6e0d797007d3552&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: 738/1531] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:19 2026] DELETE /v2.0/security-groups/7717469b-b41a-4eab-ad10-5cb14e327534 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1532] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:20 2026] GET /v2.0/ports?device_id=b0b45e81-9efd-45c3-a4f0-bf925eb9f60d => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:43:21.036 7 INFO neutron.db.segments_db [None req-c5bc1b77-68c9-443a-b704-59c91cfac4a5 da1e2fbd6ef942a3a3d4df0fa158d6ef fc427435cb904f25bf10b9d612b691fd - - default default] Added segment c78b8633-b34a-4150-aaca-6b85c20b860b of type vxlan for network 8800a4ac-54c9-4d22-b16a-fb64d13ea4d8 [pid: 7|app: 0|req: 794/1533] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:43:20 2026] POST /v2.0/networks => generated 631 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1534] 10.0.0.104 () {34 vars in 664 bytes} [Thu Jun 4 20:43:21 2026] POST /v2.0/ports => generated 743 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:43:21.550 7 INFO neutron.db.segments_db [None req-487138f6-7a88-4645-b64e-6ce8d8b7338f da1e2fbd6ef942a3a3d4df0fa158d6ef fc427435cb904f25bf10b9d612b691fd - - default default] Added segment 3601dd61-63fc-418c-a474-6cc89bf27600 of type vxlan for network b57b35a9-8b7f-45ba-aaaa-d6f1386a7729 [pid: 7|app: 0|req: 795/1535] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:43:21 2026] POST /v2.0/networks => generated 632 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 741/1536] 10.0.0.104 () {34 vars in 664 bytes} [Thu Jun 4 20:43:21 2026] POST /v2.0/ports => generated 743 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 20:43:22.068 7 INFO neutron.db.segments_db [None req-15bb2f85-3518-46f0-b12a-b5498409205c da1e2fbd6ef942a3a3d4df0fa158d6ef fc427435cb904f25bf10b9d612b691fd - - default default] Added segment 6f99ab0d-bd72-4283-af46-7a9e561d4e95 of type vxlan for network c353ba67-6b39-4773-b651-74b6aafa6b24 [pid: 8|app: 0|req: 742/1537] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:22 2026] DELETE /v2.0/security-groups/fbfeb066-e216-4200-9033-09219d1a3616 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1538] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:43:21 2026] POST /v2.0/networks => generated 631 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:43:22.173 8 INFO neutron.api.v2.resource [None req-20836cf0-5f3b-486a-ae6d-5aebe50ff2a1 a326a300a76f41728b39c00a9065a91f acdcfaefc3af4881bc257be5f171f24b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 743/1539] 10.0.0.104 () {32 vars in 737 bytes} [Thu Jun 4 20:43:22 2026] GET /v2.0/security-groups/fbfeb066-e216-4200-9033-09219d1a3616 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:43:22.317 8 INFO neutron_taas.services.taas.taas_plugin [None req-d9614015-0d62-4b6f-aa19-277536ccebba a326a300a76f41728b39c00a9065a91f acdcfaefc3af4881bc257be5f171f24b - - default default] TaaS: Handle Delete Port: a6be090b-09aa-40ab-9a15-2f3b6fce8e63 2026-06-04 20:43:22.319 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9614015-0d62-4b6f-aa19-277536ccebba a326a300a76f41728b39c00a9065a91f acdcfaefc3af4881bc257be5f171f24b - - default default] Tap Mirror: Handle Delete Port: a6be090b-09aa-40ab-9a15-2f3b6fce8e63 [pid: 7|app: 0|req: 797/1540] 10.0.0.104 () {34 vars in 664 bytes} [Thu Jun 4 20:43:22 2026] POST /v2.0/ports => generated 743 bytes in 328 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: 744/1541] 10.0.0.104 () {32 vars in 732 bytes} [Thu Jun 4 20:43:22 2026] DELETE /v2.0/floatingips/4c461cfb-ca5c-490b-a3b1-2f85296f5f1b => generated 0 bytes in 320 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:43:22.557 7 INFO neutron.db.segments_db [None req-5dcd2b68-ddcc-423a-bcc3-e00be20cd680 da1e2fbd6ef942a3a3d4df0fa158d6ef fc427435cb904f25bf10b9d612b691fd - - default default] Added segment 1cdbe8df-aa8a-4d91-901c-fa5f8f900f04 of type vxlan for network 4812d772-4b33-4af2-ba1c-d3eda131e627 [pid: 7|app: 0|req: 798/1542] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:43:22 2026] POST /v2.0/networks => generated 632 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:43:22.898 8 INFO neutron_taas.services.taas.taas_plugin [None req-4af471e3-f7ed-47e6-8cf2-3ea9765a8fc1 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: e359501f-c962-435f-bdaf-26a2f221afed 2026-06-04 20:43:22.902 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4af471e3-f7ed-47e6-8cf2-3ea9765a8fc1 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: e359501f-c962-435f-bdaf-26a2f221afed [pid: 7|app: 0|req: 799/1543] 10.0.0.104 () {34 vars in 664 bytes} [Thu Jun 4 20:43:22 2026] POST /v2.0/ports => generated 743 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 20:43:23.072 7 INFO neutron.db.segments_db [None req-9035d76e-f4da-4870-8e31-8cfb22da452e da1e2fbd6ef942a3a3d4df0fa158d6ef fc427435cb904f25bf10b9d612b691fd - - default default] Added segment 33e0f0a3-9611-44ed-a2d2-076664f97e76 of type vxlan for network f90a53bc-67ad-400e-abff-8654f6dc9cf4 [pid: 7|app: 0|req: 800/1544] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:43:23 2026] POST /v2.0/networks => generated 632 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1545] 10.0.0.104 () {34 vars in 789 bytes} [Thu Jun 4 20:43:22 2026] PUT /v2.0/routers/70e70d95-ae2f-4127-8145-f47dd58b93e4/remove_router_interface => generated 309 bytes in 1059 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1546] 10.0.0.104 () {34 vars in 664 bytes} [Thu Jun 4 20:43:23 2026] POST /v2.0/ports => generated 743 bytes in 376 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: 802/1547] 10.0.0.104 () {34 vars in 747 bytes} [Thu Jun 4 20:43:23 2026] PUT /v2.0/ports/57ee42b3-0462-4a4c-a545-b846aba5dd30/tags => generated 17 bytes in 66 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: 803/1548] 10.0.0.104 () {34 vars in 747 bytes} [Thu Jun 4 20:43:23 2026] PUT /v2.0/ports/aa6aa792-5204-48f3-8289-68362a7d7c5b/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 20:43:23.784 8 INFO neutron_taas.services.taas.taas_plugin [None req-8285ef36-e264-4d17-a872-d54b61902d8f 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: 856e3acd-97fe-4f57-89fc-4e9dcd5d4540 2026-06-04 20:43:23.787 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8285ef36-e264-4d17-a872-d54b61902d8f 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: 856e3acd-97fe-4f57-89fc-4e9dcd5d4540 [pid: 7|app: 0|req: 804/1549] 10.0.0.104 () {34 vars in 747 bytes} [Thu Jun 4 20:43:23 2026] PUT /v2.0/ports/36d815e4-bd1f-48c4-8125-6b45505f6d8d/tags => generated 34 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 805/1550] 10.0.0.104 () {34 vars in 747 bytes} [Thu Jun 4 20:43:23 2026] PUT /v2.0/ports/d7caf43d-b7e4-4795-9cca-6ed55eb708d0/tags => generated 19 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 806/1551] 10.0.0.104 () {32 vars in 660 bytes} [Thu Jun 4 20:43:23 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1552] 10.0.0.104 () {32 vars in 674 bytes} [Thu Jun 4 20:43:24 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:43:24.128 8 INFO neutron_taas.services.taas.taas_plugin [None req-8285ef36-e264-4d17-a872-d54b61902d8f 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: 71a94978-852a-4357-9550-389d7c14974e 2026-06-04 20:43:24.131 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8285ef36-e264-4d17-a872-d54b61902d8f 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: 71a94978-852a-4357-9550-389d7c14974e [pid: 7|app: 0|req: 808/1553] 10.0.0.104 () {32 vars in 670 bytes} [Thu Jun 4 20:43:24 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:43:24.473 8 INFO neutron.services.segments.plugin [-] Segment e6ba3364-6e61-45cc-9e8b-b1fc15882816 resource provider aggregate not found 2026-06-04 20:43:24.479 8 INFO neutron.services.segments.plugin [-] Segment e6ba3364-6e61-45cc-9e8b-b1fc15882816 resource provider aggregate not found [pid: 7|app: 0|req: 809/1554] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:24 2026] GET /v2.0/security-groups?tenant_id=4b0bf0938427488389c7e00509690301&name=default => generated 2925 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:43:24.500 8 INFO neutron.services.segments.plugin [-] Segment e6ba3364-6e61-45cc-9e8b-b1fc15882816 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6ba3364-6e61-45cc-9e8b-b1fc15882816 found for delete ", "request_id": "req-011926fa-17fc-49ad-9d28-542c641f637e"}]} 2026-06-04 20:43:24.510 8 INFO neutron.services.segments.plugin [-] Segment e6ba3364-6e61-45cc-9e8b-b1fc15882816 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6ba3364-6e61-45cc-9e8b-b1fc15882816 found for delete ", "request_id": "req-b1b77b79-a6b1-428d-8ebf-7716fd6c3627"}]} 2026-06-04 20:43:24.515 8 INFO neutron.db.l3_hamode_db [None req-8285ef36-e264-4d17-a872-d54b61902d8f 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] HA network aba82bae-cf9c-416d-aa35-55d465674cee was deleted as no HA routers are present in tenant acdcfaefc3af4881bc257be5f171f24b. [pid: 8|app: 0|req: 746/1555] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:43:23 2026] DELETE /v2.0/routers/70e70d95-ae2f-4127-8145-f47dd58b93e4 => generated 0 bytes in 951 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1556] 10.0.0.104 () {32 vars in 682 bytes} [Thu Jun 4 20:43:24 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1557] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:24 2026] GET /v2.0/ports?device_id=ca4d4b61-28de-466f-8824-b339b5f2e223 => generated 1010 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1558] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:24 2026] DELETE /v2.0/security-groups/5fe70a96-b14c-4c15-a007-8398461b6e3d => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1559] 10.0.0.104 () {32 vars in 668 bytes} [Thu Jun 4 20:43:24 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1560] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:43:24 2026] DELETE /v2.0/subnets/3c88a6b7-480b-40c8-afa9-33b2cc5c6c95 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1561] 10.0.0.49 () {34 vars in 1119 bytes} [Thu Jun 4 20:43:24 2026] GET /v2.0/security-groups?id=a5d29989-0745-4114-ad09-3abbae6f7781&id=7a341fc5-ebda-4ce8-a0eb-4d55d41f0122&fields=id&fields=name => generated 206 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1562] 10.0.0.104 () {32 vars in 682 bytes} [Thu Jun 4 20:43:24 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:43:24.900 7 INFO neutron_taas.services.taas.taas_plugin [None req-db138867-b60c-4c55-ab69-918e97e175c4 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: 9bc05163-0cfd-4037-a4b4-13d7f648792e 2026-06-04 20:43:24.908 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db138867-b60c-4c55-ab69-918e97e175c4 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: 9bc05163-0cfd-4037-a4b4-13d7f648792e [pid: 8|app: 0|req: 750/1563] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:24 2026] GET /v2.0/security-groups?tenant_id=2961f1c2dc894eb68eb7fd8db9bcdc86&name=default => generated 2925 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:43:25.205 7 INFO neutron.services.segments.plugin [-] Segment a170c4ab-8a17-46ad-ac66-7602d3c2dd77 resource provider aggregate not found 2026-06-04 20:43:25.213 7 INFO neutron.services.segments.plugin [-] Segment a170c4ab-8a17-46ad-ac66-7602d3c2dd77 resource provider aggregate not found 2026-06-04 20:43:25.235 7 INFO neutron.services.segments.plugin [-] Segment a170c4ab-8a17-46ad-ac66-7602d3c2dd77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a170c4ab-8a17-46ad-ac66-7602d3c2dd77 found for delete ", "request_id": "req-5e5928e9-67c7-4ce3-99fe-41bb588d45f9"}]} 2026-06-04 20:43:25.237 7 INFO neutron.services.segments.plugin [-] Segment a170c4ab-8a17-46ad-ac66-7602d3c2dd77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a170c4ab-8a17-46ad-ac66-7602d3c2dd77 found for delete ", "request_id": "req-c5a7782a-5011-404c-a3fa-fac49b28a315"}]} [pid: 7|app: 0|req: 814/1564] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:43:24 2026] DELETE /v2.0/networks/6301e1ac-ff65-4062-bb85-f2973009b15c => generated 0 bytes in 458 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1565] 10.0.0.104 () {32 vars in 678 bytes} [Thu Jun 4 20:43:25 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1566] 10.0.0.104 () {32 vars in 736 bytes} [Thu Jun 4 20:43:25 2026] GET /v2.0/ports?device_id=ca4d4b61-28de-466f-8824-b339b5f2e223 => generated 1279 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1567] 10.0.0.104 () {32 vars in 690 bytes} [Thu Jun 4 20:43:25 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1568] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:25 2026] DELETE /v2.0/security-groups/d14f65eb-b366-41d2-8842-b917968def18 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1569] 10.0.0.104 () {32 vars in 858 bytes} [Thu Jun 4 20:43:25 2026] GET /v2.0/floatingips?floating_network_id=95b043d3-9e81-4c46-a322-6a27b92313ef&port_id=70cfc757-2aea-4eef-a6d2-99d3acee2139 => generated 860 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1570] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:25 2026] GET /v2.0/security-groups?tenant_id=acdcfaefc3af4881bc257be5f171f24b&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1571] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:25 2026] DELETE /v2.0/security-groups/d59de380-97f4-41aa-b365-24c3f2908e37 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:43:25.585 8 INFO neutron_taas.services.taas.taas_plugin [None req-23e07002-ead7-4772-9f1b-2a71ac4c99ff da1e2fbd6ef942a3a3d4df0fa158d6ef fc427435cb904f25bf10b9d612b691fd - - default default] TaaS: Handle Delete Port: 57ee42b3-0462-4a4c-a545-b846aba5dd30 2026-06-04 20:43:25.591 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23e07002-ead7-4772-9f1b-2a71ac4c99ff da1e2fbd6ef942a3a3d4df0fa158d6ef fc427435cb904f25bf10b9d612b691fd - - default default] Tap Mirror: Handle Delete Port: 57ee42b3-0462-4a4c-a545-b846aba5dd30 [pid: 8|app: 0|req: 754/1572] 10.0.0.104 () {32 vars in 720 bytes} [Thu Jun 4 20:43:25 2026] DELETE /v2.0/ports/57ee42b3-0462-4a4c-a545-b846aba5dd30 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:43:25.846 7 INFO neutron_taas.services.taas.taas_plugin [None req-298785f5-4d18-448c-9b4c-1f367da20acb da1e2fbd6ef942a3a3d4df0fa158d6ef fc427435cb904f25bf10b9d612b691fd - - default default] TaaS: Handle Delete Port: aa6aa792-5204-48f3-8289-68362a7d7c5b 2026-06-04 20:43:25.851 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-298785f5-4d18-448c-9b4c-1f367da20acb da1e2fbd6ef942a3a3d4df0fa158d6ef fc427435cb904f25bf10b9d612b691fd - - default default] Tap Mirror: Handle Delete Port: aa6aa792-5204-48f3-8289-68362a7d7c5b [pid: 7|app: 0|req: 819/1575] 10.0.0.104 () {32 vars in 720 bytes} [Thu Jun 4 20:43:25 2026] DELETE /v2.0/ports/aa6aa792-5204-48f3-8289-68362a7d7c5b => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:43:26.152 8 INFO neutron_taas.services.taas.taas_plugin [None req-5396f02e-e251-41d2-a723-3300cf13bcc3 da1e2fbd6ef942a3a3d4df0fa158d6ef fc427435cb904f25bf10b9d612b691fd - - default default] TaaS: Handle Delete Port: 36d815e4-bd1f-48c4-8125-6b45505f6d8d 2026-06-04 20:43:26.155 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5396f02e-e251-41d2-a723-3300cf13bcc3 da1e2fbd6ef942a3a3d4df0fa158d6ef fc427435cb904f25bf10b9d612b691fd - - default default] Tap Mirror: Handle Delete Port: 36d815e4-bd1f-48c4-8125-6b45505f6d8d [pid: 7|app: 0|req: 820/1576] 10.0.0.68 () {34 vars in 989 bytes} [Thu Jun 4 20:43:26 2026] GET /v2.0/ports?device_id=ca4d4b61-28de-466f-8824-b339b5f2e223 => generated 1279 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1577] 10.0.0.104 () {32 vars in 720 bytes} [Thu Jun 4 20:43:25 2026] DELETE /v2.0/ports/36d815e4-bd1f-48c4-8125-6b45505f6d8d => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1578] 10.0.0.68 () {34 vars in 1119 bytes} [Thu Jun 4 20:43:26 2026] GET /v2.0/security-groups?id=a5d29989-0745-4114-ad09-3abbae6f7781&id=7a341fc5-ebda-4ce8-a0eb-4d55d41f0122&fields=id&fields=name => generated 206 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:43:26.410 8 INFO neutron_taas.services.taas.taas_plugin [None req-4456ffad-f77c-4882-beaa-1769002e1ee2 da1e2fbd6ef942a3a3d4df0fa158d6ef fc427435cb904f25bf10b9d612b691fd - - default default] TaaS: Handle Delete Port: d7caf43d-b7e4-4795-9cca-6ed55eb708d0 2026-06-04 20:43:26.415 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4456ffad-f77c-4882-beaa-1769002e1ee2 da1e2fbd6ef942a3a3d4df0fa158d6ef fc427435cb904f25bf10b9d612b691fd - - default default] Tap Mirror: Handle Delete Port: d7caf43d-b7e4-4795-9cca-6ed55eb708d0 [pid: 8|app: 0|req: 758/1579] 10.0.0.104 () {32 vars in 720 bytes} [Thu Jun 4 20:43:26 2026] DELETE /v2.0/ports/d7caf43d-b7e4-4795-9cca-6ed55eb708d0 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:43:26.668 7 INFO neutron_taas.services.taas.taas_plugin [None req-29a98b17-60cf-4213-986d-f33e96b1bed3 da1e2fbd6ef942a3a3d4df0fa158d6ef fc427435cb904f25bf10b9d612b691fd - - default default] TaaS: Handle Delete Port: b5e400bc-9f1f-4bb7-ac6d-4ef4d3483597 2026-06-04 20:43:26.672 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29a98b17-60cf-4213-986d-f33e96b1bed3 da1e2fbd6ef942a3a3d4df0fa158d6ef fc427435cb904f25bf10b9d612b691fd - - default default] Tap Mirror: Handle Delete Port: b5e400bc-9f1f-4bb7-ac6d-4ef4d3483597 [pid: 7|app: 0|req: 822/1580] 10.0.0.104 () {32 vars in 720 bytes} [Thu Jun 4 20:43:26 2026] DELETE /v2.0/ports/b5e400bc-9f1f-4bb7-ac6d-4ef4d3483597 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:43:26.928 8 INFO neutron.services.segments.plugin [-] Segment c78b8633-b34a-4150-aaca-6b85c20b860b resource provider aggregate not found 2026-06-04 20:43:26.930 8 INFO neutron.services.segments.plugin [-] Segment c78b8633-b34a-4150-aaca-6b85c20b860b resource provider aggregate not found 2026-06-04 20:43:26.957 8 INFO neutron.services.segments.plugin [-] Segment c78b8633-b34a-4150-aaca-6b85c20b860b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c78b8633-b34a-4150-aaca-6b85c20b860b found for delete ", "request_id": "req-3ce4821a-4e81-4d94-a46b-d17877fed2b3"}]} 2026-06-04 20:43:26.966 8 INFO neutron.services.segments.plugin [-] Segment c78b8633-b34a-4150-aaca-6b85c20b860b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c78b8633-b34a-4150-aaca-6b85c20b860b found for delete ", "request_id": "req-61fd338e-c4bb-434a-bffb-21409949806d"}]} [pid: 8|app: 0|req: 759/1581] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:43:26 2026] DELETE /v2.0/networks/8800a4ac-54c9-4d22-b16a-fb64d13ea4d8 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1582] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:43:26 2026] DELETE /v2.0/networks/b57b35a9-8b7f-45ba-aaaa-d6f1386a7729 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:43:27.264 7 INFO neutron.services.segments.plugin [-] Segment 3601dd61-63fc-418c-a474-6cc89bf27600 resource provider aggregate not found 2026-06-04 20:43:27.274 7 INFO neutron.services.segments.plugin [-] Segment 3601dd61-63fc-418c-a474-6cc89bf27600 resource provider aggregate not found 2026-06-04 20:43:27.280 7 INFO neutron.services.segments.plugin [-] Segment 3601dd61-63fc-418c-a474-6cc89bf27600 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3601dd61-63fc-418c-a474-6cc89bf27600 found for delete ", "request_id": "req-4a86911a-3691-4fa3-96a0-9de5f0fd0b5b"}]} 2026-06-04 20:43:27.303 7 INFO neutron.services.segments.plugin [-] Segment 3601dd61-63fc-418c-a474-6cc89bf27600 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3601dd61-63fc-418c-a474-6cc89bf27600 found for delete ", "request_id": "req-703868a1-a644-4f99-9f16-08072a9e5ec4"}]} [pid: 8|app: 0|req: 760/1583] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:43:27 2026] DELETE /v2.0/networks/c353ba67-6b39-4773-b651-74b6aafa6b24 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1584] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:43:27 2026] DELETE /v2.0/networks/4812d772-4b33-4af2-ba1c-d3eda131e627 => 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: 761/1585] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:43:27 2026] DELETE /v2.0/networks/f90a53bc-67ad-400e-abff-8654f6dc9cf4 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1586] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:28 2026] GET /v2.0/security-groups?tenant_id=03f70343a45e4d43bca9ed47ac9cdb52&name=default => generated 2925 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:43:28.979 8 INFO neutron.services.segments.plugin [-] Segment 6f99ab0d-bd72-4283-af46-7a9e561d4e95 resource provider aggregate not found 2026-06-04 20:43:28.997 8 INFO neutron.services.segments.plugin [-] Segment 6f99ab0d-bd72-4283-af46-7a9e561d4e95 resource provider aggregate not found [pid: 7|app: 0|req: 826/1587] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:28 2026] GET /v2.0/ports?device_id=ca4d4b61-28de-466f-8824-b339b5f2e223 => generated 1010 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:43:29.003 8 INFO neutron.services.segments.plugin [-] Segment 6f99ab0d-bd72-4283-af46-7a9e561d4e95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f99ab0d-bd72-4283-af46-7a9e561d4e95 found for delete ", "request_id": "req-c9da5da8-3c13-45c6-b386-9d4d456ef23f"}]} [pid: 8|app: 0|req: 762/1588] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:28 2026] DELETE /v2.0/security-groups/2de80ba1-ba54-4420-be70-7e5675245a08 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:43:29.027 8 INFO neutron.services.segments.plugin [-] Segment 33e0f0a3-9611-44ed-a2d2-076664f97e76 resource provider aggregate not found 2026-06-04 20:43:29.028 8 INFO neutron.services.segments.plugin [-] Segment 6f99ab0d-bd72-4283-af46-7a9e561d4e95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f99ab0d-bd72-4283-af46-7a9e561d4e95 found for delete ", "request_id": "req-17c94c93-3422-42dc-a4e7-a606637a9b7c"}]} 2026-06-04 20:43:29.050 8 INFO neutron.services.segments.plugin [-] Segment 33e0f0a3-9611-44ed-a2d2-076664f97e76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33e0f0a3-9611-44ed-a2d2-076664f97e76 found for delete ", "request_id": "req-e61e44ba-0bb0-4c33-b42a-bfcadf431d31"}]} 2026-06-04 20:43:29.059 8 INFO neutron.services.segments.plugin [-] Segment 33e0f0a3-9611-44ed-a2d2-076664f97e76 resource provider aggregate not found [pid: 7|app: 0|req: 827/1589] 10.0.0.49 () {34 vars in 1119 bytes} [Thu Jun 4 20:43:29 2026] GET /v2.0/security-groups?id=a5d29989-0745-4114-ad09-3abbae6f7781&id=7a341fc5-ebda-4ce8-a0eb-4d55d41f0122&fields=id&fields=name => generated 206 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:43:29.077 8 INFO neutron.services.segments.plugin [-] Segment 33e0f0a3-9611-44ed-a2d2-076664f97e76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33e0f0a3-9611-44ed-a2d2-076664f97e76 found for delete ", "request_id": "req-0ee26e66-596c-4d37-9dd4-dfa4a011d091"}]} [pid: 8|app: 0|req: 763/1590] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:29 2026] GET /v2.0/security-groups?tenant_id=fc427435cb904f25bf10b9d612b691fd&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1591] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:29 2026] DELETE /v2.0/security-groups/11a3224a-68ed-4b03-aef4-00e08acb948c => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:43:29.304 7 INFO neutron.services.segments.plugin [-] Segment 1cdbe8df-aa8a-4d91-901c-fa5f8f900f04 resource provider aggregate not found 2026-06-04 20:43:29.321 7 INFO neutron.services.segments.plugin [-] Segment 1cdbe8df-aa8a-4d91-901c-fa5f8f900f04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cdbe8df-aa8a-4d91-901c-fa5f8f900f04 found for delete ", "request_id": "req-4cb95c7f-8453-40bb-b061-3f7b54ce1fab"}]} 2026-06-04 20:43:29.331 7 INFO neutron.services.segments.plugin [-] Segment 1cdbe8df-aa8a-4d91-901c-fa5f8f900f04 resource provider aggregate not found 2026-06-04 20:43:29.353 7 INFO neutron.services.segments.plugin [-] Segment 1cdbe8df-aa8a-4d91-901c-fa5f8f900f04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cdbe8df-aa8a-4d91-901c-fa5f8f900f04 found for delete ", "request_id": "req-c2baf72c-7075-4300-84d4-bf3ba10f7e67"}]} [pid: 8|app: 0|req: 764/1592] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:29 2026] GET /v2.0/security-groups?tenant_id=407d672303f64415924ee0ddb76172fc&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1593] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:29 2026] DELETE /v2.0/security-groups/eca2da49-eace-4ba6-a979-46ff1c0c310e => 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: 830/1594] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:30 2026] GET /v2.0/ports?device_id=ca4d4b61-28de-466f-8824-b339b5f2e223 => generated 1010 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:43:30.213 8 WARNING keystonemiddleware.audit [None req-584e0899-7272-4ac1-bf33-544989fcd1b0 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Skipping service tempest-service-2034916253 as it have no endpoints. [pid: 7|app: 0|req: 831/1595] 10.0.0.49 () {34 vars in 1119 bytes} [Thu Jun 4 20:43:30 2026] GET /v2.0/security-groups?id=a5d29989-0745-4114-ad09-3abbae6f7781&id=7a341fc5-ebda-4ce8-a0eb-4d55d41f0122&fields=id&fields=name => generated 206 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1596] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:29 2026] GET /v2.0/security-groups?tenant_id=06c0317e24844826b701b14918988ddf&name=default => generated 2925 bytes in 517 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:43:30.363 7 WARNING keystonemiddleware.audit [req-5e490069-10e7-4b1d-aa2e-87fbc2ef47d6 req-562cc76d-9d48-412f-952e-215f4fcb147b b89af839779744518ce39936088373d3 b30cc430e6fd4433b84e57adcd43247d - - default default] Skipping service tempest-service-2034916253 as it have no endpoints. [pid: 7|app: 0|req: 832/1597] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:30 2026] DELETE /v2.0/security-groups/f94a75da-4eef-402a-8a41-0b7da631eb81 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:43:30.602 8 WARNING keystonemiddleware.audit [None req-f208e3fb-be1a-4469-8514-cf93c4a2c173 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Skipping service tempest-service-2034916253 as it have no endpoints. [pid: 8|app: 0|req: 766/1598] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:30 2026] GET /v2.0/security-groups?tenant_id=9263d3c291864903a7b32db8dc9c5cc5&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:43:30.740 7 WARNING keystonemiddleware.audit [None req-0a916819-9cb9-4a51-b9be-f9e0929ba796 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Skipping service tempest-service-2034916253 as it have no endpoints. [pid: 7|app: 0|req: 833/1599] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:30 2026] DELETE /v2.0/security-groups/f77a5296-d954-44a6-9859-bde49626898c => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1600] 199.204.45.57 () {34 vars in 993 bytes} [Thu Jun 4 20:43:31 2026] GET /v2.0/ports?device_id=ca4d4b61-28de-466f-8824-b339b5f2e223 => generated 1010 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1601] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:31 2026] GET /v2.0/ports?device_id=ca4d4b61-28de-466f-8824-b339b5f2e223 => generated 1010 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1602] 10.0.0.49 () {34 vars in 1119 bytes} [Thu Jun 4 20:43:31 2026] GET /v2.0/security-groups?id=a5d29989-0745-4114-ad09-3abbae6f7781&id=7a341fc5-ebda-4ce8-a0eb-4d55d41f0122&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:43:31.492 7 INFO neutron_taas.services.taas.taas_plugin [req-d96ce4cc-affa-4697-b10e-0b11590282d5 req-9118efe4-2c82-4908-a581-ae0afb84b4d9 b89af839779744518ce39936088373d3 b30cc430e6fd4433b84e57adcd43247d - - default default] TaaS: Handle Delete Port: 70cfc757-2aea-4eef-a6d2-99d3acee2139 2026-06-04 20:43:31.494 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d96ce4cc-affa-4697-b10e-0b11590282d5 req-9118efe4-2c82-4908-a581-ae0afb84b4d9 b89af839779744518ce39936088373d3 b30cc430e6fd4433b84e57adcd43247d - - default default] Tap Mirror: Handle Delete Port: 70cfc757-2aea-4eef-a6d2-99d3acee2139 2026-06-04 20:43:31.581 7 INFO neutron.db.l3_db [req-d96ce4cc-affa-4697-b10e-0b11590282d5 req-9118efe4-2c82-4908-a581-ae0afb84b4d9 b89af839779744518ce39936088373d3 b30cc430e6fd4433b84e57adcd43247d - - default default] Floating IP 6b22068c-9e80-4f92-9d8b-2a4208d71dd4 disassociated. External IP: 10.96.250.207, port: 70cfc757-2aea-4eef-a6d2-99d3acee2139. [pid: 7|app: 0|req: 835/1603] 199.204.45.57 () {36 vars in 996 bytes} [Thu Jun 4 20:43:31 2026] DELETE /v2.0/ports/70cfc757-2aea-4eef-a6d2-99d3acee2139 => generated 0 bytes in 512 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:43:31.931 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-045df789-dcec-4d9f-8a24-85845974cfad'] response: {'server_uuid': 'ca4d4b61-28de-466f-8824-b339b5f2e223', 'name': 'network-vif-deleted', 'tag': '70cfc757-2aea-4eef-a6d2-99d3acee2139', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 769/1604] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:31 2026] GET /v2.0/security-groups?tenant_id=10493f63643a47058ab510412a0212e7&name=default => generated 2925 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1605] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:32 2026] DELETE /v2.0/security-groups/57d18902-b8ea-47d9-bec7-b8bdc809f051 => 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: 770/1606] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:32 2026] GET /v2.0/security-groups?tenant_id=f9b98381b7d04f2683eb142df1c8e230&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1607] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:32 2026] DELETE /v2.0/security-groups/9303aead-507e-4c84-b043-573b3bbe7441 => 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: 771/1608] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:32 2026] GET /v2.0/ports?device_id=ca4d4b61-28de-466f-8824-b339b5f2e223 => 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: 838/1609] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:33 2026] GET /v2.0/security-groups?tenant_id=66f6a9f2693c45fe940cdc78ee0a789a&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1610] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:33 2026] GET /v2.0/ports?device_id=ca4d4b61-28de-466f-8824-b339b5f2e223 => 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: 772/1611] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:33 2026] DELETE /v2.0/security-groups/8830bbf9-8eec-4924-90c6-5d9cec6d4ed9 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:43:34.688 7 INFO neutron.db.segments_db [None req-d7096334-f9ea-43e0-bf1d-c27792e0600a e2293fd91fd24398b2912f7393454f3b 07e179af25f84436bf5e26881225c091 - - default default] Added segment a763b689-0b71-4454-b22c-446862b80d31 of type vxlan for network 10f3be34-b933-4516-a3b8-4b0228b50ef2 [pid: 8|app: 0|req: 773/1612] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:43:34 2026] GET /v2.0/ports?device_id=ca4d4b61-28de-466f-8824-b339b5f2e223 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:43:34.952 7 INFO neutron.db.l3_hamode_db [None req-d7096334-f9ea-43e0-bf1d-c27792e0600a e2293fd91fd24398b2912f7393454f3b 07e179af25f84436bf5e26881225c091 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 20:43:35.088 7 INFO neutron.db.l3_hamode_db [None req-d7096334-f9ea-43e0-bf1d-c27792e0600a e2293fd91fd24398b2912f7393454f3b 07e179af25f84436bf5e26881225c091 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 840/1613] 10.0.0.104 () {34 vars in 668 bytes} [Thu Jun 4 20:43:34 2026] POST /v2.0/routers => generated 474 bytes in 1287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:43:35.786 8 INFO neutron.db.l3_hamode_db [None req-7e80958d-be94-4551-8de9-67febea5bbcc e2293fd91fd24398b2912f7393454f3b 07e179af25f84436bf5e26881225c091 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 20:43:35.926 8 INFO neutron.db.l3_hamode_db [None req-7e80958d-be94-4551-8de9-67febea5bbcc e2293fd91fd24398b2912f7393454f3b 07e179af25f84436bf5e26881225c091 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 841/1614] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:35 2026] DELETE /v2.0/security-groups/a5d29989-0745-4114-ad09-3abbae6f7781 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:43:36.017 7 INFO neutron.api.v2.resource [None req-19d58150-fa5f-4b99-a653-dda8cf76407a b89af839779744518ce39936088373d3 b30cc430e6fd4433b84e57adcd43247d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 842/1615] 10.0.0.104 () {32 vars in 737 bytes} [Thu Jun 4 20:43:36 2026] GET /v2.0/security-groups/a5d29989-0745-4114-ad09-3abbae6f7781 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:43:36.138 7 INFO neutron_taas.services.taas.taas_plugin [None req-9013815a-c8ee-4bc2-ac9e-f7e3b00f99f6 b89af839779744518ce39936088373d3 b30cc430e6fd4433b84e57adcd43247d - - default default] TaaS: Handle Delete Port: 07eabe20-18c6-48a1-94e7-da2be84b480c 2026-06-04 20:43:36.141 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9013815a-c8ee-4bc2-ac9e-f7e3b00f99f6 b89af839779744518ce39936088373d3 b30cc430e6fd4433b84e57adcd43247d - - default default] Tap Mirror: Handle Delete Port: 07eabe20-18c6-48a1-94e7-da2be84b480c [pid: 8|app: 0|req: 774/1616] 10.0.0.104 () {34 vars in 668 bytes} [Thu Jun 4 20:43:35 2026] POST /v2.0/routers => generated 474 bytes in 844 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:43:36.622 8 INFO neutron.db.l3_hamode_db [None req-5306e5a3-962e-4085-ba81-3334f422c788 e2293fd91fd24398b2912f7393454f3b 07e179af25f84436bf5e26881225c091 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 20:43:36.768 8 INFO neutron.db.l3_hamode_db [None req-5306e5a3-962e-4085-ba81-3334f422c788 e2293fd91fd24398b2912f7393454f3b 07e179af25f84436bf5e26881225c091 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 843/1617] 10.0.0.104 () {32 vars in 732 bytes} [Thu Jun 4 20:43:36 2026] DELETE /v2.0/floatingips/6b22068c-9e80-4f92-9d8b-2a4208d71dd4 => generated 0 bytes in 846 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1618] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:36 2026] DELETE /v2.0/security-groups/7a341fc5-ebda-4ce8-a0eb-4d55d41f0122 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1619] 10.0.0.104 () {34 vars in 668 bytes} [Thu Jun 4 20:43:36 2026] POST /v2.0/routers => generated 474 bytes in 809 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:43:37.429 8 INFO neutron.db.l3_hamode_db [None req-d2a7742b-9343-4296-82e8-1903f7fea550 e2293fd91fd24398b2912f7393454f3b 07e179af25f84436bf5e26881225c091 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 20:43:37.429 7 INFO neutron_taas.services.taas.taas_plugin [None req-92a469e1-654a-4481-b4fc-516f67304a1a 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: 958c2454-84c5-4c67-850d-cafe0d64a240 2026-06-04 20:43:37.433 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92a469e1-654a-4481-b4fc-516f67304a1a 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: 958c2454-84c5-4c67-850d-cafe0d64a240 2026-06-04 20:43:37.540 8 INFO neutron.db.l3_hamode_db [None req-d2a7742b-9343-4296-82e8-1903f7fea550 e2293fd91fd24398b2912f7393454f3b 07e179af25f84436bf5e26881225c091 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 845/1620] 10.0.0.104 () {34 vars in 789 bytes} [Thu Jun 4 20:43:37 2026] PUT /v2.0/routers/de283dff-60a5-45b1-9702-14f2e789bc21/remove_router_interface => generated 309 bytes in 971 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1621] 10.0.0.104 () {34 vars in 668 bytes} [Thu Jun 4 20:43:37 2026] POST /v2.0/routers => generated 474 bytes in 741 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:43:38.194 8 INFO neutron.db.l3_hamode_db [None req-893237a9-6aaa-4ec0-8fce-24e5a30a9a40 e2293fd91fd24398b2912f7393454f3b 07e179af25f84436bf5e26881225c091 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 20:43:38.312 7 INFO neutron_taas.services.taas.taas_plugin [None req-b186111d-da11-4999-b053-30018a49b822 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: 32b7322f-1fd6-4ac9-a9bc-fe0b3a62776f 2026-06-04 20:43:38.315 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b186111d-da11-4999-b053-30018a49b822 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: 32b7322f-1fd6-4ac9-a9bc-fe0b3a62776f 2026-06-04 20:43:38.321 8 INFO neutron.db.l3_hamode_db [None req-893237a9-6aaa-4ec0-8fce-24e5a30a9a40 e2293fd91fd24398b2912f7393454f3b 07e179af25f84436bf5e26881225c091 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 20:43:38.608 7 INFO neutron_taas.services.taas.taas_plugin [None req-b186111d-da11-4999-b053-30018a49b822 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: 60f16c5d-d2ea-4c30-bb4a-83832dfb1adc 2026-06-04 20:43:38.612 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b186111d-da11-4999-b053-30018a49b822 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: 60f16c5d-d2ea-4c30-bb4a-83832dfb1adc [pid: 8|app: 0|req: 777/1622] 10.0.0.104 () {34 vars in 668 bytes} [Thu Jun 4 20:43:38 2026] POST /v2.0/routers => generated 474 bytes in 797 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:43:38.945 7 INFO neutron.services.segments.plugin [-] Segment f72ae50c-97eb-4588-9239-81425412a1c5 resource provider aggregate not found 2026-06-04 20:43:38.957 7 INFO neutron.services.segments.plugin [-] Segment f72ae50c-97eb-4588-9239-81425412a1c5 resource provider aggregate not found 2026-06-04 20:43:38.973 7 INFO neutron.services.segments.plugin [-] Segment f72ae50c-97eb-4588-9239-81425412a1c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f72ae50c-97eb-4588-9239-81425412a1c5 found for delete ", "request_id": "req-fc901006-df3d-46f1-9cbd-15fced76bbbc"}]} 2026-06-04 20:43:38.979 7 INFO neutron.services.segments.plugin [-] Segment f72ae50c-97eb-4588-9239-81425412a1c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f72ae50c-97eb-4588-9239-81425412a1c5 found for delete ", "request_id": "req-c56fe22c-efc2-44f0-98c9-132f38a292a6"}]} 2026-06-04 20:43:38.981 7 INFO neutron.db.l3_hamode_db [None req-b186111d-da11-4999-b053-30018a49b822 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] HA network f5ebdbd7-fae3-42f9-bc53-9d253e2903b4 was deleted as no HA routers are present in tenant b30cc430e6fd4433b84e57adcd43247d. [pid: 7|app: 0|req: 846/1623] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:43:38 2026] DELETE /v2.0/routers/de283dff-60a5-45b1-9702-14f2e789bc21 => generated 0 bytes in 940 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1624] 10.0.0.104 () {34 vars in 751 bytes} [Thu Jun 4 20:43:38 2026] PUT /v2.0/routers/43b4eaba-0660-4839-8c67-b3d94ccd20f0/tags => generated 17 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1625] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:43:39 2026] DELETE /v2.0/subnets/f07e0473-8742-4a07-a1c7-e5aecd5eeac9 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1626] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:38 2026] GET /v2.0/security-groups?tenant_id=97d09e07d3e64daca458461146192822&name=default => generated 2925 bytes in 377 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1627] 10.0.0.104 () {34 vars in 751 bytes} [Thu Jun 4 20:43:39 2026] PUT /v2.0/routers/d8bd4cf5-6a2f-4381-a3ae-b0dbe57b7e9e/tags => generated 25 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:43:39.473 7 INFO neutron_taas.services.taas.taas_plugin [None req-f152ea20-a3f7-449b-ac55-3b15c5d5a009 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: 2e443088-6a43-47c3-9978-3b1855d23a6d 2026-06-04 20:43:39.476 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f152ea20-a3f7-449b-ac55-3b15c5d5a009 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: 2e443088-6a43-47c3-9978-3b1855d23a6d [pid: 8|app: 0|req: 779/1628] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:39 2026] GET /v2.0/security-groups?tenant_id=0be227145c51485b8734aa6e9e9ccf2b&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1629] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:39 2026] DELETE /v2.0/security-groups/a5c79d05-db8d-4ecc-b7f2-0d78dda62c06 => 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: 850/1630] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:43:39 2026] DELETE /v2.0/networks/66a9d453-032b-4c6f-9314-1098b65f180a => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1631] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:39 2026] DELETE /v2.0/security-groups/4a0be8ff-1ae9-4ff8-ab89-dbc96bb3067e => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1632] 10.0.0.104 () {34 vars in 751 bytes} [Thu Jun 4 20:43:39 2026] PUT /v2.0/routers/2de14455-1701-4111-a27d-479cca48316c/tags => generated 34 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1633] 10.0.0.104 () {34 vars in 751 bytes} [Thu Jun 4 20:43:39 2026] PUT /v2.0/routers/76122d23-e47c-415f-a166-46226d45b03f/tags => generated 19 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1634] 10.0.0.104 () {32 vars in 664 bytes} [Thu Jun 4 20:43:39 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1635] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:39 2026] GET /v2.0/security-groups?tenant_id=7d4d526c63ee46aab820798fc3f418bd&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:43:40.167 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b5f2729-4f5d-4f92-abed-43df6c4c06d5 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: 3b8c9b3d-dc94-4ee2-b6e8-a465d82900ed 2026-06-04 20:43:40.170 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b5f2729-4f5d-4f92-abed-43df6c4c06d5 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: 3b8c9b3d-dc94-4ee2-b6e8-a465d82900ed [pid: 8|app: 0|req: 785/1636] 10.0.0.104 () {32 vars in 678 bytes} [Thu Jun 4 20:43:40 2026] GET /v2.0/routers?tags=red%2Cblue => 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: 786/1637] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:40 2026] DELETE /v2.0/security-groups/6831ccb4-4c5c-4a7e-8408-cdb03f1dfabe => 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: 787/1638] 10.0.0.104 () {32 vars in 674 bytes} [Thu Jun 4 20:43:40 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1639] 10.0.0.104 () {32 vars in 686 bytes} [Thu Jun 4 20:43:40 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1640] 10.0.0.104 () {32 vars in 672 bytes} [Thu Jun 4 20:43:40 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1641] 10.0.0.104 () {32 vars in 686 bytes} [Thu Jun 4 20:43:40 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1642] 10.0.0.104 () {32 vars in 682 bytes} [Thu Jun 4 20:43:40 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1643] 10.0.0.104 () {34 vars in 789 bytes} [Thu Jun 4 20:43:39 2026] PUT /v2.0/routers/4d46b91e-239c-430e-a224-9305bbb0eb3c/remove_router_interface => generated 309 bytes in 998 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1644] 10.0.0.104 () {32 vars in 694 bytes} [Thu Jun 4 20:43:40 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1647] 10.0.0.104 () {32 vars in 721 bytes} [Thu Jun 4 20:43:40 2026] GET /v2.0/routers/43b4eaba-0660-4839-8c67-b3d94ccd20f0 => generated 485 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:43:40.970 7 INFO neutron_taas.services.taas.taas_plugin [None req-bb0940d7-c07c-418c-a002-5578afb5e8b3 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: 51b8db6f-828f-41a4-bee3-e7dfb4797b99 2026-06-04 20:43:40.973 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb0940d7-c07c-418c-a002-5578afb5e8b3 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: 51b8db6f-828f-41a4-bee3-e7dfb4797b99 2026-06-04 20:43:41.015 7 INFO neutron.services.segments.plugin [-] Segment 9f7f58b5-1c19-48d0-a41f-1b0f82a3a998 resource provider aggregate not found 2026-06-04 20:43:41.017 7 INFO neutron.services.segments.plugin [-] Segment 9f7f58b5-1c19-48d0-a41f-1b0f82a3a998 resource provider aggregate not found 2026-06-04 20:43:41.043 7 INFO neutron.services.segments.plugin [-] Segment 9f7f58b5-1c19-48d0-a41f-1b0f82a3a998 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f7f58b5-1c19-48d0-a41f-1b0f82a3a998 found for delete ", "request_id": "req-668ad788-af1d-4da8-8cb3-21097350c7a9"}]} 2026-06-04 20:43:41.045 7 INFO neutron.services.segments.plugin [-] Segment 9f7f58b5-1c19-48d0-a41f-1b0f82a3a998 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f7f58b5-1c19-48d0-a41f-1b0f82a3a998 found for delete ", "request_id": "req-07b9c872-fd9d-43cb-9847-4f20d25f44e0"}]} 2026-06-04 20:43:41.266 7 INFO neutron_taas.services.taas.taas_plugin [None req-bb0940d7-c07c-418c-a002-5578afb5e8b3 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: ea1c2c46-3ec0-4774-b710-fb65bf075661 2026-06-04 20:43:41.273 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb0940d7-c07c-418c-a002-5578afb5e8b3 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: ea1c2c46-3ec0-4774-b710-fb65bf075661 [pid: 8|app: 0|req: 796/1648] 10.0.0.104 () {34 vars in 742 bytes} [Thu Jun 4 20:43:40 2026] PUT /v2.0/routers/43b4eaba-0660-4839-8c67-b3d94ccd20f0 => generated 485 bytes in 644 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:43:41.642 7 INFO neutron.db.l3_hamode_db [None req-bb0940d7-c07c-418c-a002-5578afb5e8b3 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] HA network 22d31488-b93f-4827-ac37-31eb2c24aac9 was deleted as no HA routers are present in tenant b18882c07f76422a855e8664c0a2d698. [pid: 7|app: 0|req: 853/1649] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:43:40 2026] DELETE /v2.0/routers/4d46b91e-239c-430e-a224-9305bbb0eb3c => generated 0 bytes in 881 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1650] 10.0.0.104 () {32 vars in 736 bytes} [Thu Jun 4 20:43:41 2026] GET /v2.0/ports?device_id=43b4eaba-0660-4839-8c67-b3d94ccd20f0 => 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: 855/1651] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:43:41 2026] DELETE /v2.0/subnets/066bba8d-6e9a-4507-b154-a108bc55df7f => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:43:41.860 8 INFO neutron.db.segments_db [None req-57ece8f2-01d0-4c83-a812-3945daeb29ed 302decddd10b412195ec2ffd02b8410e df0f8340c2bc4255977f0a5373b830cd - - default default] Added segment 1a3b56ae-8b50-42c2-9af9-c80be954acbd of type vxlan for network 23bc95d7-baa1-4eec-8b0b-376986e05337 2026-06-04 20:43:41.906 8 INFO neutron.db.segments_db [None req-57ece8f2-01d0-4c83-a812-3945daeb29ed 302decddd10b412195ec2ffd02b8410e df0f8340c2bc4255977f0a5373b830cd - - default default] Added segment b42dda14-f0b5-4a52-a3cb-dedbd7acca86 of type vxlan for network e9d6023b-c5b7-42e8-a660-7b4abea1af7e 2026-06-04 20:43:42.006 7 INFO neutron_taas.services.taas.taas_plugin [None req-326c689e-32ad-42df-b41b-ac594033d7eb e2293fd91fd24398b2912f7393454f3b 07e179af25f84436bf5e26881225c091 - - default default] TaaS: Handle Delete Port: e536d555-7948-40ee-9c6a-3e8261b0cc55 2026-06-04 20:43:42.009 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-326c689e-32ad-42df-b41b-ac594033d7eb e2293fd91fd24398b2912f7393454f3b 07e179af25f84436bf5e26881225c091 - - default default] Tap Mirror: Handle Delete Port: e536d555-7948-40ee-9c6a-3e8261b0cc55 [pid: 8|app: 0|req: 797/1652] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:43:41 2026] POST /v2.0/networks => generated 1246 bytes in 524 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-04 20:43:42.139 8 INFO neutron_taas.services.taas.taas_plugin [None req-185f0d68-75f8-4e57-aab6-9c6d4aa28f81 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: aff20a95-a005-4112-891a-9d30d6082d67 2026-06-04 20:43:42.143 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-185f0d68-75f8-4e57-aab6-9c6d4aa28f81 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: aff20a95-a005-4112-891a-9d30d6082d67 [pid: 7|app: 0|req: 856/1653] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:43:41 2026] DELETE /v2.0/routers/43b4eaba-0660-4839-8c67-b3d94ccd20f0 => generated 0 bytes in 398 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1654] 10.0.0.104 () {32 vars in 649 bytes} [Thu Jun 4 20:43:42 2026] GET /v2.0/networks => generated 1845 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1655] 10.0.0.104 () {32 vars in 721 bytes} [Thu Jun 4 20:43:42 2026] GET /v2.0/routers/d8bd4cf5-6a2f-4381-a3ae-b0dbe57b7e9e => generated 493 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:43:42.376 8 INFO neutron.services.segments.plugin [-] Segment 6c9cf39f-344d-42e6-aee3-e0251ad6f48b resource provider aggregate not found 2026-06-04 20:43:42.379 8 INFO neutron.services.segments.plugin [-] Segment 6c9cf39f-344d-42e6-aee3-e0251ad6f48b resource provider aggregate not found 2026-06-04 20:43:42.401 8 INFO neutron.services.segments.plugin [-] Segment 6c9cf39f-344d-42e6-aee3-e0251ad6f48b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c9cf39f-344d-42e6-aee3-e0251ad6f48b found for delete ", "request_id": "req-c419474a-8bec-4a8c-ad20-6cae71927ce6"}]} [pid: 8|app: 0|req: 798/1656] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:43:42 2026] DELETE /v2.0/networks/0c18ad23-1853-4c1d-bfff-df0eed00f29b => generated 0 bytes in 378 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:43:42.417 8 INFO neutron.services.segments.plugin [-] Segment 6c9cf39f-344d-42e6-aee3-e0251ad6f48b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c9cf39f-344d-42e6-aee3-e0251ad6f48b found for delete ", "request_id": "req-174f76e4-b1d3-4022-8c5e-89670172119a"}]} [pid: 7|app: 0|req: 859/1657] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:43:42 2026] DELETE /v2.0/networks/23bc95d7-baa1-4eec-8b0b-376986e05337 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1658] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:43:42 2026] DELETE /v2.0/networks/e9d6023b-c5b7-42e8-a660-7b4abea1af7e => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1659] 10.0.0.104 () {32 vars in 649 bytes} [Thu Jun 4 20:43:42 2026] GET /v2.0/networks => generated 651 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:43:42.751 7 INFO neutron.db.segments_db [None req-855455fc-7d72-4cf6-9b33-85b11a2420a5 302decddd10b412195ec2ffd02b8410e df0f8340c2bc4255977f0a5373b830cd - - default default] Added segment 9753b970-bae8-4ddb-826e-66a7e3094093 of type vxlan for network 95dff2cb-189c-404b-8393-434831eea926 [pid: 7|app: 0|req: 862/1660] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:43:42 2026] POST /v2.0/networks => generated 654 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1661] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:42 2026] GET /v2.0/security-groups?tenant_id=b30cc430e6fd4433b84e57adcd43247d&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:43:42.927 7 INFO neutron.db.segments_db [None req-38689bac-9830-440f-904d-d636f376474f 302decddd10b412195ec2ffd02b8410e df0f8340c2bc4255977f0a5373b830cd - - default default] Added segment b07438d8-cf5d-467d-aa16-46810a226d93 of type vxlan for network f561dfdf-0f82-42ae-8a35-ef76840ea1c6 [pid: 7|app: 0|req: 864/1662] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:43:42 2026] POST /v2.0/networks => generated 654 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:43:43.074 7 INFO neutron.services.segments.plugin [-] Segment 3205203d-8561-43ab-b3f1-4a2654d488c0 resource provider aggregate not found 2026-06-04 20:43:43.091 7 INFO neutron.services.segments.plugin [-] Segment 3205203d-8561-43ab-b3f1-4a2654d488c0 resource provider aggregate not found 2026-06-04 20:43:43.099 7 INFO neutron.services.segments.plugin [-] Segment 3205203d-8561-43ab-b3f1-4a2654d488c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3205203d-8561-43ab-b3f1-4a2654d488c0 found for delete ", "request_id": "req-c807159c-e6c3-4d9e-99f6-b98ec8d0d6b5"}]} 2026-06-04 20:43:43.118 7 INFO neutron.services.segments.plugin [-] Segment 3205203d-8561-43ab-b3f1-4a2654d488c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3205203d-8561-43ab-b3f1-4a2654d488c0 found for delete ", "request_id": "req-c5135a37-71f1-4b41-8165-24beff72257a"}]} 2026-06-04 20:43:43.124 7 INFO neutron.services.segments.plugin [-] Segment 1a3b56ae-8b50-42c2-9af9-c80be954acbd resource provider aggregate not found 2026-06-04 20:43:43.137 7 INFO neutron.services.segments.plugin [-] Segment 1a3b56ae-8b50-42c2-9af9-c80be954acbd resource provider aggregate not found 2026-06-04 20:43:43.143 7 INFO neutron.services.segments.plugin [-] Segment 1a3b56ae-8b50-42c2-9af9-c80be954acbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a3b56ae-8b50-42c2-9af9-c80be954acbd found for delete ", "request_id": "req-66c52839-9138-46fe-9237-74a5da9f1b1d"}]} 2026-06-04 20:43:43.158 7 INFO neutron.services.segments.plugin [-] Segment b42dda14-f0b5-4a52-a3cb-dedbd7acca86 resource provider aggregate not found 2026-06-04 20:43:43.163 7 INFO neutron.services.segments.plugin [-] Segment 1a3b56ae-8b50-42c2-9af9-c80be954acbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a3b56ae-8b50-42c2-9af9-c80be954acbd found for delete ", "request_id": "req-6c887359-3dd7-4e38-b827-99ed5e1bf4df"}]} 2026-06-04 20:43:43.177 7 INFO neutron.services.segments.plugin [-] Segment b42dda14-f0b5-4a52-a3cb-dedbd7acca86 resource provider aggregate not found 2026-06-04 20:43:43.180 7 INFO neutron.services.segments.plugin [-] Segment b42dda14-f0b5-4a52-a3cb-dedbd7acca86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b42dda14-f0b5-4a52-a3cb-dedbd7acca86 found for delete ", "request_id": "req-bacfe8a4-9e45-45fa-96d2-78f2d5f22a48"}]} 2026-06-04 20:43:43.195 7 INFO neutron.services.segments.plugin [-] Segment b42dda14-f0b5-4a52-a3cb-dedbd7acca86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b42dda14-f0b5-4a52-a3cb-dedbd7acca86 found for delete ", "request_id": "req-ff3fc71e-0bca-4d14-b860-e69f0291c930"}]} [pid: 7|app: 0|req: 865/1663] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:43 2026] DELETE /v2.0/security-groups/52bf4077-8a61-4137-8cc5-836882f310ac => generated 0 bytes in 180 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1664] 10.0.0.104 () {34 vars in 742 bytes} [Thu Jun 4 20:43:42 2026] PUT /v2.0/routers/d8bd4cf5-6a2f-4381-a3ae-b0dbe57b7e9e => generated 493 bytes in 1081 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1665] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:43 2026] GET /v2.0/security-groups?tenant_id=b18882c07f76422a855e8664c0a2d698&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: 801/1666] 10.0.0.104 () {32 vars in 736 bytes} [Thu Jun 4 20:43:43 2026] GET /v2.0/ports?device_id=d8bd4cf5-6a2f-4381-a3ae-b0dbe57b7e9e => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1667] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:43 2026] DELETE /v2.0/security-groups/5014fe87-88d4-45b8-ac8c-16d96e02c835 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:43:43.786 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a23f2c7-0618-48bd-952d-577e8dd06ac6 e2293fd91fd24398b2912f7393454f3b 07e179af25f84436bf5e26881225c091 - - default default] TaaS: Handle Delete Port: 4bb0d5b3-dc73-4c25-ae38-f18b2c321939 2026-06-04 20:43:43.789 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a23f2c7-0618-48bd-952d-577e8dd06ac6 e2293fd91fd24398b2912f7393454f3b 07e179af25f84436bf5e26881225c091 - - default default] Tap Mirror: Handle Delete Port: 4bb0d5b3-dc73-4c25-ae38-f18b2c321939 [pid: 7|app: 0|req: 866/1668] 10.0.0.104 () {34 vars in 665 bytes} [Thu Jun 4 20:43:43 2026] POST /v2.0/ports => generated 1506 bytes in 612 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: 867/1669] 10.0.0.104 () {32 vars in 643 bytes} [Thu Jun 4 20:43:43 2026] GET /v2.0/ports => generated 1506 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:43:43.976 7 INFO neutron_taas.services.taas.taas_plugin [None req-484fa2a6-22a5-42fa-9e0e-140e545c57a0 302decddd10b412195ec2ffd02b8410e df0f8340c2bc4255977f0a5373b830cd - - default default] TaaS: Handle Delete Port: 3a83f4aa-fc40-4bc1-967b-0474115c5ebb 2026-06-04 20:43:43.980 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-484fa2a6-22a5-42fa-9e0e-140e545c57a0 302decddd10b412195ec2ffd02b8410e df0f8340c2bc4255977f0a5373b830cd - - default default] Tap Mirror: Handle Delete Port: 3a83f4aa-fc40-4bc1-967b-0474115c5ebb [pid: 8|app: 0|req: 803/1670] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:43:43 2026] DELETE /v2.0/routers/d8bd4cf5-6a2f-4381-a3ae-b0dbe57b7e9e => generated 0 bytes in 361 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1671] 10.0.0.104 () {32 vars in 721 bytes} [Thu Jun 4 20:43:43 2026] GET /v2.0/routers/2de14455-1701-4111-a27d-479cca48316c => generated 502 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1672] 10.0.0.104 () {32 vars in 720 bytes} [Thu Jun 4 20:43:43 2026] DELETE /v2.0/ports/3a83f4aa-fc40-4bc1-967b-0474115c5ebb => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:43:44.175 7 INFO neutron_taas.services.taas.taas_plugin [None req-d38f7731-80ef-4e7f-9fbd-a0b2ce51a092 302decddd10b412195ec2ffd02b8410e df0f8340c2bc4255977f0a5373b830cd - - default default] TaaS: Handle Delete Port: c0daaba5-366f-46c5-9831-1dd7bbbd07a8 2026-06-04 20:43:44.180 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d38f7731-80ef-4e7f-9fbd-a0b2ce51a092 302decddd10b412195ec2ffd02b8410e df0f8340c2bc4255977f0a5373b830cd - - default default] Tap Mirror: Handle Delete Port: c0daaba5-366f-46c5-9831-1dd7bbbd07a8 [pid: 7|app: 0|req: 869/1673] 10.0.0.104 () {32 vars in 720 bytes} [Thu Jun 4 20:43:44 2026] DELETE /v2.0/ports/c0daaba5-366f-46c5-9831-1dd7bbbd07a8 => 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: 870/1674] 10.0.0.104 () {32 vars in 643 bytes} [Thu Jun 4 20:43:44 2026] GET /v2.0/ports => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:43:44.345 7 INFO neutron.db.segments_db [None req-f7186ba6-c348-4d7e-997f-e5690faaba2d 302decddd10b412195ec2ffd02b8410e df0f8340c2bc4255977f0a5373b830cd - - default default] Added segment 21e94d2e-2115-47a5-8f2f-e74877cf39ef of type vxlan for network 79867f73-4d16-4cd8-88fd-8f4b35eae4b6 [pid: 7|app: 0|req: 871/1675] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:43:44 2026] POST /v2.0/networks => generated 654 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:43:44.498 7 INFO neutron.db.segments_db [None req-972fc24a-327d-4162-8431-b531844c776d 302decddd10b412195ec2ffd02b8410e df0f8340c2bc4255977f0a5373b830cd - - default default] Added segment d369ae6c-eaab-4783-89a3-5e624ae385a1 of type vxlan for network d9d9a07c-ad0a-4c6b-9e05-0767bb30c2e7 [pid: 8|app: 0|req: 805/1676] 10.0.0.104 () {34 vars in 742 bytes} [Thu Jun 4 20:43:44 2026] PUT /v2.0/routers/2de14455-1701-4111-a27d-479cca48316c => generated 502 bytes in 479 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1677] 10.0.0.104 () {32 vars in 736 bytes} [Thu Jun 4 20:43:44 2026] GET /v2.0/ports?device_id=2de14455-1701-4111-a27d-479cca48316c => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1678] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:43:44 2026] POST /v2.0/networks => generated 653 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:43:44.743 8 INFO neutron_taas.services.taas.taas_plugin [None req-1bc28ce5-dba7-47f9-9ee3-4fc20a527ad2 e2293fd91fd24398b2912f7393454f3b 07e179af25f84436bf5e26881225c091 - - default default] TaaS: Handle Delete Port: 1d6d3717-4c71-4512-af12-3a0ed6652e89 2026-06-04 20:43:44.746 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1bc28ce5-dba7-47f9-9ee3-4fc20a527ad2 e2293fd91fd24398b2912f7393454f3b 07e179af25f84436bf5e26881225c091 - - default default] Tap Mirror: Handle Delete Port: 1d6d3717-4c71-4512-af12-3a0ed6652e89 [pid: 8|app: 0|req: 807/1679] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:43:44 2026] DELETE /v2.0/routers/2de14455-1701-4111-a27d-479cca48316c => generated 0 bytes in 392 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1680] 10.0.0.104 () {32 vars in 721 bytes} [Thu Jun 4 20:43:44 2026] GET /v2.0/routers/76122d23-e47c-415f-a166-46226d45b03f => generated 487 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1681] 10.0.0.104 () {34 vars in 742 bytes} [Thu Jun 4 20:43:45 2026] PUT /v2.0/routers/76122d23-e47c-415f-a166-46226d45b03f => generated 487 bytes in 480 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1682] 10.0.0.104 () {32 vars in 736 bytes} [Thu Jun 4 20:43:45 2026] GET /v2.0/ports?device_id=76122d23-e47c-415f-a166-46226d45b03f => 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: 874/1683] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:43:45 2026] POST /v2.0/subnets => generated 1324 bytes in 550 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1684] 10.0.0.104 () {32 vars in 647 bytes} [Thu Jun 4 20:43:45 2026] GET /v2.0/subnets => generated 1960 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:43:45.731 8 INFO neutron_taas.services.taas.taas_plugin [None req-595a77ba-9a3d-46b1-b04e-399d9c7f8e80 e2293fd91fd24398b2912f7393454f3b 07e179af25f84436bf5e26881225c091 - - default default] TaaS: Handle Delete Port: 3da44a68-1382-4e9a-a7b6-9310e6adf755 2026-06-04 20:43:45.734 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-595a77ba-9a3d-46b1-b04e-399d9c7f8e80 e2293fd91fd24398b2912f7393454f3b 07e179af25f84436bf5e26881225c091 - - default default] Tap Mirror: Handle Delete Port: 3da44a68-1382-4e9a-a7b6-9310e6adf755 [pid: 7|app: 0|req: 876/1685] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:43:45 2026] DELETE /v2.0/subnets/03057cbc-311d-4532-890f-b1d6d83b37a7 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1686] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:43:45 2026] DELETE /v2.0/routers/76122d23-e47c-415f-a166-46226d45b03f => generated 0 bytes in 381 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1687] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:43:45 2026] DELETE /v2.0/subnets/aa02f8f0-f135-4acb-807d-b182c26adf27 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1688] 10.0.0.104 () {32 vars in 721 bytes} [Thu Jun 4 20:43:45 2026] GET /v2.0/routers/30dbde19-f328-4f1d-8e6a-b6290ee539d0 => generated 480 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1689] 10.0.0.104 () {32 vars in 647 bytes} [Thu Jun 4 20:43:46 2026] GET /v2.0/subnets => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:43:46.185 7 INFO neutron.services.segments.plugin [-] Segment d369ae6c-eaab-4783-89a3-5e624ae385a1 resource provider aggregate not found 2026-06-04 20:43:46.197 7 INFO neutron.services.segments.plugin [-] Segment d369ae6c-eaab-4783-89a3-5e624ae385a1 resource provider aggregate not found 2026-06-04 20:43:46.208 7 INFO neutron.services.segments.plugin [-] Segment d369ae6c-eaab-4783-89a3-5e624ae385a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d369ae6c-eaab-4783-89a3-5e624ae385a1 found for delete ", "request_id": "req-6eda978f-a16f-4c89-a4fe-47a8b2b0dbd2"}]} 2026-06-04 20:43:46.217 7 INFO neutron.services.segments.plugin [-] Segment d369ae6c-eaab-4783-89a3-5e624ae385a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d369ae6c-eaab-4783-89a3-5e624ae385a1 found for delete ", "request_id": "req-e0eafb64-9ff9-4810-9385-e0dd8b7080cb"}]} [pid: 7|app: 0|req: 879/1690] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:43:46 2026] DELETE /v2.0/networks/d9d9a07c-ad0a-4c6b-9e05-0767bb30c2e7 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1691] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:43:46 2026] DELETE /v2.0/networks/79867f73-4d16-4cd8-88fd-8f4b35eae4b6 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1692] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:43:46 2026] DELETE /v2.0/networks/f561dfdf-0f82-42ae-8a35-ef76840ea1c6 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1693] 10.0.0.104 () {34 vars in 742 bytes} [Thu Jun 4 20:43:46 2026] PUT /v2.0/routers/30dbde19-f328-4f1d-8e6a-b6290ee539d0 => generated 480 bytes in 519 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1694] 10.0.0.104 () {32 vars in 736 bytes} [Thu Jun 4 20:43:46 2026] GET /v2.0/ports?device_id=30dbde19-f328-4f1d-8e6a-b6290ee539d0 => 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: 882/1695] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:43:46 2026] DELETE /v2.0/networks/95dff2cb-189c-404b-8393-434831eea926 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:43:46.742 8 INFO neutron_taas.services.taas.taas_plugin [None req-28fc2aef-123a-4ab7-9737-83a3d0f4b84d e2293fd91fd24398b2912f7393454f3b 07e179af25f84436bf5e26881225c091 - - default default] TaaS: Handle Delete Port: 4c8fbfd8-a7b2-44a1-96c0-76443e580e75 2026-06-04 20:43:46.745 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28fc2aef-123a-4ab7-9737-83a3d0f4b84d e2293fd91fd24398b2912f7393454f3b 07e179af25f84436bf5e26881225c091 - - default default] Tap Mirror: Handle Delete Port: 4c8fbfd8-a7b2-44a1-96c0-76443e580e75 2026-06-04 20:43:47.074 8 INFO neutron.services.segments.plugin [-] Segment a763b689-0b71-4454-b22c-446862b80d31 resource provider aggregate not found 2026-06-04 20:43:47.079 8 INFO neutron.services.segments.plugin [-] Segment a763b689-0b71-4454-b22c-446862b80d31 resource provider aggregate not found 2026-06-04 20:43:47.092 8 INFO neutron.services.segments.plugin [-] Segment a763b689-0b71-4454-b22c-446862b80d31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a763b689-0b71-4454-b22c-446862b80d31 found for delete ", "request_id": "req-326f7d9f-b229-4177-b362-19d7e54834d3"}]} 2026-06-04 20:43:47.097 8 INFO neutron.services.segments.plugin [-] Segment a763b689-0b71-4454-b22c-446862b80d31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a763b689-0b71-4454-b22c-446862b80d31 found for delete ", "request_id": "req-d8f093c1-8d20-43e6-bed5-42e765ea867d"}]} [pid: 7|app: 0|req: 883/1696] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:46 2026] GET /v2.0/security-groups?tenant_id=d225a6112eb74d8da32f2d2dd0142169&name=default => generated 2925 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:43:47.104 8 INFO neutron.db.l3_hamode_db [None req-28fc2aef-123a-4ab7-9737-83a3d0f4b84d e2293fd91fd24398b2912f7393454f3b 07e179af25f84436bf5e26881225c091 - - default default] HA network 10f3be34-b933-4516-a3b8-4b0228b50ef2 was deleted as no HA routers are present in tenant 07e179af25f84436bf5e26881225c091. [pid: 8|app: 0|req: 814/1697] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:43:46 2026] DELETE /v2.0/routers/30dbde19-f328-4f1d-8e6a-b6290ee539d0 => 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: 815/1698] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:47 2026] DELETE /v2.0/security-groups/dedbe9b6-a458-447d-a890-65b0e7ad633b => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1699] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:47 2026] GET /v2.0/security-groups?tenant_id=df0f8340c2bc4255977f0a5373b830cd&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: 816/1700] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:47 2026] DELETE /v2.0/security-groups/584259ea-4a87-464c-a2db-9b509ef195bb => 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: 885/1701] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:47 2026] GET /v2.0/security-groups?tenant_id=a1b4b5e80ee344e2a58dcc207924196e&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1702] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:47 2026] DELETE /v2.0/security-groups/fe59cebb-ba74-45a2-8e79-04cb3300da6a => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1703] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:47 2026] GET /v2.0/security-groups?tenant_id=1be4d4ce4a424698948bd3875a66266a&name=default => generated 2925 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:43:48.229 7 INFO neutron.services.segments.plugin [-] Segment 21e94d2e-2115-47a5-8f2f-e74877cf39ef resource provider aggregate not found 2026-06-04 20:43:48.236 7 INFO neutron.services.segments.plugin [-] Segment 21e94d2e-2115-47a5-8f2f-e74877cf39ef resource provider aggregate not found [pid: 8|app: 0|req: 818/1704] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:48 2026] DELETE /v2.0/security-groups/19316944-eb2a-46ee-84a3-80b829b44163 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:43:48.255 7 INFO neutron.services.segments.plugin [-] Segment 21e94d2e-2115-47a5-8f2f-e74877cf39ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21e94d2e-2115-47a5-8f2f-e74877cf39ef found for delete ", "request_id": "req-f196482f-47f6-40cc-bc1d-2d3393d9e472"}]} 2026-06-04 20:43:48.259 7 INFO neutron.services.segments.plugin [-] Segment 21e94d2e-2115-47a5-8f2f-e74877cf39ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21e94d2e-2115-47a5-8f2f-e74877cf39ef found for delete ", "request_id": "req-db6c95b4-ce33-4284-b95d-2adddcb2a924"}]} 2026-06-04 20:43:48.275 7 INFO neutron.services.segments.plugin [-] Segment b07438d8-cf5d-467d-aa16-46810a226d93 resource provider aggregate not found 2026-06-04 20:43:48.285 7 INFO neutron.services.segments.plugin [-] Segment b07438d8-cf5d-467d-aa16-46810a226d93 resource provider aggregate not found 2026-06-04 20:43:48.305 7 INFO neutron.services.segments.plugin [-] Segment b07438d8-cf5d-467d-aa16-46810a226d93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b07438d8-cf5d-467d-aa16-46810a226d93 found for delete ", "request_id": "req-43629029-bcf5-4af6-b5cb-951d4b2c9b1e"}]} 2026-06-04 20:43:48.308 7 INFO neutron.services.segments.plugin [-] Segment b07438d8-cf5d-467d-aa16-46810a226d93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b07438d8-cf5d-467d-aa16-46810a226d93 found for delete ", "request_id": "req-fa3b1378-7ee8-47ce-b08f-1bc798cc1600"}]} 2026-06-04 20:43:48.326 7 INFO neutron.services.segments.plugin [-] Segment 9753b970-bae8-4ddb-826e-66a7e3094093 resource provider aggregate not found 2026-06-04 20:43:48.331 7 INFO neutron.services.segments.plugin [-] Segment 9753b970-bae8-4ddb-826e-66a7e3094093 resource provider aggregate not found 2026-06-04 20:43:48.343 7 INFO neutron.services.segments.plugin [-] Segment 9753b970-bae8-4ddb-826e-66a7e3094093 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9753b970-bae8-4ddb-826e-66a7e3094093 found for delete ", "request_id": "req-bc3db022-587d-4857-b8c0-47a12f9be650"}]} 2026-06-04 20:43:48.367 7 INFO neutron.services.segments.plugin [-] Segment 9753b970-bae8-4ddb-826e-66a7e3094093 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9753b970-bae8-4ddb-826e-66a7e3094093 found for delete ", "request_id": "req-40768181-be02-407e-ad11-012919564366"}]} [pid: 8|app: 0|req: 819/1705] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:48 2026] GET /v2.0/security-groups?tenant_id=3350e29f748144c2a2c8ea52ee273659&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1706] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:48 2026] DELETE /v2.0/security-groups/df5e2b5b-5e4b-4927-8e7e-0d91a1ad4e72 => 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: 887/1707] 10.0.0.104 () {34 vars in 684 bytes} [Thu Jun 4 20:43:48 2026] POST /v2.0/security-groups => generated 1601 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1708] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:48 2026] GET /v2.0/security-groups?tenant_id=07e179af25f84436bf5e26881225c091&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: 888/1709] 10.0.0.104 () {34 vars in 684 bytes} [Thu Jun 4 20:43:48 2026] POST /v2.0/security-groups => generated 1601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1710] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:48 2026] DELETE /v2.0/security-groups/11571d70-ac2d-4ba8-93f1-df6505980a7b => 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: 889/1711] 10.0.0.104 () {34 vars in 684 bytes} [Thu Jun 4 20:43:48 2026] POST /v2.0/security-groups => generated 1601 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1712] 10.0.0.104 () {34 vars in 684 bytes} [Thu Jun 4 20:43:49 2026] POST /v2.0/security-groups => generated 1601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1713] 10.0.0.104 () {34 vars in 684 bytes} [Thu Jun 4 20:43:49 2026] POST /v2.0/security-groups => generated 1601 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1714] 10.0.0.104 () {34 vars in 767 bytes} [Thu Jun 4 20:43:49 2026] PUT /v2.0/security-groups/bda62fd6-2b94-4250-801c-3133201fde92/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1715] 10.0.0.104 () {34 vars in 767 bytes} [Thu Jun 4 20:43:49 2026] PUT /v2.0/security-groups/d6289f24-1c63-4e67-9ff1-0e9309fe0725/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1716] 10.0.0.104 () {34 vars in 767 bytes} [Thu Jun 4 20:43:49 2026] PUT /v2.0/security-groups/b8a0a16c-781a-4669-8bd9-25517802bd45/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:43:49.565 8 INFO neutron.db.segments_db [None req-d4864b9a-402b-4b5c-a129-1317b637fc46 7c6cd24fabd94880a84486c6144787be 3d0e217bd8e841079c9f12f7d5720a86 - - default default] Added segment b68e5353-3608-40d1-b435-f9c1c881d329 of type vxlan for network 61a64254-2ad7-441e-b958-6ebf2b268a4b [pid: 7|app: 0|req: 894/1717] 10.0.0.104 () {34 vars in 767 bytes} [Thu Jun 4 20:43:49 2026] PUT /v2.0/security-groups/d1fcaec7-fae7-4b1e-b14b-1b2190ab9412/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: 824/1718] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:43:49 2026] POST /v2.0/networks => generated 648 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1719] 10.0.0.104 () {32 vars in 680 bytes} [Thu Jun 4 20:43:49 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1720] 10.0.0.104 () {32 vars in 694 bytes} [Thu Jun 4 20:43:49 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1721] 10.0.0.104 () {32 vars in 690 bytes} [Thu Jun 4 20:43:49 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1722] 10.0.0.104 () {32 vars in 702 bytes} [Thu Jun 4 20:43:49 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1723] 10.0.0.104 () {32 vars in 688 bytes} [Thu Jun 4 20:43:49 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1724] 10.0.0.104 () {32 vars in 702 bytes} [Thu Jun 4 20:43:49 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1725] 10.0.0.104 () {32 vars in 698 bytes} [Thu Jun 4 20:43:49 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1726] 10.0.0.104 () {32 vars in 710 bytes} [Thu Jun 4 20:43:50 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1727] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:50 2026] DELETE /v2.0/security-groups/bda62fd6-2b94-4250-801c-3133201fde92 => 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: 900/1728] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:50 2026] DELETE /v2.0/security-groups/d6289f24-1c63-4e67-9ff1-0e9309fe0725 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1729] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:50 2026] DELETE /v2.0/security-groups/b8a0a16c-781a-4669-8bd9-25517802bd45 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1730] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:50 2026] DELETE /v2.0/security-groups/d1fcaec7-fae7-4b1e-b14b-1b2190ab9412 => 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: 829/1731] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:43:50 2026] POST /v2.0/subnets => generated 673 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1732] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:50 2026] DELETE /v2.0/security-groups/b0bcb473-47c2-4454-8efa-cfecb06c4d57 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:43:50.512 8 INFO neutron.db.segments_db [None req-4dfa143d-98d4-4f2a-84ff-688c9d5c5ece 7c6cd24fabd94880a84486c6144787be 3d0e217bd8e841079c9f12f7d5720a86 - - default default] Added segment 65ee8061-e380-4cfe-accb-b8f1aed988b6 of type vxlan for network aef49920-17aa-45a1-8e88-bf479027f88e [pid: 8|app: 0|req: 830/1733] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:43:50 2026] POST /v2.0/networks => generated 647 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1734] 10.0.0.104 () {34 vars in 743 bytes} [Thu Jun 4 20:43:50 2026] PUT /v2.0/networks/aef49920-17aa-45a1-8e88-bf479027f88e => generated 592 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1735] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:43:50 2026] POST /v2.0/subnets => generated 646 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1736] 10.0.0.104 () {34 vars in 741 bytes} [Thu Jun 4 20:43:51 2026] PUT /v2.0/subnets/a5687e3a-3930-4302-ad7d-2114194f267b => generated 656 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:43:51.381 8 INFO neutron.services.segments.plugin [-] Segment 65ee8061-e380-4cfe-accb-b8f1aed988b6 resource provider aggregate not found 2026-06-04 20:43:51.392 8 INFO neutron.services.segments.plugin [-] Segment 65ee8061-e380-4cfe-accb-b8f1aed988b6 resource provider aggregate not found 2026-06-04 20:43:51.396 8 INFO neutron.services.segments.plugin [-] Segment 65ee8061-e380-4cfe-accb-b8f1aed988b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65ee8061-e380-4cfe-accb-b8f1aed988b6 found for delete ", "request_id": "req-28aa1542-d428-4e4b-a47d-ba13538724b9"}]} 2026-06-04 20:43:51.421 8 INFO neutron.services.segments.plugin [-] Segment 65ee8061-e380-4cfe-accb-b8f1aed988b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65ee8061-e380-4cfe-accb-b8f1aed988b6 found for delete ", "request_id": "req-99d7b5e1-1792-4f48-bd14-d4b655ca52ec"}]} [pid: 8|app: 0|req: 832/1737] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:43:51 2026] DELETE /v2.0/networks/aef49920-17aa-45a1-8e88-bf479027f88e => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:43:51.436 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9c346128-62a7-4f49-9af2-742960a9b0eb 7c6cd24fabd94880a84486c6144787be 3d0e217bd8e841079c9f12f7d5720a86 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 833/1738] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:43:51 2026] DELETE /v2.0/networks/aef49920-17aa-45a1-8e88-bf479027f88e => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1739] 10.0.0.104 () {32 vars in 694 bytes} [Thu Jun 4 20:43:51 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1740] 10.0.0.104 () {32 vars in 742 bytes} [Thu Jun 4 20:43:51 2026] GET /v2.0/subnets?network_id=95b043d3-9e81-4c46-a322-6a27b92313ef => generated 649 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1741] 10.0.0.104 () {32 vars in 653 bytes} [Thu Jun 4 20:43:51 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: 837/1742] 10.0.0.104 () {32 vars in 649 bytes} [Thu Jun 4 20:43:51 2026] GET /v2.0/networks => generated 1313 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1743] 10.0.0.104 () {32 vars in 647 bytes} [Thu Jun 4 20:43:51 2026] GET /v2.0/subnets => generated 1312 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1744] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:51 2026] GET /v2.0/security-groups?tenant_id=0bb22e8436394fb385ea42a530420ee5&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1745] 10.0.0.104 () {32 vars in 723 bytes} [Thu Jun 4 20:43:51 2026] GET /v2.0/networks/61a64254-2ad7-441e-b958-6ebf2b268a4b => generated 673 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1746] 10.0.0.104 () {32 vars in 721 bytes} [Thu Jun 4 20:43:51 2026] GET /v2.0/subnets/25d6d3d5-85d9-42d4-838b-8143e90f5c28 => generated 673 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:43:51.754 8 INFO neutron.pecan_wsgi.hooks.translation [None req-770f7dcf-8cc8-4df2-bcba-6dde27558f23 7c6cd24fabd94880a84486c6144787be 3d0e217bd8e841079c9f12f7d5720a86 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 841/1747] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:43:51 2026] DELETE /v2.0/subnets/a5687e3a-3930-4302-ad7d-2114194f267b => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:43:51.769 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1154b499-f908-47f6-9de8-4ebdaccd0565 7c6cd24fabd94880a84486c6144787be 3d0e217bd8e841079c9f12f7d5720a86 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 842/1748] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:43:51 2026] DELETE /v2.0/networks/aef49920-17aa-45a1-8e88-bf479027f88e => generated 138 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1749] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:51 2026] DELETE /v2.0/security-groups/7d08a828-b586-44d0-bd6f-d36643bb7064 => 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: 843/1750] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:43:51 2026] DELETE /v2.0/subnets/25d6d3d5-85d9-42d4-838b-8143e90f5c28 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:43:52.045 7 INFO neutron_taas.services.taas.taas_plugin [None req-66591aeb-fdd5-42ef-9d22-e27e558dfdeb 7c6cd24fabd94880a84486c6144787be 3d0e217bd8e841079c9f12f7d5720a86 - - default default] TaaS: Handle Delete Port: e2e6aa1f-2b6f-4104-8d47-c844882b167f 2026-06-04 20:43:52.049 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66591aeb-fdd5-42ef-9d22-e27e558dfdeb 7c6cd24fabd94880a84486c6144787be 3d0e217bd8e841079c9f12f7d5720a86 - - default default] Tap Mirror: Handle Delete Port: e2e6aa1f-2b6f-4104-8d47-c844882b167f 2026-06-04 20:43:52.334 7 INFO neutron.services.segments.plugin [-] Segment b68e5353-3608-40d1-b435-f9c1c881d329 resource provider aggregate not found 2026-06-04 20:43:52.342 7 INFO neutron.services.segments.plugin [-] Segment b68e5353-3608-40d1-b435-f9c1c881d329 resource provider aggregate not found 2026-06-04 20:43:52.357 7 INFO neutron.services.segments.plugin [-] Segment b68e5353-3608-40d1-b435-f9c1c881d329 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b68e5353-3608-40d1-b435-f9c1c881d329 found for delete ", "request_id": "req-052ba598-c337-4bbe-a88b-de67a5e06983"}]} 2026-06-04 20:43:52.372 7 INFO neutron.services.segments.plugin [-] Segment b68e5353-3608-40d1-b435-f9c1c881d329 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b68e5353-3608-40d1-b435-f9c1c881d329 found for delete ", "request_id": "req-293f2889-0b9f-45cf-93b6-a44b318e2723"}]} [pid: 7|app: 0|req: 908/1751] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:43:51 2026] DELETE /v2.0/networks/61a64254-2ad7-441e-b958-6ebf2b268a4b => generated 0 bytes in 445 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1752] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:51 2026] GET /v2.0/security-groups?tenant_id=12eb443b07684ec2ac60219e1af1d6d0&name=default => generated 2925 bytes in 502 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1753] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:52 2026] GET /v2.0/security-groups?tenant_id=edeeeb96e68d4c698876af9d58e397e2&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1754] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:52 2026] DELETE /v2.0/security-groups/e14eeb97-486d-44a6-8306-c31714fce62d => 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: 910/1755] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:52 2026] DELETE /v2.0/security-groups/2ca20ece-7b7e-4c2a-af2f-c6363aac771d => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1756] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:52 2026] GET /v2.0/security-groups?tenant_id=c34d9489a7c2442784867acaa66d1047&name=default => generated 2925 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1757] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:52 2026] GET /v2.0/security-groups?tenant_id=b6b4edaaecce442984f304f1f66bf038&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1758] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:52 2026] DELETE /v2.0/security-groups/f2e033d2-a1ba-4d66-9467-41de66cd0bba => 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: 848/1759] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:53 2026] GET /v2.0/security-groups?tenant_id=3d0e217bd8e841079c9f12f7d5720a86&name=default => generated 2925 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:43:53.133 7 INFO neutron.db.segments_db [None req-c5cfcec6-25e6-4890-adb6-106cd4123664 cef93794b55446429558c1e49949a787 8a7b4a94e0da45da82fae6e865c3a65f - - default default] Added segment 0e0b7104-5dd1-4c84-8c5e-0b231fe3a48b of type vxlan for network 1efc5992-5ea5-4e0d-b854-ab7faa82dc62 [pid: 7|app: 0|req: 912/1760] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:43:52 2026] POST /v2.0/networks => generated 631 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1761] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:53 2026] DELETE /v2.0/security-groups/1a56a05f-4adb-49b3-a5cf-4686a2637cd4 => 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: 913/1762] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:53 2026] DELETE /v2.0/security-groups/b4c86ca6-3fde-4b66-a6b8-5288d7aad174 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1763] 10.0.0.104 () {34 vars in 664 bytes} [Thu Jun 4 20:43:53 2026] POST /v2.0/ports => generated 743 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1764] 10.0.0.104 () {34 vars in 747 bytes} [Thu Jun 4 20:43:53 2026] PUT /v2.0/ports/fe397c23-845a-4c29-a4e3-530472120032/tags => generated 25 bytes in 57 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: 851/1765] 10.0.0.104 () {32 vars in 727 bytes} [Thu Jun 4 20:43:53 2026] GET /v2.0/ports/fe397c23-845a-4c29-a4e3-530472120032/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 915/1766] 10.0.0.104 () {34 vars in 758 bytes} [Thu Jun 4 20:43:53 2026] PUT /v2.0/ports/fe397c23-845a-4c29-a4e3-530472120032/tags/green => generated 4 bytes in 91 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: 852/1767] 10.0.0.104 () {32 vars in 727 bytes} [Thu Jun 4 20:43:53 2026] GET /v2.0/ports/fe397c23-845a-4c29-a4e3-530472120032/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 916/1768] 10.0.0.104 () {34 vars in 754 bytes} [Thu Jun 4 20:43:53 2026] PUT /v2.0/ports/fe397c23-845a-4c29-a4e3-530472120032/tags/red => generated 4 bytes in 90 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: 853/1769] 10.0.0.104 () {32 vars in 727 bytes} [Thu Jun 4 20:43:54 2026] GET /v2.0/ports/fe397c23-845a-4c29-a4e3-530472120032/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 917/1770] 10.0.0.104 () {34 vars in 776 bytes} [Thu Jun 4 20:43:54 2026] PUT /v2.0/ports/fe397c23-845a-4c29-a4e3-530472120032/tags/black.or.white => generated 4 bytes in 121 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: 854/1771] 10.0.0.104 () {32 vars in 727 bytes} [Thu Jun 4 20:43:54 2026] GET /v2.0/ports/fe397c23-845a-4c29-a4e3-530472120032/tags => generated 52 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 918/1772] 10.0.0.104 () {34 vars in 747 bytes} [Thu Jun 4 20:43:54 2026] PUT /v2.0/ports/fe397c23-845a-4c29-a4e3-530472120032/tags => generated 37 bytes in 69 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: 855/1773] 10.0.0.104 () {32 vars in 727 bytes} [Thu Jun 4 20:43:54 2026] GET /v2.0/ports/fe397c23-845a-4c29-a4e3-530472120032/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 919/1774] 10.0.0.104 () {32 vars in 735 bytes} [Thu Jun 4 20:43:54 2026] GET /v2.0/ports/fe397c23-845a-4c29-a4e3-530472120032/tags/red => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 20:43:54.509 8 INFO neutron.api.v2.resource [None req-2a867443-48c5-4acd-8c93-5679ba91bdd9 cef93794b55446429558c1e49949a787 8a7b4a94e0da45da82fae6e865c3a65f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 856/1775] 10.0.0.104 () {32 vars in 739 bytes} [Thu Jun 4 20:43:54 2026] GET /v2.0/ports/fe397c23-845a-4c29-a4e3-530472120032/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 920/1776] 10.0.0.104 () {32 vars in 738 bytes} [Thu Jun 4 20:43:54 2026] DELETE /v2.0/ports/fe397c23-845a-4c29-a4e3-530472120032/tags/red => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 857/1777] 10.0.0.104 () {32 vars in 727 bytes} [Thu Jun 4 20:43:54 2026] GET /v2.0/ports/fe397c23-845a-4c29-a4e3-530472120032/tags => generated 30 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 20:43:54.717 7 INFO neutron.api.v2.resource [None req-3173190a-ead2-4343-bd94-8d30cef82021 cef93794b55446429558c1e49949a787 8a7b4a94e0da45da82fae6e865c3a65f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 921/1778] 10.0.0.104 () {32 vars in 742 bytes} [Thu Jun 4 20:43:54 2026] DELETE /v2.0/ports/fe397c23-845a-4c29-a4e3-530472120032/tags/green => generated 99 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 858/1779] 10.0.0.104 () {32 vars in 730 bytes} [Thu Jun 4 20:43:54 2026] DELETE /v2.0/ports/fe397c23-845a-4c29-a4e3-530472120032/tags => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 922/1780] 10.0.0.104 () {32 vars in 727 bytes} [Thu Jun 4 20:43:54 2026] GET /v2.0/ports/fe397c23-845a-4c29-a4e3-530472120032/tags => generated 12 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 20:43:54.960 8 INFO neutron_taas.services.taas.taas_plugin [None req-a51eb875-f6a1-4791-93da-745d91b64d8c cef93794b55446429558c1e49949a787 8a7b4a94e0da45da82fae6e865c3a65f - - default default] TaaS: Handle Delete Port: fe397c23-845a-4c29-a4e3-530472120032 2026-06-04 20:43:54.966 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a51eb875-f6a1-4791-93da-745d91b64d8c cef93794b55446429558c1e49949a787 8a7b4a94e0da45da82fae6e865c3a65f - - default default] Tap Mirror: Handle Delete Port: fe397c23-845a-4c29-a4e3-530472120032 [pid: 8|app: 0|req: 859/1781] 10.0.0.104 () {32 vars in 720 bytes} [Thu Jun 4 20:43:54 2026] DELETE /v2.0/ports/fe397c23-845a-4c29-a4e3-530472120032 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 20:43:55.224 7 INFO neutron.services.segments.plugin [-] Segment 0e0b7104-5dd1-4c84-8c5e-0b231fe3a48b resource provider aggregate not found 2026-06-04 20:43:55.228 7 INFO neutron.services.segments.plugin [-] Segment 0e0b7104-5dd1-4c84-8c5e-0b231fe3a48b resource provider aggregate not found 2026-06-04 20:43:55.254 7 INFO neutron.services.segments.plugin [-] Segment 0e0b7104-5dd1-4c84-8c5e-0b231fe3a48b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e0b7104-5dd1-4c84-8c5e-0b231fe3a48b found for delete ", "request_id": "req-a911d0ab-8d64-45f8-8182-b047c4e9f36f"}]} [pid: 7|app: 0|req: 923/1782] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:43:55 2026] DELETE /v2.0/networks/1efc5992-5ea5-4e0d-b854-ab7faa82dc62 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:43:55.259 7 INFO neutron.services.segments.plugin [-] Segment 0e0b7104-5dd1-4c84-8c5e-0b231fe3a48b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e0b7104-5dd1-4c84-8c5e-0b231fe3a48b found for delete ", "request_id": "req-25299a86-8742-43e1-9460-eb5286e27247"}]} 2026-06-04 20:43:55.363 8 INFO neutron.db.segments_db [None req-d6699462-e2b9-4b79-99e7-b746ef633280 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] Added segment 84635153-e172-41d5-9be9-ce8e3603061a of type vxlan for network 2c805639-040e-4194-9094-8372326be343 2026-06-04 20:43:55.438 7 INFO neutron.db.segments_db [None req-69a2899a-0857-4674-91ca-f06bfcf1088b 7dceb2a5e4f64df8ac1cbf6aae1d7446 42ac6bb7d5b648978015a669751ddaba - - default default] Added segment 4b0bae5a-30ed-433b-9ba4-4843e94fdfa0 of type vxlan for network 416ace34-f3a0-4dfd-acd9-0fab6d8fdb68 [pid: 8|app: 0|req: 860/1783] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:43:55 2026] POST /v2.0/networks => generated 629 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:43:55.492 8 INFO neutron.db.segments_db [None req-941bb354-9b4e-4398-9b6b-80a655b60605 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] Added segment 204f0f71-4ffe-47a3-b1fe-14e307ed8d24 of type vxlan for network be1b2fd7-255c-405d-881f-75737c88c1b9 [pid: 7|app: 0|req: 924/1784] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:43:55 2026] POST /v2.0/networks => generated 648 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1785] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:43:55 2026] POST /v2.0/networks => generated 628 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1786] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:43:55 2026] POST /v2.0/subnets => generated 626 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1789] 10.0.0.104 () {34 vars in 665 bytes} [Thu Jun 4 20:43:55 2026] POST /v2.0/ports => generated 778 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, ' 2026-06-04 20:43:55.966 7 INFO neutron.db.segments_db [None req-7b9aff27-f8ce-4920-82d5-378976c5102d 7dceb2a5e4f64df8ac1cbf6aae1d7446 42ac6bb7d5b648978015a669751ddaba - - default default] Added segment 7e62a000-ae74-4e5e-aa2b-bfde7bb33506 of type vxlan for network 10d64527-603f-4f3b-9fbc-31a923414106 [pid: 7|app: 0|req: 926/1790] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:43:55 2026] POST /v2.0/networks => generated 636 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1791] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:43:55 2026] POST /v2.0/subnets => generated 626 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1792] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:56 2026] GET /v2.0/security-groups?tenant_id=8a7b4a94e0da45da82fae6e865c3a65f&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:43:56.362 7 INFO neutron.db.segments_db [None req-0c5b0abb-e85b-4ae2-ac0d-a8f6ad75367e 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] Added segment f5565d8b-c561-4e91-8a26-0a885caf2768 of type vxlan for network 73973546-7b78-4434-b48a-d2bc60dc7413 [pid: 8|app: 0|req: 866/1793] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:43:56 2026] POST /v2.0/subnets => generated 646 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1794] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:56 2026] DELETE /v2.0/security-groups/e45b3ae8-d649-4133-8f67-5ddf389f9bda => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:43:56.587 7 INFO neutron.db.l3_hamode_db [None req-0c5b0abb-e85b-4ae2-ac0d-a8f6ad75367e 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 20:43:56.703 7 INFO neutron.db.l3_hamode_db [None req-0c5b0abb-e85b-4ae2-ac0d-a8f6ad75367e 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 868/1795] 10.0.0.104 () {34 vars in 665 bytes} [Thu Jun 4 20:43:56 2026] POST /v2.0/ports => generated 966 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 869/1796] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:43:56 2026] GET /v2.0/security-groups?tenant_id=4a581afb3a2f4d10b354422de81d125d&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:43:57.151 8 INFO neutron_taas.services.taas.taas_plugin [None req-8f82594b-435d-43ea-976e-c970c62004cc 7dceb2a5e4f64df8ac1cbf6aae1d7446 42ac6bb7d5b648978015a669751ddaba - - default default] TaaS: Handle Delete Port: 5ec027d9-a1db-4ca9-8e1b-edb9ccc087ad 2026-06-04 20:43:57.154 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f82594b-435d-43ea-976e-c970c62004cc 7dceb2a5e4f64df8ac1cbf6aae1d7446 42ac6bb7d5b648978015a669751ddaba - - default default] Tap Mirror: Handle Delete Port: 5ec027d9-a1db-4ca9-8e1b-edb9ccc087ad [pid: 8|app: 0|req: 870/1797] 10.0.0.104 () {32 vars in 720 bytes} [Thu Jun 4 20:43:57 2026] DELETE /v2.0/ports/5ec027d9-a1db-4ca9-8e1b-edb9ccc087ad => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1798] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:43:56 2026] POST /v2.0/routers => generated 507 bytes in 979 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1799] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:43:57 2026] DELETE /v2.0/security-groups/95520280-c6de-4a36-8663-58700a0c1ab6 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:43:57.393 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8bf1bf24-5547-4f1f-b50b-d9207d548a54 7dceb2a5e4f64df8ac1cbf6aae1d7446 42ac6bb7d5b648978015a669751ddaba - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 872/1800] 10.0.0.104 () {32 vars in 720 bytes} [Thu Jun 4 20:43:57 2026] DELETE /v2.0/ports/5ec027d9-a1db-4ca9-8e1b-edb9ccc087ad => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:43:57.609 7 INFO neutron.db.segments_db [None req-1e6d4fd9-330b-49d1-9da8-b918e7a70f88 d23346cc9a2445d386857b336925d310 54a914cec2764a1a915bace8b2004ab9 - - default default] Added segment d8be2efe-0deb-40f2-9d1f-8fc18a522dac of type vxlan for network 9eeb3482-7d98-421d-a443-837cca4b58c0 [pid: 7|app: 0|req: 929/1801] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:43:57 2026] POST /v2.0/networks => generated 631 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:43:57.714 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cf4952e7-5675-4a81-b9fb-8922f261df96 7dceb2a5e4f64df8ac1cbf6aae1d7446 42ac6bb7d5b648978015a669751ddaba - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 930/1802] 10.0.0.104 () {32 vars in 717 bytes} [Thu Jun 4 20:43:57 2026] GET /v2.0/ports/5ec027d9-a1db-4ca9-8e1b-edb9ccc087ad => 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: 931/1803] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:43:57 2026] POST /v2.0/subnets => generated 626 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1804] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:43:57 2026] DELETE /v2.0/subnets/384641bf-e3f9-4352-87f7-b9769972c2e0 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:43:58.172 7 INFO neutron.db.segments_db [None req-24f1e8db-c068-4606-bdbc-a5f80477b3ed d23346cc9a2445d386857b336925d310 54a914cec2764a1a915bace8b2004ab9 - - default default] Added segment 8a474c70-7717-49ca-a1e7-7a3f2b978d48 of type vxlan for network d11c7dc3-ffd0-43dc-a472-fc7f2bf92753 [pid: 7|app: 0|req: 933/1805] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:43:58 2026] POST /v2.0/networks => generated 631 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:43:58.370 7 INFO neutron.services.segments.plugin [-] Segment 7e62a000-ae74-4e5e-aa2b-bfde7bb33506 resource provider aggregate not found 2026-06-04 20:43:58.387 7 INFO neutron.services.segments.plugin [-] Segment 7e62a000-ae74-4e5e-aa2b-bfde7bb33506 resource provider aggregate not found 2026-06-04 20:43:58.395 7 INFO neutron.services.segments.plugin [-] Segment 7e62a000-ae74-4e5e-aa2b-bfde7bb33506 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e62a000-ae74-4e5e-aa2b-bfde7bb33506 found for delete ", "request_id": "req-15ff467b-cdbd-4318-b986-33d991102d28"}]} [pid: 7|app: 0|req: 934/1806] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:43:58 2026] DELETE /v2.0/networks/10d64527-603f-4f3b-9fbc-31a923414106 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:43:58.411 7 INFO neutron.services.segments.plugin [-] Segment 7e62a000-ae74-4e5e-aa2b-bfde7bb33506 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e62a000-ae74-4e5e-aa2b-bfde7bb33506 found for delete ", "request_id": "req-876a94ee-3536-4ad0-b509-f913dab29ccd"}]} [pid: 8|app: 0|req: 873/1807] 10.0.0.104 () {34 vars in 783 bytes} [Thu Jun 4 20:43:57 2026] PUT /v2.0/routers/e0ae528e-9298-4542-bacf-e050e2e985c0/add_router_interface => generated 309 bytes in 1182 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1808] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:43:58 2026] POST /v2.0/subnets => generated 629 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:43:58.643 8 INFO neutron.db.segments_db [None req-0b086e65-3803-42ed-baa2-37e3792fb7b5 7dceb2a5e4f64df8ac1cbf6aae1d7446 42ac6bb7d5b648978015a669751ddaba - - default default] Added segment 875d8deb-afdc-491a-bebc-6c22bb3e5fee of type vxlan for network 3c6d6622-88ac-40ae-b891-7b9d2511dd24 [pid: 7|app: 0|req: 936/1809] 10.0.0.104 () {32 vars in 717 bytes} [Thu Jun 4 20:43:58 2026] GET /v2.0/ports/432a3604-898f-4be0-9964-9451c478c2a7 => generated 955 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1810] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:43:58 2026] POST /v2.0/networks => generated 635 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:43:58.757 7 INFO neutron.db.segments_db [None req-65850232-edfc-4c1e-9abf-c57f6bafcd68 d23346cc9a2445d386857b336925d310 54a914cec2764a1a915bace8b2004ab9 - - default default] Added segment cf07b620-cdff-416b-83bb-a0675a26f529 of type vxlan for network b2fc77cd-0f82-43d1-a282-403cf5343af2 [pid: 7|app: 0|req: 937/1811] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:43:58 2026] POST /v2.0/networks => generated 631 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1812] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:43:58 2026] POST /v2.0/subnets => generated 646 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1813] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:43:59 2026] POST /v2.0/subnets => generated 629 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1814] 10.0.0.104 () {34 vars in 665 bytes} [Thu Jun 4 20:43:59 2026] POST /v2.0/ports => generated 924 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:43:59.741 7 INFO neutron.db.segments_db [None req-c5a5ce4e-b2eb-4d2f-96f8-faa1ad698d0d d23346cc9a2445d386857b336925d310 54a914cec2764a1a915bace8b2004ab9 - - default default] Added segment 9eb9547e-d0fd-4401-9fc9-4008d8b5b1e0 of type vxlan for network 2ff6358a-36e1-46c3-a9a6-7eb585225a77 [pid: 7|app: 0|req: 941/1815] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:43:59 2026] POST /v2.0/networks => generated 631 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1816] 10.0.0.104 () {34 vars in 783 bytes} [Thu Jun 4 20:43:58 2026] PUT /v2.0/routers/e0ae528e-9298-4542-bacf-e050e2e985c0/add_router_interface => generated 309 bytes in 1131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:43:59.966 7 INFO neutron_taas.services.taas.taas_plugin [None req-1d3ce8f3-ddd9-4325-b74d-00c0ad8208e4 7dceb2a5e4f64df8ac1cbf6aae1d7446 42ac6bb7d5b648978015a669751ddaba - - default default] TaaS: Handle Delete Port: d250cdfe-d2b3-4719-a965-616fb66329c9 2026-06-04 20:43:59.969 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d3ce8f3-ddd9-4325-b74d-00c0ad8208e4 7dceb2a5e4f64df8ac1cbf6aae1d7446 42ac6bb7d5b648978015a669751ddaba - - default default] Tap Mirror: Handle Delete Port: d250cdfe-d2b3-4719-a965-616fb66329c9 [pid: 8|app: 0|req: 876/1817] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:43:59 2026] POST /v2.0/subnets => generated 629 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1818] 10.0.0.104 () {32 vars in 720 bytes} [Thu Jun 4 20:43:59 2026] DELETE /v2.0/ports/d250cdfe-d2b3-4719-a965-616fb66329c9 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1819] 10.0.0.104 () {32 vars in 717 bytes} [Thu Jun 4 20:44:00 2026] GET /v2.0/ports/99933077-6759-4931-b583-7751fe6dcfb3 => generated 955 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:44:00.201 8 INFO neutron.pecan_wsgi.hooks.translation [None req-38ccd8b5-bfd4-4d45-a727-249558745dd0 7dceb2a5e4f64df8ac1cbf6aae1d7446 42ac6bb7d5b648978015a669751ddaba - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 878/1820] 10.0.0.104 () {32 vars in 717 bytes} [Thu Jun 4 20:44:00 2026] GET /v2.0/ports/d250cdfe-d2b3-4719-a965-616fb66329c9 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:44:00.242 7 INFO neutron.db.segments_db [None req-884fb3b0-2705-4a60-a58f-3ff6e612a65f d23346cc9a2445d386857b336925d310 54a914cec2764a1a915bace8b2004ab9 - - default default] Added segment da922b91-0f53-4fef-bcd7-0779f0bd36f1 of type vxlan for network 2751587a-70c1-43f9-a533-384654eab3ee [pid: 7|app: 0|req: 943/1821] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:44:00 2026] POST /v2.0/networks => generated 632 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1822] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:00 2026] DELETE /v2.0/subnets/67ad9ebe-b6c2-451a-8873-243ec9a1325d => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:44:00.571 8 INFO neutron_taas.services.taas.taas_plugin [None req-adbdeabf-6c10-4d04-b481-e0d03651cd02 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] TaaS: Handle Delete Port: 99933077-6759-4931-b583-7751fe6dcfb3 2026-06-04 20:44:00.574 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-adbdeabf-6c10-4d04-b481-e0d03651cd02 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] Tap Mirror: Handle Delete Port: 99933077-6759-4931-b583-7751fe6dcfb3 [pid: 7|app: 0|req: 945/1823] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:44:00 2026] POST /v2.0/subnets => generated 629 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:44:00.877 7 INFO neutron.services.segments.plugin [-] Segment 875d8deb-afdc-491a-bebc-6c22bb3e5fee resource provider aggregate not found 2026-06-04 20:44:00.887 7 INFO neutron.services.segments.plugin [-] Segment 875d8deb-afdc-491a-bebc-6c22bb3e5fee resource provider aggregate not found 2026-06-04 20:44:00.906 7 INFO neutron.services.segments.plugin [-] Segment 875d8deb-afdc-491a-bebc-6c22bb3e5fee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 875d8deb-afdc-491a-bebc-6c22bb3e5fee found for delete ", "request_id": "req-8ee76bb9-720b-45bb-be2c-29241878f231"}]} 2026-06-04 20:44:00.911 7 INFO neutron.services.segments.plugin [-] Segment 875d8deb-afdc-491a-bebc-6c22bb3e5fee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 875d8deb-afdc-491a-bebc-6c22bb3e5fee found for delete ", "request_id": "req-78413865-58ea-4ee7-99ae-13cd5130cb1a"}]} [pid: 7|app: 0|req: 946/1824] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:44:00 2026] DELETE /v2.0/networks/3c6d6622-88ac-40ae-b891-7b9d2511dd24 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1825] 10.0.0.104 () {34 vars in 789 bytes} [Thu Jun 4 20:44:00 2026] PUT /v2.0/routers/e0ae528e-9298-4542-bacf-e050e2e985c0/remove_router_interface => generated 309 bytes in 948 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1826] 10.0.0.104 () {34 vars in 678 bytes} [Thu Jun 4 20:44:00 2026] POST /v2.0/qos/policies => generated 359 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1827] 10.0.0.104 () {34 vars in 751 bytes} [Thu Jun 4 20:44:01 2026] PUT /v2.0/subnets/c1b473a3-3d6a-413e-90f1-99ed38a7449c/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1828] 10.0.0.104 () {34 vars in 665 bytes} [Thu Jun 4 20:44:01 2026] POST /v2.0/ports => generated 779 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 949/1829] 10.0.0.104 () {34 vars in 753 bytes} [Thu Jun 4 20:44:01 2026] PUT /v2.0/policies/73a7d01c-180f-4a35-b09a-42935db8f566/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:44:01.544 8 INFO neutron_taas.services.taas.taas_plugin [None req-1253f6c3-5906-4c81-9513-e01aaa64478a 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] TaaS: Handle Delete Port: 432a3604-898f-4be0-9964-9451c478c2a7 2026-06-04 20:44:01.547 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1253f6c3-5906-4c81-9513-e01aaa64478a 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] Tap Mirror: Handle Delete Port: 432a3604-898f-4be0-9964-9451c478c2a7 [pid: 7|app: 0|req: 950/1830] 10.0.0.104 () {34 vars in 751 bytes} [Thu Jun 4 20:44:01 2026] PUT /v2.0/subnets/5b57e4fb-866f-4cf8-91c4-84ca0de729fc/tags => generated 25 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1831] 10.0.0.104 () {34 vars in 737 bytes} [Thu Jun 4 20:44:01 2026] PUT /v2.0/ports/4a4041dc-2252-462c-9aa8-3b044a478a7b => generated 752 bytes in 202 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: 952/1832] 10.0.0.104 () {32 vars in 733 bytes} [Thu Jun 4 20:44:01 2026] GET /v2.0/policies/73a7d01c-180f-4a35-b09a-42935db8f566/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1833] 10.0.0.104 () {34 vars in 751 bytes} [Thu Jun 4 20:44:01 2026] PUT /v2.0/subnets/b5b32526-796f-4ea7-a94f-1a1e0dd04a84/tags => generated 34 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:44:02.058 7 INFO neutron_taas.services.taas.taas_plugin [None req-cf103676-3879-439f-8c2a-c5aa763720b1 7dceb2a5e4f64df8ac1cbf6aae1d7446 42ac6bb7d5b648978015a669751ddaba - - default default] TaaS: Handle Delete Port: 4a4041dc-2252-462c-9aa8-3b044a478a7b 2026-06-04 20:44:02.067 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf103676-3879-439f-8c2a-c5aa763720b1 7dceb2a5e4f64df8ac1cbf6aae1d7446 42ac6bb7d5b648978015a669751ddaba - - default default] Tap Mirror: Handle Delete Port: 4a4041dc-2252-462c-9aa8-3b044a478a7b [pid: 8|app: 0|req: 881/1834] 10.0.0.104 () {34 vars in 789 bytes} [Thu Jun 4 20:44:01 2026] PUT /v2.0/routers/e0ae528e-9298-4542-bacf-e050e2e985c0/remove_router_interface => generated 309 bytes in 869 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1835] 10.0.0.104 () {34 vars in 764 bytes} [Thu Jun 4 20:44:02 2026] PUT /v2.0/policies/73a7d01c-180f-4a35-b09a-42935db8f566/tags/green => generated 4 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1836] 10.0.0.104 () {32 vars in 720 bytes} [Thu Jun 4 20:44:01 2026] DELETE /v2.0/ports/4a4041dc-2252-462c-9aa8-3b044a478a7b => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1837] 10.0.0.104 () {32 vars in 736 bytes} [Thu Jun 4 20:44:02 2026] GET /v2.0/ports?device_id=e0ae528e-9298-4542-bacf-e050e2e985c0 => 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: 883/1838] 10.0.0.104 () {34 vars in 751 bytes} [Thu Jun 4 20:44:02 2026] PUT /v2.0/subnets/6eaeb57b-ff91-46ef-a9f8-9042dc00981f/tags => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1839] 10.0.0.104 () {32 vars in 733 bytes} [Thu Jun 4 20:44:02 2026] GET /v2.0/policies/73a7d01c-180f-4a35-b09a-42935db8f566/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1840] 10.0.0.104 () {32 vars in 643 bytes} [Thu Jun 4 20:44:02 2026] GET /v2.0/ports => generated 781 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1841] 10.0.0.104 () {32 vars in 664 bytes} [Thu Jun 4 20:44:02 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1842] 10.0.0.104 () {34 vars in 760 bytes} [Thu Jun 4 20:44:02 2026] PUT /v2.0/policies/73a7d01c-180f-4a35-b09a-42935db8f566/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-04 20:44:02.388 8 INFO neutron.pecan_wsgi.hooks.translation [None req-38d284c4-1a59-4708-ad74-96afd2cb39e3 7dceb2a5e4f64df8ac1cbf6aae1d7446 42ac6bb7d5b648978015a669751ddaba - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 887/1843] 10.0.0.104 () {32 vars in 717 bytes} [Thu Jun 4 20:44:02 2026] GET /v2.0/ports/4a4041dc-2252-462c-9aa8-3b044a478a7b => 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: 888/1844] 10.0.0.104 () {32 vars in 678 bytes} [Thu Jun 4 20:44:02 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:44:02.426 7 INFO neutron_taas.services.taas.taas_plugin [None req-9d7ee186-6062-46c5-9356-bf8cd7ca4b96 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] TaaS: Handle Delete Port: 683be8da-1185-415b-b683-35b54aba27f2 2026-06-04 20:44:02.431 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d7ee186-6062-46c5-9356-bf8cd7ca4b96 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] Tap Mirror: Handle Delete Port: 683be8da-1185-415b-b683-35b54aba27f2 [pid: 8|app: 0|req: 889/1845] 10.0.0.104 () {32 vars in 733 bytes} [Thu Jun 4 20:44:02 2026] GET /v2.0/policies/73a7d01c-180f-4a35-b09a-42935db8f566/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1846] 10.0.0.104 () {32 vars in 643 bytes} [Thu Jun 4 20:44:02 2026] GET /v2.0/ports => generated 781 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1847] 10.0.0.104 () {32 vars in 674 bytes} [Thu Jun 4 20:44:02 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1848] 10.0.0.104 () {34 vars in 782 bytes} [Thu Jun 4 20:44:02 2026] PUT /v2.0/policies/73a7d01c-180f-4a35-b09a-42935db8f566/tags/black.or.white => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1849] 10.0.0.104 () {32 vars in 717 bytes} [Thu Jun 4 20:44:02 2026] GET /v2.0/ports/7a1b8117-ef95-489c-886c-04b88f1ddf25 => generated 778 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1850] 10.0.0.104 () {32 vars in 686 bytes} [Thu Jun 4 20:44:02 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1851] 10.0.0.104 () {32 vars in 733 bytes} [Thu Jun 4 20:44:02 2026] GET /v2.0/policies/73a7d01c-180f-4a35-b09a-42935db8f566/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:44:02.740 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4e709eaf-b1b8-478c-9761-35191fcde881 7dceb2a5e4f64df8ac1cbf6aae1d7446 42ac6bb7d5b648978015a669751ddaba - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 896/1852] 10.0.0.104 () {32 vars in 720 bytes} [Thu Jun 4 20:44:02 2026] DELETE /v2.0/ports/d250cdfe-d2b3-4719-a965-616fb66329c9 => 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: 897/1853] 10.0.0.104 () {32 vars in 672 bytes} [Thu Jun 4 20:44:02 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:44:02.803 7 INFO neutron.db.l3_hamode_db [None req-9d7ee186-6062-46c5-9356-bf8cd7ca4b96 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] HA network 73973546-7b78-4434-b48a-d2bc60dc7413 was deleted as no HA routers are present in tenant 1b01664b3c9b497581e6ec2b9cb95673. [pid: 7|app: 0|req: 957/1854] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:02 2026] DELETE /v2.0/routers/e0ae528e-9298-4542-bacf-e050e2e985c0 => generated 0 bytes in 567 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:44:02.819 7 INFO neutron.pecan_wsgi.hooks.translation [None req-95a36262-a896-4bad-8593-2778439a32d8 7dceb2a5e4f64df8ac1cbf6aae1d7446 42ac6bb7d5b648978015a669751ddaba - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 958/1855] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:02 2026] DELETE /v2.0/subnets/67ad9ebe-b6c2-451a-8873-243ec9a1325d => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1856] 10.0.0.104 () {34 vars in 753 bytes} [Thu Jun 4 20:44:02 2026] PUT /v2.0/policies/73a7d01c-180f-4a35-b09a-42935db8f566/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1857] 10.0.0.104 () {32 vars in 686 bytes} [Thu Jun 4 20:44:02 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:44:02.881 7 INFO neutron.pecan_wsgi.hooks.translation [None req-01e7f101-7e49-4fb4-8903-5473d9e3b5ab 7dceb2a5e4f64df8ac1cbf6aae1d7446 42ac6bb7d5b648978015a669751ddaba - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 960/1858] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:02 2026] DELETE /v2.0/subnets/384641bf-e3f9-4352-87f7-b9769972c2e0 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:44:02.934 7 INFO neutron.services.segments.plugin [-] Segment f5565d8b-c561-4e91-8a26-0a885caf2768 resource provider aggregate not found 2026-06-04 20:44:02.937 7 INFO neutron.services.segments.plugin [-] Segment f5565d8b-c561-4e91-8a26-0a885caf2768 resource provider aggregate not found [pid: 7|app: 0|req: 961/1859] 10.0.0.104 () {32 vars in 733 bytes} [Thu Jun 4 20:44:02 2026] GET /v2.0/policies/73a7d01c-180f-4a35-b09a-42935db8f566/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:44:02.964 7 INFO neutron.services.segments.plugin [-] Segment f5565d8b-c561-4e91-8a26-0a885caf2768 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5565d8b-c561-4e91-8a26-0a885caf2768 found for delete ", "request_id": "req-3db22065-b1ab-400f-a5e3-224b23735cfc"}]} 2026-06-04 20:44:02.965 7 INFO neutron.services.segments.plugin [-] Segment f5565d8b-c561-4e91-8a26-0a885caf2768 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5565d8b-c561-4e91-8a26-0a885caf2768 found for delete ", "request_id": "req-266ed647-a9f8-4813-b7cc-c462e31c2ceb"}]} [pid: 7|app: 0|req: 962/1860] 10.0.0.104 () {32 vars in 682 bytes} [Thu Jun 4 20:44:02 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1861] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:02 2026] DELETE /v2.0/subnets/84f138f0-809f-441a-94d3-9c02893e4b5a => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1862] 10.0.0.104 () {32 vars in 741 bytes} [Thu Jun 4 20:44:03 2026] GET /v2.0/policies/73a7d01c-180f-4a35-b09a-42935db8f566/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:44:03.123 7 INFO neutron_taas.services.taas.taas_plugin [None req-3a773b40-f066-48e1-9d13-b3e883ea9e9e 7dceb2a5e4f64df8ac1cbf6aae1d7446 42ac6bb7d5b648978015a669751ddaba - - default default] TaaS: Handle Delete Port: 7a1b8117-ef95-489c-886c-04b88f1ddf25 2026-06-04 20:44:03.126 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a773b40-f066-48e1-9d13-b3e883ea9e9e 7dceb2a5e4f64df8ac1cbf6aae1d7446 42ac6bb7d5b648978015a669751ddaba - - default default] Tap Mirror: Handle Delete Port: 7a1b8117-ef95-489c-886c-04b88f1ddf25 [pid: 8|app: 0|req: 901/1863] 10.0.0.104 () {32 vars in 694 bytes} [Thu Jun 4 20:44:03 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1864] 10.0.0.104 () {32 vars in 720 bytes} [Thu Jun 4 20:44:03 2026] DELETE /v2.0/ports/7a1b8117-ef95-489c-886c-04b88f1ddf25 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:44:03.262 7 INFO neutron.api.v2.resource [None req-9963666b-e527-4596-886b-2e58af7fa14a 66245b2ecaa8423e8e37fe2a717bdfba b55caaf68f05464f8de723ff04263b54 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 964/1865] 10.0.0.104 () {32 vars in 745 bytes} [Thu Jun 4 20:44:03 2026] GET /v2.0/policies/73a7d01c-180f-4a35-b09a-42935db8f566/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1866] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:03 2026] DELETE /v2.0/subnets/3ff4f0cc-3720-4a3e-8dc1-043a1b9df0b7 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1867] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:03 2026] DELETE /v2.0/subnets/c1b473a3-3d6a-413e-90f1-99ed38a7449c => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:44:03.453 8 INFO neutron.services.segments.plugin [-] Segment 4b0bae5a-30ed-433b-9ba4-4843e94fdfa0 resource provider aggregate not found 2026-06-04 20:44:03.458 8 INFO neutron.services.segments.plugin [-] Segment 4b0bae5a-30ed-433b-9ba4-4843e94fdfa0 resource provider aggregate not found 2026-06-04 20:44:03.477 8 INFO neutron.services.segments.plugin [-] Segment 4b0bae5a-30ed-433b-9ba4-4843e94fdfa0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b0bae5a-30ed-433b-9ba4-4843e94fdfa0 found for delete ", "request_id": "req-db490f62-b0e1-477c-a6ca-2347eaed9eca"}]} 2026-06-04 20:44:03.478 8 INFO neutron.services.segments.plugin [-] Segment 4b0bae5a-30ed-433b-9ba4-4843e94fdfa0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b0bae5a-30ed-433b-9ba4-4843e94fdfa0 found for delete ", "request_id": "req-e3094eb9-1243-4160-92a1-f7eaeab70ecf"}]} [pid: 7|app: 0|req: 966/1868] 10.0.0.104 () {32 vars in 744 bytes} [Thu Jun 4 20:44:03 2026] DELETE /v2.0/policies/73a7d01c-180f-4a35-b09a-42935db8f566/tags/red => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1869] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:44:03 2026] DELETE /v2.0/networks/416ace34-f3a0-4dfd-acd9-0fab6d8fdb68 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:44:03.598 7 INFO neutron_taas.services.taas.taas_plugin [None req-243fd873-e9b6-4906-9174-a5d7104c2e9b 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] TaaS: Handle Delete Port: 58208d68-df43-48c0-b3b5-147771b36951 2026-06-04 20:44:03.601 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-243fd873-e9b6-4906-9174-a5d7104c2e9b 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] Tap Mirror: Handle Delete Port: 58208d68-df43-48c0-b3b5-147771b36951 [pid: 8|app: 0|req: 904/1870] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:03 2026] DELETE /v2.0/subnets/5b57e4fb-866f-4cf8-91c4-84ca0de729fc => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1871] 10.0.0.104 () {32 vars in 733 bytes} [Thu Jun 4 20:44:03 2026] GET /v2.0/policies/73a7d01c-180f-4a35-b09a-42935db8f566/tags => generated 30 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1872] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:44:03 2026] DELETE /v2.0/networks/be1b2fd7-255c-405d-881f-75737c88c1b9 => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1873] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:03 2026] DELETE /v2.0/subnets/b5b32526-796f-4ea7-a94f-1a1e0dd04a84 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:44:03.862 7 INFO neutron.api.v2.resource [None req-8b573716-9741-49f4-9275-9512eb15f666 66245b2ecaa8423e8e37fe2a717bdfba b55caaf68f05464f8de723ff04263b54 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 968/1874] 10.0.0.104 () {32 vars in 748 bytes} [Thu Jun 4 20:44:03 2026] DELETE /v2.0/policies/73a7d01c-180f-4a35-b09a-42935db8f566/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-04 20:44:03.935 8 INFO neutron_taas.services.taas.taas_plugin [None req-71d6c584-a82a-45de-8435-61c601612d8e 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] TaaS: Handle Delete Port: ba1e20b7-c450-4884-8c3f-177bb8f20aea 2026-06-04 20:44:03.938 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71d6c584-a82a-45de-8435-61c601612d8e 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] Tap Mirror: Handle Delete Port: ba1e20b7-c450-4884-8c3f-177bb8f20aea [pid: 7|app: 0|req: 969/1875] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:03 2026] DELETE /v2.0/subnets/6eaeb57b-ff91-46ef-a9f8-9042dc00981f => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1876] 10.0.0.104 () {32 vars in 736 bytes} [Thu Jun 4 20:44:04 2026] DELETE /v2.0/policies/73a7d01c-180f-4a35-b09a-42935db8f566/tags => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1877] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:44:03 2026] DELETE /v2.0/networks/2c805639-040e-4194-9094-8372326be343 => generated 0 bytes in 367 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1878] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:04 2026] DELETE /v2.0/subnets/1842041c-4c07-4a9d-9e50-2fbad2633826 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1879] 10.0.0.104 () {32 vars in 733 bytes} [Thu Jun 4 20:44:04 2026] GET /v2.0/policies/73a7d01c-180f-4a35-b09a-42935db8f566/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:44:04.326 7 INFO neutron.db.segments_db [None req-7a41664b-3108-4f0e-9697-165915ff2417 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] Added segment bd288620-6037-4c7f-a82f-1ec2f2574ba6 of type vxlan for network 11c66974-1df5-4b9a-9254-6ce141fcd8a7 [pid: 8|app: 0|req: 908/1880] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:44:04 2026] GET /v2.0/security-groups?tenant_id=42ac6bb7d5b648978015a669751ddaba&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1881] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:44:04 2026] POST /v2.0/networks => generated 630 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1882] 10.0.0.104 () {32 vars in 734 bytes} [Thu Jun 4 20:44:04 2026] DELETE /v2.0/qos/policies/73a7d01c-180f-4a35-b09a-42935db8f566 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1883] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:44:04 2026] DELETE /v2.0/networks/9eeb3482-7d98-421d-a443-837cca4b58c0 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1884] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:44:04 2026] DELETE /v2.0/security-groups/369fd071-018f-45fa-af2e-a13b5dc9fdc5 => 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: 976/1885] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:44:04 2026] DELETE /v2.0/networks/d11c7dc3-ffd0-43dc-a472-fc7f2bf92753 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1886] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:44:04 2026] POST /v2.0/subnets => generated 626 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:44:04.855 8 INFO neutron.db.segments_db [None req-fd8bdf86-e238-44af-b1e7-5c849b0511d6 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] Added segment 440b6b5a-1b8e-4b68-8dbb-b4e565eb84a1 of type vxlan for network 4b809394-3e45-4ea7-a403-6a2eaf309c92 [pid: 7|app: 0|req: 977/1887] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:44:04 2026] DELETE /v2.0/networks/b2fc77cd-0f82-43d1-a282-403cf5343af2 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:44:04.994 7 INFO neutron.services.segments.plugin [-] Segment 204f0f71-4ffe-47a3-b1fe-14e307ed8d24 resource provider aggregate not found 2026-06-04 20:44:05.006 7 INFO neutron.services.segments.plugin [-] Segment 204f0f71-4ffe-47a3-b1fe-14e307ed8d24 resource provider aggregate not found 2026-06-04 20:44:05.028 7 INFO neutron.services.segments.plugin [-] Segment 204f0f71-4ffe-47a3-b1fe-14e307ed8d24 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 204f0f71-4ffe-47a3-b1fe-14e307ed8d24 found for delete ", "request_id": "req-692813c3-0ade-40b6-a528-7864acb57214"}]} 2026-06-04 20:44:05.035 7 INFO neutron.services.segments.plugin [-] Segment 204f0f71-4ffe-47a3-b1fe-14e307ed8d24 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 204f0f71-4ffe-47a3-b1fe-14e307ed8d24 found for delete ", "request_id": "req-d310bed8-4721-4562-9cad-df47b0e055c2"}]} 2026-06-04 20:44:05.049 7 INFO neutron.services.segments.plugin [-] Segment 8a474c70-7717-49ca-a1e7-7a3f2b978d48 resource provider aggregate not found 2026-06-04 20:44:05.055 7 INFO neutron.services.segments.plugin [-] Segment 8a474c70-7717-49ca-a1e7-7a3f2b978d48 resource provider aggregate not found 2026-06-04 20:44:05.076 7 INFO neutron.services.segments.plugin [-] Segment 8a474c70-7717-49ca-a1e7-7a3f2b978d48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a474c70-7717-49ca-a1e7-7a3f2b978d48 found for delete ", "request_id": "req-ab8375e2-81a9-4967-9983-0aaba6af7807"}]} 2026-06-04 20:44:05.078 7 INFO neutron.services.segments.plugin [-] Segment 8a474c70-7717-49ca-a1e7-7a3f2b978d48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a474c70-7717-49ca-a1e7-7a3f2b978d48 found for delete ", "request_id": "req-f3afe307-0cdf-4b1f-931b-a8dd55dd396f"}]} 2026-06-04 20:44:05.101 7 INFO neutron.services.segments.plugin [-] Segment cf07b620-cdff-416b-83bb-a0675a26f529 resource provider aggregate not found 2026-06-04 20:44:05.124 7 INFO neutron.services.segments.plugin [-] Segment cf07b620-cdff-416b-83bb-a0675a26f529 resource provider aggregate not found 2026-06-04 20:44:05.125 7 INFO neutron.services.segments.plugin [-] Segment cf07b620-cdff-416b-83bb-a0675a26f529 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf07b620-cdff-416b-83bb-a0675a26f529 found for delete ", "request_id": "req-4511f1d5-668d-45ad-b155-fefa1ea4025e"}]} 2026-06-04 20:44:05.140 7 INFO neutron.services.segments.plugin [-] Segment cf07b620-cdff-416b-83bb-a0675a26f529 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf07b620-cdff-416b-83bb-a0675a26f529 found for delete ", "request_id": "req-fbddc673-f401-4e46-8ee5-10bc8dc7cb03"}]} 2026-06-04 20:44:05.160 8 INFO neutron.db.l3_hamode_db [None req-fd8bdf86-e238-44af-b1e7-5c849b0511d6 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 978/1888] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:44:04 2026] DELETE /v2.0/networks/2ff6358a-36e1-46c3-a9a6-7eb585225a77 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:44:05.301 8 INFO neutron.db.l3_hamode_db [None req-fd8bdf86-e238-44af-b1e7-5c849b0511d6 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 979/1889] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:44:05 2026] GET /v2.0/security-groups?tenant_id=b55caaf68f05464f8de723ff04263b54&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:44:05.505 8 INFO neutron.services.segments.plugin [-] Segment 84635153-e172-41d5-9be9-ce8e3603061a resource provider aggregate not found 2026-06-04 20:44:05.512 8 INFO neutron.services.segments.plugin [-] Segment 84635153-e172-41d5-9be9-ce8e3603061a resource provider aggregate not found 2026-06-04 20:44:05.538 8 INFO neutron.services.segments.plugin [-] Segment 84635153-e172-41d5-9be9-ce8e3603061a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84635153-e172-41d5-9be9-ce8e3603061a found for delete ", "request_id": "req-358a0036-5ef8-4f8b-b82d-8c570028ebd9"}]} 2026-06-04 20:44:05.541 8 INFO neutron.services.segments.plugin [-] Segment 84635153-e172-41d5-9be9-ce8e3603061a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84635153-e172-41d5-9be9-ce8e3603061a found for delete ", "request_id": "req-1ad1aa6e-037d-487d-be65-c91ec17dbc7a"}]} 2026-06-04 20:44:05.567 8 INFO neutron.services.segments.plugin [-] Segment d8be2efe-0deb-40f2-9d1f-8fc18a522dac resource provider aggregate not found 2026-06-04 20:44:05.572 8 INFO neutron.services.segments.plugin [-] Segment d8be2efe-0deb-40f2-9d1f-8fc18a522dac resource provider aggregate not found [pid: 7|app: 0|req: 980/1890] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:44:05 2026] DELETE /v2.0/networks/2751587a-70c1-43f9-a533-384654eab3ee => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:44:05.596 8 INFO neutron.services.segments.plugin [-] Segment d8be2efe-0deb-40f2-9d1f-8fc18a522dac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8be2efe-0deb-40f2-9d1f-8fc18a522dac found for delete ", "request_id": "req-c17eb873-2b03-45f1-9b8b-63d7a395a069"}]} 2026-06-04 20:44:05.596 8 INFO neutron.services.segments.plugin [-] Segment d8be2efe-0deb-40f2-9d1f-8fc18a522dac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8be2efe-0deb-40f2-9d1f-8fc18a522dac found for delete ", "request_id": "req-279e9dab-fe3d-412c-99ba-10e2f8e73649"}]} [pid: 7|app: 0|req: 981/1891] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:44:05 2026] DELETE /v2.0/security-groups/7f770e11-ef27-45c4-bff4-44e9a8feabcd => 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: 911/1892] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:44:04 2026] POST /v2.0/routers => generated 506 bytes in 1242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1893] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:44:05 2026] GET /v2.0/security-groups?tenant_id=c82b795a6a3d4936bb00173c393b4e51&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1894] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:44:06 2026] DELETE /v2.0/security-groups/93cbae7d-6f70-4810-bf75-01314525466d => 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: 912/1895] 10.0.0.104 () {34 vars in 665 bytes} [Thu Jun 4 20:44:06 2026] POST /v2.0/ports => generated 947 bytes in 384 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: 913/1896] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:44:06 2026] GET /v2.0/security-groups?tenant_id=fe49198c8ca84845bae5222e8539cbe9&name=default => generated 2925 bytes in 368 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:44:07.133 8 INFO neutron.db.segments_db [None req-e65c8f9b-edd1-4d18-a54c-f4d6ef069250 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] Added segment 87378f37-4de5-4727-93f2-08a6b2385ea9 of type vxlan for network 0b715db2-2df8-498c-bd50-ca115f497450 2026-06-04 20:44:07.166 7 INFO neutron.services.segments.plugin [-] Segment 9eb9547e-d0fd-4401-9fc9-4008d8b5b1e0 resource provider aggregate not found 2026-06-04 20:44:07.176 7 INFO neutron.services.segments.plugin [-] Segment 9eb9547e-d0fd-4401-9fc9-4008d8b5b1e0 resource provider aggregate not found 2026-06-04 20:44:07.196 7 INFO neutron.services.segments.plugin [-] Segment 9eb9547e-d0fd-4401-9fc9-4008d8b5b1e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9eb9547e-d0fd-4401-9fc9-4008d8b5b1e0 found for delete ", "request_id": "req-3dd73dfd-0c24-4a5c-9d5f-edac816a473a"}]} 2026-06-04 20:44:07.197 7 INFO neutron.services.segments.plugin [-] Segment 9eb9547e-d0fd-4401-9fc9-4008d8b5b1e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9eb9547e-d0fd-4401-9fc9-4008d8b5b1e0 found for delete ", "request_id": "req-b6d80a11-0085-4721-9fbb-5294f0618aec"}]} 2026-06-04 20:44:07.218 7 INFO neutron.services.segments.plugin [-] Segment da922b91-0f53-4fef-bcd7-0779f0bd36f1 resource provider aggregate not found 2026-06-04 20:44:07.227 7 INFO neutron.services.segments.plugin [-] Segment da922b91-0f53-4fef-bcd7-0779f0bd36f1 resource provider aggregate not found [pid: 8|app: 0|req: 914/1897] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:44:06 2026] POST /v2.0/networks => generated 634 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:44:07.252 7 INFO neutron.services.segments.plugin [-] Segment da922b91-0f53-4fef-bcd7-0779f0bd36f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da922b91-0f53-4fef-bcd7-0779f0bd36f1 found for delete ", "request_id": "req-457c52ff-a6ce-498d-af2a-ad433a3b008f"}]} 2026-06-04 20:44:07.252 7 INFO neutron.services.segments.plugin [-] Segment da922b91-0f53-4fef-bcd7-0779f0bd36f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da922b91-0f53-4fef-bcd7-0779f0bd36f1 found for delete ", "request_id": "req-6318e380-6b48-4d82-b662-a65aafd4f67d"}]} [pid: 8|app: 0|req: 915/1898] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:44:07 2026] DELETE /v2.0/security-groups/777fce81-5784-4def-865c-50ca6b89e16c => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:44:07.395 8 INFO neutron.db.segments_db [None req-6a165ca2-bced-474d-98ce-37ec348b331a 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] Added segment f5b35b11-607a-4fc4-889d-0835bf531552 of type vxlan for network 36d11a25-2ed4-42a2-a9d0-4975a6e197dd [pid: 8|app: 0|req: 916/1899] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:44:07 2026] POST /v2.0/networks => generated 633 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1900] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:44:07 2026] GET /v2.0/security-groups?tenant_id=54a914cec2764a1a915bace8b2004ab9&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1901] 10.0.0.104 () {34 vars in 783 bytes} [Thu Jun 4 20:44:06 2026] PUT /v2.0/routers/79ab64cd-4459-45de-bc33-56c743a63e1e/add_router_interface => generated 309 bytes in 1239 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: 918/1902] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:44:07 2026] POST /v2.0/subnets => generated 646 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1903] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:44:07 2026] DELETE /v2.0/security-groups/b5473122-339e-4530-b7db-d8df31960f3b => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1904] 10.0.0.104 () {32 vars in 717 bytes} [Thu Jun 4 20:44:07 2026] GET /v2.0/ports/50f02ebf-388f-45a8-8298-95b1fba5b479 => generated 1021 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1905] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:44:07 2026] POST /v2.0/subnets => generated 655 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1906] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:44:08 2026] GET /v2.0/security-groups?tenant_id=d083b2c015324a1e83fe515d0f84adfc&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:44:08.251 7 INFO neutron.db.segments_db [None req-5ece40b7-c53d-4725-a285-b24dcec77d86 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] Added segment e5cc97b4-cda7-439c-b81a-a1fe98080a55 of type vxlan for network f0ae9448-ff93-468f-9451-30312147c87c 2026-06-04 20:44:08.456 7 INFO neutron.db.l3_hamode_db [None req-5ece40b7-c53d-4725-a285-b24dcec77d86 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 20:44:08.558 7 INFO neutron.db.l3_hamode_db [None req-5ece40b7-c53d-4725-a285-b24dcec77d86 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 20:44:08.748 8 INFO neutron_taas.services.taas.taas_plugin [None req-98759138-b182-4dbd-8036-33f1ef7c4e3a 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] TaaS: Handle Delete Port: 50f02ebf-388f-45a8-8298-95b1fba5b479 2026-06-04 20:44:08.752 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98759138-b182-4dbd-8036-33f1ef7c4e3a 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] Tap Mirror: Handle Delete Port: 50f02ebf-388f-45a8-8298-95b1fba5b479 [pid: 7|app: 0|req: 988/1907] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:44:08 2026] POST /v2.0/routers => generated 509 bytes in 915 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1908] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:44:09 2026] DELETE /v2.0/security-groups/7f27dcc8-2901-455d-b716-012d4591bd26 => 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: 920/1909] 10.0.0.104 () {34 vars in 789 bytes} [Thu Jun 4 20:44:07 2026] PUT /v2.0/routers/79ab64cd-4459-45de-bc33-56c743a63e1e/remove_router_interface => generated 309 bytes in 1490 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 20:44:09.435 8 INFO neutron.api.v2.resource [None req-6b9b7359-0245-4d6e-847d-c5c752e8f90e 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 921/1910] 10.0.0.104 () {34 vars in 789 bytes} [Thu Jun 4 20:44:09 2026] PUT /v2.0/routers/79ab64cd-4459-45de-bc33-56c743a63e1e/remove_router_interface => generated 197 bytes in 123 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1911] 10.0.0.104 () {32 vars in 736 bytes} [Thu Jun 4 20:44:09 2026] GET /v2.0/ports?device_id=79ab64cd-4459-45de-bc33-56c743a63e1e => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:44:09.667 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef3999a6-b4f6-4b29-a3e7-8dcd79c0f31f 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] TaaS: Handle Delete Port: 11fe8344-11ab-4766-a4dc-36704715db8b 2026-06-04 20:44:09.670 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef3999a6-b4f6-4b29-a3e7-8dcd79c0f31f 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] Tap Mirror: Handle Delete Port: 11fe8344-11ab-4766-a4dc-36704715db8b 2026-06-04 20:44:10.062 8 INFO neutron.services.segments.plugin [-] Segment 440b6b5a-1b8e-4b68-8dbb-b4e565eb84a1 resource provider aggregate not found 2026-06-04 20:44:10.078 8 INFO neutron.services.segments.plugin [-] Segment 440b6b5a-1b8e-4b68-8dbb-b4e565eb84a1 resource provider aggregate not found 2026-06-04 20:44:10.084 8 INFO neutron.services.segments.plugin [-] Segment 440b6b5a-1b8e-4b68-8dbb-b4e565eb84a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 440b6b5a-1b8e-4b68-8dbb-b4e565eb84a1 found for delete ", "request_id": "req-bb2f04ef-1228-495c-b7e8-116f57854a05"}]} 2026-06-04 20:44:10.096 8 INFO neutron.db.l3_hamode_db [None req-ef3999a6-b4f6-4b29-a3e7-8dcd79c0f31f 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] HA network 4b809394-3e45-4ea7-a403-6a2eaf309c92 was deleted as no HA routers are present in tenant 1b01664b3c9b497581e6ec2b9cb95673. [pid: 8|app: 0|req: 923/1912] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:09 2026] DELETE /v2.0/routers/79ab64cd-4459-45de-bc33-56c743a63e1e => generated 0 bytes in 607 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:44:10.108 8 INFO neutron.services.segments.plugin [-] Segment 440b6b5a-1b8e-4b68-8dbb-b4e565eb84a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 440b6b5a-1b8e-4b68-8dbb-b4e565eb84a1 found for delete ", "request_id": "req-c992f337-5f6b-4a02-a5e9-6a8f59ad9804"}]} [pid: 8|app: 0|req: 924/1913] 10.0.0.104 () {34 vars in 676 bytes} [Thu Jun 4 20:44:10 2026] POST /v2.0/subnetpools => generated 516 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1914] 10.0.0.104 () {34 vars in 783 bytes} [Thu Jun 4 20:44:09 2026] PUT /v2.0/routers/6ee9918f-ea45-4746-816d-70e4579a8e36/add_router_interface => generated 309 bytes in 1209 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1915] 10.0.0.104 () {34 vars in 759 bytes} [Thu Jun 4 20:44:10 2026] PUT /v2.0/subnetpools/97d25fa4-cdf6-409f-9108-906bebf25b79/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1916] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:10 2026] DELETE /v2.0/subnets/21e255b3-d18a-4671-9f8b-9d13ccb15ee0 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1917] 10.0.0.104 () {32 vars in 739 bytes} [Thu Jun 4 20:44:10 2026] GET /v2.0/subnetpools/97d25fa4-cdf6-409f-9108-906bebf25b79/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1918] 10.0.0.104 () {32 vars in 717 bytes} [Thu Jun 4 20:44:10 2026] GET /v2.0/ports/107d3e8e-c1e2-4373-a8c8-53f28213cf43 => generated 959 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1919] 10.0.0.104 () {34 vars in 770 bytes} [Thu Jun 4 20:44:10 2026] PUT /v2.0/subnetpools/97d25fa4-cdf6-409f-9108-906bebf25b79/tags/green => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-04 20:44:10.652 8 INFO neutron_taas.services.taas.taas_plugin [None req-2980aecb-2647-41ea-bb20-d3623d28c1f8 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] TaaS: Handle Delete Port: ca5c37d8-979a-4eef-85ee-4878e4b7d5fa 2026-06-04 20:44:10.657 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2980aecb-2647-41ea-bb20-d3623d28c1f8 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] Tap Mirror: Handle Delete Port: ca5c37d8-979a-4eef-85ee-4878e4b7d5fa [pid: 8|app: 0|req: 927/1920] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:44:10 2026] DELETE /v2.0/networks/11c66974-1df5-4b9a-9254-6ce141fcd8a7 => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1921] 10.0.0.104 () {32 vars in 739 bytes} [Thu Jun 4 20:44:10 2026] GET /v2.0/subnetpools/97d25fa4-cdf6-409f-9108-906bebf25b79/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:44:11.003 8 INFO neutron.db.segments_db [None req-ee37d08c-daa6-4d5f-b800-8935ccccbe20 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] Added segment e3ba3715-5982-4f3d-8075-48a6e504062e of type vxlan for network 57db5c8c-692a-47ad-8f65-666ce8a7a63a [pid: 8|app: 0|req: 931/1924] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:44:10 2026] POST /v2.0/networks => generated 629 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1925] 10.0.0.104 () {34 vars in 766 bytes} [Thu Jun 4 20:44:11 2026] PUT /v2.0/subnetpools/97d25fa4-cdf6-409f-9108-906bebf25b79/tags/red => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1926] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:44:11 2026] POST /v2.0/subnets => generated 626 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1927] 10.0.0.104 () {32 vars in 739 bytes} [Thu Jun 4 20:44:11 2026] GET /v2.0/subnetpools/97d25fa4-cdf6-409f-9108-906bebf25b79/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:44:11.483 8 INFO neutron.db.segments_db [None req-f8a0c627-d766-4c6c-bc2a-615245a24b37 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] Added segment 3ee169a4-557f-49fc-a7ff-1edcaf9f8aec of type vxlan for network 416fad7a-3707-48f9-aa44-ab42bc5d9b19 2026-06-04 20:44:11.742 8 INFO neutron.db.l3_hamode_db [None req-f8a0c627-d766-4c6c-bc2a-615245a24b37 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 20:44:11.877 8 INFO neutron.db.l3_hamode_db [None req-f8a0c627-d766-4c6c-bc2a-615245a24b37 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 20:44:12.104 8 INFO neutron.services.segments.plugin [-] Segment bd288620-6037-4c7f-a82f-1ec2f2574ba6 resource provider aggregate not found 2026-06-04 20:44:12.125 8 INFO neutron.services.segments.plugin [-] Segment bd288620-6037-4c7f-a82f-1ec2f2574ba6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd288620-6037-4c7f-a82f-1ec2f2574ba6 found for delete ", "request_id": "req-d02fe782-9fcc-4f22-b63a-e0034a257131"}]} 2026-06-04 20:44:12.138 8 INFO neutron.services.segments.plugin [-] Segment bd288620-6037-4c7f-a82f-1ec2f2574ba6 resource provider aggregate not found 2026-06-04 20:44:12.160 8 INFO neutron.services.segments.plugin [-] Segment bd288620-6037-4c7f-a82f-1ec2f2574ba6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd288620-6037-4c7f-a82f-1ec2f2574ba6 found for delete ", "request_id": "req-efc0a2d3-6bba-4bec-95df-fd9cb5fefe2a"}]} [pid: 7|app: 0|req: 994/1928] 10.0.0.104 () {34 vars in 783 bytes} [Thu Jun 4 20:44:10 2026] PUT /v2.0/routers/6ee9918f-ea45-4746-816d-70e4579a8e36/add_router_interface => generated 309 bytes in 1619 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1929] 10.0.0.104 () {34 vars in 788 bytes} [Thu Jun 4 20:44:12 2026] PUT /v2.0/subnetpools/97d25fa4-cdf6-409f-9108-906bebf25b79/tags/black.or.white => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1930] 10.0.0.104 () {32 vars in 717 bytes} [Thu Jun 4 20:44:12 2026] GET /v2.0/ports/10bbfab6-7741-4d62-956a-cf1f22fbff3d => generated 967 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1931] 10.0.0.104 () {32 vars in 739 bytes} [Thu Jun 4 20:44:12 2026] GET /v2.0/subnetpools/97d25fa4-cdf6-409f-9108-906bebf25b79/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1932] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:44:11 2026] POST /v2.0/routers => generated 506 bytes in 1120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1933] 10.0.0.104 () {34 vars in 759 bytes} [Thu Jun 4 20:44:12 2026] PUT /v2.0/subnetpools/97d25fa4-cdf6-409f-9108-906bebf25b79/tags => generated 37 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:44:12.656 7 INFO neutron_taas.services.taas.taas_plugin [None req-01e36e87-6d3c-41b9-b544-ff1e6e8c4dfa 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] TaaS: Handle Delete Port: 10bbfab6-7741-4d62-956a-cf1f22fbff3d 2026-06-04 20:44:12.660 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01e36e87-6d3c-41b9-b544-ff1e6e8c4dfa 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] Tap Mirror: Handle Delete Port: 10bbfab6-7741-4d62-956a-cf1f22fbff3d [pid: 7|app: 0|req: 998/1934] 10.0.0.104 () {34 vars in 789 bytes} [Thu Jun 4 20:44:12 2026] PUT /v2.0/routers/6ee9918f-ea45-4746-816d-70e4579a8e36/remove_router_interface => generated 309 bytes in 780 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1935] 10.0.0.104 () {32 vars in 739 bytes} [Thu Jun 4 20:44:13 2026] GET /v2.0/subnetpools/97d25fa4-cdf6-409f-9108-906bebf25b79/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:44:13.488 7 INFO neutron_taas.services.taas.taas_plugin [None req-c7b57368-dd30-4098-99db-d7c694344741 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] TaaS: Handle Delete Port: 107d3e8e-c1e2-4373-a8c8-53f28213cf43 2026-06-04 20:44:13.493 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c7b57368-dd30-4098-99db-d7c694344741 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] Tap Mirror: Handle Delete Port: 107d3e8e-c1e2-4373-a8c8-53f28213cf43 [pid: 8|app: 0|req: 937/1936] 10.0.0.104 () {34 vars in 783 bytes} [Thu Jun 4 20:44:12 2026] PUT /v2.0/routers/4159cc8c-48f5-4164-b805-6bae182f81d5/add_router_interface => generated 309 bytes in 1243 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1937] 10.0.0.104 () {34 vars in 789 bytes} [Thu Jun 4 20:44:13 2026] PUT /v2.0/routers/6ee9918f-ea45-4746-816d-70e4579a8e36/remove_router_interface => generated 309 bytes in 757 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1938] 10.0.0.104 () {32 vars in 747 bytes} [Thu Jun 4 20:44:13 2026] GET /v2.0/subnetpools/97d25fa4-cdf6-409f-9108-906bebf25b79/tags/red => 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: 939/1939] 10.0.0.104 () {32 vars in 717 bytes} [Thu Jun 4 20:44:13 2026] GET /v2.0/ports/d74ea191-2877-4cfa-a93c-247ae4f69531 => generated 955 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1940] 10.0.0.104 () {32 vars in 736 bytes} [Thu Jun 4 20:44:13 2026] GET /v2.0/ports?device_id=6ee9918f-ea45-4746-816d-70e4579a8e36 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:44:14.006 8 INFO neutron.api.v2.resource [None req-32fd3c70-4e85-47f4-ace5-364f1bd6c511 519e78a166dc45b49d13e0a1ce8b84fe 63265a05546847549110fea543d1eed2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 941/1941] 10.0.0.104 () {32 vars in 751 bytes} [Thu Jun 4 20:44:13 2026] GET /v2.0/subnetpools/97d25fa4-cdf6-409f-9108-906bebf25b79/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-04 20:44:14.229 7 INFO neutron.db.segments_db [None req-a98b602e-6c8b-469a-9032-bed7950daa9f c67cc4d8751a423d9eb658dafc3addd5 9d51bd5c303f4cea91c504b698554030 - - default default] Added segment d6c7b705-e7e9-40c0-98a8-75398ca58cdd of type vxlan for network 83233e87-e67c-46d3-aa98-dcdce931bb8a 2026-06-04 20:44:14.306 8 INFO neutron_taas.services.taas.taas_plugin [None req-34d867cd-d90a-4f29-a1ca-be90dbb3d2f0 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] TaaS: Handle Delete Port: d74ea191-2877-4cfa-a93c-247ae4f69531 2026-06-04 20:44:14.308 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34d867cd-d90a-4f29-a1ca-be90dbb3d2f0 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] Tap Mirror: Handle Delete Port: d74ea191-2877-4cfa-a93c-247ae4f69531 [pid: 7|app: 0|req: 1001/1942] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:44:13 2026] POST /v2.0/networks => generated 632 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:44:14.487 7 INFO neutron_taas.services.taas.taas_plugin [None req-bfeec273-29db-4100-9f8a-e33f69a8e969 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] TaaS: Handle Delete Port: c73b2e96-8635-437b-b548-9c7011b4c129 2026-06-04 20:44:14.489 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bfeec273-29db-4100-9f8a-e33f69a8e969 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] Tap Mirror: Handle Delete Port: c73b2e96-8635-437b-b548-9c7011b4c129 [pid: 8|app: 0|req: 942/1943] 10.0.0.104 () {34 vars in 789 bytes} [Thu Jun 4 20:44:14 2026] PUT /v2.0/routers/4159cc8c-48f5-4164-b805-6bae182f81d5/remove_router_interface => generated 309 bytes in 715 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:44:14.793 7 INFO neutron.services.segments.plugin [-] Segment e5cc97b4-cda7-439c-b81a-a1fe98080a55 resource provider aggregate not found [pid: 8|app: 0|req: 943/1944] 10.0.0.104 () {32 vars in 750 bytes} [Thu Jun 4 20:44:14 2026] DELETE /v2.0/subnetpools/97d25fa4-cdf6-409f-9108-906bebf25b79/tags/red => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:44:14.796 7 INFO neutron.services.segments.plugin [-] Segment e5cc97b4-cda7-439c-b81a-a1fe98080a55 resource provider aggregate not found 2026-06-04 20:44:14.829 7 INFO neutron.services.segments.plugin [-] Segment e5cc97b4-cda7-439c-b81a-a1fe98080a55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5cc97b4-cda7-439c-b81a-a1fe98080a55 found for delete ", "request_id": "req-989e3f78-7115-46c1-9b24-c43f4b23b60e"}]} 2026-06-04 20:44:14.832 7 INFO neutron.services.segments.plugin [-] Segment e5cc97b4-cda7-439c-b81a-a1fe98080a55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5cc97b4-cda7-439c-b81a-a1fe98080a55 found for delete ", "request_id": "req-c69f245f-5c56-4fb8-b382-ed2f9d214e86"}]} 2026-06-04 20:44:14.837 7 INFO neutron.db.l3_hamode_db [None req-bfeec273-29db-4100-9f8a-e33f69a8e969 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] HA network f0ae9448-ff93-468f-9451-30312147c87c was deleted as no HA routers are present in tenant c0e6e4a2329e4fcd8f8b89989d4c8241. [pid: 7|app: 0|req: 1002/1945] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:14 2026] DELETE /v2.0/routers/6ee9918f-ea45-4746-816d-70e4579a8e36 => generated 0 bytes in 528 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1946] 10.0.0.104 () {32 vars in 736 bytes} [Thu Jun 4 20:44:14 2026] GET /v2.0/ports?device_id=4159cc8c-48f5-4164-b805-6bae182f81d5 => 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: 1004/1947] 10.0.0.104 () {32 vars in 739 bytes} [Thu Jun 4 20:44:14 2026] GET /v2.0/subnetpools/97d25fa4-cdf6-409f-9108-906bebf25b79/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1948] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:14 2026] DELETE /v2.0/subnets/b61ae61d-7dd7-464e-9f76-87614e17e31f => 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: 944/1949] 10.0.0.104 () {34 vars in 664 bytes} [Thu Jun 4 20:44:14 2026] POST /v2.0/ports => generated 743 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 20:44:15.173 8 INFO neutron.api.v2.resource [None req-10c3eb71-cf81-479b-a223-9035d6e1868e 519e78a166dc45b49d13e0a1ce8b84fe 63265a05546847549110fea543d1eed2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 945/1950] 10.0.0.104 () {32 vars in 754 bytes} [Thu Jun 4 20:44:15 2026] DELETE /v2.0/subnetpools/97d25fa4-cdf6-409f-9108-906bebf25b79/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-04 20:44:15.208 7 INFO neutron_taas.services.taas.taas_plugin [None req-28b15037-6799-4879-a082-fd37580703a4 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] TaaS: Handle Delete Port: 11129357-48f3-4649-a4fe-a85b2963e849 2026-06-04 20:44:15.212 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28b15037-6799-4879-a082-fd37580703a4 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] Tap Mirror: Handle Delete Port: 11129357-48f3-4649-a4fe-a85b2963e849 [pid: 8|app: 0|req: 946/1951] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:15 2026] DELETE /v2.0/subnets/7e2d8e39-2cb3-4f1d-aa1d-f37d6f715973 => 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: 947/1952] 10.0.0.104 () {34 vars in 666 bytes} [Thu Jun 4 20:44:15 2026] POST /v2.0/trunks => generated 407 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1953] 10.0.0.104 () {32 vars in 742 bytes} [Thu Jun 4 20:44:15 2026] DELETE /v2.0/subnetpools/97d25fa4-cdf6-409f-9108-906bebf25b79/tags => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:44:15.550 7 INFO neutron.db.l3_hamode_db [None req-28b15037-6799-4879-a082-fd37580703a4 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] HA network 416fad7a-3707-48f9-aa44-ab42bc5d9b19 was deleted as no HA routers are present in tenant 1b01664b3c9b497581e6ec2b9cb95673. [pid: 7|app: 0|req: 1006/1954] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:15 2026] DELETE /v2.0/routers/4159cc8c-48f5-4164-b805-6bae182f81d5 => generated 0 bytes in 525 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:44:15.616 7 INFO neutron.db.segments_db [None req-8dcc9c87-0de6-4f14-b967-74fa4ffdd3f7 c67cc4d8751a423d9eb658dafc3addd5 9d51bd5c303f4cea91c504b698554030 - - default default] Added segment 7e12952e-b766-4be1-81e6-f99a377d6fa6 of type vxlan for network 4e25d5dd-bf48-4820-b0f8-c5edba7a986b 2026-06-04 20:44:15.651 8 INFO neutron.services.segments.plugin [-] Segment f5b35b11-607a-4fc4-889d-0835bf531552 resource provider aggregate not found 2026-06-04 20:44:15.654 8 INFO neutron.services.segments.plugin [-] Segment f5b35b11-607a-4fc4-889d-0835bf531552 resource provider aggregate not found 2026-06-04 20:44:15.673 8 INFO neutron.services.segments.plugin [-] Segment f5b35b11-607a-4fc4-889d-0835bf531552 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5b35b11-607a-4fc4-889d-0835bf531552 found for delete ", "request_id": "req-a66dd0b4-ffa5-4447-aa97-593fecc198ab"}]} 2026-06-04 20:44:15.675 8 INFO neutron.services.segments.plugin [-] Segment f5b35b11-607a-4fc4-889d-0835bf531552 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5b35b11-607a-4fc4-889d-0835bf531552 found for delete ", "request_id": "req-7158798f-b13e-4597-bfe2-126ff997d915"}]} [pid: 8|app: 0|req: 949/1955] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:44:15 2026] DELETE /v2.0/networks/36d11a25-2ed4-42a2-a9d0-4975a6e197dd => 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: 1007/1956] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:44:15 2026] POST /v2.0/networks => generated 631 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1957] 10.0.0.104 () {32 vars in 739 bytes} [Thu Jun 4 20:44:15 2026] GET /v2.0/subnetpools/97d25fa4-cdf6-409f-9108-906bebf25b79/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:44:15.837 8 INFO neutron_taas.services.taas.taas_plugin [None req-fdf04e28-71cb-4932-b624-73aec3705668 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] TaaS: Handle Delete Port: b311f870-3abe-4f54-bf2b-b4b9a0079c38 [pid: 7|app: 0|req: 1008/1958] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:15 2026] DELETE /v2.0/subnets/aee15f27-77ee-401a-9aaa-832533819e41 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:44:15.840 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fdf04e28-71cb-4932-b624-73aec3705668 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] Tap Mirror: Handle Delete Port: b311f870-3abe-4f54-bf2b-b4b9a0079c38 [pid: 8|app: 0|req: 951/1959] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:44:15 2026] DELETE /v2.0/networks/0b715db2-2df8-498c-bd50-ca115f497450 => generated 0 bytes in 389 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1960] 10.0.0.104 () {32 vars in 732 bytes} [Thu Jun 4 20:44:16 2026] DELETE /v2.0/subnetpools/97d25fa4-cdf6-409f-9108-906bebf25b79 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1961] 10.0.0.104 () {34 vars in 664 bytes} [Thu Jun 4 20:44:15 2026] POST /v2.0/ports => generated 743 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, ' 2026-06-04 20:44:16.311 7 INFO neutron.db.segments_db [None req-62ae267f-10ba-410e-a412-52f1dd964a29 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] Added segment 8fdff89b-53f1-4a8e-92a9-cd408b83ade2 of type vxlan for network c20c0e8a-44c9-4b42-8a7e-7780c4edc3ea [pid: 8|app: 0|req: 953/1962] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:44:16 2026] DELETE /v2.0/networks/57db5c8c-692a-47ad-8f65-666ce8a7a63a => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1963] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:44:16 2026] POST /v2.0/networks => generated 633 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:44:16.451 7 INFO neutron.db.segments_db [None req-9b148ae5-794a-4467-9cc8-31e6b71dfeca 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] Added segment eb289019-0129-484b-8cf4-d9c8c3853ed4 of type vxlan for network 60b65341-133a-47db-bc3e-fe557fbc8f64 [pid: 8|app: 0|req: 954/1964] 10.0.0.104 () {34 vars in 666 bytes} [Thu Jun 4 20:44:16 2026] POST /v2.0/trunks => generated 407 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:44:16.681 7 INFO neutron.db.l3_hamode_db [None req-9b148ae5-794a-4467-9cc8-31e6b71dfeca 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 955/1965] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:44:16 2026] POST /v2.0/subnets => generated 646 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:44:16.807 8 INFO neutron.db.segments_db [None req-7204249b-8f96-40f4-a7d9-b158ec6e97c6 c67cc4d8751a423d9eb658dafc3addd5 9d51bd5c303f4cea91c504b698554030 - - default default] Added segment 10d4a1c1-fbe5-4307-bdc3-018d22811c11 of type vxlan for network ab628ac2-0b65-4904-bd6e-15a091fde313 2026-06-04 20:44:16.850 7 INFO neutron.services.segments.plugin [-] Segment 3ee169a4-557f-49fc-a7ff-1edcaf9f8aec resource provider aggregate not found 2026-06-04 20:44:16.861 7 INFO neutron.services.segments.plugin [-] Segment 3ee169a4-557f-49fc-a7ff-1edcaf9f8aec resource provider aggregate not found 2026-06-04 20:44:16.870 7 INFO neutron.services.segments.plugin [-] Segment 3ee169a4-557f-49fc-a7ff-1edcaf9f8aec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ee169a4-557f-49fc-a7ff-1edcaf9f8aec found for delete ", "request_id": "req-78801164-8916-49bb-a2cd-aec8e62a19cf"}]} 2026-06-04 20:44:16.881 7 INFO neutron.services.segments.plugin [-] Segment 3ee169a4-557f-49fc-a7ff-1edcaf9f8aec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ee169a4-557f-49fc-a7ff-1edcaf9f8aec found for delete ", "request_id": "req-4f7cdd3a-c77f-4de1-9e09-e3e777363f78"}]} [pid: 8|app: 0|req: 956/1966] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:44:16 2026] POST /v2.0/networks => generated 630 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:44:16.952 8 INFO neutron.db.segments_db [None req-65ee380c-fbe6-4c62-9121-74b6f5f7b03a 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] Added segment ddcd1ac7-5d22-4beb-819b-721721c74a47 of type vxlan for network 637c28ae-0dfe-46fd-a8ed-a76c45346ef3 2026-06-04 20:44:17.204 8 INFO neutron.db.l3_hamode_db [None req-65ee380c-fbe6-4c62-9121-74b6f5f7b03a 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 20:44:17.306 8 INFO neutron.db.l3_hamode_db [None req-65ee380c-fbe6-4c62-9121-74b6f5f7b03a 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 20:44:17.483 7 INFO neutron.db.l3_hamode_db [None req-9b148ae5-794a-4467-9cc8-31e6b71dfeca 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 20:44:17.700 8 INFO neutron.services.segments.plugin [-] Segment 87378f37-4de5-4727-93f2-08a6b2385ea9 resource provider aggregate not found 2026-06-04 20:44:17.714 8 INFO neutron.services.segments.plugin [-] Segment 87378f37-4de5-4727-93f2-08a6b2385ea9 resource provider aggregate not found 2026-06-04 20:44:17.728 8 INFO neutron.services.segments.plugin [-] Segment 87378f37-4de5-4727-93f2-08a6b2385ea9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87378f37-4de5-4727-93f2-08a6b2385ea9 found for delete ", "request_id": "req-902b93f9-1a41-458a-b3a6-c0c4582e81a7"}]} 2026-06-04 20:44:17.742 8 INFO neutron.services.segments.plugin [-] Segment 87378f37-4de5-4727-93f2-08a6b2385ea9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87378f37-4de5-4727-93f2-08a6b2385ea9 found for delete ", "request_id": "req-fa8855d4-6a59-4fca-9531-1885ee8dfee3"}]} 2026-06-04 20:44:17.761 8 INFO neutron.services.segments.plugin [-] Segment e3ba3715-5982-4f3d-8075-48a6e504062e resource provider aggregate not found 2026-06-04 20:44:17.766 8 INFO neutron.services.segments.plugin [-] Segment e3ba3715-5982-4f3d-8075-48a6e504062e resource provider aggregate not found 2026-06-04 20:44:17.791 8 INFO neutron.services.segments.plugin [-] Segment e3ba3715-5982-4f3d-8075-48a6e504062e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3ba3715-5982-4f3d-8075-48a6e504062e found for delete ", "request_id": "req-b19e5c04-482d-4b28-90b4-0a254cec5c25"}]} 2026-06-04 20:44:17.796 8 INFO neutron.services.segments.plugin [-] Segment e3ba3715-5982-4f3d-8075-48a6e504062e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3ba3715-5982-4f3d-8075-48a6e504062e found for delete ", "request_id": "req-6be287e2-0144-40a4-9e08-4b62d1704dde"}]} [pid: 8|app: 0|req: 957/1967] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:44:16 2026] POST /v2.0/routers => generated 510 bytes in 1057 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1968] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:44:17 2026] GET /v2.0/security-groups?tenant_id=52046336ade748ab9e0c0626025f994d&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1969] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:44:16 2026] POST /v2.0/routers => generated 688 bytes in 1995 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1970] 10.0.0.104 () {34 vars in 664 bytes} [Thu Jun 4 20:44:18 2026] POST /v2.0/ports => generated 743 bytes in 328 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: 960/1971] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:44:18 2026] DELETE /v2.0/security-groups/781e2729-ed80-4d49-92cc-36ced375ff1b => 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: 961/1972] 10.0.0.104 () {32 vars in 721 bytes} [Thu Jun 4 20:44:18 2026] GET /v2.0/routers/a13eb52c-2de6-4401-8183-bc1cc05166aa => generated 694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1973] 10.0.0.104 () {34 vars in 665 bytes} [Thu Jun 4 20:44:18 2026] POST /v2.0/ports => generated 958 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1013/1974] 10.0.0.104 () {32 vars in 647 bytes} [Thu Jun 4 20:44:18 2026] GET /v2.0/routers => generated 697 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1975] 10.0.0.104 () {34 vars in 666 bytes} [Thu Jun 4 20:44:18 2026] POST /v2.0/trunks => generated 407 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1976] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:44:18 2026] GET /v2.0/security-groups?tenant_id=63265a05546847549110fea543d1eed2&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1977] 10.0.0.104 () {34 vars in 741 bytes} [Thu Jun 4 20:44:18 2026] PUT /v2.0/routers/a13eb52c-2de6-4401-8183-bc1cc05166aa => generated 701 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:44:19.425 7 INFO neutron.db.segments_db [None req-6c042a3a-25f1-4c1e-8431-3b08c5856411 c67cc4d8751a423d9eb658dafc3addd5 9d51bd5c303f4cea91c504b698554030 - - default default] Added segment 41163a37-e1e4-4650-ab14-4920d465798c of type vxlan for network dd2e35d4-bb35-4388-b80c-eca39f46eb5d [pid: 7|app: 0|req: 1016/1978] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:44:19 2026] POST /v2.0/networks => generated 632 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1979] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:44:19 2026] DELETE /v2.0/security-groups/bacc81fa-5841-4f92-80c2-27005d17e8b2 => 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: 1018/1980] 10.0.0.104 () {32 vars in 721 bytes} [Thu Jun 4 20:44:19 2026] GET /v2.0/routers/a13eb52c-2de6-4401-8183-bc1cc05166aa => generated 701 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1981] 10.0.0.104 () {34 vars in 783 bytes} [Thu Jun 4 20:44:18 2026] PUT /v2.0/routers/59f99b27-c291-4a39-b706-16cb8eaebfcf/add_router_interface => generated 309 bytes in 1133 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: 964/1982] 10.0.0.104 () {32 vars in 736 bytes} [Thu Jun 4 20:44:19 2026] GET /v2.0/ports?device_id=a13eb52c-2de6-4401-8183-bc1cc05166aa => 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: 1019/1983] 10.0.0.104 () {34 vars in 664 bytes} [Thu Jun 4 20:44:19 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 965/1984] 10.0.0.104 () {32 vars in 717 bytes} [Thu Jun 4 20:44:20 2026] GET /v2.0/ports/2b64c7bf-c1a1-416b-864f-148e5b731842 => generated 1032 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1985] 10.0.0.104 () {34 vars in 666 bytes} [Thu Jun 4 20:44:20 2026] POST /v2.0/trunks => generated 407 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:44:20.224 7 INFO neutron_taas.services.taas.taas_plugin [None req-19b0123e-b7fc-432c-aa28-b4fffe0d93c5 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] TaaS: Handle Delete Port: 65e88f66-b360-4e08-8a65-6eb4e687fe3b 2026-06-04 20:44:20.226 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19b0123e-b7fc-432c-aa28-b4fffe0d93c5 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] Tap Mirror: Handle Delete Port: 65e88f66-b360-4e08-8a65-6eb4e687fe3b 2026-06-04 20:44:20.483 8 INFO neutron_taas.services.taas.taas_plugin [None req-bb0cad2d-1734-4167-85ea-06bfe26c9a2c 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] TaaS: Handle Delete Port: 2b64c7bf-c1a1-416b-864f-148e5b731842 2026-06-04 20:44:20.486 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb0cad2d-1734-4167-85ea-06bfe26c9a2c 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] Tap Mirror: Handle Delete Port: 2b64c7bf-c1a1-416b-864f-148e5b731842 2026-06-04 20:44:20.488 7 INFO neutron_taas.services.taas.taas_plugin [None req-19b0123e-b7fc-432c-aa28-b4fffe0d93c5 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] TaaS: Handle Delete Port: c8c73155-4189-4c2b-9f49-e4c5f8b51008 2026-06-04 20:44:20.492 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19b0123e-b7fc-432c-aa28-b4fffe0d93c5 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] Tap Mirror: Handle Delete Port: c8c73155-4189-4c2b-9f49-e4c5f8b51008 2026-06-04 20:44:20.849 7 INFO neutron.services.segments.plugin [-] Segment eb289019-0129-484b-8cf4-d9c8c3853ed4 resource provider aggregate not found 2026-06-04 20:44:20.855 7 INFO neutron.services.segments.plugin [-] Segment eb289019-0129-484b-8cf4-d9c8c3853ed4 resource provider aggregate not found 2026-06-04 20:44:20.875 7 INFO neutron.services.segments.plugin [-] Segment eb289019-0129-484b-8cf4-d9c8c3853ed4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb289019-0129-484b-8cf4-d9c8c3853ed4 found for delete ", "request_id": "req-43c1f678-f6d0-4f47-9032-ad891389f2f4"}]} 2026-06-04 20:44:20.876 7 INFO neutron.db.l3_hamode_db [None req-19b0123e-b7fc-432c-aa28-b4fffe0d93c5 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] HA network 60b65341-133a-47db-bc3e-fe557fbc8f64 was deleted as no HA routers are present in tenant 1b01664b3c9b497581e6ec2b9cb95673. 2026-06-04 20:44:20.877 7 INFO neutron.services.segments.plugin [-] Segment eb289019-0129-484b-8cf4-d9c8c3853ed4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb289019-0129-484b-8cf4-d9c8c3853ed4 found for delete ", "request_id": "req-11abdc6d-e596-432a-a1ef-c4469ae982e5"}]} [pid: 7|app: 0|req: 1020/1986] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:20 2026] DELETE /v2.0/routers/a13eb52c-2de6-4401-8183-bc1cc05166aa => generated 0 bytes in 869 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1987] 10.0.0.104 () {34 vars in 789 bytes} [Thu Jun 4 20:44:20 2026] PUT /v2.0/routers/59f99b27-c291-4a39-b706-16cb8eaebfcf/remove_router_interface => generated 309 bytes in 698 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 20:44:20.957 7 INFO neutron.db.segments_db [None req-9e626591-c726-4831-9195-0291af975026 c67cc4d8751a423d9eb658dafc3addd5 9d51bd5c303f4cea91c504b698554030 - - default default] Added segment e1ca859b-c18a-4924-be83-57030e2628ee of type vxlan for network 21119194-3ef6-4cef-a3b4-95dcfd491619 2026-06-04 20:44:21.035 8 INFO neutron.api.v2.resource [None req-2a9a7032-4040-429c-b142-e2db15075637 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 968/1988] 10.0.0.104 () {34 vars in 789 bytes} [Thu Jun 4 20:44:20 2026] PUT /v2.0/routers/59f99b27-c291-4a39-b706-16cb8eaebfcf/remove_router_interface => generated 197 bytes in 140 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1989] 10.0.0.104 () {32 vars in 736 bytes} [Thu Jun 4 20:44:21 2026] GET /v2.0/ports?device_id=a13eb52c-2de6-4401-8183-bc1cc05166aa => 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: 1021/1990] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:44:20 2026] POST /v2.0/networks => generated 631 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1991] 10.0.0.104 () {32 vars in 736 bytes} [Thu Jun 4 20:44:21 2026] GET /v2.0/ports?device_id=59f99b27-c291-4a39-b706-16cb8eaebfcf => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:44:21.086 7 INFO neutron.api.v2.resource [None req-ff242e5d-25df-4589-86fe-2a1f584f4c2a 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1022/1992] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:21 2026] DELETE /v2.0/routers/a13eb52c-2de6-4401-8183-bc1cc05166aa => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:44:21.228 7 INFO neutron_taas.services.taas.taas_plugin [None req-b905cef4-9486-4ed2-b66c-4e7f41dc4726 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] TaaS: Handle Delete Port: affa1509-7d23-4fcc-a73c-f181b7d4d9e7 2026-06-04 20:44:21.231 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b905cef4-9486-4ed2-b66c-4e7f41dc4726 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] Tap Mirror: Handle Delete Port: affa1509-7d23-4fcc-a73c-f181b7d4d9e7 [pid: 8|app: 0|req: 971/1993] 10.0.0.104 () {34 vars in 664 bytes} [Thu Jun 4 20:44:21 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 972/1994] 10.0.0.104 () {32 vars in 736 bytes} [Thu Jun 4 20:44:21 2026] GET /v2.0/ports?device_id=4159cc8c-48f5-4164-b805-6bae182f81d5 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:44:21.530 7 INFO neutron.db.l3_hamode_db [None req-b905cef4-9486-4ed2-b66c-4e7f41dc4726 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] HA network 637c28ae-0dfe-46fd-a8ed-a76c45346ef3 was deleted as no HA routers are present in tenant c0e6e4a2329e4fcd8f8b89989d4c8241. [pid: 7|app: 0|req: 1023/1995] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:21 2026] DELETE /v2.0/routers/59f99b27-c291-4a39-b706-16cb8eaebfcf => generated 0 bytes in 448 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:44:21.550 7 INFO neutron.api.v2.resource [None req-4acca8ed-a32e-4ea8-955f-ecef11b3c53a 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1024/1996] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:21 2026] DELETE /v2.0/routers/4159cc8c-48f5-4164-b805-6bae182f81d5 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1997] 10.0.0.104 () {34 vars in 666 bytes} [Thu Jun 4 20:44:21 2026] POST /v2.0/trunks => generated 407 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:44:21.599 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a81957d2-dba9-4b96-88e0-b0ac7a0e70ce 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 974/1998] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:21 2026] DELETE /v2.0/subnets/aee15f27-77ee-401a-9aaa-832533819e41 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1999] 10.0.0.104 () {34 vars in 749 bytes} [Thu Jun 4 20:44:21 2026] PUT /v2.0/trunks/4a63160d-eab7-4346-a25b-50bc24a73e04/tags => generated 17 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/2000] 10.0.0.104 () {32 vars in 736 bytes} [Thu Jun 4 20:44:21 2026] GET /v2.0/ports?device_id=79ab64cd-4459-45de-bc33-56c743a63e1e => 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: 1025/2001] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:21 2026] DELETE /v2.0/subnets/dfe52675-f7b2-4a64-a4f6-2554941b46f6 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:44:21.678 7 INFO neutron.api.v2.resource [None req-cdbbac5a-f839-4b46-b823-d3c5eddccac2 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1026/2002] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:21 2026] DELETE /v2.0/routers/79ab64cd-4459-45de-bc33-56c743a63e1e => 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: 977/2003] 10.0.0.104 () {34 vars in 749 bytes} [Thu Jun 4 20:44:21 2026] PUT /v2.0/trunks/7b451c4e-68e3-4b06-a028-5cb45af3c769/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:44:21.698 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2f51ff25-6309-4a12-aa4d-3fc12c04f407 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 978/2004] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:21 2026] DELETE /v2.0/subnets/21e255b3-d18a-4671-9f8b-9d13ccb15ee0 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2005] 10.0.0.104 () {34 vars in 749 bytes} [Thu Jun 4 20:44:21 2026] PUT /v2.0/trunks/425489fb-ed7a-43ac-a14d-2bbe043c9f3a/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2006] 10.0.0.104 () {32 vars in 736 bytes} [Thu Jun 4 20:44:21 2026] GET /v2.0/ports?device_id=e0ae528e-9298-4542-bacf-e050e2e985c0 => 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: 981/2007] 10.0.0.104 () {34 vars in 749 bytes} [Thu Jun 4 20:44:21 2026] PUT /v2.0/trunks/1c614beb-65f0-424e-b7f9-5238225c3f2b/tags => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2008] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:44:21 2026] DELETE /v2.0/networks/c20c0e8a-44c9-4b42-8a7e-7780c4edc3ea => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:44:21.808 8 INFO neutron.api.v2.resource [None req-a3c85768-b0fc-4ec7-848b-575e7145dc1e 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 982/2009] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:21 2026] DELETE /v2.0/routers/e0ae528e-9298-4542-bacf-e050e2e985c0 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2010] 10.0.0.104 () {32 vars in 662 bytes} [Thu Jun 4 20:44:21 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:44:21.830 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ab2be1ea-7801-42f9-b2f8-10b637020bf8 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1029/2011] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:21 2026] DELETE /v2.0/subnets/84f138f0-809f-441a-94d3-9c02893e4b5a => 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: 1030/2012] 10.0.0.104 () {32 vars in 676 bytes} [Thu Jun 4 20:44:21 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:44:21.861 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a4c5906b-dd0e-4de9-86f4-06f459aed6c5 7dbe74c198cd42018a5e9e4d59da534c 1b01664b3c9b497581e6ec2b9cb95673 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1031/2013] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:21 2026] DELETE /v2.0/subnets/3ff4f0cc-3720-4a3e-8dc1-043a1b9df0b7 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:44:21.868 8 INFO neutron.db.segments_db [None req-688d39fa-a2a3-4ade-aebb-1d7b25be4139 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] Added segment 59302399-ed61-4d7b-8f61-8011f3027971 of type vxlan for network a1ded28a-e4e2-43f4-8cbb-6c80dcee4c5e [pid: 7|app: 0|req: 1032/2014] 10.0.0.104 () {32 vars in 672 bytes} [Thu Jun 4 20:44:21 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2015] 10.0.0.104 () {32 vars in 684 bytes} [Thu Jun 4 20:44:21 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2016] 10.0.0.104 () {32 vars in 670 bytes} [Thu Jun 4 20:44:21 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2017] 10.0.0.104 () {32 vars in 684 bytes} [Thu Jun 4 20:44:21 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2018] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:44:21 2026] POST /v2.0/networks => generated 634 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2019] 10.0.0.104 () {32 vars in 680 bytes} [Thu Jun 4 20:44:21 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2020] 10.0.0.104 () {32 vars in 692 bytes} [Thu Jun 4 20:44:22 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2021] 10.0.0.104 () {32 vars in 719 bytes} [Thu Jun 4 20:44:22 2026] GET /v2.0/trunks/4a63160d-eab7-4346-a25b-50bc24a73e04 => generated 412 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2022] 10.0.0.104 () {32 vars in 717 bytes} [Thu Jun 4 20:44:22 2026] GET /v2.0/ports/28a08de7-63b3-4571-bdd1-d782853ea535 => generated 826 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2023] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:44:21 2026] POST /v2.0/subnets => generated 646 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2024] 10.0.0.104 () {32 vars in 722 bytes} [Thu Jun 4 20:44:22 2026] DELETE /v2.0/trunks/4a63160d-eab7-4346-a25b-50bc24a73e04 => 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: 1041/2025] 10.0.0.104 () {32 vars in 719 bytes} [Thu Jun 4 20:44:22 2026] GET /v2.0/trunks/7b451c4e-68e3-4b06-a028-5cb45af3c769 => generated 420 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:44:22.304 8 INFO neutron.db.segments_db [None req-539e568f-1e5e-46cd-85bb-a3fcba62b07a 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] Added segment 49695435-57c4-462c-8c2f-fba42a2ddad4 of type vxlan for network 19986bbb-c3ce-4fcb-b505-a8f88f0f36e3 [pid: 7|app: 0|req: 1042/2026] 10.0.0.104 () {32 vars in 717 bytes} [Thu Jun 4 20:44:22 2026] GET /v2.0/ports/1fa6b3e7-353c-4f94-a1f2-3f5382d81a84 => generated 826 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:44:22.532 8 INFO neutron.db.l3_hamode_db [None req-539e568f-1e5e-46cd-85bb-a3fcba62b07a 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1043/2027] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:44:22 2026] GET /v2.0/security-groups?tenant_id=1b01664b3c9b497581e6ec2b9cb95673&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2028] 10.0.0.104 () {32 vars in 722 bytes} [Thu Jun 4 20:44:22 2026] DELETE /v2.0/trunks/7b451c4e-68e3-4b06-a028-5cb45af3c769 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:44:22.635 8 INFO neutron.db.l3_hamode_db [None req-539e568f-1e5e-46cd-85bb-a3fcba62b07a 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1045/2029] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:44:22 2026] DELETE /v2.0/security-groups/3a6b8582-247e-4ef2-81b9-e8d45a4ba105 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2030] 10.0.0.104 () {32 vars in 719 bytes} [Thu Jun 4 20:44:22 2026] GET /v2.0/trunks/425489fb-ed7a-43ac-a14d-2bbe043c9f3a => generated 429 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2031] 10.0.0.104 () {32 vars in 717 bytes} [Thu Jun 4 20:44:22 2026] GET /v2.0/ports/9deacdd9-a335-455a-9869-cec8055aa049 => generated 826 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:44:22.896 7 INFO neutron.services.segments.plugin [-] Segment ddcd1ac7-5d22-4beb-819b-721721c74a47 resource provider aggregate not found [pid: 7|app: 0|req: 1048/2032] 10.0.0.104 () {32 vars in 722 bytes} [Thu Jun 4 20:44:22 2026] DELETE /v2.0/trunks/425489fb-ed7a-43ac-a14d-2bbe043c9f3a => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:44:22.906 7 INFO neutron.services.segments.plugin [-] Segment ddcd1ac7-5d22-4beb-819b-721721c74a47 resource provider aggregate not found 2026-06-04 20:44:22.921 7 INFO neutron.services.segments.plugin [-] Segment ddcd1ac7-5d22-4beb-819b-721721c74a47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ddcd1ac7-5d22-4beb-819b-721721c74a47 found for delete ", "request_id": "req-0590d2cf-e755-4845-b7b5-76b388739ab0"}]} 2026-06-04 20:44:22.926 7 INFO neutron.services.segments.plugin [-] Segment ddcd1ac7-5d22-4beb-819b-721721c74a47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ddcd1ac7-5d22-4beb-819b-721721c74a47 found for delete ", "request_id": "req-2bbc915f-5f6c-4cfb-b8d2-9730d8a6a067"}]} 2026-06-04 20:44:22.942 7 INFO neutron.services.segments.plugin [-] Segment 8fdff89b-53f1-4a8e-92a9-cd408b83ade2 resource provider aggregate not found 2026-06-04 20:44:22.945 7 INFO neutron.services.segments.plugin [-] Segment 8fdff89b-53f1-4a8e-92a9-cd408b83ade2 resource provider aggregate not found 2026-06-04 20:44:22.960 7 INFO neutron.services.segments.plugin [-] Segment 8fdff89b-53f1-4a8e-92a9-cd408b83ade2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fdff89b-53f1-4a8e-92a9-cd408b83ade2 found for delete ", "request_id": "req-344db38e-b49e-4656-8e48-23f6785fe0da"}]} 2026-06-04 20:44:22.969 7 INFO neutron.services.segments.plugin [-] Segment 8fdff89b-53f1-4a8e-92a9-cd408b83ade2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fdff89b-53f1-4a8e-92a9-cd408b83ade2 found for delete ", "request_id": "req-b442aa07-46e6-44c4-a34e-0c962600ade4"}]} 2026-06-04 20:44:23.209 7 INFO neutron.db.segments_db [None req-8a18b3aa-a734-488b-87d6-95ee20375f35 d802e301491c40e6aa9c605c08911fcb 8208fa8c1f19499b9c559108dbbd17d5 - - default default] Added segment be4351e4-9389-4622-bac4-f2f03a4f9ec0 of type vxlan for network 421b09fa-566b-497f-b006-71875d7fd678 [pid: 7|app: 0|req: 1049/2033] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:44:22 2026] POST /v2.0/networks => generated 632 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2034] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:44:22 2026] POST /v2.0/routers => generated 510 bytes in 1056 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2035] 10.0.0.104 () {32 vars in 719 bytes} [Thu Jun 4 20:44:23 2026] GET /v2.0/trunks/1c614beb-65f0-424e-b7f9-5238225c3f2b => 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: 986/2036] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:44:23 2026] POST /v2.0/subnets => generated 626 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2037] 10.0.0.104 () {32 vars in 717 bytes} [Thu Jun 4 20:44:23 2026] GET /v2.0/ports/ae9b996a-813c-41fb-83ab-c6a5422c318d => generated 826 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2038] 10.0.0.104 () {34 vars in 751 bytes} [Thu Jun 4 20:44:23 2026] PUT /v2.0/subnets/7cbe471a-b229-467f-a6c0-295bc35c955b/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2039] 10.0.0.104 () {32 vars in 722 bytes} [Thu Jun 4 20:44:23 2026] DELETE /v2.0/trunks/1c614beb-65f0-424e-b7f9-5238225c3f2b => 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: 990/2040] 10.0.0.104 () {32 vars in 731 bytes} [Thu Jun 4 20:44:23 2026] GET /v2.0/subnets/7cbe471a-b229-467f-a6c0-295bc35c955b/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2041] 10.0.0.104 () {32 vars in 719 bytes} [Thu Jun 4 20:44:23 2026] GET /v2.0/trunks/dac01aa9-d33e-4630-88d5-7da763e5c429 => generated 407 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2042] 10.0.0.104 () {34 vars in 762 bytes} [Thu Jun 4 20:44:23 2026] PUT /v2.0/subnets/7cbe471a-b229-467f-a6c0-295bc35c955b/tags/green => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2043] 10.0.0.104 () {32 vars in 717 bytes} [Thu Jun 4 20:44:23 2026] GET /v2.0/ports/e0412ea2-f7db-4cc7-b4bb-468f2b2b2675 => generated 826 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2044] 10.0.0.104 () {32 vars in 731 bytes} [Thu Jun 4 20:44:24 2026] GET /v2.0/subnets/7cbe471a-b229-467f-a6c0-295bc35c955b/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2045] 10.0.0.104 () {32 vars in 722 bytes} [Thu Jun 4 20:44:24 2026] DELETE /v2.0/trunks/dac01aa9-d33e-4630-88d5-7da763e5c429 => 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: 996/2046] 10.0.0.104 () {34 vars in 758 bytes} [Thu Jun 4 20:44:24 2026] PUT /v2.0/subnets/7cbe471a-b229-467f-a6c0-295bc35c955b/tags/red => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-04 20:44:24.266 8 INFO neutron_taas.services.taas.taas_plugin [None req-fe85c269-b83d-4198-a108-4ce8a0c6faa5 c67cc4d8751a423d9eb658dafc3addd5 9d51bd5c303f4cea91c504b698554030 - - default default] TaaS: Handle Delete Port: 28a08de7-63b3-4571-bdd1-d782853ea535 2026-06-04 20:44:24.269 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe85c269-b83d-4198-a108-4ce8a0c6faa5 c67cc4d8751a423d9eb658dafc3addd5 9d51bd5c303f4cea91c504b698554030 - - default default] Tap Mirror: Handle Delete Port: 28a08de7-63b3-4571-bdd1-d782853ea535 [pid: 7|app: 0|req: 1051/2047] 10.0.0.104 () {34 vars in 783 bytes} [Thu Jun 4 20:44:23 2026] PUT /v2.0/routers/985ae401-f250-4bc6-af48-473ff065678f/add_router_interface => generated 309 bytes in 1039 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2048] 10.0.0.104 () {32 vars in 720 bytes} [Thu Jun 4 20:44:24 2026] DELETE /v2.0/ports/28a08de7-63b3-4571-bdd1-d782853ea535 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2049] 10.0.0.104 () {32 vars in 717 bytes} [Thu Jun 4 20:44:24 2026] GET /v2.0/ports/d0107565-cc26-42e9-97ca-4d0eb81a323a => generated 959 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2050] 10.0.0.104 () {32 vars in 731 bytes} [Thu Jun 4 20:44:24 2026] GET /v2.0/subnets/7cbe471a-b229-467f-a6c0-295bc35c955b/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:44:24.516 8 INFO neutron_taas.services.taas.taas_plugin [None req-ee18c300-6a95-4ee3-99ba-0348cd0eb089 c67cc4d8751a423d9eb658dafc3addd5 9d51bd5c303f4cea91c504b698554030 - - default default] TaaS: Handle Delete Port: 1fa6b3e7-353c-4f94-a1f2-3f5382d81a84 2026-06-04 20:44:24.519 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee18c300-6a95-4ee3-99ba-0348cd0eb089 c67cc4d8751a423d9eb658dafc3addd5 9d51bd5c303f4cea91c504b698554030 - - default default] Tap Mirror: Handle Delete Port: 1fa6b3e7-353c-4f94-a1f2-3f5382d81a84 [pid: 8|app: 0|req: 999/2051] 10.0.0.104 () {32 vars in 720 bytes} [Thu Jun 4 20:44:24 2026] DELETE /v2.0/ports/1fa6b3e7-353c-4f94-a1f2-3f5382d81a84 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2052] 10.0.0.104 () {34 vars in 780 bytes} [Thu Jun 4 20:44:24 2026] PUT /v2.0/subnets/7cbe471a-b229-467f-a6c0-295bc35c955b/tags/black.or.white => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-04 20:44:24.734 7 INFO neutron_taas.services.taas.taas_plugin [None req-27acb87b-0152-476c-be83-9fed74ab551c 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] TaaS: Handle Delete Port: d0107565-cc26-42e9-97ca-4d0eb81a323a 2026-06-04 20:44:24.738 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27acb87b-0152-476c-be83-9fed74ab551c 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] Tap Mirror: Handle Delete Port: d0107565-cc26-42e9-97ca-4d0eb81a323a 2026-06-04 20:44:24.794 8 INFO neutron_taas.services.taas.taas_plugin [None req-f27dde09-4db4-4bf6-ba87-b08d75654c28 c67cc4d8751a423d9eb658dafc3addd5 9d51bd5c303f4cea91c504b698554030 - - default default] TaaS: Handle Delete Port: 9deacdd9-a335-455a-9869-cec8055aa049 2026-06-04 20:44:24.798 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f27dde09-4db4-4bf6-ba87-b08d75654c28 c67cc4d8751a423d9eb658dafc3addd5 9d51bd5c303f4cea91c504b698554030 - - default default] Tap Mirror: Handle Delete Port: 9deacdd9-a335-455a-9869-cec8055aa049 [pid: 8|app: 0|req: 1001/2053] 10.0.0.104 () {32 vars in 720 bytes} [Thu Jun 4 20:44:24 2026] DELETE /v2.0/ports/9deacdd9-a335-455a-9869-cec8055aa049 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2054] 10.0.0.104 () {32 vars in 731 bytes} [Thu Jun 4 20:44:24 2026] GET /v2.0/subnets/7cbe471a-b229-467f-a6c0-295bc35c955b/tags => generated 52 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:44:25.073 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a518499-db80-4599-986b-43a380f3b74e c67cc4d8751a423d9eb658dafc3addd5 9d51bd5c303f4cea91c504b698554030 - - default default] TaaS: Handle Delete Port: ae9b996a-813c-41fb-83ab-c6a5422c318d 2026-06-04 20:44:25.076 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a518499-db80-4599-986b-43a380f3b74e c67cc4d8751a423d9eb658dafc3addd5 9d51bd5c303f4cea91c504b698554030 - - default default] Tap Mirror: Handle Delete Port: ae9b996a-813c-41fb-83ab-c6a5422c318d [pid: 7|app: 0|req: 1053/2055] 10.0.0.104 () {34 vars in 789 bytes} [Thu Jun 4 20:44:24 2026] PUT /v2.0/routers/985ae401-f250-4bc6-af48-473ff065678f/remove_router_interface => generated 309 bytes in 721 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2056] 10.0.0.104 () {32 vars in 720 bytes} [Thu Jun 4 20:44:24 2026] DELETE /v2.0/ports/ae9b996a-813c-41fb-83ab-c6a5422c318d => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2057] 10.0.0.104 () {34 vars in 751 bytes} [Thu Jun 4 20:44:25 2026] PUT /v2.0/subnets/7cbe471a-b229-467f-a6c0-295bc35c955b/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2058] 10.0.0.104 () {32 vars in 736 bytes} [Thu Jun 4 20:44:25 2026] GET /v2.0/ports?device_id=985ae401-f250-4bc6-af48-473ff065678f => 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: 1005/2059] 10.0.0.104 () {32 vars in 731 bytes} [Thu Jun 4 20:44:25 2026] GET /v2.0/subnets/7cbe471a-b229-467f-a6c0-295bc35c955b/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:44:25.283 7 INFO neutron_taas.services.taas.taas_plugin [None req-627b9ca1-6401-4b15-92b2-c84cbac9c54f c67cc4d8751a423d9eb658dafc3addd5 9d51bd5c303f4cea91c504b698554030 - - default default] TaaS: Handle Delete Port: e0412ea2-f7db-4cc7-b4bb-468f2b2b2675 2026-06-04 20:44:25.287 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-627b9ca1-6401-4b15-92b2-c84cbac9c54f c67cc4d8751a423d9eb658dafc3addd5 9d51bd5c303f4cea91c504b698554030 - - default default] Tap Mirror: Handle Delete Port: e0412ea2-f7db-4cc7-b4bb-468f2b2b2675 [pid: 7|app: 0|req: 1055/2060] 10.0.0.104 () {32 vars in 720 bytes} [Thu Jun 4 20:44:25 2026] DELETE /v2.0/ports/e0412ea2-f7db-4cc7-b4bb-468f2b2b2675 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:44:25.391 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d037a30-aab4-4d58-b1a9-5a5fb9527642 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] TaaS: Handle Delete Port: 37ba859f-5a7c-4f31-87c6-b9159a970548 2026-06-04 20:44:25.393 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d037a30-aab4-4d58-b1a9-5a5fb9527642 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] Tap Mirror: Handle Delete Port: 37ba859f-5a7c-4f31-87c6-b9159a970548 [pid: 7|app: 0|req: 1056/2061] 10.0.0.104 () {32 vars in 739 bytes} [Thu Jun 4 20:44:25 2026] GET /v2.0/subnets/7cbe471a-b229-467f-a6c0-295bc35c955b/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:44:25.517 7 INFO neutron.services.segments.plugin [-] Segment d6c7b705-e7e9-40c0-98a8-75398ca58cdd resource provider aggregate not found 2026-06-04 20:44:25.528 7 INFO neutron.services.segments.plugin [-] Segment d6c7b705-e7e9-40c0-98a8-75398ca58cdd resource provider aggregate not found 2026-06-04 20:44:25.545 7 INFO neutron.services.segments.plugin [-] Segment d6c7b705-e7e9-40c0-98a8-75398ca58cdd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6c7b705-e7e9-40c0-98a8-75398ca58cdd found for delete ", "request_id": "req-fe9d0de5-9a19-447e-9ed7-d0b820e6e62c"}]} 2026-06-04 20:44:25.556 7 INFO neutron.services.segments.plugin [-] Segment d6c7b705-e7e9-40c0-98a8-75398ca58cdd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6c7b705-e7e9-40c0-98a8-75398ca58cdd found for delete ", "request_id": "req-388f411e-f42c-429d-90be-ce3229f62d5d"}]} [pid: 7|app: 0|req: 1057/2062] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:44:25 2026] DELETE /v2.0/networks/83233e87-e67c-46d3-aa98-dcdce931bb8a => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:44:25.613 7 INFO neutron.api.v2.resource [None req-3de19890-5dac-49bd-955a-76bc48506cea d802e301491c40e6aa9c605c08911fcb 8208fa8c1f19499b9c559108dbbd17d5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1058/2063] 10.0.0.104 () {32 vars in 743 bytes} [Thu Jun 4 20:44:25 2026] GET /v2.0/subnets/7cbe471a-b229-467f-a6c0-295bc35c955b/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2064] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:44:25 2026] DELETE /v2.0/networks/4e25d5dd-bf48-4820-b0f8-c5edba7a986b => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:44:25.803 8 INFO neutron.services.segments.plugin [-] Segment 49695435-57c4-462c-8c2f-fba42a2ddad4 resource provider aggregate not found 2026-06-04 20:44:25.805 8 INFO neutron.services.segments.plugin [-] Segment 49695435-57c4-462c-8c2f-fba42a2ddad4 resource provider aggregate not found 2026-06-04 20:44:25.827 8 INFO neutron.services.segments.plugin [-] Segment 49695435-57c4-462c-8c2f-fba42a2ddad4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49695435-57c4-462c-8c2f-fba42a2ddad4 found for delete ", "request_id": "req-3a16e28f-51b9-4e5f-aab0-f0b072483129"}]} 2026-06-04 20:44:25.828 8 INFO neutron.services.segments.plugin [-] Segment 49695435-57c4-462c-8c2f-fba42a2ddad4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49695435-57c4-462c-8c2f-fba42a2ddad4 found for delete ", "request_id": "req-2b1c7cff-94e3-4d15-9a43-913dd95a23a0"}]} [pid: 7|app: 0|req: 1060/2065] 10.0.0.104 () {32 vars in 742 bytes} [Thu Jun 4 20:44:25 2026] DELETE /v2.0/subnets/7cbe471a-b229-467f-a6c0-295bc35c955b/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:44:25.840 8 INFO neutron.db.l3_hamode_db [None req-7d037a30-aab4-4d58-b1a9-5a5fb9527642 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] HA network 19986bbb-c3ce-4fcb-b505-a8f88f0f36e3 was deleted as no HA routers are present in tenant c0e6e4a2329e4fcd8f8b89989d4c8241. [pid: 8|app: 0|req: 1006/2068] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:25 2026] DELETE /v2.0/routers/985ae401-f250-4bc6-af48-473ff065678f => generated 0 bytes in 621 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2069] 10.0.0.104 () {32 vars in 731 bytes} [Thu Jun 4 20:44:25 2026] GET /v2.0/subnets/7cbe471a-b229-467f-a6c0-295bc35c955b/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2070] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:44:25 2026] DELETE /v2.0/networks/ab628ac2-0b65-4904-bd6e-15a091fde313 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2071] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:25 2026] DELETE /v2.0/subnets/5c7289b7-2383-4e37-8356-0981e3062da4 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:44:26.050 7 INFO neutron.api.v2.resource [None req-a87b5534-81e7-433e-bd4a-02aa19a4f929 d802e301491c40e6aa9c605c08911fcb 8208fa8c1f19499b9c559108dbbd17d5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1064/2072] 10.0.0.104 () {32 vars in 746 bytes} [Thu Jun 4 20:44:25 2026] DELETE /v2.0/subnets/7cbe471a-b229-467f-a6c0-295bc35c955b/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-04 20:44:26.143 7 INFO neutron_taas.services.taas.taas_plugin [None req-99e89cf8-1627-4e13-996d-bf5dd0012a1c 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] TaaS: Handle Delete Port: 965287bc-0774-41e2-8598-da80b6df13c2 2026-06-04 20:44:26.147 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99e89cf8-1627-4e13-996d-bf5dd0012a1c 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] Tap Mirror: Handle Delete Port: 965287bc-0774-41e2-8598-da80b6df13c2 [pid: 8|app: 0|req: 1009/2073] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:44:26 2026] DELETE /v2.0/networks/dd2e35d4-bb35-4388-b80c-eca39f46eb5d => 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: 1010/2074] 10.0.0.104 () {32 vars in 734 bytes} [Thu Jun 4 20:44:26 2026] DELETE /v2.0/subnets/7cbe471a-b229-467f-a6c0-295bc35c955b/tags => 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: 1011/2075] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:44:26 2026] DELETE /v2.0/networks/21119194-3ef6-4cef-a3b4-95dcfd491619 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2076] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:44:26 2026] DELETE /v2.0/networks/a1ded28a-e4e2-43f4-8cbb-6c80dcee4c5e => generated 0 bytes in 350 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2077] 10.0.0.104 () {32 vars in 731 bytes} [Thu Jun 4 20:44:26 2026] GET /v2.0/subnets/7cbe471a-b229-467f-a6c0-295bc35c955b/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:44:26.478 7 INFO neutron.db.segments_db [None req-b412f935-352b-47ab-9c76-2d88d405a35d 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] Added segment 06c8eb05-0593-4835-bcd0-97b4deb95a91 of type vxlan for network 7eeef30e-80e2-48c3-864f-ef913040e04f [pid: 8|app: 0|req: 1013/2078] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:26 2026] DELETE /v2.0/subnets/7cbe471a-b229-467f-a6c0-295bc35c955b => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2079] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:44:26 2026] DELETE /v2.0/networks/421b09fa-566b-497f-b006-71875d7fd678 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:44:26.755 7 INFO neutron.db.l3_hamode_db [None req-b412f935-352b-47ab-9c76-2d88d405a35d 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1015/2080] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:44:27 2026] GET /v2.0/security-groups?tenant_id=e4d299bfb2b24ca78bb96caec88875f6&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:44:27.567 7 INFO neutron.services.segments.plugin [-] Segment 7e12952e-b766-4be1-81e6-f99a377d6fa6 resource provider aggregate not found [pid: 8|app: 0|req: 1016/2081] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:44:27 2026] GET /v2.0/security-groups?tenant_id=3078db472924414f914698593ebbfbb7&name=default => generated 2925 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:44:27.591 7 INFO neutron.services.segments.plugin [-] Segment 7e12952e-b766-4be1-81e6-f99a377d6fa6 resource provider aggregate not found 2026-06-04 20:44:27.594 7 INFO neutron.services.segments.plugin [-] Segment 7e12952e-b766-4be1-81e6-f99a377d6fa6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e12952e-b766-4be1-81e6-f99a377d6fa6 found for delete ", "request_id": "req-5d995124-a469-482f-90e0-a8e03aebaffa"}]} 2026-06-04 20:44:27.617 7 INFO neutron.services.segments.plugin [-] Segment 7e12952e-b766-4be1-81e6-f99a377d6fa6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e12952e-b766-4be1-81e6-f99a377d6fa6 found for delete ", "request_id": "req-928935fe-ad72-4390-990d-16cc56a2c1df"}]} 2026-06-04 20:44:27.622 7 INFO neutron.services.segments.plugin [-] Segment 10d4a1c1-fbe5-4307-bdc3-018d22811c11 resource provider aggregate not found [pid: 8|app: 0|req: 1017/2082] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:44:27 2026] GET /v2.0/security-groups?tenant_id=8208fa8c1f19499b9c559108dbbd17d5&name=default => generated 2925 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:44:27.641 7 INFO neutron.services.segments.plugin [-] Segment 10d4a1c1-fbe5-4307-bdc3-018d22811c11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10d4a1c1-fbe5-4307-bdc3-018d22811c11 found for delete ", "request_id": "req-b5c1c725-bd95-4e00-a643-4ebebf94752f"}]} 2026-06-04 20:44:27.642 7 INFO neutron.services.segments.plugin [-] Segment 10d4a1c1-fbe5-4307-bdc3-018d22811c11 resource provider aggregate not found 2026-06-04 20:44:27.653 7 INFO neutron.db.l3_hamode_db [None req-b412f935-352b-47ab-9c76-2d88d405a35d 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 20:44:27.663 7 INFO neutron.services.segments.plugin [-] Segment 59302399-ed61-4d7b-8f61-8011f3027971 resource provider aggregate not found 2026-06-04 20:44:27.663 7 INFO neutron.services.segments.plugin [-] Segment 10d4a1c1-fbe5-4307-bdc3-018d22811c11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10d4a1c1-fbe5-4307-bdc3-018d22811c11 found for delete ", "request_id": "req-1a663797-4754-4689-97d7-4acf37a6de06"}]} 2026-06-04 20:44:27.682 7 INFO neutron.services.segments.plugin [-] Segment 59302399-ed61-4d7b-8f61-8011f3027971 resource provider aggregate not found 2026-06-04 20:44:27.696 7 INFO neutron.services.segments.plugin [-] Segment 59302399-ed61-4d7b-8f61-8011f3027971 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59302399-ed61-4d7b-8f61-8011f3027971 found for delete ", "request_id": "req-b09f2c86-8e8e-4b75-824d-bec5bdc68841"}]} [pid: 8|app: 0|req: 1018/2083] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:44:27 2026] DELETE /v2.0/security-groups/62cba6af-a1d6-4d0b-8dac-74da40860fc6 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:44:27.708 7 INFO neutron.services.segments.plugin [-] Segment 59302399-ed61-4d7b-8f61-8011f3027971 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59302399-ed61-4d7b-8f61-8011f3027971 found for delete ", "request_id": "req-6fe5965b-68ae-4fff-8636-045866d324bb"}]} [pid: 8|app: 0|req: 1019/2084] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:44:27 2026] DELETE /v2.0/security-groups/a4c3ddd2-5e18-4020-adaf-28707aaac56b => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:44:27.854 8 INFO neutron.services.segments.plugin [-] Segment 41163a37-e1e4-4650-ab14-4920d465798c resource provider aggregate not found 2026-06-04 20:44:27.857 8 INFO neutron.services.segments.plugin [-] Segment 41163a37-e1e4-4650-ab14-4920d465798c resource provider aggregate not found 2026-06-04 20:44:27.870 8 INFO neutron.services.segments.plugin [-] Segment 41163a37-e1e4-4650-ab14-4920d465798c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41163a37-e1e4-4650-ab14-4920d465798c found for delete ", "request_id": "req-ea707463-d8df-4397-98c5-ae79b6a6f322"}]} 2026-06-04 20:44:27.878 8 INFO neutron.services.segments.plugin [-] Segment 41163a37-e1e4-4650-ab14-4920d465798c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41163a37-e1e4-4650-ab14-4920d465798c found for delete ", "request_id": "req-d8c88c16-3f76-4da7-93e3-9b9395edfaef"}]} 2026-06-04 20:44:27.895 8 INFO neutron.services.segments.plugin [-] Segment e1ca859b-c18a-4924-be83-57030e2628ee resource provider aggregate not found 2026-06-04 20:44:27.902 8 INFO neutron.services.segments.plugin [-] Segment e1ca859b-c18a-4924-be83-57030e2628ee resource provider aggregate not found 2026-06-04 20:44:27.925 8 INFO neutron.services.segments.plugin [-] Segment e1ca859b-c18a-4924-be83-57030e2628ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1ca859b-c18a-4924-be83-57030e2628ee found for delete ", "request_id": "req-948156d2-ab76-48aa-9dc6-1b1e9bd4ccc8"}]} 2026-06-04 20:44:27.929 8 INFO neutron.services.segments.plugin [-] Segment e1ca859b-c18a-4924-be83-57030e2628ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1ca859b-c18a-4924-be83-57030e2628ee found for delete ", "request_id": "req-ad1f97c2-6bbc-47d8-af6c-94febcb6c06e"}]} 2026-06-04 20:44:27.953 8 INFO neutron.services.segments.plugin [-] Segment be4351e4-9389-4622-bac4-f2f03a4f9ec0 resource provider aggregate not found 2026-06-04 20:44:27.957 8 INFO neutron.services.segments.plugin [-] Segment be4351e4-9389-4622-bac4-f2f03a4f9ec0 resource provider aggregate not found 2026-06-04 20:44:27.978 8 INFO neutron.services.segments.plugin [-] Segment be4351e4-9389-4622-bac4-f2f03a4f9ec0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be4351e4-9389-4622-bac4-f2f03a4f9ec0 found for delete ", "request_id": "req-080fad73-20b4-4bc4-965f-2470d1276a1e"}]} 2026-06-04 20:44:27.979 8 INFO neutron.services.segments.plugin [-] Segment be4351e4-9389-4622-bac4-f2f03a4f9ec0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be4351e4-9389-4622-bac4-f2f03a4f9ec0 found for delete ", "request_id": "req-2575c016-70c4-422e-8b9a-8aacc7747341"}]} [pid: 8|app: 0|req: 1020/2085] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:44:27 2026] DELETE /v2.0/security-groups/261c700c-6682-4666-9c93-36aeb2983803 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2086] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:44:27 2026] GET /v2.0/security-groups?tenant_id=45a7a16b7f8f4625b04d1ffb32d6b1a6&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2087] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:44:28 2026] GET /v2.0/security-groups?tenant_id=9d51bd5c303f4cea91c504b698554030&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: 1023/2088] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:44:28 2026] GET /v2.0/security-groups?tenant_id=9316b832a43849369f64b73481c698e5&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: 1024/2089] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:44:28 2026] DELETE /v2.0/security-groups/acb602e5-3126-4674-a4e7-226d022aa29a => 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: 1025/2090] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:44:28 2026] DELETE /v2.0/security-groups/32202fad-dc53-47f9-96d6-1de2f6dd8694 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2091] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:44:28 2026] DELETE /v2.0/security-groups/2bbe51ed-751c-4c63-b69b-6f8ca87a9f48 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2092] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:44:26 2026] POST /v2.0/routers => generated 692 bytes in 2169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2093] 10.0.0.104 () {32 vars in 721 bytes} [Thu Jun 4 20:44:28 2026] GET /v2.0/routers/549ff200-b69c-4c93-a0a7-885b6b22ae58 => generated 698 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2094] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:44:28 2026] GET /v2.0/security-groups?tenant_id=8d4a62b8f3bc4018aebcafe8eeadada0&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2095] 10.0.0.104 () {32 vars in 647 bytes} [Thu Jun 4 20:44:28 2026] GET /v2.0/routers => generated 701 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2096] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:44:28 2026] DELETE /v2.0/security-groups/309ce615-d14b-4334-8788-6a046c8035ba => 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: 1069/2097] 10.0.0.104 () {34 vars in 741 bytes} [Thu Jun 4 20:44:28 2026] PUT /v2.0/routers/549ff200-b69c-4c93-a0a7-885b6b22ae58 => generated 705 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2098] 10.0.0.104 () {32 vars in 721 bytes} [Thu Jun 4 20:44:29 2026] GET /v2.0/routers/549ff200-b69c-4c93-a0a7-885b6b22ae58 => generated 705 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2099] 10.0.0.104 () {32 vars in 736 bytes} [Thu Jun 4 20:44:29 2026] GET /v2.0/ports?device_id=549ff200-b69c-4c93-a0a7-885b6b22ae58 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:44:29.477 8 INFO neutron_taas.services.taas.taas_plugin [None req-595d449c-47c5-4632-8b18-703103c96bc4 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] TaaS: Handle Delete Port: 0290b1bf-420a-4e61-b6b1-83a596498125 2026-06-04 20:44:29.480 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-595d449c-47c5-4632-8b18-703103c96bc4 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] Tap Mirror: Handle Delete Port: 0290b1bf-420a-4e61-b6b1-83a596498125 2026-06-04 20:44:29.701 8 INFO neutron_taas.services.taas.taas_plugin [None req-595d449c-47c5-4632-8b18-703103c96bc4 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] TaaS: Handle Delete Port: 35f35f40-3da6-42b0-8fa4-1cb9136220ee 2026-06-04 20:44:29.704 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-595d449c-47c5-4632-8b18-703103c96bc4 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] Tap Mirror: Handle Delete Port: 35f35f40-3da6-42b0-8fa4-1cb9136220ee 2026-06-04 20:44:30.074 8 INFO neutron.services.segments.plugin [-] Segment 06c8eb05-0593-4835-bcd0-97b4deb95a91 resource provider aggregate not found 2026-06-04 20:44:30.082 8 INFO neutron.services.segments.plugin [-] Segment 06c8eb05-0593-4835-bcd0-97b4deb95a91 resource provider aggregate not found 2026-06-04 20:44:30.094 8 INFO neutron.services.segments.plugin [-] Segment 06c8eb05-0593-4835-bcd0-97b4deb95a91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06c8eb05-0593-4835-bcd0-97b4deb95a91 found for delete ", "request_id": "req-74be9671-238f-448c-b22e-954d85684b50"}]} 2026-06-04 20:44:30.108 8 INFO neutron.services.segments.plugin [-] Segment 06c8eb05-0593-4835-bcd0-97b4deb95a91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06c8eb05-0593-4835-bcd0-97b4deb95a91 found for delete ", "request_id": "req-5793069f-8346-4532-94cf-c1d41f3e5e49"}]} 2026-06-04 20:44:30.118 8 INFO neutron.db.l3_hamode_db [None req-595d449c-47c5-4632-8b18-703103c96bc4 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] HA network 7eeef30e-80e2-48c3-864f-ef913040e04f was deleted as no HA routers are present in tenant c0e6e4a2329e4fcd8f8b89989d4c8241. [pid: 8|app: 0|req: 1030/2100] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:29 2026] DELETE /v2.0/routers/549ff200-b69c-4c93-a0a7-885b6b22ae58 => generated 0 bytes in 852 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2101] 10.0.0.104 () {32 vars in 736 bytes} [Thu Jun 4 20:44:30 2026] GET /v2.0/ports?device_id=549ff200-b69c-4c93-a0a7-885b6b22ae58 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:44:30.178 8 INFO neutron.api.v2.resource [None req-d1c5add4-9241-4e80-a01e-c63086fd752b 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1031/2102] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:30 2026] DELETE /v2.0/routers/549ff200-b69c-4c93-a0a7-885b6b22ae58 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2103] 10.0.0.104 () {32 vars in 736 bytes} [Thu Jun 4 20:44:30 2026] GET /v2.0/ports?device_id=985ae401-f250-4bc6-af48-473ff065678f => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:44:30.234 8 INFO neutron.api.v2.resource [None req-aa80461e-4e88-49b0-8a76-7775676e04df 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1032/2104] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:30 2026] DELETE /v2.0/routers/985ae401-f250-4bc6-af48-473ff065678f => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:44:30.253 7 INFO neutron.pecan_wsgi.hooks.translation [None req-08f8356d-c79f-4fa0-a201-427f97b4ba0a 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1073/2105] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:30 2026] DELETE /v2.0/subnets/5c7289b7-2383-4e37-8356-0981e3062da4 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2106] 10.0.0.104 () {32 vars in 736 bytes} [Thu Jun 4 20:44:30 2026] GET /v2.0/ports?device_id=59f99b27-c291-4a39-b706-16cb8eaebfcf => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:44:30.299 7 INFO neutron.api.v2.resource [None req-575db534-76e9-4ddf-a7d3-abaf790988d5 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1074/2107] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:30 2026] DELETE /v2.0/routers/59f99b27-c291-4a39-b706-16cb8eaebfcf => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:44:30.320 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2c2ccb12-54fa-4e7f-8f25-cbdb6e256cb9 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1034/2108] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:30 2026] DELETE /v2.0/subnets/dfe52675-f7b2-4a64-a4f6-2554941b46f6 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2109] 10.0.0.104 () {32 vars in 736 bytes} [Thu Jun 4 20:44:30 2026] GET /v2.0/ports?device_id=6ee9918f-ea45-4746-816d-70e4579a8e36 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:44:30.371 8 INFO neutron.api.v2.resource [None req-3d70ca2b-3ba1-436f-94da-6b7280e62397 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1035/2110] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:30 2026] DELETE /v2.0/routers/6ee9918f-ea45-4746-816d-70e4579a8e36 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:44:30.389 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3a1f41a1-7a3b-405c-aae5-0c22e029791c 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1076/2111] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:30 2026] DELETE /v2.0/subnets/b61ae61d-7dd7-464e-9f76-87614e17e31f => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:44:30.408 8 INFO neutron.pecan_wsgi.hooks.translation [None req-08828456-54d7-4321-a159-78327a26f67c 217df03ccf1947dbb5e72e9a6d2702ea c0e6e4a2329e4fcd8f8b89989d4c8241 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1036/2112] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:44:30 2026] DELETE /v2.0/subnets/7e2d8e39-2cb3-4f1d-aa1d-f37d6f715973 => 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: 1077/2113] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:44:30 2026] GET /v2.0/security-groups?tenant_id=c0e6e4a2329e4fcd8f8b89989d4c8241&name=default => generated 2925 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2114] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:44:31 2026] DELETE /v2.0/security-groups/bccd498d-5c44-40a8-8740-5d92b2cbda4d => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2115] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:44:32 2026] GET /v2.0/security-groups?tenant_id=7a8fc8dbf4184e0092ae8402669cea48&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2116] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:44:32 2026] DELETE /v2.0/security-groups/6ec95058-d812-46c3-ba75-33d79c568f04 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:44:32.448 8 INFO neutron.db.segments_db [None req-193df590-0241-4041-a253-4866e27b99f7 9d64e5c40314449cbf91baba6694f358 d447edc1822f4e408ab7bd35d01b718e - - default default] Added segment 34638251-a954-4820-9791-82f5bdffdd1b of type vxlan for network a89e0d38-9efa-4206-a455-f65aff62eef6 [pid: 8|app: 0|req: 1038/2117] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:44:32 2026] POST /v2.0/networks => generated 632 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2118] 10.0.0.104 () {34 vars in 753 bytes} [Thu Jun 4 20:44:32 2026] PUT /v2.0/networks/a89e0d38-9efa-4206-a455-f65aff62eef6/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2119] 10.0.0.104 () {32 vars in 733 bytes} [Thu Jun 4 20:44:32 2026] GET /v2.0/networks/a89e0d38-9efa-4206-a455-f65aff62eef6/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2120] 10.0.0.104 () {34 vars in 764 bytes} [Thu Jun 4 20:44:32 2026] PUT /v2.0/networks/a89e0d38-9efa-4206-a455-f65aff62eef6/tags/green => generated 4 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2121] 10.0.0.104 () {32 vars in 733 bytes} [Thu Jun 4 20:44:32 2026] GET /v2.0/networks/a89e0d38-9efa-4206-a455-f65aff62eef6/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2122] 10.0.0.104 () {34 vars in 760 bytes} [Thu Jun 4 20:44:32 2026] PUT /v2.0/networks/a89e0d38-9efa-4206-a455-f65aff62eef6/tags/red => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2123] 10.0.0.104 () {32 vars in 733 bytes} [Thu Jun 4 20:44:32 2026] GET /v2.0/networks/a89e0d38-9efa-4206-a455-f65aff62eef6/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2124] 10.0.0.104 () {34 vars in 782 bytes} [Thu Jun 4 20:44:32 2026] PUT /v2.0/networks/a89e0d38-9efa-4206-a455-f65aff62eef6/tags/black.or.white => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2125] 10.0.0.104 () {32 vars in 733 bytes} [Thu Jun 4 20:44:33 2026] GET /v2.0/networks/a89e0d38-9efa-4206-a455-f65aff62eef6/tags => generated 52 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2126] 10.0.0.104 () {34 vars in 753 bytes} [Thu Jun 4 20:44:33 2026] PUT /v2.0/networks/a89e0d38-9efa-4206-a455-f65aff62eef6/tags => generated 37 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2127] 10.0.0.104 () {32 vars in 733 bytes} [Thu Jun 4 20:44:33 2026] GET /v2.0/networks/a89e0d38-9efa-4206-a455-f65aff62eef6/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: 1085/2128] 10.0.0.104 () {32 vars in 741 bytes} [Thu Jun 4 20:44:33 2026] GET /v2.0/networks/a89e0d38-9efa-4206-a455-f65aff62eef6/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:44:33.333 8 INFO neutron.api.v2.resource [None req-431bbb30-6ed3-4c1d-95d1-a0144a073ade 9d64e5c40314449cbf91baba6694f358 d447edc1822f4e408ab7bd35d01b718e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1044/2129] 10.0.0.104 () {32 vars in 745 bytes} [Thu Jun 4 20:44:33 2026] GET /v2.0/networks/a89e0d38-9efa-4206-a455-f65aff62eef6/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2130] 10.0.0.104 () {32 vars in 744 bytes} [Thu Jun 4 20:44:33 2026] DELETE /v2.0/networks/a89e0d38-9efa-4206-a455-f65aff62eef6/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2131] 10.0.0.104 () {32 vars in 733 bytes} [Thu Jun 4 20:44:33 2026] GET /v2.0/networks/a89e0d38-9efa-4206-a455-f65aff62eef6/tags => generated 30 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:44:33.526 7 INFO neutron.api.v2.resource [None req-895bf19f-a170-495b-af10-6749143ef725 9d64e5c40314449cbf91baba6694f358 d447edc1822f4e408ab7bd35d01b718e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1087/2132] 10.0.0.104 () {32 vars in 748 bytes} [Thu Jun 4 20:44:33 2026] DELETE /v2.0/networks/a89e0d38-9efa-4206-a455-f65aff62eef6/tags/green => generated 99 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2133] 10.0.0.104 () {32 vars in 736 bytes} [Thu Jun 4 20:44:33 2026] DELETE /v2.0/networks/a89e0d38-9efa-4206-a455-f65aff62eef6/tags => 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: 1088/2134] 10.0.0.104 () {32 vars in 733 bytes} [Thu Jun 4 20:44:33 2026] GET /v2.0/networks/a89e0d38-9efa-4206-a455-f65aff62eef6/tags => generated 12 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:44:33.792 8 INFO neutron.services.segments.plugin [-] Segment 34638251-a954-4820-9791-82f5bdffdd1b resource provider aggregate not found 2026-06-04 20:44:33.796 8 INFO neutron.services.segments.plugin [-] Segment 34638251-a954-4820-9791-82f5bdffdd1b resource provider aggregate not found 2026-06-04 20:44:33.811 8 INFO neutron.services.segments.plugin [-] Segment 34638251-a954-4820-9791-82f5bdffdd1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34638251-a954-4820-9791-82f5bdffdd1b found for delete ", "request_id": "req-ec8581de-2b34-4d26-928f-ca12deb3b358"}]} 2026-06-04 20:44:33.817 8 INFO neutron.services.segments.plugin [-] Segment 34638251-a954-4820-9791-82f5bdffdd1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34638251-a954-4820-9791-82f5bdffdd1b found for delete ", "request_id": "req-946eadaf-3c5d-47c5-a096-99b43b050685"}]} [pid: 8|app: 0|req: 1047/2135] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:44:33 2026] DELETE /v2.0/networks/a89e0d38-9efa-4206-a455-f65aff62eef6 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2136] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:44:34 2026] GET /v2.0/security-groups?tenant_id=d447edc1822f4e408ab7bd35d01b718e&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2137] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:44:34 2026] DELETE /v2.0/security-groups/d79cfb07-06d9-490c-8c9a-25369d1547c1 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2138] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:44:34 2026] GET /v2.0/security-groups?tenant_id=8d555fce8abd45c5aefe571130f35911&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2139] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:44:35 2026] DELETE /v2.0/security-groups/6f771b49-5ff0-424f-a3d1-f85b8ff35784 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:44:35.730 7 INFO neutron.db.segments_db [None req-0910f506-a2d6-4362-8df3-cff8d7859ffd 1c0e06ed66654de399bcdce8743b021e 22f79bc235fa4ae7952fda60a3ad74b8 - - default default] Added segment c646208e-ebc3-4d53-8fbd-37ce40d98ffd of type vxlan for network b51a9e25-d5ce-4eca-8182-e5b00ab34cc5 [pid: 7|app: 0|req: 1091/2140] 10.0.0.104 () {34 vars in 671 bytes} [Thu Jun 4 20:44:35 2026] POST /v2.0/networks => generated 632 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:44:35.880 8 INFO neutron.db.segments_db [None req-77810f05-2017-4580-9f10-0a89c57cfb6d 1c0e06ed66654de399bcdce8743b021e 22f79bc235fa4ae7952fda60a3ad74b8 - - default default] Added segment fa2382a1-9d59-4ba6-84b9-48f95facc48c of type vxlan for network 48ad6f74-92dc-47de-88cf-1efd87b300aa 2026-06-04 20:44:36.161 8 INFO neutron.db.l3_hamode_db [None req-77810f05-2017-4580-9f10-0a89c57cfb6d 1c0e06ed66654de399bcdce8743b021e 22f79bc235fa4ae7952fda60a3ad74b8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1092/2141] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:44:36 2026] GET /v2.0/security-groups?tenant_id=19abcd4c82cb4c37b4d43ed352fec749&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: 1093/2142] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:44:36 2026] DELETE /v2.0/security-groups/e00aaacc-a07f-4bb3-93fe-60b9536c6000 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2143] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:44:36 2026] GET /v2.0/security-groups?tenant_id=95c1e2d990374e298bc4815542166087&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2144] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:44:36 2026] DELETE /v2.0/security-groups/47c7a1c9-a324-44db-833d-e5b26bd941ab => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:44:37.049 8 INFO neutron.db.l3_hamode_db [None req-77810f05-2017-4580-9f10-0a89c57cfb6d 1c0e06ed66654de399bcdce8743b021e 22f79bc235fa4ae7952fda60a3ad74b8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1050/2145] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:44:35 2026] POST /v2.0/routers => generated 693 bytes in 2037 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2146] 10.0.0.104 () {32 vars in 776 bytes} [Thu Jun 4 20:44:37 2026] GET /v2.0/subnets?project_id=22f79bc235fa4ae7952fda60a3ad74b8&cidr=10.100.0.0%2F28 => generated 14 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2147] 10.0.0.104 () {32 vars in 694 bytes} [Thu Jun 4 20:44:38 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2148] 10.0.0.104 () {32 vars in 784 bytes} [Thu Jun 4 20:44:38 2026] GET /v2.0/subnets?network_id=95b043d3-9e81-4c46-a322-6a27b92313ef&cidr=10.100.0.0%2F28 => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2149] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:44:38 2026] POST /v2.0/subnets => generated 657 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2150] 10.0.0.104 () {34 vars in 684 bytes} [Thu Jun 4 20:44:38 2026] POST /v2.0/security-groups => generated 1601 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2151] 10.0.0.104 () {34 vars in 767 bytes} [Thu Jun 4 20:44:39 2026] PUT /v2.0/security-groups/42026164-54f2-4a7b-b63e-6bfa417f0464/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2152] 10.0.0.104 () {32 vars in 747 bytes} [Thu Jun 4 20:44:39 2026] GET /v2.0/security-groups/42026164-54f2-4a7b-b63e-6bfa417f0464/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2153] 10.0.0.104 () {34 vars in 778 bytes} [Thu Jun 4 20:44:39 2026] PUT /v2.0/security-groups/42026164-54f2-4a7b-b63e-6bfa417f0464/tags/green => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2154] 10.0.0.104 () {32 vars in 747 bytes} [Thu Jun 4 20:44:39 2026] GET /v2.0/security-groups/42026164-54f2-4a7b-b63e-6bfa417f0464/tags => generated 34 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2155] 10.0.0.104 () {34 vars in 774 bytes} [Thu Jun 4 20:44:39 2026] PUT /v2.0/security-groups/42026164-54f2-4a7b-b63e-6bfa417f0464/tags/red => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2156] 10.0.0.104 () {32 vars in 747 bytes} [Thu Jun 4 20:44:39 2026] GET /v2.0/security-groups/42026164-54f2-4a7b-b63e-6bfa417f0464/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2157] 10.0.0.104 () {34 vars in 796 bytes} [Thu Jun 4 20:44:39 2026] PUT /v2.0/security-groups/42026164-54f2-4a7b-b63e-6bfa417f0464/tags/black.or.white => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2158] 10.0.0.104 () {32 vars in 747 bytes} [Thu Jun 4 20:44:39 2026] GET /v2.0/security-groups/42026164-54f2-4a7b-b63e-6bfa417f0464/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: 1062/2159] 10.0.0.104 () {34 vars in 767 bytes} [Thu Jun 4 20:44:39 2026] PUT /v2.0/security-groups/42026164-54f2-4a7b-b63e-6bfa417f0464/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: 1063/2160] 10.0.0.104 () {32 vars in 747 bytes} [Thu Jun 4 20:44:39 2026] GET /v2.0/security-groups/42026164-54f2-4a7b-b63e-6bfa417f0464/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: 1064/2161] 10.0.0.104 () {32 vars in 755 bytes} [Thu Jun 4 20:44:39 2026] GET /v2.0/security-groups/42026164-54f2-4a7b-b63e-6bfa417f0464/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:44:39.781 8 INFO neutron.api.v2.resource [None req-43191993-03a4-4a51-aff9-611319e511bd 5121da061c894cfb9dd992886a4a887c ee1d7c3078eb461e92047b75d81da46a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1065/2162] 10.0.0.104 () {32 vars in 759 bytes} [Thu Jun 4 20:44:39 2026] GET /v2.0/security-groups/42026164-54f2-4a7b-b63e-6bfa417f0464/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: 1066/2163] 10.0.0.104 () {32 vars in 758 bytes} [Thu Jun 4 20:44:39 2026] DELETE /v2.0/security-groups/42026164-54f2-4a7b-b63e-6bfa417f0464/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2164] 10.0.0.104 () {32 vars in 747 bytes} [Thu Jun 4 20:44:39 2026] GET /v2.0/security-groups/42026164-54f2-4a7b-b63e-6bfa417f0464/tags => generated 30 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:44:39.928 8 INFO neutron.api.v2.resource [None req-8661a0af-d6d3-41bc-85e4-3587a8891cbb 5121da061c894cfb9dd992886a4a887c ee1d7c3078eb461e92047b75d81da46a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1068/2165] 10.0.0.104 () {32 vars in 762 bytes} [Thu Jun 4 20:44:39 2026] DELETE /v2.0/security-groups/42026164-54f2-4a7b-b63e-6bfa417f0464/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2166] 10.0.0.104 () {32 vars in 750 bytes} [Thu Jun 4 20:44:39 2026] DELETE /v2.0/security-groups/42026164-54f2-4a7b-b63e-6bfa417f0464/tags => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2167] 10.0.0.104 () {32 vars in 747 bytes} [Thu Jun 4 20:44:39 2026] GET /v2.0/security-groups/42026164-54f2-4a7b-b63e-6bfa417f0464/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2168] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:44:40 2026] DELETE /v2.0/security-groups/42026164-54f2-4a7b-b63e-6bfa417f0464 => 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: 1098/2169] 10.0.0.104 () {34 vars in 783 bytes} [Thu Jun 4 20:44:38 2026] PUT /v2.0/routers/70afbbd3-3652-4524-bcd5-ff76dd39ae6c/add_router_interface => generated 309 bytes in 1735 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2170] 10.0.0.104 () {32 vars in 649 bytes} [Thu Jun 4 20:44:40 2026] GET /v2.0/networks => generated 3606 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2171] 10.0.0.104 () {32 vars in 647 bytes} [Thu Jun 4 20:44:40 2026] GET /v2.0/subnets => generated 2595 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2174] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:44:40 2026] GET /v2.0/security-groups?tenant_id=ee1d7c3078eb461e92047b75d81da46a&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2175] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:44:41 2026] DELETE /v2.0/security-groups/7a0e2dba-bd50-474c-afc8-9fdd7998c74b => 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: 1073/2176] 10.0.0.104 () {32 vars in 647 bytes} [Thu Jun 4 20:44:40 2026] GET /v2.0/routers => generated 736 bytes in 810 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2177] 10.0.0.104 () {34 vars in 685 bytes} [Thu Jun 4 20:44:41 2026] POST /v2.0/security-groups => generated 1675 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2178] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:44:41 2026] GET /v2.0/security-groups?tenant_id=9458e2f3ced84bf6bc6c4e0225ad2ae0&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2179] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:44:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2180] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:44:41 2026] DELETE /v2.0/security-groups/875b5d0b-c027-4a7f-8e57-ea7ce36d101c => 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: 1106/2181] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:44:41 2026] POST /v2.0/security-group-rules => generated 596 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2182] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:44:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2183] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:44:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:44:42.236 7 INFO neutron.db.securitygroups_db [None req-2d4f82d0-d93a-48f7-b2bc-a7bf36759cad 1c0e06ed66654de399bcdce8743b021e 22f79bc235fa4ae7952fda60a3ad74b8 - - default default] Project 22f79bc235fa4ae7952fda60a3ad74b8 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: 1109/2184] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:44:42 2026] POST /v2.0/security-group-rules => generated 607 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:44:42.404 7 INFO neutron.db.securitygroups_db [None req-98e95808-7c01-4beb-98fd-c505f31cffb7 1c0e06ed66654de399bcdce8743b021e 22f79bc235fa4ae7952fda60a3ad74b8 - - default default] Project 22f79bc235fa4ae7952fda60a3ad74b8 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: 1110/2185] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:44:42 2026] POST /v2.0/security-group-rules => generated 606 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2186] 10.0.0.104 () {34 vars in 676 bytes} [Thu Jun 4 20:44:41 2026] POST /v2.0/floatingips => generated 552 bytes in 949 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2187] 10.0.0.104 () {32 vars in 649 bytes} [Thu Jun 4 20:44:42 2026] GET /v2.0/networks => generated 1297 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2188] 10.0.0.104 () {34 vars in 676 bytes} [Thu Jun 4 20:44:42 2026] POST /v2.0/floatingips => generated 552 bytes in 619 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2189] 10.0.0.49 () {34 vars in 1099 bytes} [Thu Jun 4 20:44:43 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1638000906&fields=id&tenant_id=22f79bc235fa4ae7952fda60a3ad74b8 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2190] 10.0.0.49 () {34 vars in 981 bytes} [Thu Jun 4 20:44:43 2026] GET /v2.0/networks?id=b51a9e25-d5ce-4eca-8182-e5b00ab34cc5 => generated 660 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2191] 10.0.0.49 () {34 vars in 964 bytes} [Thu Jun 4 20:44:43 2026] GET /v2.0/quotas/22f79bc235fa4ae7952fda60a3ad74b8 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2192] 10.0.0.49 () {34 vars in 1001 bytes} [Thu Jun 4 20:44:43 2026] GET /v2.0/ports?tenant_id=22f79bc235fa4ae7952fda60a3ad74b8&fields=id => generated 103 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2193] 10.0.0.49 () {34 vars in 1007 bytes} [Thu Jun 4 20:44:43 2026] GET /v2.0/networks/b51a9e25-d5ce-4eca-8182-e5b00ab34cc5?fields=segments => generated 14 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2194] 10.0.0.49 () {34 vars in 1107 bytes} [Thu Jun 4 20:44:43 2026] GET /v2.0/networks/b51a9e25-d5ce-4eca-8182-e5b00ab34cc5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2195] 10.0.0.104 () {34 vars in 676 bytes} [Thu Jun 4 20:44:43 2026] POST /v2.0/floatingips => generated 552 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2196] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:44:43 2026] GET /v2.0/ports?device_id=4dbce8a2-2fe6-4ca1-ac5e-a733acf7ee19 => 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: 1118/2197] 10.0.0.104 () {34 vars in 676 bytes} [Thu Jun 4 20:44:43 2026] POST /v2.0/floatingips => generated 552 bytes in 569 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2198] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:44:44 2026] GET /v2.0/ports?device_id=4dbce8a2-2fe6-4ca1-ac5e-a733acf7ee19 => 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: 1080/2199] 10.0.0.104 () {34 vars in 676 bytes} [Thu Jun 4 20:44:44 2026] POST /v2.0/floatingips => generated 552 bytes in 713 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:44:45.605 8 INFO neutron.db.segments_db [None req-a18ce5fb-a2ef-41ba-99b1-57f11cb9a84d 8996f32854f540068d0dbc11d3ab1447 70105eda18f8439590ecd8b3dec07428 - - default default] Added segment b37f8b79-cbef-4551-b08f-1dd4b97bf664 of type vxlan for network 8a8053c2-6160-4172-ae61-c85d911f04bb [pid: 8|app: 0|req: 1081/2200] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:44:45 2026] POST /v2.0/networks => generated 632 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2201] 10.0.0.104 () {34 vars in 759 bytes} [Thu Jun 4 20:44:45 2026] PUT /v2.0/floatingips/72cf66b3-f516-4166-beb0-bd122dcb0a5a/tags => generated 17 bytes in 676 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2202] 10.0.0.104 () {34 vars in 759 bytes} [Thu Jun 4 20:44:45 2026] PUT /v2.0/floatingips/047c6a89-eb9d-4da1-b742-9cbe319e8113/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2203] 10.0.0.104 () {34 vars in 759 bytes} [Thu Jun 4 20:44:45 2026] PUT /v2.0/floatingips/411cd80f-521d-4acc-867f-a637fe08442d/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2204] 10.0.0.104 () {34 vars in 759 bytes} [Thu Jun 4 20:44:45 2026] PUT /v2.0/floatingips/e7605b5d-9437-4444-99e1-dbdc0aa6a125/tags => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2205] 10.0.0.104 () {32 vars in 672 bytes} [Thu Jun 4 20:44:45 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2206] 10.0.0.104 () {32 vars in 686 bytes} [Thu Jun 4 20:44:46 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2207] 10.0.0.104 () {34 vars in 664 bytes} [Thu Jun 4 20:44:45 2026] POST /v2.0/ports => generated 743 bytes in 373 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: 1126/2208] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:44:46 2026] GET /v2.0/ports?device_id=4dbce8a2-2fe6-4ca1-ac5e-a733acf7ee19 => 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: 1083/2209] 10.0.0.104 () {32 vars in 682 bytes} [Thu Jun 4 20:44:46 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2210] 10.0.0.104 () {32 vars in 694 bytes} [Thu Jun 4 20:44:46 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2211] 10.0.0.104 () {32 vars in 680 bytes} [Thu Jun 4 20:44:46 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2212] 10.0.0.104 () {32 vars in 694 bytes} [Thu Jun 4 20:44:46 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2213] 10.0.0.104 () {34 vars in 666 bytes} [Thu Jun 4 20:44:46 2026] POST /v2.0/trunks => generated 407 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2214] 10.0.0.104 () {32 vars in 690 bytes} [Thu Jun 4 20:44:46 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2215] 10.0.0.104 () {34 vars in 749 bytes} [Thu Jun 4 20:44:46 2026] PUT /v2.0/trunks/40142c1a-b71e-4b04-94cc-7618a6c1aeb0/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: 1088/2216] 10.0.0.104 () {32 vars in 702 bytes} [Thu Jun 4 20:44:46 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2217] 10.0.0.104 () {32 vars in 729 bytes} [Thu Jun 4 20:44:46 2026] GET /v2.0/trunks/40142c1a-b71e-4b04-94cc-7618a6c1aeb0/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2218] 10.0.0.104 () {34 vars in 760 bytes} [Thu Jun 4 20:44:46 2026] PUT /v2.0/trunks/40142c1a-b71e-4b04-94cc-7618a6c1aeb0/tags/green => 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: 1131/2219] 10.0.0.104 () {32 vars in 729 bytes} [Thu Jun 4 20:44:46 2026] GET /v2.0/trunks/40142c1a-b71e-4b04-94cc-7618a6c1aeb0/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2220] 10.0.0.104 () {34 vars in 756 bytes} [Thu Jun 4 20:44:46 2026] PUT /v2.0/trunks/40142c1a-b71e-4b04-94cc-7618a6c1aeb0/tags/red => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-04 20:44:46.533 8 INFO neutron_taas.services.taas.taas_plugin [None req-97433504-7db2-4583-945e-9113078042ff aac30f0b79164b0a8b624c66bd664940 8f0985710d664e34ae96a1c7fa0c56e8 - - default default] TaaS: Handle Delete Port: d8592d8a-4470-4592-b6aa-f6a48ea539ac 2026-06-04 20:44:46.536 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97433504-7db2-4583-945e-9113078042ff aac30f0b79164b0a8b624c66bd664940 8f0985710d664e34ae96a1c7fa0c56e8 - - default default] Tap Mirror: Handle Delete Port: d8592d8a-4470-4592-b6aa-f6a48ea539ac [pid: 7|app: 0|req: 1133/2221] 10.0.0.104 () {32 vars in 729 bytes} [Thu Jun 4 20:44:46 2026] GET /v2.0/trunks/40142c1a-b71e-4b04-94cc-7618a6c1aeb0/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2222] 10.0.0.104 () {34 vars in 778 bytes} [Thu Jun 4 20:44:46 2026] PUT /v2.0/trunks/40142c1a-b71e-4b04-94cc-7618a6c1aeb0/tags/black.or.white => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2223] 10.0.0.104 () {32 vars in 729 bytes} [Thu Jun 4 20:44:46 2026] GET /v2.0/trunks/40142c1a-b71e-4b04-94cc-7618a6c1aeb0/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: 1136/2224] 10.0.0.104 () {34 vars in 749 bytes} [Thu Jun 4 20:44:46 2026] PUT /v2.0/trunks/40142c1a-b71e-4b04-94cc-7618a6c1aeb0/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2225] 10.0.0.104 () {32 vars in 732 bytes} [Thu Jun 4 20:44:46 2026] DELETE /v2.0/floatingips/72cf66b3-f516-4166-beb0-bd122dcb0a5a => generated 0 bytes in 306 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2226] 10.0.0.104 () {32 vars in 729 bytes} [Thu Jun 4 20:44:46 2026] GET /v2.0/trunks/40142c1a-b71e-4b04-94cc-7618a6c1aeb0/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2227] 10.0.0.104 () {32 vars in 737 bytes} [Thu Jun 4 20:44:46 2026] GET /v2.0/trunks/40142c1a-b71e-4b04-94cc-7618a6c1aeb0/tags/red => generated 0 bytes in 19 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:44:46.767 7 INFO neutron.api.v2.resource [None req-f3fe5e8b-0206-4a92-afc7-963c80bc69e1 8996f32854f540068d0dbc11d3ab1447 70105eda18f8439590ecd8b3dec07428 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1139/2228] 10.0.0.104 () {32 vars in 741 bytes} [Thu Jun 4 20:44:46 2026] GET /v2.0/trunks/40142c1a-b71e-4b04-94cc-7618a6c1aeb0/tags/green => generated 99 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-04 20:44:46.816 8 INFO neutron_taas.services.taas.taas_plugin [None req-ac21cc94-febb-4686-b19b-eb0e7e64ec6a aac30f0b79164b0a8b624c66bd664940 8f0985710d664e34ae96a1c7fa0c56e8 - - default default] TaaS: Handle Delete Port: 1ce738fc-bc22-41a5-beca-d467fd93ef91 2026-06-04 20:44:46.819 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac21cc94-febb-4686-b19b-eb0e7e64ec6a aac30f0b79164b0a8b624c66bd664940 8f0985710d664e34ae96a1c7fa0c56e8 - - default default] Tap Mirror: Handle Delete Port: 1ce738fc-bc22-41a5-beca-d467fd93ef91 [pid: 7|app: 0|req: 1140/2229] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:44:46 2026] DELETE /v2.0/trunks/40142c1a-b71e-4b04-94cc-7618a6c1aeb0/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: 1141/2230] 10.0.0.104 () {32 vars in 729 bytes} [Thu Jun 4 20:44:46 2026] GET /v2.0/trunks/40142c1a-b71e-4b04-94cc-7618a6c1aeb0/tags => generated 30 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:44:46.888 7 INFO neutron.api.v2.resource [None req-88ccd197-990e-461c-917b-16326bdd83a7 8996f32854f540068d0dbc11d3ab1447 70105eda18f8439590ecd8b3dec07428 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1142/2231] 10.0.0.104 () {32 vars in 744 bytes} [Thu Jun 4 20:44:46 2026] DELETE /v2.0/trunks/40142c1a-b71e-4b04-94cc-7618a6c1aeb0/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2232] 10.0.0.104 () {32 vars in 732 bytes} [Thu Jun 4 20:44:46 2026] DELETE /v2.0/trunks/40142c1a-b71e-4b04-94cc-7618a6c1aeb0/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2233] 10.0.0.104 () {32 vars in 729 bytes} [Thu Jun 4 20:44:46 2026] GET /v2.0/trunks/40142c1a-b71e-4b04-94cc-7618a6c1aeb0/tags => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2234] 10.0.0.104 () {32 vars in 719 bytes} [Thu Jun 4 20:44:46 2026] GET /v2.0/trunks/40142c1a-b71e-4b04-94cc-7618a6c1aeb0 => generated 407 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2235] 10.0.0.104 () {32 vars in 732 bytes} [Thu Jun 4 20:44:46 2026] DELETE /v2.0/floatingips/047c6a89-eb9d-4da1-b742-9cbe319e8113 => generated 0 bytes in 340 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2236] 10.0.0.104 () {32 vars in 717 bytes} [Thu Jun 4 20:44:47 2026] GET /v2.0/ports/4eebf59c-0d88-4f11-aee0-7e74fa26b156 => generated 826 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:44:47.161 8 INFO neutron_taas.services.taas.taas_plugin [None req-50cd70d2-cb7b-4168-a6cc-bf0864e42228 aac30f0b79164b0a8b624c66bd664940 8f0985710d664e34ae96a1c7fa0c56e8 - - default default] TaaS: Handle Delete Port: 91041b4b-b1bd-41c2-bdd4-7e59089dccc2 2026-06-04 20:44:47.163 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50cd70d2-cb7b-4168-a6cc-bf0864e42228 aac30f0b79164b0a8b624c66bd664940 8f0985710d664e34ae96a1c7fa0c56e8 - - default default] Tap Mirror: Handle Delete Port: 91041b4b-b1bd-41c2-bdd4-7e59089dccc2 [pid: 7|app: 0|req: 1147/2237] 10.0.0.104 () {32 vars in 722 bytes} [Thu Jun 4 20:44:47 2026] DELETE /v2.0/trunks/40142c1a-b71e-4b04-94cc-7618a6c1aeb0 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:44:47.270 7 INFO neutron_taas.services.taas.taas_plugin [None req-fe32a8cb-3102-4d3e-a6bd-9734800cba63 8996f32854f540068d0dbc11d3ab1447 70105eda18f8439590ecd8b3dec07428 - - default default] TaaS: Handle Delete Port: 4eebf59c-0d88-4f11-aee0-7e74fa26b156 2026-06-04 20:44:47.274 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe32a8cb-3102-4d3e-a6bd-9734800cba63 8996f32854f540068d0dbc11d3ab1447 70105eda18f8439590ecd8b3dec07428 - - default default] Tap Mirror: Handle Delete Port: 4eebf59c-0d88-4f11-aee0-7e74fa26b156 [pid: 8|app: 0|req: 1091/2238] 10.0.0.104 () {32 vars in 732 bytes} [Thu Jun 4 20:44:47 2026] DELETE /v2.0/floatingips/411cd80f-521d-4acc-867f-a637fe08442d => generated 0 bytes in 282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2239] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:44:47 2026] GET /v2.0/ports?device_id=4dbce8a2-2fe6-4ca1-ac5e-a733acf7ee19 => 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: 1148/2240] 10.0.0.104 () {32 vars in 720 bytes} [Thu Jun 4 20:44:47 2026] DELETE /v2.0/ports/4eebf59c-0d88-4f11-aee0-7e74fa26b156 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:44:47.498 8 INFO neutron_taas.services.taas.taas_plugin [None req-2bc00d7e-feb9-4aa7-bb16-1b67b24ea7e0 aac30f0b79164b0a8b624c66bd664940 8f0985710d664e34ae96a1c7fa0c56e8 - - default default] TaaS: Handle Delete Port: db7b98a8-fc77-42d2-8422-ebada43897d2 2026-06-04 20:44:47.501 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2bc00d7e-feb9-4aa7-bb16-1b67b24ea7e0 aac30f0b79164b0a8b624c66bd664940 8f0985710d664e34ae96a1c7fa0c56e8 - - default default] Tap Mirror: Handle Delete Port: db7b98a8-fc77-42d2-8422-ebada43897d2 2026-06-04 20:44:47.502 7 INFO neutron.services.segments.plugin [-] Segment b37f8b79-cbef-4551-b08f-1dd4b97bf664 resource provider aggregate not found 2026-06-04 20:44:47.509 7 INFO neutron.services.segments.plugin [-] Segment b37f8b79-cbef-4551-b08f-1dd4b97bf664 resource provider aggregate not found 2026-06-04 20:44:47.527 7 INFO neutron.services.segments.plugin [-] Segment b37f8b79-cbef-4551-b08f-1dd4b97bf664 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b37f8b79-cbef-4551-b08f-1dd4b97bf664 found for delete ", "request_id": "req-98c5e7be-2a72-4dc9-be23-946667f96919"}]} 2026-06-04 20:44:47.528 7 INFO neutron.services.segments.plugin [-] Segment b37f8b79-cbef-4551-b08f-1dd4b97bf664 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b37f8b79-cbef-4551-b08f-1dd4b97bf664 found for delete ", "request_id": "req-530162c8-e49f-455b-8272-eb3c3e4acb78"}]} [pid: 7|app: 0|req: 1149/2241] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:44:47 2026] DELETE /v2.0/networks/8a8053c2-6160-4172-ae61-c85d911f04bb => 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: 1093/2242] 10.0.0.104 () {32 vars in 732 bytes} [Thu Jun 4 20:44:47 2026] DELETE /v2.0/floatingips/e7605b5d-9437-4444-99e1-dbdc0aa6a125 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:44:47.800 7 INFO neutron_taas.services.taas.taas_plugin [None req-23750b23-23bf-44e9-b7dc-13e5332fb191 aac30f0b79164b0a8b624c66bd664940 8f0985710d664e34ae96a1c7fa0c56e8 - - default default] TaaS: Handle Delete Port: bfc1dd50-c21d-4581-88c2-3fd2b537ed2c 2026-06-04 20:44:47.803 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23750b23-23bf-44e9-b7dc-13e5332fb191 aac30f0b79164b0a8b624c66bd664940 8f0985710d664e34ae96a1c7fa0c56e8 - - default default] Tap Mirror: Handle Delete Port: bfc1dd50-c21d-4581-88c2-3fd2b537ed2c [pid: 7|app: 0|req: 1150/2243] 10.0.0.104 () {32 vars in 732 bytes} [Thu Jun 4 20:44:47 2026] DELETE /v2.0/floatingips/16026975-f8d8-4925-bc47-1c9a2aa65455 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2244] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:44:48 2026] GET /v2.0/networks?id=b51a9e25-d5ce-4eca-8182-e5b00ab34cc5 => generated 660 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2245] 199.204.45.57 () {34 vars in 1049 bytes} [Thu Jun 4 20:44:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=22f79bc235fa4ae7952fda60a3ad74b8 => generated 181 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2246] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:44:48 2026] GET /v2.0/security-groups?tenant_id=cb6b7026c9684246907b65b0dcd66c29&name=default => generated 2929 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2247] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:44:48 2026] GET /v2.0/ports?device_id=4dbce8a2-2fe6-4ca1-ac5e-a733acf7ee19 => 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: 1153/2248] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:44:48 2026] DELETE /v2.0/security-groups/b1f6ab73-be28-47d1-b3b8-1862fc62abe4 => 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: 1096/2249] 199.204.45.57 () {38 vars in 954 bytes} [Thu Jun 4 20:44:48 2026] POST /v2.0/ports => generated 954 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: 1097/2250] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:44:48 2026] GET /v2.0/security-groups?tenant_id=70105eda18f8439590ecd8b3dec07428&name=default => generated 2929 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2251] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:44:48 2026] DELETE /v2.0/security-groups/fcee1263-4b99-4cc1-8b0b-46ab3fb4d38e => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2252] 199.204.45.57 () {38 vars in 1027 bytes} [Thu Jun 4 20:44:48 2026] PUT /v2.0/ports/4e69a0f3-94a5-4f06-9978-c5aba51ccc16 => generated 1235 bytes in 438 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:44:49.241 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1651532b-d7c4-4e7d-889a-26d6f046dc79'] response: {'name': 'network-changed', 'server_uuid': '4dbce8a2-2fe6-4ca1-ac5e-a733acf7ee19', 'tag': '4e69a0f3-94a5-4f06-9978-c5aba51ccc16', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1099/2253] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:44:48 2026] GET /v2.0/security-groups?tenant_id=8f0985710d664e34ae96a1c7fa0c56e8&name=default => generated 2929 bytes in 443 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: 1155/2254] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:44:49 2026] DELETE /v2.0/security-groups/a4c1424c-405c-4a72-9535-f55405db6c59 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2255] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:44:49 2026] GET /v2.0/ports?device_id=4dbce8a2-2fe6-4ca1-ac5e-a733acf7ee19 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2256] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:44:49 2026] GET /v2.0/security-groups?id=a1715f92-134a-4445-92ba-9c56eea765c6&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2257] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:44:49 2026] GET /v2.0/security-groups?tenant_id=1dfb894630714f65a00fce4e5787830f&name=default => generated 2929 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2258] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:44:49 2026] GET /v2.0/ports?tenant_id=22f79bc235fa4ae7952fda60a3ad74b8&device_id=4dbce8a2-2fe6-4ca1-ac5e-a733acf7ee19 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2260] 199.204.45.57 () {34 vars in 1017 bytes} [Thu Jun 4 20:44:49 2026] GET /v2.0/networks?tenant_id=22f79bc235fa4ae7952fda60a3ad74b8&shared=False => generated 756 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2260] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:44:49 2026] DELETE /v2.0/security-groups/7048d931-d2a0-4bdc-b9b6-f9cb7f2b3660 => 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: 1104/2261] 199.204.45.57 () {34 vars in 929 bytes} [Thu Jun 4 20:44:49 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2262] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:44:50 2026] GET /v2.0/security-groups?tenant_id=a737d73fbc1148c2bc25743fc253675f&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2263] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:44:50 2026] DELETE /v2.0/security-groups/3448b5de-48af-4a11-9228-e281b4228d88 => 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: 1159/2264] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:44:50 2026] GET /v2.0/ports?device_id=4dbce8a2-2fe6-4ca1-ac5e-a733acf7ee19 => generated 969 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2265] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:44:50 2026] GET /v2.0/security-groups?id=a1715f92-134a-4445-92ba-9c56eea765c6&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2266] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:44:50 2026] GET /v2.0/ports?tenant_id=22f79bc235fa4ae7952fda60a3ad74b8&device_id=4dbce8a2-2fe6-4ca1-ac5e-a733acf7ee19 => 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: 1107/2267] 199.204.45.57 () {34 vars in 1057 bytes} [Thu Jun 4 20:44:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=4e69a0f3-94a5-4f06-9978-c5aba51ccc16 => 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: 1161/2268] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:44:51 2026] GET /v2.0/subnets?id=6be41669-6462-4b33-a0ac-3c9714f5b777 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2269] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:44:51 2026] GET /v2.0/ports?network_id=b51a9e25-d5ce-4eca-8182-e5b00ab34cc5&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2270] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:44:51 2026] GET /v2.0/networks/b51a9e25-d5ce-4eca-8182-e5b00ab34cc5?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: 1109/2271] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:44:51 2026] GET /v2.0/networks/b51a9e25-d5ce-4eca-8182-e5b00ab34cc5?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: 1163/2272] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:44:52 2026] GET /v2.0/ports?device_id=4dbce8a2-2fe6-4ca1-ac5e-a733acf7ee19 => 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: 1110/2273] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:44:52 2026] GET /v2.0/security-groups?id=a1715f92-134a-4445-92ba-9c56eea765c6&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: 1164/2274] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:44:53 2026] GET /v2.0/ports?device_id=4dbce8a2-2fe6-4ca1-ac5e-a733acf7ee19 => 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: 1111/2275] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:44:53 2026] GET /v2.0/security-groups?id=a1715f92-134a-4445-92ba-9c56eea765c6&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2276] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:44:54 2026] GET /v2.0/ports?device_id=4dbce8a2-2fe6-4ca1-ac5e-a733acf7ee19 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2277] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:44:54 2026] GET /v2.0/security-groups?id=a1715f92-134a-4445-92ba-9c56eea765c6&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2278] 10.0.0.104 () {34 vars in 678 bytes} [Thu Jun 4 20:44:54 2026] POST /v2.0/qos/policies => generated 359 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2279] 10.0.0.104 () {34 vars in 678 bytes} [Thu Jun 4 20:44:54 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: 7|app: 0|req: 1167/2280] 10.0.0.104 () {34 vars in 678 bytes} [Thu Jun 4 20:44:54 2026] POST /v2.0/qos/policies => generated 359 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2281] 10.0.0.104 () {34 vars in 678 bytes} [Thu Jun 4 20:44:54 2026] POST /v2.0/qos/policies => generated 359 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2282] 10.0.0.104 () {34 vars in 678 bytes} [Thu Jun 4 20:44:54 2026] POST /v2.0/qos/policies => generated 359 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2283] 10.0.0.104 () {34 vars in 753 bytes} [Thu Jun 4 20:44:54 2026] PUT /v2.0/policies/27362909-09e8-45af-b639-9f2eba184dd2/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: 1169/2284] 10.0.0.104 () {34 vars in 753 bytes} [Thu Jun 4 20:44:55 2026] PUT /v2.0/policies/c7d52a74-a2bb-4057-afa9-2f01f96a3ecf/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2285] 10.0.0.104 () {34 vars in 753 bytes} [Thu Jun 4 20:44:55 2026] PUT /v2.0/policies/ef8573bc-336a-47d9-b6fb-dd8086964bf3/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2286] 10.0.0.104 () {34 vars in 753 bytes} [Thu Jun 4 20:44:55 2026] PUT /v2.0/policies/6d911bf9-d5e8-4f38-88f0-4a0c29db86ee/tags => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2287] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:44:55 2026] GET /v2.0/ports?device_id=4dbce8a2-2fe6-4ca1-ac5e-a733acf7ee19 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2288] 10.0.0.104 () {32 vars in 674 bytes} [Thu Jun 4 20:44:55 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2289] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:44:55 2026] GET /v2.0/security-groups?id=a1715f92-134a-4445-92ba-9c56eea765c6&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2290] 10.0.0.104 () {32 vars in 688 bytes} [Thu Jun 4 20:44:55 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2293] 10.0.0.104 () {32 vars in 684 bytes} [Thu Jun 4 20:44:55 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2294] 10.0.0.104 () {32 vars in 696 bytes} [Thu Jun 4 20:44:55 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2295] 10.0.0.104 () {32 vars in 682 bytes} [Thu Jun 4 20:44:55 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2296] 10.0.0.104 () {32 vars in 696 bytes} [Thu Jun 4 20:44:55 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2297] 10.0.0.104 () {32 vars in 692 bytes} [Thu Jun 4 20:44:56 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2298] 10.0.0.104 () {32 vars in 704 bytes} [Thu Jun 4 20:44:56 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2299] 10.0.0.104 () {32 vars in 734 bytes} [Thu Jun 4 20:44:56 2026] DELETE /v2.0/qos/policies/27362909-09e8-45af-b639-9f2eba184dd2 => 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: 1178/2300] 10.0.0.104 () {32 vars in 734 bytes} [Thu Jun 4 20:44:56 2026] DELETE /v2.0/qos/policies/c7d52a74-a2bb-4057-afa9-2f01f96a3ecf => 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: 1123/2301] 10.0.0.104 () {32 vars in 734 bytes} [Thu Jun 4 20:44:56 2026] DELETE /v2.0/qos/policies/ef8573bc-336a-47d9-b6fb-dd8086964bf3 => 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: 1179/2302] 10.0.0.104 () {32 vars in 734 bytes} [Thu Jun 4 20:44:56 2026] DELETE /v2.0/qos/policies/6d911bf9-d5e8-4f38-88f0-4a0c29db86ee => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2303] 10.0.0.104 () {32 vars in 734 bytes} [Thu Jun 4 20:44:56 2026] DELETE /v2.0/qos/policies/b552ce02-cacf-4f6a-839e-935497f8fb19 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2304] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:44:56 2026] GET /v2.0/ports?device_id=4dbce8a2-2fe6-4ca1-ac5e-a733acf7ee19 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2305] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:44:56 2026] GET /v2.0/security-groups?id=a1715f92-134a-4445-92ba-9c56eea765c6&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2306] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:44:56 2026] GET /v2.0/ports?device_id=4dbce8a2-2fe6-4ca1-ac5e-a733acf7ee19 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2307] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:44:57 2026] GET /v2.0/security-groups?id=a1715f92-134a-4445-92ba-9c56eea765c6&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: 1182/2308] 10.0.0.104 () {32 vars in 736 bytes} [Thu Jun 4 20:44:57 2026] GET /v2.0/ports?device_id=4dbce8a2-2fe6-4ca1-ac5e-a733acf7ee19 => generated 1240 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2309] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:44:57 2026] GET /v2.0/security-groups?tenant_id=f37279e8c2b94c18a000389ab85d8882&name=default => generated 2929 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:44:57.971 8 INFO neutron.db.l3_db [None req-9f0c1c8e-7d61-4f48-a07a-92c91009f0d9 1c0e06ed66654de399bcdce8743b021e 22f79bc235fa4ae7952fda60a3ad74b8 - - default default] Floating IP 9d4c796d-efd3-4bba-98bb-279fae570d7d associated. External IP: 10.96.250.205, port: 4e69a0f3-94a5-4f06-9978-c5aba51ccc16. [pid: 7|app: 0|req: 1184/2310] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:44:57 2026] DELETE /v2.0/security-groups/dbef46f8-5d72-4e9b-80f1-06c7f52f4c6b => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2311] 10.0.0.104 () {34 vars in 677 bytes} [Thu Jun 4 20:44:57 2026] POST /v2.0/floatingips => generated 855 bytes in 1212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2312] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:44:58 2026] GET /v2.0/security-groups?tenant_id=38b22956d882494a9f717f822d3765fa&name=default => generated 2929 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:44:58.425 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4dbd9d4e-baa3-4b4a-abe8-98106e4dd51d'] response: {'name': 'network-changed', 'server_uuid': '4dbce8a2-2fe6-4ca1-ac5e-a733acf7ee19', 'tag': '4e69a0f3-94a5-4f06-9978-c5aba51ccc16', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1128/2313] 10.0.0.104 () {32 vars in 729 bytes} [Thu Jun 4 20:44:58 2026] GET /v2.0/floatingips/9d4c796d-efd3-4bba-98bb-279fae570d7d => generated 855 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2314] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:44:58 2026] DELETE /v2.0/security-groups/8123a7e3-30f8-43a4-80e8-c163bfc2bdb2 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2315] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:44:58 2026] GET /v2.0/security-groups?tenant_id=d5597fe3de0d41cdb936aa4c3fb35b5f&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2316] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:44:58 2026] DELETE /v2.0/security-groups/fff0ff86-52d7-4bf9-8d73-1064fd9d1d77 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2317] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:44:58 2026] GET /v2.0/ports?tenant_id=22f79bc235fa4ae7952fda60a3ad74b8&device_id=4dbce8a2-2fe6-4ca1-ac5e-a733acf7ee19 => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2318] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:44:58 2026] GET /v2.0/networks?id=b51a9e25-d5ce-4eca-8182-e5b00ab34cc5 => generated 756 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2319] 199.204.45.57 () {34 vars in 1057 bytes} [Thu Jun 4 20:44:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=4e69a0f3-94a5-4f06-9978-c5aba51ccc16 => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2320] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:44:59 2026] GET /v2.0/subnets?id=6be41669-6462-4b33-a0ac-3c9714f5b777 => generated 678 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2321] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:44:59 2026] GET /v2.0/ports?network_id=b51a9e25-d5ce-4eca-8182-e5b00ab34cc5&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2322] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:44:59 2026] GET /v2.0/networks/b51a9e25-d5ce-4eca-8182-e5b00ab34cc5?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: 1133/2323] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:44:59 2026] GET /v2.0/networks/b51a9e25-d5ce-4eca-8182-e5b00ab34cc5?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: 1191/2324] 10.0.0.104 () {32 vars in 729 bytes} [Thu Jun 4 20:44:59 2026] GET /v2.0/floatingips/9d4c796d-efd3-4bba-98bb-279fae570d7d => generated 855 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2325] 10.0.0.104 () {32 vars in 729 bytes} [Thu Jun 4 20:45:00 2026] GET /v2.0/floatingips/9d4c796d-efd3-4bba-98bb-279fae570d7d => generated 857 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2326] 10.0.0.104 () {34 vars in 676 bytes} [Thu Jun 4 20:45:03 2026] POST /v2.0/subnetpools => generated 516 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2327] 10.0.0.104 () {34 vars in 676 bytes} [Thu Jun 4 20:45:03 2026] POST /v2.0/subnetpools => generated 516 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2328] 10.0.0.104 () {34 vars in 676 bytes} [Thu Jun 4 20:45:03 2026] POST /v2.0/subnetpools => generated 516 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2329] 10.0.0.104 () {34 vars in 676 bytes} [Thu Jun 4 20:45:03 2026] POST /v2.0/subnetpools => generated 516 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2330] 10.0.0.104 () {34 vars in 676 bytes} [Thu Jun 4 20:45:03 2026] POST /v2.0/subnetpools => generated 516 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2331] 10.0.0.104 () {34 vars in 759 bytes} [Thu Jun 4 20:45:03 2026] PUT /v2.0/subnetpools/343b49e5-a1e2-4ed2-b5ba-45b622cf6ef8/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2332] 10.0.0.104 () {34 vars in 759 bytes} [Thu Jun 4 20:45:03 2026] PUT /v2.0/subnetpools/4f5a9ce3-0356-4383-8fa7-f3f46edaf5e2/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2333] 10.0.0.104 () {34 vars in 759 bytes} [Thu Jun 4 20:45:03 2026] PUT /v2.0/subnetpools/9dbf6d28-c0ea-4ed7-a20f-b98204165057/tags => generated 34 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2334] 10.0.0.104 () {34 vars in 759 bytes} [Thu Jun 4 20:45:03 2026] PUT /v2.0/subnetpools/115a992c-9038-44e7-b171-031b0cc48775/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: 1139/2335] 10.0.0.104 () {32 vars in 672 bytes} [Thu Jun 4 20:45:04 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2336] 10.0.0.104 () {32 vars in 686 bytes} [Thu Jun 4 20:45:04 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2337] 10.0.0.104 () {32 vars in 682 bytes} [Thu Jun 4 20:45:04 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2338] 10.0.0.104 () {32 vars in 694 bytes} [Thu Jun 4 20:45:04 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2339] 10.0.0.104 () {32 vars in 680 bytes} [Thu Jun 4 20:45:04 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2340] 10.0.0.104 () {32 vars in 694 bytes} [Thu Jun 4 20:45:04 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2341] 10.0.0.104 () {32 vars in 690 bytes} [Thu Jun 4 20:45:04 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2342] 10.0.0.104 () {32 vars in 702 bytes} [Thu Jun 4 20:45:04 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2343] 10.0.0.104 () {32 vars in 732 bytes} [Thu Jun 4 20:45:04 2026] DELETE /v2.0/subnetpools/343b49e5-a1e2-4ed2-b5ba-45b622cf6ef8 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2344] 10.0.0.104 () {32 vars in 732 bytes} [Thu Jun 4 20:45:04 2026] DELETE /v2.0/subnetpools/4f5a9ce3-0356-4383-8fa7-f3f46edaf5e2 => 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: 1144/2345] 10.0.0.104 () {32 vars in 732 bytes} [Thu Jun 4 20:45:04 2026] DELETE /v2.0/subnetpools/9dbf6d28-c0ea-4ed7-a20f-b98204165057 => 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: 1202/2346] 10.0.0.104 () {32 vars in 732 bytes} [Thu Jun 4 20:45:04 2026] DELETE /v2.0/subnetpools/115a992c-9038-44e7-b171-031b0cc48775 => 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: 1145/2347] 10.0.0.104 () {32 vars in 732 bytes} [Thu Jun 4 20:45:04 2026] DELETE /v2.0/subnetpools/e28b5be6-590b-4abc-88b3-6bad7f9ce5a9 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2348] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:45:05 2026] GET /v2.0/security-groups?tenant_id=8550910c6da3470ab51df80bfca6307d&name=default => generated 2929 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2349] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:45:05 2026] DELETE /v2.0/security-groups/aa23cfcd-e01e-417f-8303-bc0372859bf8 => 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: 1204/2350] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:45:05 2026] GET /v2.0/security-groups?tenant_id=0c1f7408793c45d18717432df46ac750&name=default => generated 2929 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2351] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:45:06 2026] DELETE /v2.0/security-groups/b5b1d9f1-7ddf-4c69-8722-50de612cc1f0 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2352] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:45:06 2026] GET /v2.0/security-groups?tenant_id=e25ac931278d41e5a1a62a6127b67c0b&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2353] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:45:06 2026] DELETE /v2.0/security-groups/0e5c9ce5-cb8c-4c2d-a0f0-db069159830b => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2354] 10.0.0.68 () {34 vars in 989 bytes} [Thu Jun 4 20:45:07 2026] GET /v2.0/ports?device_id=4dbce8a2-2fe6-4ca1-ac5e-a733acf7ee19 => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2355] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Jun 4 20:45:07 2026] GET /v2.0/security-groups?id=a1715f92-134a-4445-92ba-9c56eea765c6&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2356] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:45:10 2026] GET /v2.0/security-groups?tenant_id=12e3278280c046a1994346146aad9e3c&name=default => generated 2929 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2357] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:45:10 2026] DELETE /v2.0/security-groups/52015720-c213-4282-9140-c2eaa2403bb9 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2360] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:45:10 2026] GET /v2.0/security-groups?tenant_id=065240678a38403ba69f1f474cef6b5f&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2361] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:45:10 2026] DELETE /v2.0/security-groups/f042efd1-1512-4cd1-a8a9-68cb2e6c33bf => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2362] 10.0.0.104 () {32 vars in 826 bytes} [Thu Jun 4 20:45:22 2026] GET /v2.0/ports?project_id=22f79bc235fa4ae7952fda60a3ad74b8&network_id=b51a9e25-d5ce-4eca-8182-e5b00ab34cc5 => generated 3691 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2363] 10.0.0.104 () {32 vars in 742 bytes} [Thu Jun 4 20:45:22 2026] GET /v2.0/subnets?network_id=95b043d3-9e81-4c46-a322-6a27b92313ef => generated 667 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:45:22.852 7 INFO neutron.db.l3_db [None req-e40849f0-ef2b-448e-b411-8c6e38e662b3 1c0e06ed66654de399bcdce8743b021e 22f79bc235fa4ae7952fda60a3ad74b8 - - default default] Floating IP 9d4c796d-efd3-4bba-98bb-279fae570d7d disassociated. External IP: 10.96.250.205, port: 4e69a0f3-94a5-4f06-9978-c5aba51ccc16. [pid: 7|app: 0|req: 1211/2364] 10.0.0.104 () {34 vars in 749 bytes} [Thu Jun 4 20:45:22 2026] PUT /v2.0/floatingips/9d4c796d-efd3-4bba-98bb-279fae570d7d => generated 554 bytes in 439 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2365] 10.0.0.104 () {32 vars in 729 bytes} [Thu Jun 4 20:45:23 2026] GET /v2.0/floatingips/9d4c796d-efd3-4bba-98bb-279fae570d7d => generated 554 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:45:23.210 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0d4f1b9a-f4bb-4745-b733-090ba668fc2b'] response: {'name': 'network-changed', 'server_uuid': '4dbce8a2-2fe6-4ca1-ac5e-a733acf7ee19', 'tag': '4e69a0f3-94a5-4f06-9978-c5aba51ccc16', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1212/2366] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:45:23 2026] GET /v2.0/ports?tenant_id=22f79bc235fa4ae7952fda60a3ad74b8&device_id=4dbce8a2-2fe6-4ca1-ac5e-a733acf7ee19 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2367] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:45:23 2026] GET /v2.0/networks?id=b51a9e25-d5ce-4eca-8182-e5b00ab34cc5 => generated 756 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2368] 199.204.45.57 () {34 vars in 1057 bytes} [Thu Jun 4 20:45:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=4e69a0f3-94a5-4f06-9978-c5aba51ccc16 => 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: 1156/2369] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:45:23 2026] GET /v2.0/subnets?id=6be41669-6462-4b33-a0ac-3c9714f5b777 => generated 678 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2370] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:45:23 2026] GET /v2.0/ports?network_id=b51a9e25-d5ce-4eca-8182-e5b00ab34cc5&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2371] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:45:23 2026] GET /v2.0/networks/b51a9e25-d5ce-4eca-8182-e5b00ab34cc5?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: 1215/2372] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:45:24 2026] GET /v2.0/networks/b51a9e25-d5ce-4eca-8182-e5b00ab34cc5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2373] 10.0.0.104 () {32 vars in 729 bytes} [Thu Jun 4 20:45:24 2026] GET /v2.0/floatingips/9d4c796d-efd3-4bba-98bb-279fae570d7d => generated 554 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2374] 10.0.0.104 () {32 vars in 729 bytes} [Thu Jun 4 20:45:25 2026] GET /v2.0/floatingips/9d4c796d-efd3-4bba-98bb-279fae570d7d => generated 552 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2377] 10.0.0.104 () {34 vars in 685 bytes} [Thu Jun 4 20:45:26 2026] POST /v2.0/security-groups => generated 1677 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2378] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:45:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2379] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:45:26 2026] POST /v2.0/security-group-rules => generated 596 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2380] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:45:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2381] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:45:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:45:27.006 7 INFO neutron.db.securitygroups_db [None req-599d09d4-a6ac-4d16-8d3f-e69d06cd920d 1c0e06ed66654de399bcdce8743b021e 22f79bc235fa4ae7952fda60a3ad74b8 - - default default] Project 22f79bc235fa4ae7952fda60a3ad74b8 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: 1220/2382] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:45:26 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-06-04 20:45:27.142 8 INFO neutron.db.securitygroups_db [None req-1852c136-48d3-4e27-ba55-1cad04920bda 1c0e06ed66654de399bcdce8743b021e 22f79bc235fa4ae7952fda60a3ad74b8 - - default default] Project 22f79bc235fa4ae7952fda60a3ad74b8 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: 1163/2383] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:45:27 2026] POST /v2.0/security-group-rules => generated 606 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2384] 10.0.0.104 () {32 vars in 649 bytes} [Thu Jun 4 20:45:27 2026] GET /v2.0/networks => generated 1297 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2385] 10.0.0.49 () {34 vars in 1099 bytes} [Thu Jun 4 20:45:27 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1232750179&fields=id&tenant_id=22f79bc235fa4ae7952fda60a3ad74b8 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2386] 10.0.0.49 () {34 vars in 981 bytes} [Thu Jun 4 20:45:27 2026] GET /v2.0/networks?id=b51a9e25-d5ce-4eca-8182-e5b00ab34cc5 => generated 660 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2387] 10.0.0.49 () {34 vars in 964 bytes} [Thu Jun 4 20:45:27 2026] GET /v2.0/quotas/22f79bc235fa4ae7952fda60a3ad74b8 => 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: 1223/2388] 10.0.0.49 () {34 vars in 1001 bytes} [Thu Jun 4 20:45:27 2026] GET /v2.0/ports?tenant_id=22f79bc235fa4ae7952fda60a3ad74b8&fields=id => generated 149 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2389] 10.0.0.49 () {34 vars in 1007 bytes} [Thu Jun 4 20:45:28 2026] GET /v2.0/networks/b51a9e25-d5ce-4eca-8182-e5b00ab34cc5?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: 1224/2390] 10.0.0.49 () {34 vars in 1107 bytes} [Thu Jun 4 20:45:28 2026] GET /v2.0/networks/b51a9e25-d5ce-4eca-8182-e5b00ab34cc5?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: 1167/2391] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:45:28 2026] GET /v2.0/ports?device_id=d2746df8-d4d7-48ed-902f-6a4b85cdc0d7 => 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: 1225/2392] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:45:29 2026] GET /v2.0/ports?device_id=d2746df8-d4d7-48ed-902f-6a4b85cdc0d7 => 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: 1168/2393] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:45:30 2026] GET /v2.0/ports?device_id=d2746df8-d4d7-48ed-902f-6a4b85cdc0d7 => 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: 1226/2394] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:45:31 2026] GET /v2.0/ports?device_id=d2746df8-d4d7-48ed-902f-6a4b85cdc0d7 => 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: 1169/2395] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:45:32 2026] GET /v2.0/networks?id=b51a9e25-d5ce-4eca-8182-e5b00ab34cc5 => generated 660 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2396] 199.204.45.57 () {34 vars in 1049 bytes} [Thu Jun 4 20:45:32 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=22f79bc235fa4ae7952fda60a3ad74b8 => generated 274 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2397] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:45:32 2026] GET /v2.0/ports?device_id=d2746df8-d4d7-48ed-902f-6a4b85cdc0d7 => 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: 1228/2398] 199.204.45.57 () {38 vars in 954 bytes} [Thu Jun 4 20:45:32 2026] POST /v2.0/ports => generated 954 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2399] 199.204.45.57 () {38 vars in 1027 bytes} [Thu Jun 4 20:45:33 2026] PUT /v2.0/ports/40b2eac5-3c1c-4184-96c1-3f184e278d04 => generated 1235 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:45:33.450 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-19df4bd9-cae0-47d5-a927-cf45507bb4a5'] response: {'name': 'network-changed', 'server_uuid': 'd2746df8-d4d7-48ed-902f-6a4b85cdc0d7', 'tag': '40b2eac5-3c1c-4184-96c1-3f184e278d04', '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: 1229/2400] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:45:33 2026] GET /v2.0/ports?device_id=d2746df8-d4d7-48ed-902f-6a4b85cdc0d7 => generated 969 bytes in 78 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: 1172/2401] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:45:33 2026] GET /v2.0/security-groups?id=7f7bb785-8d8f-44eb-96a7-d8315c2973d8&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: 1230/2402] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:45:33 2026] GET /v2.0/ports?tenant_id=22f79bc235fa4ae7952fda60a3ad74b8&device_id=d2746df8-d4d7-48ed-902f-6a4b85cdc0d7 => generated 1238 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2403] 199.204.45.57 () {34 vars in 1017 bytes} [Thu Jun 4 20:45:34 2026] GET /v2.0/networks?tenant_id=22f79bc235fa4ae7952fda60a3ad74b8&shared=False => generated 756 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2404] 199.204.45.57 () {34 vars in 929 bytes} [Thu Jun 4 20:45:34 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2405] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:45:34 2026] GET /v2.0/ports?device_id=d2746df8-d4d7-48ed-902f-6a4b85cdc0d7 => generated 969 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2406] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:45:34 2026] GET /v2.0/security-groups?id=7f7bb785-8d8f-44eb-96a7-d8315c2973d8&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: 1175/2407] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:45:35 2026] GET /v2.0/ports?tenant_id=22f79bc235fa4ae7952fda60a3ad74b8&device_id=d2746df8-d4d7-48ed-902f-6a4b85cdc0d7 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2408] 199.204.45.57 () {34 vars in 1057 bytes} [Thu Jun 4 20:45:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=40b2eac5-3c1c-4184-96c1-3f184e278d04 => 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: 1176/2409] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:45:35 2026] GET /v2.0/subnets?id=6be41669-6462-4b33-a0ac-3c9714f5b777 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2410] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:45:35 2026] GET /v2.0/ports?network_id=b51a9e25-d5ce-4eca-8182-e5b00ab34cc5&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: 1177/2411] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:45:35 2026] GET /v2.0/networks/b51a9e25-d5ce-4eca-8182-e5b00ab34cc5?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: 1235/2412] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:45:35 2026] GET /v2.0/networks/b51a9e25-d5ce-4eca-8182-e5b00ab34cc5?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: 1178/2413] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:45:36 2026] GET /v2.0/ports?device_id=d2746df8-d4d7-48ed-902f-6a4b85cdc0d7 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2414] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:45:36 2026] GET /v2.0/security-groups?id=7f7bb785-8d8f-44eb-96a7-d8315c2973d8&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: 1179/2415] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:45:37 2026] GET /v2.0/ports?device_id=d2746df8-d4d7-48ed-902f-6a4b85cdc0d7 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2416] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:45:37 2026] GET /v2.0/security-groups?id=7f7bb785-8d8f-44eb-96a7-d8315c2973d8&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2417] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:45:38 2026] GET /v2.0/ports?device_id=d2746df8-d4d7-48ed-902f-6a4b85cdc0d7 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2418] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:45:38 2026] GET /v2.0/security-groups?id=7f7bb785-8d8f-44eb-96a7-d8315c2973d8&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: 1181/2419] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:45:39 2026] GET /v2.0/ports?device_id=d2746df8-d4d7-48ed-902f-6a4b85cdc0d7 => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2420] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:45:39 2026] GET /v2.0/security-groups?id=7f7bb785-8d8f-44eb-96a7-d8315c2973d8&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: 1182/2423] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:45:40 2026] GET /v2.0/ports?device_id=d2746df8-d4d7-48ed-902f-6a4b85cdc0d7 => 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: 1242/2424] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:45:40 2026] GET /v2.0/security-groups?id=7f7bb785-8d8f-44eb-96a7-d8315c2973d8&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: 1183/2425] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:45:40 2026] GET /v2.0/ports?device_id=d2746df8-d4d7-48ed-902f-6a4b85cdc0d7 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2426] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:45:40 2026] GET /v2.0/security-groups?id=7f7bb785-8d8f-44eb-96a7-d8315c2973d8&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2427] 10.0.0.104 () {32 vars in 736 bytes} [Thu Jun 4 20:45:41 2026] GET /v2.0/ports?device_id=d2746df8-d4d7-48ed-902f-6a4b85cdc0d7 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:45:41.448 7 INFO neutron.db.l3_db [None req-b31a1692-18d5-41a3-a0f0-745e980d7fcd 1c0e06ed66654de399bcdce8743b021e 22f79bc235fa4ae7952fda60a3ad74b8 - - default default] Floating IP 9d4c796d-efd3-4bba-98bb-279fae570d7d associated. External IP: 10.96.250.205, port: 40b2eac5-3c1c-4184-96c1-3f184e278d04. [pid: 7|app: 0|req: 1244/2428] 10.0.0.104 () {34 vars in 749 bytes} [Thu Jun 4 20:45:41 2026] PUT /v2.0/floatingips/9d4c796d-efd3-4bba-98bb-279fae570d7d => generated 855 bytes in 652 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:45:41.800 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5e289d7a-a881-4d4a-9ea6-b4a01eb7fa9e'] response: {'name': 'network-changed', 'server_uuid': 'd2746df8-d4d7-48ed-902f-6a4b85cdc0d7', 'tag': '40b2eac5-3c1c-4184-96c1-3f184e278d04', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1185/2429] 10.0.0.104 () {32 vars in 729 bytes} [Thu Jun 4 20:45:41 2026] GET /v2.0/floatingips/9d4c796d-efd3-4bba-98bb-279fae570d7d => generated 855 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2430] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:45:42 2026] GET /v2.0/ports?tenant_id=22f79bc235fa4ae7952fda60a3ad74b8&device_id=d2746df8-d4d7-48ed-902f-6a4b85cdc0d7 => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2431] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:45:42 2026] GET /v2.0/networks?id=b51a9e25-d5ce-4eca-8182-e5b00ab34cc5 => generated 756 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2432] 199.204.45.57 () {34 vars in 1057 bytes} [Thu Jun 4 20:45:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=40b2eac5-3c1c-4184-96c1-3f184e278d04 => generated 858 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2433] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:45:42 2026] GET /v2.0/subnets?id=6be41669-6462-4b33-a0ac-3c9714f5b777 => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2434] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:45:42 2026] GET /v2.0/ports?network_id=b51a9e25-d5ce-4eca-8182-e5b00ab34cc5&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2435] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:45:42 2026] GET /v2.0/networks/b51a9e25-d5ce-4eca-8182-e5b00ab34cc5?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: 1248/2436] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:45:42 2026] GET /v2.0/networks/b51a9e25-d5ce-4eca-8182-e5b00ab34cc5?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: 1189/2437] 10.0.0.104 () {32 vars in 729 bytes} [Thu Jun 4 20:45:42 2026] GET /v2.0/floatingips/9d4c796d-efd3-4bba-98bb-279fae570d7d => generated 855 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2438] 10.0.0.104 () {32 vars in 729 bytes} [Thu Jun 4 20:45:43 2026] GET /v2.0/floatingips/9d4c796d-efd3-4bba-98bb-279fae570d7d => generated 857 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2439] 10.0.0.68 () {34 vars in 989 bytes} [Thu Jun 4 20:45:49 2026] GET /v2.0/ports?device_id=d2746df8-d4d7-48ed-902f-6a4b85cdc0d7 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2440] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Jun 4 20:45:49 2026] GET /v2.0/security-groups?id=7f7bb785-8d8f-44eb-96a7-d8315c2973d8&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: 1192/2443] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:46:00 2026] GET /v2.0/ports?device_id=d2746df8-d4d7-48ed-902f-6a4b85cdc0d7 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2444] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:46:00 2026] GET /v2.0/security-groups?id=7f7bb785-8d8f-44eb-96a7-d8315c2973d8&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: 1193/2445] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:46:01 2026] GET /v2.0/ports?device_id=d2746df8-d4d7-48ed-902f-6a4b85cdc0d7 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2446] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:46:01 2026] GET /v2.0/security-groups?id=7f7bb785-8d8f-44eb-96a7-d8315c2973d8&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: 1254/2447] 199.204.45.57 () {34 vars in 993 bytes} [Thu Jun 4 20:46:02 2026] GET /v2.0/ports?device_id=d2746df8-d4d7-48ed-902f-6a4b85cdc0d7 => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2448] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:46:02 2026] GET /v2.0/ports?device_id=d2746df8-d4d7-48ed-902f-6a4b85cdc0d7 => generated 969 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2449] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:46:02 2026] GET /v2.0/security-groups?id=7f7bb785-8d8f-44eb-96a7-d8315c2973d8&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:46:02.693 7 INFO neutron_taas.services.taas.taas_plugin [req-0a65e4dd-957a-4868-9290-09bef403c497 req-334ef64f-21de-4cf1-b57b-e353f4bbae00 1c0e06ed66654de399bcdce8743b021e 22f79bc235fa4ae7952fda60a3ad74b8 - - default default] TaaS: Handle Delete Port: 40b2eac5-3c1c-4184-96c1-3f184e278d04 2026-06-04 20:46:02.697 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0a65e4dd-957a-4868-9290-09bef403c497 req-334ef64f-21de-4cf1-b57b-e353f4bbae00 1c0e06ed66654de399bcdce8743b021e 22f79bc235fa4ae7952fda60a3ad74b8 - - default default] Tap Mirror: Handle Delete Port: 40b2eac5-3c1c-4184-96c1-3f184e278d04 2026-06-04 20:46:02.818 7 INFO neutron.db.l3_db [req-0a65e4dd-957a-4868-9290-09bef403c497 req-334ef64f-21de-4cf1-b57b-e353f4bbae00 1c0e06ed66654de399bcdce8743b021e 22f79bc235fa4ae7952fda60a3ad74b8 - - default default] Floating IP 9d4c796d-efd3-4bba-98bb-279fae570d7d disassociated. External IP: 10.96.250.205, port: 40b2eac5-3c1c-4184-96c1-3f184e278d04. [pid: 7|app: 0|req: 1255/2450] 199.204.45.57 () {36 vars in 996 bytes} [Thu Jun 4 20:46:02 2026] DELETE /v2.0/ports/40b2eac5-3c1c-4184-96c1-3f184e278d04 => generated 0 bytes in 612 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:46:03.237 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-acb250ed-5d02-443a-8871-2cf3e08fa2dd'] response: {'server_uuid': 'd2746df8-d4d7-48ed-902f-6a4b85cdc0d7', 'name': 'network-vif-deleted', 'tag': '40b2eac5-3c1c-4184-96c1-3f184e278d04', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1196/2451] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:46:03 2026] GET /v2.0/ports?device_id=d2746df8-d4d7-48ed-902f-6a4b85cdc0d7 => 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: 1256/2452] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:46:04 2026] GET /v2.0/ports?device_id=d2746df8-d4d7-48ed-902f-6a4b85cdc0d7 => generated 12 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2453] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:46:05 2026] GET /v2.0/ports?device_id=d2746df8-d4d7-48ed-902f-6a4b85cdc0d7 => 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: 1257/2454] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:46:07 2026] DELETE /v2.0/security-groups/7f7bb785-8d8f-44eb-96a7-d8315c2973d8 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:46:07.325 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd6e464e-b0b8-4c55-94c1-fe69086f61dc 1c0e06ed66654de399bcdce8743b021e 22f79bc235fa4ae7952fda60a3ad74b8 - - default default] TaaS: Handle Delete Port: 2d024dd0-ab37-4938-ae73-5ec9cf1d23b6 2026-06-04 20:46:07.328 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd6e464e-b0b8-4c55-94c1-fe69086f61dc 1c0e06ed66654de399bcdce8743b021e 22f79bc235fa4ae7952fda60a3ad74b8 - - default default] Tap Mirror: Handle Delete Port: 2d024dd0-ab37-4938-ae73-5ec9cf1d23b6 [pid: 8|app: 0|req: 1198/2455] 10.0.0.104 () {32 vars in 732 bytes} [Thu Jun 4 20:46:07 2026] DELETE /v2.0/floatingips/9d4c796d-efd3-4bba-98bb-279fae570d7d => generated 0 bytes in 282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2456] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:46:07 2026] GET /v2.0/ports?device_id=4dbce8a2-2fe6-4ca1-ac5e-a733acf7ee19 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2457] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:46:07 2026] GET /v2.0/security-groups?id=a1715f92-134a-4445-92ba-9c56eea765c6&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2458] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:46:08 2026] GET /v2.0/ports?device_id=4dbce8a2-2fe6-4ca1-ac5e-a733acf7ee19 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2459] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:46:08 2026] GET /v2.0/security-groups?id=a1715f92-134a-4445-92ba-9c56eea765c6&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: 1260/2460] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:46:09 2026] GET /v2.0/ports?device_id=4dbce8a2-2fe6-4ca1-ac5e-a733acf7ee19 => 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: 1201/2461] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:46:10 2026] GET /v2.0/security-groups?id=a1715f92-134a-4445-92ba-9c56eea765c6&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: 1261/2462] 199.204.45.57 () {34 vars in 993 bytes} [Thu Jun 4 20:46:10 2026] GET /v2.0/ports?device_id=4dbce8a2-2fe6-4ca1-ac5e-a733acf7ee19 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:46:10.281 8 INFO neutron_taas.services.taas.taas_plugin [req-ad246744-ac2b-4f3a-81c2-c9b2a583a6e7 req-4552fe64-cf7b-4cb7-ae47-6bfee40350c0 1c0e06ed66654de399bcdce8743b021e 22f79bc235fa4ae7952fda60a3ad74b8 - - default default] TaaS: Handle Delete Port: 4e69a0f3-94a5-4f06-9978-c5aba51ccc16 2026-06-04 20:46:10.285 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ad246744-ac2b-4f3a-81c2-c9b2a583a6e7 req-4552fe64-cf7b-4cb7-ae47-6bfee40350c0 1c0e06ed66654de399bcdce8743b021e 22f79bc235fa4ae7952fda60a3ad74b8 - - default default] Tap Mirror: Handle Delete Port: 4e69a0f3-94a5-4f06-9978-c5aba51ccc16 [pid: 8|app: 0|req: 1202/2463] 199.204.45.57 () {36 vars in 996 bytes} [Thu Jun 4 20:46:10 2026] DELETE /v2.0/ports/4e69a0f3-94a5-4f06-9978-c5aba51ccc16 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:46:10.473 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-afb7288c-a94a-4c69-82dc-6483e575e9f2'] response: {'server_uuid': '4dbce8a2-2fe6-4ca1-ac5e-a733acf7ee19', 'name': 'network-vif-deleted', 'tag': '4e69a0f3-94a5-4f06-9978-c5aba51ccc16', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1263/2466] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:46:11 2026] GET /v2.0/ports?device_id=4dbce8a2-2fe6-4ca1-ac5e-a733acf7ee19 => 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: 1204/2467] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:46:12 2026] GET /v2.0/ports?device_id=4dbce8a2-2fe6-4ca1-ac5e-a733acf7ee19 => 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: 1264/2468] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:46:13 2026] GET /v2.0/ports?device_id=4dbce8a2-2fe6-4ca1-ac5e-a733acf7ee19 => 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: 1205/2469] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:46:14 2026] DELETE /v2.0/security-groups/a1715f92-134a-4445-92ba-9c56eea765c6 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:46:14.997 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa5d6dc0-7eb4-43f6-883e-4e418388260e 1c0e06ed66654de399bcdce8743b021e 22f79bc235fa4ae7952fda60a3ad74b8 - - default default] TaaS: Handle Delete Port: 8793106b-bee6-4d12-b398-76c10456d994 2026-06-04 20:46:15.003 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa5d6dc0-7eb4-43f6-883e-4e418388260e 1c0e06ed66654de399bcdce8743b021e 22f79bc235fa4ae7952fda60a3ad74b8 - - default default] Tap Mirror: Handle Delete Port: 8793106b-bee6-4d12-b398-76c10456d994 [pid: 7|app: 0|req: 1265/2470] 10.0.0.104 () {34 vars in 789 bytes} [Thu Jun 4 20:46:14 2026] PUT /v2.0/routers/70afbbd3-3652-4524-bcd5-ff76dd39ae6c/remove_router_interface => generated 309 bytes in 978 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2471] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:46:15 2026] DELETE /v2.0/subnets/6be41669-6462-4b33-a0ac-3c9714f5b777 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:46:15.956 7 INFO neutron_taas.services.taas.taas_plugin [None req-8df20a70-810d-467c-bbdc-dcfb098c748b 1c0e06ed66654de399bcdce8743b021e 22f79bc235fa4ae7952fda60a3ad74b8 - - default default] TaaS: Handle Delete Port: 29512170-7a52-4ba7-a4ab-559553144ebd 2026-06-04 20:46:15.960 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8df20a70-810d-467c-bbdc-dcfb098c748b 1c0e06ed66654de399bcdce8743b021e 22f79bc235fa4ae7952fda60a3ad74b8 - - default default] Tap Mirror: Handle Delete Port: 29512170-7a52-4ba7-a4ab-559553144ebd 2026-06-04 20:46:16.278 7 INFO neutron_taas.services.taas.taas_plugin [None req-8df20a70-810d-467c-bbdc-dcfb098c748b 1c0e06ed66654de399bcdce8743b021e 22f79bc235fa4ae7952fda60a3ad74b8 - - default default] TaaS: Handle Delete Port: 62fef6b4-cd81-4f8c-97d2-c9a95987e445 2026-06-04 20:46:16.281 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8df20a70-810d-467c-bbdc-dcfb098c748b 1c0e06ed66654de399bcdce8743b021e 22f79bc235fa4ae7952fda60a3ad74b8 - - default default] Tap Mirror: Handle Delete Port: 62fef6b4-cd81-4f8c-97d2-c9a95987e445 2026-06-04 20:46:16.695 7 INFO neutron.db.l3_hamode_db [None req-8df20a70-810d-467c-bbdc-dcfb098c748b 1c0e06ed66654de399bcdce8743b021e 22f79bc235fa4ae7952fda60a3ad74b8 - - default default] HA network 48ad6f74-92dc-47de-88cf-1efd87b300aa was deleted as no HA routers are present in tenant 22f79bc235fa4ae7952fda60a3ad74b8. [pid: 7|app: 0|req: 1266/2472] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:46:15 2026] DELETE /v2.0/routers/70afbbd3-3652-4524-bcd5-ff76dd39ae6c => generated 0 bytes in 996 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:46:16.772 7 INFO neutron.services.segments.plugin [-] Segment fa2382a1-9d59-4ba6-84b9-48f95facc48c resource provider aggregate not found 2026-06-04 20:46:16.777 7 INFO neutron.services.segments.plugin [-] Segment fa2382a1-9d59-4ba6-84b9-48f95facc48c resource provider aggregate not found 2026-06-04 20:46:16.796 7 INFO neutron.services.segments.plugin [-] Segment fa2382a1-9d59-4ba6-84b9-48f95facc48c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa2382a1-9d59-4ba6-84b9-48f95facc48c found for delete ", "request_id": "req-411767a4-5748-48a1-b242-4e0093100bec"}]} 2026-06-04 20:46:16.798 7 INFO neutron.services.segments.plugin [-] Segment fa2382a1-9d59-4ba6-84b9-48f95facc48c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa2382a1-9d59-4ba6-84b9-48f95facc48c found for delete ", "request_id": "req-32c4211f-4f7f-442b-b86e-d3d338b54f3c"}]} 2026-06-04 20:46:16.842 8 INFO neutron_taas.services.taas.taas_plugin [None req-a6330ea8-ae7f-4ea1-bc31-b560bd218d50 1c0e06ed66654de399bcdce8743b021e 22f79bc235fa4ae7952fda60a3ad74b8 - - default default] TaaS: Handle Delete Port: 38b4a3ad-9575-4415-8206-eb8525dba81d 2026-06-04 20:46:16.847 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6330ea8-ae7f-4ea1-bc31-b560bd218d50 1c0e06ed66654de399bcdce8743b021e 22f79bc235fa4ae7952fda60a3ad74b8 - - default default] Tap Mirror: Handle Delete Port: 38b4a3ad-9575-4415-8206-eb8525dba81d [pid: 8|app: 0|req: 1207/2473] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:46:16 2026] DELETE /v2.0/networks/b51a9e25-d5ce-4eca-8182-e5b00ab34cc5 => generated 0 bytes in 404 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:46:17.129 8 INFO neutron.services.segments.plugin [-] Segment c646208e-ebc3-4d53-8fbd-37ce40d98ffd resource provider aggregate not found 2026-06-04 20:46:17.133 8 INFO neutron.services.segments.plugin [-] Segment c646208e-ebc3-4d53-8fbd-37ce40d98ffd resource provider aggregate not found 2026-06-04 20:46:17.146 8 INFO neutron.services.segments.plugin [-] Segment c646208e-ebc3-4d53-8fbd-37ce40d98ffd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c646208e-ebc3-4d53-8fbd-37ce40d98ffd found for delete ", "request_id": "req-0bf105ae-5e47-4641-ad92-af059f1fdff8"}]} 2026-06-04 20:46:17.150 8 INFO neutron.services.segments.plugin [-] Segment c646208e-ebc3-4d53-8fbd-37ce40d98ffd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c646208e-ebc3-4d53-8fbd-37ce40d98ffd found for delete ", "request_id": "req-9e511895-3146-42a1-a2c9-1fcf2f9beaad"}]} [pid: 7|app: 0|req: 1267/2474] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:46:17 2026] GET /v2.0/security-groups?tenant_id=8d363da627f541e49659a4e03665e829&name=default => generated 2929 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2475] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:46:17 2026] DELETE /v2.0/security-groups/f6510474-f1e9-420f-88bd-730ed329d6d1 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2476] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:46:18 2026] GET /v2.0/security-groups?tenant_id=22f79bc235fa4ae7952fda60a3ad74b8&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2477] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:46:18 2026] DELETE /v2.0/security-groups/25e14039-7f05-4592-acb2-23d9285d7879 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:46:27.471 8 INFO neutron.db.segments_db [None req-6123652e-a8eb-4f6f-9b9c-eae70d14312d 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] Added segment eaaba02d-0e6b-4598-837b-05323864fc1e of type vxlan for network 449dcd2c-7420-4c64-8aef-51e46fb4507d [pid: 8|app: 0|req: 1211/2480] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:46:27 2026] POST /v2.0/networks => generated 638 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2481] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:46:27 2026] POST /v2.0/subnets => generated 658 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2482] 10.0.0.104 () {32 vars in 722 bytes} [Thu Jun 4 20:46:27 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2483] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:46:27 2026] POST /v2.0/subnets => generated 731 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:46:28.157 8 INFO neutron.db.segments_db [None req-7f2a0b78-b45a-44fb-a2e8-1148270a1823 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] Added segment fed589f6-090a-4076-b6bb-ddb84b58a930 of type vxlan for network 6bd292a7-ca33-4d7b-a1d0-41eefdd03089 [pid: 8|app: 0|req: 1213/2484] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:46:28 2026] POST /v2.0/networks => generated 637 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2485] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:46:28 2026] POST /v2.0/subnets => generated 655 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2486] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:46:28 2026] POST /v2.0/subnets => generated 726 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:46:28.816 7 INFO neutron.db.segments_db [None req-b6300bff-e06a-43e1-b94c-57fc33b42b65 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] Added segment 1780b4a8-6a25-4830-bbd4-22e6f0faafdd of type vxlan for network 4e54ff32-4025-4cfd-84dc-545283b49ec9 [pid: 7|app: 0|req: 1273/2487] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:46:28 2026] POST /v2.0/networks => generated 637 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2488] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:46:28 2026] POST /v2.0/subnets => generated 656 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2489] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:46:29 2026] POST /v2.0/subnets => generated 729 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:46:29.596 8 INFO neutron.db.segments_db [None req-0d578c08-5d2f-4ef0-936b-7c5ffa5396da 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] Added segment 8dae3dcd-02c3-450d-ae8a-e3e13f51a2ed of type vxlan for network 6045ad02-3be0-4ef6-a361-4c5f466c4345 2026-06-04 20:46:29.814 8 INFO neutron.db.l3_hamode_db [None req-0d578c08-5d2f-4ef0-936b-7c5ffa5396da 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 20:46:30.579 8 INFO neutron.db.l3_hamode_db [None req-0d578c08-5d2f-4ef0-936b-7c5ffa5396da 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1216/2490] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:46:29 2026] POST /v2.0/routers => generated 684 bytes in 1950 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2491] 10.0.0.104 () {34 vars in 783 bytes} [Thu Jun 4 20:46:31 2026] PUT /v2.0/routers/e89b7818-b57b-4952-972f-da66d9ceef1e/add_router_interface => generated 309 bytes in 1442 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2492] 10.0.0.104 () {34 vars in 783 bytes} [Thu Jun 4 20:46:32 2026] PUT /v2.0/routers/e89b7818-b57b-4952-972f-da66d9ceef1e/add_router_interface => generated 309 bytes in 1378 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2493] 10.0.0.104 () {34 vars in 783 bytes} [Thu Jun 4 20:46:34 2026] PUT /v2.0/routers/e89b7818-b57b-4952-972f-da66d9ceef1e/add_router_interface => generated 309 bytes in 1434 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2494] 10.0.0.104 () {34 vars in 684 bytes} [Thu Jun 4 20:46:35 2026] POST /v2.0/security-groups => generated 1630 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2495] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:46:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2496] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:46:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2497] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:46:36 2026] POST /v2.0/security-group-rules => generated 599 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2498] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:46:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2499] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:46:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2500] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:46:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2501] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:46:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2502] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:46:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2503] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:46:37 2026] POST /v2.0/security-group-rules => generated 599 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2504] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:46:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2505] 10.0.0.104 () {34 vars in 695 bytes} [Thu Jun 4 20:46:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2506] 10.0.0.49 () {34 vars in 1095 bytes} [Thu Jun 4 20:46:37 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-2133873408&fields=id&tenant_id=d2cbc7e6dfc4461aa7cd61aaac851f5c => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2507] 10.0.0.49 () {34 vars in 981 bytes} [Thu Jun 4 20:46:37 2026] GET /v2.0/networks?id=6bd292a7-ca33-4d7b-a1d0-41eefdd03089 => generated 704 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2508] 10.0.0.49 () {34 vars in 964 bytes} [Thu Jun 4 20:46:37 2026] GET /v2.0/quotas/d2cbc7e6dfc4461aa7cd61aaac851f5c => generated 292 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2509] 10.0.0.49 () {34 vars in 1001 bytes} [Thu Jun 4 20:46:37 2026] GET /v2.0/ports?tenant_id=d2cbc7e6dfc4461aa7cd61aaac851f5c&fields=id => generated 287 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2510] 10.0.0.49 () {34 vars in 1007 bytes} [Thu Jun 4 20:46:38 2026] GET /v2.0/networks/6bd292a7-ca33-4d7b-a1d0-41eefdd03089?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: 1285/2511] 10.0.0.49 () {34 vars in 1107 bytes} [Thu Jun 4 20:46:38 2026] GET /v2.0/networks/6bd292a7-ca33-4d7b-a1d0-41eefdd03089?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2512] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:46:38 2026] GET /v2.0/ports?device_id=b15203a8-892c-436b-9fb8-06b4740d844e => 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: 1287/2515] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:46:42 2026] GET /v2.0/networks?id=6bd292a7-ca33-4d7b-a1d0-41eefdd03089 => generated 704 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2516] 199.204.45.57 () {34 vars in 1049 bytes} [Thu Jun 4 20:46:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d2cbc7e6dfc4461aa7cd61aaac851f5c => generated 179 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2517] 199.204.45.57 () {38 vars in 954 bytes} [Thu Jun 4 20:46:42 2026] POST /v2.0/ports => generated 1179 bytes in 461 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: 1289/2518] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:46:43 2026] GET /v2.0/ports?device_id=b15203a8-892c-436b-9fb8-06b4740d844e => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2519] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:46:43 2026] GET /v2.0/security-groups?id=0f9b50cf-e635-4fe1-b820-696a15685630&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: 1230/2520] 199.204.45.57 () {38 vars in 1027 bytes} [Thu Jun 4 20:46:43 2026] PUT /v2.0/ports/0bd14dbd-16aa-4f24-9710-2ca1694d2fbf => generated 1460 bytes in 486 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:46:43.949 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d3955d52-bfc3-48dd-90a9-37871cb3da5b'] response: {'name': 'network-changed', 'server_uuid': 'b15203a8-892c-436b-9fb8-06b4740d844e', 'tag': '0bd14dbd-16aa-4f24-9710-2ca1694d2fbf', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1291/2521] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:46:44 2026] GET /v2.0/ports?tenant_id=d2cbc7e6dfc4461aa7cd61aaac851f5c&device_id=b15203a8-892c-436b-9fb8-06b4740d844e => generated 1463 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: 8|app: 0|req: 1231/2522] 199.204.45.57 () {34 vars in 1017 bytes} [Thu Jun 4 20:46:44 2026] GET /v2.0/networks?tenant_id=d2cbc7e6dfc4461aa7cd61aaac851f5c&shared=False => generated 2373 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2523] 199.204.45.57 () {34 vars in 929 bytes} [Thu Jun 4 20:46:44 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: 1232/2524] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:46:45 2026] GET /v2.0/ports?tenant_id=d2cbc7e6dfc4461aa7cd61aaac851f5c&device_id=b15203a8-892c-436b-9fb8-06b4740d844e => generated 1463 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2525] 199.204.45.57 () {34 vars in 1055 bytes} [Thu Jun 4 20:46:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.12&port_id=0bd14dbd-16aa-4f24-9710-2ca1694d2fbf => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2526] 199.204.45.57 () {34 vars in 1103 bytes} [Thu Jun 4 20:46:45 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A144&port_id=0bd14dbd-16aa-4f24-9710-2ca1694d2fbf => 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: 1294/2527] 199.204.45.57 () {34 vars in 1063 bytes} [Thu Jun 4 20:46:45 2026] GET /v2.0/subnets?id=1af5beba-d5f0-4388-ba43-d208da0617b9&id=b3ee8cdf-d974-4037-a476-52507b5e02c2 => generated 1410 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2528] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:46:45 2026] GET /v2.0/ports?network_id=6bd292a7-ca33-4d7b-a1d0-41eefdd03089&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2529] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:46:45 2026] GET /v2.0/ports?network_id=6bd292a7-ca33-4d7b-a1d0-41eefdd03089&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2530] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:46:45 2026] GET /v2.0/networks/6bd292a7-ca33-4d7b-a1d0-41eefdd03089?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: 1296/2531] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:46:45 2026] GET /v2.0/networks/6bd292a7-ca33-4d7b-a1d0-41eefdd03089?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2532] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:46:48 2026] GET /v2.0/ports?device_id=b15203a8-892c-436b-9fb8-06b4740d844e => generated 1194 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2533] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:46:48 2026] GET /v2.0/security-groups?id=0f9b50cf-e635-4fe1-b820-696a15685630&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2534] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:46:53 2026] GET /v2.0/ports?device_id=b15203a8-892c-436b-9fb8-06b4740d844e => generated 1196 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2535] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:46:53 2026] GET /v2.0/security-groups?id=0f9b50cf-e635-4fe1-b820-696a15685630&fields=id&fields=name => generated 112 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2536] 10.0.0.104 () {32 vars in 818 bytes} [Thu Jun 4 20:46:54 2026] GET /v2.0/ports?network_id=6bd292a7-ca33-4d7b-a1d0-41eefdd03089&mac_address=fa%3A16%3A3e%3Aac%3A46%3A9d => generated 1196 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:46:54.817 7 INFO neutron.db.l3_db [None req-01a7bb26-eeaa-45df-bbb0-3517d5f3e1b7 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] Floating IP f7d9db7d-9cd0-419d-8e37-12c678d2126e associated. External IP: 10.96.250.204, port: 0bd14dbd-16aa-4f24-9710-2ca1694d2fbf. [pid: 7|app: 0|req: 1299/2537] 10.0.0.104 () {34 vars in 677 bytes} [Thu Jun 4 20:46:54 2026] POST /v2.0/floatingips => generated 854 bytes in 1094 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:46:55.299 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bd28bd62-24fa-4c06-a031-239f9b72dfab'] response: {'name': 'network-changed', 'server_uuid': 'b15203a8-892c-436b-9fb8-06b4740d844e', 'tag': '0bd14dbd-16aa-4f24-9710-2ca1694d2fbf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1239/2538] 10.0.0.49 () {34 vars in 1095 bytes} [Thu Jun 4 20:46:55 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-2133873408&fields=id&tenant_id=d2cbc7e6dfc4461aa7cd61aaac851f5c => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2539] 10.0.0.49 () {34 vars in 981 bytes} [Thu Jun 4 20:46:55 2026] GET /v2.0/networks?id=4e54ff32-4025-4cfd-84dc-545283b49ec9 => generated 704 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2540] 10.0.0.49 () {34 vars in 964 bytes} [Thu Jun 4 20:46:55 2026] GET /v2.0/quotas/d2cbc7e6dfc4461aa7cd61aaac851f5c => 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: 1301/2541] 10.0.0.49 () {34 vars in 1001 bytes} [Thu Jun 4 20:46:55 2026] GET /v2.0/ports?tenant_id=d2cbc7e6dfc4461aa7cd61aaac851f5c&fields=id => generated 333 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2542] 10.0.0.49 () {34 vars in 1007 bytes} [Thu Jun 4 20:46:55 2026] GET /v2.0/networks/4e54ff32-4025-4cfd-84dc-545283b49ec9?fields=segments => generated 14 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2543] 10.0.0.49 () {34 vars in 1107 bytes} [Thu Jun 4 20:46:55 2026] GET /v2.0/networks/4e54ff32-4025-4cfd-84dc-545283b49ec9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2546] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:46:55 2026] GET /v2.0/ports?tenant_id=d2cbc7e6dfc4461aa7cd61aaac851f5c&device_id=b15203a8-892c-436b-9fb8-06b4740d844e => generated 1465 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2547] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:46:55 2026] GET /v2.0/ports?device_id=dd5efefc-d985-4b34-b37f-aea7f745392b => 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: 1304/2548] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:46:55 2026] GET /v2.0/networks?id=6bd292a7-ca33-4d7b-a1d0-41eefdd03089 => generated 800 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2549] 199.204.45.57 () {34 vars in 1055 bytes} [Thu Jun 4 20:46:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.12&port_id=0bd14dbd-16aa-4f24-9710-2ca1694d2fbf => generated 857 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2550] 199.204.45.57 () {34 vars in 1103 bytes} [Thu Jun 4 20:46:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A144&port_id=0bd14dbd-16aa-4f24-9710-2ca1694d2fbf => 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: 1246/2551] 199.204.45.57 () {34 vars in 1063 bytes} [Thu Jun 4 20:46:56 2026] GET /v2.0/subnets?id=1af5beba-d5f0-4388-ba43-d208da0617b9&id=b3ee8cdf-d974-4037-a476-52507b5e02c2 => generated 1410 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2552] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:46:56 2026] GET /v2.0/ports?network_id=6bd292a7-ca33-4d7b-a1d0-41eefdd03089&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2553] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:46:56 2026] GET /v2.0/ports?network_id=6bd292a7-ca33-4d7b-a1d0-41eefdd03089&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: 1307/2554] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:46:56 2026] GET /v2.0/networks/6bd292a7-ca33-4d7b-a1d0-41eefdd03089?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: 1248/2555] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:46:56 2026] GET /v2.0/networks/6bd292a7-ca33-4d7b-a1d0-41eefdd03089?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: 1308/2556] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:47:00 2026] GET /v2.0/networks?id=4e54ff32-4025-4cfd-84dc-545283b49ec9 => generated 704 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2557] 199.204.45.57 () {34 vars in 1049 bytes} [Thu Jun 4 20:47:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d2cbc7e6dfc4461aa7cd61aaac851f5c => generated 179 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2558] 199.204.45.57 () {38 vars in 954 bytes} [Thu Jun 4 20:47:00 2026] POST /v2.0/ports => generated 1183 bytes in 418 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: 1310/2559] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:47:00 2026] GET /v2.0/ports?device_id=dd5efefc-d985-4b34-b37f-aea7f745392b => generated 1198 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2560] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:47:01 2026] GET /v2.0/security-groups?id=0f9b50cf-e635-4fe1-b820-696a15685630&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2561] 199.204.45.57 () {38 vars in 1027 bytes} [Thu Jun 4 20:47:00 2026] PUT /v2.0/ports/439006dd-ee99-4b6e-81d7-1a60aa1af02e => generated 1464 bytes in 533 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:47:01.243 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4b11969f-b664-4a0c-8569-d7c9bf5ef1b2'] response: {'name': 'network-changed', 'server_uuid': 'dd5efefc-d985-4b34-b37f-aea7f745392b', 'tag': '439006dd-ee99-4b6e-81d7-1a60aa1af02e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1312/2562] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:47:01 2026] GET /v2.0/ports?tenant_id=d2cbc7e6dfc4461aa7cd61aaac851f5c&device_id=dd5efefc-d985-4b34-b37f-aea7f745392b => generated 1467 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1251/2563] 199.204.45.57 () {34 vars in 1017 bytes} [Thu Jun 4 20:47:01 2026] GET /v2.0/networks?tenant_id=d2cbc7e6dfc4461aa7cd61aaac851f5c&shared=False => generated 2373 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2564] 199.204.45.57 () {34 vars in 929 bytes} [Thu Jun 4 20:47:01 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2565] 10.0.0.68 () {34 vars in 989 bytes} [Thu Jun 4 20:47:02 2026] GET /v2.0/ports?device_id=b15203a8-892c-436b-9fb8-06b4740d844e => generated 1465 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2566] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Jun 4 20:47:02 2026] GET /v2.0/security-groups?id=0f9b50cf-e635-4fe1-b820-696a15685630&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: 1253/2567] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:47:02 2026] GET /v2.0/ports?tenant_id=d2cbc7e6dfc4461aa7cd61aaac851f5c&device_id=dd5efefc-d985-4b34-b37f-aea7f745392b => generated 1467 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2568] 199.204.45.57 () {34 vars in 1055 bytes} [Thu Jun 4 20:47:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.18&port_id=439006dd-ee99-4b6e-81d7-1a60aa1af02e => 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: 1254/2569] 199.204.45.57 () {34 vars in 1105 bytes} [Thu Jun 4 20:47:03 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A10f&port_id=439006dd-ee99-4b6e-81d7-1a60aa1af02e => 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: 1316/2570] 199.204.45.57 () {34 vars in 1063 bytes} [Thu Jun 4 20:47:03 2026] GET /v2.0/subnets?id=600a168c-12af-4e98-bb83-46c29f2b9dd8&id=4431a36c-5ec5-44a0-bb8b-a5872162bfe5 => generated 1414 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2571] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:47:03 2026] GET /v2.0/ports?network_id=4e54ff32-4025-4cfd-84dc-545283b49ec9&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2572] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:47:03 2026] GET /v2.0/ports?network_id=4e54ff32-4025-4cfd-84dc-545283b49ec9&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: 1256/2573] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:47:03 2026] GET /v2.0/networks/4e54ff32-4025-4cfd-84dc-545283b49ec9?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: 1318/2574] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:47:03 2026] GET /v2.0/networks/4e54ff32-4025-4cfd-84dc-545283b49ec9?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: 1257/2575] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:47:06 2026] GET /v2.0/ports?device_id=dd5efefc-d985-4b34-b37f-aea7f745392b => generated 1198 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2576] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:47:06 2026] GET /v2.0/security-groups?id=0f9b50cf-e635-4fe1-b820-696a15685630&fields=id&fields=name => generated 112 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2579] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:47:11 2026] GET /v2.0/ports?device_id=dd5efefc-d985-4b34-b37f-aea7f745392b => generated 1200 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2580] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:47:11 2026] GET /v2.0/security-groups?id=0f9b50cf-e635-4fe1-b820-696a15685630&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2581] 10.0.0.104 () {32 vars in 818 bytes} [Thu Jun 4 20:47:11 2026] GET /v2.0/ports?network_id=4e54ff32-4025-4cfd-84dc-545283b49ec9&mac_address=fa%3A16%3A3e%3Ab4%3Ad6%3Ab7 => generated 1200 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:47:12.461 7 INFO neutron.db.l3_db [None req-6146d5e3-fe41-4d39-9bdf-90a78e5bebd1 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] Floating IP 1fd8a38e-58ea-4c73-b459-1819c8bb6771 associated. External IP: 10.96.250.216, port: 439006dd-ee99-4b6e-81d7-1a60aa1af02e. [pid: 7|app: 0|req: 1322/2582] 10.0.0.104 () {34 vars in 677 bytes} [Thu Jun 4 20:47:11 2026] POST /v2.0/floatingips => generated 854 bytes in 1223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:47:12.847 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-543ce8ae-93d6-4a03-bebf-9dc1189717da'] response: {'name': 'network-changed', 'server_uuid': 'dd5efefc-d985-4b34-b37f-aea7f745392b', 'tag': '439006dd-ee99-4b6e-81d7-1a60aa1af02e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1261/2583] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:47:13 2026] GET /v2.0/ports?tenant_id=d2cbc7e6dfc4461aa7cd61aaac851f5c&device_id=dd5efefc-d985-4b34-b37f-aea7f745392b => generated 1469 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2584] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:47:13 2026] GET /v2.0/networks?id=4e54ff32-4025-4cfd-84dc-545283b49ec9 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2585] 199.204.45.57 () {34 vars in 1055 bytes} [Thu Jun 4 20:47:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.18&port_id=439006dd-ee99-4b6e-81d7-1a60aa1af02e => generated 857 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2586] 199.204.45.57 () {34 vars in 1105 bytes} [Thu Jun 4 20:47:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A10f&port_id=439006dd-ee99-4b6e-81d7-1a60aa1af02e => 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: 1263/2587] 199.204.45.57 () {34 vars in 1063 bytes} [Thu Jun 4 20:47:13 2026] GET /v2.0/subnets?id=600a168c-12af-4e98-bb83-46c29f2b9dd8&id=4431a36c-5ec5-44a0-bb8b-a5872162bfe5 => generated 1414 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2588] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:47:13 2026] GET /v2.0/ports?network_id=4e54ff32-4025-4cfd-84dc-545283b49ec9&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: 1264/2589] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:47:13 2026] GET /v2.0/ports?network_id=4e54ff32-4025-4cfd-84dc-545283b49ec9&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2590] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:47:13 2026] GET /v2.0/networks/4e54ff32-4025-4cfd-84dc-545283b49ec9?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: 1265/2591] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:47:13 2026] GET /v2.0/networks/4e54ff32-4025-4cfd-84dc-545283b49ec9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2592] 10.0.0.68 () {34 vars in 989 bytes} [Thu Jun 4 20:47:17 2026] GET /v2.0/ports?device_id=dd5efefc-d985-4b34-b37f-aea7f745392b => generated 1469 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2593] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Jun 4 20:47:17 2026] GET /v2.0/security-groups?id=0f9b50cf-e635-4fe1-b820-696a15685630&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2596] 10.0.0.104 () {32 vars in 721 bytes} [Thu Jun 4 20:47:29 2026] GET /v2.0/subnets/a5896899-404c-4894-97da-2dc306521e11 => 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: 1268/2597] 10.0.0.216 () {30 vars in 690 bytes} [Thu Jun 4 20:47:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2598] 10.0.0.216 () {30 vars in 692 bytes} [Thu Jun 4 20:47:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2599] 10.0.0.216 () {30 vars in 668 bytes} [Thu Jun 4 20:47:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2600] 10.0.0.216 () {30 vars in 704 bytes} [Thu Jun 4 20:47:30 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: 1270/2601] 10.0.0.216 () {28 vars in 439 bytes} [Thu Jun 4 20:47:31 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2602] 10.0.0.216 () {30 vars in 728 bytes} [Thu Jun 4 20:47:31 2026] GET /v2.0/subnets/a5896899-404c-4894-97da-2dc306521e11 => generated 658 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2603] 10.0.0.216 () {30 vars in 690 bytes} [Thu Jun 4 20:47:31 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: 1333/2604] 10.0.0.216 () {30 vars in 692 bytes} [Thu Jun 4 20:47:31 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: 1272/2605] 10.0.0.216 () {30 vars in 668 bytes} [Thu Jun 4 20:47:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2606] 10.0.0.216 () {30 vars in 704 bytes} [Thu Jun 4 20:47:31 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: 1273/2607] 10.0.0.216 () {30 vars in 728 bytes} [Thu Jun 4 20:47:31 2026] GET /v2.0/subnets/a5896899-404c-4894-97da-2dc306521e11 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2608] 10.0.0.216 () {30 vars in 690 bytes} [Thu Jun 4 20:47:31 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: 1274/2609] 10.0.0.216 () {30 vars in 692 bytes} [Thu Jun 4 20:47:31 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: 1336/2610] 10.0.0.216 () {30 vars in 668 bytes} [Thu Jun 4 20:47:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2611] 10.0.0.216 () {30 vars in 704 bytes} [Thu Jun 4 20:47:31 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: 1337/2612] 10.0.0.216 () {30 vars in 730 bytes} [Thu Jun 4 20:47:31 2026] GET /v2.0/networks/449dcd2c-7420-4c64-8aef-51e46fb4507d => generated 798 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2613] 10.0.0.216 () {30 vars in 682 bytes} [Thu Jun 4 20:47:31 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: 7|app: 0|req: 1338/2614] 10.0.0.216 () {34 vars in 704 bytes} [Thu Jun 4 20:47:31 2026] POST /v2.0/ports => generated 1132 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2615] 199.204.45.57 () {30 vars in 702 bytes} [Thu Jun 4 20:47:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1339/2616] 199.204.45.57 () {30 vars in 704 bytes} [Thu Jun 4 20:47:35 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: 1278/2617] 199.204.45.57 () {30 vars in 680 bytes} [Thu Jun 4 20:47:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2618] 199.204.45.57 () {30 vars in 716 bytes} [Thu Jun 4 20:47:35 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: 1279/2619] 199.204.45.57 () {30 vars in 736 bytes} [Thu Jun 4 20:47:35 2026] GET /v2.0/ports/35dbf40e-42ad-4892-a8a8-874ded1bb337 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2620] 199.204.45.57 () {30 vars in 702 bytes} [Thu Jun 4 20:47:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2621] 199.204.45.57 () {30 vars in 704 bytes} [Thu Jun 4 20:47:35 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: 1342/2622] 199.204.45.57 () {30 vars in 680 bytes} [Thu Jun 4 20:47:35 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: 1281/2623] 199.204.45.57 () {30 vars in 716 bytes} [Thu Jun 4 20:47:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:47:35.514 7 INFO neutron.api.v2.resource [None req-26d66c1d-3854-4a66-bb94-4ef08b4d2afc 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1343/2624] 199.204.45.57 () {30 vars in 762 bytes} [Thu Jun 4 20:47:35 2026] GET /v2.0/security-groups/lb-6b9e6098-f066-4c15-9b25-58ec1576a833 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2625] 199.204.45.57 () {30 vars in 784 bytes} [Thu Jun 4 20:47:35 2026] GET /v2.0/security-groups?name=lb-6b9e6098-f066-4c15-9b25-58ec1576a833 => generated 23 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2626] 199.204.45.57 () {34 vars in 735 bytes} [Thu Jun 4 20:47:35 2026] POST /v2.0/security-groups => generated 1638 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2627] 199.204.45.57 () {30 vars in 814 bytes} [Thu Jun 4 20:47:35 2026] GET /v2.0/security-group-rules?security_group_id=1c4b99f2-4525-4c89-83b4-9bc3faa99255 => generated 1182 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2628] 199.204.45.57 () {34 vars in 788 bytes} [Thu Jun 4 20:47:35 2026] PUT /v2.0/ports/35dbf40e-42ad-4892-a8a8-874ded1bb337 => generated 1132 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2629] 199.204.45.57 () {30 vars in 702 bytes} [Thu Jun 4 20:47:36 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: 7|app: 0|req: 1346/2630] 199.204.45.57 () {30 vars in 704 bytes} [Thu Jun 4 20:47:36 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2631] 199.204.45.57 () {30 vars in 680 bytes} [Thu Jun 4 20:47:36 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: 1347/2632] 199.204.45.57 () {30 vars in 716 bytes} [Thu Jun 4 20:47:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2633] 199.204.45.57 () {30 vars in 740 bytes} [Thu Jun 4 20:47:36 2026] GET /v2.0/subnets/a5896899-404c-4894-97da-2dc306521e11 => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2636] 10.0.0.49 () {34 vars in 1015 bytes} [Thu Jun 4 20:47:43 2026] GET /v2.0/security-groups?id=7ee1f49c-a6e1-4afa-80d7-fb0b881bc342&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: 1349/2637] 10.0.0.49 () {34 vars in 981 bytes} [Thu Jun 4 20:47:43 2026] GET /v2.0/networks?id=8c1da500-6c9f-4a59-83ac-db53bac11984 => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2638] 10.0.0.49 () {34 vars in 964 bytes} [Thu Jun 4 20:47:43 2026] GET /v2.0/quotas/8674d835d01d45d5ae2441e3fd48fb94 => generated 291 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2639] 10.0.0.49 () {34 vars in 1001 bytes} [Thu Jun 4 20:47:43 2026] GET /v2.0/ports?tenant_id=8674d835d01d45d5ae2441e3fd48fb94&fields=id => generated 149 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2640] 10.0.0.49 () {34 vars in 1007 bytes} [Thu Jun 4 20:47:43 2026] GET /v2.0/networks/8c1da500-6c9f-4a59-83ac-db53bac11984?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: 1351/2641] 10.0.0.49 () {34 vars in 1107 bytes} [Thu Jun 4 20:47:43 2026] GET /v2.0/networks/8c1da500-6c9f-4a59-83ac-db53bac11984?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2642] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:47:44 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => 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: 1352/2643] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:47:44 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => 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: 1292/2644] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:47:47 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => 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: 1353/2645] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:47:47 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => 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: 1293/2646] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:47:48 2026] GET /v2.0/networks?id=8c1da500-6c9f-4a59-83ac-db53bac11984 => generated 735 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2647] 199.204.45.57 () {34 vars in 1049 bytes} [Thu Jun 4 20:47:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8674d835d01d45d5ae2441e3fd48fb94 => 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: 1294/2648] 199.204.45.57 () {38 vars in 954 bytes} [Thu Jun 4 20:47:48 2026] POST /v2.0/ports => generated 1082 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2649] 199.204.45.57 () {38 vars in 1027 bytes} [Thu Jun 4 20:47:49 2026] PUT /v2.0/ports/c17d548c-b1df-4509-91de-493c62a8e695 => generated 1243 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:47:49.637 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5cdacfb6-0b88-4194-98de-dceb252f2d7f'] response: {'name': 'network-changed', 'server_uuid': 'b7233626-e835-45a0-812a-9fa1bf200cc7', 'tag': 'c17d548c-b1df-4509-91de-493c62a8e695', '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: 1295/2650] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:47:50 2026] GET /v2.0/ports?tenant_id=8674d835d01d45d5ae2441e3fd48fb94&device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 1246 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1356/2651] 199.204.45.57 () {34 vars in 1017 bytes} [Thu Jun 4 20:47:50 2026] GET /v2.0/networks?tenant_id=8674d835d01d45d5ae2441e3fd48fb94&shared=False => generated 735 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2652] 199.204.45.57 () {34 vars in 929 bytes} [Thu Jun 4 20:47:50 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2653] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:47:50 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2654] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:47:50 2026] GET /v2.0/security-groups?id=7ee1f49c-a6e1-4afa-80d7-fb0b881bc342&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2655] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:47:50 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 1246 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2656] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:47:51 2026] GET /v2.0/ports?tenant_id=8674d835d01d45d5ae2441e3fd48fb94&device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 1246 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2657] 199.204.45.57 () {34 vars in 1061 bytes} [Thu Jun 4 20:47:51 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.107&port_id=c17d548c-b1df-4509-91de-493c62a8e695 => 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: 1299/2658] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:47:51 2026] GET /v2.0/subnets?id=dd7176d3-30fa-41ab-be49-b4888da44016 => generated 654 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2659] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:47:51 2026] GET /v2.0/ports?network_id=8c1da500-6c9f-4a59-83ac-db53bac11984&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2660] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:47:51 2026] GET /v2.0/networks/8c1da500-6c9f-4a59-83ac-db53bac11984?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: 1361/2661] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:47:51 2026] GET /v2.0/networks/8c1da500-6c9f-4a59-83ac-db53bac11984?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: 1301/2662] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:47:53 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2663] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:47:53 2026] GET /v2.0/security-groups?id=7ee1f49c-a6e1-4afa-80d7-fb0b881bc342&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2664] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:47:53 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => 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: 1363/2665] 199.204.45.57 () {34 vars in 993 bytes} [Thu Jun 4 20:47:55 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2666] 199.204.45.57 () {34 vars in 1043 bytes} [Thu Jun 4 20:47:55 2026] GET /v2.0/security-groups?id=7ee1f49c-a6e1-4afa-80d7-fb0b881bc342&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2669] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:47:56 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 1248 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2670] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:47:56 2026] GET /v2.0/security-groups?id=7ee1f49c-a6e1-4afa-80d7-fb0b881bc342&fields=id&fields=name => generated 96 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2671] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:47:56 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2672] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:47:59 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2673] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:47:59 2026] GET /v2.0/security-groups?id=7ee1f49c-a6e1-4afa-80d7-fb0b881bc342&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2674] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:47:59 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 1248 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2679] 199.204.45.57 () {30 vars in 702 bytes} [Thu Jun 4 20: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: 1370/2680] 199.204.45.57 () {30 vars in 704 bytes} [Thu Jun 4 20: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: 8|app: 0|req: 1311/2681] 199.204.45.57 () {30 vars in 680 bytes} [Thu Jun 4 20: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: 7|app: 0|req: 1371/2682] 199.204.45.57 () {30 vars in 716 bytes} [Thu Jun 4 20: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: 8|app: 0|req: 1312/2683] 199.204.45.57 () {30 vars in 740 bytes} [Thu Jun 4 20:48:37 2026] GET /v2.0/subnets/a5896899-404c-4894-97da-2dc306521e11 => 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: 1372/2684] 199.204.45.57 () {30 vars in 768 bytes} [Thu Jun 4 20:48:37 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2685] 199.204.45.57 () {34 vars in 716 bytes} [Thu Jun 4 20:48:37 2026] POST /v2.0/ports => generated 1059 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2686] 10.0.0.49 () {34 vars in 970 bytes} [Thu Jun 4 20:48:38 2026] GET /v2.0/ports/ecd3e3e3-6122-4f56-8e24-7a075f4b5383 => generated 1059 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2687] 10.0.0.49 () {34 vars in 906 bytes} [Thu Jun 4 20:48:38 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2688] 199.204.45.57 () {34 vars in 1261 bytes} [Thu Jun 4 20:48:39 2026] GET /v2.0/ports/ecd3e3e3-6122-4f56-8e24-7a075f4b5383?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2689] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:48:39 2026] GET /v2.0/networks/449dcd2c-7420-4c64-8aef-51e46fb4507d?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: 1375/2690] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:48:39 2026] GET /v2.0/networks/449dcd2c-7420-4c64-8aef-51e46fb4507d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 804 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2691] 199.204.45.57 () {34 vars in 974 bytes} [Thu Jun 4 20:48:40 2026] GET /v2.0/ports/ecd3e3e3-6122-4f56-8e24-7a075f4b5383 => generated 1059 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2692] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:48:40 2026] GET /v2.0/networks?id=449dcd2c-7420-4c64-8aef-51e46fb4507d => generated 801 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2695] 199.204.45.57 () {38 vars in 1027 bytes} [Thu Jun 4 20:48:40 2026] PUT /v2.0/ports/ecd3e3e3-6122-4f56-8e24-7a075f4b5383 => generated 1249 bytes in 561 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:48:41.321 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f51dfb54-9c3e-4f8e-aeed-11d92495b5f3'] response: {'name': 'network-changed', 'server_uuid': 'b7233626-e835-45a0-812a-9fa1bf200cc7', 'tag': 'ecd3e3e3-6122-4f56-8e24-7a075f4b5383', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1379/2696] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:48:41 2026] GET /v2.0/ports?tenant_id=8674d835d01d45d5ae2441e3fd48fb94&device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 2489 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2697] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:48:41 2026] GET /v2.0/networks?id=449dcd2c-7420-4c64-8aef-51e46fb4507d => generated 801 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2698] 199.204.45.57 () {34 vars in 1057 bytes} [Thu Jun 4 20:48:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.249&port_id=ecd3e3e3-6122-4f56-8e24-7a075f4b5383 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2699] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:48:41 2026] GET /v2.0/subnets?id=a5896899-404c-4894-97da-2dc306521e11 => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2700] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:48:42 2026] GET /v2.0/ports?network_id=449dcd2c-7420-4c64-8aef-51e46fb4507d&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2701] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:48:42 2026] GET /v2.0/networks/449dcd2c-7420-4c64-8aef-51e46fb4507d?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: 1382/2702] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:48:42 2026] GET /v2.0/networks/449dcd2c-7420-4c64-8aef-51e46fb4507d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2703] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:48:43 2026] GET /v2.0/ports?tenant_id=8674d835d01d45d5ae2441e3fd48fb94&device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 2489 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2704] 199.204.45.57 () {34 vars in 1061 bytes} [Thu Jun 4 20:48:43 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.107&port_id=c17d548c-b1df-4509-91de-493c62a8e695 => 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: 1322/2705] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:48:43 2026] GET /v2.0/subnets?id=dd7176d3-30fa-41ab-be49-b4888da44016 => 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: 1384/2706] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:48:43 2026] GET /v2.0/ports?network_id=8c1da500-6c9f-4a59-83ac-db53bac11984&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2707] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:48:43 2026] GET /v2.0/networks/8c1da500-6c9f-4a59-83ac-db53bac11984?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: 1385/2708] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:48:43 2026] GET /v2.0/networks/8c1da500-6c9f-4a59-83ac-db53bac11984?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: 1324/2709] 199.204.45.57 () {34 vars in 1057 bytes} [Thu Jun 4 20:48:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.249&port_id=ecd3e3e3-6122-4f56-8e24-7a075f4b5383 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2710] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:48:43 2026] GET /v2.0/subnets?id=a5896899-404c-4894-97da-2dc306521e11 => generated 679 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2711] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:48:43 2026] GET /v2.0/ports?network_id=449dcd2c-7420-4c64-8aef-51e46fb4507d&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2712] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:48:43 2026] GET /v2.0/networks/449dcd2c-7420-4c64-8aef-51e46fb4507d?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2713] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:48:43 2026] GET /v2.0/networks/449dcd2c-7420-4c64-8aef-51e46fb4507d?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: 1388/2714] 10.0.0.49 () {34 vars in 970 bytes} [Thu Jun 4 20:48:47 2026] GET /v2.0/ports/ecd3e3e3-6122-4f56-8e24-7a075f4b5383 => generated 1251 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2715] 199.204.45.57 () {34 vars in 788 bytes} [Thu Jun 4 20:48:47 2026] PUT /v2.0/ports/ecd3e3e3-6122-4f56-8e24-7a075f4b5383 => generated 1276 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:48:48.089 7 INFO neutron.api.v2.resource [None req-3cb4f496-e98c-4027-a03a-795972cd58f4 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1389/2716] 199.204.45.57 () {30 vars in 762 bytes} [Thu Jun 4 20:48:48 2026] GET /v2.0/security-groups/lb-6b9e6098-f066-4c15-9b25-58ec1576a833 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:48:48.102 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dbf97b2c-7f11-48db-a074-bd412acbabcd'] response: {'name': 'network-changed', 'server_uuid': 'b7233626-e835-45a0-812a-9fa1bf200cc7', 'tag': 'ecd3e3e3-6122-4f56-8e24-7a075f4b5383', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1328/2717] 199.204.45.57 () {30 vars in 784 bytes} [Thu Jun 4 20:48:48 2026] GET /v2.0/security-groups?name=lb-6b9e6098-f066-4c15-9b25-58ec1576a833 => generated 1639 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2718] 199.204.45.57 () {34 vars in 788 bytes} [Thu Jun 4 20:48:48 2026] PUT /v2.0/ports/ecd3e3e3-6122-4f56-8e24-7a075f4b5383 => generated 1314 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:48:48.480 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2e7fdeaa-db7e-449f-a415-0f7e41908e7c'] response: {'name': 'network-changed', 'server_uuid': 'b7233626-e835-45a0-812a-9fa1bf200cc7', 'tag': 'ecd3e3e3-6122-4f56-8e24-7a075f4b5383', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1329/2719] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:48:48 2026] GET /v2.0/ports?tenant_id=8674d835d01d45d5ae2441e3fd48fb94&device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 2590 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1391/2720] 199.204.45.57 () {30 vars in 702 bytes} [Thu Jun 4 20:48:48 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: 1392/2721] 199.204.45.57 () {30 vars in 704 bytes} [Thu Jun 4 20:48:48 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: 1393/2722] 199.204.45.57 () {30 vars in 680 bytes} [Thu Jun 4 20:48:48 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2723] 199.204.45.57 () {30 vars in 716 bytes} [Thu Jun 4 20:48:48 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2724] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:48:48 2026] GET /v2.0/networks?id=449dcd2c-7420-4c64-8aef-51e46fb4507d => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2725] 199.204.45.57 () {30 vars in 740 bytes} [Thu Jun 4 20:48:48 2026] GET /v2.0/subnets/a5896899-404c-4894-97da-2dc306521e11 => 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: 1331/2726] 199.204.45.57 () {34 vars in 1057 bytes} [Thu Jun 4 20:48:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.249&port_id=ecd3e3e3-6122-4f56-8e24-7a075f4b5383 => 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: 1332/2727] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:48:48 2026] GET /v2.0/subnets?id=a5896899-404c-4894-97da-2dc306521e11 => 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: 1396/2728] 199.204.45.57 () {30 vars in 736 bytes} [Thu Jun 4 20:48:48 2026] GET /v2.0/ports/35dbf40e-42ad-4892-a8a8-874ded1bb337 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2729] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:48:48 2026] GET /v2.0/ports?network_id=449dcd2c-7420-4c64-8aef-51e46fb4507d&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2730] 199.204.45.57 () {30 vars in 736 bytes} [Thu Jun 4 20:48:48 2026] GET /v2.0/ports/ecd3e3e3-6122-4f56-8e24-7a075f4b5383 => generated 1350 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2731] 199.204.45.57 () {30 vars in 740 bytes} [Thu Jun 4 20:48:48 2026] GET /v2.0/subnets/a5896899-404c-4894-97da-2dc306521e11 => 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: 1334/2732] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:48:48 2026] GET /v2.0/networks/449dcd2c-7420-4c64-8aef-51e46fb4507d?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2733] 199.204.45.57 () {30 vars in 742 bytes} [Thu Jun 4 20:48:48 2026] GET /v2.0/networks/449dcd2c-7420-4c64-8aef-51e46fb4507d => generated 798 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2734] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:48:48 2026] GET /v2.0/networks/449dcd2c-7420-4c64-8aef-51e46fb4507d?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: 7|app: 0|req: 1400/2735] 199.204.45.57 () {30 vars in 736 bytes} [Thu Jun 4 20:48:48 2026] GET /v2.0/ports/35dbf40e-42ad-4892-a8a8-874ded1bb337 => generated 1132 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2736] 199.204.45.57 () {30 vars in 740 bytes} [Thu Jun 4 20:48:48 2026] GET /v2.0/subnets/a5896899-404c-4894-97da-2dc306521e11 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2737] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:48:49 2026] GET /v2.0/ports?tenant_id=8674d835d01d45d5ae2441e3fd48fb94&device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 2590 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2738] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:48:50 2026] GET /v2.0/networks?id=449dcd2c-7420-4c64-8aef-51e46fb4507d => generated 801 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2739] 199.204.45.57 () {34 vars in 1057 bytes} [Thu Jun 4 20:48:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.249&port_id=ecd3e3e3-6122-4f56-8e24-7a075f4b5383 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2740] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:48:50 2026] GET /v2.0/subnets?id=a5896899-404c-4894-97da-2dc306521e11 => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2741] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:48:50 2026] GET /v2.0/ports?network_id=449dcd2c-7420-4c64-8aef-51e46fb4507d&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: 1339/2742] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:48:50 2026] GET /v2.0/networks/449dcd2c-7420-4c64-8aef-51e46fb4507d?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: 1404/2743] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:48:50 2026] GET /v2.0/networks/449dcd2c-7420-4c64-8aef-51e46fb4507d?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) 2026-06-04 20:49:03.613 7 INFO neutron.db.l3_db [None req-29423336-ce2b-4f8a-84cc-9269327d6114 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] Floating IP f54a9629-e3b8-4f27-a939-f9837a63dec4 associated. External IP: 10.96.250.214, port: 35dbf40e-42ad-4892-a8a8-874ded1bb337. [pid: 7|app: 0|req: 1406/2746] 10.0.0.104 () {34 vars in 677 bytes} [Thu Jun 4 20:49:02 2026] POST /v2.0/floatingips => generated 899 bytes in 1326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2747] 199.204.45.57 () {30 vars in 702 bytes} [Thu Jun 4 20:49:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2748] 199.204.45.57 () {30 vars in 704 bytes} [Thu Jun 4 20:49:07 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2749] 199.204.45.57 () {30 vars in 680 bytes} [Thu Jun 4 20:49:07 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: 1408/2750] 199.204.45.57 () {30 vars in 716 bytes} [Thu Jun 4 20:49:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:49:07.214 8 INFO neutron.api.v2.resource [None req-f900d297-00f1-4d95-b71e-6997ceeb22fd 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1343/2751] 199.204.45.57 () {30 vars in 762 bytes} [Thu Jun 4 20:49:07 2026] GET /v2.0/security-groups/lb-6b9e6098-f066-4c15-9b25-58ec1576a833 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2752] 199.204.45.57 () {30 vars in 784 bytes} [Thu Jun 4 20:49:07 2026] GET /v2.0/security-groups?name=lb-6b9e6098-f066-4c15-9b25-58ec1576a833 => 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: 1344/2753] 199.204.45.57 () {30 vars in 814 bytes} [Thu Jun 4 20:49:07 2026] GET /v2.0/security-group-rules?security_group_id=1c4b99f2-4525-4c89-83b4-9bc3faa99255 => generated 1182 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2754] 199.204.45.57 () {34 vars in 746 bytes} [Thu Jun 4 20:49:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2755] 199.204.45.57 () {34 vars in 746 bytes} [Thu Jun 4 20:49:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2758] 10.0.0.216 () {30 vars in 690 bytes} [Thu Jun 4 20:49:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2759] 10.0.0.216 () {30 vars in 692 bytes} [Thu Jun 4 20:49:16 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: 1413/2760] 10.0.0.216 () {30 vars in 668 bytes} [Thu Jun 4 20:49:16 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: 1348/2761] 10.0.0.216 () {30 vars in 704 bytes} [Thu Jun 4 20:49:16 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: 1414/2762] 10.0.0.216 () {28 vars in 439 bytes} [Thu Jun 4 20:49:16 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2763] 10.0.0.216 () {30 vars in 728 bytes} [Thu Jun 4 20:49:16 2026] GET /v2.0/subnets/b3ee8cdf-d974-4037-a476-52507b5e02c2 => generated 655 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2764] 199.204.45.57 () {30 vars in 702 bytes} [Thu Jun 4 20:49:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2765] 199.204.45.57 () {30 vars in 704 bytes} [Thu Jun 4 20:49:18 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: 1416/2766] 199.204.45.57 () {30 vars in 680 bytes} [Thu Jun 4 20:49:18 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2767] 199.204.45.57 () {30 vars in 716 bytes} [Thu Jun 4 20:49:18 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2768] 199.204.45.57 () {30 vars in 740 bytes} [Thu Jun 4 20:49:18 2026] GET /v2.0/subnets/b3ee8cdf-d974-4037-a476-52507b5e02c2 => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2769] 199.204.45.57 () {30 vars in 768 bytes} [Thu Jun 4 20:49:18 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 2590 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2770] 199.204.45.57 () {30 vars in 702 bytes} [Thu Jun 4 20:49:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2771] 199.204.45.57 () {30 vars in 704 bytes} [Thu Jun 4 20:49:19 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2772] 199.204.45.57 () {30 vars in 680 bytes} [Thu Jun 4 20:49:19 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2773] 199.204.45.57 () {30 vars in 716 bytes} [Thu Jun 4 20:49:19 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: 1420/2774] 199.204.45.57 () {34 vars in 716 bytes} [Thu Jun 4 20:49:19 2026] POST /v2.0/ports => generated 1328 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2775] 10.0.0.49 () {34 vars in 1177 bytes} [Thu Jun 4 20:49:19 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7&device_id=dd5efefc-d985-4b34-b37f-aea7f745392b&device_id=b15203a8-892c-436b-9fb8-06b4740d844e => generated 5502 bytes in 68 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: 1421/2776] 10.0.0.49 () {34 vars in 1199 bytes} [Thu Jun 4 20:49:19 2026] GET /v2.0/security-groups?id=1c4b99f2-4525-4c89-83b4-9bc3faa99255&id=0f9b50cf-e635-4fe1-b820-696a15685630&id=7ee1f49c-a6e1-4afa-80d7-fb0b881bc342&fields=id&fields=name => generated 286 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2777] 10.0.0.49 () {34 vars in 970 bytes} [Thu Jun 4 20:49:20 2026] GET /v2.0/ports/6a7db5f8-855d-46e7-86fd-3f830a5d6f17 => generated 1328 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2778] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:49:20 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 2590 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2779] 10.0.0.49 () {34 vars in 1119 bytes} [Thu Jun 4 20:49:20 2026] GET /v2.0/security-groups?id=1c4b99f2-4525-4c89-83b4-9bc3faa99255&id=7ee1f49c-a6e1-4afa-80d7-fb0b881bc342&fields=id&fields=name => generated 195 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2780] 10.0.0.49 () {34 vars in 1083 bytes} [Thu Jun 4 20:49:21 2026] GET /v2.0/ports?device_id=dd5efefc-d985-4b34-b37f-aea7f745392b&device_id=b15203a8-892c-436b-9fb8-06b4740d844e => generated 2923 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2781] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:49:21 2026] GET /v2.0/security-groups?id=0f9b50cf-e635-4fe1-b820-696a15685630&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2782] 199.204.45.57 () {34 vars in 1261 bytes} [Thu Jun 4 20:49:21 2026] GET /v2.0/ports/6a7db5f8-855d-46e7-86fd-3f830a5d6f17?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2783] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:49:21 2026] GET /v2.0/networks/6bd292a7-ca33-4d7b-a1d0-41eefdd03089?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: 1425/2784] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:49:21 2026] GET /v2.0/networks/6bd292a7-ca33-4d7b-a1d0-41eefdd03089?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2785] 199.204.45.57 () {34 vars in 974 bytes} [Thu Jun 4 20:49:21 2026] GET /v2.0/ports/6a7db5f8-855d-46e7-86fd-3f830a5d6f17 => generated 1328 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2786] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:49:21 2026] GET /v2.0/networks?id=6bd292a7-ca33-4d7b-a1d0-41eefdd03089 => generated 800 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2787] 199.204.45.57 () {38 vars in 1027 bytes} [Thu Jun 4 20:49:22 2026] PUT /v2.0/ports/6a7db5f8-855d-46e7-86fd-3f830a5d6f17 => generated 1518 bytes in 578 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:49:22.722 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-61908cb7-befa-4ef1-8dad-380610f8ff4d'] response: {'name': 'network-changed', 'server_uuid': 'b7233626-e835-45a0-812a-9fa1bf200cc7', 'tag': '6a7db5f8-855d-46e7-86fd-3f830a5d6f17', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1427/2788] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:49:23 2026] GET /v2.0/ports?tenant_id=8674d835d01d45d5ae2441e3fd48fb94&device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 4100 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1362/2789] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:49:23 2026] GET /v2.0/networks?id=6bd292a7-ca33-4d7b-a1d0-41eefdd03089 => generated 800 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2790] 199.204.45.57 () {34 vars in 1057 bytes} [Thu Jun 4 20:49:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.219&port_id=6a7db5f8-855d-46e7-86fd-3f830a5d6f17 => 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: 1363/2791] 199.204.45.57 () {34 vars in 1103 bytes} [Thu Jun 4 20:49:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3e6&port_id=6a7db5f8-855d-46e7-86fd-3f830a5d6f17 => 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: 1429/2792] 199.204.45.57 () {34 vars in 1063 bytes} [Thu Jun 4 20:49:23 2026] GET /v2.0/subnets?id=1af5beba-d5f0-4388-ba43-d208da0617b9&id=b3ee8cdf-d974-4037-a476-52507b5e02c2 => generated 1410 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2793] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:49:23 2026] GET /v2.0/ports?network_id=6bd292a7-ca33-4d7b-a1d0-41eefdd03089&device_owner=network%3Adhcp => generated 1457 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2794] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:49:23 2026] GET /v2.0/ports?network_id=6bd292a7-ca33-4d7b-a1d0-41eefdd03089&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: 1365/2795] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:49:23 2026] GET /v2.0/networks/6bd292a7-ca33-4d7b-a1d0-41eefdd03089?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: 1431/2796] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:49:23 2026] GET /v2.0/networks/6bd292a7-ca33-4d7b-a1d0-41eefdd03089?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2797] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:49:24 2026] GET /v2.0/ports?tenant_id=8674d835d01d45d5ae2441e3fd48fb94&device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 4100 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2798] 199.204.45.57 () {34 vars in 1061 bytes} [Thu Jun 4 20:49:24 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.107&port_id=c17d548c-b1df-4509-91de-493c62a8e695 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2799] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:49:24 2026] GET /v2.0/subnets?id=dd7176d3-30fa-41ab-be49-b4888da44016 => generated 654 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2800] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:49:24 2026] GET /v2.0/ports?network_id=8c1da500-6c9f-4a59-83ac-db53bac11984&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2801] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:49:24 2026] GET /v2.0/networks/8c1da500-6c9f-4a59-83ac-db53bac11984?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: 1434/2802] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:49:25 2026] GET /v2.0/networks/8c1da500-6c9f-4a59-83ac-db53bac11984?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: 1369/2803] 199.204.45.57 () {34 vars in 1057 bytes} [Thu Jun 4 20:49:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.249&port_id=ecd3e3e3-6122-4f56-8e24-7a075f4b5383 => 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: 1435/2804] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:49:25 2026] GET /v2.0/subnets?id=a5896899-404c-4894-97da-2dc306521e11 => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2805] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:49:25 2026] GET /v2.0/ports?network_id=449dcd2c-7420-4c64-8aef-51e46fb4507d&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: 7|app: 0|req: 1436/2806] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:49:25 2026] GET /v2.0/networks/449dcd2c-7420-4c64-8aef-51e46fb4507d?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: 1371/2807] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:49:25 2026] GET /v2.0/networks/449dcd2c-7420-4c64-8aef-51e46fb4507d?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: 1437/2808] 199.204.45.57 () {34 vars in 1057 bytes} [Thu Jun 4 20:49:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.219&port_id=6a7db5f8-855d-46e7-86fd-3f830a5d6f17 => 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: 1372/2809] 199.204.45.57 () {34 vars in 1103 bytes} [Thu Jun 4 20:49:25 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3e6&port_id=6a7db5f8-855d-46e7-86fd-3f830a5d6f17 => 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: 1438/2810] 199.204.45.57 () {34 vars in 1063 bytes} [Thu Jun 4 20:49:25 2026] GET /v2.0/subnets?id=1af5beba-d5f0-4388-ba43-d208da0617b9&id=b3ee8cdf-d974-4037-a476-52507b5e02c2 => generated 1410 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2811] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:49:25 2026] GET /v2.0/ports?network_id=6bd292a7-ca33-4d7b-a1d0-41eefdd03089&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2812] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:49:25 2026] GET /v2.0/ports?network_id=6bd292a7-ca33-4d7b-a1d0-41eefdd03089&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2813] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:49:25 2026] GET /v2.0/networks/6bd292a7-ca33-4d7b-a1d0-41eefdd03089?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: 1440/2814] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:49:25 2026] GET /v2.0/networks/6bd292a7-ca33-4d7b-a1d0-41eefdd03089?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: 1376/2817] 10.0.0.49 () {34 vars in 970 bytes} [Thu Jun 4 20:49:29 2026] GET /v2.0/ports/6a7db5f8-855d-46e7-86fd-3f830a5d6f17 => generated 1520 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2818] 199.204.45.57 () {30 vars in 742 bytes} [Thu Jun 4 20:49:29 2026] GET /v2.0/networks/6bd292a7-ca33-4d7b-a1d0-41eefdd03089 => generated 797 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2819] 199.204.45.57 () {30 vars in 740 bytes} [Thu Jun 4 20:49:29 2026] GET /v2.0/subnets/b3ee8cdf-d974-4037-a476-52507b5e02c2 => generated 673 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2820] 199.204.45.57 () {30 vars in 740 bytes} [Thu Jun 4 20:49:29 2026] GET /v2.0/subnets/1af5beba-d5f0-4388-ba43-d208da0617b9 => generated 744 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2821] 199.204.45.57 () {30 vars in 702 bytes} [Thu Jun 4 20:49:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2822] 199.204.45.57 () {30 vars in 704 bytes} [Thu Jun 4 20:49:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2823] 199.204.45.57 () {30 vars in 680 bytes} [Thu Jun 4 20:49:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2824] 199.204.45.57 () {30 vars in 716 bytes} [Thu Jun 4 20:49:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2825] 199.204.45.57 () {30 vars in 740 bytes} [Thu Jun 4 20:49:30 2026] GET /v2.0/subnets/a5896899-404c-4894-97da-2dc306521e11 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2826] 199.204.45.57 () {30 vars in 736 bytes} [Thu Jun 4 20:49:30 2026] GET /v2.0/ports/35dbf40e-42ad-4892-a8a8-874ded1bb337 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2827] 199.204.45.57 () {30 vars in 736 bytes} [Thu Jun 4 20:49:30 2026] GET /v2.0/ports/ecd3e3e3-6122-4f56-8e24-7a075f4b5383 => generated 1350 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2828] 199.204.45.57 () {30 vars in 740 bytes} [Thu Jun 4 20:49:30 2026] GET /v2.0/subnets/a5896899-404c-4894-97da-2dc306521e11 => 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: 1382/2829] 199.204.45.57 () {30 vars in 742 bytes} [Thu Jun 4 20:49:30 2026] GET /v2.0/networks/449dcd2c-7420-4c64-8aef-51e46fb4507d => generated 798 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2830] 199.204.45.57 () {30 vars in 736 bytes} [Thu Jun 4 20:49:30 2026] GET /v2.0/ports/35dbf40e-42ad-4892-a8a8-874ded1bb337 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2831] 199.204.45.57 () {30 vars in 740 bytes} [Thu Jun 4 20:49:30 2026] GET /v2.0/subnets/a5896899-404c-4894-97da-2dc306521e11 => generated 676 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2832] 10.0.0.216 () {30 vars in 690 bytes} [Thu Jun 4 20:49: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: 1384/2833] 10.0.0.216 () {30 vars in 692 bytes} [Thu Jun 4 20:49:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2834] 10.0.0.216 () {30 vars in 668 bytes} [Thu Jun 4 20:49:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2835] 10.0.0.216 () {30 vars in 704 bytes} [Thu Jun 4 20:49:37 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: 1451/2836] 10.0.0.216 () {28 vars in 439 bytes} [Thu Jun 4 20:49: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: 1386/2837] 10.0.0.216 () {30 vars in 728 bytes} [Thu Jun 4 20:49:37 2026] GET /v2.0/subnets/600a168c-12af-4e98-bb83-46c29f2b9dd8 => generated 656 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2838] 199.204.45.57 () {30 vars in 702 bytes} [Thu Jun 4 20:49:39 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: 1387/2839] 199.204.45.57 () {30 vars in 704 bytes} [Thu Jun 4 20:49:39 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: 1453/2840] 199.204.45.57 () {30 vars in 680 bytes} [Thu Jun 4 20:49:39 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2841] 199.204.45.57 () {30 vars in 716 bytes} [Thu Jun 4 20:49:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2842] 199.204.45.57 () {30 vars in 740 bytes} [Thu Jun 4 20:49:39 2026] GET /v2.0/subnets/b3ee8cdf-d974-4037-a476-52507b5e02c2 => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2843] 199.204.45.57 () {30 vars in 740 bytes} [Thu Jun 4 20:49:39 2026] GET /v2.0/subnets/600a168c-12af-4e98-bb83-46c29f2b9dd8 => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2844] 199.204.45.57 () {30 vars in 768 bytes} [Thu Jun 4 20:49:39 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 4102 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2845] 199.204.45.57 () {30 vars in 702 bytes} [Thu Jun 4 20:49:39 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: 1456/2846] 199.204.45.57 () {30 vars in 704 bytes} [Thu Jun 4 20:49:39 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: 1391/2847] 199.204.45.57 () {30 vars in 680 bytes} [Thu Jun 4 20:49:39 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2848] 199.204.45.57 () {30 vars in 716 bytes} [Thu Jun 4 20:49:39 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: 8|app: 0|req: 1392/2849] 199.204.45.57 () {34 vars in 716 bytes} [Thu Jun 4 20:49:39 2026] POST /v2.0/ports => generated 1328 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2850] 10.0.0.49 () {34 vars in 970 bytes} [Thu Jun 4 20:49:40 2026] GET /v2.0/ports/6574422b-e025-4c38-908f-a14ad2dfabe8 => 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: 8|app: 0|req: 1393/2851] 10.0.0.49 () {34 vars in 906 bytes} [Thu Jun 4 20:49:40 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2854] 199.204.45.57 () {34 vars in 1261 bytes} [Thu Jun 4 20:49:41 2026] GET /v2.0/ports/6574422b-e025-4c38-908f-a14ad2dfabe8?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2855] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:49:41 2026] GET /v2.0/networks/4e54ff32-4025-4cfd-84dc-545283b49ec9?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: 1461/2856] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:49:41 2026] GET /v2.0/networks/4e54ff32-4025-4cfd-84dc-545283b49ec9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2857] 199.204.45.57 () {34 vars in 974 bytes} [Thu Jun 4 20:49:41 2026] GET /v2.0/ports/6574422b-e025-4c38-908f-a14ad2dfabe8 => generated 1328 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2858] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:49:41 2026] GET /v2.0/networks?id=4e54ff32-4025-4cfd-84dc-545283b49ec9 => generated 800 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2859] 199.204.45.57 () {38 vars in 1027 bytes} [Thu Jun 4 20:49:42 2026] PUT /v2.0/ports/6574422b-e025-4c38-908f-a14ad2dfabe8 => generated 1518 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:49:42.501 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-11484638-af7a-4c23-8e5e-84ddbae62463'] response: {'name': 'network-changed', 'server_uuid': 'b7233626-e835-45a0-812a-9fa1bf200cc7', 'tag': '6574422b-e025-4c38-908f-a14ad2dfabe8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1463/2860] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:49:43 2026] GET /v2.0/ports?tenant_id=8674d835d01d45d5ae2441e3fd48fb94&device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 5612 bytes in 59 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: 1398/2861] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:49:43 2026] GET /v2.0/networks?id=4e54ff32-4025-4cfd-84dc-545283b49ec9 => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2862] 199.204.45.57 () {34 vars in 1057 bytes} [Thu Jun 4 20:49:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.134&port_id=6574422b-e025-4c38-908f-a14ad2dfabe8 => 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: 1399/2863] 199.204.45.57 () {34 vars in 1103 bytes} [Thu Jun 4 20:49:43 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A93&port_id=6574422b-e025-4c38-908f-a14ad2dfabe8 => 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: 1465/2864] 199.204.45.57 () {34 vars in 1063 bytes} [Thu Jun 4 20:49:43 2026] GET /v2.0/subnets?id=600a168c-12af-4e98-bb83-46c29f2b9dd8&id=4431a36c-5ec5-44a0-bb8b-a5872162bfe5 => generated 1414 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2865] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:49:43 2026] GET /v2.0/ports?network_id=4e54ff32-4025-4cfd-84dc-545283b49ec9&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2866] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:49:43 2026] GET /v2.0/ports?network_id=4e54ff32-4025-4cfd-84dc-545283b49ec9&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2867] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:49:43 2026] GET /v2.0/networks/4e54ff32-4025-4cfd-84dc-545283b49ec9?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: 1467/2868] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:49:43 2026] GET /v2.0/networks/4e54ff32-4025-4cfd-84dc-545283b49ec9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2869] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:49:44 2026] GET /v2.0/ports?tenant_id=8674d835d01d45d5ae2441e3fd48fb94&device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 5612 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2870] 199.204.45.57 () {34 vars in 1061 bytes} [Thu Jun 4 20:49:44 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.107&port_id=c17d548c-b1df-4509-91de-493c62a8e695 => 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: 1403/2871] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:49:44 2026] GET /v2.0/subnets?id=dd7176d3-30fa-41ab-be49-b4888da44016 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2872] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:49:44 2026] GET /v2.0/ports?network_id=8c1da500-6c9f-4a59-83ac-db53bac11984&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/2873] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:49:44 2026] GET /v2.0/networks/8c1da500-6c9f-4a59-83ac-db53bac11984?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: 1470/2874] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:49:44 2026] GET /v2.0/networks/8c1da500-6c9f-4a59-83ac-db53bac11984?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2875] 199.204.45.57 () {34 vars in 1057 bytes} [Thu Jun 4 20:49:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.249&port_id=ecd3e3e3-6122-4f56-8e24-7a075f4b5383 => 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: 1471/2876] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:49:44 2026] GET /v2.0/subnets?id=a5896899-404c-4894-97da-2dc306521e11 => generated 679 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2877] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:49:44 2026] GET /v2.0/ports?network_id=449dcd2c-7420-4c64-8aef-51e46fb4507d&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: 1472/2878] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:49:44 2026] GET /v2.0/networks/449dcd2c-7420-4c64-8aef-51e46fb4507d?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: 1407/2879] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:49:44 2026] GET /v2.0/networks/449dcd2c-7420-4c64-8aef-51e46fb4507d?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: 1473/2880] 199.204.45.57 () {34 vars in 1057 bytes} [Thu Jun 4 20:49:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.219&port_id=6a7db5f8-855d-46e7-86fd-3f830a5d6f17 => 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: 1408/2881] 199.204.45.57 () {34 vars in 1103 bytes} [Thu Jun 4 20:49:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3e6&port_id=6a7db5f8-855d-46e7-86fd-3f830a5d6f17 => 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: 1474/2882] 199.204.45.57 () {34 vars in 1063 bytes} [Thu Jun 4 20:49:45 2026] GET /v2.0/subnets?id=1af5beba-d5f0-4388-ba43-d208da0617b9&id=b3ee8cdf-d974-4037-a476-52507b5e02c2 => generated 1410 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2883] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:49:45 2026] GET /v2.0/ports?network_id=6bd292a7-ca33-4d7b-a1d0-41eefdd03089&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: 1475/2884] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:49:45 2026] GET /v2.0/ports?network_id=6bd292a7-ca33-4d7b-a1d0-41eefdd03089&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2885] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:49:45 2026] GET /v2.0/networks/6bd292a7-ca33-4d7b-a1d0-41eefdd03089?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: 1476/2886] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:49:45 2026] GET /v2.0/networks/6bd292a7-ca33-4d7b-a1d0-41eefdd03089?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: 1411/2887] 199.204.45.57 () {34 vars in 1057 bytes} [Thu Jun 4 20:49:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.134&port_id=6574422b-e025-4c38-908f-a14ad2dfabe8 => 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: 1477/2888] 199.204.45.57 () {34 vars in 1103 bytes} [Thu Jun 4 20:49:45 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A93&port_id=6574422b-e025-4c38-908f-a14ad2dfabe8 => 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: 1412/2889] 199.204.45.57 () {34 vars in 1063 bytes} [Thu Jun 4 20:49:45 2026] GET /v2.0/subnets?id=600a168c-12af-4e98-bb83-46c29f2b9dd8&id=4431a36c-5ec5-44a0-bb8b-a5872162bfe5 => generated 1414 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2890] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:49:45 2026] GET /v2.0/ports?network_id=4e54ff32-4025-4cfd-84dc-545283b49ec9&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: 1413/2891] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:49:45 2026] GET /v2.0/ports?network_id=4e54ff32-4025-4cfd-84dc-545283b49ec9&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: 1479/2892] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:49:45 2026] GET /v2.0/networks/4e54ff32-4025-4cfd-84dc-545283b49ec9?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: 1414/2893] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:49:45 2026] GET /v2.0/networks/4e54ff32-4025-4cfd-84dc-545283b49ec9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2894] 10.0.0.49 () {34 vars in 970 bytes} [Thu Jun 4 20:49:49 2026] GET /v2.0/ports/6574422b-e025-4c38-908f-a14ad2dfabe8 => generated 1520 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2895] 199.204.45.57 () {30 vars in 742 bytes} [Thu Jun 4 20:49:49 2026] GET /v2.0/networks/4e54ff32-4025-4cfd-84dc-545283b49ec9 => generated 797 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2896] 199.204.45.57 () {30 vars in 740 bytes} [Thu Jun 4 20:49:49 2026] GET /v2.0/subnets/600a168c-12af-4e98-bb83-46c29f2b9dd8 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2897] 199.204.45.57 () {30 vars in 740 bytes} [Thu Jun 4 20:49:49 2026] GET /v2.0/subnets/4431a36c-5ec5-44a0-bb8b-a5872162bfe5 => generated 747 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2898] 199.204.45.57 () {30 vars in 736 bytes} [Thu Jun 4 20:49:50 2026] GET /v2.0/ports/6a7db5f8-855d-46e7-86fd-3f830a5d6f17 => generated 1520 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2899] 199.204.45.57 () {34 vars in 789 bytes} [Thu Jun 4 20:49:50 2026] PUT /v2.0/ports/6a7db5f8-855d-46e7-86fd-3f830a5d6f17 => generated 1255 bytes in 370 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:49:50.478 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2ef16b32-6586-44fc-ba76-6c597c769caf'] response: {'name': 'network-changed', 'server_uuid': 'b7233626-e835-45a0-812a-9fa1bf200cc7', 'tag': '6a7db5f8-855d-46e7-86fd-3f830a5d6f17', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1483/2900] 199.204.45.57 () {30 vars in 742 bytes} [Thu Jun 4 20:49:50 2026] GET /v2.0/networks/6bd292a7-ca33-4d7b-a1d0-41eefdd03089 => generated 797 bytes in 58 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: 1418/2901] 199.204.45.57 () {30 vars in 740 bytes} [Thu Jun 4 20:49:50 2026] GET /v2.0/subnets/b3ee8cdf-d974-4037-a476-52507b5e02c2 => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2902] 199.204.45.57 () {30 vars in 702 bytes} [Thu Jun 4 20:49:50 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: 1419/2903] 199.204.45.57 () {30 vars in 704 bytes} [Thu Jun 4 20:49:50 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: 1485/2904] 199.204.45.57 () {30 vars in 680 bytes} [Thu Jun 4 20:49:50 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2905] 199.204.45.57 () {30 vars in 716 bytes} [Thu Jun 4 20:49:50 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: 1486/2906] 199.204.45.57 () {30 vars in 740 bytes} [Thu Jun 4 20:49:50 2026] GET /v2.0/subnets/a5896899-404c-4894-97da-2dc306521e11 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2907] 199.204.45.57 () {30 vars in 736 bytes} [Thu Jun 4 20:49:50 2026] GET /v2.0/ports/35dbf40e-42ad-4892-a8a8-874ded1bb337 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2908] 199.204.45.57 () {30 vars in 736 bytes} [Thu Jun 4 20:49:50 2026] GET /v2.0/ports/ecd3e3e3-6122-4f56-8e24-7a075f4b5383 => generated 1350 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2909] 199.204.45.57 () {30 vars in 740 bytes} [Thu Jun 4 20:49:50 2026] GET /v2.0/subnets/a5896899-404c-4894-97da-2dc306521e11 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2910] 199.204.45.57 () {30 vars in 742 bytes} [Thu Jun 4 20:49:50 2026] GET /v2.0/networks/449dcd2c-7420-4c64-8aef-51e46fb4507d => generated 798 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2911] 199.204.45.57 () {30 vars in 736 bytes} [Thu Jun 4 20:49:50 2026] GET /v2.0/ports/35dbf40e-42ad-4892-a8a8-874ded1bb337 => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2912] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:49:50 2026] GET /v2.0/ports?tenant_id=8674d835d01d45d5ae2441e3fd48fb94&device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 5385 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2913] 199.204.45.57 () {30 vars in 740 bytes} [Thu Jun 4 20:49:51 2026] GET /v2.0/subnets/a5896899-404c-4894-97da-2dc306521e11 => 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: 1490/2914] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:49:51 2026] GET /v2.0/networks?id=6bd292a7-ca33-4d7b-a1d0-41eefdd03089 => 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: 1425/2915] 199.204.45.57 () {34 vars in 1057 bytes} [Thu Jun 4 20:49:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.219&port_id=6a7db5f8-855d-46e7-86fd-3f830a5d6f17 => 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: 1491/2916] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:49:51 2026] GET /v2.0/subnets?id=b3ee8cdf-d974-4037-a476-52507b5e02c2 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2917] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:49:51 2026] GET /v2.0/ports?network_id=6bd292a7-ca33-4d7b-a1d0-41eefdd03089&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2918] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:49:51 2026] GET /v2.0/networks/6bd292a7-ca33-4d7b-a1d0-41eefdd03089?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2919] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:49:51 2026] GET /v2.0/networks/6bd292a7-ca33-4d7b-a1d0-41eefdd03089?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: 1494/2922] 199.204.45.57 () {30 vars in 702 bytes} [Thu Jun 4 20:50:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2923] 199.204.45.57 () {30 vars in 704 bytes} [Thu Jun 4 20:50:02 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: 1495/2924] 199.204.45.57 () {30 vars in 680 bytes} [Thu Jun 4 20:50:02 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2925] 199.204.45.57 () {30 vars in 716 bytes} [Thu Jun 4 20:50:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2926] 199.204.45.57 () {30 vars in 740 bytes} [Thu Jun 4 20:50:02 2026] GET /v2.0/subnets/b3ee8cdf-d974-4037-a476-52507b5e02c2 => 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: 1431/2927] 199.204.45.57 () {30 vars in 768 bytes} [Thu Jun 4 20:50:02 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 5385 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2928] 199.204.45.57 () {30 vars in 702 bytes} [Thu Jun 4 20:50:03 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: 1432/2929] 199.204.45.57 () {30 vars in 704 bytes} [Thu Jun 4 20:50:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2930] 199.204.45.57 () {30 vars in 680 bytes} [Thu Jun 4 20:50:03 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2931] 199.204.45.57 () {30 vars in 716 bytes} [Thu Jun 4 20:50:03 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: 1499/2932] 199.204.45.57 () {30 vars in 736 bytes} [Thu Jun 4 20:50:03 2026] GET /v2.0/ports/6574422b-e025-4c38-908f-a14ad2dfabe8 => generated 1520 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2933] 199.204.45.57 () {34 vars in 789 bytes} [Thu Jun 4 20:50:03 2026] PUT /v2.0/ports/6574422b-e025-4c38-908f-a14ad2dfabe8 => generated 1255 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:50:03.522 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bd4a2087-3a4e-4f85-8f68-21dee3f3e559'] response: {'name': 'network-changed', 'server_uuid': 'b7233626-e835-45a0-812a-9fa1bf200cc7', 'tag': '6574422b-e025-4c38-908f-a14ad2dfabe8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1500/2934] 199.204.45.57 () {30 vars in 742 bytes} [Thu Jun 4 20:50:03 2026] GET /v2.0/networks/4e54ff32-4025-4cfd-84dc-545283b49ec9 => generated 797 bytes in 63 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: 1435/2935] 199.204.45.57 () {30 vars in 740 bytes} [Thu Jun 4 20:50:03 2026] GET /v2.0/subnets/600a168c-12af-4e98-bb83-46c29f2b9dd8 => generated 674 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2936] 199.204.45.57 () {30 vars in 736 bytes} [Thu Jun 4 20:50:03 2026] GET /v2.0/ports/6574422b-e025-4c38-908f-a14ad2dfabe8 => generated 1291 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2937] 199.204.45.57 () {34 vars in 788 bytes} [Thu Jun 4 20:50:03 2026] PUT /v2.0/ports/6574422b-e025-4c38-908f-a14ad2dfabe8 => generated 1080 bytes in 353 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: 1437/2938] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:50:04 2026] GET /v2.0/ports?tenant_id=8674d835d01d45d5ae2441e3fd48fb94&device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 4981 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2939] 199.204.45.57 () {30 vars in 742 bytes} [Thu Jun 4 20:50:04 2026] GET /v2.0/networks/4e54ff32-4025-4cfd-84dc-545283b49ec9 => generated 797 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2940] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:50:04 2026] GET /v2.0/networks?id=4e54ff32-4025-4cfd-84dc-545283b49ec9 => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2941] 199.204.45.57 () {30 vars in 768 bytes} [Thu Jun 4 20:50:04 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 4981 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2942] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:50:04 2026] GET /v2.0/networks/4e54ff32-4025-4cfd-84dc-545283b49ec9?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: 1504/2943] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:50:04 2026] GET /v2.0/networks/4e54ff32-4025-4cfd-84dc-545283b49ec9?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: 1440/2944] 199.204.45.57 () {30 vars in 768 bytes} [Thu Jun 4 20:50:04 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 4981 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2945] 199.204.45.57 () {30 vars in 768 bytes} [Thu Jun 4 20:50:05 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 4981 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:50:05.564 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bf911190-d730-463c-9780-12532af2522b'] response: {'name': 'network-changed', 'server_uuid': 'b7233626-e835-45a0-812a-9fa1bf200cc7', 'tag': '6574422b-e025-4c38-908f-a14ad2dfabe8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1441/2946] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:50:06 2026] GET /v2.0/ports?tenant_id=8674d835d01d45d5ae2441e3fd48fb94&device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 4981 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2947] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:50:06 2026] GET /v2.0/networks?id=4e54ff32-4025-4cfd-84dc-545283b49ec9 => generated 800 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2948] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:50:06 2026] GET /v2.0/networks/4e54ff32-4025-4cfd-84dc-545283b49ec9?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: 1507/2949] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:50:06 2026] GET /v2.0/networks/4e54ff32-4025-4cfd-84dc-545283b49ec9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2950] 199.204.45.57 () {30 vars in 768 bytes} [Thu Jun 4 20:50:06 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 4981 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2951] 199.204.45.57 () {34 vars in 974 bytes} [Thu Jun 4 20:50:06 2026] GET /v2.0/ports/6574422b-e025-4c38-908f-a14ad2dfabe8 => generated 1116 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2952] 199.204.45.57 () {34 vars in 1059 bytes} [Thu Jun 4 20:50:06 2026] GET /v2.0/ports/6574422b-e025-4c38-908f-a14ad2dfabe8?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2953] 199.204.45.57 () {34 vars in 1015 bytes} [Thu Jun 4 20:50:06 2026] GET /v2.0/networks/4e54ff32-4025-4cfd-84dc-545283b49ec9?fields=dns_domain => generated 29 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2954] 199.204.45.57 () {38 vars in 1027 bytes} [Thu Jun 4 20:50:06 2026] PUT /v2.0/ports/6574422b-e025-4c38-908f-a14ad2dfabe8 => generated 917 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2955] 199.204.45.57 () {30 vars in 768 bytes} [Thu Jun 4 20:50:07 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 3873 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 20:50:07.616 8 INFO neutron_taas.services.taas.taas_plugin [None req-6f11fa28-ad81-4067-a0c9-0dd74b0e3acd 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: 6574422b-e025-4c38-908f-a14ad2dfabe8 2026-06-04 20:50:07.619 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f11fa28-ad81-4067-a0c9-0dd74b0e3acd 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: 6574422b-e025-4c38-908f-a14ad2dfabe8 [pid: 8|app: 0|req: 1446/2956] 199.204.45.57 () {32 vars in 758 bytes} [Thu Jun 4 20:50:07 2026] DELETE /v2.0/ports/6574422b-e025-4c38-908f-a14ad2dfabe8 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2957] 199.204.45.57 () {30 vars in 702 bytes} [Thu Jun 4 20:50:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2958] 199.204.45.57 () {30 vars in 704 bytes} [Thu Jun 4 20:50:07 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2959] 199.204.45.57 () {30 vars in 680 bytes} [Thu Jun 4 20:50:07 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: 1448/2960] 199.204.45.57 () {30 vars in 716 bytes} [Thu Jun 4 20:50:07 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: 1513/2961] 199.204.45.57 () {30 vars in 740 bytes} [Thu Jun 4 20:50:07 2026] GET /v2.0/subnets/a5896899-404c-4894-97da-2dc306521e11 => generated 676 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2962] 199.204.45.57 () {30 vars in 736 bytes} [Thu Jun 4 20:50:07 2026] GET /v2.0/ports/35dbf40e-42ad-4892-a8a8-874ded1bb337 => generated 1132 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2963] 199.204.45.57 () {30 vars in 736 bytes} [Thu Jun 4 20:50:08 2026] GET /v2.0/ports/ecd3e3e3-6122-4f56-8e24-7a075f4b5383 => generated 1350 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2964] 199.204.45.57 () {30 vars in 740 bytes} [Thu Jun 4 20:50:08 2026] GET /v2.0/subnets/a5896899-404c-4894-97da-2dc306521e11 => 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: 1515/2965] 199.204.45.57 () {30 vars in 742 bytes} [Thu Jun 4 20:50:08 2026] GET /v2.0/networks/449dcd2c-7420-4c64-8aef-51e46fb4507d => generated 798 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2966] 199.204.45.57 () {30 vars in 736 bytes} [Thu Jun 4 20:50:08 2026] GET /v2.0/ports/35dbf40e-42ad-4892-a8a8-874ded1bb337 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2967] 199.204.45.57 () {30 vars in 740 bytes} [Thu Jun 4 20:50:08 2026] GET /v2.0/subnets/a5896899-404c-4894-97da-2dc306521e11 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2968] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:50:08 2026] GET /v2.0/ports?tenant_id=8674d835d01d45d5ae2441e3fd48fb94&device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 3873 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2969] 199.204.45.57 () {34 vars in 1225 bytes} [Thu Jun 4 20:50:08 2026] GET /v2.0/networks?id=8c1da500-6c9f-4a59-83ac-db53bac11984&id=449dcd2c-7420-4c64-8aef-51e46fb4507d&id=6bd292a7-ca33-4d7b-a1d0-41eefdd03089&id=4e54ff32-4025-4cfd-84dc-545283b49ec9 => generated 3094 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2970] 199.204.45.57 () {34 vars in 1061 bytes} [Thu Jun 4 20:50:08 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.107&port_id=c17d548c-b1df-4509-91de-493c62a8e695 => 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: 1518/2971] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:50:08 2026] GET /v2.0/subnets?id=dd7176d3-30fa-41ab-be49-b4888da44016 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2972] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:50:08 2026] GET /v2.0/ports?network_id=8c1da500-6c9f-4a59-83ac-db53bac11984&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: 1519/2973] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:50:08 2026] GET /v2.0/networks/8c1da500-6c9f-4a59-83ac-db53bac11984?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: 1455/2974] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:50:08 2026] GET /v2.0/networks/8c1da500-6c9f-4a59-83ac-db53bac11984?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2975] 199.204.45.57 () {34 vars in 1057 bytes} [Thu Jun 4 20:50:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.249&port_id=ecd3e3e3-6122-4f56-8e24-7a075f4b5383 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2976] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:50:08 2026] GET /v2.0/subnets?id=a5896899-404c-4894-97da-2dc306521e11 => 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: 1521/2977] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:50:08 2026] GET /v2.0/ports?network_id=449dcd2c-7420-4c64-8aef-51e46fb4507d&device_owner=network%3Adhcp => generated 1461 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2978] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:50:09 2026] GET /v2.0/networks/449dcd2c-7420-4c64-8aef-51e46fb4507d?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: 1522/2979] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:50:09 2026] GET /v2.0/networks/449dcd2c-7420-4c64-8aef-51e46fb4507d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2980] 199.204.45.57 () {34 vars in 1057 bytes} [Thu Jun 4 20:50:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.219&port_id=6a7db5f8-855d-46e7-86fd-3f830a5d6f17 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2981] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:50:09 2026] GET /v2.0/subnets?id=b3ee8cdf-d974-4037-a476-52507b5e02c2 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2982] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:50:09 2026] GET /v2.0/ports?network_id=6bd292a7-ca33-4d7b-a1d0-41eefdd03089&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: 1524/2983] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:50:09 2026] GET /v2.0/networks/6bd292a7-ca33-4d7b-a1d0-41eefdd03089?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: 1460/2984] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:50:09 2026] GET /v2.0/networks/6bd292a7-ca33-4d7b-a1d0-41eefdd03089?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: 1526/2987] 199.204.45.57 () {30 vars in 702 bytes} [Thu Jun 4 20: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: 1462/2988] 199.204.45.57 () {30 vars in 704 bytes} [Thu Jun 4 20:50:13 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: 1527/2989] 199.204.45.57 () {30 vars in 680 bytes} [Thu Jun 4 20:50:13 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: 1463/2990] 199.204.45.57 () {30 vars in 716 bytes} [Thu Jun 4 20:50:13 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: 1528/2991] 199.204.45.57 () {30 vars in 768 bytes} [Thu Jun 4 20:50:13 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 3873 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2992] 199.204.45.57 () {30 vars in 702 bytes} [Thu Jun 4 20:50:13 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: 1529/2993] 199.204.45.57 () {30 vars in 704 bytes} [Thu Jun 4 20: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: 8|app: 0|req: 1465/2994] 199.204.45.57 () {30 vars in 680 bytes} [Thu Jun 4 20:50:13 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: 1530/2995] 199.204.45.57 () {30 vars in 716 bytes} [Thu Jun 4 20:50:13 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: 1466/2996] 199.204.45.57 () {30 vars in 736 bytes} [Thu Jun 4 20:50:13 2026] GET /v2.0/ports/6a7db5f8-855d-46e7-86fd-3f830a5d6f17 => generated 1291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2997] 199.204.45.57 () {34 vars in 788 bytes} [Thu Jun 4 20:50:13 2026] PUT /v2.0/ports/6a7db5f8-855d-46e7-86fd-3f830a5d6f17 => generated 1080 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:50:13.865 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d860dce8-6b89-4fa2-8920-1e57f11d1bf3'] response: {'name': 'network-changed', 'server_uuid': 'b7233626-e835-45a0-812a-9fa1bf200cc7', 'tag': '6a7db5f8-855d-46e7-86fd-3f830a5d6f17', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1467/2998] 199.204.45.57 () {30 vars in 742 bytes} [Thu Jun 4 20:50:13 2026] GET /v2.0/networks/6bd292a7-ca33-4d7b-a1d0-41eefdd03089 => generated 797 bytes in 53 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: 1532/2999] 199.204.45.57 () {30 vars in 768 bytes} [Thu Jun 4 20:50:13 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 3698 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/3000] 199.204.45.57 () {30 vars in 768 bytes} [Thu Jun 4 20:50:14 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 3698 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3001] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:50:14 2026] GET /v2.0/ports?tenant_id=8674d835d01d45d5ae2441e3fd48fb94&device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 3698 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/3002] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:50:14 2026] GET /v2.0/networks?id=6bd292a7-ca33-4d7b-a1d0-41eefdd03089 => 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: 1534/3003] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:50:14 2026] GET /v2.0/networks/6bd292a7-ca33-4d7b-a1d0-41eefdd03089?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: 1470/3004] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:50:14 2026] GET /v2.0/networks/6bd292a7-ca33-4d7b-a1d0-41eefdd03089?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: 7|app: 0|req: 1535/3005] 199.204.45.57 () {30 vars in 768 bytes} [Thu Jun 4 20:50:15 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 3698 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/3006] 199.204.45.57 () {34 vars in 974 bytes} [Thu Jun 4 20:50:16 2026] GET /v2.0/ports/6a7db5f8-855d-46e7-86fd-3f830a5d6f17 => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3007] 199.204.45.57 () {34 vars in 1059 bytes} [Thu Jun 4 20:50:16 2026] GET /v2.0/ports/6a7db5f8-855d-46e7-86fd-3f830a5d6f17?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3008] 199.204.45.57 () {34 vars in 1015 bytes} [Thu Jun 4 20:50:16 2026] GET /v2.0/networks/6bd292a7-ca33-4d7b-a1d0-41eefdd03089?fields=dns_domain => generated 29 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3009] 199.204.45.57 () {30 vars in 768 bytes} [Thu Jun 4 20:50:16 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 3698 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3010] 199.204.45.57 () {38 vars in 1027 bytes} [Thu Jun 4 20:50:16 2026] PUT /v2.0/ports/6a7db5f8-855d-46e7-86fd-3f830a5d6f17 => generated 917 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3011] 199.204.45.57 () {30 vars in 768 bytes} [Thu Jun 4 20:50:17 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 20:50:17.401 8 INFO neutron_taas.services.taas.taas_plugin [None req-782e258a-e773-4307-922a-bcb23cadc3e5 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: 6a7db5f8-855d-46e7-86fd-3f830a5d6f17 2026-06-04 20:50:17.404 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-782e258a-e773-4307-922a-bcb23cadc3e5 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: 6a7db5f8-855d-46e7-86fd-3f830a5d6f17 [pid: 8|app: 0|req: 1474/3012] 199.204.45.57 () {32 vars in 758 bytes} [Thu Jun 4 20:50:17 2026] DELETE /v2.0/ports/6a7db5f8-855d-46e7-86fd-3f830a5d6f17 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3013] 199.204.45.57 () {30 vars in 702 bytes} [Thu Jun 4 20:50:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3014] 199.204.45.57 () {30 vars in 704 bytes} [Thu Jun 4 20:50:17 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: 1540/3015] 199.204.45.57 () {30 vars in 680 bytes} [Thu Jun 4 20:50:17 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: 1476/3016] 199.204.45.57 () {30 vars in 716 bytes} [Thu Jun 4 20:50:17 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: 1541/3017] 199.204.45.57 () {30 vars in 740 bytes} [Thu Jun 4 20:50:17 2026] GET /v2.0/subnets/a5896899-404c-4894-97da-2dc306521e11 => 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: 1477/3018] 199.204.45.57 () {30 vars in 736 bytes} [Thu Jun 4 20:50:17 2026] GET /v2.0/ports/35dbf40e-42ad-4892-a8a8-874ded1bb337 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3019] 199.204.45.57 () {30 vars in 736 bytes} [Thu Jun 4 20:50:17 2026] GET /v2.0/ports/ecd3e3e3-6122-4f56-8e24-7a075f4b5383 => 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: 1478/3020] 199.204.45.57 () {30 vars in 740 bytes} [Thu Jun 4 20:50:17 2026] GET /v2.0/subnets/a5896899-404c-4894-97da-2dc306521e11 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3021] 199.204.45.57 () {30 vars in 742 bytes} [Thu Jun 4 20:50:17 2026] GET /v2.0/networks/449dcd2c-7420-4c64-8aef-51e46fb4507d => generated 798 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3022] 199.204.45.57 () {30 vars in 736 bytes} [Thu Jun 4 20:50:17 2026] GET /v2.0/ports/35dbf40e-42ad-4892-a8a8-874ded1bb337 => 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: 1544/3023] 199.204.45.57 () {30 vars in 740 bytes} [Thu Jun 4 20:50:17 2026] GET /v2.0/subnets/a5896899-404c-4894-97da-2dc306521e11 => generated 676 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3024] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:50:18 2026] GET /v2.0/ports?tenant_id=8674d835d01d45d5ae2441e3fd48fb94&device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 2590 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3025] 199.204.45.57 () {34 vars in 1145 bytes} [Thu Jun 4 20:50:18 2026] GET /v2.0/networks?id=8c1da500-6c9f-4a59-83ac-db53bac11984&id=449dcd2c-7420-4c64-8aef-51e46fb4507d&id=6bd292a7-ca33-4d7b-a1d0-41eefdd03089 => generated 2308 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3026] 199.204.45.57 () {34 vars in 1061 bytes} [Thu Jun 4 20:50:18 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.107&port_id=c17d548c-b1df-4509-91de-493c62a8e695 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3027] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:50:18 2026] GET /v2.0/subnets?id=dd7176d3-30fa-41ab-be49-b4888da44016 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3028] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:50:18 2026] GET /v2.0/ports?network_id=8c1da500-6c9f-4a59-83ac-db53bac11984&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3029] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:50:18 2026] GET /v2.0/networks/8c1da500-6c9f-4a59-83ac-db53bac11984?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: 1483/3030] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:50:18 2026] GET /v2.0/networks/8c1da500-6c9f-4a59-83ac-db53bac11984?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: 1548/3031] 199.204.45.57 () {34 vars in 1057 bytes} [Thu Jun 4 20:50:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.249&port_id=ecd3e3e3-6122-4f56-8e24-7a075f4b5383 => 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: 1484/3032] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:50:18 2026] GET /v2.0/subnets?id=a5896899-404c-4894-97da-2dc306521e11 => 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: 1549/3033] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:50:18 2026] GET /v2.0/ports?network_id=449dcd2c-7420-4c64-8aef-51e46fb4507d&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: 1485/3034] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:50:18 2026] GET /v2.0/networks/449dcd2c-7420-4c64-8aef-51e46fb4507d?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: 1550/3035] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:50:18 2026] GET /v2.0/networks/449dcd2c-7420-4c64-8aef-51e46fb4507d?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: 1552/3038] 199.204.45.57 () {30 vars in 702 bytes} [Thu Jun 4 20: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: 1487/3039] 199.204.45.57 () {30 vars in 704 bytes} [Thu Jun 4 20: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: 1553/3040] 199.204.45.57 () {30 vars in 680 bytes} [Thu Jun 4 20:50:29 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: 1488/3041] 199.204.45.57 () {30 vars in 716 bytes} [Thu Jun 4 20:50:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:50:29.526 7 INFO neutron.api.v2.resource [None req-5ebcb51b-ac5a-4808-81d2-7b5d4be38316 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1554/3042] 199.204.45.57 () {30 vars in 762 bytes} [Thu Jun 4 20:50:29 2026] GET /v2.0/security-groups/lb-6b9e6098-f066-4c15-9b25-58ec1576a833 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3043] 199.204.45.57 () {30 vars in 784 bytes} [Thu Jun 4 20:50:29 2026] GET /v2.0/security-groups?name=lb-6b9e6098-f066-4c15-9b25-58ec1576a833 => generated 2865 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3044] 199.204.45.57 () {30 vars in 814 bytes} [Thu Jun 4 20:50:29 2026] GET /v2.0/security-group-rules?security_group_id=1c4b99f2-4525-4c89-83b4-9bc3faa99255 => generated 2334 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3045] 199.204.45.57 () {32 vars in 788 bytes} [Thu Jun 4 20:50:29 2026] DELETE /v2.0/security-group-rules/3507e651-3000-43ca-9efa-2a976a644661 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3046] 199.204.45.57 () {32 vars in 788 bytes} [Thu Jun 4 20:50:29 2026] DELETE /v2.0/security-group-rules/92b6ef13-b081-4425-b61e-996e1548c90c => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:50:33.375 8 INFO neutron_taas.services.taas.taas_plugin [None req-1337b2c2-ee1c-4234-be79-0292103c52af 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] TaaS: Handle Delete Port: 163c2a3d-792e-4870-8315-e5d5c89a2bdf 2026-06-04 20:50:33.378 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1337b2c2-ee1c-4234-be79-0292103c52af 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] Tap Mirror: Handle Delete Port: 163c2a3d-792e-4870-8315-e5d5c89a2bdf 2026-06-04 20:50:33.538 8 INFO neutron.db.l3_db [None req-1337b2c2-ee1c-4234-be79-0292103c52af 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] Floating IP f54a9629-e3b8-4f27-a939-f9837a63dec4 disassociated (deleted). External IP: 10.96.250.214, port: 35dbf40e-42ad-4892-a8a8-874ded1bb337. [pid: 8|app: 0|req: 1491/3047] 10.0.0.104 () {32 vars in 732 bytes} [Thu Jun 4 20:50:33 2026] DELETE /v2.0/floatingips/f54a9629-e3b8-4f27-a939-f9837a63dec4 => generated 0 bytes in 1145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:50:34.442 7 INFO neutron.api.v2.resource [None req-a2ac9765-67a1-4e95-b814-39201dbffee9 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1557/3048] 10.0.0.104 () {32 vars in 729 bytes} [Thu Jun 4 20:50:34 2026] GET /v2.0/floatingips/f54a9629-e3b8-4f27-a939-f9837a63dec4 => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3049] 199.204.45.57 () {30 vars in 702 bytes} [Thu Jun 4 20:50:35 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: 1558/3050] 199.204.45.57 () {30 vars in 704 bytes} [Thu Jun 4 20:50:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3051] 199.204.45.57 () {30 vars in 680 bytes} [Thu Jun 4 20:50:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3052] 199.204.45.57 () {30 vars in 716 bytes} [Thu Jun 4 20:50:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:50:35.407 8 INFO neutron.api.v2.resource [None req-bb688fba-8fb7-40c8-acff-56166874d625 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1494/3053] 199.204.45.57 () {30 vars in 762 bytes} [Thu Jun 4 20:50:35 2026] GET /v2.0/security-groups/lb-6b9e6098-f066-4c15-9b25-58ec1576a833 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3054] 199.204.45.57 () {30 vars in 784 bytes} [Thu Jun 4 20:50:35 2026] GET /v2.0/security-groups?name=lb-6b9e6098-f066-4c15-9b25-58ec1576a833 => generated 1639 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3055] 199.204.45.57 () {30 vars in 814 bytes} [Thu Jun 4 20:50:35 2026] GET /v2.0/security-group-rules?security_group_id=1c4b99f2-4525-4c89-83b4-9bc3faa99255 => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3056] 199.204.45.57 () {30 vars in 702 bytes} [Thu Jun 4 20:50:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3057] 199.204.45.57 () {30 vars in 704 bytes} [Thu Jun 4 20:50:35 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: 1562/3058] 199.204.45.57 () {30 vars in 680 bytes} [Thu Jun 4 20:50:35 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: 1497/3059] 199.204.45.57 () {30 vars in 716 bytes} [Thu Jun 4 20:50:35 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: 1563/3060] 199.204.45.57 () {30 vars in 740 bytes} [Thu Jun 4 20:50:35 2026] GET /v2.0/subnets/a5896899-404c-4894-97da-2dc306521e11 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3061] 199.204.45.57 () {30 vars in 768 bytes} [Thu Jun 4 20:50:35 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 2590 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3062] 199.204.45.57 () {30 vars in 768 bytes} [Thu Jun 4 20:50:35 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 2590 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3063] 199.204.45.57 () {30 vars in 768 bytes} [Thu Jun 4 20:50:35 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 2590 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3064] 199.204.45.57 () {30 vars in 768 bytes} [Thu Jun 4 20:50:36 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 2590 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3065] 199.204.45.57 () {34 vars in 974 bytes} [Thu Jun 4 20:50:37 2026] GET /v2.0/ports/ecd3e3e3-6122-4f56-8e24-7a075f4b5383 => generated 1350 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3066] 199.204.45.57 () {34 vars in 1059 bytes} [Thu Jun 4 20:50:37 2026] GET /v2.0/ports/ecd3e3e3-6122-4f56-8e24-7a075f4b5383?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3067] 199.204.45.57 () {34 vars in 1015 bytes} [Thu Jun 4 20:50:37 2026] GET /v2.0/networks/449dcd2c-7420-4c64-8aef-51e46fb4507d?fields=dns_domain => generated 29 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3068] 199.204.45.57 () {30 vars in 768 bytes} [Thu Jun 4 20:50:37 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 2590 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3069] 199.204.45.57 () {38 vars in 1027 bytes} [Thu Jun 4 20:50:37 2026] PUT /v2.0/ports/ecd3e3e3-6122-4f56-8e24-7a075f4b5383 => generated 1151 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3070] 199.204.45.57 () {30 vars in 768 bytes} [Thu Jun 4 20:50:39 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 1248 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1503/3071] 199.204.45.57 () {34 vars in 788 bytes} [Thu Jun 4 20:50:39 2026] PUT /v2.0/ports/ecd3e3e3-6122-4f56-8e24-7a075f4b5383 => generated 1090 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3072] 199.204.45.57 () {30 vars in 736 bytes} [Thu Jun 4 20:50:39 2026] GET /v2.0/ports/ecd3e3e3-6122-4f56-8e24-7a075f4b5383 => generated 1090 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 20:50:39.509 8 INFO neutron_taas.services.taas.taas_plugin [None req-1c89b6fc-2aa0-4d96-bcd9-4468cf2b15bd 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: ecd3e3e3-6122-4f56-8e24-7a075f4b5383 2026-06-04 20:50:39.513 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c89b6fc-2aa0-4d96-bcd9-4468cf2b15bd 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: ecd3e3e3-6122-4f56-8e24-7a075f4b5383 [pid: 8|app: 0|req: 1504/3073] 199.204.45.57 () {32 vars in 758 bytes} [Thu Jun 4 20:50:39 2026] DELETE /v2.0/ports/ecd3e3e3-6122-4f56-8e24-7a075f4b5383 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3074] 199.204.45.57 () {30 vars in 702 bytes} [Thu Jun 4 20: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: 1505/3075] 199.204.45.57 () {30 vars in 704 bytes} [Thu Jun 4 20: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: 1571/3076] 199.204.45.57 () {30 vars in 680 bytes} [Thu Jun 4 20:50:39 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3077] 199.204.45.57 () {30 vars in 716 bytes} [Thu Jun 4 20:50:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:50:39.830 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4fdbf222-281a-4ada-8dfc-46f0f931c2ec 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1572/3078] 199.204.45.57 () {32 vars in 758 bytes} [Thu Jun 4 20:50:39 2026] DELETE /v2.0/ports/ecd3e3e3-6122-4f56-8e24-7a075f4b5383 => generated 132 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3079] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:50:39 2026] GET /v2.0/ports?tenant_id=8674d835d01d45d5ae2441e3fd48fb94&device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 1248 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3080] 199.204.45.57 () {30 vars in 736 bytes} [Thu Jun 4 20:50:39 2026] GET /v2.0/ports/35dbf40e-42ad-4892-a8a8-874ded1bb337 => generated 1132 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:50:39.905 7 INFO neutron.api.v2.resource [None req-c639b99e-7205-4001-a065-c7f415580c75 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1574/3081] 199.204.45.57 () {30 vars in 762 bytes} [Thu Jun 4 20:50:39 2026] GET /v2.0/security-groups/lb-6b9e6098-f066-4c15-9b25-58ec1576a833 => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3082] 199.204.45.57 () {34 vars in 1065 bytes} [Thu Jun 4 20:50:39 2026] GET /v2.0/networks?id=8c1da500-6c9f-4a59-83ac-db53bac11984&id=449dcd2c-7420-4c64-8aef-51e46fb4507d => generated 1522 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3083] 199.204.45.57 () {30 vars in 784 bytes} [Thu Jun 4 20:50:39 2026] GET /v2.0/security-groups?name=lb-6b9e6098-f066-4c15-9b25-58ec1576a833 => generated 1639 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3084] 199.204.45.57 () {34 vars in 1061 bytes} [Thu Jun 4 20:50:39 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.107&port_id=c17d548c-b1df-4509-91de-493c62a8e695 => 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: 1576/3085] 199.204.45.57 () {30 vars in 736 bytes} [Thu Jun 4 20:50:39 2026] GET /v2.0/ports/35dbf40e-42ad-4892-a8a8-874ded1bb337 => generated 1132 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3086] 199.204.45.57 () {34 vars in 983 bytes} [Thu Jun 4 20:50:39 2026] GET /v2.0/subnets?id=dd7176d3-30fa-41ab-be49-b4888da44016 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3087] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:50:40 2026] GET /v2.0/ports?network_id=8c1da500-6c9f-4a59-83ac-db53bac11984&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3088] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:50:40 2026] GET /v2.0/networks/8c1da500-6c9f-4a59-83ac-db53bac11984?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: 1513/3089] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:50:40 2026] GET /v2.0/networks/8c1da500-6c9f-4a59-83ac-db53bac11984?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: 1577/3090] 199.204.45.57 () {34 vars in 788 bytes} [Thu Jun 4 20:50:40 2026] PUT /v2.0/ports/35dbf40e-42ad-4892-a8a8-874ded1bb337 => generated 1094 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3091] 199.204.45.57 () {32 vars in 778 bytes} [Thu Jun 4 20:50:40 2026] DELETE /v2.0/security-groups/1c4b99f2-4525-4c89-83b4-9bc3faa99255 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:50:40.495 7 INFO neutron_taas.services.taas.taas_plugin [None req-5a860cd7-c5e5-4a5b-9a90-a7567293fb58 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: 35dbf40e-42ad-4892-a8a8-874ded1bb337 2026-06-04 20:50:40.499 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a860cd7-c5e5-4a5b-9a90-a7567293fb58 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: 35dbf40e-42ad-4892-a8a8-874ded1bb337 [pid: 7|app: 0|req: 1578/3092] 199.204.45.57 () {32 vars in 758 bytes} [Thu Jun 4 20:50:40 2026] DELETE /v2.0/ports/35dbf40e-42ad-4892-a8a8-874ded1bb337 => 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: 1516/3095] 199.204.45.57 () {34 vars in 993 bytes} [Thu Jun 4 20:50:43 2026] GET /v2.0/ports?device_id=b7233626-e835-45a0-812a-9fa1bf200cc7 => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:50:43.649 7 INFO neutron_taas.services.taas.taas_plugin [req-218481cd-a96f-4365-a7eb-e5651417feac req-64f04a08-10df-46ac-a569-eddee4b89012 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] TaaS: Handle Delete Port: c17d548c-b1df-4509-91de-493c62a8e695 2026-06-04 20:50:43.653 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-218481cd-a96f-4365-a7eb-e5651417feac req-64f04a08-10df-46ac-a569-eddee4b89012 4a13b69cd782415a884fbe0bacb718a6 8674d835d01d45d5ae2441e3fd48fb94 - - default default] Tap Mirror: Handle Delete Port: c17d548c-b1df-4509-91de-493c62a8e695 [pid: 7|app: 0|req: 1580/3096] 199.204.45.57 () {36 vars in 996 bytes} [Thu Jun 4 20:50:43 2026] DELETE /v2.0/ports/c17d548c-b1df-4509-91de-493c62a8e695 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:50:43.838 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b3536e81-b2d7-4ebb-8862-e35bf35bff55'] response: {'server_uuid': 'b7233626-e835-45a0-812a-9fa1bf200cc7', 'name': 'network-vif-deleted', 'tag': 'c17d548c-b1df-4509-91de-493c62a8e695', 'status': 'completed', 'code': 200} 2026-06-04 20:50:44.855 8 INFO neutron_taas.services.taas.taas_plugin [None req-35e670be-7755-43c0-9af0-07a7c7d6984d 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] TaaS: Handle Delete Port: 5026a5c1-6ead-4fca-a577-c29b23b7e068 2026-06-04 20:50:44.858 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35e670be-7755-43c0-9af0-07a7c7d6984d 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] Tap Mirror: Handle Delete Port: 5026a5c1-6ead-4fca-a577-c29b23b7e068 2026-06-04 20:50:45.052 8 INFO neutron.db.l3_db [None req-35e670be-7755-43c0-9af0-07a7c7d6984d 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] Floating IP 1fd8a38e-58ea-4c73-b459-1819c8bb6771 disassociated (deleted). External IP: 10.96.250.216, port: 439006dd-ee99-4b6e-81d7-1a60aa1af02e. [pid: 8|app: 0|req: 1517/3097] 10.0.0.104 () {32 vars in 732 bytes} [Thu Jun 4 20:50:44 2026] DELETE /v2.0/floatingips/1fd8a38e-58ea-4c73-b459-1819c8bb6771 => generated 0 bytes in 689 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:50:45.399 7 INFO neutron.api.v2.resource [None req-6e084406-4792-4df1-a701-5b52ad79ca39 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1581/3098] 10.0.0.104 () {32 vars in 729 bytes} [Thu Jun 4 20:50:45 2026] GET /v2.0/floatingips/1fd8a38e-58ea-4c73-b459-1819c8bb6771 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:50:45.436 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f8dca2e5-75d7-46db-8cee-ede14aa4bf4b'] response: {'name': 'network-changed', 'server_uuid': 'dd5efefc-d985-4b34-b37f-aea7f745392b', 'tag': '439006dd-ee99-4b6e-81d7-1a60aa1af02e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1518/3099] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:50:45 2026] GET /v2.0/ports?device_id=dd5efefc-d985-4b34-b37f-aea7f745392b => generated 1200 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3100] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:50:45 2026] GET /v2.0/security-groups?id=0f9b50cf-e635-4fe1-b820-696a15685630&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3101] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:50:45 2026] GET /v2.0/ports?tenant_id=d2cbc7e6dfc4461aa7cd61aaac851f5c&device_id=dd5efefc-d985-4b34-b37f-aea7f745392b => generated 1469 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3102] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:50:45 2026] GET /v2.0/networks?id=4e54ff32-4025-4cfd-84dc-545283b49ec9 => generated 800 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3103] 199.204.45.57 () {34 vars in 1055 bytes} [Thu Jun 4 20:50:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.18&port_id=439006dd-ee99-4b6e-81d7-1a60aa1af02e => 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: 1584/3104] 199.204.45.57 () {34 vars in 1105 bytes} [Thu Jun 4 20:50:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A10f&port_id=439006dd-ee99-4b6e-81d7-1a60aa1af02e => 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: 1521/3105] 199.204.45.57 () {34 vars in 1063 bytes} [Thu Jun 4 20:50:46 2026] GET /v2.0/subnets?id=600a168c-12af-4e98-bb83-46c29f2b9dd8&id=4431a36c-5ec5-44a0-bb8b-a5872162bfe5 => generated 1414 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3106] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:50:46 2026] GET /v2.0/ports?network_id=4e54ff32-4025-4cfd-84dc-545283b49ec9&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3107] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:50:46 2026] GET /v2.0/ports?network_id=4e54ff32-4025-4cfd-84dc-545283b49ec9&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3108] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:50:46 2026] GET /v2.0/networks/4e54ff32-4025-4cfd-84dc-545283b49ec9?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: 1523/3109] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:50:46 2026] GET /v2.0/networks/4e54ff32-4025-4cfd-84dc-545283b49ec9?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: 1587/3110] 199.204.45.57 () {34 vars in 993 bytes} [Thu Jun 4 20:50:47 2026] GET /v2.0/ports?device_id=dd5efefc-d985-4b34-b37f-aea7f745392b => generated 1200 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:50:48.183 8 INFO neutron_taas.services.taas.taas_plugin [req-cd375202-aa18-47e4-b75e-455a0cb7a799 req-cf1016c0-68ec-4efc-a2fd-34350a43a5af 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] TaaS: Handle Delete Port: 439006dd-ee99-4b6e-81d7-1a60aa1af02e 2026-06-04 20:50:48.187 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cd375202-aa18-47e4-b75e-455a0cb7a799 req-cf1016c0-68ec-4efc-a2fd-34350a43a5af 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] Tap Mirror: Handle Delete Port: 439006dd-ee99-4b6e-81d7-1a60aa1af02e [pid: 8|app: 0|req: 1524/3111] 199.204.45.57 () {36 vars in 996 bytes} [Thu Jun 4 20:50:48 2026] DELETE /v2.0/ports/439006dd-ee99-4b6e-81d7-1a60aa1af02e => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:50:48.384 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3972a2d5-5b8e-4615-af61-021e7cf2faa1'] response: {'server_uuid': 'dd5efefc-d985-4b34-b37f-aea7f745392b', 'name': 'network-vif-deleted', 'tag': '439006dd-ee99-4b6e-81d7-1a60aa1af02e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1588/3112] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:50:50 2026] GET /v2.0/ports?device_id=dd5efefc-d985-4b34-b37f-aea7f745392b => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:50:56.038 8 INFO neutron_taas.services.taas.taas_plugin [None req-a9442294-e3a8-4801-8307-ac4933c524f2 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] TaaS: Handle Delete Port: b03639bd-9ab2-47ce-bc2f-ed15af1b3d52 2026-06-04 20:50:56.041 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9442294-e3a8-4801-8307-ac4933c524f2 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] Tap Mirror: Handle Delete Port: b03639bd-9ab2-47ce-bc2f-ed15af1b3d52 2026-06-04 20:50:56.212 8 INFO neutron.db.l3_db [None req-a9442294-e3a8-4801-8307-ac4933c524f2 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] Floating IP f7d9db7d-9cd0-419d-8e37-12c678d2126e disassociated (deleted). External IP: 10.96.250.204, port: 0bd14dbd-16aa-4f24-9710-2ca1694d2fbf. [pid: 8|app: 0|req: 1526/3115] 10.0.0.104 () {32 vars in 732 bytes} [Thu Jun 4 20:50:55 2026] DELETE /v2.0/floatingips/f7d9db7d-9cd0-419d-8e37-12c678d2126e => generated 0 bytes in 689 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:50:56.599 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a0f9aa82-5f50-419e-b517-56e85c7621ab'] response: {'name': 'network-changed', 'server_uuid': 'b15203a8-892c-436b-9fb8-06b4740d844e', 'tag': '0bd14dbd-16aa-4f24-9710-2ca1694d2fbf', 'status': 'completed', 'code': 200} 2026-06-04 20:50:56.602 7 INFO neutron.api.v2.resource [None req-e70c17b2-e7ed-4403-9de3-cc3ffa6b818a 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1590/3116] 10.0.0.104 () {32 vars in 729 bytes} [Thu Jun 4 20:50:56 2026] GET /v2.0/floatingips/f7d9db7d-9cd0-419d-8e37-12c678d2126e => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3117] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:50:56 2026] GET /v2.0/ports?device_id=b15203a8-892c-436b-9fb8-06b4740d844e => generated 1196 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3118] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Jun 4 20:50:56 2026] GET /v2.0/security-groups?id=0f9b50cf-e635-4fe1-b820-696a15685630&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: 1528/3119] 199.204.45.57 () {34 vars in 1079 bytes} [Thu Jun 4 20:50:57 2026] GET /v2.0/ports?tenant_id=d2cbc7e6dfc4461aa7cd61aaac851f5c&device_id=b15203a8-892c-436b-9fb8-06b4740d844e => generated 1465 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3120] 199.204.45.57 () {34 vars in 985 bytes} [Thu Jun 4 20:50:57 2026] GET /v2.0/networks?id=6bd292a7-ca33-4d7b-a1d0-41eefdd03089 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3121] 199.204.45.57 () {34 vars in 1055 bytes} [Thu Jun 4 20:50:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.12&port_id=0bd14dbd-16aa-4f24-9710-2ca1694d2fbf => 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: 1593/3122] 199.204.45.57 () {34 vars in 1103 bytes} [Thu Jun 4 20:50:57 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A144&port_id=0bd14dbd-16aa-4f24-9710-2ca1694d2fbf => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3123] 199.204.45.57 () {34 vars in 1063 bytes} [Thu Jun 4 20:50:57 2026] GET /v2.0/subnets?id=1af5beba-d5f0-4388-ba43-d208da0617b9&id=b3ee8cdf-d974-4037-a476-52507b5e02c2 => generated 1410 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3124] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:50:57 2026] GET /v2.0/ports?network_id=6bd292a7-ca33-4d7b-a1d0-41eefdd03089&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3125] 199.204.45.57 () {34 vars in 1051 bytes} [Thu Jun 4 20:50:57 2026] GET /v2.0/ports?network_id=6bd292a7-ca33-4d7b-a1d0-41eefdd03089&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3126] 199.204.45.57 () {34 vars in 1011 bytes} [Thu Jun 4 20:50:57 2026] GET /v2.0/networks/6bd292a7-ca33-4d7b-a1d0-41eefdd03089?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: 1532/3127] 199.204.45.57 () {34 vars in 1111 bytes} [Thu Jun 4 20:50:57 2026] GET /v2.0/networks/6bd292a7-ca33-4d7b-a1d0-41eefdd03089?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: 1596/3128] 199.204.45.57 () {34 vars in 993 bytes} [Thu Jun 4 20:50:59 2026] GET /v2.0/ports?device_id=b15203a8-892c-436b-9fb8-06b4740d844e => generated 1194 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:50:59.331 8 INFO neutron_taas.services.taas.taas_plugin [req-05091a97-9250-431c-9376-d9487f122476 req-8edcb7d0-edc2-4ded-bd9e-214aeb6996e5 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] TaaS: Handle Delete Port: 0bd14dbd-16aa-4f24-9710-2ca1694d2fbf 2026-06-04 20:50:59.335 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-05091a97-9250-431c-9376-d9487f122476 req-8edcb7d0-edc2-4ded-bd9e-214aeb6996e5 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] Tap Mirror: Handle Delete Port: 0bd14dbd-16aa-4f24-9710-2ca1694d2fbf [pid: 8|app: 0|req: 1533/3129] 199.204.45.57 () {36 vars in 996 bytes} [Thu Jun 4 20:50:59 2026] DELETE /v2.0/ports/0bd14dbd-16aa-4f24-9710-2ca1694d2fbf => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:50:59.533 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-94aa5d5b-8ae4-4e7d-a5cb-7320cb2d44dc'] response: {'server_uuid': 'b15203a8-892c-436b-9fb8-06b4740d844e', 'name': 'network-vif-deleted', 'tag': '0bd14dbd-16aa-4f24-9710-2ca1694d2fbf', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1597/3130] 10.0.0.49 () {34 vars in 989 bytes} [Thu Jun 4 20:51:01 2026] GET /v2.0/ports?device_id=b15203a8-892c-436b-9fb8-06b4740d844e => 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: 1534/3131] 10.0.0.104 () {32 vars in 750 bytes} [Thu Jun 4 20:51:07 2026] DELETE /v2.0/security-group-rules/aa16445a-4266-4e1a-a5e0-483354aad5a3 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:51:07.169 7 INFO neutron.api.v2.resource [None req-3f29b242-ece7-4059-8c7f-daafb6ac49d9 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1598/3132] 10.0.0.104 () {32 vars in 747 bytes} [Thu Jun 4 20:51:07 2026] GET /v2.0/security-group-rules/aa16445a-4266-4e1a-a5e0-483354aad5a3 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3133] 10.0.0.104 () {32 vars in 750 bytes} [Thu Jun 4 20:51:07 2026] DELETE /v2.0/security-group-rules/41796102-4b6a-4720-afeb-48af71d47ce7 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:51:07.269 7 INFO neutron.api.v2.resource [None req-14ed6a60-085b-4c99-8b04-8527501d7cd6 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1599/3134] 10.0.0.104 () {32 vars in 747 bytes} [Thu Jun 4 20:51:07 2026] GET /v2.0/security-group-rules/41796102-4b6a-4720-afeb-48af71d47ce7 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3135] 10.0.0.104 () {32 vars in 750 bytes} [Thu Jun 4 20:51:07 2026] DELETE /v2.0/security-group-rules/837960d4-575e-46e1-8b44-c4414f7608e5 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:51:07.352 7 INFO neutron.api.v2.resource [None req-37ef2e0f-4c3a-48df-84e3-295b8ba46036 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1600/3136] 10.0.0.104 () {32 vars in 747 bytes} [Thu Jun 4 20:51:07 2026] GET /v2.0/security-group-rules/837960d4-575e-46e1-8b44-c4414f7608e5 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3137] 10.0.0.104 () {32 vars in 750 bytes} [Thu Jun 4 20:51:07 2026] DELETE /v2.0/security-group-rules/4a2bb110-2fd8-4a94-a764-a9d3f46451cd => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:51:07.434 7 INFO neutron.api.v2.resource [None req-02679979-9302-4a34-8f42-b09d8f9bb85e 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1601/3138] 10.0.0.104 () {32 vars in 747 bytes} [Thu Jun 4 20:51:07 2026] GET /v2.0/security-group-rules/4a2bb110-2fd8-4a94-a764-a9d3f46451cd => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3139] 10.0.0.104 () {32 vars in 750 bytes} [Thu Jun 4 20:51:07 2026] DELETE /v2.0/security-group-rules/1e4e6c91-f0bd-4ccf-86d5-52ad82bdb02b => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:51:07.511 7 INFO neutron.api.v2.resource [None req-0a2d880c-259c-49bf-9fa5-bb173c01ef9e 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1602/3140] 10.0.0.104 () {32 vars in 747 bytes} [Thu Jun 4 20:51:07 2026] GET /v2.0/security-group-rules/1e4e6c91-f0bd-4ccf-86d5-52ad82bdb02b => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3141] 10.0.0.104 () {32 vars in 750 bytes} [Thu Jun 4 20:51:07 2026] DELETE /v2.0/security-group-rules/bb0eea72-0ebb-4fb8-a131-9d184ce2acd6 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:51:07.589 7 INFO neutron.api.v2.resource [None req-623cb7b8-2d57-4ca1-a807-eeb71fbbb95f 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1603/3142] 10.0.0.104 () {32 vars in 747 bytes} [Thu Jun 4 20:51:07 2026] GET /v2.0/security-group-rules/bb0eea72-0ebb-4fb8-a131-9d184ce2acd6 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3143] 10.0.0.104 () {32 vars in 750 bytes} [Thu Jun 4 20:51:07 2026] DELETE /v2.0/security-group-rules/af86f26b-60cd-4376-a963-e69c4e1d3e1b => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:51:07.671 7 INFO neutron.api.v2.resource [None req-cc5ace6e-8ec5-4ac4-bbe1-8770a90fa635 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1604/3144] 10.0.0.104 () {32 vars in 747 bytes} [Thu Jun 4 20:51:07 2026] GET /v2.0/security-group-rules/af86f26b-60cd-4376-a963-e69c4e1d3e1b => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3145] 10.0.0.104 () {32 vars in 750 bytes} [Thu Jun 4 20:51:07 2026] DELETE /v2.0/security-group-rules/7abd2d10-eb34-464f-bda7-16bd6ec00bf6 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:51:07.758 7 INFO neutron.api.v2.resource [None req-85b44a88-2906-414e-8606-8332962ed9c7 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1605/3146] 10.0.0.104 () {32 vars in 747 bytes} [Thu Jun 4 20:51:07 2026] GET /v2.0/security-group-rules/7abd2d10-eb34-464f-bda7-16bd6ec00bf6 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3147] 10.0.0.104 () {32 vars in 750 bytes} [Thu Jun 4 20:51:07 2026] DELETE /v2.0/security-group-rules/4dfc4055-e1f5-4494-9064-b284ea5156a0 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:51:07.842 7 INFO neutron.api.v2.resource [None req-232171a4-42d5-4bf7-a95c-dcb223ee5088 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1606/3148] 10.0.0.104 () {32 vars in 747 bytes} [Thu Jun 4 20:51:07 2026] GET /v2.0/security-group-rules/4dfc4055-e1f5-4494-9064-b284ea5156a0 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3149] 10.0.0.104 () {32 vars in 750 bytes} [Thu Jun 4 20:51:07 2026] DELETE /v2.0/security-group-rules/f1423052-51c0-4fbf-b587-ef4505b19245 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:51:07.941 7 INFO neutron.api.v2.resource [None req-b0c7c1f3-3e44-4d67-8309-36dbde52b8d9 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1607/3150] 10.0.0.104 () {32 vars in 747 bytes} [Thu Jun 4 20:51:07 2026] GET /v2.0/security-group-rules/f1423052-51c0-4fbf-b587-ef4505b19245 => generated 155 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3151] 10.0.0.104 () {32 vars in 750 bytes} [Thu Jun 4 20:51:07 2026] DELETE /v2.0/security-group-rules/c9ff9d77-3ebb-4d7c-aecc-0d2fd70759bc => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:51:08.049 7 INFO neutron.api.v2.resource [None req-78e0a2f1-7573-4392-a4d7-c44e8b699fd0 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1608/3152] 10.0.0.104 () {32 vars in 747 bytes} [Thu Jun 4 20:51:08 2026] GET /v2.0/security-group-rules/c9ff9d77-3ebb-4d7c-aecc-0d2fd70759bc => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3153] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:51:08 2026] DELETE /v2.0/security-groups/0f9b50cf-e635-4fe1-b820-696a15685630 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:51:08.164 7 INFO neutron.api.v2.resource [None req-54fb6713-4bd1-4c68-bb21-00921ed9625a 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1609/3154] 10.0.0.104 () {32 vars in 737 bytes} [Thu Jun 4 20:51:08 2026] GET /v2.0/security-groups/0f9b50cf-e635-4fe1-b820-696a15685630 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:51:08.603 8 INFO neutron_taas.services.taas.taas_plugin [None req-e653d9a8-ad1b-4223-a16d-eba681c59444 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] TaaS: Handle Delete Port: 4a6c628b-57cd-4a0c-a367-16782ebe56f7 2026-06-04 20:51:08.607 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e653d9a8-ad1b-4223-a16d-eba681c59444 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] Tap Mirror: Handle Delete Port: 4a6c628b-57cd-4a0c-a367-16782ebe56f7 [pid: 8|app: 0|req: 1546/3155] 10.0.0.104 () {34 vars in 789 bytes} [Thu Jun 4 20:51:08 2026] PUT /v2.0/routers/e89b7818-b57b-4952-972f-da66d9ceef1e/remove_router_interface => generated 309 bytes in 972 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:51:09.340 7 INFO neutron.api.v2.resource [None req-93fecfa2-5d31-446d-a230-35b6b466666e 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1610/3156] 10.0.0.104 () {34 vars in 789 bytes} [Thu Jun 4 20:51:09 2026] PUT /v2.0/routers/e89b7818-b57b-4952-972f-da66d9ceef1e/remove_router_interface => generated 198 bytes in 157 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:51:09.707 8 INFO neutron_taas.services.taas.taas_plugin [None req-38886967-0101-4e38-b4a0-8f3e4308a3f0 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] TaaS: Handle Delete Port: 5db092b5-9eea-4b1b-b4e1-5d6f4edce0b9 2026-06-04 20:51:09.711 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38886967-0101-4e38-b4a0-8f3e4308a3f0 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] Tap Mirror: Handle Delete Port: 5db092b5-9eea-4b1b-b4e1-5d6f4edce0b9 [pid: 8|app: 0|req: 1547/3157] 10.0.0.104 () {34 vars in 789 bytes} [Thu Jun 4 20:51:09 2026] PUT /v2.0/routers/e89b7818-b57b-4952-972f-da66d9ceef1e/remove_router_interface => generated 309 bytes in 823 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:51:10.328 7 INFO neutron.api.v2.resource [None req-1b817236-6a3b-4f40-814e-ce1bea7f3ff1 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1611/3158] 10.0.0.104 () {34 vars in 789 bytes} [Thu Jun 4 20:51:10 2026] PUT /v2.0/routers/e89b7818-b57b-4952-972f-da66d9ceef1e/remove_router_interface => generated 198 bytes in 155 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:51:10.740 8 INFO neutron_taas.services.taas.taas_plugin [None req-d3dfdbe0-cb0f-49d1-beb2-88c3763e1a4c 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] TaaS: Handle Delete Port: 92ac49c3-5125-46a3-a0d3-162e94b9b482 2026-06-04 20:51:10.743 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3dfdbe0-cb0f-49d1-beb2-88c3763e1a4c 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] Tap Mirror: Handle Delete Port: 92ac49c3-5125-46a3-a0d3-162e94b9b482 [pid: 8|app: 0|req: 1548/3161] 10.0.0.104 () {34 vars in 789 bytes} [Thu Jun 4 20:51:10 2026] PUT /v2.0/routers/e89b7818-b57b-4952-972f-da66d9ceef1e/remove_router_interface => generated 309 bytes in 1011 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:51:11.490 7 INFO neutron.api.v2.resource [None req-7ee313ed-67e6-4f4b-80f3-0104b8ee8eb8 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1614/3162] 10.0.0.104 () {34 vars in 789 bytes} [Thu Jun 4 20:51:11 2026] PUT /v2.0/routers/e89b7818-b57b-4952-972f-da66d9ceef1e/remove_router_interface => generated 198 bytes in 140 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:51:11.709 8 INFO neutron_taas.services.taas.taas_plugin [None req-5c7febe6-b79b-4673-8201-d8045386faa5 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] TaaS: Handle Delete Port: 443f96f0-69e1-41db-8acc-66d6374a5864 2026-06-04 20:51:11.712 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c7febe6-b79b-4673-8201-d8045386faa5 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] Tap Mirror: Handle Delete Port: 443f96f0-69e1-41db-8acc-66d6374a5864 2026-06-04 20:51:11.988 8 INFO neutron_taas.services.taas.taas_plugin [None req-5c7febe6-b79b-4673-8201-d8045386faa5 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] TaaS: Handle Delete Port: aaaa263a-e175-4ab3-8162-7f2177023037 2026-06-04 20:51:11.990 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c7febe6-b79b-4673-8201-d8045386faa5 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] Tap Mirror: Handle Delete Port: aaaa263a-e175-4ab3-8162-7f2177023037 2026-06-04 20:51:12.299 8 INFO neutron.services.segments.plugin [-] Segment 8dae3dcd-02c3-450d-ae8a-e3e13f51a2ed resource provider aggregate not found 2026-06-04 20:51:12.302 8 INFO neutron.services.segments.plugin [-] Segment 8dae3dcd-02c3-450d-ae8a-e3e13f51a2ed resource provider aggregate not found 2026-06-04 20:51:12.324 8 INFO neutron.services.segments.plugin [-] Segment 8dae3dcd-02c3-450d-ae8a-e3e13f51a2ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dae3dcd-02c3-450d-ae8a-e3e13f51a2ed found for delete ", "request_id": "req-e0cf5e68-e2d6-4e6b-bcd5-64f36461ef36"}]} 2026-06-04 20:51:12.325 8 INFO neutron.services.segments.plugin [-] Segment 8dae3dcd-02c3-450d-ae8a-e3e13f51a2ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dae3dcd-02c3-450d-ae8a-e3e13f51a2ed found for delete ", "request_id": "req-d7dd4cc5-75b6-4d04-8a66-551621b6fcec"}]} 2026-06-04 20:51:12.330 8 INFO neutron.db.l3_hamode_db [None req-5c7febe6-b79b-4673-8201-d8045386faa5 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] HA network 6045ad02-3be0-4ef6-a361-4c5f466c4345 was deleted as no HA routers are present in tenant d2cbc7e6dfc4461aa7cd61aaac851f5c. [pid: 8|app: 0|req: 1549/3163] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:51:11 2026] DELETE /v2.0/routers/e89b7818-b57b-4952-972f-da66d9ceef1e => generated 0 bytes in 842 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:51:12.360 7 INFO neutron.api.v2.resource [None req-fad22394-1a49-4cad-ae92-7292f63805ee 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1615/3164] 10.0.0.104 () {32 vars in 721 bytes} [Thu Jun 4 20:51:12 2026] GET /v2.0/routers/e89b7818-b57b-4952-972f-da66d9ceef1e => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3165] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:51:12 2026] DELETE /v2.0/subnets/4431a36c-5ec5-44a0-bb8b-a5872162bfe5 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:51:12.544 7 INFO neutron.pecan_wsgi.hooks.translation [None req-577008eb-b1a3-439f-aa9c-dab6832bc850 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1616/3166] 10.0.0.104 () {32 vars in 721 bytes} [Thu Jun 4 20:51:12 2026] GET /v2.0/subnets/4431a36c-5ec5-44a0-bb8b-a5872162bfe5 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3167] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:51:12 2026] DELETE /v2.0/subnets/600a168c-12af-4e98-bb83-46c29f2b9dd8 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:51:12.751 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ff4ca398-6fab-4171-b693-084bc43dc371 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1617/3168] 10.0.0.104 () {32 vars in 721 bytes} [Thu Jun 4 20:51:12 2026] GET /v2.0/subnets/600a168c-12af-4e98-bb83-46c29f2b9dd8 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:51:12.869 8 INFO neutron_taas.services.taas.taas_plugin [None req-5fa48f12-7571-4376-9c1a-b9575e3f7b4d 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] TaaS: Handle Delete Port: 0ef5b830-377b-4f85-88c0-ff6c35f60cdf 2026-06-04 20:51:12.872 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5fa48f12-7571-4376-9c1a-b9575e3f7b4d 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] Tap Mirror: Handle Delete Port: 0ef5b830-377b-4f85-88c0-ff6c35f60cdf [pid: 8|app: 0|req: 1552/3169] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:51:12 2026] DELETE /v2.0/networks/4e54ff32-4025-4cfd-84dc-545283b49ec9 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:51:13.101 7 INFO neutron.pecan_wsgi.hooks.translation [None req-15f38e14-c747-47e9-9b34-7052a0aee4c7 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1618/3170] 10.0.0.104 () {32 vars in 723 bytes} [Thu Jun 4 20:51:13 2026] GET /v2.0/networks/4e54ff32-4025-4cfd-84dc-545283b49ec9 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3171] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:51:13 2026] DELETE /v2.0/subnets/1af5beba-d5f0-4388-ba43-d208da0617b9 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:51:13.284 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e1a80180-f070-4f7d-92f5-0d332b6d695d 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1619/3172] 10.0.0.104 () {32 vars in 721 bytes} [Thu Jun 4 20:51:13 2026] GET /v2.0/subnets/1af5beba-d5f0-4388-ba43-d208da0617b9 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3173] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:51:13 2026] DELETE /v2.0/subnets/b3ee8cdf-d974-4037-a476-52507b5e02c2 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:51:13.477 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ec3f1e42-a5d4-4ea4-9f1b-571bd311c98d 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1620/3174] 10.0.0.104 () {32 vars in 721 bytes} [Thu Jun 4 20:51:13 2026] GET /v2.0/subnets/b3ee8cdf-d974-4037-a476-52507b5e02c2 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:51:13.581 8 INFO neutron_taas.services.taas.taas_plugin [None req-b865319b-de1d-4689-ab29-f63034389540 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] TaaS: Handle Delete Port: bedc9fdf-39bf-46d1-9986-5ceb6f2014a6 2026-06-04 20:51:13.584 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b865319b-de1d-4689-ab29-f63034389540 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] Tap Mirror: Handle Delete Port: bedc9fdf-39bf-46d1-9986-5ceb6f2014a6 [pid: 8|app: 0|req: 1555/3175] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:51:13 2026] DELETE /v2.0/networks/6bd292a7-ca33-4d7b-a1d0-41eefdd03089 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:51:13.793 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1cf65d83-9f14-4ba8-91f8-6249b7feda8e 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1621/3176] 10.0.0.104 () {32 vars in 723 bytes} [Thu Jun 4 20:51:13 2026] GET /v2.0/networks/6bd292a7-ca33-4d7b-a1d0-41eefdd03089 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3177] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:51:13 2026] DELETE /v2.0/subnets/c38ebea4-2695-43f2-bfa5-6ea854612251 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:51:13.995 7 INFO neutron.pecan_wsgi.hooks.translation [None req-98b6c62a-ceb3-464d-902d-2e5515691f60 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1622/3178] 10.0.0.104 () {32 vars in 721 bytes} [Thu Jun 4 20:51:13 2026] GET /v2.0/subnets/c38ebea4-2695-43f2-bfa5-6ea854612251 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3179] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:51:14 2026] DELETE /v2.0/subnets/a5896899-404c-4894-97da-2dc306521e11 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:51:14.183 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fd869766-2dc8-4195-98dd-dcd453fc4384 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1623/3180] 10.0.0.104 () {32 vars in 721 bytes} [Thu Jun 4 20:51:14 2026] GET /v2.0/subnets/a5896899-404c-4894-97da-2dc306521e11 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:51:14.284 8 INFO neutron_taas.services.taas.taas_plugin [None req-e8c8f6dd-c064-4429-904d-6e4e25aefa9b 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] TaaS: Handle Delete Port: a5c90ffb-8d7b-4e9a-bf7f-89b381284c26 2026-06-04 20:51:14.287 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8c8f6dd-c064-4429-904d-6e4e25aefa9b 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] Tap Mirror: Handle Delete Port: a5c90ffb-8d7b-4e9a-bf7f-89b381284c26 2026-06-04 20:51:14.351 8 INFO neutron.services.segments.plugin [-] Segment 1780b4a8-6a25-4830-bbd4-22e6f0faafdd resource provider aggregate not found 2026-06-04 20:51:14.357 8 INFO neutron.services.segments.plugin [-] Segment 1780b4a8-6a25-4830-bbd4-22e6f0faafdd resource provider aggregate not found 2026-06-04 20:51:14.374 8 INFO neutron.services.segments.plugin [-] Segment 1780b4a8-6a25-4830-bbd4-22e6f0faafdd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1780b4a8-6a25-4830-bbd4-22e6f0faafdd found for delete ", "request_id": "req-b3b94835-218e-4e86-ac78-cdc3067d8262"}]} 2026-06-04 20:51:14.382 8 INFO neutron.services.segments.plugin [-] Segment 1780b4a8-6a25-4830-bbd4-22e6f0faafdd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1780b4a8-6a25-4830-bbd4-22e6f0faafdd found for delete ", "request_id": "req-255da744-58e6-4691-b37f-8351d709cc91"}]} 2026-06-04 20:51:14.401 8 INFO neutron.services.segments.plugin [-] Segment fed589f6-090a-4076-b6bb-ddb84b58a930 resource provider aggregate not found 2026-06-04 20:51:14.403 8 INFO neutron.services.segments.plugin [-] Segment fed589f6-090a-4076-b6bb-ddb84b58a930 resource provider aggregate not found 2026-06-04 20:51:14.427 8 INFO neutron.services.segments.plugin [-] Segment fed589f6-090a-4076-b6bb-ddb84b58a930 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fed589f6-090a-4076-b6bb-ddb84b58a930 found for delete ", "request_id": "req-fdaf5dd4-44f9-45af-9e36-c07bdadf5181"}]} 2026-06-04 20:51:14.430 8 INFO neutron.services.segments.plugin [-] Segment fed589f6-090a-4076-b6bb-ddb84b58a930 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fed589f6-090a-4076-b6bb-ddb84b58a930 found for delete ", "request_id": "req-ee2f7483-8ee4-4b2d-9a16-b3ae51c5fa02"}]} [pid: 8|app: 0|req: 1558/3181] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:51:14 2026] DELETE /v2.0/networks/449dcd2c-7420-4c64-8aef-51e46fb4507d => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:51:14.535 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3b1c7d5f-a5fd-436f-9e8f-ab2b99c2147d 85a9422ba3564d3da089563d0ab66bd9 d2cbc7e6dfc4461aa7cd61aaac851f5c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1624/3182] 10.0.0.104 () {32 vars in 723 bytes} [Thu Jun 4 20:51:14 2026] GET /v2.0/networks/449dcd2c-7420-4c64-8aef-51e46fb4507d => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:51:16.456 8 INFO neutron.services.segments.plugin [-] Segment eaaba02d-0e6b-4598-837b-05323864fc1e resource provider aggregate not found 2026-06-04 20:51:16.468 8 INFO neutron.services.segments.plugin [-] Segment eaaba02d-0e6b-4598-837b-05323864fc1e resource provider aggregate not found 2026-06-04 20:51:16.474 8 INFO neutron.services.segments.plugin [-] Segment eaaba02d-0e6b-4598-837b-05323864fc1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eaaba02d-0e6b-4598-837b-05323864fc1e found for delete ", "request_id": "req-495234ff-5706-4dbe-987d-234aeeac30cc"}]} 2026-06-04 20:51:16.504 8 INFO neutron.services.segments.plugin [-] Segment eaaba02d-0e6b-4598-837b-05323864fc1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eaaba02d-0e6b-4598-837b-05323864fc1e found for delete ", "request_id": "req-a50498a1-debd-41cf-9b8c-95261e310168"}]} [pid: 8|app: 0|req: 1559/3183] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:51:16 2026] GET /v2.0/security-groups?tenant_id=d107902325c44153b8d612c83a4de9f3&name=default => generated 2929 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3184] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:51:16 2026] DELETE /v2.0/security-groups/4c1b41d9-b5f8-43e5-b8a9-29efb8d3be48 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3185] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:51:17 2026] GET /v2.0/security-groups?tenant_id=5956f4f8fb3c45e39fca9c7de092e8d0&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3186] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:51:17 2026] DELETE /v2.0/security-groups/e9dcc14f-f6d5-4487-b536-776f26e97b6e => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3187] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:51:17 2026] GET /v2.0/security-groups?tenant_id=d753958c260d415fae784ca858895ee7&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3188] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:51:17 2026] DELETE /v2.0/security-groups/ce460a02-52e2-4b2d-bb11-93947112696b => 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: 1562/3189] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:51:17 2026] GET /v2.0/security-groups?tenant_id=d2cbc7e6dfc4461aa7cd61aaac851f5c&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3190] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:51:17 2026] DELETE /v2.0/security-groups/7174d327-0c74-4709-8038-4ebbe8c28466 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3191] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:51:18 2026] GET /v2.0/security-groups?tenant_id=479aaf40016540dc9585a0171d0f069e&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3192] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:51:18 2026] DELETE /v2.0/security-groups/821d19dc-964d-4017-b5e4-43668b37d4b8 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3193] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:51:18 2026] GET /v2.0/security-groups?tenant_id=2a1ecbd4504740d494c494fe683e0478&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3194] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:51:18 2026] DELETE /v2.0/security-groups/fc53dc93-b26b-4d23-9f14-d0e1e722c4a3 => 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: 1565/3195] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:51:18 2026] GET /v2.0/security-groups?tenant_id=4ba652620bf84fcba31d69d84349f8de&name=default => generated 2929 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3196] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:51:19 2026] DELETE /v2.0/security-groups/5857cb5a-5d20-42e2-9269-69b9f61825b2 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:51:23.463 8 INFO neutron.db.segments_db [None req-bddf67b2-36fd-4ae0-9236-1f6ec72c0aee e130b8c4b3fb41f5b70b395996287047 2af4127116b34e609597b9b3e6909c64 - - default default] Added segment d11b2f46-4341-48ad-9afb-5545aaccaa8f of type vxlan for network a62efe8f-e7ba-466e-96d3-cd1973e2fff0 [pid: 8|app: 0|req: 1566/3197] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:51:23 2026] POST /v2.0/networks => generated 725 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3198] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:51:23 2026] POST /v2.0/subnets => generated 644 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:51:23.817 8 WARNING neutron.api.v2.base [None req-3ca40c1d-6549-4290-99d7-ff1c0f394542 e130b8c4b3fb41f5b70b395996287047 2af4127116b34e609597b9b3e6909c64 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-06-04 20:51:23.818 8 INFO neutron.api.v2.resource [None req-3ca40c1d-6549-4290-99d7-ff1c0f394542 e130b8c4b3fb41f5b70b395996287047 2af4127116b34e609597b9b3e6909c64 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1567/3199] 10.0.0.104 () {34 vars in 681 bytes} [Thu Jun 4 20:51:23 2026] POST /v2.0/rbac-policies => generated 143 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3200] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:51:23 2026] DELETE /v2.0/networks/a62efe8f-e7ba-466e-96d3-cd1973e2fff0 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:51:24.107 8 INFO neutron.db.segments_db [None req-e9b5fec5-f967-4767-a3ec-71eccc90a3aa e130b8c4b3fb41f5b70b395996287047 2af4127116b34e609597b9b3e6909c64 - - default default] Added segment 11d4e0b3-b9de-4a5f-8df4-5de0890a6a1f of type vxlan for network 97df24d1-1509-42a9-9cf4-0b927eea05fd 2026-06-04 20:51:24.116 7 INFO neutron.services.segments.plugin [-] Segment d11b2f46-4341-48ad-9afb-5545aaccaa8f resource provider aggregate not found 2026-06-04 20:51:24.122 7 INFO neutron.services.segments.plugin [-] Segment d11b2f46-4341-48ad-9afb-5545aaccaa8f resource provider aggregate not found 2026-06-04 20:51:24.129 7 INFO neutron.services.segments.plugin [-] Segment d11b2f46-4341-48ad-9afb-5545aaccaa8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d11b2f46-4341-48ad-9afb-5545aaccaa8f found for delete ", "request_id": "req-c48012dc-cf8b-4db7-919e-a218b5587cf5"}]} 2026-06-04 20:51:24.134 7 INFO neutron.services.segments.plugin [-] Segment d11b2f46-4341-48ad-9afb-5545aaccaa8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d11b2f46-4341-48ad-9afb-5545aaccaa8f found for delete ", "request_id": "req-d2358ada-d746-4690-a9f8-a5efeeb3c9cd"}]} [pid: 8|app: 0|req: 1568/3201] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:51:24 2026] POST /v2.0/networks => generated 727 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3202] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:51:24 2026] POST /v2.0/subnets => generated 647 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:51:24.398 8 WARNING neutron.api.v2.base [None req-aa36800e-b422-4f7b-938a-f060d876d2bf e130b8c4b3fb41f5b70b395996287047 2af4127116b34e609597b9b3e6909c64 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-06-04 20:51:24.399 8 INFO neutron.api.v2.resource [None req-aa36800e-b422-4f7b-938a-f060d876d2bf e130b8c4b3fb41f5b70b395996287047 2af4127116b34e609597b9b3e6909c64 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1569/3203] 10.0.0.104 () {34 vars in 681 bytes} [Thu Jun 4 20:51:24 2026] POST /v2.0/rbac-policies => generated 547 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3204] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:51:24 2026] DELETE /v2.0/networks/97df24d1-1509-42a9-9cf4-0b927eea05fd => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:51:24.664 8 INFO neutron.db.segments_db [None req-7a1409b3-7cf8-484d-a670-900f87520e69 e130b8c4b3fb41f5b70b395996287047 2af4127116b34e609597b9b3e6909c64 - - default default] Added segment 0d31a654-342d-47c8-900e-dce883eeafa3 of type vxlan for network da27685c-f202-4764-9603-2786e489c415 [pid: 8|app: 0|req: 1570/3205] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:51:24 2026] POST /v2.0/networks => generated 727 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3206] 10.0.0.104 () {34 vars in 669 bytes} [Thu Jun 4 20:51:24 2026] POST /v2.0/subnets => generated 647 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3207] 10.0.0.104 () {34 vars in 681 bytes} [Thu Jun 4 20:51:24 2026] POST /v2.0/rbac-policies => generated 324 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3208] 10.0.0.104 () {32 vars in 723 bytes} [Thu Jun 4 20:51:25 2026] GET /v2.0/networks/da27685c-f202-4764-9603-2786e489c415 => generated 655 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 20:51:26.043 8 INFO neutron.pecan_wsgi.hooks.translation [None req-717abc81-1ba7-4816-8836-bbc4b4577ef8 84c60fba9ddf4180979c05e39d753428 e38ed51f4d914a5f83c15a1136f26da3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1573/3211] 10.0.0.104 () {32 vars in 723 bytes} [Thu Jun 4 20:51:25 2026] GET /v2.0/networks/da27685c-f202-4764-9603-2786e489c415 => generated 138 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:51:26.152 7 INFO neutron.services.segments.plugin [-] Segment 11d4e0b3-b9de-4a5f-8df4-5de0890a6a1f resource provider aggregate not found 2026-06-04 20:51:26.158 7 INFO neutron.services.segments.plugin [-] Segment 11d4e0b3-b9de-4a5f-8df4-5de0890a6a1f resource provider aggregate not found 2026-06-04 20:51:26.177 7 INFO neutron.services.segments.plugin [-] Segment 11d4e0b3-b9de-4a5f-8df4-5de0890a6a1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11d4e0b3-b9de-4a5f-8df4-5de0890a6a1f found for delete ", "request_id": "req-bf5a9469-586e-46eb-b7f4-8de2d919155a"}]} 2026-06-04 20:51:26.179 7 INFO neutron.services.segments.plugin [-] Segment 11d4e0b3-b9de-4a5f-8df4-5de0890a6a1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11d4e0b3-b9de-4a5f-8df4-5de0890a6a1f found for delete ", "request_id": "req-865243bb-adfa-483c-a2ae-f41a2148735d"}]} 2026-06-04 20:51:26.187 7 INFO neutron_taas.services.taas.taas_plugin [None req-b2860ace-4978-42d6-8175-71576fd69b87 e130b8c4b3fb41f5b70b395996287047 2af4127116b34e609597b9b3e6909c64 - - default default] TaaS: Handle Delete Port: c4f8adad-cd61-47a4-8e90-25bc2d24c527 2026-06-04 20:51:26.191 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2860ace-4978-42d6-8175-71576fd69b87 e130b8c4b3fb41f5b70b395996287047 2af4127116b34e609597b9b3e6909c64 - - default default] Tap Mirror: Handle Delete Port: c4f8adad-cd61-47a4-8e90-25bc2d24c527 [pid: 7|app: 0|req: 1639/3212] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:51:26 2026] DELETE /v2.0/networks/da27685c-f202-4764-9603-2786e489c415 => generated 0 bytes in 365 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:51:26.439 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0167e33c-f215-4694-96bd-eccbc6d8d8eb e130b8c4b3fb41f5b70b395996287047 2af4127116b34e609597b9b3e6909c64 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1574/3213] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:51:26 2026] DELETE /v2.0/subnets/e7fd7a58-c51f-44a6-b9ba-8fd1ae0dafaf => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:51:26.465 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c94f466d-2819-4545-887c-a2965bf46bbf e130b8c4b3fb41f5b70b395996287047 2af4127116b34e609597b9b3e6909c64 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1640/3214] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:51:26 2026] DELETE /v2.0/subnets/f6bddc37-adc9-4f6b-9f33-ab6d650ad47c => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 20:51:26.491 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d42b1ed8-0da5-4413-b3f4-845b59e723b0 e130b8c4b3fb41f5b70b395996287047 2af4127116b34e609597b9b3e6909c64 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1575/3215] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:51:26 2026] DELETE /v2.0/subnets/a96bda9e-4276-4029-8ffc-19d15f61fa3f => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3216] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:51:27 2026] GET /v2.0/security-groups?tenant_id=e38ed51f4d914a5f83c15a1136f26da3&name=default => generated 2929 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3217] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:51:27 2026] DELETE /v2.0/security-groups/fda9ae8b-196d-4b38-96fb-b92ec72fa1af => 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: 1642/3218] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:51:27 2026] GET /v2.0/security-groups?tenant_id=2af4127116b34e609597b9b3e6909c64&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3219] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:51:27 2026] DELETE /v2.0/security-groups/45f1d0f9-0c58-4272-a756-ca30afe496f0 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:51:28.203 7 INFO neutron.services.segments.plugin [-] Segment 0d31a654-342d-47c8-900e-dce883eeafa3 resource provider aggregate not found 2026-06-04 20:51:28.209 7 INFO neutron.services.segments.plugin [-] Segment 0d31a654-342d-47c8-900e-dce883eeafa3 resource provider aggregate not found 2026-06-04 20:51:28.224 7 INFO neutron.services.segments.plugin [-] Segment 0d31a654-342d-47c8-900e-dce883eeafa3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d31a654-342d-47c8-900e-dce883eeafa3 found for delete ", "request_id": "req-102020e3-28fb-4387-b3d2-5a4b54e4a2b2"}]} 2026-06-04 20:51:28.229 7 INFO neutron.services.segments.plugin [-] Segment 0d31a654-342d-47c8-900e-dce883eeafa3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d31a654-342d-47c8-900e-dce883eeafa3 found for delete ", "request_id": "req-5fa6f0c4-cf71-4a0a-b427-a5bc8f4042bb"}]} [pid: 7|app: 0|req: 1643/3220] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:51:28 2026] GET /v2.0/security-groups?tenant_id=7895db33dc7f4921bd135be839575864&name=default => generated 2929 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3221] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:51:28 2026] DELETE /v2.0/security-groups/12d8905e-2fb4-4081-a07d-bbd40745e690 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:51:32.710 7 INFO neutron.db.segments_db [None req-9e913bc5-66e0-45c1-98ea-9b3c7ae1aee1 eceefb66c24946a996b94fab1daa64da f6601cf914614a5ca6bc9226b190ee3a - - default default] Added segment 8b48646b-135f-498c-9de8-f1ec53e1d804 of type vxlan for network 3ffaee13-d935-498f-ac9b-cc5df743782a [pid: 7|app: 0|req: 1644/3222] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:51:32 2026] POST /v2.0/networks => generated 632 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:51:32.853 8 INFO neutron.db.segments_db [None req-86ef844b-b378-40a4-a8bf-5db4304c0333 eceefb66c24946a996b94fab1daa64da f6601cf914614a5ca6bc9226b190ee3a - - default default] Added segment d2012ae9-eed0-444f-ac38-f07f99cfaeb5 of type vxlan for network 01662796-914a-4407-81e6-4e0068197c14 [pid: 8|app: 0|req: 1579/3223] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:51:32 2026] POST /v2.0/networks => generated 631 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:51:33.043 7 INFO neutron.db.segments_db [None req-6c4abe70-6996-4eea-8d24-5293c1fa7728 eceefb66c24946a996b94fab1daa64da f6601cf914614a5ca6bc9226b190ee3a - - default default] Added segment fe2d6199-c91f-4eb0-92d2-92d697c3ad57 of type vxlan for network 2bf543b5-0806-47d1-b242-502d5456a57b [pid: 7|app: 0|req: 1645/3224] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:51:32 2026] POST /v2.0/networks => generated 632 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:51:33.194 8 INFO neutron.db.segments_db [None req-3214b60b-c629-4407-978f-e9643db9e9bd eceefb66c24946a996b94fab1daa64da f6601cf914614a5ca6bc9226b190ee3a - - default default] Added segment 73eab4bf-90f2-423e-9da3-54591da86303 of type vxlan for network 1d70af0d-1bba-409e-b01c-c20ef1b6d75c [pid: 8|app: 0|req: 1580/3225] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:51:33 2026] POST /v2.0/networks => generated 631 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:51:33.341 7 INFO neutron.db.segments_db [None req-6161158e-b24a-4c71-9a97-37a40dadf59d eceefb66c24946a996b94fab1daa64da f6601cf914614a5ca6bc9226b190ee3a - - default default] Added segment 14613ad1-91cb-444d-be00-4c0e29c18db4 of type vxlan for network d933d7aa-1882-4780-bff4-8d98525dec77 [pid: 7|app: 0|req: 1646/3226] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:51:33 2026] POST /v2.0/networks => generated 632 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3227] 10.0.0.104 () {34 vars in 753 bytes} [Thu Jun 4 20:51:33 2026] PUT /v2.0/networks/3ffaee13-d935-498f-ac9b-cc5df743782a/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3228] 10.0.0.104 () {34 vars in 753 bytes} [Thu Jun 4 20:51:33 2026] PUT /v2.0/networks/01662796-914a-4407-81e6-4e0068197c14/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: 1582/3229] 10.0.0.104 () {34 vars in 753 bytes} [Thu Jun 4 20:51:33 2026] PUT /v2.0/networks/2bf543b5-0806-47d1-b242-502d5456a57b/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3230] 10.0.0.104 () {34 vars in 753 bytes} [Thu Jun 4 20:51:33 2026] PUT /v2.0/networks/1d70af0d-1bba-409e-b01c-c20ef1b6d75c/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: 1583/3231] 10.0.0.104 () {32 vars in 666 bytes} [Thu Jun 4 20:51:33 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3232] 10.0.0.104 () {32 vars in 680 bytes} [Thu Jun 4 20:51:33 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3233] 10.0.0.104 () {32 vars in 676 bytes} [Thu Jun 4 20:51:33 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3234] 10.0.0.104 () {32 vars in 688 bytes} [Thu Jun 4 20:51:33 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3235] 10.0.0.104 () {32 vars in 674 bytes} [Thu Jun 4 20:51:33 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3236] 10.0.0.104 () {32 vars in 688 bytes} [Thu Jun 4 20:51:33 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3237] 10.0.0.104 () {32 vars in 684 bytes} [Thu Jun 4 20:51:34 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3238] 10.0.0.104 () {32 vars in 696 bytes} [Thu Jun 4 20:51:34 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3239] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:51:34 2026] DELETE /v2.0/networks/3ffaee13-d935-498f-ac9b-cc5df743782a => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:51:34.420 8 INFO neutron.services.segments.plugin [-] Segment 8b48646b-135f-498c-9de8-f1ec53e1d804 resource provider aggregate not found 2026-06-04 20:51:34.430 8 INFO neutron.services.segments.plugin [-] Segment 8b48646b-135f-498c-9de8-f1ec53e1d804 resource provider aggregate not found 2026-06-04 20:51:34.444 8 INFO neutron.services.segments.plugin [-] Segment 8b48646b-135f-498c-9de8-f1ec53e1d804 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b48646b-135f-498c-9de8-f1ec53e1d804 found for delete ", "request_id": "req-2b3ac3f4-ec8b-47af-8608-f0ccc3fb83b3"}]} 2026-06-04 20:51:34.445 8 INFO neutron.services.segments.plugin [-] Segment 8b48646b-135f-498c-9de8-f1ec53e1d804 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b48646b-135f-498c-9de8-f1ec53e1d804 found for delete ", "request_id": "req-cd624f35-c43c-45e0-86d4-a82a6747073d"}]} 2026-06-04 20:51:34.452 7 INFO neutron.services.segments.plugin [-] Segment d2012ae9-eed0-444f-ac38-f07f99cfaeb5 resource provider aggregate not found 2026-06-04 20:51:34.458 7 INFO neutron.services.segments.plugin [-] Segment d2012ae9-eed0-444f-ac38-f07f99cfaeb5 resource provider aggregate not found 2026-06-04 20:51:34.475 7 INFO neutron.services.segments.plugin [-] Segment d2012ae9-eed0-444f-ac38-f07f99cfaeb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2012ae9-eed0-444f-ac38-f07f99cfaeb5 found for delete ", "request_id": "req-9f7aa201-f895-41e6-b6e7-5c69787849a9"}]} 2026-06-04 20:51:34.479 7 INFO neutron.services.segments.plugin [-] Segment d2012ae9-eed0-444f-ac38-f07f99cfaeb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2012ae9-eed0-444f-ac38-f07f99cfaeb5 found for delete ", "request_id": "req-6cb46c0d-3888-4aec-9c51-129f98ee68cf"}]} [pid: 7|app: 0|req: 1653/3240] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:51:34 2026] DELETE /v2.0/networks/01662796-914a-4407-81e6-4e0068197c14 => 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: 1588/3241] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:51:34 2026] DELETE /v2.0/networks/2bf543b5-0806-47d1-b242-502d5456a57b => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3242] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:51:34 2026] DELETE /v2.0/networks/1d70af0d-1bba-409e-b01c-c20ef1b6d75c => 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: 1589/3243] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:51:34 2026] DELETE /v2.0/networks/d933d7aa-1882-4780-bff4-8d98525dec77 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3244] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:51:35 2026] GET /v2.0/security-groups?tenant_id=5ab9f20933c84e68a6d4bb1c08ee2aeb&name=default => generated 2929 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3245] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:51:36 2026] DELETE /v2.0/security-groups/9a349104-59b5-4a9d-8a36-337952ada134 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3246] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:51:36 2026] GET /v2.0/security-groups?tenant_id=a0a4d14e14534f5982c08da671a220c2&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 20:51:36.465 8 INFO neutron.services.segments.plugin [-] Segment fe2d6199-c91f-4eb0-92d2-92d697c3ad57 resource provider aggregate not found 2026-06-04 20:51:36.471 8 INFO neutron.services.segments.plugin [-] Segment fe2d6199-c91f-4eb0-92d2-92d697c3ad57 resource provider aggregate not found 2026-06-04 20:51:36.489 8 INFO neutron.services.segments.plugin [-] Segment fe2d6199-c91f-4eb0-92d2-92d697c3ad57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe2d6199-c91f-4eb0-92d2-92d697c3ad57 found for delete ", "request_id": "req-45a94e7d-3654-4e90-97e0-1ee0abe67106"}]} 2026-06-04 20:51:36.494 7 INFO neutron.services.segments.plugin [-] Segment 73eab4bf-90f2-423e-9da3-54591da86303 resource provider aggregate not found 2026-06-04 20:51:36.495 8 INFO neutron.services.segments.plugin [-] Segment fe2d6199-c91f-4eb0-92d2-92d697c3ad57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe2d6199-c91f-4eb0-92d2-92d697c3ad57 found for delete ", "request_id": "req-279a35cc-da2f-4514-8bd7-124c4edea071"}]} 2026-06-04 20:51:36.500 7 INFO neutron.services.segments.plugin [-] Segment 73eab4bf-90f2-423e-9da3-54591da86303 resource provider aggregate not found [pid: 8|app: 0|req: 1591/3247] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:51:36 2026] DELETE /v2.0/security-groups/fb2bde45-7ec8-4f7f-bd66-8ca1ced6aeb0 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:51:36.510 8 INFO neutron.services.segments.plugin [-] Segment 14613ad1-91cb-444d-be00-4c0e29c18db4 resource provider aggregate not found 2026-06-04 20:51:36.513 8 INFO neutron.services.segments.plugin [-] Segment 14613ad1-91cb-444d-be00-4c0e29c18db4 resource provider aggregate not found 2026-06-04 20:51:36.519 7 INFO neutron.services.segments.plugin [-] Segment 73eab4bf-90f2-423e-9da3-54591da86303 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73eab4bf-90f2-423e-9da3-54591da86303 found for delete ", "request_id": "req-cfc1a425-04b7-4174-b093-f53531691929"}]} 2026-06-04 20:51:36.522 7 INFO neutron.services.segments.plugin [-] Segment 73eab4bf-90f2-423e-9da3-54591da86303 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73eab4bf-90f2-423e-9da3-54591da86303 found for delete ", "request_id": "req-97194f7b-5da2-41a4-8e97-e424a1d9014d"}]} 2026-06-04 20:51:36.525 8 INFO neutron.services.segments.plugin [-] Segment 14613ad1-91cb-444d-be00-4c0e29c18db4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14613ad1-91cb-444d-be00-4c0e29c18db4 found for delete ", "request_id": "req-967df358-9bf3-40d3-ad33-72a69ee30398"}]} 2026-06-04 20:51:36.533 8 INFO neutron.services.segments.plugin [-] Segment 14613ad1-91cb-444d-be00-4c0e29c18db4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14613ad1-91cb-444d-be00-4c0e29c18db4 found for delete ", "request_id": "req-e6a7ebbd-11d3-4e45-a964-c72c8dda80d8"}]} [pid: 7|app: 0|req: 1657/3248] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:51:36 2026] GET /v2.0/security-groups?tenant_id=f6601cf914614a5ca6bc9226b190ee3a&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3249] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:51:36 2026] DELETE /v2.0/security-groups/de7e6185-d6db-4d93-bd63-2c1bd6a13d49 => 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: 1658/3250] 10.0.0.104 () {34 vars in 676 bytes} [Thu Jun 4 20:51:39 2026] POST /v2.0/floatingips => generated 552 bytes in 686 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3251] 10.0.0.104 () {34 vars in 759 bytes} [Thu Jun 4 20:51:40 2026] PUT /v2.0/floatingips/4bffcf52-26e9-4618-b22b-26af31c70d4f/tags => generated 25 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3254] 10.0.0.104 () {32 vars in 739 bytes} [Thu Jun 4 20:51:40 2026] GET /v2.0/floatingips/4bffcf52-26e9-4618-b22b-26af31c70d4f/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3255] 10.0.0.104 () {34 vars in 770 bytes} [Thu Jun 4 20:51:40 2026] PUT /v2.0/floatingips/4bffcf52-26e9-4618-b22b-26af31c70d4f/tags/green => generated 4 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3256] 10.0.0.104 () {32 vars in 739 bytes} [Thu Jun 4 20:51:40 2026] GET /v2.0/floatingips/4bffcf52-26e9-4618-b22b-26af31c70d4f/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3257] 10.0.0.104 () {34 vars in 766 bytes} [Thu Jun 4 20:51:40 2026] PUT /v2.0/floatingips/4bffcf52-26e9-4618-b22b-26af31c70d4f/tags/red => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3258] 10.0.0.104 () {32 vars in 739 bytes} [Thu Jun 4 20:51:41 2026] GET /v2.0/floatingips/4bffcf52-26e9-4618-b22b-26af31c70d4f/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3259] 10.0.0.104 () {34 vars in 788 bytes} [Thu Jun 4 20:51:41 2026] PUT /v2.0/floatingips/4bffcf52-26e9-4618-b22b-26af31c70d4f/tags/black.or.white => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3260] 10.0.0.104 () {32 vars in 739 bytes} [Thu Jun 4 20:51:41 2026] GET /v2.0/floatingips/4bffcf52-26e9-4618-b22b-26af31c70d4f/tags => generated 52 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3261] 10.0.0.104 () {34 vars in 759 bytes} [Thu Jun 4 20:51:41 2026] PUT /v2.0/floatingips/4bffcf52-26e9-4618-b22b-26af31c70d4f/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3262] 10.0.0.104 () {32 vars in 739 bytes} [Thu Jun 4 20:51:41 2026] GET /v2.0/floatingips/4bffcf52-26e9-4618-b22b-26af31c70d4f/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3263] 10.0.0.104 () {32 vars in 747 bytes} [Thu Jun 4 20:51:41 2026] GET /v2.0/floatingips/4bffcf52-26e9-4618-b22b-26af31c70d4f/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:51:41.423 7 INFO neutron.api.v2.resource [None req-e81881fe-6d37-48f1-aa39-e75d05bf650b 3c407dd98ea2479694195931a32cdefd 1dc6e8a96a2c47f3910aa2da7e94798d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1664/3264] 10.0.0.104 () {32 vars in 751 bytes} [Thu Jun 4 20:51:41 2026] GET /v2.0/floatingips/4bffcf52-26e9-4618-b22b-26af31c70d4f/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3265] 10.0.0.104 () {32 vars in 750 bytes} [Thu Jun 4 20:51:41 2026] DELETE /v2.0/floatingips/4bffcf52-26e9-4618-b22b-26af31c70d4f/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3266] 10.0.0.104 () {32 vars in 739 bytes} [Thu Jun 4 20:51:41 2026] GET /v2.0/floatingips/4bffcf52-26e9-4618-b22b-26af31c70d4f/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:51:41.583 8 INFO neutron.api.v2.resource [None req-2f22d5d5-33de-4e61-b4e8-af9c806c6372 3c407dd98ea2479694195931a32cdefd 1dc6e8a96a2c47f3910aa2da7e94798d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1602/3267] 10.0.0.104 () {32 vars in 754 bytes} [Thu Jun 4 20:51:41 2026] DELETE /v2.0/floatingips/4bffcf52-26e9-4618-b22b-26af31c70d4f/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3268] 10.0.0.104 () {32 vars in 742 bytes} [Thu Jun 4 20:51:41 2026] DELETE /v2.0/floatingips/4bffcf52-26e9-4618-b22b-26af31c70d4f/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3269] 10.0.0.104 () {32 vars in 739 bytes} [Thu Jun 4 20:51:41 2026] GET /v2.0/floatingips/4bffcf52-26e9-4618-b22b-26af31c70d4f/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:51:41.800 7 INFO neutron_taas.services.taas.taas_plugin [None req-175ec3bc-b448-48d9-8bb1-74e7b4ef4839 3c407dd98ea2479694195931a32cdefd 1dc6e8a96a2c47f3910aa2da7e94798d - - default default] TaaS: Handle Delete Port: f2daeabb-3919-4fe9-bc08-7f1f68c3b72e 2026-06-04 20:51:41.803 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-175ec3bc-b448-48d9-8bb1-74e7b4ef4839 3c407dd98ea2479694195931a32cdefd 1dc6e8a96a2c47f3910aa2da7e94798d - - default default] Tap Mirror: Handle Delete Port: f2daeabb-3919-4fe9-bc08-7f1f68c3b72e [pid: 7|app: 0|req: 1667/3270] 10.0.0.104 () {32 vars in 732 bytes} [Thu Jun 4 20:51:41 2026] DELETE /v2.0/floatingips/4bffcf52-26e9-4618-b22b-26af31c70d4f => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3271] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:51:42 2026] GET /v2.0/security-groups?tenant_id=1dc6e8a96a2c47f3910aa2da7e94798d&name=default => generated 2929 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3272] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:51:42 2026] DELETE /v2.0/security-groups/ae73555c-a468-467a-a5fc-c3e4fe95793d => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3273] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:51:43 2026] GET /v2.0/security-groups?tenant_id=d47bd85a9a3f43e6a643646d33882672&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3274] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:51:43 2026] DELETE /v2.0/security-groups/87561cfc-7cb7-42ef-898b-26ffc870d217 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:51:46.706 8 INFO neutron.db.segments_db [None req-ef2a92e5-f013-481b-996b-06a648614fea ccc4c7e4619b4cef91681cab94163f0f 3dc48245bf79410c8e8ff0062973bed8 - - default default] Added segment 8d1b93a7-fb29-49d1-8acd-f2e223443583 of type vxlan for network bcc6a8b0-0fbe-49e6-ab38-386fd6999a63 2026-06-04 20:51:46.987 8 INFO neutron.db.l3_hamode_db [None req-ef2a92e5-f013-481b-996b-06a648614fea ccc4c7e4619b4cef91681cab94163f0f 3dc48245bf79410c8e8ff0062973bed8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 20:51:47.126 8 INFO neutron.db.l3_hamode_db [None req-ef2a92e5-f013-481b-996b-06a648614fea ccc4c7e4619b4cef91681cab94163f0f 3dc48245bf79410c8e8ff0062973bed8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1606/3275] 10.0.0.104 () {34 vars in 668 bytes} [Thu Jun 4 20:51:46 2026] POST /v2.0/routers => generated 474 bytes in 1224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3276] 10.0.0.104 () {34 vars in 751 bytes} [Thu Jun 4 20:51:47 2026] PUT /v2.0/routers/7092ffaf-b316-48a7-9481-0497e4848edf/tags => generated 25 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3277] 10.0.0.104 () {32 vars in 731 bytes} [Thu Jun 4 20:51:47 2026] GET /v2.0/routers/7092ffaf-b316-48a7-9481-0497e4848edf/tags => generated 25 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3278] 10.0.0.104 () {34 vars in 762 bytes} [Thu Jun 4 20:51:47 2026] PUT /v2.0/routers/7092ffaf-b316-48a7-9481-0497e4848edf/tags/green => generated 4 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3279] 10.0.0.104 () {32 vars in 731 bytes} [Thu Jun 4 20:51:48 2026] GET /v2.0/routers/7092ffaf-b316-48a7-9481-0497e4848edf/tags => generated 34 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3280] 10.0.0.104 () {34 vars in 758 bytes} [Thu Jun 4 20:51:48 2026] PUT /v2.0/routers/7092ffaf-b316-48a7-9481-0497e4848edf/tags/red => generated 4 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3281] 10.0.0.104 () {32 vars in 731 bytes} [Thu Jun 4 20:51:48 2026] GET /v2.0/routers/7092ffaf-b316-48a7-9481-0497e4848edf/tags => generated 34 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3282] 10.0.0.104 () {34 vars in 780 bytes} [Thu Jun 4 20:51:48 2026] PUT /v2.0/routers/7092ffaf-b316-48a7-9481-0497e4848edf/tags/black.or.white => generated 4 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3283] 10.0.0.104 () {32 vars in 731 bytes} [Thu Jun 4 20:51:48 2026] GET /v2.0/routers/7092ffaf-b316-48a7-9481-0497e4848edf/tags => generated 52 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1674/3284] 10.0.0.104 () {34 vars in 751 bytes} [Thu Jun 4 20:51:48 2026] PUT /v2.0/routers/7092ffaf-b316-48a7-9481-0497e4848edf/tags => generated 37 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3285] 10.0.0.104 () {32 vars in 731 bytes} [Thu Jun 4 20:51:48 2026] GET /v2.0/routers/7092ffaf-b316-48a7-9481-0497e4848edf/tags => generated 37 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1675/3286] 10.0.0.104 () {32 vars in 739 bytes} [Thu Jun 4 20:51:48 2026] GET /v2.0/routers/7092ffaf-b316-48a7-9481-0497e4848edf/tags/red => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:51:49.152 8 INFO neutron.api.v2.resource [None req-ef1ac7f7-a964-40ea-abfe-35ebf0b7925f ccc4c7e4619b4cef91681cab94163f0f 3dc48245bf79410c8e8ff0062973bed8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1612/3287] 10.0.0.104 () {32 vars in 743 bytes} [Thu Jun 4 20:51:49 2026] GET /v2.0/routers/7092ffaf-b316-48a7-9481-0497e4848edf/tags/green => generated 99 bytes in 99 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1676/3288] 10.0.0.104 () {32 vars in 742 bytes} [Thu Jun 4 20:51:49 2026] DELETE /v2.0/routers/7092ffaf-b316-48a7-9481-0497e4848edf/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: 1613/3289] 10.0.0.104 () {32 vars in 731 bytes} [Thu Jun 4 20:51:49 2026] GET /v2.0/routers/7092ffaf-b316-48a7-9481-0497e4848edf/tags => generated 30 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:51:49.448 7 INFO neutron.api.v2.resource [None req-064926fd-dca4-46f3-8d53-5868f91bb265 ccc4c7e4619b4cef91681cab94163f0f 3dc48245bf79410c8e8ff0062973bed8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1677/3290] 10.0.0.104 () {32 vars in 746 bytes} [Thu Jun 4 20:51:49 2026] DELETE /v2.0/routers/7092ffaf-b316-48a7-9481-0497e4848edf/tags/green => generated 99 bytes in 91 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3291] 10.0.0.104 () {32 vars in 734 bytes} [Thu Jun 4 20:51:49 2026] DELETE /v2.0/routers/7092ffaf-b316-48a7-9481-0497e4848edf/tags => 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: 1678/3292] 10.0.0.104 () {32 vars in 731 bytes} [Thu Jun 4 20:51:49 2026] GET /v2.0/routers/7092ffaf-b316-48a7-9481-0497e4848edf/tags => generated 12 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3293] 10.0.0.104 () {32 vars in 721 bytes} [Thu Jun 4 20:51:49 2026] GET /v2.0/routers/7092ffaf-b316-48a7-9481-0497e4848edf => 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: 1679/3294] 10.0.0.104 () {34 vars in 742 bytes} [Thu Jun 4 20:51:49 2026] PUT /v2.0/routers/7092ffaf-b316-48a7-9481-0497e4848edf => generated 480 bytes in 540 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3295] 10.0.0.104 () {32 vars in 736 bytes} [Thu Jun 4 20:51:50 2026] GET /v2.0/ports?device_id=7092ffaf-b316-48a7-9481-0497e4848edf => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:51:50.482 7 INFO neutron_taas.services.taas.taas_plugin [None req-c4d68dd2-cf3d-4e32-b855-bfc561aa8520 ccc4c7e4619b4cef91681cab94163f0f 3dc48245bf79410c8e8ff0062973bed8 - - default default] TaaS: Handle Delete Port: 7cfaa79b-0178-4c06-8f39-8a81a1a62487 2026-06-04 20:51:50.485 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4d68dd2-cf3d-4e32-b855-bfc561aa8520 ccc4c7e4619b4cef91681cab94163f0f 3dc48245bf79410c8e8ff0062973bed8 - - default default] Tap Mirror: Handle Delete Port: 7cfaa79b-0178-4c06-8f39-8a81a1a62487 2026-06-04 20:51:50.832 7 INFO neutron.services.segments.plugin [-] Segment 8d1b93a7-fb29-49d1-8acd-f2e223443583 resource provider aggregate not found 2026-06-04 20:51:50.839 7 INFO neutron.services.segments.plugin [-] Segment 8d1b93a7-fb29-49d1-8acd-f2e223443583 resource provider aggregate not found 2026-06-04 20:51:50.861 7 INFO neutron.services.segments.plugin [-] Segment 8d1b93a7-fb29-49d1-8acd-f2e223443583 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d1b93a7-fb29-49d1-8acd-f2e223443583 found for delete ", "request_id": "req-f64f5f64-27f5-442d-ac0a-f648e058f17d"}]} 2026-06-04 20:51:50.861 7 INFO neutron.services.segments.plugin [-] Segment 8d1b93a7-fb29-49d1-8acd-f2e223443583 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d1b93a7-fb29-49d1-8acd-f2e223443583 found for delete ", "request_id": "req-0be4803f-39c7-4b43-818d-284b69181c7f"}]} 2026-06-04 20:51:50.872 7 INFO neutron.db.l3_hamode_db [None req-c4d68dd2-cf3d-4e32-b855-bfc561aa8520 ccc4c7e4619b4cef91681cab94163f0f 3dc48245bf79410c8e8ff0062973bed8 - - default default] HA network bcc6a8b0-0fbe-49e6-ab38-386fd6999a63 was deleted as no HA routers are present in tenant 3dc48245bf79410c8e8ff0062973bed8. [pid: 7|app: 0|req: 1680/3296] 10.0.0.104 () {32 vars in 724 bytes} [Thu Jun 4 20:51:50 2026] DELETE /v2.0/routers/7092ffaf-b316-48a7-9481-0497e4848edf => generated 0 bytes in 570 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3297] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:51:51 2026] GET /v2.0/security-groups?tenant_id=3dc48245bf79410c8e8ff0062973bed8&name=default => generated 2929 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1681/3298] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:51:51 2026] DELETE /v2.0/security-groups/5c0e46d3-5c6d-447c-b46a-65c7e2b42e38 => 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: 1618/3299] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:51:52 2026] GET /v2.0/security-groups?tenant_id=8e5aafa2af0d4445bc61773d7315f959&name=default => generated 2929 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1682/3300] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:51:52 2026] DELETE /v2.0/security-groups/161c20e5-d4c8-4ef5-9ee3-f0e1382c5125 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 20:51:55.616 8 INFO neutron.db.segments_db [None req-88332c9e-1ea0-4909-9eb8-1e543185d2ec 884bba1398914a958821320389d2a5f2 963f54bed4504655a4421b2db6f763ea - - default default] Added segment cbcc23f0-a0ff-4bb5-b024-0b7fadfbe506 of type vxlan for network 6fd747cd-9693-4748-a15c-e71cd0dcb329 [pid: 8|app: 0|req: 1619/3301] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:51:55 2026] POST /v2.0/networks => generated 632 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 20:51:55.785 7 INFO neutron.db.segments_db [None req-79c638fd-a584-4bd1-9ca4-3061c1ceebe6 884bba1398914a958821320389d2a5f2 963f54bed4504655a4421b2db6f763ea - - default default] Added segment 57305613-52dc-475e-bcc1-e84e97c35773 of type vxlan for network c2971206-fb37-439e-9e1b-88da72a5fdbc [pid: 7|app: 0|req: 1683/3304] 10.0.0.104 () {34 vars in 670 bytes} [Thu Jun 4 20:51:55 2026] POST /v2.0/networks => generated 631 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3305] 10.0.0.104 () {34 vars in 753 bytes} [Thu Jun 4 20:51:55 2026] PUT /v2.0/networks/6fd747cd-9693-4748-a15c-e71cd0dcb329/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1684/3306] 10.0.0.104 () {32 vars in 733 bytes} [Thu Jun 4 20:51:55 2026] GET /v2.0/networks/6fd747cd-9693-4748-a15c-e71cd0dcb329/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3307] 10.0.0.104 () {34 vars in 753 bytes} [Thu Jun 4 20:51:56 2026] PUT /v2.0/networks/c2971206-fb37-439e-9e1b-88da72a5fdbc/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1685/3308] 10.0.0.104 () {32 vars in 733 bytes} [Thu Jun 4 20:51:56 2026] GET /v2.0/networks/c2971206-fb37-439e-9e1b-88da72a5fdbc/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3309] 10.0.0.104 () {34 vars in 753 bytes} [Thu Jun 4 20:51:56 2026] PUT /v2.0/networks/c2971206-fb37-439e-9e1b-88da72a5fdbc/tags => generated 12 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3310] 10.0.0.104 () {32 vars in 733 bytes} [Thu Jun 4 20:51:56 2026] GET /v2.0/networks/c2971206-fb37-439e-9e1b-88da72a5fdbc/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3311] 10.0.0.104 () {32 vars in 733 bytes} [Thu Jun 4 20:51:56 2026] GET /v2.0/networks/6fd747cd-9693-4748-a15c-e71cd0dcb329/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 20:51:56.464 7 INFO neutron.services.segments.plugin [-] Segment cbcc23f0-a0ff-4bb5-b024-0b7fadfbe506 resource provider aggregate not found 2026-06-04 20:51:56.470 7 INFO neutron.services.segments.plugin [-] Segment cbcc23f0-a0ff-4bb5-b024-0b7fadfbe506 resource provider aggregate not found 2026-06-04 20:51:56.482 7 INFO neutron.services.segments.plugin [-] Segment cbcc23f0-a0ff-4bb5-b024-0b7fadfbe506 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbcc23f0-a0ff-4bb5-b024-0b7fadfbe506 found for delete ", "request_id": "req-9501ab4e-96d1-492d-b31e-02297435869d"}]} [pid: 7|app: 0|req: 1687/3312] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:51:56 2026] DELETE /v2.0/networks/6fd747cd-9693-4748-a15c-e71cd0dcb329 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 20:51:56.491 7 INFO neutron.services.segments.plugin [-] Segment cbcc23f0-a0ff-4bb5-b024-0b7fadfbe506 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbcc23f0-a0ff-4bb5-b024-0b7fadfbe506 found for delete ", "request_id": "req-029ab202-0b6b-4f3d-b9d6-4fe12a2d59e7"}]} 2026-06-04 20:51:56.617 8 INFO neutron.services.segments.plugin [-] Segment 57305613-52dc-475e-bcc1-e84e97c35773 resource provider aggregate not found 2026-06-04 20:51:56.626 8 INFO neutron.services.segments.plugin [-] Segment 57305613-52dc-475e-bcc1-e84e97c35773 resource provider aggregate not found 2026-06-04 20:51:56.642 8 INFO neutron.services.segments.plugin [-] Segment 57305613-52dc-475e-bcc1-e84e97c35773 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57305613-52dc-475e-bcc1-e84e97c35773 found for delete ", "request_id": "req-62762556-6cf6-4b08-8c07-0eb4a168b739"}]} 2026-06-04 20:51:56.652 8 INFO neutron.services.segments.plugin [-] Segment 57305613-52dc-475e-bcc1-e84e97c35773 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57305613-52dc-475e-bcc1-e84e97c35773 found for delete ", "request_id": "req-2325a969-52c3-4fbb-b14e-14eec18bdb82"}]} [pid: 8|app: 0|req: 1626/3313] 10.0.0.104 () {32 vars in 726 bytes} [Thu Jun 4 20:51:56 2026] DELETE /v2.0/networks/c2971206-fb37-439e-9e1b-88da72a5fdbc => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1688/3314] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:51:57 2026] GET /v2.0/security-groups?tenant_id=963f54bed4504655a4421b2db6f763ea&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: 1627/3315] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:51:57 2026] DELETE /v2.0/security-groups/aec4d388-dde9-460f-9563-a483c9d62606 => 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: 1689/3316] 10.0.0.104 () {32 vars in 774 bytes} [Thu Jun 4 20:51:57 2026] GET /v2.0/security-groups?tenant_id=40061aa3510f4c4a86288d4b5f5225db&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3317] 10.0.0.104 () {32 vars in 740 bytes} [Thu Jun 4 20:51:57 2026] DELETE /v2.0/security-groups/061ae38d-f3b0-4dd9-8f54-25a5b78f44d9 => 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: 1690/3318] 10.0.0.104 () {32 vars in 649 bytes} [Thu Jun 4 20:52:00 2026] GET /v2.0/networks => generated 2168 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3319] 10.0.0.104 () {32 vars in 655 bytes} [Thu Jun 4 20:52:01 2026] GET /v2.0/floatingips => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3320] 10.0.0.104 () {32 vars in 647 bytes} [Thu Jun 4 20:52:01 2026] GET /v2.0/routers => generated 15 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3321] 10.0.0.104 () {32 vars in 643 bytes} [Thu Jun 4 20:52:01 2026] GET /v2.0/ports => generated 4725 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1692/3322] 10.0.0.104 () {32 vars in 647 bytes} [Thu Jun 4 20:52:02 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3323] 10.0.0.104 () {32 vars in 649 bytes} [Thu Jun 4 20:52:02 2026] GET /v2.0/networks => generated 2168 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1693/3324] 10.0.0.104 () {32 vars in 663 bytes} [Thu Jun 4 20:52:02 2026] GET /v2.0/security-groups => generated 17401 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3325] 10.0.0.104 () {32 vars in 655 bytes} [Thu Jun 4 20:52:02 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)