+ 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 Aug 13 19:02:07 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:39 os: Linux-5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 nodename: neutron-server-7d6876cbf5-br9cm 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 0x7f41ed9b5668 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-08-13 19:02:11.082 7 INFO neutron.common.config [-] Logging enabled! 2026-08-13 19:02:11.082 7 INFO neutron.common.config [-] uwsgi version 26.0.6.dev8 2026-08-13 19:02:11.140 8 INFO neutron.common.config [-] Logging enabled! 2026-08-13 19:02:11.141 8 INFO neutron.common.config [-] uwsgi version 26.0.6.dev8 2026-08-13 19:02:12.177 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-13 19:02:12.252 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-13 19:02:13.514 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-13 19:02:13.517 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-13 19:02:13.520 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-13 19:02:13.521 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-13 19:02:13.522 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-13 19:02:13.522 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-13 19:02:13.522 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-13 19:02:13.529 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-13 19:02:13.529 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-13 19:02:13.530 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-13 19:02:13.560 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-13 19:02:13.561 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-13 19:02:13.561 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-13 19:02:13.614 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-13 19:02:13.615 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-13 19:02:13.615 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-13 19:02:13.615 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-13 19:02:13.630 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-13 19:02:13.633 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-13 19:02:13.637 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-13 19:02:13.637 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-13 19:02:13.638 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-13 19:02:13.638 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-13 19:02:13.638 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-13 19:02:13.645 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-13 19:02:13.646 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-13 19:02:13.646 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-13 19:02:13.667 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-13 19:02:13.668 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-13 19:02:13.668 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-13 19:02:13.716 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-13 19:02:13.716 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-13 19:02:13.716 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-13 19:02:13.716 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-13 19:02:13.911 8 INFO neutron.plugins.ml2.managers [None req-6feed5a3-be9e-4b3c-ac3a-f8ff5b3f76d2 - - - - - -] Initializing driver for type 'vlan' 2026-08-13 19:02:13.999 7 INFO neutron.plugins.ml2.managers [None req-de49dd3c-7b3e-4b2d-994d-22e9ae42a6d2 - - - - - -] Initializing driver for type 'vlan' 2026-08-13 19:02:14.191 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-6feed5a3-be9e-4b3c-ac3a-f8ff5b3f76d2 - - - - - -] VlanTypeDriver initialization complete 2026-08-13 19:02:14.191 8 INFO neutron.plugins.ml2.managers [None req-6feed5a3-be9e-4b3c-ac3a-f8ff5b3f76d2 - - - - - -] Initializing driver for type 'vxlan' 2026-08-13 19:02:14.192 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-6feed5a3-be9e-4b3c-ac3a-f8ff5b3f76d2 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-13 19:02:14.205 8 INFO neutron.plugins.ml2.managers [None req-6feed5a3-be9e-4b3c-ac3a-f8ff5b3f76d2 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-13 19:02:14.205 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-6feed5a3-be9e-4b3c-ac3a-f8ff5b3f76d2 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-13 19:02:14.205 8 INFO neutron.plugins.ml2.managers [None req-6feed5a3-be9e-4b3c-ac3a-f8ff5b3f76d2 - - - - - -] Initializing extension driver 'port_security' 2026-08-13 19:02:14.205 8 INFO neutron.plugins.ml2.extensions.port_security [None req-6feed5a3-be9e-4b3c-ac3a-f8ff5b3f76d2 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-13 19:02:14.205 8 INFO neutron.plugins.ml2.managers [None req-6feed5a3-be9e-4b3c-ac3a-f8ff5b3f76d2 - - - - - -] Initializing extension driver 'qos' 2026-08-13 19:02:14.206 8 INFO neutron.plugins.ml2.managers [None req-6feed5a3-be9e-4b3c-ac3a-f8ff5b3f76d2 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-13 19:02:14.206 8 INFO neutron.plugins.ml2.managers [None req-6feed5a3-be9e-4b3c-ac3a-f8ff5b3f76d2 - - - - - -] Initializing mechanism driver 'l2population' 2026-08-13 19:02:14.221 8 INFO neutron.quota [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded quota_driver: . 2026-08-13 19:02:14.221 8 INFO neutron.plugins.ml2.plugin [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Modular L2 Plugin initialization complete 2026-08-13 19:02:14.221 8 INFO neutron.plugins.ml2.managers [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-13 19:02:14.221 8 INFO neutron.plugins.ml2.managers [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-13 19:02:14.222 8 INFO neutron.plugins.ml2.managers [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Got port-security extension from driver 'port_security' 2026-08-13 19:02:14.222 8 INFO neutron.extensions.vlantransparent [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Disabled vlantransparent extension. 2026-08-13 19:02:14.222 8 INFO neutron.extensions.qinq [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Disabled VLAN QinQ extension. 2026-08-13 19:02:14.222 8 INFO neutron.manager [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loading Plugin: qos 2026-08-13 19:02:14.235 8 INFO neutron.manager [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loading Plugin: router 2026-08-13 19:02:14.287 8 INFO neutron.services.service_base [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-13 19:02:14.287 8 INFO neutron.manager [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loading Plugin: segments 2026-08-13 19:02:14.292 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-de49dd3c-7b3e-4b2d-994d-22e9ae42a6d2 - - - - - -] VlanTypeDriver initialization complete 2026-08-13 19:02:14.292 7 INFO neutron.plugins.ml2.managers [None req-de49dd3c-7b3e-4b2d-994d-22e9ae42a6d2 - - - - - -] Initializing driver for type 'vxlan' 2026-08-13 19:02:14.292 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-de49dd3c-7b3e-4b2d-994d-22e9ae42a6d2 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-13 19:02:14.306 7 INFO neutron.plugins.ml2.managers [None req-de49dd3c-7b3e-4b2d-994d-22e9ae42a6d2 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-13 19:02:14.306 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-de49dd3c-7b3e-4b2d-994d-22e9ae42a6d2 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-13 19:02:14.306 7 INFO neutron.plugins.ml2.managers [None req-de49dd3c-7b3e-4b2d-994d-22e9ae42a6d2 - - - - - -] Initializing extension driver 'port_security' 2026-08-13 19:02:14.306 7 INFO neutron.plugins.ml2.extensions.port_security [None req-de49dd3c-7b3e-4b2d-994d-22e9ae42a6d2 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-13 19:02:14.307 7 INFO neutron.plugins.ml2.managers [None req-de49dd3c-7b3e-4b2d-994d-22e9ae42a6d2 - - - - - -] Initializing extension driver 'qos' 2026-08-13 19:02:14.307 7 INFO neutron.plugins.ml2.managers [None req-de49dd3c-7b3e-4b2d-994d-22e9ae42a6d2 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-13 19:02:14.307 7 INFO neutron.plugins.ml2.managers [None req-de49dd3c-7b3e-4b2d-994d-22e9ae42a6d2 - - - - - -] Initializing mechanism driver 'l2population' 2026-08-13 19:02:14.321 7 INFO neutron.quota [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded quota_driver: . 2026-08-13 19:02:14.321 7 INFO neutron.plugins.ml2.plugin [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Modular L2 Plugin initialization complete 2026-08-13 19:02:14.321 7 INFO neutron.plugins.ml2.managers [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-13 19:02:14.322 7 INFO neutron.plugins.ml2.managers [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-13 19:02:14.322 7 INFO neutron.plugins.ml2.managers [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-13 19:02:14.322 7 INFO neutron.extensions.vlantransparent [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Disabled vlantransparent extension. 2026-08-13 19:02:14.322 7 INFO neutron.extensions.qinq [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Disabled VLAN QinQ extension. 2026-08-13 19:02:14.322 7 INFO neutron.manager [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loading Plugin: qos 2026-08-13 19:02:14.335 7 INFO neutron.manager [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loading Plugin: router 2026-08-13 19:02:14.379 7 INFO neutron.services.service_base [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-13 19:02:14.380 7 INFO neutron.manager [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loading Plugin: segments 2026-08-13 19:02:14.381 8 INFO neutron.manager [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loading Plugin: trunk 2026-08-13 19:02:14.395 8 INFO neutron.manager [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loading Plugin: vpnaas 2026-08-13 19:02:14.434 8 WARNING stevedore.named [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-13 19:02:14.434 8 WARNING stevedore.named [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-13 19:02:14.475 7 INFO neutron.manager [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loading Plugin: trunk 2026-08-13 19:02:14.489 7 INFO neutron.manager [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loading Plugin: vpnaas 2026-08-13 19:02:14.511 8 INFO neutron_vpnaas.services.vpn.plugin [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-13 19:02:14.512 8 INFO neutron.common.utils [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-13 19:02:14.512 8 INFO neutron.manager [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loading Plugin: taas 2026-08-13 19:02:14.529 7 WARNING stevedore.named [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-13 19:02:14.529 7 WARNING stevedore.named [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-13 19:02:14.536 8 WARNING stevedore.named [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-13 19:02:14.568 8 INFO neutron_taas.services.taas.taas_plugin [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-13 19:02:14.568 8 INFO neutron.manager [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loading Plugin: tapmirror 2026-08-13 19:02:14.581 8 WARNING stevedore.named [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-13 19:02:14.601 7 INFO neutron_vpnaas.services.vpn.plugin [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-13 19:02:14.601 7 INFO neutron.common.utils [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-13 19:02:14.601 7 INFO neutron.manager [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loading Plugin: taas 2026-08-13 19:02:14.628 7 WARNING stevedore.named [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-13 19:02:14.631 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-13 19:02:14.632 8 INFO neutron.manager [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loading Plugin: auto_allocate 2026-08-13 19:02:14.640 8 INFO neutron.manager [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loading Plugin: tag 2026-08-13 19:02:14.651 8 INFO neutron.manager [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loading Plugin: timestamp 2026-08-13 19:02:14.652 7 INFO neutron_taas.services.taas.taas_plugin [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-13 19:02:14.652 7 INFO neutron.manager [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loading Plugin: tapmirror 2026-08-13 19:02:14.654 8 INFO neutron.manager [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loading Plugin: network_ip_availability 2026-08-13 19:02:14.658 8 INFO neutron.manager [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loading Plugin: flavors 2026-08-13 19:02:14.661 8 INFO neutron.manager [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loading Plugin: revisions 2026-08-13 19:02:14.665 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Initializing extension manager. 2026-08-13 19:02:14.666 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: address-group 2026-08-13 19:02:14.667 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: address-scope 2026-08-13 19:02:14.667 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-13 19:02:14.668 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: agent 2026-08-13 19:02:14.669 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: agent-resources-synced 2026-08-13 19:02:14.669 7 WARNING stevedore.named [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-13 19:02:14.670 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: allowed-address-pairs 2026-08-13 19:02:14.671 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: auto-allocated-topology 2026-08-13 19:02:14.672 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: availability_zone 2026-08-13 19:02:14.672 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: availability_zone_filter 2026-08-13 19:02:14.673 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-13 19:02:14.673 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: default-subnetpools 2026-08-13 19:02:14.675 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-13 19:02:14.675 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: dns-integration 2026-08-13 19:02:14.676 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: dns-domain-ports 2026-08-13 19:02:14.676 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-13 19:02:14.677 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: dvr 2026-08-13 19:02:14.677 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-13 19:02:14.679 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: empty-string-filtering 2026-08-13 19:02:14.680 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-13 19:02:14.680 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-13 19:02:14.681 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: external-net 2026-08-13 19:02:14.681 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-13 19:02:14.682 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: extraroute 2026-08-13 19:02:14.682 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: extraroute-atomic 2026-08-13 19:02:14.683 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-13 19:02:14.683 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-13 19:02:14.684 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-13 19:02:14.684 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-13 19:02:14.685 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: fip-port-details 2026-08-13 19:02:14.686 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: flavors 2026-08-13 19:02:14.687 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-13 19:02:14.688 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: floatingip-pools 2026-08-13 19:02:14.688 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: ip_allocation 2026-08-13 19:02:14.689 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: ip-substring-filtering 2026-08-13 19:02:14.689 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: l2_adjacency 2026-08-13 19:02:14.690 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: router 2026-08-13 19:02:14.692 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-13 19:02:14.693 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-13 19:02:14.693 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-13 19:02:14.694 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: ext-gw-mode 2026-08-13 19:02:14.694 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: l3-ha 2026-08-13 19:02:14.695 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-13 19:02:14.695 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-13 19:02:14.696 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: l3-flavors 2026-08-13 19:02:14.697 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-13 19:02:14.697 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-13 19:02:14.700 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-13 19:02:14.701 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-13 19:02:14.702 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-13 19:02:14.703 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-13 19:02:14.704 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-13 19:02:14.705 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: multi-provider 2026-08-13 19:02:14.705 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: net-mtu 2026-08-13 19:02:14.706 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: net-mtu-writable 2026-08-13 19:02:14.706 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: network_availability_zone 2026-08-13 19:02:14.707 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: network_ha 2026-08-13 19:02:14.708 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: network-ip-availability 2026-08-13 19:02:14.707 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-13 19:02:14.708 7 INFO neutron.manager [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loading Plugin: auto_allocate 2026-08-13 19:02:14.709 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-13 19:02:14.709 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: pagination 2026-08-13 19:02:14.710 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: port-device-profile 2026-08-13 19:02:14.710 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-13 19:02:14.711 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-13 19:02:14.711 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-13 19:02:14.712 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: port-mac-override 2026-08-13 19:02:14.712 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-13 19:02:14.712 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-13 19:02:14.713 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-13 19:02:14.714 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: port-resource-request 2026-08-13 19:02:14.715 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: port-resource-request-groups 2026-08-13 19:02:14.715 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-13 19:02:14.716 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: binding 2026-08-13 19:02:14.716 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: binding-extended 2026-08-13 19:02:14.717 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: port-security 2026-08-13 19:02:14.718 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: project-id 2026-08-13 19:02:14.718 7 INFO neutron.manager [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loading Plugin: tag 2026-08-13 19:02:14.718 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: provider 2026-08-13 19:02:14.719 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-13 19:02:14.721 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: qos 2026-08-13 19:02:14.722 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-13 19:02:14.723 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-13 19:02:14.723 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: qos-default 2026-08-13 19:02:14.724 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: qos-fip 2026-08-13 19:02:14.724 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-13 19:02:14.725 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: qos-gateway-ip 2026-08-13 19:02:14.725 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: qos-port-network-policy 2026-08-13 19:02:14.726 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: qos-pps-minimum 2026-08-13 19:02:14.726 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-13 19:02:14.727 7 INFO neutron.manager [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loading Plugin: timestamp 2026-08-13 19:02:14.727 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: qos-pps 2026-08-13 19:02:14.728 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: qos-rule-type-details 2026-08-13 19:02:14.728 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-13 19:02:14.729 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: qos-rules-alias 2026-08-13 19:02:14.729 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: quota-check-limit 2026-08-13 19:02:14.730 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: quota-check-limit-default 2026-08-13 19:02:14.730 7 INFO neutron.manager [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loading Plugin: network_ip_availability 2026-08-13 19:02:14.732 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: quotas 2026-08-13 19:02:14.733 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: quota_details 2026-08-13 19:02:14.735 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: rbac-policies 2026-08-13 19:02:14.735 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: rbac-address-group 2026-08-13 19:02:14.736 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: rbac-address-scope 2026-08-13 19:02:14.736 7 INFO neutron.manager [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loading Plugin: flavors 2026-08-13 19:02:14.736 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: rbac-security-groups 2026-08-13 19:02:14.737 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: rbac-subnetpool 2026-08-13 19:02:14.737 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: revision-if-match 2026-08-13 19:02:14.738 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: standard-attr-revisions 2026-08-13 19:02:14.739 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: router_availability_zone 2026-08-13 19:02:14.739 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-13 19:02:14.741 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: security-groups-default-rules 2026-08-13 19:02:14.741 7 INFO neutron.manager [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loading Plugin: revisions 2026-08-13 19:02:14.741 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-13 19:02:14.742 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-13 19:02:14.742 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-13 19:02:14.743 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-13 19:02:14.743 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-13 19:02:14.747 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Initializing extension manager. 2026-08-13 19:02:14.748 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: security-group 2026-08-13 19:02:14.748 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: address-group 2026-08-13 19:02:14.749 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: segment 2026-08-13 19:02:14.749 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: address-scope 2026-08-13 19:02:14.750 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-13 19:02:14.750 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-13 19:02:14.750 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: service-type 2026-08-13 19:02:14.751 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: sorting 2026-08-13 19:02:14.751 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: agent 2026-08-13 19:02:14.751 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: standard-attr-segment 2026-08-13 19:02:14.752 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: agent-resources-synced 2026-08-13 19:02:14.752 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: standard-attr-description 2026-08-13 19:02:14.753 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: stateful-security-group 2026-08-13 19:02:14.753 8 WARNING neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-13 19:02:14.753 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-13 19:02:14.753 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-13 19:02:14.754 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: subnet-external-network 2026-08-13 19:02:14.754 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-13 19:02:14.755 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: subnet_onboard 2026-08-13 19:02:14.755 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: availability_zone 2026-08-13 19:02:14.755 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-13 19:02:14.756 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: subnet-service-types 2026-08-13 19:02:14.756 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: availability_zone_filter 2026-08-13 19:02:14.756 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: subnet_allocation 2026-08-13 19:02:14.757 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-13 19:02:14.757 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: default-subnetpools 2026-08-13 19:02:14.757 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-13 19:02:14.758 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: tag-creation 2026-08-13 19:02:14.758 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-13 19:02:14.759 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-13 19:02:14.760 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: dns-integration 2026-08-13 19:02:14.760 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: dns-domain-ports 2026-08-13 19:02:14.761 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-13 19:02:14.761 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: dvr 2026-08-13 19:02:14.762 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-13 19:02:14.762 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: empty-string-filtering 2026-08-13 19:02:14.763 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-13 19:02:14.763 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: standard-attr-tag 2026-08-13 19:02:14.763 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-13 19:02:14.764 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: external-net 2026-08-13 19:02:14.764 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-13 19:02:14.764 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-13 19:02:14.765 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: trunk 2026-08-13 19:02:14.765 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: extraroute 2026-08-13 19:02:14.765 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: trunk-details 2026-08-13 19:02:14.766 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-13 19:02:14.766 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: extraroute-atomic 2026-08-13 19:02:14.766 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-13 19:02:14.767 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-13 19:02:14.767 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-13 19:02:14.767 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-13 19:02:14.768 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-13 19:02:14.768 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-13 19:02:14.769 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-13 19:02:14.769 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: fip-port-details 2026-08-13 19:02:14.769 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-13 19:02:14.770 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: flavors 2026-08-13 19:02:14.770 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-13 19:02:14.771 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: vpn-flavors 2026-08-13 19:02:14.771 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-13 19:02:14.772 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: floatingip-pools 2026-08-13 19:02:14.773 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: vpnaas 2026-08-13 19:02:14.773 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: ip_allocation 2026-08-13 19:02:14.773 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: ip-substring-filtering 2026-08-13 19:02:14.774 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: taas 2026-08-13 19:02:14.774 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: l2_adjacency 2026-08-13 19:02:14.775 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: tap-mirror 2026-08-13 19:02:14.775 8 INFO neutron.api.extensions [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Loaded extension: taas-vlan-filter 2026-08-13 19:02:14.776 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: router 2026-08-13 19:02:14.778 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-13 19:02:14.778 8 INFO neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-13 19:02:14.778 8 INFO neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-13 19:02:14.778 8 INFO neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 19:02:14.779 8 INFO neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-13 19:02:14.779 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-13 19:02:14.779 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-13 19:02:14.780 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: ext-gw-mode 2026-08-13 19:02:14.781 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: l3-ha 2026-08-13 19:02:14.781 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-13 19:02:14.782 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-13 19:02:14.783 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: l3-flavors 2026-08-13 19:02:14.783 8 INFO neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-13 19:02:14.784 8 INFO neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-13 19:02:14.784 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-13 19:02:14.784 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-13 19:02:14.787 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-13 19:02:14.788 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-13 19:02:14.788 8 INFO neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-13 19:02:14.789 8 INFO neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-13 19:02:14.789 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-13 19:02:14.789 8 INFO neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-13 19:02:14.790 8 INFO neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 19:02:14.790 8 WARNING neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] subnetpool is already registered 2026-08-13 19:02:14.791 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-13 19:02:14.791 8 INFO neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 19:02:14.791 8 WARNING neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] subnetpool is already registered 2026-08-13 19:02:14.791 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-13 19:02:14.791 8 INFO neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-13 19:02:14.792 8 INFO neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 19:02:14.792 8 INFO neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 19:02:14.793 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: multi-provider 2026-08-13 19:02:14.793 8 INFO neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-13 19:02:14.793 8 INFO neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-13 19:02:14.793 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: net-mtu 2026-08-13 19:02:14.794 8 INFO neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-13 19:02:14.794 8 INFO neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 19:02:14.794 8 WARNING neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] ipsecpolicy is already registered 2026-08-13 19:02:14.794 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: net-mtu-writable 2026-08-13 19:02:14.794 8 INFO neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 19:02:14.795 8 WARNING neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] ikepolicy is already registered 2026-08-13 19:02:14.796 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: network_availability_zone 2026-08-13 19:02:14.796 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: network_ha 2026-08-13 19:02:14.797 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: network-ip-availability 2026-08-13 19:02:14.798 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-13 19:02:14.799 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: pagination 2026-08-13 19:02:14.799 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: port-device-profile 2026-08-13 19:02:14.799 8 INFO neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-13 19:02:14.800 8 WARNING neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] router is already registered 2026-08-13 19:02:14.800 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-13 19:02:14.800 8 INFO neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-13 19:02:14.800 8 WARNING neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] floatingip is already registered 2026-08-13 19:02:14.800 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-13 19:02:14.801 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-13 19:02:14.801 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: port-mac-override 2026-08-13 19:02:14.802 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-13 19:02:14.802 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-13 19:02:14.803 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-13 19:02:14.803 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: port-resource-request 2026-08-13 19:02:14.804 8 INFO neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-13 19:02:14.804 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-13 19:02:14.804 8 WARNING neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] rbac_policy is already registered 2026-08-13 19:02:14.804 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-13 19:02:14.805 8 INFO neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-13 19:02:14.805 8 WARNING neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] security_group is already registered 2026-08-13 19:02:14.805 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: binding 2026-08-13 19:02:14.805 8 INFO neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-13 19:02:14.805 8 WARNING neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] security_group_rule is already registered 2026-08-13 19:02:14.806 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: binding-extended 2026-08-13 19:02:14.806 8 INFO neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 19:02:14.806 8 WARNING neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] subnetpool is already registered 2026-08-13 19:02:14.807 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: port-security 2026-08-13 19:02:14.807 8 INFO neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 19:02:14.807 8 WARNING neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] subnetpool is already registered 2026-08-13 19:02:14.807 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: project-id 2026-08-13 19:02:14.807 8 INFO neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-13 19:02:14.807 8 WARNING neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] trunk is already registered 2026-08-13 19:02:14.807 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: provider 2026-08-13 19:02:14.808 8 INFO neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 19:02:14.808 8 WARNING neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] ikepolicy is already registered 2026-08-13 19:02:14.808 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-13 19:02:14.808 8 INFO neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 19:02:14.808 8 WARNING neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] ipsecpolicy is already registered 2026-08-13 19:02:14.809 8 INFO neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-13 19:02:14.809 8 WARNING neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] endpoint_group is already registered 2026-08-13 19:02:14.809 8 INFO neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-13 19:02:14.810 8 WARNING neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] vpnservice is already registered 2026-08-13 19:02:14.810 8 INFO neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-13 19:02:14.810 8 WARNING neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] ipsec_site_connection is already registered 2026-08-13 19:02:14.810 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: qos 2026-08-13 19:02:14.810 8 INFO neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 19:02:14.811 8 WARNING neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] ipsecpolicy is already registered 2026-08-13 19:02:14.811 8 INFO neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 19:02:14.811 8 WARNING neutron.quota.resource_registry [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] ikepolicy is already registered 2026-08-13 19:02:14.811 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-13 19:02:14.812 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-13 19:02:14.812 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: qos-default 2026-08-13 19:02:14.813 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: qos-fip 2026-08-13 19:02:14.813 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-13 19:02:14.814 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-13 19:02:14.814 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-13 19:02:14.815 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-13 19:02:14.816 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-13 19:02:14.816 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: qos-pps 2026-08-13 19:02:14.817 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-13 19:02:14.817 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-13 19:02:14.818 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: qos-rules-alias 2026-08-13 19:02:14.819 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: quota-check-limit 2026-08-13 19:02:14.819 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: quota-check-limit-default 2026-08-13 19:02:14.822 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: quotas 2026-08-13 19:02:14.823 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: quota_details 2026-08-13 19:02:14.824 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: rbac-policies 2026-08-13 19:02:14.825 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: rbac-address-group 2026-08-13 19:02:14.825 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: rbac-address-scope 2026-08-13 19:02:14.826 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: rbac-security-groups 2026-08-13 19:02:14.826 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: rbac-subnetpool 2026-08-13 19:02:14.827 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: revision-if-match 2026-08-13 19:02:14.828 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-13 19:02:14.828 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: router_availability_zone 2026-08-13 19:02:14.829 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-13 19:02:14.831 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-13 19:02:14.831 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-13 19:02:14.832 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-13 19:02:14.832 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-13 19:02:14.833 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-13 19:02:14.833 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-13 19:02:14.838 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: security-group 2026-08-13 19:02:14.840 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: segment 2026-08-13 19:02:14.840 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-13 19:02:14.841 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: service-type 2026-08-13 19:02:14.841 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: sorting 2026-08-13 19:02:14.842 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: standard-attr-segment 2026-08-13 19:02:14.842 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: standard-attr-description 2026-08-13 19:02:14.843 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: stateful-security-group 2026-08-13 19:02:14.843 7 WARNING neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-13 19:02:14.844 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-13 19:02:14.847 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: subnet-external-network 2026-08-13 19:02:14.848 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: subnet_onboard 2026-08-13 19:02:14.848 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-13 19:02:14.849 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: subnet-service-types 2026-08-13 19:02:14.850 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: subnet_allocation 2026-08-13 19:02:14.851 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-13 19:02:14.851 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: tag-creation 2026-08-13 19:02:14.852 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-13 19:02:14.856 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: standard-attr-tag 2026-08-13 19:02:14.857 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-13 19:02:14.857 8 WARNING keystonemiddleware._common.config [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-13 19:02:14.858 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: trunk 2026-08-13 19:02:14.859 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: trunk-details 2026-08-13 19:02:14.859 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-13 19:02:14.860 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-13 19:02:14.861 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-13 19:02:14.861 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-13 19:02:14.863 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-13 19:02:14.864 8 WARNING oslo_config.cfg [None req-35cf761f-d20d-40d1-a108-05fb049ff45c - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-08-13 19:02:14.864 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-13 19:02:14.865 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: vpn-flavors WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7f41ed9b5668 pid: 8 (default app) 2026-08-13 19:02:14.866 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: vpnaas 2026-08-13 19:02:14.868 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: taas 2026-08-13 19:02:14.869 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: tap-mirror 2026-08-13 19:02:14.869 7 INFO neutron.api.extensions [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Loaded extension: taas-vlan-filter 2026-08-13 19:02:14.872 7 INFO neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-13 19:02:14.872 7 INFO neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-13 19:02:14.872 7 INFO neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 19:02:14.873 7 INFO neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-13 19:02:14.876 7 INFO neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-13 19:02:14.876 7 INFO neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-13 19:02:14.881 7 INFO neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-13 19:02:14.882 7 INFO neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-13 19:02:14.882 7 INFO neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-13 19:02:14.883 7 INFO neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 19:02:14.883 7 WARNING neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] subnetpool is already registered 2026-08-13 19:02:14.884 7 INFO neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 19:02:14.884 7 WARNING neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] subnetpool is already registered 2026-08-13 19:02:14.884 7 INFO neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-13 19:02:14.885 7 INFO neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 19:02:14.885 7 INFO neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 19:02:14.885 7 INFO neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-13 19:02:14.886 7 INFO neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-13 19:02:14.887 7 INFO neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-13 19:02:14.887 7 INFO neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 19:02:14.887 7 WARNING neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] ipsecpolicy is already registered 2026-08-13 19:02:14.888 7 INFO neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 19:02:14.888 7 WARNING neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] ikepolicy is already registered 2026-08-13 19:02:14.894 7 INFO neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-13 19:02:14.894 7 WARNING neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] router is already registered 2026-08-13 19:02:14.894 7 INFO neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-13 19:02:14.894 7 WARNING neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] floatingip is already registered 2026-08-13 19:02:14.898 7 INFO neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-13 19:02:14.898 7 WARNING neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] rbac_policy is already registered 2026-08-13 19:02:14.899 7 INFO neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-13 19:02:14.899 7 WARNING neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] security_group is already registered 2026-08-13 19:02:14.899 7 INFO neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-13 19:02:14.900 7 WARNING neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] security_group_rule is already registered 2026-08-13 19:02:14.900 7 INFO neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 19:02:14.901 7 WARNING neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] subnetpool is already registered 2026-08-13 19:02:14.901 7 INFO neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 19:02:14.901 7 WARNING neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] subnetpool is already registered 2026-08-13 19:02:14.902 7 INFO neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-13 19:02:14.902 7 WARNING neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] trunk is already registered 2026-08-13 19:02:14.902 7 INFO neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 19:02:14.902 7 WARNING neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] ikepolicy is already registered 2026-08-13 19:02:14.903 7 INFO neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 19:02:14.903 7 WARNING neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] ipsecpolicy is already registered 2026-08-13 19:02:14.903 7 INFO neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-13 19:02:14.903 7 WARNING neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] endpoint_group is already registered 2026-08-13 19:02:14.904 7 INFO neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-13 19:02:14.904 7 WARNING neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] vpnservice is already registered 2026-08-13 19:02:14.904 7 INFO neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-13 19:02:14.904 7 WARNING neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] ipsec_site_connection is already registered 2026-08-13 19:02:14.905 7 INFO neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 19:02:14.905 7 WARNING neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] ipsecpolicy is already registered 2026-08-13 19:02:14.905 7 INFO neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 19:02:14.905 7 WARNING neutron.quota.resource_registry [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] ikepolicy is already registered 2026-08-13 19:02:14.944 7 WARNING keystonemiddleware._common.config [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-13 19:02:14.951 7 WARNING oslo_config.cfg [None req-500b2d1e-9b7c-4223-8606-d2ba0c384ed4 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7f41ed9b5668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 19:02:20.197 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f8b1faf3-59ff-43d3-a6e7-6f87a9467d10 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.204.45.138 () {44 vars in 928 bytes} [Thu Aug 13 19:02:19 2026] GET /v2.0/networks/public => generated 108 bytes in 780 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/4] 199.204.45.138 () {44 vars in 950 bytes} [Thu Aug 13 19:02:20 2026] GET /v2.0/networks?name=public => generated 15 bytes in 422 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:02:20.972 8 WARNING neutron.services.revisions.revision_plugin [None req-f2be78b3-e495-4682-8a40-4287b41995a0 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Could not find related network for resource to bump revision. 2026-08-13 19:02:21.002 8 INFO neutron.db.segments_db [None req-f2be78b3-e495-4682-8a40-4287b41995a0 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Added segment e9a38272-eef4-41e7-8496-1f9d84a33c31 of type flat for network 9add7597-f935-4b0a-a621-0e03aa16506c 2026-08-13 19:02:21.057 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f2be78b3-e495-4682-8a40-4287b41995a0 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.204.45.138 () {48 vars in 968 bytes} [Thu Aug 13 19:02:20 2026] POST /v2.0/networks => generated 124 bytes in 446 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:02:27.237 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a0aa658d-cbf8-42e4-9fd4-012223caed87 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/7] 199.204.45.138 () {44 vars in 928 bytes} [Thu Aug 13 19:02:26 2026] GET /v2.0/networks/public => generated 108 bytes in 352 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/8] 199.204.45.138 () {44 vars in 950 bytes} [Thu Aug 13 19:02:27 2026] GET /v2.0/networks?name=public => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:02:27.475 7 WARNING neutron.services.revisions.revision_plugin [None req-c0b14fb8-f732-4238-8fc7-16e5c1a2976e bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Could not find related network for resource to bump revision. 2026-08-13 19:02:27.492 7 INFO neutron.db.segments_db [None req-c0b14fb8-f732-4238-8fc7-16e5c1a2976e bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Added segment b8d80fe7-70ba-457b-b5dc-6f21fb4c4ab0 of type flat for network 2e6de580-ddcf-4e57-986f-6953cc93e412 2026-08-13 19:02:27.540 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c0b14fb8-f732-4238-8fc7-16e5c1a2976e bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/9] 199.204.45.138 () {48 vars in 968 bytes} [Thu Aug 13 19:02:27 2026] POST /v2.0/networks => generated 124 bytes in 283 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:02:33.360 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f08afda8-049a-47a2-b9c3-16bcc983741d bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/10] 199.204.45.138 () {44 vars in 928 bytes} [Thu Aug 13 19:02:33 2026] GET /v2.0/networks/public => generated 108 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4/11] 199.204.45.138 () {44 vars in 950 bytes} [Thu Aug 13 19:02:33 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:02:33.427 8 WARNING neutron.services.revisions.revision_plugin [None req-540a1c01-013e-4f61-965f-1de006f38ce1 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Could not find related network for resource to bump revision. 2026-08-13 19:02:33.440 8 INFO neutron.db.segments_db [None req-540a1c01-013e-4f61-965f-1de006f38ce1 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Added segment 0602523a-0e42-4e60-bcdd-f258c833b42d of type flat for network 8633f93f-3fa7-403f-8786-50c17441e93d 2026-08-13 19:02:33.462 8 INFO neutron.pecan_wsgi.hooks.translation [None req-540a1c01-013e-4f61-965f-1de006f38ce1 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/12] 199.204.45.138 () {48 vars in 968 bytes} [Thu Aug 13 19:02:33 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-08-13 19:02:39.297 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2227bede-f2be-4927-9180-2b957183f729 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/13] 199.204.45.138 () {44 vars in 928 bytes} [Thu Aug 13 19:02:39 2026] GET /v2.0/networks/public => generated 108 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/14] 199.204.45.138 () {44 vars in 950 bytes} [Thu Aug 13 19:02:39 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:02:39.358 7 WARNING neutron.services.revisions.revision_plugin [None req-a2f89bb0-00b5-4e47-a14f-f03ad7bae466 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Could not find related network for resource to bump revision. 2026-08-13 19:02:39.372 7 INFO neutron.db.segments_db [None req-a2f89bb0-00b5-4e47-a14f-f03ad7bae466 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Added segment d09ad6ea-1273-4427-aace-212fca661364 of type flat for network 28a72121-2911-42a4-a686-6643d5983b7e 2026-08-13 19:02:39.389 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a2f89bb0-00b5-4e47-a14f-f03ad7bae466 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/15] 199.204.45.138 () {48 vars in 968 bytes} [Thu Aug 13 19:02:39 2026] POST /v2.0/networks => generated 124 bytes in 81 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:02:45.272 7 INFO neutron.pecan_wsgi.hooks.translation [None req-516b1951-09ba-4008-a9be-76a2709957d9 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/17] 199.204.45.138 () {44 vars in 928 bytes} [Thu Aug 13 19:02:45 2026] GET /v2.0/networks/public => generated 108 bytes in 83 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/18] 199.204.45.138 () {44 vars in 950 bytes} [Thu Aug 13 19:02:45 2026] GET /v2.0/networks?name=public => generated 15 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:02:45.336 7 WARNING neutron.services.revisions.revision_plugin [None req-28f7a846-ecda-489a-8ab6-eceba43cf88c bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Could not find related network for resource to bump revision. 2026-08-13 19:02:45.349 7 INFO neutron.db.segments_db [None req-28f7a846-ecda-489a-8ab6-eceba43cf88c bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Added segment 9f3a2b6b-7453-42dd-8161-899c48db47bc of type flat for network ecf40f9e-309f-49c5-89ad-4dc778af9aae 2026-08-13 19:02:45.365 7 INFO neutron.pecan_wsgi.hooks.translation [None req-28f7a846-ecda-489a-8ab6-eceba43cf88c bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/19] 199.204.45.138 () {48 vars in 968 bytes} [Thu Aug 13 19:02:45 2026] POST /v2.0/networks => generated 124 bytes in 81 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:02:51.190 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ea2fccb9-59ef-41ce-9f57-c94ce46f326f bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/20] 199.204.45.138 () {44 vars in 928 bytes} [Thu Aug 13 19:02:51 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/21] 199.204.45.138 () {44 vars in 950 bytes} [Thu Aug 13 19:02:51 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:02:51.251 8 WARNING neutron.services.revisions.revision_plugin [None req-df52821b-70a9-4e67-8d55-ae1e1029f905 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Could not find related network for resource to bump revision. 2026-08-13 19:02:51.265 8 INFO neutron.db.segments_db [None req-df52821b-70a9-4e67-8d55-ae1e1029f905 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Added segment 2e1fcbe3-b6ba-44a5-9a9f-3fba4b9c8634 of type flat for network d1fcfcdf-73b4-4cb7-bd1c-c6bb355fc33e [pid: 8|app: 0|req: 13/22] 199.204.45.138 () {48 vars in 968 bytes} [Thu Aug 13 19:02:51 2026] POST /v2.0/networks => generated 706 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:02:52.392 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aadff1de-aeb5-49e8-bcf0-f3d55022cd72 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/23] 199.204.45.138 () {44 vars in 928 bytes} [Thu Aug 13 19:02:52 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/24] 199.204.45.138 () {44 vars in 950 bytes} [Thu Aug 13 19:02:52 2026] GET /v2.0/networks?name=public => generated 709 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:02:52.458 7 INFO neutron.pecan_wsgi.hooks.translation [None req-45855c41-9ca1-414d-a79b-7a203ebceaa7 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/25] 199.204.45.138 () {44 vars in 1035 bytes} [Thu Aug 13 19:02:52 2026] GET /v2.0/subnets/public-subnet?network_id=d1fcfcdf-73b4-4cb7-bd1c-c6bb355fc33e => generated 113 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/26] 199.204.45.138 () {44 vars in 1058 bytes} [Thu Aug 13 19:02:52 2026] GET /v2.0/subnets?name=public-subnet&network_id=d1fcfcdf-73b4-4cb7-bd1c-c6bb355fc33e => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/27] 199.204.45.138 () {48 vars in 966 bytes} [Thu Aug 13 19:02:52 2026] POST /v2.0/subnets => generated 664 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:07:27.228 8 INFO neutron.pecan_wsgi.hooks.translation [None req-98fd99e9-c3af-4692-83d2-a4fb71994b71 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/65] 199.204.45.138 () {44 vars in 938 bytes} [Thu Aug 13 19:07:27 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 129 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 31/66] 199.204.45.138 () {44 vars in 960 bytes} [Thu Aug 13 19:07:27 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:07:27.307 8 INFO neutron.db.segments_db [None req-8058b055-2d32-470e-a215-70af1316b910 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Added segment 46c06519-e4f5-4025-a9f9-9f89e0bb212c of type vxlan for network 47c89c1c-a90f-4fba-87ae-933e5f7ee414 [pid: 8|app: 0|req: 36/67] 199.204.45.138 () {48 vars in 967 bytes} [Thu Aug 13 19:07:27 2026] POST /v2.0/networks => generated 707 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:07:28.289 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0ce3596c-6f40-4aae-98b5-2af8f572b1fa bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 32/68] 199.204.45.138 () {44 vars in 938 bytes} [Thu Aug 13 19:07:28 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/69] 199.204.45.138 () {44 vars in 960 bytes} [Thu Aug 13 19:07:28 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:07:28.352 7 INFO neutron.pecan_wsgi.hooks.translation [None req-05d748f1-78bb-440b-bcad-8fe9acbea613 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/70] 199.204.45.138 () {44 vars in 1037 bytes} [Thu Aug 13 19:07:28 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=47c89c1c-a90f-4fba-87ae-933e5f7ee414 => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/71] 199.204.45.138 () {44 vars in 1060 bytes} [Thu Aug 13 19:07:28 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=47c89c1c-a90f-4fba-87ae-933e5f7ee414 => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/72] 199.204.45.138 () {48 vars in 966 bytes} [Thu Aug 13 19:07:28 2026] POST /v2.0/subnets => generated 651 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:07:29.510 8 INFO neutron.api.v2.resource [None req-dce465cd-425d-4771-810a-65d327b160eb bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 39/73] 199.204.45.138 () {44 vars in 972 bytes} [Thu Aug 13 19:07:29 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/74] 199.204.45.138 () {44 vars in 994 bytes} [Thu Aug 13 19:07:29 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/75] 199.204.45.138 () {48 vars in 981 bytes} [Thu Aug 13 19:07:29 2026] POST /v2.0/security-groups => generated 1616 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/76] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:07:30 2026] GET /v2.0/security-groups/1c4aa4d6-1e32-49da-b6a5-3dd34fb7cc14 => generated 1616 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/77] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:07:30 2026] GET /v2.0/security-groups/1c4aa4d6-1e32-49da-b6a5-3dd34fb7cc14 => generated 1616 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/78] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:07:30 2026] GET /v2.0/security-groups/1c4aa4d6-1e32-49da-b6a5-3dd34fb7cc14 => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/79] 199.204.45.138 () {48 vars in 992 bytes} [Thu Aug 13 19:07:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/80] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:07:31 2026] GET /v2.0/security-groups/1c4aa4d6-1e32-49da-b6a5-3dd34fb7cc14 => generated 2230 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/81] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:07:31 2026] GET /v2.0/security-groups/1c4aa4d6-1e32-49da-b6a5-3dd34fb7cc14 => 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: 39/82] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:07:31 2026] GET /v2.0/security-groups/1c4aa4d6-1e32-49da-b6a5-3dd34fb7cc14 => generated 2230 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/83] 199.204.45.138 () {48 vars in 992 bytes} [Thu Aug 13 19:07:31 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: 7|app: 0|req: 40/84] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:07:32 2026] GET /v2.0/security-groups/1c4aa4d6-1e32-49da-b6a5-3dd34fb7cc14 => generated 2846 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/85] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:07:32 2026] GET /v2.0/security-groups/1c4aa4d6-1e32-49da-b6a5-3dd34fb7cc14 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/86] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:07:32 2026] GET /v2.0/security-groups/1c4aa4d6-1e32-49da-b6a5-3dd34fb7cc14 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/87] 199.204.45.138 () {48 vars in 992 bytes} [Thu Aug 13 19:07:32 2026] POST /v2.0/security-group-rules => generated 603 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/88] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:07:33 2026] GET /v2.0/security-groups/1c4aa4d6-1e32-49da-b6a5-3dd34fb7cc14 => generated 3462 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/89] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:07:33 2026] GET /v2.0/security-groups/1c4aa4d6-1e32-49da-b6a5-3dd34fb7cc14 => 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: 43/90] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:07:33 2026] GET /v2.0/security-groups/1c4aa4d6-1e32-49da-b6a5-3dd34fb7cc14 => generated 3462 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/91] 199.204.45.138 () {48 vars in 992 bytes} [Thu Aug 13 19:07:33 2026] POST /v2.0/security-group-rules => generated 603 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/92] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:07:34 2026] GET /v2.0/security-groups/1c4aa4d6-1e32-49da-b6a5-3dd34fb7cc14 => generated 4078 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/93] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:07:34 2026] GET /v2.0/security-groups/1c4aa4d6-1e32-49da-b6a5-3dd34fb7cc14 => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/94] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:07:34 2026] GET /v2.0/security-groups/1c4aa4d6-1e32-49da-b6a5-3dd34fb7cc14 => generated 4078 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/95] 199.204.45.138 () {48 vars in 992 bytes} [Thu Aug 13 19:07:34 2026] POST /v2.0/security-group-rules => generated 603 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/96] 199.204.45.138 () {44 vars in 988 bytes} [Thu Aug 13 19:07:35 2026] GET /v2.0/networks/47c89c1c-a90f-4fba-87ae-933e5f7ee414 => generated 732 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:07:35.985 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f88e5f44-9fae-4b72-9ecb-914d0d26a2e8 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 51/97] 199.204.45.138 () {44 vars in 1077 bytes} [Thu Aug 13 19:07:35 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=47c89c1c-a90f-4fba-87ae-933e5f7ee414 => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/98] 199.204.45.138 () {44 vars in 1100 bytes} [Thu Aug 13 19:07:35 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=47c89c1c-a90f-4fba-87ae-933e5f7ee414 => 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: 52/99] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:07:36 2026] GET /v2.0/security-groups/1c4aa4d6-1e32-49da-b6a5-3dd34fb7cc14 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/100] 199.204.45.138 () {48 vars in 962 bytes} [Thu Aug 13 19:07:36 2026] POST /v2.0/ports => generated 1100 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-13 19:07:43.952 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4cfd0254-d9f7-4f98-83e3-f517876df882 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 54/103] 199.204.45.138 () {44 vars in 980 bytes} [Thu Aug 13 19:07:43 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 50/104] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:07:43 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/105] 199.204.45.138 () {48 vars in 1032 bytes} [Thu Aug 13 19:07:44 2026] PUT /v2.0/ports/93656a3f-a745-4713-a7a8-f3ba42e9cd19 => generated 1249 bytes in 571 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/106] 199.204.45.138 () {44 vars in 921 bytes} [Thu Aug 13 19:07:46 2026] GET /v2.0/ports => generated 3730 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 19:07:47.240 8 INFO neutron.api.v2.resource [None req-2ed22129-d335-4288-a5e5-94b232057ef2 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 56/107] 199.204.45.138 () {44 vars in 960 bytes} [Thu Aug 13 19:07:47 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/108] 199.204.45.138 () {44 vars in 982 bytes} [Thu Aug 13 19:07:47 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/109] 199.204.45.138 () {48 vars in 981 bytes} [Thu Aug 13 19:07:47 2026] POST /v2.0/security-groups => generated 1610 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/110] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:07:48 2026] GET /v2.0/security-groups/360007a0-61c1-487b-862d-fa0628b41a35 => generated 1610 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/111] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:07:48 2026] GET /v2.0/security-groups/360007a0-61c1-487b-862d-fa0628b41a35 => generated 1610 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/112] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:07:48 2026] GET /v2.0/security-groups/360007a0-61c1-487b-862d-fa0628b41a35 => generated 1610 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/113] 199.204.45.138 () {48 vars in 992 bytes} [Thu Aug 13 19:07:48 2026] POST /v2.0/security-group-rules => generated 623 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/114] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:07:49 2026] GET /v2.0/security-groups/360007a0-61c1-487b-862d-fa0628b41a35 => generated 2246 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/115] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:07:49 2026] GET /v2.0/security-groups/360007a0-61c1-487b-862d-fa0628b41a35 => generated 2246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/116] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:07:49 2026] GET /v2.0/security-groups/360007a0-61c1-487b-862d-fa0628b41a35 => generated 2246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/117] 199.204.45.138 () {48 vars in 992 bytes} [Thu Aug 13 19:07:49 2026] POST /v2.0/security-group-rules => generated 627 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 66/126] 199.204.45.138 () {44 vars in 976 bytes} [Thu Aug 13 19:08:47 2026] GET /v2.0/quotas/61f9360e66d446fb9efddc2b631d16fa => 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: 61/127] 199.204.45.138 () {48 vars in 1028 bytes} [Thu Aug 13 19:08:47 2026] PUT /v2.0/quotas/61f9360e66d446fb9efddc2b631d16fa => generated 291 bytes in 29 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-08-13 19:10:57.074 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1af393bb-4090-4139-9cc9-38ed324868b7 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 75/144] 199.204.45.138 () {30 vars in 741 bytes} [Thu Aug 13 19:10:56 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 110 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: 70/147] 199.204.45.138 () {30 vars in 763 bytes} [Thu Aug 13 19:10:57 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:10:58.796 8 INFO neutron.pecan_wsgi.hooks.translation [None req-32dbb3aa-bc64-44c1-9750-81898e233507 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 78/148] 199.204.45.138 () {30 vars in 741 bytes} [Thu Aug 13 19:10:58 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 71/149] 199.204.45.138 () {30 vars in 763 bytes} [Thu Aug 13 19:10:58 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:17:23.464 8 INFO neutron.api.v2.resource [None req-bd88c0e8-dd54-460f-9293-cf5b2cc81fa9 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 104/200] 199.204.45.138 () {44 vars in 1075 bytes} [Thu Aug 13 19:17:23 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=56e2256be13d4dd9adb8f2073c558f50 => generated 139 bytes in 103 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 97/201] 199.204.45.138 () {44 vars in 1098 bytes} [Thu Aug 13 19:17:23 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=56e2256be13d4dd9adb8f2073c558f50 => generated 23 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/202] 199.204.45.138 () {48 vars in 982 bytes} [Thu Aug 13 19:17:23 2026] POST /v2.0/security-groups => generated 1624 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 98/203] 199.204.45.138 () {44 vars in 1089 bytes} [Thu Aug 13 19:17:24 2026] GET /v2.0/security-groups/ba161a34-7910-49bd-bb91-d79a3b24e19c?project_id=56e2256be13d4dd9adb8f2073c558f50 => generated 1624 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/204] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:17:24 2026] GET /v2.0/security-groups/ba161a34-7910-49bd-bb91-d79a3b24e19c => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 99/205] 199.204.45.138 () {44 vars in 1089 bytes} [Thu Aug 13 19:17:24 2026] GET /v2.0/security-groups/ba161a34-7910-49bd-bb91-d79a3b24e19c?project_id=56e2256be13d4dd9adb8f2073c558f50 => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/206] 199.204.45.138 () {48 vars in 992 bytes} [Thu Aug 13 19:17:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 100/207] 199.204.45.138 () {44 vars in 1089 bytes} [Thu Aug 13 19:17:25 2026] GET /v2.0/security-groups/ba161a34-7910-49bd-bb91-d79a3b24e19c?project_id=56e2256be13d4dd9adb8f2073c558f50 => generated 2234 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/208] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:17:25 2026] GET /v2.0/security-groups/ba161a34-7910-49bd-bb91-d79a3b24e19c => generated 2234 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/209] 199.204.45.138 () {44 vars in 1089 bytes} [Thu Aug 13 19:17:25 2026] GET /v2.0/security-groups/ba161a34-7910-49bd-bb91-d79a3b24e19c?project_id=56e2256be13d4dd9adb8f2073c558f50 => generated 2234 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/210] 199.204.45.138 () {48 vars in 992 bytes} [Thu Aug 13 19:17:26 2026] POST /v2.0/security-group-rules => generated 599 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/211] 199.204.45.138 () {44 vars in 1089 bytes} [Thu Aug 13 19:17:26 2026] GET /v2.0/security-groups/ba161a34-7910-49bd-bb91-d79a3b24e19c?project_id=56e2256be13d4dd9adb8f2073c558f50 => generated 2846 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/212] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:17:26 2026] GET /v2.0/security-groups/ba161a34-7910-49bd-bb91-d79a3b24e19c => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/215] 199.204.45.138 () {44 vars in 1089 bytes} [Thu Aug 13 19:17:27 2026] GET /v2.0/security-groups/ba161a34-7910-49bd-bb91-d79a3b24e19c?project_id=56e2256be13d4dd9adb8f2073c558f50 => generated 2846 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/216] 199.204.45.138 () {48 vars in 992 bytes} [Thu Aug 13 19:17:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/217] 199.204.45.138 () {44 vars in 1089 bytes} [Thu Aug 13 19:17:28 2026] GET /v2.0/security-groups/ba161a34-7910-49bd-bb91-d79a3b24e19c?project_id=56e2256be13d4dd9adb8f2073c558f50 => generated 3460 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/218] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:17:28 2026] GET /v2.0/security-groups/ba161a34-7910-49bd-bb91-d79a3b24e19c => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/219] 199.204.45.138 () {44 vars in 1089 bytes} [Thu Aug 13 19:17:28 2026] GET /v2.0/security-groups/ba161a34-7910-49bd-bb91-d79a3b24e19c?project_id=56e2256be13d4dd9adb8f2073c558f50 => generated 3460 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/220] 199.204.45.138 () {48 vars in 992 bytes} [Thu Aug 13 19:17:28 2026] POST /v2.0/security-group-rules => generated 602 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/237] 199.204.45.138 () {30 vars in 740 bytes} [Thu Aug 13 19:19:41 2026] GET /v2.0/networks?tenant_id=56e2256be13d4dd9adb8f2073c558f50&shared=False => generated 15 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:19:41.702 7 INFO neutron.db.segments_db [None req-805512d3-5b49-4e97-86ce-c27a09238dea 46316aa8a872427bb6592306c9b58d64 56e2256be13d4dd9adb8f2073c558f50 - - 4dd0cfb68b2c44389b59bd20a086c23b 4dd0cfb68b2c44389b59bd20a086c23b] Added segment ff717539-6bc9-4d06-9db3-7e1c35a25b22 of type vxlan for network 5162c531-1c93-4b98-b351-a90ab9fa104d [pid: 7|app: 0|req: 114/238] 199.204.45.138 () {34 vars in 682 bytes} [Thu Aug 13 19:19:41 2026] POST /v2.0/networks => generated 717 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/239] 199.204.45.138 () {30 vars in 722 bytes} [Thu Aug 13 19:19:41 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/240] 199.204.45.138 () {30 vars in 633 bytes} [Thu Aug 13 19:19:41 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/243] 199.204.45.138 () {34 vars in 677 bytes} [Thu Aug 13 19:19:41 2026] POST /v2.0/ports => generated 999 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/244] 199.204.45.138 () {30 vars in 703 bytes} [Thu Aug 13 19:19:42 2026] GET /v2.0/networks/5162c531-1c93-4b98-b351-a90ab9fa104d => generated 704 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/245] 199.204.45.138 () {30 vars in 722 bytes} [Thu Aug 13 19:19:44 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/246] 199.204.45.138 () {30 vars in 703 bytes} [Thu Aug 13 19:19:44 2026] GET /v2.0/networks/5162c531-1c93-4b98-b351-a90ab9fa104d => generated 704 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/249] 199.204.45.138 () {44 vars in 976 bytes} [Thu Aug 13 19:20:01 2026] GET /v2.0/quotas/56e2256be13d4dd9adb8f2073c558f50 => 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: 121/250] 199.204.45.138 () {48 vars in 1028 bytes} [Thu Aug 13 19:20:01 2026] PUT /v2.0/quotas/56e2256be13d4dd9adb8f2073c558f50 => generated 291 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:32:06.941 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bf21f262-0c48-48e0-9bef-1c9f71fc73bd bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 178/347] 199.204.45.138 () {44 vars in 928 bytes} [Thu Aug 13 19:32:06 2026] GET /v2.0/networks/public => generated 108 bytes in 130 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 170/348] 199.204.45.138 () {44 vars in 950 bytes} [Thu Aug 13 19:32:06 2026] GET /v2.0/networks?name=public => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:32:08.039 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d5bd7ca6-b1ef-4ef7-8c6b-4ba497d3d14c bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 179/349] 199.204.45.138 () {44 vars in 928 bytes} [Thu Aug 13 19:32:07 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: 171/350] 199.204.45.138 () {44 vars in 950 bytes} [Thu Aug 13 19:32:08 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-08-13 19:32:08.119 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a39d00af-37b5-41d4-a080-16733756a2e2 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 180/351] 199.204.45.138 () {44 vars in 1035 bytes} [Thu Aug 13 19:32:08 2026] GET /v2.0/subnets/public-subnet?network_id=d1fcfcdf-73b4-4cb7-bd1c-c6bb355fc33e => generated 113 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/352] 199.204.45.138 () {44 vars in 1058 bytes} [Thu Aug 13 19:32:08 2026] GET /v2.0/subnets?name=public-subnet&network_id=d1fcfcdf-73b4-4cb7-bd1c-c6bb355fc33e => generated 667 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:32:34.326 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5db6c643-72c4-434e-ba31-3f746b480284 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 183/357] 199.204.45.138 () {44 vars in 938 bytes} [Thu Aug 13 19:32:34 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/358] 199.204.45.138 () {44 vars in 960 bytes} [Thu Aug 13 19:32:34 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:32:35.298 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d9fab9a8-4749-4d14-8404-3c24ef378c5c bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/359] 199.204.45.138 () {44 vars in 938 bytes} [Thu Aug 13 19:32:35 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/360] 199.204.45.138 () {44 vars in 960 bytes} [Thu Aug 13 19:32:35 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:32:35.362 8 INFO neutron.pecan_wsgi.hooks.translation [None req-99e2df0f-4c19-4f1a-901a-c0b38532cd57 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 185/361] 199.204.45.138 () {44 vars in 1037 bytes} [Thu Aug 13 19:32:35 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=47c89c1c-a90f-4fba-87ae-933e5f7ee414 => generated 114 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/362] 199.204.45.138 () {44 vars in 1060 bytes} [Thu Aug 13 19:32:35 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=47c89c1c-a90f-4fba-87ae-933e5f7ee414 => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:32:36.561 8 INFO neutron.api.v2.resource [None req-e4dc78a5-724a-44ba-b2c6-a13876262fbf bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 186/363] 199.204.45.138 () {44 vars in 972 bytes} [Thu Aug 13 19:32:36 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/364] 199.204.45.138 () {44 vars in 994 bytes} [Thu Aug 13 19:32:36 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/365] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:32:37 2026] GET /v2.0/security-groups/1c4aa4d6-1e32-49da-b6a5-3dd34fb7cc14 => generated 4694 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/366] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:32:37 2026] GET /v2.0/security-groups/1c4aa4d6-1e32-49da-b6a5-3dd34fb7cc14 => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/367] 199.204.45.138 () {44 vars in 1012 bytes} [Thu Aug 13 19:32:37 2026] GET /v2.0/security-group-rules/8356bf62-03c2-436c-b0e5-b19a346c9bfb => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/368] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:32:38 2026] GET /v2.0/security-groups/1c4aa4d6-1e32-49da-b6a5-3dd34fb7cc14 => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/369] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:32:38 2026] GET /v2.0/security-groups/1c4aa4d6-1e32-49da-b6a5-3dd34fb7cc14 => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/370] 199.204.45.138 () {44 vars in 1012 bytes} [Thu Aug 13 19:32:38 2026] GET /v2.0/security-group-rules/2a253365-3717-4446-a9d5-4e5df7cf7b9d => generated 603 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/371] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:32:39 2026] GET /v2.0/security-groups/1c4aa4d6-1e32-49da-b6a5-3dd34fb7cc14 => generated 4694 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/372] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:32:39 2026] GET /v2.0/security-groups/1c4aa4d6-1e32-49da-b6a5-3dd34fb7cc14 => 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: 191/373] 199.204.45.138 () {44 vars in 1012 bytes} [Thu Aug 13 19:32:39 2026] GET /v2.0/security-group-rules/db0c6da7-1821-4dcb-8cf3-1a5b4372c1d6 => generated 603 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/374] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:32:40 2026] GET /v2.0/security-groups/1c4aa4d6-1e32-49da-b6a5-3dd34fb7cc14 => 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: 192/375] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:32:40 2026] GET /v2.0/security-groups/1c4aa4d6-1e32-49da-b6a5-3dd34fb7cc14 => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/376] 199.204.45.138 () {44 vars in 1012 bytes} [Thu Aug 13 19:32:40 2026] GET /v2.0/security-group-rules/b1a17bdd-2b50-4250-a982-fcd2c9f2a88b => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/377] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:32:41 2026] GET /v2.0/security-groups/1c4aa4d6-1e32-49da-b6a5-3dd34fb7cc14 => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/378] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:32:41 2026] GET /v2.0/security-groups/1c4aa4d6-1e32-49da-b6a5-3dd34fb7cc14 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/379] 199.204.45.138 () {44 vars in 1012 bytes} [Thu Aug 13 19:32:41 2026] GET /v2.0/security-group-rules/f87ef405-0c92-46ea-8fec-5e8d266b1e37 => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/382] 199.204.45.138 () {44 vars in 988 bytes} [Thu Aug 13 19:32:42 2026] GET /v2.0/networks/47c89c1c-a90f-4fba-87ae-933e5f7ee414 => generated 732 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:32:42.835 8 INFO neutron.pecan_wsgi.hooks.translation [None req-19d93835-6051-4c0d-bad3-d9af7e3e5bf0 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 196/383] 199.204.45.138 () {44 vars in 1077 bytes} [Thu Aug 13 19:32:42 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=47c89c1c-a90f-4fba-87ae-933e5f7ee414 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/384] 199.204.45.138 () {44 vars in 1100 bytes} [Thu Aug 13 19:32:42 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=47c89c1c-a90f-4fba-87ae-933e5f7ee414 => generated 1254 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/385] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:32:42 2026] GET /v2.0/security-groups/1c4aa4d6-1e32-49da-b6a5-3dd34fb7cc14 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:32:50.464 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3152d378-76cf-4f78-a893-24f3aebfc010 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 189/386] 199.204.45.138 () {44 vars in 980 bytes} [Thu Aug 13 19:32:50 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/387] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:32:50 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/388] 199.204.45.138 () {44 vars in 921 bytes} [Thu Aug 13 19:32:51 2026] GET /v2.0/ports => generated 4725 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:32:53.029 8 INFO neutron.api.v2.resource [None req-a9ce4558-48e8-4952-9ed9-82e55a6aade1 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 199/389] 199.204.45.138 () {44 vars in 960 bytes} [Thu Aug 13 19:32:52 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/390] 199.204.45.138 () {44 vars in 982 bytes} [Thu Aug 13 19:32:53 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/391] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:32:53 2026] GET /v2.0/security-groups/360007a0-61c1-487b-862d-fa0628b41a35 => generated 2886 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/392] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:32:54 2026] GET /v2.0/security-groups/360007a0-61c1-487b-862d-fa0628b41a35 => generated 2886 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/393] 199.204.45.138 () {44 vars in 1012 bytes} [Thu Aug 13 19:32:54 2026] GET /v2.0/security-group-rules/26aec115-9e75-49dd-8575-c855fbb1b5c6 => generated 623 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/394] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:32:54 2026] GET /v2.0/security-groups/360007a0-61c1-487b-862d-fa0628b41a35 => generated 2886 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/395] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:32:54 2026] GET /v2.0/security-groups/360007a0-61c1-487b-862d-fa0628b41a35 => generated 2886 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/396] 199.204.45.138 () {44 vars in 1012 bytes} [Thu Aug 13 19:32:54 2026] GET /v2.0/security-group-rules/a6d6917f-8d3c-443e-9b31-a0b66cb0c006 => generated 627 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/399] 199.204.45.138 () {44 vars in 976 bytes} [Thu Aug 13 19:33:07 2026] GET /v2.0/quotas/61f9360e66d446fb9efddc2b631d16fa => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:33:59.903 8 INFO neutron.api.v2.resource [None req-cc3e1560-4d0b-478b-835c-7f115af92b79 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 209/408] 199.204.45.138 () {44 vars in 1075 bytes} [Thu Aug 13 19:33:59 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=56e2256be13d4dd9adb8f2073c558f50 => generated 139 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/409] 199.204.45.138 () {44 vars in 1098 bytes} [Thu Aug 13 19:33:59 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=56e2256be13d4dd9adb8f2073c558f50 => generated 4072 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/410] 199.204.45.138 () {44 vars in 1089 bytes} [Thu Aug 13 19:34:00 2026] GET /v2.0/security-groups/ba161a34-7910-49bd-bb91-d79a3b24e19c?project_id=56e2256be13d4dd9adb8f2073c558f50 => generated 4075 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/411] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:34:00 2026] GET /v2.0/security-groups/ba161a34-7910-49bd-bb91-d79a3b24e19c => generated 4075 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/412] 199.204.45.138 () {44 vars in 1012 bytes} [Thu Aug 13 19:34:00 2026] GET /v2.0/security-group-rules/11137fc2-cb19-4739-b248-163b4db10189 => generated 597 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/413] 199.204.45.138 () {44 vars in 1089 bytes} [Thu Aug 13 19:34:01 2026] GET /v2.0/security-groups/ba161a34-7910-49bd-bb91-d79a3b24e19c?project_id=56e2256be13d4dd9adb8f2073c558f50 => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/414] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:34:01 2026] GET /v2.0/security-groups/ba161a34-7910-49bd-bb91-d79a3b24e19c => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/415] 199.204.45.138 () {44 vars in 1012 bytes} [Thu Aug 13 19:34:02 2026] GET /v2.0/security-group-rules/364e2756-eb10-4ecf-b4a1-1beda4b688a4 => generated 599 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/416] 199.204.45.138 () {44 vars in 1089 bytes} [Thu Aug 13 19:34:02 2026] GET /v2.0/security-groups/ba161a34-7910-49bd-bb91-d79a3b24e19c?project_id=56e2256be13d4dd9adb8f2073c558f50 => generated 4075 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/417] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:34:02 2026] GET /v2.0/security-groups/ba161a34-7910-49bd-bb91-d79a3b24e19c => generated 4075 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/418] 199.204.45.138 () {44 vars in 1012 bytes} [Thu Aug 13 19:34:02 2026] GET /v2.0/security-group-rules/aeb4028b-b1ca-483d-ae1d-25df22591d4a => 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: 205/419] 199.204.45.138 () {44 vars in 1089 bytes} [Thu Aug 13 19:34:03 2026] GET /v2.0/security-groups/ba161a34-7910-49bd-bb91-d79a3b24e19c?project_id=56e2256be13d4dd9adb8f2073c558f50 => generated 4075 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/420] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Aug 13 19:34:04 2026] GET /v2.0/security-groups/ba161a34-7910-49bd-bb91-d79a3b24e19c => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/421] 199.204.45.138 () {44 vars in 1012 bytes} [Thu Aug 13 19:34:04 2026] GET /v2.0/security-group-rules/98778a3f-f821-4e27-b30c-7a355af1c5ae => generated 602 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/422] 199.204.45.138 () {44 vars in 976 bytes} [Thu Aug 13 19:34:11 2026] GET /v2.0/quotas/56e2256be13d4dd9adb8f2073c558f50 => 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: 211/431] 199.204.45.138 () {44 vars in 950 bytes} [Thu Aug 13 19:35:01 2026] GET /v2.0/networks?name=public => generated 753 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/436] 10.0.0.214 () {32 vars in 649 bytes} [Thu Aug 13 19:35:40 2026] GET /v2.0/networks => generated 2167 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/437] 10.0.0.214 () {32 vars in 655 bytes} [Thu Aug 13 19:35:41 2026] GET /v2.0/floatingips => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/438] 10.0.0.214 () {32 vars in 647 bytes} [Thu Aug 13 19:35:41 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: 224/439] 10.0.0.214 () {32 vars in 643 bytes} [Thu Aug 13 19:35:41 2026] GET /v2.0/ports => generated 4725 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/440] 10.0.0.214 () {32 vars in 647 bytes} [Thu Aug 13 19:35:41 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/441] 10.0.0.214 () {32 vars in 649 bytes} [Thu Aug 13 19:35:41 2026] GET /v2.0/networks => generated 2167 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/442] 10.0.0.214 () {32 vars in 663 bytes} [Thu Aug 13 19:35:42 2026] GET /v2.0/security-groups => generated 17401 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/445] 10.0.0.214 () {32 vars in 655 bytes} [Thu Aug 13 19:35:42 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:35:53.094 8 INFO neutron.db.segments_db [None req-c3314ba3-1707-455c-b3fd-19ccb54e30cf bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Added segment 2bccf481-6e73-4d85-be0d-ff63a9675027 of type vxlan for network 6e887a7c-eab7-4ba1-a942-2802bcee63cb 2026-08-13 19:35:53.095 7 INFO neutron.db.segments_db [None req-6dc06b91-8ba9-4b3c-872e-5326ce2def29 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Added segment 9b7f7329-1b40-4232-a8de-4c55f415a7fd of type vxlan for network 5aa4feff-46f6-4a64-909d-67cfc520816d [pid: 7|app: 0|req: 220/446] 10.0.0.214 () {34 vars in 671 bytes} [Thu Aug 13 19:35:52 2026] POST /v2.0/networks => generated 742 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/447] 10.0.0.214 () {34 vars in 671 bytes} [Thu Aug 13 19:35:52 2026] POST /v2.0/networks => generated 749 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/448] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:35:53 2026] POST /v2.0/subnets => generated 690 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:35:53.454 7 INFO neutron.db.segments_db [None req-35a48185-9cd1-4092-9189-b6541c562276 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Added segment 030f5592-4d48-4719-ad63-760a8dafa2c7 of type vxlan for network d6986f8e-5e96-4b29-ac6c-d23d029a118b [pid: 8|app: 0|req: 229/449] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:35:53 2026] POST /v2.0/subnets => generated 696 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/450] 10.0.0.214 () {34 vars in 671 bytes} [Thu Aug 13 19:35:53 2026] POST /v2.0/networks => generated 752 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:35:53.557 8 INFO neutron.db.segments_db [None req-5a9b2928-190c-463f-b2ea-4d2e1a8e593c bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Added segment 8da6b1af-d987-4220-81b8-8d0d7f2e99e1 of type vxlan for network 82e68e3e-8069-463b-b1cc-0556876f9dd7 2026-08-13 19:35:53.571 7 INFO neutron.db.segments_db [None req-c88673ff-98c4-49b8-b1e4-8fd7d06cebdd bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Added segment 1cd33246-44bd-43a7-9e69-7bff6ee4318f of type vxlan for network 242e4a03-e50b-42a5-9509-dab83bfd376c 2026-08-13 19:35:53.796 8 INFO neutron.db.l3_hamode_db [None req-5a9b2928-190c-463f-b2ea-4d2e1a8e593c bb626975ff5b41fd931b181f48ad6e14 d62fd5d1770540d3a5836f880f790025 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 19:35:53.799 7 INFO neutron.db.l3_hamode_db [None req-c88673ff-98c4-49b8-b1e4-8fd7d06cebdd bb626975ff5b41fd931b181f48ad6e14 42917cf757b143deacfe3d5ef4e29ebe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 19:35:54.636 8 INFO neutron.db.l3_hamode_db [None req-5a9b2928-190c-463f-b2ea-4d2e1a8e593c bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 19:35:54.676 7 INFO neutron.db.l3_hamode_db [None req-c88673ff-98c4-49b8-b1e4-8fd7d06cebdd bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 222/451] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:35:53 2026] POST /v2.0/routers => generated 736 bytes in 2226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/452] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:35:53 2026] POST /v2.0/routers => generated 730 bytes in 2236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/453] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:35:55 2026] GET /v2.0/security-groups?tenant_id=2fc630c71f224f4dbf7033099d31c5eb&name=default => generated 2921 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/454] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:35:55 2026] POST /v2.0/subnets => generated 699 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/455] 10.0.0.214 () {34 vars in 783 bytes} [Thu Aug 13 19:35:55 2026] PUT /v2.0/routers/ca76125a-5021-41a4-b1e6-5e0241b482c2/add_router_interface => generated 309 bytes in 953 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/456] 10.0.0.214 () {34 vars in 783 bytes} [Thu Aug 13 19:35:55 2026] PUT /v2.0/routers/09e3ebb6-0bd0-4177-8e16-1ae55fe50ebb/add_router_interface => generated 309 bytes in 1044 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/457] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:35:56 2026] DELETE /v2.0/security-groups/ed37bea6-1bc3-40c4-962c-d46c55acfd0f => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:35:57.047 7 INFO neutron.db.segments_db [None req-72f6ca7f-1ec6-4718-9849-f59a581402bb bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Added segment e42a8bc5-3458-4d84-b4f1-b36462098996 of type vxlan for network 5791050d-d6c0-40a2-8e57-d96405ef5361 2026-08-13 19:35:57.321 7 INFO neutron.db.l3_hamode_db [None req-72f6ca7f-1ec6-4718-9849-f59a581402bb bb626975ff5b41fd931b181f48ad6e14 377e5007d7ce4c0ab1fd209bca3be6a4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 236/460] 10.0.0.214 () {34 vars in 685 bytes} [Thu Aug 13 19:35:57 2026] POST /v2.0/security-groups => generated 1660 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/461] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:35:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/462] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:35:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:35:58.036 7 INFO neutron.db.l3_hamode_db [None req-72f6ca7f-1ec6-4718-9849-f59a581402bb bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 239/463] 10.0.0.213 () {38 vars in 971 bytes} [Thu Aug 13 19:35:57 2026] POST /v2.0/security-groups => generated 1686 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/464] 10.0.0.214 () {34 vars in 676 bytes} [Thu Aug 13 19:35:58 2026] POST /v2.0/floatingips => generated 552 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/465] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:35:57 2026] POST /v2.0/routers => generated 739 bytes in 1739 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/466] 10.0.0.213 () {34 vars in 991 bytes} [Thu Aug 13 19:35:58 2026] GET /v2.0/security-groups/51c73c95-26d9-4d4d-9616-3fe03cdcdc60 => generated 1686 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:35:58.886 8 INFO neutron.db.segments_db [None req-6d93d92d-0b05-48f9-b186-70a7facea08b bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Added segment 6125cd3e-c346-411a-af89-f0ae6ea53743 of type vxlan for network d515dffc-a7c2-43e2-943e-04dd5995e4f1 [pid: 8|app: 0|req: 241/467] 10.0.0.214 () {34 vars in 671 bytes} [Thu Aug 13 19:35:58 2026] POST /v2.0/networks => generated 743 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/468] 10.0.0.213 () {38 vars in 981 bytes} [Thu Aug 13 19:35:58 2026] POST /v2.0/security-group-rules => generated 614 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/469] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:35:59 2026] POST /v2.0/subnets => generated 691 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/470] 10.0.0.213 () {38 vars in 971 bytes} [Thu Aug 13 19:35:59 2026] POST /v2.0/security-groups => generated 1685 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/471] 10.0.0.213 () {34 vars in 1100 bytes} [Thu Aug 13 19:35:59 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1767068287&fields=id&tenant_id=d62fd5d1770540d3a5836f880f790025 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:35:59.374 8 INFO neutron.db.segments_db [None req-32646ed4-dc3d-484f-8b24-a72211952d2d bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Added segment a8de8b8a-8646-4b94-8dab-e5da4d6a738c of type vxlan for network 43952de8-d19f-4b86-aecc-b940ccef7359 2026-08-13 19:35:59.564 8 INFO neutron.db.l3_hamode_db [None req-32646ed4-dc3d-484f-8b24-a72211952d2d bb626975ff5b41fd931b181f48ad6e14 3e05ddf5c4ca4328b4fb9f3448fb413d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 227/472] 10.0.0.214 () {34 vars in 783 bytes} [Thu Aug 13 19:35:58 2026] PUT /v2.0/routers/6ebc08f2-aa59-437c-a929-0baa67524858/add_router_interface => generated 309 bytes in 1101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/473] 10.0.0.213 () {34 vars in 991 bytes} [Thu Aug 13 19:35:59 2026] GET /v2.0/security-groups/23856efb-73e1-420a-b34f-07e52dab0a14 => generated 1685 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/474] 10.0.0.213 () {34 vars in 982 bytes} [Thu Aug 13 19:36:00 2026] GET /v2.0/networks?id=5aa4feff-46f6-4a64-909d-67cfc520816d => generated 675 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/475] 10.0.0.213 () {38 vars in 981 bytes} [Thu Aug 13 19:36:00 2026] POST /v2.0/security-group-rules => generated 614 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/476] 10.0.0.213 () {34 vars in 965 bytes} [Thu Aug 13 19:36:00 2026] GET /v2.0/quotas/d62fd5d1770540d3a5836f880f790025 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:36:00.258 8 INFO neutron.db.l3_hamode_db [None req-32646ed4-dc3d-484f-8b24-a72211952d2d bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 232/477] 10.0.0.213 () {34 vars in 1002 bytes} [Thu Aug 13 19:36:00 2026] GET /v2.0/ports?tenant_id=d62fd5d1770540d3a5836f880f790025&fields=id => generated 103 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/478] 10.0.0.213 () {34 vars in 991 bytes} [Thu Aug 13 19:36:00 2026] GET /v2.0/security-groups/23856efb-73e1-420a-b34f-07e52dab0a14 => generated 2310 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/479] 10.0.0.213 () {38 vars in 981 bytes} [Thu Aug 13 19:36:00 2026] POST /v2.0/security-group-rules => generated 619 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/480] 10.0.0.214 () {34 vars in 685 bytes} [Thu Aug 13 19:36:00 2026] POST /v2.0/security-groups => generated 1661 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/481] 10.0.0.213 () {34 vars in 991 bytes} [Thu Aug 13 19:36:00 2026] GET /v2.0/security-groups/23856efb-73e1-420a-b34f-07e52dab0a14 => generated 2940 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/482] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:36:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/483] 10.0.0.213 () {34 vars in 907 bytes} [Thu Aug 13 19:36:01 2026] GET /v2.0/extensions => generated 21537 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/484] 10.0.0.213 () {34 vars in 1001 bytes} [Thu Aug 13 19:36:01 2026] GET /v2.0/security-group-rules/0b41826a-a547-45ab-a0c6-7ce333c7237d => generated 616 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/485] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:35:59 2026] POST /v2.0/routers => generated 731 bytes in 1825 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/486] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:36:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/487] 10.0.0.213 () {34 vars in 1008 bytes} [Thu Aug 13 19:36:01 2026] GET /v2.0/networks/5aa4feff-46f6-4a64-909d-67cfc520816d?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: 241/488] 10.0.0.213 () {34 vars in 991 bytes} [Thu Aug 13 19:36:01 2026] GET /v2.0/security-groups/23856efb-73e1-420a-b34f-07e52dab0a14 => generated 2940 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/489] 10.0.0.214 () {34 vars in 676 bytes} [Thu Aug 13 19:36:01 2026] POST /v2.0/floatingips => generated 552 bytes in 453 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/490] 10.0.0.213 () {34 vars in 1108 bytes} [Thu Aug 13 19:36:01 2026] GET /v2.0/networks/5aa4feff-46f6-4a64-909d-67cfc520816d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/491] 10.0.0.213 () {36 vars in 1023 bytes} [Thu Aug 13 19:36:01 2026] DELETE /v2.0/security-group-rules/0b41826a-a547-45ab-a0c6-7ce333c7237d => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/492] 10.0.0.213 () {34 vars in 991 bytes} [Thu Aug 13 19:36:01 2026] GET /v2.0/security-groups/23856efb-73e1-420a-b34f-07e52dab0a14 => generated 2310 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/493] 10.0.0.213 () {36 vars in 1013 bytes} [Thu Aug 13 19:36:01 2026] DELETE /v2.0/security-groups/23856efb-73e1-420a-b34f-07e52dab0a14 => 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: 253/494] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:01 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/495] 10.0.0.213 () {34 vars in 991 bytes} [Thu Aug 13 19:36:01 2026] GET /v2.0/security-groups/51c73c95-26d9-4d4d-9616-3fe03cdcdc60 => generated 2311 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/496] 10.0.0.213 () {36 vars in 1013 bytes} [Thu Aug 13 19:36:01 2026] DELETE /v2.0/security-groups/51c73c95-26d9-4d4d-9616-3fe03cdcdc60 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/497] 10.0.0.214 () {34 vars in 783 bytes} [Thu Aug 13 19:36:01 2026] PUT /v2.0/routers/47b0474f-196b-46e4-b4c2-0deb169156c9/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: 243/498] 10.0.0.213 () {34 vars in 1100 bytes} [Thu Aug 13 19:36:02 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1275587732&fields=id&tenant_id=377e5007d7ce4c0ab1fd209bca3be6a4 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/499] 10.0.0.213 () {34 vars in 982 bytes} [Thu Aug 13 19:36:02 2026] GET /v2.0/networks?id=d6986f8e-5e96-4b29-ac6c-d23d029a118b => generated 684 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/500] 10.0.0.213 () {34 vars in 965 bytes} [Thu Aug 13 19:36:02 2026] GET /v2.0/quotas/377e5007d7ce4c0ab1fd209bca3be6a4 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/501] 10.0.0.213 () {34 vars in 1002 bytes} [Thu Aug 13 19:36:02 2026] GET /v2.0/ports?tenant_id=377e5007d7ce4c0ab1fd209bca3be6a4&fields=id => generated 103 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/502] 10.0.0.213 () {34 vars in 1008 bytes} [Thu Aug 13 19:36:02 2026] GET /v2.0/networks/d6986f8e-5e96-4b29-ac6c-d23d029a118b?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:36:02.687 8 INFO neutron_taas.services.taas.taas_plugin [None req-bf0a85cf-722b-4336-99d6-2f05a3945489 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: 1c58e02a-8fb1-49ab-893e-ee05efe16e1a 2026-08-13 19:36:02.694 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf0a85cf-722b-4336-99d6-2f05a3945489 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: 1c58e02a-8fb1-49ab-893e-ee05efe16e1a [pid: 7|app: 0|req: 248/503] 10.0.0.213 () {34 vars in 1108 bytes} [Thu Aug 13 19:36:02 2026] GET /v2.0/networks/d6986f8e-5e96-4b29-ac6c-d23d029a118b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/504] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:02 2026] GET /v2.0/ports?device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/505] 10.0.0.213 () {38 vars in 971 bytes} [Thu Aug 13 19:36:02 2026] POST /v2.0/security-groups => generated 1681 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/506] 10.0.0.213 () {38 vars in 971 bytes} [Thu Aug 13 19:36:02 2026] POST /v2.0/security-groups => generated 1681 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/507] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:03 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => 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: 256/508] 10.0.0.214 () {34 vars in 789 bytes} [Thu Aug 13 19:36:02 2026] PUT /v2.0/routers/ca76125a-5021-41a4-b1e6-5e0241b482c2/remove_router_interface => generated 309 bytes in 1271 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/509] 10.0.0.213 () {38 vars in 971 bytes} [Thu Aug 13 19:36:03 2026] POST /v2.0/security-groups => generated 1680 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/510] 10.0.0.213 () {34 vars in 1002 bytes} [Thu Aug 13 19:36:03 2026] GET /v2.0/security-groups?tenant_id=3e05ddf5c4ca4328b4fb9f3448fb413d => generated 7907 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/511] 10.0.0.213 () {34 vars in 991 bytes} [Thu Aug 13 19:36:03 2026] GET /v2.0/security-groups/050ae078-b9a9-45a9-9cf4-a4559ef62a43 => generated 2922 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/512] 10.0.0.213 () {34 vars in 991 bytes} [Thu Aug 13 19:36:03 2026] GET /v2.0/security-groups/050ae078-b9a9-45a9-9cf4-a4559ef62a43 => generated 2922 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:36:03.484 8 INFO neutron_taas.services.taas.taas_plugin [None req-3c44cb76-054d-42a6-9773-95873fea30ab bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: 13322059-a59b-489f-83d3-d716c4e6094f 2026-08-13 19:36:03.486 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c44cb76-054d-42a6-9773-95873fea30ab bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: 13322059-a59b-489f-83d3-d716c4e6094f [pid: 7|app: 0|req: 257/513] 10.0.0.213 () {34 vars in 991 bytes} [Thu Aug 13 19:36:03 2026] GET /v2.0/security-groups/7c63f20b-3774-41f6-ab43-4ed6cfca21f2 => generated 1681 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/514] 10.0.0.213 () {36 vars in 1013 bytes} [Thu Aug 13 19:36:03 2026] DELETE /v2.0/security-groups/7c63f20b-3774-41f6-ab43-4ed6cfca21f2 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:36:03.593 7 INFO neutron.api.v2.resource [req-53d02ba1-9e70-4d72-9f2b-200447ab2daf req-15b66bef-2906-4125-9906-8edae0e074f2 63b6ca3c06ff41b6b953a18d5d7a601b 3e05ddf5c4ca4328b4fb9f3448fb413d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 259/515] 10.0.0.213 () {34 vars in 991 bytes} [Thu Aug 13 19:36:03 2026] GET /v2.0/security-groups/7c63f20b-3774-41f6-ab43-4ed6cfca21f2 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/516] 10.0.0.213 () {34 vars in 991 bytes} [Thu Aug 13 19:36:03 2026] GET /v2.0/security-groups/c8e3e8ae-b603-4a6b-88c7-3c66aa111315 => generated 1681 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:36:03.705 8 INFO neutron_taas.services.taas.taas_plugin [None req-3c44cb76-054d-42a6-9773-95873fea30ab bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: c0480e4b-267a-41aa-9531-b74ccfda8833 2026-08-13 19:36:03.708 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c44cb76-054d-42a6-9773-95873fea30ab bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: c0480e4b-267a-41aa-9531-b74ccfda8833 [pid: 7|app: 0|req: 261/517] 10.0.0.213 () {36 vars in 1013 bytes} [Thu Aug 13 19:36:03 2026] DELETE /v2.0/security-groups/c8e3e8ae-b603-4a6b-88c7-3c66aa111315 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:36:03.763 7 INFO neutron.api.v2.resource [req-02257e4b-ea48-4d45-b87d-ab422d12344e req-f83ab4a3-008e-422c-8786-cde821727dcb 63b6ca3c06ff41b6b953a18d5d7a601b 3e05ddf5c4ca4328b4fb9f3448fb413d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 262/518] 10.0.0.213 () {34 vars in 991 bytes} [Thu Aug 13 19:36:03 2026] GET /v2.0/security-groups/c8e3e8ae-b603-4a6b-88c7-3c66aa111315 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:36:03.796 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-3c44cb76-054d-42a6-9773-95873fea30ab bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - 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 2244, 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 648, 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: 7|app: 0|req: 263/519] 10.0.0.213 () {34 vars in 991 bytes} [Thu Aug 13 19:36:03 2026] GET /v2.0/security-groups/55c0f07e-886e-4490-b67f-99caf55d75fc => generated 1680 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/520] 10.0.0.213 () {36 vars in 1013 bytes} [Thu Aug 13 19:36:03 2026] DELETE /v2.0/security-groups/55c0f07e-886e-4490-b67f-99caf55d75fc => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:36:03.929 7 INFO neutron.api.v2.resource [req-4943bbdd-4a9f-451c-87f6-f2dc09b03440 req-e583ed59-c0bc-462c-b1ed-bcb88461cb6d 63b6ca3c06ff41b6b953a18d5d7a601b 3e05ddf5c4ca4328b4fb9f3448fb413d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 265/521] 10.0.0.213 () {34 vars in 991 bytes} [Thu Aug 13 19:36:03 2026] GET /v2.0/security-groups/55c0f07e-886e-4490-b67f-99caf55d75fc => 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: 266/522] 10.0.0.213 () {34 vars in 1002 bytes} [Thu Aug 13 19:36:03 2026] GET /v2.0/security-groups?tenant_id=3e05ddf5c4ca4328b4fb9f3448fb413d => generated 2925 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/523] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:04 2026] GET /v2.0/ports?device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => 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: 268/524] 10.0.0.213 () {34 vars in 991 bytes} [Thu Aug 13 19:36:04 2026] GET /v2.0/security-groups/050ae078-b9a9-45a9-9cf4-a4559ef62a43 => generated 2922 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/525] 10.0.0.213 () {34 vars in 991 bytes} [Thu Aug 13 19:36:04 2026] GET /v2.0/security-groups/050ae078-b9a9-45a9-9cf4-a4559ef62a43 => generated 2922 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:36:04.127 7 INFO neutron.api.v2.resource [req-265ef971-5202-4795-8ad1-d927e980c1ef req-1b267825-7d7a-43e0-850c-fb8483d4980e 63b6ca3c06ff41b6b953a18d5d7a601b 3e05ddf5c4ca4328b4fb9f3448fb413d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 270/526] 10.0.0.213 () {34 vars in 991 bytes} [Thu Aug 13 19:36:04 2026] GET /v2.0/security-groups/55c0f07e-886e-4490-b67f-99caf55d75fc => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:36:04.162 7 INFO neutron.api.v2.resource [req-481a47f9-c931-487a-8300-3f3e7da9b759 req-8c02e452-57b3-4988-9d98-6c4b022e3af5 63b6ca3c06ff41b6b953a18d5d7a601b 3e05ddf5c4ca4328b4fb9f3448fb413d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 271/527] 10.0.0.213 () {34 vars in 991 bytes} [Thu Aug 13 19:36:04 2026] GET /v2.0/security-groups/c8e3e8ae-b603-4a6b-88c7-3c66aa111315 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:36:04.178 8 INFO neutron.db.l3_hamode_db [None req-3c44cb76-054d-42a6-9773-95873fea30ab bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] HA network 242e4a03-e50b-42a5-9509-dab83bfd376c was deleted as no HA routers are present in tenant 42917cf757b143deacfe3d5ef4e29ebe. [pid: 8|app: 0|req: 257/528] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:36:03 2026] DELETE /v2.0/routers/ca76125a-5021-41a4-b1e6-5e0241b482c2 => generated 0 bytes in 898 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:36:04.207 7 INFO neutron.api.v2.resource [req-50108bc2-a5b4-43a8-be00-d0569278953b req-32b85ce4-387c-4e0a-91cb-6a3b65b5c8d9 63b6ca3c06ff41b6b953a18d5d7a601b 3e05ddf5c4ca4328b4fb9f3448fb413d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 272/529] 10.0.0.213 () {34 vars in 991 bytes} [Thu Aug 13 19:36:04 2026] GET /v2.0/security-groups/7c63f20b-3774-41f6-ab43-4ed6cfca21f2 => generated 146 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/530] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:36:04 2026] DELETE /v2.0/subnets/c8cba947-490a-44f6-a86c-84a19189ae55 => 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: 259/531] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:04 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:36:04.433 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f606577-1aaf-46aa-9822-e50b25890a74 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: c5e2dd78-1f21-4f1c-b7ce-42aec17610e7 2026-08-13 19:36:04.440 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f606577-1aaf-46aa-9822-e50b25890a74 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: c5e2dd78-1f21-4f1c-b7ce-42aec17610e7 2026-08-13 19:36:04.503 8 INFO neutron.services.segments.plugin [-] Segment 1cd33246-44bd-43a7-9e69-7bff6ee4318f resource provider aggregate not found 2026-08-13 19:36:04.524 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1cd33246-44bd-43a7-9e69-7bff6ee4318f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cd33246-44bd-43a7-9e69-7bff6ee4318f found for delete ", "request_id": "req-4aca3cfe-2ac0-4ebb-a93d-ac45e2e9ee29"}]} 2026-08-13 19:36:04.535 8 INFO neutron.services.segments.plugin [-] Segment 1cd33246-44bd-43a7-9e69-7bff6ee4318f resource provider aggregate not found 2026-08-13 19:36:04.556 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1cd33246-44bd-43a7-9e69-7bff6ee4318f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cd33246-44bd-43a7-9e69-7bff6ee4318f found for delete ", "request_id": "req-fc6b9edc-bf83-4e7a-9d50-e9d4a91c592c"}]} 2026-08-13 19:36:04.587 7 INFO neutron_taas.services.taas.taas_plugin [None req-e87d12c5-6139-4fe1-a99a-fd5c9725083e bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: 5f0339db-258b-450b-8fc1-885603e901cc 2026-08-13 19:36:04.593 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e87d12c5-6139-4fe1-a99a-fd5c9725083e bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: 5f0339db-258b-450b-8fc1-885603e901cc [pid: 8|app: 0|req: 260/532] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:36:04 2026] DELETE /v2.0/networks/6e887a7c-eab7-4ba1-a942-2802bcee63cb => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/533] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:36:04 2026] GET /v2.0/security-groups?tenant_id=42917cf757b143deacfe3d5ef4e29ebe&name=default => generated 2921 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/534] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:36:04 2026] DELETE /v2.0/security-groups/bfe7eacb-ee14-4b8b-8231-7995b5c264e7 => 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: 273/535] 10.0.0.214 () {34 vars in 789 bytes} [Thu Aug 13 19:36:04 2026] PUT /v2.0/routers/47b0474f-196b-46e4-b4c2-0deb169156c9/remove_router_interface => generated 309 bytes in 880 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/536] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:05 2026] GET /v2.0/ports?device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:36:05.251 7 INFO neutron_taas.services.taas.taas_plugin [None req-5db6a1d6-0893-4e5d-b6ab-257387c05433 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: e66ee4ef-ce3b-4c9a-99fe-a31f36c45018 2026-08-13 19:36:05.253 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5db6a1d6-0893-4e5d-b6ab-257387c05433 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: e66ee4ef-ce3b-4c9a-99fe-a31f36c45018 [pid: 8|app: 0|req: 264/537] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:05 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:36:05.482 7 INFO neutron_taas.services.taas.taas_plugin [None req-5db6a1d6-0893-4e5d-b6ab-257387c05433 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: a1d614f6-48aa-4152-8b25-92f17fac69b8 2026-08-13 19:36:05.485 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5db6a1d6-0893-4e5d-b6ab-257387c05433 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: a1d614f6-48aa-4152-8b25-92f17fac69b8 2026-08-13 19:36:05.558 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-5db6a1d6-0893-4e5d-b6ab-257387c05433 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - 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 2244, 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 648, 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-08-13 19:36:05.887 7 INFO neutron.db.l3_hamode_db [None req-5db6a1d6-0893-4e5d-b6ab-257387c05433 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] HA network 43952de8-d19f-4b86-aecc-b940ccef7359 was deleted as no HA routers are present in tenant 3e05ddf5c4ca4328b4fb9f3448fb413d. [pid: 7|app: 0|req: 274/538] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:36:05 2026] DELETE /v2.0/routers/47b0474f-196b-46e4-b4c2-0deb169156c9 => generated 0 bytes in 791 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/539] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:36:05 2026] DELETE /v2.0/subnets/eba9a7bb-0410-426d-b097-c3cbd4a6d7c8 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/540] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:36:06 2026] DELETE /v2.0/networks/d515dffc-a7c2-43e2-943e-04dd5995e4f1 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/541] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:06 2026] GET /v2.0/ports?device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => 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: 276/542] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:36:06 2026] GET /v2.0/security-groups?tenant_id=3e05ddf5c4ca4328b4fb9f3448fb413d&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/543] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:36:06 2026] DELETE /v2.0/security-groups/050ae078-b9a9-45a9-9cf4-a4559ef62a43 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:36:06.399 7 INFO neutron.services.segments.plugin [-] Segment a8de8b8a-8646-4b94-8dab-e5da4d6a738c resource provider aggregate not found 2026-08-13 19:36:06.422 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a8de8b8a-8646-4b94-8dab-e5da4d6a738c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8de8b8a-8646-4b94-8dab-e5da4d6a738c found for delete ", "request_id": "req-2006e11e-0564-475d-af2e-68c6fbe0ca95"}]} 2026-08-13 19:36:06.425 7 INFO neutron.services.segments.plugin [-] Segment a8de8b8a-8646-4b94-8dab-e5da4d6a738c resource provider aggregate not found 2026-08-13 19:36:06.435 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a8de8b8a-8646-4b94-8dab-e5da4d6a738c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8de8b8a-8646-4b94-8dab-e5da4d6a738c found for delete ", "request_id": "req-4f087069-c799-4e3a-993f-747df951ec5e"}]} [pid: 7|app: 0|req: 277/544] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:06 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:36:06.545 8 INFO neutron.services.segments.plugin [-] Segment 2bccf481-6e73-4d85-be0d-ff63a9675027 resource provider aggregate not found 2026-08-13 19:36:06.562 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2bccf481-6e73-4d85-be0d-ff63a9675027 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bccf481-6e73-4d85-be0d-ff63a9675027 found for delete ", "request_id": "req-74ed996d-8178-475c-89c1-62752e041c47"}]} 2026-08-13 19:36:06.588 8 INFO neutron.services.segments.plugin [-] Segment 2bccf481-6e73-4d85-be0d-ff63a9675027 resource provider aggregate not found 2026-08-13 19:36:06.610 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2bccf481-6e73-4d85-be0d-ff63a9675027 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bccf481-6e73-4d85-be0d-ff63a9675027 found for delete ", "request_id": "req-4fc828ff-1a45-4a28-90c8-02e8f9ed4dfd"}]} [pid: 8|app: 0|req: 268/545] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:36:06 2026] GET /v2.0/networks?id=5aa4feff-46f6-4a64-909d-67cfc520816d => generated 675 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/546] 199.204.45.138 () {34 vars in 911 bytes} [Thu Aug 13 19:36:06 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: 269/547] 199.204.45.138 () {34 vars in 1050 bytes} [Thu Aug 13 19:36:06 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d62fd5d1770540d3a5836f880f790025 => generated 181 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/548] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:07 2026] GET /v2.0/ports?device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => 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: 279/549] 199.204.45.138 () {38 vars in 955 bytes} [Thu Aug 13 19:36:06 2026] POST /v2.0/ports => generated 954 bytes in 547 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/550] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:07 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => generated 957 bytes in 86 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: 280/551] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:07 2026] GET /v2.0/security-groups?id=5d567be8-7f35-4368-91d8-cad0056c6d62&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:36:08.346 7 INFO neutron.db.segments_db [None req-ebeb7a73-d0f6-4ddd-9993-3185a2d8baa5 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Added segment 66e39d52-bf2a-453f-8fe5-265317c84352 of type vxlan for network 91c36c5e-77d3-418e-855e-db07edd0a57e [pid: 8|app: 0|req: 272/552] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Aug 13 19:36:07 2026] PUT /v2.0/ports/d9d4e8a4-d16f-4228-b4ee-995077b0990c => generated 1235 bytes in 549 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: 273/553] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:08 2026] GET /v2.0/ports?device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:36:08.441 7 INFO neutron.services.segments.plugin [-] Segment 6125cd3e-c346-411a-af89-f0ae6ea53743 resource provider aggregate not found 2026-08-13 19:36:08.454 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6125cd3e-c346-411a-af89-f0ae6ea53743 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6125cd3e-c346-411a-af89-f0ae6ea53743 found for delete ", "request_id": "req-d465cb59-e258-4e5d-9524-98de2a89d888"}]} [pid: 7|app: 0|req: 281/554] 10.0.0.214 () {34 vars in 671 bytes} [Thu Aug 13 19:36:08 2026] POST /v2.0/networks => generated 737 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:36:08.468 7 INFO neutron.services.segments.plugin [-] Segment 6125cd3e-c346-411a-af89-f0ae6ea53743 resource provider aggregate not found 2026-08-13 19:36:08.485 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6125cd3e-c346-411a-af89-f0ae6ea53743 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6125cd3e-c346-411a-af89-f0ae6ea53743 found for delete ", "request_id": "req-84d0df49-a637-4661-a99e-e4ee3243afe5"}]} [pid: 7|app: 0|req: 282/555] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:36:08 2026] GET /v2.0/networks?id=d6986f8e-5e96-4b29-ac6c-d23d029a118b => generated 684 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/556] 199.204.45.138 () {34 vars in 1050 bytes} [Thu Aug 13 19:36:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=377e5007d7ce4c0ab1fd209bca3be6a4 => generated 181 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/557] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:36:08 2026] POST /v2.0/subnets => generated 684 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:36:08.750 8 INFO neutron.db.segments_db [None req-640dbcb5-03bb-4c27-bb41-3366389a1bef bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Added segment aa10f7f5-34b8-4fbb-a61c-a892f4bcb09f of type vxlan for network 5933b210-106d-4d56-bd03-3e8b91b238e6 2026-08-13 19:36:08.938 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e73d77e1-87b5-4fd5-97fa-585184d9ba32'] response: {'name': 'network-changed', 'server_uuid': '81749584-5d35-4241-bb67-a8a919c24a42', 'tag': 'd9d4e8a4-d16f-4228-b4ee-995077b0990c', 'status': 'completed', 'code': 200} 2026-08-13 19:36:08.991 8 INFO neutron.db.l3_hamode_db [None req-640dbcb5-03bb-4c27-bb41-3366389a1bef bb626975ff5b41fd931b181f48ad6e14 c0c44c8a9aa34ea0987002f27fe5a363 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 284/558] 199.204.45.138 () {38 vars in 955 bytes} [Thu Aug 13 19:36:08 2026] POST /v2.0/ports => generated 958 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: 285/559] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:08 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/560] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:36:09 2026] GET /v2.0/security-groups?tenant_id=3c38b61083944cb08ec8cde0ed273d0d&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:36:09.675 8 INFO neutron.db.l3_hamode_db [None req-640dbcb5-03bb-4c27-bb41-3366389a1bef bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 287/561] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Aug 13 19:36:09 2026] PUT /v2.0/ports/ebb11282-d289-4996-a743-4fbadef0093a => generated 1239 bytes in 424 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: 288/562] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:09 2026] GET /v2.0/security-groups?id=5d567be8-7f35-4368-91d8-cad0056c6d62&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/563] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:36:09 2026] DELETE /v2.0/security-groups/8d58720a-2050-46a9-9397-7f94fb4a59a2 => 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: 290/564] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:36:09 2026] GET /v2.0/ports?tenant_id=d62fd5d1770540d3a5836f880f790025&device_id=81749584-5d35-4241-bb67-a8a919c24a42 => generated 1238 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/565] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:09 2026] GET /v2.0/ports?device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/566] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Aug 13 19:36:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=d9d4e8a4-d16f-4228-b4ee-995077b0990c => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/567] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:09 2026] GET /v2.0/security-groups?id=ad2e1a96-6818-4903-8728-6ca94db12b35&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/568] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:36:10 2026] GET /v2.0/security-groups?tenant_id=21940e440da4446bacff7ed389ea6b7c&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/569] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:36:10 2026] GET /v2.0/subnets?id=a4b89c41-565e-46a7-a558-9d8ad1f04a51 => generated 693 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:36:10.188 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6c747ef1-46a5-46c3-a70e-7ddb71798317'] response: {'name': 'network-changed', 'server_uuid': 'b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3', 'tag': 'ebb11282-d289-4996-a743-4fbadef0093a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 296/570] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:36:10 2026] DELETE /v2.0/security-groups/70ddc4ac-daa6-4708-8c71-4076eeda6760 => 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: 275/571] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:36:08 2026] POST /v2.0/routers => generated 724 bytes in 1789 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/572] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:36:10 2026] GET /v2.0/ports?network_id=5aa4feff-46f6-4a64-909d-67cfc520816d&device_owner=network%3Adhcp => generated 1244 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/573] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:36:10 2026] GET /v2.0/networks/5aa4feff-46f6-4a64-909d-67cfc520816d?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: 299/574] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:36:10 2026] GET /v2.0/networks/5aa4feff-46f6-4a64-909d-67cfc520816d?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: 300/575] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:36:10 2026] GET /v2.0/ports?tenant_id=377e5007d7ce4c0ab1fd209bca3be6a4&device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => generated 1242 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/576] 199.204.45.138 () {34 vars in 1018 bytes} [Thu Aug 13 19:36:10 2026] GET /v2.0/networks?tenant_id=377e5007d7ce4c0ab1fd209bca3be6a4&shared=False => generated 780 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/577] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:10 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/578] 199.204.45.138 () {34 vars in 930 bytes} [Thu Aug 13 19:36:10 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/579] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:10 2026] GET /v2.0/security-groups?id=5d567be8-7f35-4368-91d8-cad0056c6d62&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/580] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:11 2026] GET /v2.0/ports?device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => 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: 306/581] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:11 2026] GET /v2.0/security-groups?id=ad2e1a96-6818-4903-8728-6ca94db12b35&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: 276/582] 10.0.0.214 () {34 vars in 783 bytes} [Thu Aug 13 19:36:10 2026] PUT /v2.0/routers/10e5ae10-59af-44a6-81f4-c790efc47c27/add_router_interface => generated 309 bytes in 1121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/583] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:36:11 2026] GET /v2.0/ports?tenant_id=d62fd5d1770540d3a5836f880f790025&device_id=81749584-5d35-4241-bb67-a8a919c24a42 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/584] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:36:11 2026] GET /v2.0/networks?id=5aa4feff-46f6-4a64-909d-67cfc520816d => generated 770 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/585] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Aug 13 19:36:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=d9d4e8a4-d16f-4228-b4ee-995077b0990c => 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: 278/586] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:36:11 2026] GET /v2.0/subnets?id=a4b89c41-565e-46a7-a558-9d8ad1f04a51 => generated 693 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/587] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:36:11 2026] GET /v2.0/ports?tenant_id=377e5007d7ce4c0ab1fd209bca3be6a4&device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/588] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:36:11 2026] GET /v2.0/ports?network_id=5aa4feff-46f6-4a64-909d-67cfc520816d&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: 7|app: 0|req: 310/589] 199.204.45.138 () {34 vars in 1060 bytes} [Thu Aug 13 19:36:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=ebb11282-d289-4996-a743-4fbadef0093a => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/590] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:36:11 2026] GET /v2.0/subnets?id=4f52f5d2-90e1-42fc-b917-05f47c51c598 => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/591] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:36:11 2026] GET /v2.0/networks/5aa4feff-46f6-4a64-909d-67cfc520816d?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: 281/592] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:36:12 2026] GET /v2.0/ports?network_id=d6986f8e-5e96-4b29-ac6c-d23d029a118b&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/593] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:12 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/594] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:36:12 2026] GET /v2.0/networks/5aa4feff-46f6-4a64-909d-67cfc520816d?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: 313/595] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:36:12 2026] GET /v2.0/networks/d6986f8e-5e96-4b29-ac6c-d23d029a118b?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: 283/598] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:12 2026] GET /v2.0/security-groups?id=5d567be8-7f35-4368-91d8-cad0056c6d62&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: 316/599] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:36:12 2026] GET /v2.0/networks/d6986f8e-5e96-4b29-ac6c-d23d029a118b?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: 284/600] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:12 2026] GET /v2.0/ports?device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/601] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:12 2026] GET /v2.0/security-groups?id=ad2e1a96-6818-4903-8728-6ca94db12b35&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/602] 10.0.0.214 () {34 vars in 685 bytes} [Thu Aug 13 19:36:12 2026] POST /v2.0/security-groups => generated 1661 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/603] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:36:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/604] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:36:12 2026] POST /v2.0/security-group-rules => generated 602 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/605] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:36:12 2026] GET /v2.0/security-groups?tenant_id=452a49a591cb44bb99d012afe30b6b53&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/606] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:36:12 2026] DELETE /v2.0/security-groups/06c281b7-f5ea-4f52-946e-eca264bab498 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/607] 10.0.0.214 () {34 vars in 676 bytes} [Thu Aug 13 19:36:12 2026] POST /v2.0/floatingips => generated 552 bytes in 522 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/608] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:13 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/609] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:13 2026] GET /v2.0/security-groups?id=5d567be8-7f35-4368-91d8-cad0056c6d62&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: 290/610] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:13 2026] GET /v2.0/ports?device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/611] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:13 2026] GET /v2.0/security-groups?id=ad2e1a96-6818-4903-8728-6ca94db12b35&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/612] 10.0.0.213 () {34 vars in 1100 bytes} [Thu Aug 13 19:36:13 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1686376615&fields=id&tenant_id=c0c44c8a9aa34ea0987002f27fe5a363 => generated 69 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/613] 10.0.0.213 () {34 vars in 982 bytes} [Thu Aug 13 19:36:13 2026] GET /v2.0/networks?id=91c36c5e-77d3-418e-855e-db07edd0a57e => generated 669 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/614] 10.0.0.213 () {34 vars in 965 bytes} [Thu Aug 13 19:36:13 2026] GET /v2.0/quotas/c0c44c8a9aa34ea0987002f27fe5a363 => 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: 323/615] 10.0.0.213 () {34 vars in 1002 bytes} [Thu Aug 13 19:36:13 2026] GET /v2.0/ports?tenant_id=c0c44c8a9aa34ea0987002f27fe5a363&fields=id => generated 57 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/616] 10.0.0.213 () {34 vars in 907 bytes} [Thu Aug 13 19:36:14 2026] GET /v2.0/extensions => generated 21537 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/617] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:14 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/618] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:14 2026] GET /v2.0/security-groups?id=5d567be8-7f35-4368-91d8-cad0056c6d62&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: 294/619] 10.0.0.213 () {34 vars in 1008 bytes} [Thu Aug 13 19:36:14 2026] GET /v2.0/networks/91c36c5e-77d3-418e-855e-db07edd0a57e?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/620] 10.0.0.213 () {34 vars in 1108 bytes} [Thu Aug 13 19:36:14 2026] GET /v2.0/networks/91c36c5e-77d3-418e-855e-db07edd0a57e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/621] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:14 2026] GET /v2.0/ports?device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/622] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:14 2026] GET /v2.0/security-groups?id=ad2e1a96-6818-4903-8728-6ca94db12b35&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: 296/623] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:14 2026] GET /v2.0/ports?device_id=6c9e532a-e71c-43a6-b99c-07226cf884c2 => 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: 328/624] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:15 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/625] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:15 2026] GET /v2.0/security-groups?id=5d567be8-7f35-4368-91d8-cad0056c6d62&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/626] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:15 2026] GET /v2.0/ports?device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/627] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:15 2026] GET /v2.0/ports?device_id=6c9e532a-e71c-43a6-b99c-07226cf884c2 => 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: 298/628] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:15 2026] GET /v2.0/security-groups?id=ad2e1a96-6818-4903-8728-6ca94db12b35&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: 331/629] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:16 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/630] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:16 2026] GET /v2.0/security-groups?id=5d567be8-7f35-4368-91d8-cad0056c6d62&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: 332/631] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:16 2026] GET /v2.0/ports?device_id=6c9e532a-e71c-43a6-b99c-07226cf884c2 => 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: 300/632] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:16 2026] GET /v2.0/ports?device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => generated 973 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/633] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:16 2026] GET /v2.0/security-groups?id=ad2e1a96-6818-4903-8728-6ca94db12b35&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/634] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:36:17 2026] GET /v2.0/security-groups?tenant_id=f75bc90ced12499d8883398ff833251b&name=default => generated 2925 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/635] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:17 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/636] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:17 2026] GET /v2.0/security-groups?id=5d567be8-7f35-4368-91d8-cad0056c6d62&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/637] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:17 2026] GET /v2.0/ports?device_id=6c9e532a-e71c-43a6-b99c-07226cf884c2 => 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: 302/638] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:36:17 2026] DELETE /v2.0/security-groups/01ff0721-21c3-44ae-abce-cd5ae5de4a8e => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/639] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:18 2026] GET /v2.0/ports?device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => 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: 303/640] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:18 2026] GET /v2.0/security-groups?id=ad2e1a96-6818-4903-8728-6ca94db12b35&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: 338/641] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:19 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => 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: 339/642] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:19 2026] GET /v2.0/ports?device_id=6c9e532a-e71c-43a6-b99c-07226cf884c2 => 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: 304/643] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:19 2026] GET /v2.0/security-groups?id=5d567be8-7f35-4368-91d8-cad0056c6d62&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/644] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:36:19 2026] GET /v2.0/networks?id=91c36c5e-77d3-418e-855e-db07edd0a57e => generated 669 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/645] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:19 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => 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: 341/646] 199.204.45.138 () {34 vars in 1050 bytes} [Thu Aug 13 19:36:19 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c0c44c8a9aa34ea0987002f27fe5a363 => generated 181 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:36:19.826 7 INFO neutron.db.l3_db [None req-ae8e0dda-6511-46d0-a4d0-e3e8436745b8 cce092d7125f4090a35f299cb2ddb85b d62fd5d1770540d3a5836f880f790025 - - default default] Floating IP 73956de1-ffb9-4af2-b95c-14f0946a0876 associated. External IP: 10.96.250.210, port: d9d4e8a4-d16f-4228-b4ee-995077b0990c. [pid: 8|app: 0|req: 306/647] 199.204.45.138 () {38 vars in 955 bytes} [Thu Aug 13 19:36:19 2026] POST /v2.0/ports => generated 954 bytes in 756 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: 307/648] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:20 2026] GET /v2.0/ports?device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/649] 10.0.0.214 () {34 vars in 749 bytes} [Thu Aug 13 19:36:19 2026] PUT /v2.0/floatingips/73956de1-ffb9-4af2-b95c-14f0946a0876 => generated 855 bytes in 860 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/650] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Aug 13 19:36:20 2026] PUT /v2.0/ports/b1559736-52aa-425e-9425-4f2c30c79c30 => generated 1235 bytes in 342 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-08-13 19:36:20.540 8 INFO neutron.db.segments_db [None req-981b1341-9518-4792-b316-14303678396d 5b0b73ab3f0445fdb8339f0f6e7cfdcb f215bbf096df4ca4b25b4f313ebcc69e - - default default] Added segment 97a3ecbb-010e-4f0c-8ddf-f8cb0655b1bc of type vxlan for network 530f44c5-22d2-4164-840e-043d226ea969 [pid: 7|app: 0|req: 344/651] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:20 2026] GET /v2.0/security-groups?id=ad2e1a96-6818-4903-8728-6ca94db12b35&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-08-13 19:36:20.611 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-94819afd-1504-4f9d-8ce2-8f65db15d933'] response: {'name': 'network-changed', 'server_uuid': '81749584-5d35-4241-bb67-a8a919c24a42', 'tag': 'd9d4e8a4-d16f-4228-b4ee-995077b0990c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 345/652] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:20 2026] GET /v2.0/ports?device_id=6c9e532a-e71c-43a6-b99c-07226cf884c2 => generated 969 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/653] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:20 2026] GET /v2.0/security-groups?id=9bd86023-e198-4dfb-9631-ed32e4566a65&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: 308/654] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:36:20 2026] POST /v2.0/networks => generated 646 bytes in 579 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/655] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:36:21 2026] GET /v2.0/ports?tenant_id=d62fd5d1770540d3a5836f880f790025&device_id=81749584-5d35-4241-bb67-a8a919c24a42 => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/656] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:36:21 2026] GET /v2.0/networks?id=5aa4feff-46f6-4a64-909d-67cfc520816d => generated 770 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/657] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Aug 13 19:36:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=d9d4e8a4-d16f-4228-b4ee-995077b0990c => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/658] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:36:21 2026] GET /v2.0/subnets?id=a4b89c41-565e-46a7-a558-9d8ad1f04a51 => generated 693 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/659] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:36:21 2026] GET /v2.0/ports?network_id=5aa4feff-46f6-4a64-909d-67cfc520816d&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/660] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:36:21 2026] GET /v2.0/networks/5aa4feff-46f6-4a64-909d-67cfc520816d?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/661] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:36:21 2026] POST /v2.0/subnets => generated 673 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/662] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:36:21 2026] GET /v2.0/networks/5aa4feff-46f6-4a64-909d-67cfc520816d?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) 2026-08-13 19:36:21.493 8 INFO neutron.db.segments_db [None req-1aa59cb4-e5c9-4354-9e3b-7b19640637e5 5b0b73ab3f0445fdb8339f0f6e7cfdcb f215bbf096df4ca4b25b4f313ebcc69e - - default default] Added segment ffdabbd9-db51-4a7b-be94-c804a5aef82e of type vxlan for network 7032e930-7345-4699-a747-0a769b93ad3a [pid: 7|app: 0|req: 354/663] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:36:21 2026] GET /v2.0/ports?tenant_id=c0c44c8a9aa34ea0987002f27fe5a363&device_id=6c9e532a-e71c-43a6-b99c-07226cf884c2 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/664] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:36:21 2026] POST /v2.0/networks => generated 647 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/665] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Aug 13 19:36:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=b1559736-52aa-425e-9425-4f2c30c79c30 => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/666] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:36:21 2026] GET /v2.0/subnets?id=302a3f92-d99d-4e18-bf61-609d6c718480 => generated 687 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/667] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:21 2026] GET /v2.0/ports?device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/668] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:36:21 2026] GET /v2.0/ports?network_id=91c36c5e-77d3-418e-855e-db07edd0a57e&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/669] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:21 2026] GET /v2.0/security-groups?id=ad2e1a96-6818-4903-8728-6ca94db12b35&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: 312/670] 10.0.0.214 () {34 vars in 743 bytes} [Thu Aug 13 19:36:21 2026] PUT /v2.0/networks/7032e930-7345-4699-a747-0a769b93ad3a => generated 592 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/671] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:21 2026] GET /v2.0/ports?device_id=6c9e532a-e71c-43a6-b99c-07226cf884c2 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/672] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:36:21 2026] GET /v2.0/networks/91c36c5e-77d3-418e-855e-db07edd0a57e?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/673] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:21 2026] GET /v2.0/security-groups?id=9bd86023-e198-4dfb-9631-ed32e4566a65&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: 361/674] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:36:21 2026] GET /v2.0/networks/91c36c5e-77d3-418e-855e-db07edd0a57e?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: 362/675] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:21 2026] GET /v2.0/ports?device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/676] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:36:21 2026] POST /v2.0/subnets => generated 646 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/677] 10.0.0.214 () {34 vars in 741 bytes} [Thu Aug 13 19:36:22 2026] PUT /v2.0/subnets/cb5e9ac7-08a1-4224-81e4-33c3e44cf73b => generated 656 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:36:22.329 7 INFO neutron.db.l3_db [None req-5362fd52-c4ff-464c-b6e1-197a3cf5006e 3f8c0fd796dd4c49a6a581bc74dacf4a 377e5007d7ce4c0ab1fd209bca3be6a4 - - default default] Floating IP 62feb7e4-5355-44c9-ad51-43bf815ca06e associated. External IP: 10.96.250.207, port: ebb11282-d289-4996-a743-4fbadef0093a. 2026-08-13 19:36:22.417 8 INFO neutron.services.segments.plugin [-] Segment ffdabbd9-db51-4a7b-be94-c804a5aef82e resource provider aggregate not found 2026-08-13 19:36:22.423 8 INFO neutron.services.segments.plugin [-] Segment ffdabbd9-db51-4a7b-be94-c804a5aef82e resource provider aggregate not found 2026-08-13 19:36:22.438 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ffdabbd9-db51-4a7b-be94-c804a5aef82e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffdabbd9-db51-4a7b-be94-c804a5aef82e found for delete ", "request_id": "req-2144f35c-8a5e-4fff-869d-f9b7b7872b86"}]} 2026-08-13 19:36:22.448 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ffdabbd9-db51-4a7b-be94-c804a5aef82e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffdabbd9-db51-4a7b-be94-c804a5aef82e found for delete ", "request_id": "req-8ab97f33-6730-43a1-bd22-b421d18f93c0"}]} [pid: 8|app: 0|req: 316/678] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:36:22 2026] DELETE /v2.0/networks/7032e930-7345-4699-a747-0a769b93ad3a => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:36:22.494 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f53f6946-71d4-48a7-8e6d-3918a2c8e82b 5b0b73ab3f0445fdb8339f0f6e7cfdcb f215bbf096df4ca4b25b4f313ebcc69e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 317/679] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:36:22 2026] DELETE /v2.0/networks/7032e930-7345-4699-a747-0a769b93ad3a => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/680] 10.0.0.214 () {32 vars in 694 bytes} [Thu Aug 13 19:36:22 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/681] 10.0.0.214 () {32 vars in 742 bytes} [Thu Aug 13 19:36:22 2026] GET /v2.0/subnets?network_id=d1fcfcdf-73b4-4cb7-bd1c-c6bb355fc33e => 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: 320/682] 10.0.0.214 () {32 vars in 653 bytes} [Thu Aug 13 19:36:22 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/683] 10.0.0.214 () {34 vars in 749 bytes} [Thu Aug 13 19:36:21 2026] PUT /v2.0/floatingips/62feb7e4-5355-44c9-ad51-43bf815ca06e => generated 856 bytes in 689 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:36:22.653 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9032acc5-2649-4e6f-bc49-457dc2ae8db3'] response: {'name': 'network-changed', 'server_uuid': '6c9e532a-e71c-43a6-b99c-07226cf884c2', 'tag': 'b1559736-52aa-425e-9425-4f2c30c79c30', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 321/684] 10.0.0.214 () {32 vars in 649 bytes} [Thu Aug 13 19:36:22 2026] GET /v2.0/networks => generated 1311 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/685] 10.0.0.214 () {32 vars in 647 bytes} [Thu Aug 13 19:36:22 2026] GET /v2.0/subnets => generated 1312 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/686] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:22 2026] GET /v2.0/ports?device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/687] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:22 2026] GET /v2.0/security-groups?id=ad2e1a96-6818-4903-8728-6ca94db12b35&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: 365/688] 10.0.0.214 () {32 vars in 723 bytes} [Thu Aug 13 19:36:22 2026] GET /v2.0/networks/530f44c5-22d2-4164-840e-043d226ea969 => generated 671 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/689] 10.0.0.214 () {32 vars in 721 bytes} [Thu Aug 13 19:36:22 2026] GET /v2.0/subnets/59ff07ed-e6d3-47a6-ae88-8baaddde8c3c => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:36:22.877 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8f93ad80-7009-407f-b211-7d549b6ed2b6 5b0b73ab3f0445fdb8339f0f6e7cfdcb f215bbf096df4ca4b25b4f313ebcc69e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 366/690] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:36:22 2026] DELETE /v2.0/subnets/cb5e9ac7-08a1-4224-81e4-33c3e44cf73b => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:36:22.903 8 INFO neutron.pecan_wsgi.hooks.translation [None req-163dad9e-a737-447f-8508-096f3895d2ee 5b0b73ab3f0445fdb8339f0f6e7cfdcb f215bbf096df4ca4b25b4f313ebcc69e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 325/691] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:36:22 2026] DELETE /v2.0/networks/7032e930-7345-4699-a747-0a769b93ad3a => generated 138 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/692] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:22 2026] GET /v2.0/ports?device_id=6c9e532a-e71c-43a6-b99c-07226cf884c2 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/693] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:22 2026] GET /v2.0/security-groups?id=9bd86023-e198-4dfb-9631-ed32e4566a65&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: 367/694] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:36:22 2026] DELETE /v2.0/subnets/59ff07ed-e6d3-47a6-ae88-8baaddde8c3c => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/695] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:36:23 2026] GET /v2.0/ports?tenant_id=c0c44c8a9aa34ea0987002f27fe5a363&device_id=6c9e532a-e71c-43a6-b99c-07226cf884c2 => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/696] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:36:23 2026] GET /v2.0/networks?id=91c36c5e-77d3-418e-855e-db07edd0a57e => generated 765 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/697] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:36:23 2026] DELETE /v2.0/networks/530f44c5-22d2-4164-840e-043d226ea969 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/698] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Aug 13 19:36:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=b1559736-52aa-425e-9425-4f2c30c79c30 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/699] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:36:23 2026] GET /v2.0/subnets?id=302a3f92-d99d-4e18-bf61-609d6c718480 => generated 687 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/700] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:36:23 2026] GET /v2.0/ports?network_id=91c36c5e-77d3-418e-855e-db07edd0a57e&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: 8|app: 0|req: 330/701] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:36:23 2026] GET /v2.0/networks/91c36c5e-77d3-418e-855e-db07edd0a57e?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: 372/702] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:36:23 2026] GET /v2.0/networks/91c36c5e-77d3-418e-855e-db07edd0a57e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/703] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:36:23 2026] GET /v2.0/security-groups?tenant_id=f215bbf096df4ca4b25b4f313ebcc69e&name=default => generated 2925 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/704] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:36:23 2026] DELETE /v2.0/security-groups/5200eda5-9b37-4794-9e2c-d42531d2d469 => 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: 332/705] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:24 2026] GET /v2.0/ports?device_id=6c9e532a-e71c-43a6-b99c-07226cf884c2 => 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: 374/706] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:24 2026] GET /v2.0/security-groups?id=9bd86023-e198-4dfb-9631-ed32e4566a65&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-08-13 19:36:24.463 8 INFO neutron.services.segments.plugin [-] Segment 97a3ecbb-010e-4f0c-8ddf-f8cb0655b1bc resource provider aggregate not found 2026-08-13 19:36:24.473 8 INFO neutron.services.segments.plugin [-] Segment 97a3ecbb-010e-4f0c-8ddf-f8cb0655b1bc resource provider aggregate not found 2026-08-13 19:36:24.479 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 97a3ecbb-010e-4f0c-8ddf-f8cb0655b1bc resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97a3ecbb-010e-4f0c-8ddf-f8cb0655b1bc found for delete ", "request_id": "req-489dc96e-1203-48a1-a362-cd9a3a460d31"}]} 2026-08-13 19:36:24.493 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 97a3ecbb-010e-4f0c-8ddf-f8cb0655b1bc resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97a3ecbb-010e-4f0c-8ddf-f8cb0655b1bc found for delete ", "request_id": "req-767d1f2f-c1b2-4539-b255-5fc1e62b0458"}]} 2026-08-13 19:36:24.689 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bcb2e8f9-98f6-4f03-8933-bf3cd2b949a0'] response: {'name': 'network-changed', 'server_uuid': 'b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3', 'tag': 'ebb11282-d289-4996-a743-4fbadef0093a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 333/707] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:36:25 2026] GET /v2.0/ports?tenant_id=377e5007d7ce4c0ab1fd209bca3be6a4&device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => generated 1244 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/708] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:36:25 2026] GET /v2.0/networks?id=d6986f8e-5e96-4b29-ac6c-d23d029a118b => generated 780 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/709] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:25 2026] GET /v2.0/ports?device_id=6c9e532a-e71c-43a6-b99c-07226cf884c2 => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/710] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:25 2026] GET /v2.0/security-groups?id=9bd86023-e198-4dfb-9631-ed32e4566a65&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: 335/711] 199.204.45.138 () {34 vars in 1060 bytes} [Thu Aug 13 19:36:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=ebb11282-d289-4996-a743-4fbadef0093a => generated 859 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/712] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:36:25 2026] GET /v2.0/subnets?id=4f52f5d2-90e1-42fc-b917-05f47c51c598 => generated 702 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/713] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:36:25 2026] GET /v2.0/ports?network_id=d6986f8e-5e96-4b29-ac6c-d23d029a118b&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: 378/714] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:36:25 2026] GET /v2.0/networks/d6986f8e-5e96-4b29-ac6c-d23d029a118b?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: 337/715] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:36:25 2026] GET /v2.0/networks/d6986f8e-5e96-4b29-ac6c-d23d029a118b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:36:26.067 7 INFO neutron.db.segments_db [None req-8416ab55-a581-4b14-a289-31c805108a28 0804fdb5bb754db58fdc9d4fb3bc5d64 ecb4abaad57d43f592c6868bfe131955 - - default default] Added segment 47564cf7-aadf-4fac-9893-28ebcff2b9a6 of type vxlan for network aec3bedf-50f4-4adf-9450-43d6e7ad4f66 [pid: 7|app: 0|req: 379/716] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:36:25 2026] POST /v2.0/networks => generated 648 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/717] 10.0.0.214 () {34 vars in 665 bytes} [Thu Aug 13 19:36:26 2026] POST /v2.0/ports => generated 779 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/718] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:26 2026] GET /v2.0/ports?device_id=6c9e532a-e71c-43a6-b99c-07226cf884c2 => generated 971 bytes in 74 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: 339/719] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:26 2026] GET /v2.0/security-groups?id=9bd86023-e198-4dfb-9631-ed32e4566a65&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-08-13 19:36:26.612 7 INFO neutron.db.segments_db [None req-5b1d13c4-5045-410d-9f76-105d09b74bea 0804fdb5bb754db58fdc9d4fb3bc5d64 ecb4abaad57d43f592c6868bfe131955 - - default default] Added segment 6dbad985-009f-4a70-bb0e-872f11888784 of type vxlan for network 76a92a8d-5616-47d1-b259-390b9ee1d498 [pid: 7|app: 0|req: 381/720] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:36:26 2026] POST /v2.0/networks => generated 635 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/721] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:26 2026] GET /v2.0/ports?device_id=6c9e532a-e71c-43a6-b99c-07226cf884c2 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/722] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:36:26 2026] POST /v2.0/subnets => generated 646 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:36:27.231 8 INFO neutron.db.l3_db [None req-c7c0d45f-0222-4456-86bf-d7289f430f47 7827bfe3e86b4e178b5a5111167a7b95 c0c44c8a9aa34ea0987002f27fe5a363 - - default default] Floating IP 3e7176c2-f71a-4687-ad5e-c3c35f5e09ff associated. External IP: 10.96.250.214, port: b1559736-52aa-425e-9425-4f2c30c79c30. [pid: 7|app: 0|req: 383/723] 10.0.0.214 () {34 vars in 665 bytes} [Thu Aug 13 19:36:26 2026] POST /v2.0/ports => generated 961 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 19:36:27.414 7 INFO neutron_taas.services.taas.taas_plugin [None req-4469171f-d102-4b92-b47b-94c9d3683697 0804fdb5bb754db58fdc9d4fb3bc5d64 ecb4abaad57d43f592c6868bfe131955 - - default default] TaaS: Handle Delete Port: 8297b48a-6b7e-4d78-9789-c0b982e8c125 2026-08-13 19:36:27.420 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4469171f-d102-4b92-b47b-94c9d3683697 0804fdb5bb754db58fdc9d4fb3bc5d64 ecb4abaad57d43f592c6868bfe131955 - - default default] Tap Mirror: Handle Delete Port: 8297b48a-6b7e-4d78-9789-c0b982e8c125 [pid: 8|app: 0|req: 341/726] 10.0.0.214 () {34 vars in 749 bytes} [Thu Aug 13 19:36:26 2026] PUT /v2.0/floatingips/3e7176c2-f71a-4687-ad5e-c3c35f5e09ff => generated 855 bytes in 803 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/727] 10.0.0.214 () {32 vars in 720 bytes} [Thu Aug 13 19:36:27 2026] DELETE /v2.0/ports/8297b48a-6b7e-4d78-9789-c0b982e8c125 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:36:27.585 8 INFO neutron.pecan_wsgi.hooks.translation [None req-76e601c7-55ee-4c8b-b96e-6aeb5f5249e5 0804fdb5bb754db58fdc9d4fb3bc5d64 ecb4abaad57d43f592c6868bfe131955 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 342/728] 10.0.0.214 () {32 vars in 720 bytes} [Thu Aug 13 19:36:27 2026] DELETE /v2.0/ports/8297b48a-6b7e-4d78-9789-c0b982e8c125 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:36:27.602 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3d17570e-297b-4fff-96fa-cc654ffa61b4'] response: {'name': 'network-changed', 'server_uuid': '6c9e532a-e71c-43a6-b99c-07226cf884c2', 'tag': 'b1559736-52aa-425e-9425-4f2c30c79c30', 'status': 'completed', 'code': 200} 2026-08-13 19:36:27.614 7 INFO neutron.pecan_wsgi.hooks.translation [None req-59f9aed0-d28f-4644-b7c6-174851069236 0804fdb5bb754db58fdc9d4fb3bc5d64 ecb4abaad57d43f592c6868bfe131955 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 387/729] 10.0.0.214 () {32 vars in 717 bytes} [Thu Aug 13 19:36:27 2026] GET /v2.0/ports/8297b48a-6b7e-4d78-9789-c0b982e8c125 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/730] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:27 2026] GET /v2.0/ports?device_id=6c9e532a-e71c-43a6-b99c-07226cf884c2 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/731] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:27 2026] GET /v2.0/security-groups?id=9bd86023-e198-4dfb-9631-ed32e4566a65&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/732] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:36:27 2026] DELETE /v2.0/subnets/ad8fbe81-69f4-4820-a620-efc675ed4cc8 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:36:27.882 8 INFO neutron.services.segments.plugin [-] Segment 6dbad985-009f-4a70-bb0e-872f11888784 resource provider aggregate not found 2026-08-13 19:36:27.890 8 INFO neutron.services.segments.plugin [-] Segment 6dbad985-009f-4a70-bb0e-872f11888784 resource provider aggregate not found 2026-08-13 19:36:27.904 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6dbad985-009f-4a70-bb0e-872f11888784 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6dbad985-009f-4a70-bb0e-872f11888784 found for delete ", "request_id": "req-01c6acdb-8b9f-40a8-942a-1f66b88e0cce"}]} 2026-08-13 19:36:27.908 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6dbad985-009f-4a70-bb0e-872f11888784 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6dbad985-009f-4a70-bb0e-872f11888784 found for delete ", "request_id": "req-3e78617a-63e1-4771-8377-61dde27d4d50"}]} [pid: 8|app: 0|req: 345/733] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:36:27 2026] DELETE /v2.0/networks/76a92a8d-5616-47d1-b259-390b9ee1d498 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:36:27.987 7 INFO neutron.db.segments_db [None req-60aa64ae-006c-4326-81da-ca1aeb795791 0804fdb5bb754db58fdc9d4fb3bc5d64 ecb4abaad57d43f592c6868bfe131955 - - default default] Added segment 36f0f736-ad4b-4c4a-b017-7876c585bcb0 of type vxlan for network 1b8db10a-fcd6-4fc3-ab8a-f8d9b4af994b [pid: 8|app: 0|req: 346/734] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:28 2026] GET /v2.0/ports?device_id=6c9e532a-e71c-43a6-b99c-07226cf884c2 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/735] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:36:27 2026] POST /v2.0/networks => generated 635 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/736] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:28 2026] GET /v2.0/security-groups?id=9bd86023-e198-4dfb-9631-ed32e4566a65&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: 391/737] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:36:28 2026] GET /v2.0/ports?tenant_id=c0c44c8a9aa34ea0987002f27fe5a363&device_id=6c9e532a-e71c-43a6-b99c-07226cf884c2 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/738] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:36:28 2026] GET /v2.0/networks?id=91c36c5e-77d3-418e-855e-db07edd0a57e => generated 765 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/739] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Aug 13 19:36:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=b1559736-52aa-425e-9425-4f2c30c79c30 => generated 858 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/740] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:36:28 2026] GET /v2.0/subnets?id=302a3f92-d99d-4e18-bf61-609d6c718480 => generated 687 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/741] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:36:28 2026] GET /v2.0/ports?network_id=91c36c5e-77d3-418e-855e-db07edd0a57e&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: 347/742] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:36:28 2026] POST /v2.0/subnets => generated 646 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/743] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:36:28 2026] GET /v2.0/networks/91c36c5e-77d3-418e-855e-db07edd0a57e?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/744] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:36:28 2026] GET /v2.0/networks/91c36c5e-77d3-418e-855e-db07edd0a57e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/745] 10.0.0.214 () {34 vars in 665 bytes} [Thu Aug 13 19:36:28 2026] POST /v2.0/ports => generated 927 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:36:28.839 7 INFO neutron_taas.services.taas.taas_plugin [None req-f4459383-913b-4bbc-ace2-95ae68307885 0804fdb5bb754db58fdc9d4fb3bc5d64 ecb4abaad57d43f592c6868bfe131955 - - default default] TaaS: Handle Delete Port: 5f17bfdd-3edd-4ab2-b63b-8d1b5112cf47 2026-08-13 19:36:28.841 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4459383-913b-4bbc-ace2-95ae68307885 0804fdb5bb754db58fdc9d4fb3bc5d64 ecb4abaad57d43f592c6868bfe131955 - - default default] Tap Mirror: Handle Delete Port: 5f17bfdd-3edd-4ab2-b63b-8d1b5112cf47 [pid: 7|app: 0|req: 398/746] 10.0.0.214 () {32 vars in 720 bytes} [Thu Aug 13 19:36:28 2026] DELETE /v2.0/ports/5f17bfdd-3edd-4ab2-b63b-8d1b5112cf47 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:36:28.973 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b8f18e77-7561-4d8a-ac86-84a0e6234753 0804fdb5bb754db58fdc9d4fb3bc5d64 ecb4abaad57d43f592c6868bfe131955 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 349/747] 10.0.0.214 () {32 vars in 717 bytes} [Thu Aug 13 19:36:28 2026] GET /v2.0/ports/5f17bfdd-3edd-4ab2-b63b-8d1b5112cf47 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/748] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:36:28 2026] DELETE /v2.0/subnets/8fb5c13d-5112-4750-97d8-f993a73d83a2 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/749] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:29 2026] GET /v2.0/ports?device_id=6c9e532a-e71c-43a6-b99c-07226cf884c2 => 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: 350/750] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:36:29 2026] DELETE /v2.0/networks/1b8db10a-fcd6-4fc3-ab8a-f8d9b4af994b => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/751] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:29 2026] GET /v2.0/security-groups?id=9bd86023-e198-4dfb-9631-ed32e4566a65&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: 351/752] 10.0.0.214 () {34 vars in 665 bytes} [Thu Aug 13 19:36:29 2026] POST /v2.0/ports => generated 778 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/753] 10.0.0.214 () {34 vars in 737 bytes} [Thu Aug 13 19:36:29 2026] PUT /v2.0/ports/6025b9e7-bc07-4750-9e13-413c76c14268 => generated 752 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 19:36:29.787 8 INFO neutron_taas.services.taas.taas_plugin [None req-b33d59c7-f4d0-4251-93e1-6405db71dbf2 0804fdb5bb754db58fdc9d4fb3bc5d64 ecb4abaad57d43f592c6868bfe131955 - - default default] TaaS: Handle Delete Port: 6025b9e7-bc07-4750-9e13-413c76c14268 2026-08-13 19:36:29.791 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b33d59c7-f4d0-4251-93e1-6405db71dbf2 0804fdb5bb754db58fdc9d4fb3bc5d64 ecb4abaad57d43f592c6868bfe131955 - - default default] Tap Mirror: Handle Delete Port: 6025b9e7-bc07-4750-9e13-413c76c14268 [pid: 8|app: 0|req: 352/754] 10.0.0.214 () {32 vars in 720 bytes} [Thu Aug 13 19:36:29 2026] DELETE /v2.0/ports/6025b9e7-bc07-4750-9e13-413c76c14268 => generated 0 bytes in 247 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-08-13 19:36:29.925 8 INFO neutron.services.segments.plugin [-] Segment 36f0f736-ad4b-4c4a-b017-7876c585bcb0 resource provider aggregate not found 2026-08-13 19:36:29.928 8 INFO neutron.services.segments.plugin [-] Segment 36f0f736-ad4b-4c4a-b017-7876c585bcb0 resource provider aggregate not found 2026-08-13 19:36:29.941 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 36f0f736-ad4b-4c4a-b017-7876c585bcb0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36f0f736-ad4b-4c4a-b017-7876c585bcb0 found for delete ", "request_id": "req-fd85de0f-f000-4d02-af40-7a6c1c7add54"}]} 2026-08-13 19:36:29.942 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 36f0f736-ad4b-4c4a-b017-7876c585bcb0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36f0f736-ad4b-4c4a-b017-7876c585bcb0 found for delete ", "request_id": "req-f42c0c0f-33d3-4651-84fd-4ad8cb1490dc"}]} [pid: 7|app: 0|req: 403/755] 10.0.0.214 () {32 vars in 643 bytes} [Thu Aug 13 19:36:29 2026] GET /v2.0/ports => generated 782 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:36:30.008 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f0aa55e1-53bd-4515-8340-08ca081163fd 0804fdb5bb754db58fdc9d4fb3bc5d64 ecb4abaad57d43f592c6868bfe131955 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 353/756] 10.0.0.214 () {32 vars in 717 bytes} [Thu Aug 13 19:36:29 2026] GET /v2.0/ports/6025b9e7-bc07-4750-9e13-413c76c14268 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/757] 10.0.0.214 () {32 vars in 643 bytes} [Thu Aug 13 19:36:30 2026] GET /v2.0/ports => generated 782 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/758] 10.0.0.214 () {32 vars in 717 bytes} [Thu Aug 13 19:36:30 2026] GET /v2.0/ports/37549019-e1d1-459e-bb5e-fe8c93aa549b => generated 779 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:36:30.132 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1d70b9ae-fd91-4243-b648-57b46f8a6219 0804fdb5bb754db58fdc9d4fb3bc5d64 ecb4abaad57d43f592c6868bfe131955 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 405/759] 10.0.0.214 () {32 vars in 720 bytes} [Thu Aug 13 19:36:30 2026] DELETE /v2.0/ports/5f17bfdd-3edd-4ab2-b63b-8d1b5112cf47 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:36:30.152 8 INFO neutron.pecan_wsgi.hooks.translation [None req-026d3a8e-ad54-4ba4-be6c-b710a5ae4901 0804fdb5bb754db58fdc9d4fb3bc5d64 ecb4abaad57d43f592c6868bfe131955 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 355/760] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:36:30 2026] DELETE /v2.0/subnets/8fb5c13d-5112-4750-97d8-f993a73d83a2 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:36:30.179 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2d88c963-2f32-47c1-8400-bf2ea503b5ae 0804fdb5bb754db58fdc9d4fb3bc5d64 ecb4abaad57d43f592c6868bfe131955 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 406/761] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:36:30 2026] DELETE /v2.0/subnets/ad8fbe81-69f4-4820-a620-efc675ed4cc8 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:36:30.276 8 INFO neutron_taas.services.taas.taas_plugin [None req-f5ae3a94-e98d-4a69-8deb-3175c92b986e 0804fdb5bb754db58fdc9d4fb3bc5d64 ecb4abaad57d43f592c6868bfe131955 - - default default] TaaS: Handle Delete Port: 37549019-e1d1-459e-bb5e-fe8c93aa549b 2026-08-13 19:36:30.279 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5ae3a94-e98d-4a69-8deb-3175c92b986e 0804fdb5bb754db58fdc9d4fb3bc5d64 ecb4abaad57d43f592c6868bfe131955 - - default default] Tap Mirror: Handle Delete Port: 37549019-e1d1-459e-bb5e-fe8c93aa549b [pid: 8|app: 0|req: 356/762] 10.0.0.214 () {32 vars in 720 bytes} [Thu Aug 13 19:36:30 2026] DELETE /v2.0/ports/37549019-e1d1-459e-bb5e-fe8c93aa549b => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/763] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:30 2026] GET /v2.0/ports?device_id=6c9e532a-e71c-43a6-b99c-07226cf884c2 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/764] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:30 2026] GET /v2.0/security-groups?id=9bd86023-e198-4dfb-9631-ed32e4566a65&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/765] 199.204.45.138 () {34 vars in 994 bytes} [Thu Aug 13 19:36:30 2026] GET /v2.0/ports?device_id=6c9e532a-e71c-43a6-b99c-07226cf884c2 => 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: 357/766] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:36:30 2026] DELETE /v2.0/networks/aec3bedf-50f4-4adf-9450-43d6e7ad4f66 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:36:30.595 7 INFO neutron_taas.services.taas.taas_plugin [req-54694389-eccd-4d0a-92d8-281be3e3dc4e req-94725cf8-0c09-4b65-8d14-1486017da7ab 7827bfe3e86b4e178b5a5111167a7b95 c0c44c8a9aa34ea0987002f27fe5a363 - - default default] TaaS: Handle Delete Port: b1559736-52aa-425e-9425-4f2c30c79c30 2026-08-13 19:36:30.597 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-54694389-eccd-4d0a-92d8-281be3e3dc4e req-94725cf8-0c09-4b65-8d14-1486017da7ab 7827bfe3e86b4e178b5a5111167a7b95 c0c44c8a9aa34ea0987002f27fe5a363 - - default default] Tap Mirror: Handle Delete Port: b1559736-52aa-425e-9425-4f2c30c79c30 2026-08-13 19:36:30.797 7 INFO neutron.db.l3_db [req-54694389-eccd-4d0a-92d8-281be3e3dc4e req-94725cf8-0c09-4b65-8d14-1486017da7ab 7827bfe3e86b4e178b5a5111167a7b95 c0c44c8a9aa34ea0987002f27fe5a363 - - default default] Floating IP 3e7176c2-f71a-4687-ad5e-c3c35f5e09ff disassociated. External IP: 10.96.250.214, port: b1559736-52aa-425e-9425-4f2c30c79c30. [pid: 7|app: 0|req: 410/767] 199.204.45.138 () {36 vars in 997 bytes} [Thu Aug 13 19:36:30 2026] DELETE /v2.0/ports/b1559736-52aa-425e-9425-4f2c30c79c30 => generated 0 bytes in 671 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/768] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:36:31 2026] GET /v2.0/security-groups?tenant_id=ecb4abaad57d43f592c6868bfe131955&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:36:31.215 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e0f87c61-3f13-48f5-9f5b-33ed56b69db2'] response: {'server_uuid': '6c9e532a-e71c-43a6-b99c-07226cf884c2', 'name': 'network-vif-deleted', 'tag': 'b1559736-52aa-425e-9425-4f2c30c79c30', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 411/769] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:36:31 2026] DELETE /v2.0/security-groups/5e456d04-c492-466a-bace-1db34c580edd => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/770] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:31 2026] GET /v2.0/ports?device_id=6c9e532a-e71c-43a6-b99c-07226cf884c2 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:36:31.964 8 INFO neutron.services.segments.plugin [-] Segment 47564cf7-aadf-4fac-9893-28ebcff2b9a6 resource provider aggregate not found 2026-08-13 19:36:31.969 8 INFO neutron.services.segments.plugin [-] Segment 47564cf7-aadf-4fac-9893-28ebcff2b9a6 resource provider aggregate not found 2026-08-13 19:36:31.985 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 47564cf7-aadf-4fac-9893-28ebcff2b9a6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47564cf7-aadf-4fac-9893-28ebcff2b9a6 found for delete ", "request_id": "req-75c6b132-5adf-44b5-95b9-6516cb0c0564"}]} 2026-08-13 19:36:31.994 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 47564cf7-aadf-4fac-9893-28ebcff2b9a6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47564cf7-aadf-4fac-9893-28ebcff2b9a6 found for delete ", "request_id": "req-587435b3-e8cc-41cd-969f-8ffb62a627f0"}]} [pid: 7|app: 0|req: 412/771] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:32 2026] GET /v2.0/ports?device_id=6c9e532a-e71c-43a6-b99c-07226cf884c2 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:36:33.277 8 INFO neutron.db.segments_db [None req-e87a8683-d7f8-442a-9b44-6d1a525009ce e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] Added segment 2f393d04-09eb-47e2-ae5a-772964838e53 of type vxlan for network 8ab37daf-9e3f-4794-90c4-efa240163492 [pid: 8|app: 0|req: 360/772] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:36:32 2026] POST /v2.0/networks => generated 630 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:36:33.442 7 INFO neutron.db.segments_db [None req-5d89156d-41e3-4192-b4b4-bbe4fb209f66 e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] Added segment 9eb5a82f-44df-4feb-90d7-5f20c149ec14 of type vxlan for network 430a9b7f-7d96-4e6f-b5e0-bfd38bea1488 [pid: 7|app: 0|req: 413/773] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:36:33 2026] POST /v2.0/networks => generated 629 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/774] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:33 2026] GET /v2.0/ports?device_id=6c9e532a-e71c-43a6-b99c-07226cf884c2 => 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: 361/775] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:36:33 2026] POST /v2.0/subnets => generated 626 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/776] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:36:33 2026] POST /v2.0/subnets => generated 626 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:36:34.012 8 INFO neutron.db.segments_db [None req-d307e822-d01a-4bd8-abb9-75f37cf51e0b e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] Added segment 4a68961a-ef47-40cf-94eb-9510e090be5c of type vxlan for network 54492623-3ce8-41fa-8102-cb61e93df258 2026-08-13 19:36:34.259 8 INFO neutron.db.l3_hamode_db [None req-d307e822-d01a-4bd8-abb9-75f37cf51e0b e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 19:36:34.376 8 INFO neutron.db.l3_hamode_db [None req-d307e822-d01a-4bd8-abb9-75f37cf51e0b e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 416/777] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:36:34 2026] DELETE /v2.0/security-groups/9bd86023-e198-4dfb-9631-ed32e4566a65 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:36:34.896 7 INFO neutron.api.v2.resource [None req-68baefbd-2c8a-46fb-867f-83b3f0ee847c 7827bfe3e86b4e178b5a5111167a7b95 c0c44c8a9aa34ea0987002f27fe5a363 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 417/778] 10.0.0.214 () {32 vars in 737 bytes} [Thu Aug 13 19:36:34 2026] GET /v2.0/security-groups/9bd86023-e198-4dfb-9631-ed32e4566a65 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/779] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:36:33 2026] POST /v2.0/routers => generated 506 bytes in 985 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:36:34.990 7 INFO neutron_taas.services.taas.taas_plugin [None req-00efe20d-0773-4495-bbec-8066f1cfaeef 7827bfe3e86b4e178b5a5111167a7b95 c0c44c8a9aa34ea0987002f27fe5a363 - - default default] TaaS: Handle Delete Port: 0950a8e8-6a9b-4fbf-bb27-fe33d47b4438 2026-08-13 19:36:34.994 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00efe20d-0773-4495-bbec-8066f1cfaeef 7827bfe3e86b4e178b5a5111167a7b95 c0c44c8a9aa34ea0987002f27fe5a363 - - default default] Tap Mirror: Handle Delete Port: 0950a8e8-6a9b-4fbf-bb27-fe33d47b4438 [pid: 8|app: 0|req: 363/780] 10.0.0.6 () {34 vars in 988 bytes} [Thu Aug 13 19:36:34 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => generated 1240 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/781] 10.0.0.214 () {32 vars in 732 bytes} [Thu Aug 13 19:36:34 2026] DELETE /v2.0/floatingips/3e7176c2-f71a-4687-ad5e-c3c35f5e09ff => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/782] 10.0.0.6 () {34 vars in 1038 bytes} [Thu Aug 13 19:36:35 2026] GET /v2.0/security-groups?id=5d567be8-7f35-4368-91d8-cad0056c6d62&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-08-13 19:36:35.587 7 INFO neutron_taas.services.taas.taas_plugin [None req-40867943-039a-4a68-9218-83617019945d bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: 682f012c-da5f-4791-9c04-b47bb946cc32 2026-08-13 19:36:35.591 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40867943-039a-4a68-9218-83617019945d bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: 682f012c-da5f-4791-9c04-b47bb946cc32 [pid: 8|app: 0|req: 364/783] 10.0.0.214 () {34 vars in 783 bytes} [Thu Aug 13 19:36:35 2026] PUT /v2.0/routers/ca75e9c2-aa85-46db-9d9a-266b58d338eb/add_router_interface => generated 309 bytes in 811 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/784] 10.0.0.214 () {32 vars in 717 bytes} [Thu Aug 13 19:36:35 2026] GET /v2.0/ports/1aab6f60-5a03-431d-bbcf-1acfc2d2ae83 => generated 955 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/785] 10.0.0.214 () {34 vars in 789 bytes} [Thu Aug 13 19:36:35 2026] PUT /v2.0/routers/10e5ae10-59af-44a6-81f4-c790efc47c27/remove_router_interface => generated 309 bytes in 1602 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/786] 10.0.0.6 () {34 vars in 988 bytes} [Thu Aug 13 19:36:36 2026] GET /v2.0/ports?device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:36:37.073 7 INFO neutron_taas.services.taas.taas_plugin [None req-aede0218-f7c9-4c1f-9da8-661dc8b646ab bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: ff43458f-3b25-4bc5-8737-a2fcf64002f5 2026-08-13 19:36:37.078 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aede0218-f7c9-4c1f-9da8-661dc8b646ab bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: ff43458f-3b25-4bc5-8737-a2fcf64002f5 [pid: 8|app: 0|req: 366/787] 10.0.0.214 () {34 vars in 783 bytes} [Thu Aug 13 19:36:35 2026] PUT /v2.0/routers/ca75e9c2-aa85-46db-9d9a-266b58d338eb/add_router_interface => generated 309 bytes in 1173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/788] 10.0.0.6 () {34 vars in 1038 bytes} [Thu Aug 13 19:36:37 2026] GET /v2.0/security-groups?id=ad2e1a96-6818-4903-8728-6ca94db12b35&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/789] 10.0.0.214 () {32 vars in 717 bytes} [Thu Aug 13 19:36:37 2026] GET /v2.0/ports/53c008ad-5618-466e-9a4e-84dad24b9496 => generated 955 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:36:37.334 7 INFO neutron_taas.services.taas.taas_plugin [None req-aede0218-f7c9-4c1f-9da8-661dc8b646ab bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: 73f3c622-8482-424c-be9d-8a9d0c44d7c2 2026-08-13 19:36:37.337 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aede0218-f7c9-4c1f-9da8-661dc8b646ab bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: 73f3c622-8482-424c-be9d-8a9d0c44d7c2 2026-08-13 19:36:37.544 8 INFO neutron_taas.services.taas.taas_plugin [None req-306ba100-4ba1-40ec-9867-10ca154e65de e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] TaaS: Handle Delete Port: 53c008ad-5618-466e-9a4e-84dad24b9496 2026-08-13 19:36:37.547 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-306ba100-4ba1-40ec-9867-10ca154e65de e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] Tap Mirror: Handle Delete Port: 53c008ad-5618-466e-9a4e-84dad24b9496 2026-08-13 19:36:37.703 7 INFO neutron.services.segments.plugin [-] Segment aa10f7f5-34b8-4fbb-a61c-a892f4bcb09f resource provider aggregate not found 2026-08-13 19:36:37.710 7 INFO neutron.services.segments.plugin [-] Segment aa10f7f5-34b8-4fbb-a61c-a892f4bcb09f resource provider aggregate not found 2026-08-13 19:36:37.727 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment aa10f7f5-34b8-4fbb-a61c-a892f4bcb09f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa10f7f5-34b8-4fbb-a61c-a892f4bcb09f found for delete ", "request_id": "req-97e96824-c08e-4b33-960c-ac631b01fffe"}]} 2026-08-13 19:36:37.728 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment aa10f7f5-34b8-4fbb-a61c-a892f4bcb09f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa10f7f5-34b8-4fbb-a61c-a892f4bcb09f found for delete ", "request_id": "req-27d427bc-bc74-4bdf-be31-aa9e4bcf7e1b"}]} 2026-08-13 19:36:37.734 7 INFO neutron.db.l3_hamode_db [None req-aede0218-f7c9-4c1f-9da8-661dc8b646ab bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] HA network 5933b210-106d-4d56-bd03-3e8b91b238e6 was deleted as no HA routers are present in tenant c0c44c8a9aa34ea0987002f27fe5a363. [pid: 7|app: 0|req: 422/790] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:36:36 2026] DELETE /v2.0/routers/10e5ae10-59af-44a6-81f4-c790efc47c27 => generated 0 bytes in 869 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/791] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:36:37 2026] DELETE /v2.0/subnets/302a3f92-d99d-4e18-bf61-609d6c718480 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:36:38.110 7 INFO neutron_taas.services.taas.taas_plugin [None req-2ac649f8-8167-43da-bedd-ea0ae40a79be bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: b6f8d5d5-8dc9-4916-8f7b-d268bec1e2e5 2026-08-13 19:36:38.115 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ac649f8-8167-43da-bedd-ea0ae40a79be bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: b6f8d5d5-8dc9-4916-8f7b-d268bec1e2e5 [pid: 7|app: 0|req: 424/792] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:36:38 2026] DELETE /v2.0/networks/91c36c5e-77d3-418e-855e-db07edd0a57e => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/793] 10.0.0.214 () {34 vars in 789 bytes} [Thu Aug 13 19:36:37 2026] PUT /v2.0/routers/ca75e9c2-aa85-46db-9d9a-266b58d338eb/remove_router_interface => generated 309 bytes in 1280 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/794] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:36:38 2026] GET /v2.0/security-groups?tenant_id=c0c44c8a9aa34ea0987002f27fe5a363&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/795] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:36:38 2026] DELETE /v2.0/security-groups/a8f92de4-2013-449d-a772-9858a3c3d365 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:36:38.862 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d38e798-0ad6-4ac6-9ea3-00c9bdcc2162 e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] TaaS: Handle Delete Port: 1aab6f60-5a03-431d-bbcf-1acfc2d2ae83 2026-08-13 19:36:38.866 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d38e798-0ad6-4ac6-9ea3-00c9bdcc2162 e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] Tap Mirror: Handle Delete Port: 1aab6f60-5a03-431d-bbcf-1acfc2d2ae83 [pid: 8|app: 0|req: 370/796] 10.0.0.214 () {34 vars in 789 bytes} [Thu Aug 13 19:36:38 2026] PUT /v2.0/routers/ca75e9c2-aa85-46db-9d9a-266b58d338eb/remove_router_interface => generated 309 bytes in 791 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/797] 10.0.0.214 () {32 vars in 736 bytes} [Thu Aug 13 19:36:39 2026] GET /v2.0/ports?device_id=ca75e9c2-aa85-46db-9d9a-266b58d338eb => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:36:39.504 8 INFO neutron_taas.services.taas.taas_plugin [None req-892f3857-b9eb-4ea9-b369-310c2178cd05 e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] TaaS: Handle Delete Port: 31957fc6-5f0f-42ca-a47b-aa890c0148fb 2026-08-13 19:36:39.507 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-892f3857-b9eb-4ea9-b369-310c2178cd05 e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] Tap Mirror: Handle Delete Port: 31957fc6-5f0f-42ca-a47b-aa890c0148fb 2026-08-13 19:36:39.752 7 INFO neutron.services.segments.plugin [-] Segment 66e39d52-bf2a-453f-8fe5-265317c84352 resource provider aggregate not found 2026-08-13 19:36:39.763 7 INFO neutron.services.segments.plugin [-] Segment 66e39d52-bf2a-453f-8fe5-265317c84352 resource provider aggregate not found 2026-08-13 19:36:39.767 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 66e39d52-bf2a-453f-8fe5-265317c84352 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66e39d52-bf2a-453f-8fe5-265317c84352 found for delete ", "request_id": "req-fe1f398e-f761-4487-b230-5167376e2d7a"}]} 2026-08-13 19:36:39.779 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 66e39d52-bf2a-453f-8fe5-265317c84352 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66e39d52-bf2a-453f-8fe5-265317c84352 found for delete ", "request_id": "req-91254758-ed2d-460f-983a-66805bbf971c"}]} 2026-08-13 19:36:39.829 8 INFO neutron.services.segments.plugin [-] Segment 4a68961a-ef47-40cf-94eb-9510e090be5c resource provider aggregate not found 2026-08-13 19:36:39.837 8 INFO neutron.services.segments.plugin [-] Segment 4a68961a-ef47-40cf-94eb-9510e090be5c resource provider aggregate not found 2026-08-13 19:36:39.851 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4a68961a-ef47-40cf-94eb-9510e090be5c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a68961a-ef47-40cf-94eb-9510e090be5c found for delete ", "request_id": "req-adcce821-8d09-4888-903e-b5e17703848e"}]} 2026-08-13 19:36:39.853 8 INFO neutron.db.l3_hamode_db [None req-892f3857-b9eb-4ea9-b369-310c2178cd05 e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] HA network 54492623-3ce8-41fa-8102-cb61e93df258 was deleted as no HA routers are present in tenant 68d1eb07115446f0a5bd53bf7f21338a. [pid: 8|app: 0|req: 371/798] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:36:39 2026] DELETE /v2.0/routers/ca75e9c2-aa85-46db-9d9a-266b58d338eb => generated 0 bytes in 507 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:36:39.863 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4a68961a-ef47-40cf-94eb-9510e090be5c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a68961a-ef47-40cf-94eb-9510e090be5c found for delete ", "request_id": "req-142d1d80-cba0-4771-9d98-9ac8c006c984"}]} [pid: 7|app: 0|req: 428/799] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:36:39 2026] DELETE /v2.0/subnets/60c906d6-7764-4036-885c-b243ec362ce1 => 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: 372/800] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:36:40 2026] DELETE /v2.0/subnets/f55bda81-576e-493c-b4dd-6c6a3bb788ca => 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: 429/801] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:36:40 2026] DELETE /v2.0/networks/430a9b7f-7d96-4e6f-b5e0-bfd38bea1488 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:36:40.447 8 INFO neutron_taas.services.taas.taas_plugin [None req-e26e087b-cc9d-4a38-916a-f7a4070c063d e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] TaaS: Handle Delete Port: af4395a0-d27d-4118-8eec-eaf516360cfa 2026-08-13 19:36:40.451 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e26e087b-cc9d-4a38-916a-f7a4070c063d e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] Tap Mirror: Handle Delete Port: af4395a0-d27d-4118-8eec-eaf516360cfa [pid: 8|app: 0|req: 373/802] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:36:40 2026] DELETE /v2.0/networks/8ab37daf-9e3f-4794-90c4-efa240163492 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:36:40.707 8 INFO neutron.db.segments_db [None req-99060e1d-664b-4618-b1fa-311144d0f95d e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] Added segment 36ee711c-b8fd-4452-b68a-0499a7a62174 of type vxlan for network 1bd6aa15-5f99-4dd0-8304-5662a4d574b9 2026-08-13 19:36:40.769 7 INFO neutron.db.segments_db [None req-9d778f41-ce89-4c30-8c17-cd587e8d56ee bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Added segment a4b8999d-332b-46f6-90fd-a0b786379961 of type vxlan for network 77cf338d-52f8-4c0e-8672-103eca4a0cfa [pid: 8|app: 0|req: 374/803] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:36:40 2026] POST /v2.0/networks => generated 630 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/804] 10.0.0.214 () {34 vars in 671 bytes} [Thu Aug 13 19:36:40 2026] POST /v2.0/networks => generated 744 bytes in 469 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/805] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:36:40 2026] POST /v2.0/subnets => generated 626 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/806] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:36:40 2026] POST /v2.0/subnets => generated 691 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:36:41.081 8 INFO neutron.db.segments_db [None req-a85c1970-a926-49be-97d5-61886e03a309 e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] Added segment b5cae9ce-0747-45fa-b7c1-697d8c0d6d67 of type vxlan for network cbba9ea8-b542-478e-a7c9-461b2cc24e5d 2026-08-13 19:36:41.082 7 INFO neutron.db.segments_db [None req-a59479da-600d-4a3b-a67a-faff2b78ba28 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Added segment 293af10f-b841-4d22-ad0c-c9bcce591c3b of type vxlan for network a3ec826e-53c1-4b75-87c8-1ab72d63e86a 2026-08-13 19:36:41.356 7 INFO neutron.db.l3_hamode_db [None req-a59479da-600d-4a3b-a67a-faff2b78ba28 bb626975ff5b41fd931b181f48ad6e14 7d9fd1702284435b85efe75605f4dd7d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 19:36:41.365 8 INFO neutron.db.l3_hamode_db [None req-a85c1970-a926-49be-97d5-61886e03a309 e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 19:36:41.479 8 INFO neutron.db.l3_hamode_db [None req-a85c1970-a926-49be-97d5-61886e03a309 e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 19:36:41.788 7 INFO neutron.services.segments.plugin [-] Segment 9eb5a82f-44df-4feb-90d7-5f20c149ec14 resource provider aggregate not found 2026-08-13 19:36:41.807 7 INFO neutron.services.segments.plugin [-] Segment 9eb5a82f-44df-4feb-90d7-5f20c149ec14 resource provider aggregate not found 2026-08-13 19:36:41.821 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9eb5a82f-44df-4feb-90d7-5f20c149ec14 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9eb5a82f-44df-4feb-90d7-5f20c149ec14 found for delete ", "request_id": "req-6099ee5e-eee9-411b-8ec8-5841028c6fa4"}]} 2026-08-13 19:36:41.827 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9eb5a82f-44df-4feb-90d7-5f20c149ec14 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9eb5a82f-44df-4feb-90d7-5f20c149ec14 found for delete ", "request_id": "req-47ae0381-11fe-4665-afaf-622930375b02"}]} 2026-08-13 19:36:41.890 8 INFO neutron.services.segments.plugin [-] Segment 2f393d04-09eb-47e2-ae5a-772964838e53 resource provider aggregate not found 2026-08-13 19:36:41.893 8 INFO neutron.services.segments.plugin [-] Segment 2f393d04-09eb-47e2-ae5a-772964838e53 resource provider aggregate not found 2026-08-13 19:36:41.916 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2f393d04-09eb-47e2-ae5a-772964838e53 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f393d04-09eb-47e2-ae5a-772964838e53 found for delete ", "request_id": "req-c3fb1d72-db8b-47ec-860b-ebeecde24bda"}]} 2026-08-13 19:36:41.920 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2f393d04-09eb-47e2-ae5a-772964838e53 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f393d04-09eb-47e2-ae5a-772964838e53 found for delete ", "request_id": "req-d0a8b5c1-4c94-4118-80f6-a0bacae2ec26"}]} [pid: 8|app: 0|req: 376/807] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:36:41 2026] POST /v2.0/routers => generated 506 bytes in 1008 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:36:42.112 7 INFO neutron.db.l3_hamode_db [None req-a59479da-600d-4a3b-a67a-faff2b78ba28 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 377/808] 10.0.0.214 () {34 vars in 665 bytes} [Thu Aug 13 19:36:42 2026] POST /v2.0/ports => generated 947 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 432/811] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:36:41 2026] POST /v2.0/routers => generated 731 bytes in 1889 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/812] 10.0.0.214 () {34 vars in 783 bytes} [Thu Aug 13 19:36:42 2026] PUT /v2.0/routers/1ba1b16c-3f4a-4a1f-ad1c-0e6f88d5b0ac/add_router_interface => generated 309 bytes in 1138 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: 381/813] 10.0.0.214 () {32 vars in 717 bytes} [Thu Aug 13 19:36:43 2026] GET /v2.0/ports/9a65d119-f335-4ea6-8cc1-a84e6390ae65 => generated 1021 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:36:43.989 8 INFO neutron_taas.services.taas.taas_plugin [None req-60faf1d8-b40e-4e4c-ac15-b491a9097335 e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] TaaS: Handle Delete Port: 9a65d119-f335-4ea6-8cc1-a84e6390ae65 2026-08-13 19:36:43.996 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60faf1d8-b40e-4e4c-ac15-b491a9097335 e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] Tap Mirror: Handle Delete Port: 9a65d119-f335-4ea6-8cc1-a84e6390ae65 [pid: 7|app: 0|req: 433/814] 10.0.0.214 () {34 vars in 783 bytes} [Thu Aug 13 19:36:42 2026] PUT /v2.0/routers/ea187610-2080-4b69-8115-a3d88a2f80a3/add_router_interface => generated 309 bytes in 1168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/815] 10.0.0.214 () {34 vars in 789 bytes} [Thu Aug 13 19:36:43 2026] PUT /v2.0/routers/1ba1b16c-3f4a-4a1f-ad1c-0e6f88d5b0ac/remove_router_interface => generated 309 bytes in 781 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:36:44.538 7 INFO neutron.api.v2.resource [None req-5524ae70-a3f3-4c2f-aadf-690bd625f92a e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 434/816] 10.0.0.214 () {34 vars in 789 bytes} [Thu Aug 13 19:36:44 2026] PUT /v2.0/routers/1ba1b16c-3f4a-4a1f-ad1c-0e6f88d5b0ac/remove_router_interface => generated 197 bytes in 172 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 383/817] 10.0.0.214 () {32 vars in 736 bytes} [Thu Aug 13 19:36:44 2026] GET /v2.0/ports?device_id=1ba1b16c-3f4a-4a1f-ad1c-0e6f88d5b0ac => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:36:44.725 7 INFO neutron_taas.services.taas.taas_plugin [None req-f349514c-8954-4f27-879a-d6daa0d15b9a e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] TaaS: Handle Delete Port: fd4cb060-ba2b-4eb8-816a-235f46b73385 2026-08-13 19:36:44.728 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f349514c-8954-4f27-879a-d6daa0d15b9a e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] Tap Mirror: Handle Delete Port: fd4cb060-ba2b-4eb8-816a-235f46b73385 [pid: 8|app: 0|req: 384/818] 10.0.0.214 () {34 vars in 685 bytes} [Thu Aug 13 19:36:44 2026] POST /v2.0/security-groups => generated 1661 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/819] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:36:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/820] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:36:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:36:45.048 7 INFO neutron.services.segments.plugin [-] Segment b5cae9ce-0747-45fa-b7c1-697d8c0d6d67 resource provider aggregate not found 2026-08-13 19:36:45.058 7 INFO neutron.services.segments.plugin [-] Segment b5cae9ce-0747-45fa-b7c1-697d8c0d6d67 resource provider aggregate not found 2026-08-13 19:36:45.074 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b5cae9ce-0747-45fa-b7c1-697d8c0d6d67 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5cae9ce-0747-45fa-b7c1-697d8c0d6d67 found for delete ", "request_id": "req-c3afa96f-e58c-4c50-a836-28b484814357"}]} 2026-08-13 19:36:45.079 7 INFO neutron.db.l3_hamode_db [None req-f349514c-8954-4f27-879a-d6daa0d15b9a e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] HA network cbba9ea8-b542-478e-a7c9-461b2cc24e5d was deleted as no HA routers are present in tenant 68d1eb07115446f0a5bd53bf7f21338a. [pid: 7|app: 0|req: 435/821] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:36:44 2026] DELETE /v2.0/routers/1ba1b16c-3f4a-4a1f-ad1c-0e6f88d5b0ac => generated 0 bytes in 515 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:36:45.090 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b5cae9ce-0747-45fa-b7c1-697d8c0d6d67 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5cae9ce-0747-45fa-b7c1-697d8c0d6d67 found for delete ", "request_id": "req-2f937d2c-fdf9-4caf-a2d2-9cd70f8062fd"}]} [pid: 7|app: 0|req: 436/822] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:36:45 2026] DELETE /v2.0/subnets/3d5e89d6-573d-4d27-a17d-385569ed5a5b => 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: 437/823] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:36:45 2026] DELETE /v2.0/networks/1bd6aa15-5f99-4dd0-8304-5662a4d574b9 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:36:45.393 7 INFO neutron.db.segments_db [None req-0723c45c-5f09-4684-804e-f2817009c99e e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] Added segment b1fd16ff-4011-4eb5-9ca7-c02ecad037fa of type vxlan for network c746ac98-e808-437e-9a4e-aa3020364146 [pid: 7|app: 0|req: 438/824] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:36:45 2026] POST /v2.0/networks => generated 630 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/825] 10.0.0.214 () {34 vars in 676 bytes} [Thu Aug 13 19:36:44 2026] POST /v2.0/floatingips => generated 552 bytes in 606 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/826] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:36:45 2026] POST /v2.0/subnets => generated 626 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:36:45.738 8 INFO neutron.db.segments_db [None req-c8374b11-e42d-452c-a1ab-be13072ab84d e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] Added segment 10eb0537-42f4-43c2-b314-80beba3a25dd of type vxlan for network 8741ae93-dde9-49e4-87ad-45d2a7746129 2026-08-13 19:36:45.976 8 INFO neutron.db.l3_hamode_db [None req-c8374b11-e42d-452c-a1ab-be13072ab84d e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 440/827] 10.0.0.213 () {34 vars in 1100 bytes} [Thu Aug 13 19:36:46 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1709228659&fields=id&tenant_id=7d9fd1702284435b85efe75605f4dd7d => generated 69 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/828] 10.0.0.213 () {34 vars in 982 bytes} [Thu Aug 13 19:36:46 2026] GET /v2.0/networks?id=77cf338d-52f8-4c0e-8672-103eca4a0cfa => generated 676 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/829] 10.0.0.213 () {34 vars in 965 bytes} [Thu Aug 13 19:36:46 2026] GET /v2.0/quotas/7d9fd1702284435b85efe75605f4dd7d => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:36:46.101 8 INFO neutron.db.l3_hamode_db [None req-c8374b11-e42d-452c-a1ab-be13072ab84d e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 443/830] 10.0.0.213 () {34 vars in 1002 bytes} [Thu Aug 13 19:36:46 2026] GET /v2.0/ports?tenant_id=7d9fd1702284435b85efe75605f4dd7d&fields=id => generated 103 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/831] 10.0.0.213 () {34 vars in 1008 bytes} [Thu Aug 13 19:36:46 2026] GET /v2.0/networks/77cf338d-52f8-4c0e-8672-103eca4a0cfa?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/832] 10.0.0.213 () {34 vars in 1108 bytes} [Thu Aug 13 19:36:46 2026] GET /v2.0/networks/77cf338d-52f8-4c0e-8672-103eca4a0cfa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/833] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:46 2026] GET /v2.0/ports?device_id=ca687cc0-025f-480a-97f2-dbe27f26b3b9 => 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: 388/834] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:36:45 2026] POST /v2.0/routers => generated 507 bytes in 975 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:36:47.105 7 INFO neutron.services.segments.plugin [-] Segment 36ee711c-b8fd-4452-b68a-0499a7a62174 resource provider aggregate not found 2026-08-13 19:36:47.124 7 INFO neutron.services.segments.plugin [-] Segment 36ee711c-b8fd-4452-b68a-0499a7a62174 resource provider aggregate not found 2026-08-13 19:36:47.131 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 36ee711c-b8fd-4452-b68a-0499a7a62174 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36ee711c-b8fd-4452-b68a-0499a7a62174 found for delete ", "request_id": "req-9babc88e-2ef8-4f0a-acee-126d2b4f8308"}]} 2026-08-13 19:36:47.148 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 36ee711c-b8fd-4452-b68a-0499a7a62174 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36ee711c-b8fd-4452-b68a-0499a7a62174 found for delete ", "request_id": "req-5491701e-cbf3-4720-ae14-bcc953369137"}]} [pid: 8|app: 0|req: 389/835] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:47 2026] GET /v2.0/ports?device_id=ca687cc0-025f-480a-97f2-dbe27f26b3b9 => 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: 447/836] 10.0.0.214 () {34 vars in 783 bytes} [Thu Aug 13 19:36:46 2026] PUT /v2.0/routers/83c61f4b-cc44-4b3d-89a8-47c9321ade1e/add_router_interface => generated 309 bytes in 1114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/837] 10.0.0.214 () {32 vars in 717 bytes} [Thu Aug 13 19:36:47 2026] GET /v2.0/ports/8ecd3f99-5bae-4c1c-bf2f-c91dfd8877a0 => generated 955 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:36:48.221 7 INFO neutron_taas.services.taas.taas_plugin [None req-875c6f1d-53e6-4871-8d1c-8b1a1b4ee116 e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] TaaS: Handle Delete Port: 8ecd3f99-5bae-4c1c-bf2f-c91dfd8877a0 2026-08-13 19:36:48.225 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-875c6f1d-53e6-4871-8d1c-8b1a1b4ee116 e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] Tap Mirror: Handle Delete Port: 8ecd3f99-5bae-4c1c-bf2f-c91dfd8877a0 [pid: 7|app: 0|req: 448/838] 10.0.0.214 () {34 vars in 789 bytes} [Thu Aug 13 19:36:47 2026] PUT /v2.0/routers/83c61f4b-cc44-4b3d-89a8-47c9321ade1e/remove_router_interface => generated 309 bytes in 769 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/839] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:48 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/840] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:48 2026] GET /v2.0/ports?device_id=ca687cc0-025f-480a-97f2-dbe27f26b3b9 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/841] 10.0.0.214 () {32 vars in 736 bytes} [Thu Aug 13 19:36:48 2026] GET /v2.0/ports?device_id=83c61f4b-cc44-4b3d-89a8-47c9321ade1e => 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: 392/842] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:48 2026] GET /v2.0/security-groups?id=5d567be8-7f35-4368-91d8-cad0056c6d62&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: 393/843] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:48 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => 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: 394/844] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:48 2026] GET /v2.0/security-groups?id=5d567be8-7f35-4368-91d8-cad0056c6d62&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:36:48.865 7 INFO neutron_taas.services.taas.taas_plugin [None req-d7eaaa63-47cf-49f6-9b66-7e88d45325b4 e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] TaaS: Handle Delete Port: 1bf322f8-f2d9-4b84-849b-c656fb110873 2026-08-13 19:36:48.869 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7eaaa63-47cf-49f6-9b66-7e88d45325b4 e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] Tap Mirror: Handle Delete Port: 1bf322f8-f2d9-4b84-849b-c656fb110873 [pid: 8|app: 0|req: 395/845] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:49 2026] GET /v2.0/ports?device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:36:49.237 7 INFO neutron.services.segments.plugin [-] Segment 10eb0537-42f4-43c2-b314-80beba3a25dd resource provider aggregate not found 2026-08-13 19:36:49.241 7 INFO neutron.services.segments.plugin [-] Segment 10eb0537-42f4-43c2-b314-80beba3a25dd resource provider aggregate not found 2026-08-13 19:36:49.257 7 INFO neutron.db.l3_hamode_db [None req-d7eaaa63-47cf-49f6-9b66-7e88d45325b4 e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] HA network 8741ae93-dde9-49e4-87ad-45d2a7746129 was deleted as no HA routers are present in tenant 68d1eb07115446f0a5bd53bf7f21338a. 2026-08-13 19:36:49.262 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 10eb0537-42f4-43c2-b314-80beba3a25dd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10eb0537-42f4-43c2-b314-80beba3a25dd found for delete ", "request_id": "req-94dd07fe-3095-4679-bd44-db1265b522d4"}]} 2026-08-13 19:36:49.265 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 10eb0537-42f4-43c2-b314-80beba3a25dd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10eb0537-42f4-43c2-b314-80beba3a25dd found for delete ", "request_id": "req-32d2d0aa-1e8a-4f98-96fe-5a03e5dba8cc"}]} [pid: 7|app: 0|req: 451/846] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:36:48 2026] DELETE /v2.0/routers/83c61f4b-cc44-4b3d-89a8-47c9321ade1e => generated 0 bytes in 569 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/847] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:49 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/848] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:49 2026] GET /v2.0/security-groups?id=5d567be8-7f35-4368-91d8-cad0056c6d62&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: 398/849] 10.0.0.213 () {34 vars in 971 bytes} [Thu Aug 13 19:36:49 2026] GET /v2.0/ports/ebb11282-d289-4996-a743-4fbadef0093a => generated 972 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/850] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:36:49 2026] DELETE /v2.0/subnets/c86c215c-f40e-425a-9c26-6a56f0e76458 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:36:49.533 8 INFO neutron_taas.services.taas.taas_plugin [None req-cb9d365e-730a-4740-8681-5a92a28d39d3 e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] TaaS: Handle Delete Port: 402b3d43-5d27-4f23-b34f-bd8e186fb904 2026-08-13 19:36:49.537 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb9d365e-730a-4740-8681-5a92a28d39d3 e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] Tap Mirror: Handle Delete Port: 402b3d43-5d27-4f23-b34f-bd8e186fb904 2026-08-13 19:36:49.720 8 INFO neutron.services.segments.plugin [-] Segment b1fd16ff-4011-4eb5-9ca7-c02ecad037fa resource provider aggregate not found 2026-08-13 19:36:49.720 8 INFO neutron.services.segments.plugin [-] Segment b1fd16ff-4011-4eb5-9ca7-c02ecad037fa resource provider aggregate not found 2026-08-13 19:36:49.744 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b1fd16ff-4011-4eb5-9ca7-c02ecad037fa resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1fd16ff-4011-4eb5-9ca7-c02ecad037fa found for delete ", "request_id": "req-0f94871b-4199-4542-8b8e-5cfb0d8a85f1"}]} 2026-08-13 19:36:49.747 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b1fd16ff-4011-4eb5-9ca7-c02ecad037fa resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1fd16ff-4011-4eb5-9ca7-c02ecad037fa found for delete ", "request_id": "req-ff81420f-772f-4f22-a744-3d12eb1b3333"}]} [pid: 8|app: 0|req: 399/851] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:36:49 2026] DELETE /v2.0/networks/c746ac98-e808-437e-9a4e-aa3020364146 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/852] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:49 2026] GET /v2.0/ports?device_id=ca687cc0-025f-480a-97f2-dbe27f26b3b9 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:36:49.810 8 INFO neutron.db.segments_db [None req-673314ff-4bd8-4e2c-9e89-a94d54d8bc69 e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] Added segment 924a9fe4-0f21-4624-af63-3244af1c1ec9 of type vxlan for network d31231de-340e-45e7-b7b3-196f9b64447f [pid: 7|app: 0|req: 454/853] 199.204.45.138 () {34 vars in 1000 bytes} [Thu Aug 13 19:36:49 2026] GET /v2.0/subnets?network_id=d6986f8e-5e96-4b29-ac6c-d23d029a118b => generated 684 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:36:50.048 8 INFO neutron.db.l3_hamode_db [None req-673314ff-4bd8-4e2c-9e89-a94d54d8bc69 e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 455/854] 199.204.45.138 () {34 vars in 1146 bytes} [Thu Aug 13 19:36:50 2026] GET /v2.0/ports?device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3&device_owner=compute%3Anova&network_id=d6986f8e-5e96-4b29-ac6c-d23d029a118b => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/855] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Aug 13 19:36:50 2026] PUT /v2.0/ports/ebb11282-d289-4996-a743-4fbadef0093a => generated 1149 bytes in 411 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-08-13 19:36:50.543 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-75adffcf-beb3-4e88-a15f-cde678df2447'] response: {'name': 'network-changed', 'server_uuid': 'b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3', 'tag': 'ebb11282-d289-4996-a743-4fbadef0093a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 457/856] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:50 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => generated 971 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/857] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:50 2026] GET /v2.0/security-groups?id=5d567be8-7f35-4368-91d8-cad0056c6d62&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: 459/858] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:36:50 2026] GET /v2.0/networks?id=77cf338d-52f8-4c0e-8672-103eca4a0cfa => generated 676 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/859] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:36:50 2026] GET /v2.0/ports?tenant_id=d62fd5d1770540d3a5836f880f790025&device_id=81749584-5d35-4241-bb67-a8a919c24a42 => generated 1240 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/860] 199.204.45.138 () {34 vars in 1050 bytes} [Thu Aug 13 19:36:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7d9fd1702284435b85efe75605f4dd7d => 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: 462/861] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:50 2026] GET /v2.0/ports?device_id=ca687cc0-025f-480a-97f2-dbe27f26b3b9 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:36:50.909 8 INFO neutron.db.l3_hamode_db [None req-673314ff-4bd8-4e2c-9e89-a94d54d8bc69 e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 463/862] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:36:50 2026] GET /v2.0/networks?id=5aa4feff-46f6-4a64-909d-67cfc520816d => generated 770 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/863] 199.204.45.138 () {38 vars in 955 bytes} [Thu Aug 13 19:36:50 2026] POST /v2.0/ports => generated 954 bytes in 447 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: 465/864] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Aug 13 19:36:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=d9d4e8a4-d16f-4228-b4ee-995077b0990c => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/865] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:36:51 2026] GET /v2.0/ports?tenant_id=377e5007d7ce4c0ab1fd209bca3be6a4&device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => generated 1421 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/866] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:36:49 2026] POST /v2.0/routers => generated 688 bytes in 1886 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/867] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:36:51 2026] GET /v2.0/subnets?id=a4b89c41-565e-46a7-a558-9d8ad1f04a51 => generated 693 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/868] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:36:51 2026] GET /v2.0/networks?id=d6986f8e-5e96-4b29-ac6c-d23d029a118b => generated 780 bytes in 31 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.214 () {32 vars in 721 bytes} [Thu Aug 13 19:36:51 2026] GET /v2.0/routers/a2353dba-9b00-42f4-91be-b8a857fe6d30 => generated 694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/870] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Aug 13 19:36:51 2026] PUT /v2.0/ports/5f2160b0-063e-4bb4-be98-590e9c775017 => generated 1235 bytes in 349 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: 404/871] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:36:51 2026] GET /v2.0/ports?network_id=5aa4feff-46f6-4a64-909d-67cfc520816d&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/872] 199.204.45.138 () {34 vars in 1060 bytes} [Thu Aug 13 19:36:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=ebb11282-d289-4996-a743-4fbadef0093a => generated 861 bytes in 34 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.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:51 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/874] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:36:51 2026] GET /v2.0/networks/5aa4feff-46f6-4a64-909d-67cfc520816d?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: 407/875] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Aug 13 19:36:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=ebb11282-d289-4996-a743-4fbadef0093a => 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: 408/876] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:51 2026] GET /v2.0/security-groups?id=5d567be8-7f35-4368-91d8-cad0056c6d62&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: 469/877] 10.0.0.214 () {32 vars in 647 bytes} [Thu Aug 13 19:36:51 2026] GET /v2.0/routers => generated 697 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/878] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:36:51 2026] GET /v2.0/subnets?id=4f52f5d2-90e1-42fc-b917-05f47c51c598 => generated 702 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/879] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:36:51 2026] GET /v2.0/networks/5aa4feff-46f6-4a64-909d-67cfc520816d?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: 8|app: 0|req: 410/880] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:51 2026] GET /v2.0/ports?device_id=ca687cc0-025f-480a-97f2-dbe27f26b3b9 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/881] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:36:52 2026] GET /v2.0/ports?network_id=d6986f8e-5e96-4b29-ac6c-d23d029a118b&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: 412/882] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:52 2026] GET /v2.0/security-groups?id=8ea59c63-559b-475f-8488-660fdc030119&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: 413/883] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:36:52 2026] GET /v2.0/networks/d6986f8e-5e96-4b29-ac6c-d23d029a118b?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: 414/884] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:36:52 2026] GET /v2.0/networks/d6986f8e-5e96-4b29-ac6c-d23d029a118b?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: 471/885] 10.0.0.214 () {34 vars in 741 bytes} [Thu Aug 13 19:36:51 2026] PUT /v2.0/routers/a2353dba-9b00-42f4-91be-b8a857fe6d30 => generated 701 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/886] 10.0.0.214 () {32 vars in 721 bytes} [Thu Aug 13 19:36:52 2026] GET /v2.0/routers/a2353dba-9b00-42f4-91be-b8a857fe6d30 => generated 701 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/887] 10.0.0.214 () {32 vars in 736 bytes} [Thu Aug 13 19:36:52 2026] GET /v2.0/ports?device_id=a2353dba-9b00-42f4-91be-b8a857fe6d30 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:36:52.580 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5260763c-daad-4f9b-84b8-6d863b40da7b'] response: {'name': 'network-changed', 'server_uuid': 'ca687cc0-025f-480a-97f2-dbe27f26b3b9', 'tag': '5f2160b0-063e-4bb4-be98-590e9c775017', 'status': 'completed', 'code': 200} 2026-08-13 19:36:52.638 8 INFO neutron_taas.services.taas.taas_plugin [None req-1095b5d6-b14e-48fe-9948-d410ae6b5516 e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] TaaS: Handle Delete Port: c3795666-c991-4298-8031-58e57fb4f0c0 2026-08-13 19:36:52.641 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1095b5d6-b14e-48fe-9948-d410ae6b5516 e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] Tap Mirror: Handle Delete Port: c3795666-c991-4298-8031-58e57fb4f0c0 [pid: 7|app: 0|req: 473/888] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:52 2026] GET /v2.0/ports?device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => generated 1152 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/889] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:52 2026] GET /v2.0/security-groups?id=ad2e1a96-6818-4903-8728-6ca94db12b35&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: 475/890] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:36:52 2026] GET /v2.0/ports?tenant_id=7d9fd1702284435b85efe75605f4dd7d&device_id=ca687cc0-025f-480a-97f2-dbe27f26b3b9 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/891] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Aug 13 19:36:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=5f2160b0-063e-4bb4-be98-590e9c775017 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:36:52.892 8 INFO neutron_taas.services.taas.taas_plugin [None req-1095b5d6-b14e-48fe-9948-d410ae6b5516 e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] TaaS: Handle Delete Port: 51504fdd-e07f-4c9f-bba2-4d0d5f356da8 2026-08-13 19:36:52.894 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1095b5d6-b14e-48fe-9948-d410ae6b5516 e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] Tap Mirror: Handle Delete Port: 51504fdd-e07f-4c9f-bba2-4d0d5f356da8 [pid: 7|app: 0|req: 477/892] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:36:52 2026] GET /v2.0/subnets?id=c65681de-a503-49a6-8f66-cc281fd4eada => generated 694 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/893] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:36:52 2026] GET /v2.0/ports?network_id=77cf338d-52f8-4c0e-8672-103eca4a0cfa&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/894] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:52 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => 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: 480/895] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:36:53 2026] GET /v2.0/networks/77cf338d-52f8-4c0e-8672-103eca4a0cfa?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: 481/896] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:53 2026] GET /v2.0/security-groups?id=5d567be8-7f35-4368-91d8-cad0056c6d62&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: 482/897] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:36:53 2026] GET /v2.0/networks/77cf338d-52f8-4c0e-8672-103eca4a0cfa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/898] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:53 2026] GET /v2.0/ports?device_id=ca687cc0-025f-480a-97f2-dbe27f26b3b9 => 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: 484/899] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:53 2026] GET /v2.0/security-groups?id=8ea59c63-559b-475f-8488-660fdc030119&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-08-13 19:36:53.238 8 INFO neutron.services.segments.plugin [-] Segment 924a9fe4-0f21-4624-af63-3244af1c1ec9 resource provider aggregate not found 2026-08-13 19:36:53.243 8 INFO neutron.services.segments.plugin [-] Segment 924a9fe4-0f21-4624-af63-3244af1c1ec9 resource provider aggregate not found [pid: 7|app: 0|req: 485/900] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:36:53 2026] GET /v2.0/ports?tenant_id=377e5007d7ce4c0ab1fd209bca3be6a4&device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => generated 1421 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:36:53.255 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 924a9fe4-0f21-4624-af63-3244af1c1ec9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 924a9fe4-0f21-4624-af63-3244af1c1ec9 found for delete ", "request_id": "req-ad26bcc9-2477-4148-b59f-d67082a70861"}]} 2026-08-13 19:36:53.264 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 924a9fe4-0f21-4624-af63-3244af1c1ec9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 924a9fe4-0f21-4624-af63-3244af1c1ec9 found for delete ", "request_id": "req-3409b4fe-b233-46d2-ae34-660ac40f9ae0"}]} 2026-08-13 19:36:53.275 8 INFO neutron.db.l3_hamode_db [None req-1095b5d6-b14e-48fe-9948-d410ae6b5516 e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] HA network d31231de-340e-45e7-b7b3-196f9b64447f was deleted as no HA routers are present in tenant 68d1eb07115446f0a5bd53bf7f21338a. [pid: 8|app: 0|req: 416/901] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:36:52 2026] DELETE /v2.0/routers/a2353dba-9b00-42f4-91be-b8a857fe6d30 => generated 0 bytes in 816 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/902] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:36:53 2026] GET /v2.0/networks?id=d6986f8e-5e96-4b29-ac6c-d23d029a118b => generated 780 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/903] 10.0.0.214 () {32 vars in 736 bytes} [Thu Aug 13 19:36:53 2026] GET /v2.0/ports?device_id=a2353dba-9b00-42f4-91be-b8a857fe6d30 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:36:53.324 8 INFO neutron.api.v2.resource [None req-5fffa51d-2183-4131-bae1-beee159d9e63 e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 418/904] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:36:53 2026] DELETE /v2.0/routers/a2353dba-9b00-42f4-91be-b8a857fe6d30 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/905] 199.204.45.138 () {34 vars in 1060 bytes} [Thu Aug 13 19:36:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=ebb11282-d289-4996-a743-4fbadef0093a => generated 861 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/906] 10.0.0.214 () {32 vars in 736 bytes} [Thu Aug 13 19:36:53 2026] GET /v2.0/ports?device_id=83c61f4b-cc44-4b3d-89a8-47c9321ade1e => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:36:53.361 7 INFO neutron.api.v2.resource [None req-c3eacfe0-feac-4f31-9234-7eef1987378a e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 488/907] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:36:53 2026] DELETE /v2.0/routers/83c61f4b-cc44-4b3d-89a8-47c9321ade1e => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/908] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Aug 13 19:36:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=ebb11282-d289-4996-a743-4fbadef0093a => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:36:53.376 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1a81390b-562a-4a8c-bc73-809fe8282b75 e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 489/909] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:36:53 2026] DELETE /v2.0/subnets/c86c215c-f40e-425a-9c26-6a56f0e76458 => 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: 490/910] 10.0.0.214 () {32 vars in 736 bytes} [Thu Aug 13 19:36:53 2026] GET /v2.0/ports?device_id=1ba1b16c-3f4a-4a1f-ad1c-0e6f88d5b0ac => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/911] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:36:53 2026] GET /v2.0/subnets?id=4f52f5d2-90e1-42fc-b917-05f47c51c598 => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:36:53.417 7 INFO neutron.api.v2.resource [None req-9359ae74-43d1-4e4d-8083-97ac3449d22b e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 491/912] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:36:53 2026] DELETE /v2.0/routers/1ba1b16c-3f4a-4a1f-ad1c-0e6f88d5b0ac => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:36:53.429 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e3554d0b-f3e1-4928-a540-92c77f2a349a e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 492/913] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:36:53 2026] DELETE /v2.0/subnets/3d5e89d6-573d-4d27-a17d-385569ed5a5b => 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: 422/914] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:36:53 2026] GET /v2.0/ports?network_id=d6986f8e-5e96-4b29-ac6c-d23d029a118b&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/915] 10.0.0.214 () {32 vars in 736 bytes} [Thu Aug 13 19:36:53 2026] GET /v2.0/ports?device_id=ca75e9c2-aa85-46db-9d9a-266b58d338eb => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:36:53.471 7 INFO neutron.api.v2.resource [None req-c4eb11dc-03e9-4a87-bb6b-13c22062d14b e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 494/916] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:36:53 2026] DELETE /v2.0/routers/ca75e9c2-aa85-46db-9d9a-266b58d338eb => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/917] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:36:53 2026] GET /v2.0/networks/d6986f8e-5e96-4b29-ac6c-d23d029a118b?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:36:53.485 7 INFO neutron.pecan_wsgi.hooks.translation [None req-20edf9fb-e6ac-4034-9d0e-d7730be54ca2 e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 495/918] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:36:53 2026] DELETE /v2.0/subnets/60c906d6-7764-4036-885c-b243ec362ce1 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:36:53.502 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f5f04dab-be44-4bca-b6de-11ba54714308 e08651acc4f94c68a72daa9540d0d864 68d1eb07115446f0a5bd53bf7f21338a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 424/919] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:36:53 2026] DELETE /v2.0/subnets/f55bda81-576e-493c-b4dd-6c6a3bb788ca => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/920] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:36:53 2026] GET /v2.0/networks/d6986f8e-5e96-4b29-ac6c-d23d029a118b?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: 425/921] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:36:53 2026] GET /v2.0/security-groups?tenant_id=68d1eb07115446f0a5bd53bf7f21338a&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: 497/922] 199.204.45.138 () {34 vars in 1118 bytes} [Thu Aug 13 19:36:54 2026] GET /v2.0/ports?device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.9 => generated 1152 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/923] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:36:54 2026] DELETE /v2.0/security-groups/d55cade2-a782-412f-80fc-8453cb0cb7f7 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/924] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:36:54 2026] GET /v2.0/ports?tenant_id=7d9fd1702284435b85efe75605f4dd7d&device_id=ca687cc0-025f-480a-97f2-dbe27f26b3b9 => generated 1238 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/925] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:54 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/926] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:54 2026] GET /v2.0/ports?device_id=ca687cc0-025f-480a-97f2-dbe27f26b3b9 => 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: 430/927] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:36:54 2026] GET /v2.0/networks?id=77cf338d-52f8-4c0e-8672-103eca4a0cfa => generated 772 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/928] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:54 2026] GET /v2.0/security-groups?id=5d567be8-7f35-4368-91d8-cad0056c6d62&fields=id&fields=name => generated 114 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/929] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:54 2026] GET /v2.0/security-groups?id=8ea59c63-559b-475f-8488-660fdc030119&fields=id&fields=name => generated 114 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/930] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Aug 13 19:36:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=5f2160b0-063e-4bb4-be98-590e9c775017 => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/931] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:36:54 2026] GET /v2.0/subnets?id=c65681de-a503-49a6-8f66-cc281fd4eada => generated 694 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/932] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Aug 13 19:36:54 2026] PUT /v2.0/ports/ebb11282-d289-4996-a743-4fbadef0093a => generated 972 bytes in 456 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/933] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:36:54 2026] GET /v2.0/ports?network_id=77cf338d-52f8-4c0e-8672-103eca4a0cfa&device_owner=network%3Adhcp => generated 1244 bytes in 24 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-08-13 19:36:54.636 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f2914ad8-440c-4a30-a4a5-13bc52ff7fff'] response: {'name': 'network-changed', 'server_uuid': 'b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3', 'tag': 'ebb11282-d289-4996-a743-4fbadef0093a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 499/934] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:36:54 2026] GET /v2.0/networks/77cf338d-52f8-4c0e-8672-103eca4a0cfa?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: 436/935] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:36:54 2026] GET /v2.0/networks/77cf338d-52f8-4c0e-8672-103eca4a0cfa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/936] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:36:55 2026] GET /v2.0/ports?tenant_id=377e5007d7ce4c0ab1fd209bca3be6a4&device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => 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: 437/937] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:36:55 2026] GET /v2.0/networks?id=d6986f8e-5e96-4b29-ac6c-d23d029a118b => generated 780 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/938] 199.204.45.138 () {34 vars in 1060 bytes} [Thu Aug 13 19:36:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=ebb11282-d289-4996-a743-4fbadef0093a => generated 861 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/939] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:36:55 2026] GET /v2.0/subnets?id=4f52f5d2-90e1-42fc-b917-05f47c51c598 => generated 702 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/940] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:36:55 2026] GET /v2.0/ports?network_id=d6986f8e-5e96-4b29-ac6c-d23d029a118b&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: 439/941] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:36:55 2026] GET /v2.0/networks/d6986f8e-5e96-4b29-ac6c-d23d029a118b?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/942] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:36:55 2026] GET /v2.0/networks/d6986f8e-5e96-4b29-ac6c-d23d029a118b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/943] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:55 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/944] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:55 2026] GET /v2.0/security-groups?id=5d567be8-7f35-4368-91d8-cad0056c6d62&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/945] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:55 2026] GET /v2.0/ports?device_id=ca687cc0-025f-480a-97f2-dbe27f26b3b9 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/946] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:55 2026] GET /v2.0/security-groups?id=8ea59c63-559b-475f-8488-660fdc030119&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/947] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:56 2026] GET /v2.0/ports?device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/948] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:56 2026] GET /v2.0/security-groups?id=ad2e1a96-6818-4903-8728-6ca94db12b35&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/949] 10.0.0.214 () {34 vars in 684 bytes} [Thu Aug 13 19:36:56 2026] POST /v2.0/security-groups => generated 1624 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/950] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:36:56 2026] GET /v2.0/ports?tenant_id=377e5007d7ce4c0ab1fd209bca3be6a4&device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/951] 10.0.0.214 () {32 vars in 663 bytes} [Thu Aug 13 19:36:56 2026] GET /v2.0/security-groups => generated 4529 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/952] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:36:56 2026] GET /v2.0/networks?id=d6986f8e-5e96-4b29-ac6c-d23d029a118b => generated 780 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/953] 199.204.45.138 () {34 vars in 1060 bytes} [Thu Aug 13 19:36:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=ebb11282-d289-4996-a743-4fbadef0093a => generated 861 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/954] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:36:56 2026] GET /v2.0/subnets?id=4f52f5d2-90e1-42fc-b917-05f47c51c598 => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/955] 10.0.0.214 () {34 vars in 758 bytes} [Thu Aug 13 19:36:56 2026] PUT /v2.0/security-groups/d992e2a0-1d73-494c-a90b-60d34f912431 => generated 1663 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/956] 10.0.0.214 () {32 vars in 737 bytes} [Thu Aug 13 19:36:56 2026] GET /v2.0/security-groups/d992e2a0-1d73-494c-a90b-60d34f912431 => generated 1663 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/957] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:36:56 2026] GET /v2.0/ports?network_id=d6986f8e-5e96-4b29-ac6c-d23d029a118b&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/958] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:36:56 2026] GET /v2.0/networks/d6986f8e-5e96-4b29-ac6c-d23d029a118b?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/959] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:36:56 2026] GET /v2.0/networks/d6986f8e-5e96-4b29-ac6c-d23d029a118b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/960] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:36:56 2026] DELETE /v2.0/security-groups/d992e2a0-1d73-494c-a90b-60d34f912431 => 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: 452/961] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:56 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/962] 10.0.0.214 () {32 vars in 663 bytes} [Thu Aug 13 19:36:56 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/963] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:56 2026] GET /v2.0/security-groups?id=5d567be8-7f35-4368-91d8-cad0056c6d62&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:36:56.802 8 INFO neutron.api.v2.resource [None req-01446ce3-f68b-4544-be84-6a1c36143de4 57df31e35da24aadbf968ed28d7f789a 983b94065b054b29bd4af864c3ea12ca - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 455/964] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:36:56 2026] DELETE /v2.0/security-groups/d992e2a0-1d73-494c-a90b-60d34f912431 => generated 146 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/965] 10.0.0.214 () {34 vars in 684 bytes} [Thu Aug 13 19:36:56 2026] POST /v2.0/security-groups => generated 1625 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/966] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:36:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/967] 10.0.0.214 () {32 vars in 747 bytes} [Thu Aug 13 19:36:57 2026] GET /v2.0/security-group-rules/23ebea2c-66d9-4742-b4e4-c09a336cbee5 => generated 601 bytes in 10 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.214 () {32 vars in 673 bytes} [Thu Aug 13 19:36:57 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/971] 10.0.0.214 () {32 vars in 750 bytes} [Thu Aug 13 19:36:57 2026] DELETE /v2.0/security-group-rules/23ebea2c-66d9-4742-b4e4-c09a336cbee5 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/972] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:56 2026] GET /v2.0/ports?device_id=ca687cc0-025f-480a-97f2-dbe27f26b3b9 => generated 971 bytes in 609 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/973] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:57 2026] GET /v2.0/ports?device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/974] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:57 2026] GET /v2.0/security-groups?id=8ea59c63-559b-475f-8488-660fdc030119&fields=id&fields=name => generated 114 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/975] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:57 2026] GET /v2.0/security-groups?id=ad2e1a96-6818-4903-8728-6ca94db12b35&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/976] 10.0.0.214 () {32 vars in 673 bytes} [Thu Aug 13 19:36:57 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/977] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:36:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/978] 10.0.0.214 () {32 vars in 747 bytes} [Thu Aug 13 19:36:57 2026] GET /v2.0/security-group-rules/5f9d0bb6-f1cf-4102-9580-a08dc12ecfea => 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: 467/979] 10.0.0.214 () {32 vars in 673 bytes} [Thu Aug 13 19:36:57 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/980] 10.0.0.214 () {32 vars in 750 bytes} [Thu Aug 13 19:36:57 2026] DELETE /v2.0/security-group-rules/5f9d0bb6-f1cf-4102-9580-a08dc12ecfea => 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: 468/981] 10.0.0.214 () {32 vars in 673 bytes} [Thu Aug 13 19:36:57 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/982] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:57 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/983] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:57 2026] GET /v2.0/security-groups?id=5d567be8-7f35-4368-91d8-cad0056c6d62&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/984] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:36:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/985] 10.0.0.214 () {32 vars in 747 bytes} [Thu Aug 13 19:36:57 2026] GET /v2.0/security-group-rules/7455e84c-5787-41b8-b8c4-7622e846fffd => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/986] 10.0.0.214 () {32 vars in 673 bytes} [Thu Aug 13 19:36:57 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/987] 10.0.0.214 () {32 vars in 750 bytes} [Thu Aug 13 19:36:58 2026] DELETE /v2.0/security-group-rules/7455e84c-5787-41b8-b8c4-7622e846fffd => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/988] 10.0.0.214 () {32 vars in 673 bytes} [Thu Aug 13 19:36:58 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/989] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:36:58 2026] DELETE /v2.0/security-groups/bd46317a-d011-4be9-bae9-31a298bfac6c => 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: 517/990] 10.0.0.214 () {32 vars in 663 bytes} [Thu Aug 13 19:36:58 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/991] 10.0.0.214 () {32 vars in 663 bytes} [Thu Aug 13 19:36:58 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/992] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:58 2026] GET /v2.0/ports?device_id=ca687cc0-025f-480a-97f2-dbe27f26b3b9 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/993] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:58 2026] GET /v2.0/ports?device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => generated 975 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/994] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:58 2026] GET /v2.0/security-groups?id=8ea59c63-559b-475f-8488-660fdc030119&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: 476/995] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:58 2026] GET /v2.0/security-groups?id=ad2e1a96-6818-4903-8728-6ca94db12b35&fields=id&fields=name => generated 114 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/996] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:58 2026] GET /v2.0/ports?device_id=ca687cc0-025f-480a-97f2-dbe27f26b3b9 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/997] 199.204.45.138 () {34 vars in 994 bytes} [Thu Aug 13 19:36:58 2026] GET /v2.0/ports?device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:36:58.845 8 INFO neutron.db.l3_db [None req-344759dd-2e18-46d3-ad53-78d17c173ca6 69aad2c159d147f885c7f8549a55615e 7d9fd1702284435b85efe75605f4dd7d - - default default] Floating IP 60e6a055-fb53-40ae-8f0d-78c1d4d17e27 associated. External IP: 10.96.250.217, port: 5f2160b0-063e-4bb4-be98-590e9c775017. [pid: 7|app: 0|req: 522/998] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:36:58 2026] GET /v2.0/security-groups?tenant_id=983b94065b054b29bd4af864c3ea12ca&name=default => generated 2925 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:36:58.986 7 INFO neutron_taas.services.taas.taas_plugin [req-fd250f95-c420-40cb-b412-2827a601afef req-30dffb73-c0be-4cc2-a765-914294535392 3f8c0fd796dd4c49a6a581bc74dacf4a 377e5007d7ce4c0ab1fd209bca3be6a4 - - default default] TaaS: Handle Delete Port: ebb11282-d289-4996-a743-4fbadef0093a 2026-08-13 19:36:58.989 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fd250f95-c420-40cb-b412-2827a601afef req-30dffb73-c0be-4cc2-a765-914294535392 3f8c0fd796dd4c49a6a581bc74dacf4a 377e5007d7ce4c0ab1fd209bca3be6a4 - - default default] Tap Mirror: Handle Delete Port: ebb11282-d289-4996-a743-4fbadef0093a [pid: 8|app: 0|req: 477/999] 10.0.0.214 () {34 vars in 749 bytes} [Thu Aug 13 19:36:58 2026] PUT /v2.0/floatingips/60e6a055-fb53-40ae-8f0d-78c1d4d17e27 => generated 855 bytes in 551 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:36:59.166 7 INFO neutron.db.l3_db [req-fd250f95-c420-40cb-b412-2827a601afef req-30dffb73-c0be-4cc2-a765-914294535392 3f8c0fd796dd4c49a6a581bc74dacf4a 377e5007d7ce4c0ab1fd209bca3be6a4 - - default default] Floating IP 62feb7e4-5355-44c9-ad51-43bf815ca06e disassociated. External IP: 10.96.250.207, port: ebb11282-d289-4996-a743-4fbadef0093a. [pid: 8|app: 0|req: 478/1000] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:36:59 2026] DELETE /v2.0/security-groups/4b09ec32-daff-412f-baf3-cfd9541866e8 => 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: 479/1001] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:59 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => 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: 480/1002] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:59 2026] GET /v2.0/ports?device_id=ca687cc0-025f-480a-97f2-dbe27f26b3b9 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/1003] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:59 2026] GET /v2.0/security-groups?id=5d567be8-7f35-4368-91d8-cad0056c6d62&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: 482/1004] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:59 2026] GET /v2.0/security-groups?id=8ea59c63-559b-475f-8488-660fdc030119&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:36:59.418 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5f1f026d-4fb5-4a99-be96-2c3a0c0c17ef'] response: {'name': 'network-changed', 'server_uuid': 'ca687cc0-025f-480a-97f2-dbe27f26b3b9', 'tag': '5f2160b0-063e-4bb4-be98-590e9c775017', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 523/1005] 199.204.45.138 () {36 vars in 997 bytes} [Thu Aug 13 19:36:58 2026] DELETE /v2.0/ports/ebb11282-d289-4996-a743-4fbadef0093a => generated 0 bytes in 648 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/1006] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:59 2026] GET /v2.0/ports?device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:36:59.656 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-437ba8b0-60f2-44c8-999b-b4fceeceb990'] response: {'server_uuid': 'b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3', 'name': 'network-vif-deleted', 'tag': 'ebb11282-d289-4996-a743-4fbadef0093a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 524/1007] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:36:59 2026] GET /v2.0/ports?device_id=ca687cc0-025f-480a-97f2-dbe27f26b3b9 => 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: 484/1008] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:36:59 2026] GET /v2.0/security-groups?id=8ea59c63-559b-475f-8488-660fdc030119&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1009] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:36:59 2026] GET /v2.0/ports?tenant_id=7d9fd1702284435b85efe75605f4dd7d&device_id=ca687cc0-025f-480a-97f2-dbe27f26b3b9 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/1010] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:36:59 2026] GET /v2.0/networks?id=77cf338d-52f8-4c0e-8672-103eca4a0cfa => generated 772 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1011] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Aug 13 19:37:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=5f2160b0-063e-4bb4-be98-590e9c775017 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1012] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:37:00 2026] GET /v2.0/subnets?id=c65681de-a503-49a6-8f66-cc281fd4eada => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1013] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:37:00 2026] GET /v2.0/ports?network_id=77cf338d-52f8-4c0e-8672-103eca4a0cfa&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: 487/1014] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:37:00 2026] GET /v2.0/networks/77cf338d-52f8-4c0e-8672-103eca4a0cfa?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1015] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:37:00 2026] GET /v2.0/networks/77cf338d-52f8-4c0e-8672-103eca4a0cfa?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: 488/1016] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:00 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1017] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:37:00 2026] GET /v2.0/security-groups?id=5d567be8-7f35-4368-91d8-cad0056c6d62&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: 8|app: 0|req: 489/1018] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:00 2026] GET /v2.0/ports?device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => 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: 530/1019] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:00 2026] GET /v2.0/ports?device_id=ca687cc0-025f-480a-97f2-dbe27f26b3b9 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1020] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:37:00 2026] GET /v2.0/security-groups?id=8ea59c63-559b-475f-8488-660fdc030119&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: 531/1021] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:01 2026] GET /v2.0/ports?device_id=b856da3c-1bd2-4327-b7dc-ea6a06ebb2a3 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1022] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:01 2026] GET /v2.0/ports?device_id=ca687cc0-025f-480a-97f2-dbe27f26b3b9 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1023] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:37:02 2026] GET /v2.0/security-groups?id=8ea59c63-559b-475f-8488-660fdc030119&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: 492/1024] 199.204.45.138 () {34 vars in 994 bytes} [Thu Aug 13 19:37:02 2026] GET /v2.0/ports?device_id=ca687cc0-025f-480a-97f2-dbe27f26b3b9 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:37:02.314 7 INFO neutron_taas.services.taas.taas_plugin [req-98a89a4d-12ab-41ec-8028-89ca092de9a7 req-5a018e54-d7ed-43b5-aa69-ebb1f265b361 69aad2c159d147f885c7f8549a55615e 7d9fd1702284435b85efe75605f4dd7d - - default default] TaaS: Handle Delete Port: 5f2160b0-063e-4bb4-be98-590e9c775017 2026-08-13 19:37:02.317 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-98a89a4d-12ab-41ec-8028-89ca092de9a7 req-5a018e54-d7ed-43b5-aa69-ebb1f265b361 69aad2c159d147f885c7f8549a55615e 7d9fd1702284435b85efe75605f4dd7d - - default default] Tap Mirror: Handle Delete Port: 5f2160b0-063e-4bb4-be98-590e9c775017 2026-08-13 19:37:02.409 7 INFO neutron.db.l3_db [req-98a89a4d-12ab-41ec-8028-89ca092de9a7 req-5a018e54-d7ed-43b5-aa69-ebb1f265b361 69aad2c159d147f885c7f8549a55615e 7d9fd1702284435b85efe75605f4dd7d - - default default] Floating IP 60e6a055-fb53-40ae-8f0d-78c1d4d17e27 disassociated. External IP: 10.96.250.217, port: 5f2160b0-063e-4bb4-be98-590e9c775017. [pid: 7|app: 0|req: 533/1025] 199.204.45.138 () {36 vars in 997 bytes} [Thu Aug 13 19:37:02 2026] DELETE /v2.0/ports/5f2160b0-063e-4bb4-be98-590e9c775017 => generated 0 bytes in 531 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:37:02.781 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b9b74fe9-3723-4c39-8cdc-dbcfd9b7babe'] response: {'server_uuid': 'ca687cc0-025f-480a-97f2-dbe27f26b3b9', 'name': 'network-vif-deleted', 'tag': '5f2160b0-063e-4bb4-be98-590e9c775017', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 534/1026] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:37:02 2026] DELETE /v2.0/security-groups/ad2e1a96-6818-4903-8728-6ca94db12b35 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:37:03.028 7 INFO neutron.api.v2.resource [None req-7d10e837-c111-4823-9063-1c21eef78a44 3f8c0fd796dd4c49a6a581bc74dacf4a 377e5007d7ce4c0ab1fd209bca3be6a4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 535/1027] 10.0.0.214 () {32 vars in 737 bytes} [Thu Aug 13 19:37:03 2026] GET /v2.0/security-groups/ad2e1a96-6818-4903-8728-6ca94db12b35 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1028] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:37:02 2026] GET /v2.0/security-groups?tenant_id=ff4d494c7fd44e5ebbd488dc974041e3&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:37:03.149 7 INFO neutron_taas.services.taas.taas_plugin [None req-15bf81c5-5c9d-4bd4-b78e-006701bbf06b 3f8c0fd796dd4c49a6a581bc74dacf4a 377e5007d7ce4c0ab1fd209bca3be6a4 - - default default] TaaS: Handle Delete Port: 803661c3-b832-4da6-a0a8-38f4b3e2b5a4 2026-08-13 19:37:03.152 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15bf81c5-5c9d-4bd4-b78e-006701bbf06b 3f8c0fd796dd4c49a6a581bc74dacf4a 377e5007d7ce4c0ab1fd209bca3be6a4 - - default default] Tap Mirror: Handle Delete Port: 803661c3-b832-4da6-a0a8-38f4b3e2b5a4 [pid: 8|app: 0|req: 494/1029] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:37:03 2026] DELETE /v2.0/security-groups/ce42457f-1606-4668-a6b2-d9f33f709c86 => 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: 495/1030] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:03 2026] GET /v2.0/ports?device_id=ca687cc0-025f-480a-97f2-dbe27f26b3b9 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1031] 10.0.0.214 () {32 vars in 732 bytes} [Thu Aug 13 19:37:03 2026] DELETE /v2.0/floatingips/62feb7e4-5355-44c9-ad51-43bf815ca06e => generated 0 bytes in 297 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:37:03.695 8 INFO neutron_taas.services.taas.taas_plugin [None req-85646fc2-59f1-43d6-8cd0-c0a85b085e91 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: a83ac647-73fd-44b9-b137-21d89c61d3ae 2026-08-13 19:37:03.697 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85646fc2-59f1-43d6-8cd0-c0a85b085e91 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: a83ac647-73fd-44b9-b137-21d89c61d3ae [pid: 8|app: 0|req: 496/1032] 10.0.0.214 () {34 vars in 789 bytes} [Thu Aug 13 19:37:03 2026] PUT /v2.0/routers/6ebc08f2-aa59-437c-a929-0baa67524858/remove_router_interface => generated 309 bytes in 893 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1033] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:04 2026] GET /v2.0/ports?device_id=ca687cc0-025f-480a-97f2-dbe27f26b3b9 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:37:04.855 8 INFO neutron_taas.services.taas.taas_plugin [None req-f5a6860d-f018-44a3-9f98-d3c9c71fb8dc bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: a6291b0c-42cd-45a6-80c2-c37a6c2af6e7 2026-08-13 19:37:04.858 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5a6860d-f018-44a3-9f98-d3c9c71fb8dc bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: a6291b0c-42cd-45a6-80c2-c37a6c2af6e7 2026-08-13 19:37:05.119 8 INFO neutron_taas.services.taas.taas_plugin [None req-f5a6860d-f018-44a3-9f98-d3c9c71fb8dc bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: 44f9d134-9237-4feb-9852-9075f34fff0b 2026-08-13 19:37:05.122 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5a6860d-f018-44a3-9f98-d3c9c71fb8dc bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: 44f9d134-9237-4feb-9852-9075f34fff0b 2026-08-13 19:37:05.199 7 INFO neutron.db.segments_db [None req-9bb93cb6-fcbd-49c1-8152-5a9c36353e62 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Added segment 6d40ea3e-6734-4ea2-b08d-807855c6c061 of type vxlan for network 32f1e820-5cdc-468d-9cf9-27bc70db5597 [pid: 7|app: 0|req: 538/1034] 10.0.0.214 () {34 vars in 671 bytes} [Thu Aug 13 19:37:04 2026] POST /v2.0/networks => generated 740 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1035] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:37:05 2026] POST /v2.0/subnets => generated 687 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1036] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:05 2026] GET /v2.0/ports?device_id=ca687cc0-025f-480a-97f2-dbe27f26b3b9 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:37:05.492 8 INFO neutron.services.segments.plugin [-] Segment e42a8bc5-3458-4d84-b4f1-b36462098996 resource provider aggregate not found 2026-08-13 19:37:05.494 8 INFO neutron.services.segments.plugin [-] Segment e42a8bc5-3458-4d84-b4f1-b36462098996 resource provider aggregate not found 2026-08-13 19:37:05.515 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e42a8bc5-3458-4d84-b4f1-b36462098996 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e42a8bc5-3458-4d84-b4f1-b36462098996 found for delete ", "request_id": "req-9c782c0e-541c-4ae0-93af-4f4314889ecc"}]} 2026-08-13 19:37:05.524 8 INFO neutron.db.l3_hamode_db [None req-f5a6860d-f018-44a3-9f98-d3c9c71fb8dc bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] HA network 5791050d-d6c0-40a2-8e57-d96405ef5361 was deleted as no HA routers are present in tenant 377e5007d7ce4c0ab1fd209bca3be6a4. 2026-08-13 19:37:05.532 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e42a8bc5-3458-4d84-b4f1-b36462098996 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e42a8bc5-3458-4d84-b4f1-b36462098996 found for delete ", "request_id": "req-35a383db-f952-4d50-98e2-5f65ab8dd239"}]} [pid: 8|app: 0|req: 497/1037] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:37:04 2026] DELETE /v2.0/routers/6ebc08f2-aa59-437c-a929-0baa67524858 => generated 0 bytes in 1247 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:37:05.534 7 INFO neutron.db.segments_db [None req-e646fe95-8f9e-42e1-8f5d-cd105f9e3bad bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Added segment 59190b0a-b8fd-44e5-8cf7-4ce014abf549 of type vxlan for network 5d0df430-ec04-43a4-bab0-f9478769a8ff [pid: 8|app: 0|req: 498/1038] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:37:05 2026] DELETE /v2.0/subnets/4f52f5d2-90e1-42fc-b917-05f47c51c598 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:37:05.717 7 INFO neutron.db.l3_hamode_db [None req-e646fe95-8f9e-42e1-8f5d-cd105f9e3bad bb626975ff5b41fd931b181f48ad6e14 0f6b91f7b994458888f8f177dc114dbb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 19:37:05.749 8 INFO neutron_taas.services.taas.taas_plugin [None req-189f612b-290b-419a-8bc6-c05b7ce4e41c bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: 784dce31-fccf-4d23-a489-9a3c24d14337 2026-08-13 19:37:05.752 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-189f612b-290b-419a-8bc6-c05b7ce4e41c bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: 784dce31-fccf-4d23-a489-9a3c24d14337 [pid: 8|app: 0|req: 499/1039] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:37:05 2026] DELETE /v2.0/networks/d6986f8e-5e96-4b29-ac6c-d23d029a118b => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1040] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:37:06 2026] GET /v2.0/security-groups?tenant_id=377e5007d7ce4c0ab1fd209bca3be6a4&name=default => generated 2921 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1041] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:37:06 2026] DELETE /v2.0/security-groups/5d472b4a-fedf-4630-a800-867edf6992ab => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:37:06.490 7 INFO neutron.db.l3_hamode_db [None req-e646fe95-8f9e-42e1-8f5d-cd105f9e3bad bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 502/1042] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:37:06 2026] DELETE /v2.0/security-groups/8ea59c63-559b-475f-8488-660fdc030119 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:37:06.683 8 INFO neutron.api.v2.resource [None req-9ac62619-cb2e-44bf-9b17-22dbdaa538be 69aad2c159d147f885c7f8549a55615e 7d9fd1702284435b85efe75605f4dd7d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 503/1043] 10.0.0.214 () {32 vars in 737 bytes} [Thu Aug 13 19:37:06 2026] GET /v2.0/security-groups/8ea59c63-559b-475f-8488-660fdc030119 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:37:06.772 8 INFO neutron_taas.services.taas.taas_plugin [None req-35aa9fdc-f93d-4100-99fe-c3ce1c76971f 69aad2c159d147f885c7f8549a55615e 7d9fd1702284435b85efe75605f4dd7d - - default default] TaaS: Handle Delete Port: 78323e85-1040-4198-a9c2-9ee4bba74025 2026-08-13 19:37:06.775 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35aa9fdc-f93d-4100-99fe-c3ce1c76971f 69aad2c159d147f885c7f8549a55615e 7d9fd1702284435b85efe75605f4dd7d - - default default] Tap Mirror: Handle Delete Port: 78323e85-1040-4198-a9c2-9ee4bba74025 [pid: 8|app: 0|req: 504/1044] 10.0.0.214 () {32 vars in 732 bytes} [Thu Aug 13 19:37:06 2026] DELETE /v2.0/floatingips/60e6a055-fb53-40ae-8f0d-78c1d4d17e27 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:37:07.344 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab0be8b2-4949-4386-a03b-552e5c6c7002 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: 79d22d16-3536-47a5-92ae-e7c64dfdaf42 2026-08-13 19:37:07.346 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab0be8b2-4949-4386-a03b-552e5c6c7002 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: 79d22d16-3536-47a5-92ae-e7c64dfdaf42 [pid: 7|app: 0|req: 541/1045] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:37:05 2026] POST /v2.0/routers => generated 727 bytes in 1983 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:37:07.531 8 INFO neutron.services.segments.plugin [-] Segment 030f5592-4d48-4719-ad63-760a8dafa2c7 resource provider aggregate not found 2026-08-13 19:37:07.548 8 INFO neutron.services.segments.plugin [-] Segment 030f5592-4d48-4719-ad63-760a8dafa2c7 resource provider aggregate not found 2026-08-13 19:37:07.553 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 030f5592-4d48-4719-ad63-760a8dafa2c7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 030f5592-4d48-4719-ad63-760a8dafa2c7 found for delete ", "request_id": "req-affed61d-1752-43d2-bf26-358a65cea63f"}]} 2026-08-13 19:37:07.564 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 030f5592-4d48-4719-ad63-760a8dafa2c7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 030f5592-4d48-4719-ad63-760a8dafa2c7 found for delete ", "request_id": "req-bc9095e8-ecb6-47a1-b1e8-5d18bd8cb33e"}]} [pid: 8|app: 0|req: 505/1046] 10.0.0.214 () {34 vars in 789 bytes} [Thu Aug 13 19:37:06 2026] PUT /v2.0/routers/ea187610-2080-4b69-8115-a3d88a2f80a3/remove_router_interface => generated 309 bytes in 876 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:37:08.068 8 INFO neutron_taas.services.taas.taas_plugin [None req-0e8cda93-6925-446f-9fc5-4ac456aeb799 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: 9311d2ef-0ff6-42aa-bdbf-b80bd5776f69 2026-08-13 19:37:08.073 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e8cda93-6925-446f-9fc5-4ac456aeb799 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: 9311d2ef-0ff6-42aa-bdbf-b80bd5776f69 2026-08-13 19:37:08.327 8 INFO neutron_taas.services.taas.taas_plugin [None req-0e8cda93-6925-446f-9fc5-4ac456aeb799 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: 2bf903df-aba9-4528-9dc5-3d8a280a8f9a 2026-08-13 19:37:08.330 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e8cda93-6925-446f-9fc5-4ac456aeb799 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: 2bf903df-aba9-4528-9dc5-3d8a280a8f9a [pid: 7|app: 0|req: 542/1047] 10.0.0.214 () {34 vars in 783 bytes} [Thu Aug 13 19:37:07 2026] PUT /v2.0/routers/9efc8a40-2fbd-42c1-b33e-b236ceb463dc/add_router_interface => generated 309 bytes in 1219 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:37:08.713 8 INFO neutron.db.l3_hamode_db [None req-0e8cda93-6925-446f-9fc5-4ac456aeb799 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] HA network a3ec826e-53c1-4b75-87c8-1ab72d63e86a was deleted as no HA routers are present in tenant 7d9fd1702284435b85efe75605f4dd7d. [pid: 8|app: 0|req: 506/1048] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:37:07 2026] DELETE /v2.0/routers/ea187610-2080-4b69-8115-a3d88a2f80a3 => generated 0 bytes in 866 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1049] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:37:08 2026] DELETE /v2.0/subnets/c65681de-a503-49a6-8f66-cc281fd4eada => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1050] 10.0.0.6 () {34 vars in 988 bytes} [Thu Aug 13 19:37:08 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:37:08.988 8 INFO neutron_taas.services.taas.taas_plugin [None req-1fa6c9f1-d277-4180-82a3-dbdfaf20d19c bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: 4b5029a3-fe32-419f-8221-e0595d3a086d 2026-08-13 19:37:08.991 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fa6c9f1-d277-4180-82a3-dbdfaf20d19c bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: 4b5029a3-fe32-419f-8221-e0595d3a086d 2026-08-13 19:37:09.000 7 INFO neutron.db.segments_db [None req-6cc5b655-3f85-4845-9d5e-118a571cb87e bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Added segment 73173750-fda8-475d-a183-17c884c85ad4 of type vxlan for network d7f88f58-53f9-4482-82c7-58ed3a906d23 [pid: 7|app: 0|req: 543/1051] 10.0.0.214 () {34 vars in 671 bytes} [Thu Aug 13 19:37:08 2026] POST /v2.0/networks => generated 747 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1052] 10.0.0.6 () {34 vars in 1038 bytes} [Thu Aug 13 19:37:09 2026] GET /v2.0/security-groups?id=5d567be8-7f35-4368-91d8-cad0056c6d62&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: 509/1053] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:37:08 2026] DELETE /v2.0/networks/77cf338d-52f8-4c0e-8672-103eca4a0cfa => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1054] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:37:09 2026] POST /v2.0/subnets => generated 694 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:37:09.467 8 INFO neutron.db.segments_db [None req-2498d1ad-a304-4b9b-aa13-87bfacfcd37b bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Added segment ac6481f6-ed6c-4aaa-9b84-7e4143ff99f3 of type vxlan for network 7796d2c9-1bd9-4cf9-bd83-501f68184cec [pid: 7|app: 0|req: 546/1055] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:37:09 2026] GET /v2.0/security-groups?tenant_id=7d9fd1702284435b85efe75605f4dd7d&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:37:09.576 8 INFO neutron.services.segments.plugin [-] Segment 293af10f-b841-4d22-ad0c-c9bcce591c3b resource provider aggregate not found 2026-08-13 19:37:09.591 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 293af10f-b841-4d22-ad0c-c9bcce591c3b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 293af10f-b841-4d22-ad0c-c9bcce591c3b found for delete ", "request_id": "req-6463d53a-4114-4e59-bb26-60a90c7c91e3"}]} 2026-08-13 19:37:09.599 8 INFO neutron.services.segments.plugin [-] Segment 293af10f-b841-4d22-ad0c-c9bcce591c3b resource provider aggregate not found [pid: 7|app: 0|req: 547/1056] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:37:09 2026] DELETE /v2.0/security-groups/e02138bb-f07d-4411-8fe8-e5b59a70eb33 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:37:09.613 8 INFO neutron.services.segments.plugin [-] Segment a4b8999d-332b-46f6-90fd-a0b786379961 resource provider aggregate not found 2026-08-13 19:37:09.621 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 293af10f-b841-4d22-ad0c-c9bcce591c3b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 293af10f-b841-4d22-ad0c-c9bcce591c3b found for delete ", "request_id": "req-bf3e3de3-1383-40b9-8121-59ffff6ed383"}]} 2026-08-13 19:37:09.632 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a4b8999d-332b-46f6-90fd-a0b786379961 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4b8999d-332b-46f6-90fd-a0b786379961 found for delete ", "request_id": "req-70395fa7-5ba3-443e-a63e-ee4ed5a4eb93"}]} 2026-08-13 19:37:09.649 8 INFO neutron.services.segments.plugin [-] Segment a4b8999d-332b-46f6-90fd-a0b786379961 resource provider aggregate not found 2026-08-13 19:37:09.664 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a4b8999d-332b-46f6-90fd-a0b786379961 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4b8999d-332b-46f6-90fd-a0b786379961 found for delete ", "request_id": "req-3c4f49ff-ec9e-4249-a6b8-79ec6ed0f6a2"}]} 2026-08-13 19:37:09.722 8 INFO neutron.db.l3_hamode_db [None req-2498d1ad-a304-4b9b-aa13-87bfacfcd37b bb626975ff5b41fd931b181f48ad6e14 c83bf919315543b2979e354e38f289ac - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 19:37:10.125 7 INFO neutron.db.segments_db [None req-f754e6b7-2490-4549-9c27-e78e19c4a703 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Added segment 6d4b6a4a-2f81-418c-a411-4557a30c2b4d of type vxlan for network c4677c97-9647-44b0-bfc0-2590beba8070 [pid: 7|app: 0|req: 548/1057] 10.0.0.214 () {34 vars in 671 bytes} [Thu Aug 13 19:37:09 2026] POST /v2.0/networks => generated 741 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:37:10.421 8 INFO neutron.db.l3_hamode_db [None req-2498d1ad-a304-4b9b-aa13-87bfacfcd37b bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 549/1058] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:37:10 2026] POST /v2.0/subnets => generated 688 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:37:10.490 7 INFO neutron.db.segments_db [None req-f589db28-4762-4d12-8b9f-7da7b8419c7d bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Added segment f54ff1e2-4837-43bd-a435-a9e80718a3fd of type vxlan for network 20bce204-d5f4-4b55-88c2-7550e4f8571a 2026-08-13 19:37:10.760 7 INFO neutron.db.l3_hamode_db [None req-f589db28-4762-4d12-8b9f-7da7b8419c7d bb626975ff5b41fd931b181f48ad6e14 cbc0eef3e14146b0b0da69fe53d7e20b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 510/1059] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:37:09 2026] POST /v2.0/routers => generated 734 bytes in 1841 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:37:11.582 7 INFO neutron.db.l3_hamode_db [None req-f589db28-4762-4d12-8b9f-7da7b8419c7d bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 550/1060] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:37:10 2026] POST /v2.0/routers => generated 728 bytes in 2064 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1061] 10.0.0.214 () {34 vars in 783 bytes} [Thu Aug 13 19:37:11 2026] PUT /v2.0/routers/94d7c1e6-b3c3-4e7d-80ad-53cc06876318/add_router_interface => generated 309 bytes in 1263 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:37:12.842 7 INFO neutron.db.segments_db [None req-76233d9b-73c9-4356-99d4-410f9c22ca89 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Added segment f4ecd24b-5040-4736-bb4b-e97ee6336d28 of type vxlan for network 9d8a50a5-ee23-489a-96f9-b0e0ad5d2aa9 [pid: 7|app: 0|req: 551/1064] 10.0.0.214 () {34 vars in 671 bytes} [Thu Aug 13 19:37:12 2026] POST /v2.0/networks => generated 745 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1065] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:37:12 2026] POST /v2.0/subnets => generated 692 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:37:13.170 7 INFO neutron.db.segments_db [None req-964526da-bf7d-4aa4-8167-9e85ead32f83 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Added segment 2a4fc742-c55d-424d-8d17-9db240da0a56 of type vxlan for network a485d790-289b-4ac1-abd7-b74d1fca9784 2026-08-13 19:37:13.386 7 INFO neutron.db.l3_hamode_db [None req-964526da-bf7d-4aa4-8167-9e85ead32f83 bb626975ff5b41fd931b181f48ad6e14 5adfe0e9103e46a98a85c66db3b52f84 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 514/1066] 10.0.0.214 () {34 vars in 783 bytes} [Thu Aug 13 19:37:12 2026] PUT /v2.0/routers/ffd0dbe2-3f6d-4354-a2cd-605d8005d849/add_router_interface => generated 309 bytes in 1163 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1067] 10.0.0.214 () {34 vars in 685 bytes} [Thu Aug 13 19:37:13 2026] POST /v2.0/security-groups => generated 1659 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1068] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:37:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1069] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:37:14 2026] POST /v2.0/security-group-rules => generated 602 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:37:14.324 7 INFO neutron.db.l3_hamode_db [None req-964526da-bf7d-4aa4-8167-9e85ead32f83 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 518/1070] 10.0.0.214 () {34 vars in 676 bytes} [Thu Aug 13 19:37:14 2026] POST /v2.0/floatingips => generated 552 bytes in 704 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1071] 10.0.0.214 () {34 vars in 685 bytes} [Thu Aug 13 19:37:14 2026] POST /v2.0/security-groups => generated 1675 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1072] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:37:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1073] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:37:15 2026] POST /v2.0/security-group-rules => generated 596 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1074] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:37:15 2026] POST /v2.0/security-group-rules => generated 602 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1075] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:37:13 2026] POST /v2.0/routers => generated 732 bytes in 2354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1076] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:37:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:37:15.695 8 INFO neutron.db.securitygroups_db [None req-a5ae6961-46e6-46c0-a763-bdf4c662def0 a38ba48f39db40b785630e7e40e7618b 0f6b91f7b994458888f8f177dc114dbb - - default default] Project 0f6b91f7b994458888f8f177dc114dbb 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: 524/1077] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:37:15 2026] POST /v2.0/security-group-rules => generated 607 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:37:15.823 8 INFO neutron.db.securitygroups_db [None req-4bc9e214-e8ba-46af-b533-58a9b17b340b a38ba48f39db40b785630e7e40e7618b 0f6b91f7b994458888f8f177dc114dbb - - default default] Project 0f6b91f7b994458888f8f177dc114dbb 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: 525/1078] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:37:15 2026] POST /v2.0/security-group-rules => generated 606 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1079] 10.0.0.214 () {34 vars in 685 bytes} [Thu Aug 13 19:37:16 2026] POST /v2.0/security-groups => generated 1660 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1080] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:37:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1081] 10.0.0.214 () {34 vars in 783 bytes} [Thu Aug 13 19:37:15 2026] PUT /v2.0/routers/99a81126-d0f0-4cb1-b4bb-6ec2a4f92733/add_router_interface => generated 309 bytes in 1333 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1082] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:37:16 2026] POST /v2.0/security-group-rules => generated 602 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1083] 10.0.0.214 () {34 vars in 676 bytes} [Thu Aug 13 19:37:16 2026] POST /v2.0/floatingips => generated 552 bytes in 585 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1084] 10.0.0.213 () {34 vars in 1100 bytes} [Thu Aug 13 19:37:17 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1472655794&fields=id&tenant_id=0f6b91f7b994458888f8f177dc114dbb => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1085] 10.0.0.213 () {34 vars in 1098 bytes} [Thu Aug 13 19:37:17 2026] GET /v2.0/security-groups?name=tempest-securitygroup--524952672&fields=id&tenant_id=0f6b91f7b994458888f8f177dc114dbb => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1086] 10.0.0.213 () {34 vars in 982 bytes} [Thu Aug 13 19:37:17 2026] GET /v2.0/networks?id=32f1e820-5cdc-468d-9cf9-27bc70db5597 => generated 672 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1087] 10.0.0.213 () {34 vars in 965 bytes} [Thu Aug 13 19:37:17 2026] GET /v2.0/quotas/0f6b91f7b994458888f8f177dc114dbb => 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: 531/1088] 10.0.0.213 () {34 vars in 1002 bytes} [Thu Aug 13 19:37:17 2026] GET /v2.0/ports?tenant_id=0f6b91f7b994458888f8f177dc114dbb&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: 558/1089] 10.0.0.213 () {34 vars in 982 bytes} [Thu Aug 13 19:37:17 2026] GET /v2.0/networks?id=9d8a50a5-ee23-489a-96f9-b0e0ad5d2aa9 => generated 677 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1090] 10.0.0.213 () {34 vars in 965 bytes} [Thu Aug 13 19:37:17 2026] GET /v2.0/quotas/5adfe0e9103e46a98a85c66db3b52f84 => generated 292 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1091] 10.0.0.213 () {34 vars in 1008 bytes} [Thu Aug 13 19:37:17 2026] GET /v2.0/networks/32f1e820-5cdc-468d-9cf9-27bc70db5597?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: 533/1092] 10.0.0.213 () {34 vars in 1108 bytes} [Thu Aug 13 19:37:17 2026] GET /v2.0/networks/32f1e820-5cdc-468d-9cf9-27bc70db5597?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1093] 10.0.0.213 () {34 vars in 1002 bytes} [Thu Aug 13 19:37:17 2026] GET /v2.0/ports?tenant_id=5adfe0e9103e46a98a85c66db3b52f84&fields=id => generated 57 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1094] 10.0.0.213 () {34 vars in 1008 bytes} [Thu Aug 13 19:37:17 2026] GET /v2.0/networks/9d8a50a5-ee23-489a-96f9-b0e0ad5d2aa9?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1095] 10.0.0.213 () {34 vars in 1108 bytes} [Thu Aug 13 19:37:17 2026] GET /v2.0/networks/9d8a50a5-ee23-489a-96f9-b0e0ad5d2aa9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1096] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:17 2026] GET /v2.0/ports?device_id=85e6c3b8-f0a5-4afd-8187-21f9db7924e1 => 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: 562/1097] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:18 2026] GET /v2.0/ports?device_id=bc32cb10-e256-4c5b-8d5f-f8dadfe7f006 => 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: 536/1098] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:18 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1099] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:37:18 2026] GET /v2.0/security-groups?id=5d567be8-7f35-4368-91d8-cad0056c6d62&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: 537/1100] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:18 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => 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: 564/1101] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:37:18 2026] GET /v2.0/security-groups?id=5d567be8-7f35-4368-91d8-cad0056c6d62&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: 538/1102] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:19 2026] GET /v2.0/ports?device_id=85e6c3b8-f0a5-4afd-8187-21f9db7924e1 => 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: 565/1103] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:19 2026] GET /v2.0/ports?device_id=bc32cb10-e256-4c5b-8d5f-f8dadfe7f006 => 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: 539/1104] 10.0.0.213 () {34 vars in 1098 bytes} [Thu Aug 13 19:37:19 2026] GET /v2.0/security-groups?name=tempest-securitygroup--763764263&fields=id&tenant_id=c83bf919315543b2979e354e38f289ac => 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: 566/1105] 10.0.0.213 () {34 vars in 982 bytes} [Thu Aug 13 19:37:19 2026] GET /v2.0/networks?id=d7f88f58-53f9-4482-82c7-58ed3a906d23 => generated 679 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1106] 10.0.0.213 () {34 vars in 965 bytes} [Thu Aug 13 19:37:19 2026] GET /v2.0/quotas/c83bf919315543b2979e354e38f289ac => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1107] 10.0.0.213 () {34 vars in 1002 bytes} [Thu Aug 13 19:37:19 2026] GET /v2.0/ports?tenant_id=c83bf919315543b2979e354e38f289ac&fields=id => generated 103 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1108] 10.0.0.213 () {34 vars in 1008 bytes} [Thu Aug 13 19:37:19 2026] GET /v2.0/networks/d7f88f58-53f9-4482-82c7-58ed3a906d23?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: 542/1109] 10.0.0.213 () {34 vars in 1108 bytes} [Thu Aug 13 19:37:19 2026] GET /v2.0/networks/d7f88f58-53f9-4482-82c7-58ed3a906d23?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: 568/1110] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:19 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1111] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:37:20 2026] GET /v2.0/security-groups?id=5d567be8-7f35-4368-91d8-cad0056c6d62&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: 569/1112] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:20 2026] GET /v2.0/ports?device_id=85e6c3b8-f0a5-4afd-8187-21f9db7924e1 => 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: 544/1113] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:20 2026] GET /v2.0/ports?device_id=bb07b7ca-00bd-4744-b939-414325790361 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1114] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:20 2026] GET /v2.0/ports?device_id=bc32cb10-e256-4c5b-8d5f-f8dadfe7f006 => 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: 545/1115] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:21 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1116] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:37:21 2026] GET /v2.0/security-groups?id=5d567be8-7f35-4368-91d8-cad0056c6d62&fields=id&fields=name => generated 114 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1117] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:21 2026] GET /v2.0/ports?device_id=85e6c3b8-f0a5-4afd-8187-21f9db7924e1 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1118] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:21 2026] GET /v2.0/ports?device_id=bb07b7ca-00bd-4744-b939-414325790361 => 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: 572/1119] 199.204.45.138 () {34 vars in 994 bytes} [Thu Aug 13 19:37:21 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => 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: 573/1120] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:21 2026] GET /v2.0/ports?device_id=bc32cb10-e256-4c5b-8d5f-f8dadfe7f006 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:37:21.575 8 INFO neutron_taas.services.taas.taas_plugin [req-26235677-4821-4101-ae83-624ba3e4ef6f req-1a9e43da-64bd-42a0-9ccf-e7cd1a85b0e8 cce092d7125f4090a35f299cb2ddb85b d62fd5d1770540d3a5836f880f790025 - - default default] TaaS: Handle Delete Port: d9d4e8a4-d16f-4228-b4ee-995077b0990c 2026-08-13 19:37:21.579 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-26235677-4821-4101-ae83-624ba3e4ef6f req-1a9e43da-64bd-42a0-9ccf-e7cd1a85b0e8 cce092d7125f4090a35f299cb2ddb85b d62fd5d1770540d3a5836f880f790025 - - default default] Tap Mirror: Handle Delete Port: d9d4e8a4-d16f-4228-b4ee-995077b0990c 2026-08-13 19:37:21.748 8 INFO neutron.db.l3_db [req-26235677-4821-4101-ae83-624ba3e4ef6f req-1a9e43da-64bd-42a0-9ccf-e7cd1a85b0e8 cce092d7125f4090a35f299cb2ddb85b d62fd5d1770540d3a5836f880f790025 - - default default] Floating IP 73956de1-ffb9-4af2-b95c-14f0946a0876 disassociated. External IP: 10.96.250.210, port: d9d4e8a4-d16f-4228-b4ee-995077b0990c. [pid: 8|app: 0|req: 548/1121] 199.204.45.138 () {36 vars in 997 bytes} [Thu Aug 13 19:37:21 2026] DELETE /v2.0/ports/d9d4e8a4-d16f-4228-b4ee-995077b0990c => generated 0 bytes in 653 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:37:22.147 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-113878d4-ad38-4c5b-b3b5-19001f739e93'] response: {'server_uuid': '81749584-5d35-4241-bb67-a8a919c24a42', 'name': 'network-vif-deleted', 'tag': 'd9d4e8a4-d16f-4228-b4ee-995077b0990c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 574/1122] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:22 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => 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: 575/1123] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:22 2026] GET /v2.0/ports?device_id=85e6c3b8-f0a5-4afd-8187-21f9db7924e1 => 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: 549/1124] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:37:22 2026] GET /v2.0/networks?id=32f1e820-5cdc-468d-9cf9-27bc70db5597 => generated 672 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1125] 199.204.45.138 () {34 vars in 1050 bytes} [Thu Aug 13 19:37:22 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0f6b91f7b994458888f8f177dc114dbb => generated 273 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1126] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:22 2026] GET /v2.0/ports?device_id=bb07b7ca-00bd-4744-b939-414325790361 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1127] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:22 2026] GET /v2.0/ports?device_id=bc32cb10-e256-4c5b-8d5f-f8dadfe7f006 => 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: 550/1128] 199.204.45.138 () {38 vars in 955 bytes} [Thu Aug 13 19:37:22 2026] POST /v2.0/ports => generated 997 bytes in 480 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: 579/1129] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Aug 13 19:37:22 2026] PUT /v2.0/ports/440ee0bc-b14e-4954-b61a-8e6cd7dd452c => generated 1278 bytes in 488 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1130] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:23 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => generated 12 bytes in 21 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-08-13 19:37:23.485 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5666dab0-231c-4cd6-b0c4-ce1af57d832f'] response: {'name': 'network-changed', 'server_uuid': '85e6c3b8-f0a5-4afd-8187-21f9db7924e1', 'tag': '440ee0bc-b14e-4954-b61a-8e6cd7dd452c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 580/1131] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:23 2026] GET /v2.0/ports?device_id=85e6c3b8-f0a5-4afd-8187-21f9db7924e1 => generated 1012 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1132] 10.0.0.213 () {34 vars in 1120 bytes} [Thu Aug 13 19:37:23 2026] GET /v2.0/security-groups?id=f4be5595-e528-4c51-929e-60842ef053f1&id=e5690283-90b4-402f-b83e-d4e63830a568&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1133] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:23 2026] GET /v2.0/ports?device_id=bb07b7ca-00bd-4744-b939-414325790361 => 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: 553/1134] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:23 2026] GET /v2.0/ports?device_id=bc32cb10-e256-4c5b-8d5f-f8dadfe7f006 => 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: 582/1135] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:37:23 2026] GET /v2.0/ports?tenant_id=0f6b91f7b994458888f8f177dc114dbb&device_id=85e6c3b8-f0a5-4afd-8187-21f9db7924e1 => generated 1281 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1136] 199.204.45.138 () {34 vars in 1018 bytes} [Thu Aug 13 19:37:24 2026] GET /v2.0/networks?tenant_id=0f6b91f7b994458888f8f177dc114dbb&shared=False => generated 768 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1137] 199.204.45.138 () {34 vars in 930 bytes} [Thu Aug 13 19:37:24 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: 555/1138] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:24 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => 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: 584/1139] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:37:24 2026] GET /v2.0/networks?id=9d8a50a5-ee23-489a-96f9-b0e0ad5d2aa9 => generated 677 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1140] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:24 2026] GET /v2.0/ports?device_id=85e6c3b8-f0a5-4afd-8187-21f9db7924e1 => generated 1012 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1141] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:24 2026] GET /v2.0/ports?device_id=bb07b7ca-00bd-4744-b939-414325790361 => 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: 587/1142] 10.0.0.213 () {34 vars in 1120 bytes} [Thu Aug 13 19:37:24 2026] GET /v2.0/security-groups?id=f4be5595-e528-4c51-929e-60842ef053f1&id=e5690283-90b4-402f-b83e-d4e63830a568&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1143] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:24 2026] GET /v2.0/ports?device_id=bc32cb10-e256-4c5b-8d5f-f8dadfe7f006 => 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: 556/1144] 199.204.45.138 () {38 vars in 955 bytes} [Thu Aug 13 19:37:24 2026] POST /v2.0/ports => generated 954 bytes in 426 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: 557/1145] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:37:25 2026] GET /v2.0/ports?tenant_id=0f6b91f7b994458888f8f177dc114dbb&device_id=85e6c3b8-f0a5-4afd-8187-21f9db7924e1 => generated 1281 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1146] 199.204.45.138 () {34 vars in 1060 bytes} [Thu Aug 13 19:37:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=440ee0bc-b14e-4954-b61a-8e6cd7dd452c => 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: 559/1147] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:37:25 2026] GET /v2.0/subnets?id=03dce5eb-eae7-41c8-a278-0ed1a6887b68 => generated 690 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1148] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:37:25 2026] GET /v2.0/ports?network_id=32f1e820-5cdc-468d-9cf9-27bc70db5597&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1149] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:37:25 2026] GET /v2.0/networks/32f1e820-5cdc-468d-9cf9-27bc70db5597?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: 562/1150] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:37:25 2026] GET /v2.0/networks/32f1e820-5cdc-468d-9cf9-27bc70db5597?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: 7|app: 0|req: 589/1151] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Aug 13 19:37:25 2026] PUT /v2.0/ports/fc99b676-a14a-42fb-99fc-dbd50df805dd => generated 1235 bytes in 453 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:37:25.564 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d216e153-113a-48d4-a8ef-4367a8514c60'] response: {'name': 'network-changed', 'server_uuid': 'bc32cb10-e256-4c5b-8d5f-f8dadfe7f006', 'tag': 'fc99b676-a14a-42fb-99fc-dbd50df805dd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 563/1152] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:25 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => generated 12 bytes in 24 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: 590/1153] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:25 2026] GET /v2.0/ports?device_id=bb07b7ca-00bd-4744-b939-414325790361 => 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: 564/1154] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:25 2026] GET /v2.0/ports?device_id=85e6c3b8-f0a5-4afd-8187-21f9db7924e1 => generated 1012 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1155] 10.0.0.213 () {34 vars in 1120 bytes} [Thu Aug 13 19:37:25 2026] GET /v2.0/security-groups?id=f4be5595-e528-4c51-929e-60842ef053f1&id=e5690283-90b4-402f-b83e-d4e63830a568&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1156] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:25 2026] GET /v2.0/ports?device_id=bc32cb10-e256-4c5b-8d5f-f8dadfe7f006 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1157] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:37:25 2026] GET /v2.0/security-groups?id=09d96669-ca9c-4a90-9c11-c72a0f0e95f0&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1158] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:37:26 2026] GET /v2.0/ports?tenant_id=5adfe0e9103e46a98a85c66db3b52f84&device_id=bc32cb10-e256-4c5b-8d5f-f8dadfe7f006 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1159] 199.204.45.138 () {34 vars in 1018 bytes} [Thu Aug 13 19:37:26 2026] GET /v2.0/networks?tenant_id=5adfe0e9103e46a98a85c66db3b52f84&shared=False => generated 773 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1160] 199.204.45.138 () {34 vars in 930 bytes} [Thu Aug 13 19:37:26 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1161] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:26 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => 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: 568/1162] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:37:26 2026] GET /v2.0/networks?id=d7f88f58-53f9-4482-82c7-58ed3a906d23 => generated 679 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1163] 199.204.45.138 () {34 vars in 1050 bytes} [Thu Aug 13 19:37:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c83bf919315543b2979e354e38f289ac => generated 180 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1164] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:26 2026] GET /v2.0/ports?device_id=bb07b7ca-00bd-4744-b939-414325790361 => 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: 597/1165] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:26 2026] GET /v2.0/ports?device_id=85e6c3b8-f0a5-4afd-8187-21f9db7924e1 => generated 1012 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1166] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:27 2026] GET /v2.0/ports?device_id=bc32cb10-e256-4c5b-8d5f-f8dadfe7f006 => 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: 599/1167] 10.0.0.213 () {34 vars in 1120 bytes} [Thu Aug 13 19:37:27 2026] GET /v2.0/security-groups?id=f4be5595-e528-4c51-929e-60842ef053f1&id=e5690283-90b4-402f-b83e-d4e63830a568&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: 7|app: 0|req: 602/1170] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:37:27 2026] GET /v2.0/security-groups?id=09d96669-ca9c-4a90-9c11-c72a0f0e95f0&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1171] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:37:27 2026] GET /v2.0/ports?tenant_id=5adfe0e9103e46a98a85c66db3b52f84&device_id=bc32cb10-e256-4c5b-8d5f-f8dadfe7f006 => 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: 604/1172] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Aug 13 19:37:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=fc99b676-a14a-42fb-99fc-dbd50df805dd => 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: 605/1173] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:37:27 2026] GET /v2.0/subnets?id=c54c5f37-b5cf-4881-bd89-5bdbbb1a039c => generated 695 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1174] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:37:27 2026] GET /v2.0/ports?network_id=9d8a50a5-ee23-489a-96f9-b0e0ad5d2aa9&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: 569/1175] 199.204.45.138 () {38 vars in 955 bytes} [Thu Aug 13 19:37:26 2026] POST /v2.0/ports => generated 958 bytes in 572 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: 607/1176] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:37:27 2026] GET /v2.0/networks/9d8a50a5-ee23-489a-96f9-b0e0ad5d2aa9?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: 608/1177] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:37:27 2026] GET /v2.0/networks/9d8a50a5-ee23-489a-96f9-b0e0ad5d2aa9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1178] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Aug 13 19:37:27 2026] PUT /v2.0/ports/ae082eca-a620-448f-92d7-61ab05209ca0 => generated 1239 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:37:27.815 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2064c7e2-9bf1-4e58-bd5c-ae2bb769ba24'] response: {'name': 'network-changed', 'server_uuid': 'bb07b7ca-00bd-4744-b939-414325790361', 'tag': 'ae082eca-a620-448f-92d7-61ab05209ca0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 609/1179] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:27 2026] GET /v2.0/ports?device_id=81749584-5d35-4241-bb67-a8a919c24a42 => generated 12 bytes in 29 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: 571/1180] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:27 2026] GET /v2.0/ports?device_id=bb07b7ca-00bd-4744-b939-414325790361 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1181] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:37:28 2026] GET /v2.0/security-groups?id=938ce0f0-758a-4b01-970a-b69258afa406&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1182] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:28 2026] GET /v2.0/ports?device_id=bc32cb10-e256-4c5b-8d5f-f8dadfe7f006 => 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: 572/1183] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:28 2026] GET /v2.0/ports?device_id=85e6c3b8-f0a5-4afd-8187-21f9db7924e1 => generated 1012 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1184] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:37:28 2026] GET /v2.0/security-groups?id=09d96669-ca9c-4a90-9c11-c72a0f0e95f0&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1185] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:37:28 2026] GET /v2.0/ports?tenant_id=c83bf919315543b2979e354e38f289ac&device_id=bb07b7ca-00bd-4744-b939-414325790361 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1186] 10.0.0.213 () {34 vars in 1120 bytes} [Thu Aug 13 19:37:28 2026] GET /v2.0/security-groups?id=f4be5595-e528-4c51-929e-60842ef053f1&id=e5690283-90b4-402f-b83e-d4e63830a568&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1187] 199.204.45.138 () {34 vars in 1018 bytes} [Thu Aug 13 19:37:28 2026] GET /v2.0/networks?tenant_id=c83bf919315543b2979e354e38f289ac&shared=False => generated 775 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1188] 199.204.45.138 () {34 vars in 930 bytes} [Thu Aug 13 19:37:28 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1189] 199.204.45.138 () {34 vars in 994 bytes} [Thu Aug 13 19:37:28 2026] GET /v2.0/ports?device_id=85e6c3b8-f0a5-4afd-8187-21f9db7924e1 => generated 1281 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1190] 199.204.45.138 () {34 vars in 1124 bytes} [Thu Aug 13 19:37:28 2026] GET /v2.0/security-groups?id=f4be5595-e528-4c51-929e-60842ef053f1&id=e5690283-90b4-402f-b83e-d4e63830a568&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1191] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:37:28 2026] DELETE /v2.0/security-groups/5d567be8-7f35-4368-91d8-cad0056c6d62 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:37:29.051 8 INFO neutron.api.v2.resource [None req-b2273522-7506-4005-a9db-2100a66db96b cce092d7125f4090a35f299cb2ddb85b d62fd5d1770540d3a5836f880f790025 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 577/1192] 10.0.0.214 () {32 vars in 737 bytes} [Thu Aug 13 19:37:29 2026] GET /v2.0/security-groups/5d567be8-7f35-4368-91d8-cad0056c6d62 => 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: 578/1193] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:29 2026] GET /v2.0/ports?device_id=bb07b7ca-00bd-4744-b939-414325790361 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:37:29.179 7 INFO neutron_taas.services.taas.taas_plugin [None req-84739d51-dcc0-4a79-ae37-95a383d8b399 cce092d7125f4090a35f299cb2ddb85b d62fd5d1770540d3a5836f880f790025 - - default default] TaaS: Handle Delete Port: 0e3404ef-85e7-4de4-85cf-bb8af1e43378 2026-08-13 19:37:29.181 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84739d51-dcc0-4a79-ae37-95a383d8b399 cce092d7125f4090a35f299cb2ddb85b d62fd5d1770540d3a5836f880f790025 - - default default] Tap Mirror: Handle Delete Port: 0e3404ef-85e7-4de4-85cf-bb8af1e43378 [pid: 8|app: 0|req: 579/1194] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:37:29 2026] GET /v2.0/security-groups?id=938ce0f0-758a-4b01-970a-b69258afa406&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: 616/1195] 10.0.0.214 () {32 vars in 732 bytes} [Thu Aug 13 19:37:29 2026] DELETE /v2.0/floatingips/73956de1-ffb9-4af2-b95c-14f0946a0876 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1196] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:29 2026] GET /v2.0/ports?device_id=bc32cb10-e256-4c5b-8d5f-f8dadfe7f006 => 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: 618/1197] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:29 2026] GET /v2.0/ports?device_id=85e6c3b8-f0a5-4afd-8187-21f9db7924e1 => generated 1012 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1198] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:37:29 2026] GET /v2.0/security-groups?id=09d96669-ca9c-4a90-9c11-c72a0f0e95f0&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1199] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:37:29 2026] GET /v2.0/ports?tenant_id=c83bf919315543b2979e354e38f289ac&device_id=bb07b7ca-00bd-4744-b939-414325790361 => generated 1242 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1200] 10.0.0.213 () {34 vars in 1120 bytes} [Thu Aug 13 19:37:29 2026] GET /v2.0/security-groups?id=f4be5595-e528-4c51-929e-60842ef053f1&id=e5690283-90b4-402f-b83e-d4e63830a568&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: 7|app: 0|req: 622/1201] 199.204.45.138 () {34 vars in 1060 bytes} [Thu Aug 13 19:37:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=ae082eca-a620-448f-92d7-61ab05209ca0 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1202] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:37:29 2026] GET /v2.0/subnets?id=debc2c6e-db7b-47c5-834f-d4165cf1417c => generated 697 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1203] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:37:29 2026] GET /v2.0/ports?network_id=d7f88f58-53f9-4482-82c7-58ed3a906d23&device_owner=network%3Adhcp => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:37:29.781 8 INFO neutron_taas.services.taas.taas_plugin [None req-86e12d1e-ab56-4f90-a63e-5a8dd936f374 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: faa87a71-17b2-450e-817e-2d3748374265 2026-08-13 19:37:29.784 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86e12d1e-ab56-4f90-a63e-5a8dd936f374 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: faa87a71-17b2-450e-817e-2d3748374265 [pid: 7|app: 0|req: 625/1204] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:37:29 2026] GET /v2.0/networks/d7f88f58-53f9-4482-82c7-58ed3a906d23?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: 626/1205] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:37:29 2026] GET /v2.0/networks/d7f88f58-53f9-4482-82c7-58ed3a906d23?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: 580/1206] 10.0.0.214 () {34 vars in 789 bytes} [Thu Aug 13 19:37:29 2026] PUT /v2.0/routers/09e3ebb6-0bd0-4177-8e16-1ae55fe50ebb/remove_router_interface => generated 309 bytes in 1024 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1207] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:30 2026] GET /v2.0/ports?device_id=bb07b7ca-00bd-4744-b939-414325790361 => generated 973 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1208] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:37:30 2026] GET /v2.0/security-groups?id=938ce0f0-758a-4b01-970a-b69258afa406&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:37:30.556 8 INFO neutron_taas.services.taas.taas_plugin [None req-b5301782-4b04-4a60-8a19-e22e82e6228d bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: 04696562-ec6c-4dc7-8740-bdbc28a1d88d 2026-08-13 19:37:30.558 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5301782-4b04-4a60-8a19-e22e82e6228d bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: 04696562-ec6c-4dc7-8740-bdbc28a1d88d [pid: 7|app: 0|req: 629/1209] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:30 2026] GET /v2.0/ports?device_id=bc32cb10-e256-4c5b-8d5f-f8dadfe7f006 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1210] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:37:30 2026] GET /v2.0/security-groups?id=09d96669-ca9c-4a90-9c11-c72a0f0e95f0&fields=id&fields=name => generated 88 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:37:30.727 8 INFO neutron_taas.services.taas.taas_plugin [None req-b5301782-4b04-4a60-8a19-e22e82e6228d bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: 9c836b44-a57c-40f2-9a02-7591899f925a 2026-08-13 19:37:30.729 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5301782-4b04-4a60-8a19-e22e82e6228d bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: 9c836b44-a57c-40f2-9a02-7591899f925a [pid: 7|app: 0|req: 631/1211] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:30 2026] GET /v2.0/ports?device_id=85e6c3b8-f0a5-4afd-8187-21f9db7924e1 => generated 1014 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1212] 10.0.0.213 () {34 vars in 1120 bytes} [Thu Aug 13 19:37:30 2026] GET /v2.0/security-groups?id=f4be5595-e528-4c51-929e-60842ef053f1&id=e5690283-90b4-402f-b83e-d4e63830a568&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:37:30.987 8 INFO neutron.services.segments.plugin [-] Segment 8da6b1af-d987-4220-81b8-8d0d7f2e99e1 resource provider aggregate not found 2026-08-13 19:37:30.994 8 INFO neutron.services.segments.plugin [-] Segment 8da6b1af-d987-4220-81b8-8d0d7f2e99e1 resource provider aggregate not found 2026-08-13 19:37:31.003 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8da6b1af-d987-4220-81b8-8d0d7f2e99e1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8da6b1af-d987-4220-81b8-8d0d7f2e99e1 found for delete ", "request_id": "req-7920aa4c-3700-4198-94b9-f971765fa389"}]} 2026-08-13 19:37:31.007 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8da6b1af-d987-4220-81b8-8d0d7f2e99e1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8da6b1af-d987-4220-81b8-8d0d7f2e99e1 found for delete ", "request_id": "req-a9c34568-7e10-435d-b9c1-c85f6d3f8868"}]} 2026-08-13 19:37:31.016 8 INFO neutron.db.l3_hamode_db [None req-b5301782-4b04-4a60-8a19-e22e82e6228d bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] HA network 82e68e3e-8069-463b-b1cc-0556876f9dd7 was deleted as no HA routers are present in tenant d62fd5d1770540d3a5836f880f790025. [pid: 8|app: 0|req: 581/1213] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:37:30 2026] DELETE /v2.0/routers/09e3ebb6-0bd0-4177-8e16-1ae55fe50ebb => generated 0 bytes in 637 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1214] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:37:31 2026] DELETE /v2.0/subnets/a4b89c41-565e-46a7-a558-9d8ad1f04a51 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:37:31.263 8 INFO neutron_taas.services.taas.taas_plugin [None req-1595822b-edcd-4401-9c7c-f82e11887c75 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: 9bb741bd-dd5e-4a2f-b944-5e75e955f1db 2026-08-13 19:37:31.265 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1595822b-edcd-4401-9c7c-f82e11887c75 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: 9bb741bd-dd5e-4a2f-b944-5e75e955f1db [pid: 8|app: 0|req: 582/1215] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:37:31 2026] DELETE /v2.0/networks/5aa4feff-46f6-4a64-909d-67cfc520816d => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1216] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:31 2026] GET /v2.0/ports?device_id=bb07b7ca-00bd-4744-b939-414325790361 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1217] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:37:31 2026] GET /v2.0/security-groups?id=938ce0f0-758a-4b01-970a-b69258afa406&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1218] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:37:31 2026] GET /v2.0/security-groups?tenant_id=d62fd5d1770540d3a5836f880f790025&name=default => generated 2921 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1219] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:37:31 2026] DELETE /v2.0/security-groups/9dddf4ae-dde9-4181-9be0-c76b660bac8a => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1220] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:31 2026] GET /v2.0/ports?device_id=bc32cb10-e256-4c5b-8d5f-f8dadfe7f006 => 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: 585/1221] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:37:31 2026] GET /v2.0/security-groups?id=09d96669-ca9c-4a90-9c11-c72a0f0e95f0&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1222] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:31 2026] GET /v2.0/ports?device_id=85e6c3b8-f0a5-4afd-8187-21f9db7924e1 => generated 1014 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1223] 10.0.0.213 () {34 vars in 1120 bytes} [Thu Aug 13 19:37:31 2026] GET /v2.0/security-groups?id=f4be5595-e528-4c51-929e-60842ef053f1&id=e5690283-90b4-402f-b83e-d4e63830a568&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1224] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:32 2026] GET /v2.0/ports?device_id=85e6c3b8-f0a5-4afd-8187-21f9db7924e1 => generated 1014 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:37:32.386 8 INFO neutron.db.l3_db [None req-be264447-bcab-4591-89a0-3f3276a55454 a38ba48f39db40b785630e7e40e7618b 0f6b91f7b994458888f8f177dc114dbb - - default default] Floating IP 8adfe816-872e-4d6b-9955-a5f98f9b4887 associated. External IP: 10.96.250.211, port: 440ee0bc-b14e-4954-b61a-8e6cd7dd452c. [pid: 7|app: 0|req: 639/1225] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:32 2026] GET /v2.0/ports?device_id=bb07b7ca-00bd-4744-b939-414325790361 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1226] 10.0.0.214 () {34 vars in 749 bytes} [Thu Aug 13 19:37:32 2026] PUT /v2.0/floatingips/8adfe816-872e-4d6b-9955-a5f98f9b4887 => generated 856 bytes in 632 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1227] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:37:32 2026] GET /v2.0/security-groups?id=938ce0f0-758a-4b01-970a-b69258afa406&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:37:32.950 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2bee544d-6fcc-4070-9867-bc16e81f620d'] response: {'name': 'network-changed', 'server_uuid': '85e6c3b8-f0a5-4afd-8187-21f9db7924e1', 'tag': '440ee0bc-b14e-4954-b61a-8e6cd7dd452c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 588/1228] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:32 2026] GET /v2.0/ports?device_id=bc32cb10-e256-4c5b-8d5f-f8dadfe7f006 => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1229] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:37:32 2026] GET /v2.0/security-groups?id=09d96669-ca9c-4a90-9c11-c72a0f0e95f0&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:37:33.036 8 INFO neutron.services.segments.plugin [-] Segment 9b7f7329-1b40-4232-a8de-4c55f415a7fd resource provider aggregate not found 2026-08-13 19:37:33.038 8 INFO neutron.services.segments.plugin [-] Segment 9b7f7329-1b40-4232-a8de-4c55f415a7fd resource provider aggregate not found 2026-08-13 19:37:33.061 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9b7f7329-1b40-4232-a8de-4c55f415a7fd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b7f7329-1b40-4232-a8de-4c55f415a7fd found for delete ", "request_id": "req-a22bf3e5-df35-4ec1-8009-b95256246850"}]} 2026-08-13 19:37:33.063 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9b7f7329-1b40-4232-a8de-4c55f415a7fd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b7f7329-1b40-4232-a8de-4c55f415a7fd found for delete ", "request_id": "req-b8bc3810-4bee-4c45-aed9-8d1948e4e935"}]} [pid: 8|app: 0|req: 589/1230] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:37:33 2026] GET /v2.0/ports?tenant_id=0f6b91f7b994458888f8f177dc114dbb&device_id=85e6c3b8-f0a5-4afd-8187-21f9db7924e1 => generated 1283 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1231] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:37:33 2026] GET /v2.0/networks?id=32f1e820-5cdc-468d-9cf9-27bc70db5597 => generated 768 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1232] 199.204.45.138 () {34 vars in 1060 bytes} [Thu Aug 13 19:37:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=440ee0bc-b14e-4954-b61a-8e6cd7dd452c => generated 859 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1233] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:37:33 2026] GET /v2.0/subnets?id=03dce5eb-eae7-41c8-a278-0ed1a6887b68 => generated 690 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1234] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:37:33 2026] GET /v2.0/ports?network_id=32f1e820-5cdc-468d-9cf9-27bc70db5597&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: 7|app: 0|req: 644/1235] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:37:33 2026] GET /v2.0/networks/32f1e820-5cdc-468d-9cf9-27bc70db5597?fields=segments => generated 14 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1236] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:37:33 2026] GET /v2.0/networks/32f1e820-5cdc-468d-9cf9-27bc70db5597?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: 645/1237] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:33 2026] GET /v2.0/ports?device_id=bb07b7ca-00bd-4744-b939-414325790361 => 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: 593/1238] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:37:33 2026] GET /v2.0/security-groups?id=938ce0f0-758a-4b01-970a-b69258afa406&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1239] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:34 2026] GET /v2.0/ports?device_id=bc32cb10-e256-4c5b-8d5f-f8dadfe7f006 => 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: 647/1240] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:37:34 2026] GET /v2.0/security-groups?id=09d96669-ca9c-4a90-9c11-c72a0f0e95f0&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1241] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:37:34 2026] GET /v2.0/security-groups?tenant_id=385bde3c2ebe472a8b60b25f63ded411&name=default => generated 2925 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1242] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:34 2026] GET /v2.0/ports?device_id=bc32cb10-e256-4c5b-8d5f-f8dadfe7f006 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1243] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:37:34 2026] GET /v2.0/security-groups?id=09d96669-ca9c-4a90-9c11-c72a0f0e95f0&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1244] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:37:34 2026] DELETE /v2.0/security-groups/d5bae1ca-5d97-4d46-bf77-537feffd0848 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1245] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:34 2026] GET /v2.0/ports?device_id=bb07b7ca-00bd-4744-b939-414325790361 => generated 973 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1246] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:37:35 2026] GET /v2.0/security-groups?id=938ce0f0-758a-4b01-970a-b69258afa406&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1247] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:35 2026] GET /v2.0/ports?device_id=bc32cb10-e256-4c5b-8d5f-f8dadfe7f006 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1248] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:37:35 2026] GET /v2.0/security-groups?id=09d96669-ca9c-4a90-9c11-c72a0f0e95f0&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: 599/1249] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:36 2026] GET /v2.0/ports?device_id=bb07b7ca-00bd-4744-b939-414325790361 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1250] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:37:36 2026] GET /v2.0/security-groups?id=938ce0f0-758a-4b01-970a-b69258afa406&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:37:36.619 8 INFO neutron.db.segments_db [None req-4813f9c9-4feb-450c-a9ee-1d346b8545a1 b5aa766cd0f6415abc172e2068ccae21 2f26dea2096f408889c2ded2137f2857 - - default default] Added segment cf60383a-1589-40fe-b00e-c2d59d59ee2e of type vxlan for network 7b090cfa-e131-48ca-85af-1bb0a4ce99e1 [pid: 8|app: 0|req: 600/1251] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:37:36 2026] POST /v2.0/networks => generated 648 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1252] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:36 2026] GET /v2.0/ports?device_id=bc32cb10-e256-4c5b-8d5f-f8dadfe7f006 => 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: 602/1253] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:37:36 2026] GET /v2.0/security-groups?id=09d96669-ca9c-4a90-9c11-c72a0f0e95f0&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1254] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:37:36 2026] POST /v2.0/subnets => generated 627 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:37:36.954 8 INFO neutron.db.segments_db [None req-7b139edd-8e6d-40a7-be5f-d7e1117a0354 b5aa766cd0f6415abc172e2068ccae21 2f26dea2096f408889c2ded2137f2857 - - default default] Added segment 9b8108d1-62a2-477b-8171-862f3d168e51 of type vxlan for network 8f076cc1-80f3-4838-bbd9-c8ef80f1496a [pid: 7|app: 0|req: 653/1255] 199.204.45.138 () {34 vars in 994 bytes} [Thu Aug 13 19:37:36 2026] GET /v2.0/ports?device_id=bc32cb10-e256-4c5b-8d5f-f8dadfe7f006 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:37:37.163 8 INFO neutron.db.l3_hamode_db [None req-7b139edd-8e6d-40a7-be5f-d7e1117a0354 b5aa766cd0f6415abc172e2068ccae21 2f26dea2096f408889c2ded2137f2857 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 19:37:37.184 7 INFO neutron_taas.services.taas.taas_plugin [req-a2f16e5f-b9fd-445e-a442-c87d1afe8e67 req-11e579bd-5dfa-4834-ae57-147e29bd8461 daa0073723d240b6a1ea5d045fd999ce 5adfe0e9103e46a98a85c66db3b52f84 - - default default] TaaS: Handle Delete Port: fc99b676-a14a-42fb-99fc-dbd50df805dd 2026-08-13 19:37:37.189 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a2f16e5f-b9fd-445e-a442-c87d1afe8e67 req-11e579bd-5dfa-4834-ae57-147e29bd8461 daa0073723d240b6a1ea5d045fd999ce 5adfe0e9103e46a98a85c66db3b52f84 - - default default] Tap Mirror: Handle Delete Port: fc99b676-a14a-42fb-99fc-dbd50df805dd [pid: 7|app: 0|req: 654/1256] 199.204.45.138 () {36 vars in 997 bytes} [Thu Aug 13 19:37:37 2026] DELETE /v2.0/ports/fc99b676-a14a-42fb-99fc-dbd50df805dd => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:37:37.404 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1ad104c4-8774-4617-afb3-f0a74f03bf1f'] response: {'server_uuid': 'bc32cb10-e256-4c5b-8d5f-f8dadfe7f006', 'name': 'network-vif-deleted', 'tag': 'fc99b676-a14a-42fb-99fc-dbd50df805dd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 655/1257] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:37 2026] GET /v2.0/ports?device_id=bb07b7ca-00bd-4744-b939-414325790361 => generated 975 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1258] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:37:37 2026] GET /v2.0/security-groups?id=938ce0f0-758a-4b01-970a-b69258afa406&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:37:37.921 8 INFO neutron.db.l3_hamode_db [None req-7b139edd-8e6d-40a7-be5f-d7e1117a0354 b5aa766cd0f6415abc172e2068ccae21 2f26dea2096f408889c2ded2137f2857 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 657/1259] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:37 2026] GET /v2.0/ports?device_id=bc32cb10-e256-4c5b-8d5f-f8dadfe7f006 => 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: 658/1260] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:38 2026] GET /v2.0/ports?device_id=bb07b7ca-00bd-4744-b939-414325790361 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1261] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:37:38 2026] GET /v2.0/security-groups?id=938ce0f0-758a-4b01-970a-b69258afa406&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1262] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:38 2026] GET /v2.0/ports?device_id=bb07b7ca-00bd-4744-b939-414325790361 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:37:39.143 7 INFO neutron.db.l3_db [None req-bbbaf92a-7250-41f9-93e7-5384f5630e56 a09f8754169e415f9de98fd3dee16672 c83bf919315543b2979e354e38f289ac - - default default] Floating IP 3a7bea92-13f2-4877-827b-2a0ce5c063de associated. External IP: 10.96.250.201, port: ae082eca-a620-448f-92d7-61ab05209ca0. [pid: 8|app: 0|req: 603/1263] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:37:36 2026] POST /v2.0/routers => generated 694 bytes in 2304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1264] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:39 2026] GET /v2.0/ports?device_id=bc32cb10-e256-4c5b-8d5f-f8dadfe7f006 => 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: 661/1265] 10.0.0.214 () {34 vars in 749 bytes} [Thu Aug 13 19:37:38 2026] PUT /v2.0/floatingips/3a7bea92-13f2-4877-827b-2a0ce5c063de => generated 856 bytes in 693 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:37:39.502 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-96c876ba-e25b-4613-8ba5-0f2228a4139f'] response: {'name': 'network-changed', 'server_uuid': 'bb07b7ca-00bd-4744-b939-414325790361', 'tag': 'ae082eca-a620-448f-92d7-61ab05209ca0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 662/1266] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:39 2026] GET /v2.0/ports?device_id=bb07b7ca-00bd-4744-b939-414325790361 => 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: 663/1267] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:37:39 2026] GET /v2.0/security-groups?id=938ce0f0-758a-4b01-970a-b69258afa406&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1268] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:39 2026] GET /v2.0/ports?device_id=bb07b7ca-00bd-4744-b939-414325790361 => 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: 665/1269] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:37:39 2026] GET /v2.0/security-groups?id=938ce0f0-758a-4b01-970a-b69258afa406&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1270] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:37:40 2026] GET /v2.0/ports?tenant_id=c83bf919315543b2979e354e38f289ac&device_id=bb07b7ca-00bd-4744-b939-414325790361 => 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: 667/1271] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:37:40 2026] GET /v2.0/networks?id=d7f88f58-53f9-4482-82c7-58ed3a906d23 => generated 775 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1272] 199.204.45.138 () {34 vars in 1060 bytes} [Thu Aug 13 19:37:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=ae082eca-a620-448f-92d7-61ab05209ca0 => generated 859 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1273] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:37:40 2026] GET /v2.0/subnets?id=debc2c6e-db7b-47c5-834f-d4165cf1417c => generated 697 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1274] 10.0.0.214 () {34 vars in 783 bytes} [Thu Aug 13 19:37:39 2026] PUT /v2.0/routers/d6ffb9f4-7411-497e-b186-2e44dcac46a5/add_router_interface => generated 309 bytes in 1281 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1275] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:40 2026] GET /v2.0/ports?device_id=bc32cb10-e256-4c5b-8d5f-f8dadfe7f006 => 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: 670/1276] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:37:40 2026] GET /v2.0/ports?network_id=d7f88f58-53f9-4482-82c7-58ed3a906d23&device_owner=network%3Adhcp => generated 1244 bytes in 416 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1277] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:37:40 2026] GET /v2.0/networks/d7f88f58-53f9-4482-82c7-58ed3a906d23?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: 672/1278] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:37:40 2026] GET /v2.0/networks/d7f88f58-53f9-4482-82c7-58ed3a906d23?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: 607/1279] 10.0.0.214 () {34 vars in 665 bytes} [Thu Aug 13 19:37:40 2026] POST /v2.0/ports => generated 954 bytes in 317 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: 608/1280] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:41 2026] GET /v2.0/ports?device_id=bb07b7ca-00bd-4744-b939-414325790361 => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1281] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:37:41 2026] GET /v2.0/security-groups?id=938ce0f0-758a-4b01-970a-b69258afa406&fields=id&fields=name => generated 113 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1282] 10.0.0.214 () {34 vars in 665 bytes} [Thu Aug 13 19:37:40 2026] POST /v2.0/ports => generated 958 bytes in 336 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: 674/1283] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:41 2026] GET /v2.0/ports?device_id=bc32cb10-e256-4c5b-8d5f-f8dadfe7f006 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:37:41.854 8 INFO neutron.db.l3_db [None req-d562b50d-0c3e-4d12-93d5-b0b6504522e0 b5aa766cd0f6415abc172e2068ccae21 2f26dea2096f408889c2ded2137f2857 - - default default] Floating IP f8729dfe-573c-4450-aceb-08650f5f8965 associated. External IP: 10.96.250.217, port: 08cdfcdb-32ad-4a0e-9e3c-cf28ccb75bed. [pid: 8|app: 0|req: 610/1286] 10.0.0.214 () {34 vars in 677 bytes} [Thu Aug 13 19:37:41 2026] POST /v2.0/floatingips => generated 842 bytes in 954 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1287] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:42 2026] GET /v2.0/ports?device_id=bb07b7ca-00bd-4744-b939-414325790361 => generated 975 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:37:42.277 7 INFO neutron.db.l3_db [None req-2fcb38a3-1a90-4468-b42a-4ebd7838dd5f b5aa766cd0f6415abc172e2068ccae21 2f26dea2096f408889c2ded2137f2857 - - default default] Floating IP f8729dfe-573c-4450-aceb-08650f5f8965 disassociated. External IP: 10.96.250.217, port: 08cdfcdb-32ad-4a0e-9e3c-cf28ccb75bed. [pid: 8|app: 0|req: 612/1288] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:37:42 2026] GET /v2.0/security-groups?id=938ce0f0-758a-4b01-970a-b69258afa406&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1289] 199.204.45.138 () {34 vars in 994 bytes} [Thu Aug 13 19:37:42 2026] GET /v2.0/ports?device_id=bb07b7ca-00bd-4744-b939-414325790361 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:37:42.415 8 INFO neutron_taas.services.taas.taas_plugin [req-ecc22fd6-ea8f-4cb8-b61b-dbb4b447daa6 req-c90163db-05e7-4894-915a-8aaf3e2adcc9 a09f8754169e415f9de98fd3dee16672 c83bf919315543b2979e354e38f289ac - - default default] TaaS: Handle Delete Port: ae082eca-a620-448f-92d7-61ab05209ca0 2026-08-13 19:37:42.418 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ecc22fd6-ea8f-4cb8-b61b-dbb4b447daa6 req-c90163db-05e7-4894-915a-8aaf3e2adcc9 a09f8754169e415f9de98fd3dee16672 c83bf919315543b2979e354e38f289ac - - default default] Tap Mirror: Handle Delete Port: ae082eca-a620-448f-92d7-61ab05209ca0 2026-08-13 19:37:42.522 8 INFO neutron.db.l3_db [req-ecc22fd6-ea8f-4cb8-b61b-dbb4b447daa6 req-c90163db-05e7-4894-915a-8aaf3e2adcc9 a09f8754169e415f9de98fd3dee16672 c83bf919315543b2979e354e38f289ac - - default default] Floating IP 3a7bea92-13f2-4877-827b-2a0ce5c063de disassociated. External IP: 10.96.250.201, port: ae082eca-a620-448f-92d7-61ab05209ca0. [pid: 7|app: 0|req: 677/1290] 10.0.0.214 () {34 vars in 749 bytes} [Thu Aug 13 19:37:42 2026] PUT /v2.0/floatingips/f8729dfe-573c-4450-aceb-08650f5f8965 => generated 552 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:37:42.660 7 INFO neutron_taas.services.taas.taas_plugin [None req-bb814272-95d6-4411-9b72-4fcf199c9b39 b5aa766cd0f6415abc172e2068ccae21 2f26dea2096f408889c2ded2137f2857 - - default default] TaaS: Handle Delete Port: e4b3febc-557a-413c-af99-0a4085b1e116 2026-08-13 19:37:42.663 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb814272-95d6-4411-9b72-4fcf199c9b39 b5aa766cd0f6415abc172e2068ccae21 2f26dea2096f408889c2ded2137f2857 - - default default] Tap Mirror: Handle Delete Port: e4b3febc-557a-413c-af99-0a4085b1e116 [pid: 7|app: 0|req: 678/1291] 10.0.0.214 () {32 vars in 732 bytes} [Thu Aug 13 19:37:42 2026] DELETE /v2.0/floatingips/f8729dfe-573c-4450-aceb-08650f5f8965 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1292] 199.204.45.138 () {36 vars in 997 bytes} [Thu Aug 13 19:37:42 2026] DELETE /v2.0/ports/ae082eca-a620-448f-92d7-61ab05209ca0 => generated 0 bytes in 509 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:37:42.870 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-37e7361e-8646-4a16-a4c8-075d829f86b0'] response: {'server_uuid': 'bb07b7ca-00bd-4744-b939-414325790361', 'name': 'network-vif-deleted', 'tag': 'ae082eca-a620-448f-92d7-61ab05209ca0', 'status': 'completed', 'code': 200} 2026-08-13 19:37:43.173 7 INFO neutron_taas.services.taas.taas_plugin [None req-a3c0c91d-c396-49a8-ba10-d8cb1a237da0 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: cca38bf2-e6d4-4bf8-8845-a037e159b00d 2026-08-13 19:37:43.175 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3c0c91d-c396-49a8-ba10-d8cb1a237da0 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: cca38bf2-e6d4-4bf8-8845-a037e159b00d 2026-08-13 19:37:43.513 8 INFO neutron.db.l3_db [None req-1fdc4d08-5fed-4af2-aa45-21e2caf8957d b5aa766cd0f6415abc172e2068ccae21 2f26dea2096f408889c2ded2137f2857 - - default default] Floating IP 438ee31b-e147-43fe-8394-bf1be6dbeb40 associated. External IP: 10.96.250.203, port: a71f8327-2f75-4888-9365-f517b9429c05. [pid: 7|app: 0|req: 679/1293] 10.0.0.214 () {34 vars in 789 bytes} [Thu Aug 13 19:37:42 2026] PUT /v2.0/routers/99a81126-d0f0-4cb1-b4bb-6ec2a4f92733/remove_router_interface => generated 309 bytes in 789 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1294] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:43 2026] GET /v2.0/ports?device_id=bb07b7ca-00bd-4744-b939-414325790361 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1295] 10.0.0.214 () {34 vars in 677 bytes} [Thu Aug 13 19:37:42 2026] POST /v2.0/floatingips => generated 841 bytes in 989 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:37:43.831 7 INFO neutron_taas.services.taas.taas_plugin [None req-33ad059d-bec6-491a-b83a-8e7074bfd7b4 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: fbad36b6-168e-4a38-bebe-cb8eeb1eb1b3 2026-08-13 19:37:43.834 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33ad059d-bec6-491a-b83a-8e7074bfd7b4 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: fbad36b6-168e-4a38-bebe-cb8eeb1eb1b3 [pid: 8|app: 0|req: 616/1296] 10.0.0.214 () {32 vars in 729 bytes} [Thu Aug 13 19:37:43 2026] GET /v2.0/floatingips/438ee31b-e147-43fe-8394-bf1be6dbeb40 => generated 841 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1297] 10.0.0.214 () {32 vars in 655 bytes} [Thu Aug 13 19:37:43 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) 2026-08-13 19:37:44.090 7 INFO neutron_taas.services.taas.taas_plugin [None req-33ad059d-bec6-491a-b83a-8e7074bfd7b4 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: 46d9e7bf-0d32-4ab0-a873-ff15e55c45b3 2026-08-13 19:37:44.093 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33ad059d-bec6-491a-b83a-8e7074bfd7b4 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: 46d9e7bf-0d32-4ab0-a873-ff15e55c45b3 2026-08-13 19:37:44.309 8 INFO neutron.db.l3_db [None req-4a19bf18-6735-4ad7-8fb1-1dfa59fba662 b5aa766cd0f6415abc172e2068ccae21 2f26dea2096f408889c2ded2137f2857 - - default default] Floating IP 438ee31b-e147-43fe-8394-bf1be6dbeb40 associated. External IP: 10.96.250.203, port: a71f8327-2f75-4888-9365-f517b9429c05. 2026-08-13 19:37:44.471 7 INFO neutron.services.segments.plugin [-] Segment 2a4fc742-c55d-424d-8d17-9db240da0a56 resource provider aggregate not found 2026-08-13 19:37:44.475 7 INFO neutron.services.segments.plugin [-] Segment 2a4fc742-c55d-424d-8d17-9db240da0a56 resource provider aggregate not found 2026-08-13 19:37:44.493 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2a4fc742-c55d-424d-8d17-9db240da0a56 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a4fc742-c55d-424d-8d17-9db240da0a56 found for delete ", "request_id": "req-2a7d6ab7-9955-4180-89d8-f50faae51076"}]} 2026-08-13 19:37:44.494 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2a4fc742-c55d-424d-8d17-9db240da0a56 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a4fc742-c55d-424d-8d17-9db240da0a56 found for delete ", "request_id": "req-4ec127a6-6297-423f-8dc3-5d3d5e30d88b"}]} 2026-08-13 19:37:44.503 7 INFO neutron.db.l3_hamode_db [None req-33ad059d-bec6-491a-b83a-8e7074bfd7b4 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] HA network a485d790-289b-4ac1-abd7-b74d1fca9784 was deleted as no HA routers are present in tenant 5adfe0e9103e46a98a85c66db3b52f84. [pid: 7|app: 0|req: 681/1298] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:37:43 2026] DELETE /v2.0/routers/99a81126-d0f0-4cb1-b4bb-6ec2a4f92733 => generated 0 bytes in 897 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1299] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:37:44 2026] DELETE /v2.0/subnets/c54c5f37-b5cf-4881-bd89-5bdbbb1a039c => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:37:44.763 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f84d67d-780e-416e-8513-2cf556383a2b bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: 98ade5e4-a66d-4a45-9947-e796872d320c 2026-08-13 19:37:44.766 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f84d67d-780e-416e-8513-2cf556383a2b bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: 98ade5e4-a66d-4a45-9947-e796872d320c [pid: 7|app: 0|req: 683/1300] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:37:44 2026] DELETE /v2.0/networks/9d8a50a5-ee23-489a-96f9-b0e0ad5d2aa9 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1301] 10.0.0.214 () {34 vars in 749 bytes} [Thu Aug 13 19:37:43 2026] PUT /v2.0/floatingips/438ee31b-e147-43fe-8394-bf1be6dbeb40 => generated 842 bytes in 1015 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1302] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:44 2026] GET /v2.0/ports?device_id=bb07b7ca-00bd-4744-b939-414325790361 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:37:45.086 8 INFO neutron.db.l3_db [None req-3ba80b13-ca91-448c-8f6f-d02229a4493b b5aa766cd0f6415abc172e2068ccae21 2f26dea2096f408889c2ded2137f2857 - - default default] Floating IP 438ee31b-e147-43fe-8394-bf1be6dbeb40 disassociated. External IP: 10.96.250.203, port: 08cdfcdb-32ad-4a0e-9e3c-cf28ccb75bed. [pid: 7|app: 0|req: 685/1303] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:37:45 2026] GET /v2.0/security-groups?tenant_id=5adfe0e9103e46a98a85c66db3b52f84&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1304] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:37:45 2026] DELETE /v2.0/security-groups/09d96669-ca9c-4a90-9c11-c72a0f0e95f0 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1305] 10.0.0.214 () {34 vars in 749 bytes} [Thu Aug 13 19:37:44 2026] PUT /v2.0/floatingips/438ee31b-e147-43fe-8394-bf1be6dbeb40 => generated 552 bytes in 436 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:37:45.518 7 INFO neutron_taas.services.taas.taas_plugin [None req-fec6e6cb-911c-44f2-9daf-95324b65c4b9 b5aa766cd0f6415abc172e2068ccae21 2f26dea2096f408889c2ded2137f2857 - - default default] TaaS: Handle Delete Port: 6f97343e-ef46-45c3-a796-f19908460777 2026-08-13 19:37:45.521 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fec6e6cb-911c-44f2-9daf-95324b65c4b9 b5aa766cd0f6415abc172e2068ccae21 2f26dea2096f408889c2ded2137f2857 - - default default] Tap Mirror: Handle Delete Port: 6f97343e-ef46-45c3-a796-f19908460777 [pid: 7|app: 0|req: 687/1306] 10.0.0.214 () {32 vars in 732 bytes} [Thu Aug 13 19:37:45 2026] DELETE /v2.0/floatingips/438ee31b-e147-43fe-8394-bf1be6dbeb40 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:37:45.737 8 INFO neutron.api.v2.resource [None req-d3ee86f0-c2a5-44b2-bde4-a02616179305 b5aa766cd0f6415abc172e2068ccae21 2f26dea2096f408889c2ded2137f2857 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 620/1307] 10.0.0.214 () {32 vars in 732 bytes} [Thu Aug 13 19:37:45 2026] DELETE /v2.0/floatingips/438ee31b-e147-43fe-8394-bf1be6dbeb40 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:37:45.881 7 INFO neutron_taas.services.taas.taas_plugin [None req-cf3d1ef5-6bf9-4a75-9fc6-37b8262d86e4 b5aa766cd0f6415abc172e2068ccae21 2f26dea2096f408889c2ded2137f2857 - - default default] TaaS: Handle Delete Port: 08cdfcdb-32ad-4a0e-9e3c-cf28ccb75bed 2026-08-13 19:37:45.884 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf3d1ef5-6bf9-4a75-9fc6-37b8262d86e4 b5aa766cd0f6415abc172e2068ccae21 2f26dea2096f408889c2ded2137f2857 - - default default] Tap Mirror: Handle Delete Port: 08cdfcdb-32ad-4a0e-9e3c-cf28ccb75bed [pid: 7|app: 0|req: 688/1308] 10.0.0.214 () {32 vars in 720 bytes} [Thu Aug 13 19:37:45 2026] DELETE /v2.0/ports/08cdfcdb-32ad-4a0e-9e3c-cf28ccb75bed => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1309] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:46 2026] GET /v2.0/ports?device_id=bb07b7ca-00bd-4744-b939-414325790361 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:37:46.175 8 INFO neutron_taas.services.taas.taas_plugin [None req-75502fad-772a-4897-981f-2012f4389855 b5aa766cd0f6415abc172e2068ccae21 2f26dea2096f408889c2ded2137f2857 - - default default] TaaS: Handle Delete Port: a71f8327-2f75-4888-9365-f517b9429c05 2026-08-13 19:37:46.177 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75502fad-772a-4897-981f-2012f4389855 b5aa766cd0f6415abc172e2068ccae21 2f26dea2096f408889c2ded2137f2857 - - default default] Tap Mirror: Handle Delete Port: a71f8327-2f75-4888-9365-f517b9429c05 [pid: 8|app: 0|req: 621/1310] 10.0.0.214 () {32 vars in 720 bytes} [Thu Aug 13 19:37:46 2026] DELETE /v2.0/ports/a71f8327-2f75-4888-9365-f517b9429c05 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1311] 10.0.0.214 () {32 vars in 736 bytes} [Thu Aug 13 19:37:46 2026] GET /v2.0/ports?device_id=d6ffb9f4-7411-497e-b186-2e44dcac46a5 => generated 958 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:37:46.516 7 INFO neutron.services.segments.plugin [-] Segment f4ecd24b-5040-4736-bb4b-e97ee6336d28 resource provider aggregate not found 2026-08-13 19:37:46.520 7 INFO neutron.services.segments.plugin [-] Segment f4ecd24b-5040-4736-bb4b-e97ee6336d28 resource provider aggregate not found 2026-08-13 19:37:46.541 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f4ecd24b-5040-4736-bb4b-e97ee6336d28 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4ecd24b-5040-4736-bb4b-e97ee6336d28 found for delete ", "request_id": "req-1537dd99-d5f4-41d6-ad70-33bf805ad1c1"}]} 2026-08-13 19:37:46.543 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f4ecd24b-5040-4736-bb4b-e97ee6336d28 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4ecd24b-5040-4736-bb4b-e97ee6336d28 found for delete ", "request_id": "req-28c70f21-4992-4c21-882f-d36cd23ae3a1"}]} 2026-08-13 19:37:46.732 8 INFO neutron_taas.services.taas.taas_plugin [None req-59f45acf-69d6-4eb4-a167-b7f9e5ef15be b5aa766cd0f6415abc172e2068ccae21 2f26dea2096f408889c2ded2137f2857 - - default default] TaaS: Handle Delete Port: 2d06c107-da93-4c51-8436-5469b78ce081 2026-08-13 19:37:46.735 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59f45acf-69d6-4eb4-a167-b7f9e5ef15be b5aa766cd0f6415abc172e2068ccae21 2f26dea2096f408889c2ded2137f2857 - - default default] Tap Mirror: Handle Delete Port: 2d06c107-da93-4c51-8436-5469b78ce081 [pid: 7|app: 0|req: 691/1312] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:37:47 2026] DELETE /v2.0/security-groups/938ce0f0-758a-4b01-970a-b69258afa406 => 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: 622/1313] 10.0.0.214 () {34 vars in 789 bytes} [Thu Aug 13 19:37:46 2026] PUT /v2.0/routers/d6ffb9f4-7411-497e-b186-2e44dcac46a5/remove_router_interface => generated 309 bytes in 878 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:37:47.263 7 INFO neutron.api.v2.resource [None req-09716068-7eb4-44d0-807a-34ec69ca5302 a09f8754169e415f9de98fd3dee16672 c83bf919315543b2979e354e38f289ac - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 692/1314] 10.0.0.214 () {32 vars in 737 bytes} [Thu Aug 13 19:37:47 2026] GET /v2.0/security-groups/938ce0f0-758a-4b01-970a-b69258afa406 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:37:47.370 7 INFO neutron_taas.services.taas.taas_plugin [None req-c0fe6af3-3775-4278-8d95-f4781af8425c a09f8754169e415f9de98fd3dee16672 c83bf919315543b2979e354e38f289ac - - default default] TaaS: Handle Delete Port: 8a07b891-3810-45b4-b724-d3d7a6a559fb 2026-08-13 19:37:47.374 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0fe6af3-3775-4278-8d95-f4781af8425c a09f8754169e415f9de98fd3dee16672 c83bf919315543b2979e354e38f289ac - - default default] Tap Mirror: Handle Delete Port: 8a07b891-3810-45b4-b724-d3d7a6a559fb 2026-08-13 19:37:47.470 8 INFO neutron_taas.services.taas.taas_plugin [None req-db2231bb-5f05-4bae-92b2-19231da9baa7 b5aa766cd0f6415abc172e2068ccae21 2f26dea2096f408889c2ded2137f2857 - - default default] TaaS: Handle Delete Port: a2ed9794-8cb6-423b-91ee-7f5ebfa26c86 2026-08-13 19:37:47.474 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db2231bb-5f05-4bae-92b2-19231da9baa7 b5aa766cd0f6415abc172e2068ccae21 2f26dea2096f408889c2ded2137f2857 - - default default] Tap Mirror: Handle Delete Port: a2ed9794-8cb6-423b-91ee-7f5ebfa26c86 [pid: 7|app: 0|req: 693/1315] 10.0.0.214 () {32 vars in 732 bytes} [Thu Aug 13 19:37:47 2026] DELETE /v2.0/floatingips/3a7bea92-13f2-4877-827b-2a0ce5c063de => generated 0 bytes in 238 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:37:47.697 8 INFO neutron_taas.services.taas.taas_plugin [None req-db2231bb-5f05-4bae-92b2-19231da9baa7 b5aa766cd0f6415abc172e2068ccae21 2f26dea2096f408889c2ded2137f2857 - - default default] TaaS: Handle Delete Port: 9aa2a24a-8f96-4d1d-aecb-19bb72d54c95 2026-08-13 19:37:47.702 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db2231bb-5f05-4bae-92b2-19231da9baa7 b5aa766cd0f6415abc172e2068ccae21 2f26dea2096f408889c2ded2137f2857 - - default default] Tap Mirror: Handle Delete Port: 9aa2a24a-8f96-4d1d-aecb-19bb72d54c95 2026-08-13 19:37:47.866 7 INFO neutron_taas.services.taas.taas_plugin [None req-34a3b6c7-9753-4bd9-bee4-31da621fe720 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: 5141f2ef-e927-498f-aadd-5a67246877df 2026-08-13 19:37:47.869 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34a3b6c7-9753-4bd9-bee4-31da621fe720 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: 5141f2ef-e927-498f-aadd-5a67246877df 2026-08-13 19:37:48.004 8 INFO neutron.services.segments.plugin [-] Segment 9b8108d1-62a2-477b-8171-862f3d168e51 resource provider aggregate not found 2026-08-13 19:37:48.010 8 INFO neutron.services.segments.plugin [-] Segment 9b8108d1-62a2-477b-8171-862f3d168e51 resource provider aggregate not found 2026-08-13 19:37:48.019 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9b8108d1-62a2-477b-8171-862f3d168e51 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b8108d1-62a2-477b-8171-862f3d168e51 found for delete ", "request_id": "req-0bd710e0-1ada-473c-9280-b3e01d2cc44c"}]} 2026-08-13 19:37:48.024 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9b8108d1-62a2-477b-8171-862f3d168e51 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b8108d1-62a2-477b-8171-862f3d168e51 found for delete ", "request_id": "req-70506fb2-bcab-4990-b1af-735c73d24bd8"}]} 2026-08-13 19:37:48.032 8 INFO neutron.db.l3_hamode_db [None req-db2231bb-5f05-4bae-92b2-19231da9baa7 b5aa766cd0f6415abc172e2068ccae21 2f26dea2096f408889c2ded2137f2857 - - default default] HA network 8f076cc1-80f3-4838-bbd9-c8ef80f1496a was deleted as no HA routers are present in tenant 2f26dea2096f408889c2ded2137f2857. [pid: 8|app: 0|req: 623/1316] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:37:47 2026] DELETE /v2.0/routers/d6ffb9f4-7411-497e-b186-2e44dcac46a5 => generated 0 bytes in 779 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1317] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:37:48 2026] DELETE /v2.0/subnets/f76c3f63-c85f-4a2d-bf30-c2034ddb3179 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1318] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:37:48 2026] DELETE /v2.0/networks/7b090cfa-e131-48ca-85af-1bb0a4ce99e1 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1319] 10.0.0.214 () {34 vars in 789 bytes} [Thu Aug 13 19:37:47 2026] PUT /v2.0/routers/94d7c1e6-b3c3-4e7d-80ad-53cc06876318/remove_router_interface => generated 309 bytes in 942 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:37:48.667 8 INFO neutron_taas.services.taas.taas_plugin [None req-21c005a6-4b5c-4966-808b-1d964259daf6 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: b9ab493a-fa08-4b4d-a4d7-8329c130412a 2026-08-13 19:37:48.670 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21c005a6-4b5c-4966-808b-1d964259daf6 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: b9ab493a-fa08-4b4d-a4d7-8329c130412a [pid: 7|app: 0|req: 695/1320] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:37:48 2026] GET /v2.0/security-groups?tenant_id=2f26dea2096f408889c2ded2137f2857&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:37:48.933 8 INFO neutron_taas.services.taas.taas_plugin [None req-21c005a6-4b5c-4966-808b-1d964259daf6 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: 9d27a689-2901-4ca3-a6db-5200bfb31fa6 2026-08-13 19:37:48.936 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21c005a6-4b5c-4966-808b-1d964259daf6 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: 9d27a689-2901-4ca3-a6db-5200bfb31fa6 [pid: 7|app: 0|req: 696/1321] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:37:48 2026] DELETE /v2.0/security-groups/fac7bfba-87d3-46b8-a62f-8fdb1b320e8a => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:37:49.347 8 INFO neutron.db.l3_hamode_db [None req-21c005a6-4b5c-4966-808b-1d964259daf6 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] HA network 7796d2c9-1bd9-4cf9-bd83-501f68184cec was deleted as no HA routers are present in tenant c83bf919315543b2979e354e38f289ac. [pid: 8|app: 0|req: 626/1322] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:37:48 2026] DELETE /v2.0/routers/94d7c1e6-b3c3-4e7d-80ad-53cc06876318 => generated 0 bytes in 896 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1323] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:37:49 2026] DELETE /v2.0/subnets/debc2c6e-db7b-47c5-834f-d4165cf1417c => 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: 697/1324] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:37:49 2026] GET /v2.0/security-groups?tenant_id=094c3432d0604f3dac70bc2d8f4b002f&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:37:49.595 8 INFO neutron_taas.services.taas.taas_plugin [None req-6fc59bd7-ed09-45d8-8e2f-a260751e8ac9 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: ec3068f4-133e-4156-9efd-e86975cb2e71 2026-08-13 19:37:49.597 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fc59bd7-ed09-45d8-8e2f-a260751e8ac9 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: ec3068f4-133e-4156-9efd-e86975cb2e71 [pid: 7|app: 0|req: 698/1325] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:37:49 2026] DELETE /v2.0/security-groups/e53f4ff9-b51c-4ab4-90d5-bb53e13737c4 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1326] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:37:49 2026] DELETE /v2.0/networks/d7f88f58-53f9-4482-82c7-58ed3a906d23 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1327] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:37:49 2026] GET /v2.0/security-groups?tenant_id=a2951bfb24404f919ef16849d42fc37b&name=default => generated 2925 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1328] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:37:49 2026] DELETE /v2.0/security-groups/d0cef3bf-afd4-4dba-8cc0-5e56902bace4 => 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: 700/1329] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:37:49 2026] GET /v2.0/security-groups?tenant_id=c83bf919315543b2979e354e38f289ac&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:37:50.036 8 INFO neutron.services.segments.plugin [-] Segment cf60383a-1589-40fe-b00e-c2d59d59ee2e resource provider aggregate not found 2026-08-13 19:37:50.042 8 INFO neutron.services.segments.plugin [-] Segment cf60383a-1589-40fe-b00e-c2d59d59ee2e resource provider aggregate not found 2026-08-13 19:37:50.058 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment cf60383a-1589-40fe-b00e-c2d59d59ee2e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf60383a-1589-40fe-b00e-c2d59d59ee2e found for delete ", "request_id": "req-fc6d8ec7-969f-4850-9fa7-0c396bb99f3a"}]} [pid: 8|app: 0|req: 630/1330] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:37:49 2026] DELETE /v2.0/security-groups/8f54f07a-a956-43fd-bda4-4293df488b54 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:37:50.077 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment cf60383a-1589-40fe-b00e-c2d59d59ee2e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf60383a-1589-40fe-b00e-c2d59d59ee2e found for delete ", "request_id": "req-a3c6881e-6d78-4e80-ab8e-b11c167a1966"}]} 2026-08-13 19:37:50.089 8 INFO neutron.services.segments.plugin [-] Segment ac6481f6-ed6c-4aaa-9b84-7e4143ff99f3 resource provider aggregate not found 2026-08-13 19:37:50.118 8 INFO neutron.services.segments.plugin [-] Segment ac6481f6-ed6c-4aaa-9b84-7e4143ff99f3 resource provider aggregate not found 2026-08-13 19:37:50.124 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ac6481f6-ed6c-4aaa-9b84-7e4143ff99f3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac6481f6-ed6c-4aaa-9b84-7e4143ff99f3 found for delete ", "request_id": "req-1f277026-9b35-4391-99e0-f75b3a548e3a"}]} 2026-08-13 19:37:50.132 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ac6481f6-ed6c-4aaa-9b84-7e4143ff99f3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac6481f6-ed6c-4aaa-9b84-7e4143ff99f3 found for delete ", "request_id": "req-c6d82944-a76e-4a9c-bed8-646cd3203f62"}]} 2026-08-13 19:37:50.141 8 INFO neutron.services.segments.plugin [-] Segment 73173750-fda8-475d-a183-17c884c85ad4 resource provider aggregate not found 2026-08-13 19:37:50.148 8 INFO neutron.services.segments.plugin [-] Segment 73173750-fda8-475d-a183-17c884c85ad4 resource provider aggregate not found 2026-08-13 19:37:50.154 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 73173750-fda8-475d-a183-17c884c85ad4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73173750-fda8-475d-a183-17c884c85ad4 found for delete ", "request_id": "req-00e647a0-9a65-4c18-9ca8-f05bec5ce794"}]} 2026-08-13 19:37:50.161 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 73173750-fda8-475d-a183-17c884c85ad4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73173750-fda8-475d-a183-17c884c85ad4 found for delete ", "request_id": "req-c5862b8e-2ac1-4666-b6d4-371cbfdd5006"}]} 2026-08-13 19:37:51.063 7 INFO neutron.db.segments_db [None req-6641cad4-8242-4926-aa45-03990ac2ce68 8b386fb8441d4c239104f6d821718821 a8792f4fc21341eda098bf4cdee5bf21 - - default default] Added segment cc4db207-e90e-443f-986e-c21753755ae0 of type vxlan for network bf3a7ecd-6fed-4aed-9ef4-455d6d7b7f9f 2026-08-13 19:37:51.136 7 INFO neutron.db.segments_db [None req-6641cad4-8242-4926-aa45-03990ac2ce68 8b386fb8441d4c239104f6d821718821 a8792f4fc21341eda098bf4cdee5bf21 - - default default] Added segment 2bd33431-8c6f-4a33-8dc3-35e1f62a1ace of type vxlan for network 9b06b733-836e-4ece-bc6b-2b0cd666d621 [pid: 7|app: 0|req: 701/1331] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:37:50 2026] POST /v2.0/networks => generated 1246 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1332] 10.0.0.214 () {32 vars in 649 bytes} [Thu Aug 13 19:37:51 2026] GET /v2.0/networks => generated 1845 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:37:51.462 7 INFO neutron.services.segments.plugin [-] Segment cc4db207-e90e-443f-986e-c21753755ae0 resource provider aggregate not found 2026-08-13 19:37:51.467 7 INFO neutron.services.segments.plugin [-] Segment cc4db207-e90e-443f-986e-c21753755ae0 resource provider aggregate not found [pid: 7|app: 0|req: 702/1333] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:37:51 2026] DELETE /v2.0/networks/bf3a7ecd-6fed-4aed-9ef4-455d6d7b7f9f => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:37:51.487 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment cc4db207-e90e-443f-986e-c21753755ae0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc4db207-e90e-443f-986e-c21753755ae0 found for delete ", "request_id": "req-b7076ed8-840e-4884-85ca-e5a49c33bc8f"}]} 2026-08-13 19:37:51.489 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment cc4db207-e90e-443f-986e-c21753755ae0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc4db207-e90e-443f-986e-c21753755ae0 found for delete ", "request_id": "req-cab76c60-44ee-4dd3-a1bf-5fe933ee51d6"}]} [pid: 8|app: 0|req: 632/1334] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:37:51 2026] DELETE /v2.0/networks/9b06b733-836e-4ece-bc6b-2b0cd666d621 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1335] 10.0.0.214 () {32 vars in 649 bytes} [Thu Aug 13 19:37:51 2026] GET /v2.0/networks => generated 651 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:37:51.775 8 INFO neutron.db.segments_db [None req-3f4323a0-c6d0-438c-8521-2ceb94e8a808 8b386fb8441d4c239104f6d821718821 a8792f4fc21341eda098bf4cdee5bf21 - - default default] Added segment 6ff0d57d-13cb-47ab-9082-24f89757cb4c of type vxlan for network e7e70ec9-d7d5-4bce-b3c1-e1c856d804f6 [pid: 8|app: 0|req: 633/1336] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:37:51 2026] POST /v2.0/networks => generated 650 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:37:51.917 7 INFO neutron.db.segments_db [None req-93b1b845-3ca4-4ae3-93c4-9d66f9df69de 8b386fb8441d4c239104f6d821718821 a8792f4fc21341eda098bf4cdee5bf21 - - default default] Added segment 61df2402-4eca-411d-b4da-455e5e85f30a of type vxlan for network 17a3581f-21d7-4f21-8cb9-447763b087bd [pid: 7|app: 0|req: 704/1337] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:37:51 2026] POST /v2.0/networks => generated 649 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1338] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:52 2026] GET /v2.0/ports?device_id=85e6c3b8-f0a5-4afd-8187-21f9db7924e1 => generated 1014 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:37:52.179 8 INFO neutron.services.segments.plugin [-] Segment 2bd33431-8c6f-4a33-8dc3-35e1f62a1ace resource provider aggregate not found 2026-08-13 19:37:52.193 8 INFO neutron.services.segments.plugin [-] Segment 2bd33431-8c6f-4a33-8dc3-35e1f62a1ace resource provider aggregate not found 2026-08-13 19:37:52.204 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2bd33431-8c6f-4a33-8dc3-35e1f62a1ace resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bd33431-8c6f-4a33-8dc3-35e1f62a1ace found for delete ", "request_id": "req-3f19381a-55e0-44d7-9732-3f533b5539af"}]} 2026-08-13 19:37:52.210 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2bd33431-8c6f-4a33-8dc3-35e1f62a1ace resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bd33431-8c6f-4a33-8dc3-35e1f62a1ace found for delete ", "request_id": "req-b86cb645-b82a-4a1d-b2cc-7b0592c7b9bd"}]} [pid: 7|app: 0|req: 706/1339] 10.0.0.213 () {34 vars in 1120 bytes} [Thu Aug 13 19:37:52 2026] GET /v2.0/security-groups?id=f4be5595-e528-4c51-929e-60842ef053f1&id=e5690283-90b4-402f-b83e-d4e63830a568&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1340] 10.0.0.214 () {32 vars in 736 bytes} [Thu Aug 13 19:37:52 2026] GET /v2.0/ports?device_id=85e6c3b8-f0a5-4afd-8187-21f9db7924e1 => generated 1283 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1341] 10.0.0.214 () {32 vars in 858 bytes} [Thu Aug 13 19:37:52 2026] GET /v2.0/floatingips?floating_network_id=d1fcfcdf-73b4-4cb7-bd1c-c6bb355fc33e&port_id=440ee0bc-b14e-4954-b61a-8e6cd7dd452c => generated 861 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1342] 10.0.0.214 () {34 vars in 665 bytes} [Thu Aug 13 19:37:52 2026] POST /v2.0/ports => generated 1505 bytes in 582 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1343] 10.0.0.214 () {32 vars in 643 bytes} [Thu Aug 13 19:37:52 2026] GET /v2.0/ports => generated 1505 bytes in 98 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-08-13 19:37:52.813 8 INFO neutron_taas.services.taas.taas_plugin [None req-0742d7ab-4fd8-4f04-9c96-f8cb78c96e3b 8b386fb8441d4c239104f6d821718821 a8792f4fc21341eda098bf4cdee5bf21 - - default default] TaaS: Handle Delete Port: cadc95f8-bcc9-4e01-891e-155ecd093c1f 2026-08-13 19:37:52.816 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0742d7ab-4fd8-4f04-9c96-f8cb78c96e3b 8b386fb8441d4c239104f6d821718821 a8792f4fc21341eda098bf4cdee5bf21 - - default default] Tap Mirror: Handle Delete Port: cadc95f8-bcc9-4e01-891e-155ecd093c1f [pid: 8|app: 0|req: 635/1344] 10.0.0.214 () {32 vars in 720 bytes} [Thu Aug 13 19:37:52 2026] DELETE /v2.0/ports/cadc95f8-bcc9-4e01-891e-155ecd093c1f => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:37:52.997 7 INFO neutron_taas.services.taas.taas_plugin [None req-2a49f9ed-4fb7-402e-b4dd-570151d46ed8 8b386fb8441d4c239104f6d821718821 a8792f4fc21341eda098bf4cdee5bf21 - - default default] TaaS: Handle Delete Port: 5f1a00dc-d3e7-4891-b8e9-f35e51429515 2026-08-13 19:37:52.999 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a49f9ed-4fb7-402e-b4dd-570151d46ed8 8b386fb8441d4c239104f6d821718821 a8792f4fc21341eda098bf4cdee5bf21 - - default default] Tap Mirror: Handle Delete Port: 5f1a00dc-d3e7-4891-b8e9-f35e51429515 [pid: 7|app: 0|req: 710/1345] 10.0.0.214 () {32 vars in 720 bytes} [Thu Aug 13 19:37:52 2026] DELETE /v2.0/ports/5f1a00dc-d3e7-4891-b8e9-f35e51429515 => 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: 636/1346] 10.0.0.214 () {32 vars in 643 bytes} [Thu Aug 13 19:37:53 2026] GET /v2.0/ports => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:37:53.197 7 INFO neutron.db.segments_db [None req-0566348f-c6cf-44aa-aaa8-7ee860cc86bb 8b386fb8441d4c239104f6d821718821 a8792f4fc21341eda098bf4cdee5bf21 - - default default] Added segment f9c01fa0-3299-46df-936b-960936b5e33f of type vxlan for network a8a31e5c-414f-48e5-9ad9-900e6f7db362 [pid: 8|app: 0|req: 637/1347] 10.0.0.6 () {34 vars in 988 bytes} [Thu Aug 13 19:37:53 2026] GET /v2.0/ports?device_id=85e6c3b8-f0a5-4afd-8187-21f9db7924e1 => generated 1283 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1348] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:37:53 2026] POST /v2.0/networks => generated 649 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1349] 10.0.0.6 () {34 vars in 1118 bytes} [Thu Aug 13 19:37:53 2026] GET /v2.0/security-groups?id=f4be5595-e528-4c51-929e-60842ef053f1&id=e5690283-90b4-402f-b83e-d4e63830a568&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:37:53.449 7 INFO neutron.db.segments_db [None req-dcf345f5-b33a-4db6-b69f-31e2fafa99ca 8b386fb8441d4c239104f6d821718821 a8792f4fc21341eda098bf4cdee5bf21 - - default default] Added segment e436f9a6-8949-46bb-9f6a-56ad75abbe7a of type vxlan for network b8186949-2938-42f7-b0f4-e98f8b1c86d3 [pid: 7|app: 0|req: 713/1350] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:37:53 2026] POST /v2.0/networks => generated 648 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1351] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:37:53 2026] GET /v2.0/security-groups?tenant_id=c793e93f483e446a818b8c60d5b24717&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1352] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:37:53 2026] DELETE /v2.0/security-groups/2177ad01-9f61-4194-85c4-04b76c10f545 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1353] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:37:53 2026] POST /v2.0/subnets => generated 1273 bytes in 471 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1354] 10.0.0.214 () {32 vars in 647 bytes} [Thu Aug 13 19:37:54 2026] GET /v2.0/subnets => generated 1909 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1355] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:37:54 2026] DELETE /v2.0/subnets/b2138dda-d06a-4d91-a3fc-d805090b5714 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1356] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:37:54 2026] DELETE /v2.0/subnets/8aa904d4-99e9-45b4-9b84-f78ea99e052f => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1357] 10.0.0.214 () {32 vars in 647 bytes} [Thu Aug 13 19:37:54 2026] GET /v2.0/subnets => generated 649 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:37:54.600 7 INFO neutron.services.segments.plugin [-] Segment e436f9a6-8949-46bb-9f6a-56ad75abbe7a resource provider aggregate not found 2026-08-13 19:37:54.605 7 INFO neutron.services.segments.plugin [-] Segment e436f9a6-8949-46bb-9f6a-56ad75abbe7a resource provider aggregate not found 2026-08-13 19:37:54.620 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e436f9a6-8949-46bb-9f6a-56ad75abbe7a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e436f9a6-8949-46bb-9f6a-56ad75abbe7a found for delete ", "request_id": "req-dea0b450-c432-4ca5-828b-4417ac374cbf"}]} 2026-08-13 19:37:54.627 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e436f9a6-8949-46bb-9f6a-56ad75abbe7a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e436f9a6-8949-46bb-9f6a-56ad75abbe7a found for delete ", "request_id": "req-61fbbfeb-73c1-4ff1-9250-1c934699181c"}]} [pid: 7|app: 0|req: 717/1358] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:37:54 2026] DELETE /v2.0/networks/b8186949-2938-42f7-b0f4-e98f8b1c86d3 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:37:54.761 8 INFO neutron.services.segments.plugin [-] Segment f9c01fa0-3299-46df-936b-960936b5e33f resource provider aggregate not found 2026-08-13 19:37:54.766 8 INFO neutron.services.segments.plugin [-] Segment f9c01fa0-3299-46df-936b-960936b5e33f resource provider aggregate not found 2026-08-13 19:37:54.786 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f9c01fa0-3299-46df-936b-960936b5e33f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9c01fa0-3299-46df-936b-960936b5e33f found for delete ", "request_id": "req-e5316631-b77c-449a-b16c-07edf7f7db2c"}]} 2026-08-13 19:37:54.787 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f9c01fa0-3299-46df-936b-960936b5e33f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9c01fa0-3299-46df-936b-960936b5e33f found for delete ", "request_id": "req-486bbf04-6454-44df-9e76-56b6c300089e"}]} [pid: 8|app: 0|req: 642/1359] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:37:54 2026] DELETE /v2.0/networks/a8a31e5c-414f-48e5-9ad9-900e6f7db362 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1360] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:37:54 2026] DELETE /v2.0/networks/17a3581f-21d7-4f21-8cb9-447763b087bd => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1361] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:37:54 2026] DELETE /v2.0/networks/e7e70ec9-d7d5-4bce-b3c1-e1c856d804f6 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1362] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:55 2026] GET /v2.0/ports?device_id=85e6c3b8-f0a5-4afd-8187-21f9db7924e1 => generated 1014 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1363] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:37:55 2026] GET /v2.0/security-groups?tenant_id=a8792f4fc21341eda098bf4cdee5bf21&name=default => generated 2925 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1364] 10.0.0.213 () {34 vars in 1120 bytes} [Thu Aug 13 19:37:55 2026] GET /v2.0/security-groups?id=f4be5595-e528-4c51-929e-60842ef053f1&id=e5690283-90b4-402f-b83e-d4e63830a568&fields=id&fields=name => generated 206 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1365] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:37:55 2026] DELETE /v2.0/security-groups/8c6cdad9-78db-4b48-a3df-c253561e31fe => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:37:56.641 7 INFO neutron.services.segments.plugin [-] Segment 61df2402-4eca-411d-b4da-455e5e85f30a resource provider aggregate not found 2026-08-13 19:37:56.652 7 INFO neutron.services.segments.plugin [-] Segment 61df2402-4eca-411d-b4da-455e5e85f30a resource provider aggregate not found 2026-08-13 19:37:56.666 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 61df2402-4eca-411d-b4da-455e5e85f30a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61df2402-4eca-411d-b4da-455e5e85f30a found for delete ", "request_id": "req-c2cf36f1-578d-4939-b999-8c7ea5e74b14"}]} 2026-08-13 19:37:56.670 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 61df2402-4eca-411d-b4da-455e5e85f30a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61df2402-4eca-411d-b4da-455e5e85f30a found for delete ", "request_id": "req-e076a33f-bbe6-4197-aa31-e8b1c2cab680"}]} 2026-08-13 19:37:56.809 8 INFO neutron.services.segments.plugin [-] Segment 6ff0d57d-13cb-47ab-9082-24f89757cb4c resource provider aggregate not found 2026-08-13 19:37:56.814 8 INFO neutron.services.segments.plugin [-] Segment 6ff0d57d-13cb-47ab-9082-24f89757cb4c resource provider aggregate not found 2026-08-13 19:37:56.827 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6ff0d57d-13cb-47ab-9082-24f89757cb4c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ff0d57d-13cb-47ab-9082-24f89757cb4c found for delete ", "request_id": "req-bee04778-83bd-4390-86b3-b31961d359e4"}]} 2026-08-13 19:37:56.829 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6ff0d57d-13cb-47ab-9082-24f89757cb4c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ff0d57d-13cb-47ab-9082-24f89757cb4c found for delete ", "request_id": "req-4802c131-e95f-4cce-995a-9192bfbf7030"}]} [pid: 7|app: 0|req: 721/1366] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:56 2026] GET /v2.0/ports?device_id=85e6c3b8-f0a5-4afd-8187-21f9db7924e1 => generated 1014 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1367] 10.0.0.213 () {34 vars in 1120 bytes} [Thu Aug 13 19:37:56 2026] GET /v2.0/security-groups?id=f4be5595-e528-4c51-929e-60842ef053f1&id=e5690283-90b4-402f-b83e-d4e63830a568&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1368] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:37:56 2026] GET /v2.0/security-groups?tenant_id=d7e81f577ae442c0bed33ed34b8938e5&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: 723/1371] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:37:57 2026] DELETE /v2.0/security-groups/157df2cb-38a0-4403-a8fa-efb1dc8dcbc4 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1372] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:37:57 2026] GET /v2.0/security-groups?tenant_id=4faf5814b36f463bb0f4cf91a9c308cd&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: 724/1373] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:37:57 2026] DELETE /v2.0/security-groups/a0084370-830d-483e-b40e-1a404c7ae5e1 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1374] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:58 2026] GET /v2.0/ports?device_id=85e6c3b8-f0a5-4afd-8187-21f9db7924e1 => generated 1014 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1375] 10.0.0.213 () {34 vars in 1120 bytes} [Thu Aug 13 19:37:58 2026] GET /v2.0/security-groups?id=f4be5595-e528-4c51-929e-60842ef053f1&id=e5690283-90b4-402f-b83e-d4e63830a568&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1376] 199.204.45.138 () {34 vars in 994 bytes} [Thu Aug 13 19:37:58 2026] GET /v2.0/ports?device_id=85e6c3b8-f0a5-4afd-8187-21f9db7924e1 => generated 1014 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:37:58.323 7 INFO neutron_taas.services.taas.taas_plugin [req-fa324215-0be5-42e1-8c1f-face6a7bd64a req-9e3f9df0-a125-47c1-949a-b4d3ab597624 a38ba48f39db40b785630e7e40e7618b 0f6b91f7b994458888f8f177dc114dbb - - default default] TaaS: Handle Delete Port: 440ee0bc-b14e-4954-b61a-8e6cd7dd452c 2026-08-13 19:37:58.326 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fa324215-0be5-42e1-8c1f-face6a7bd64a req-9e3f9df0-a125-47c1-949a-b4d3ab597624 a38ba48f39db40b785630e7e40e7618b 0f6b91f7b994458888f8f177dc114dbb - - default default] Tap Mirror: Handle Delete Port: 440ee0bc-b14e-4954-b61a-8e6cd7dd452c [pid: 8|app: 0|req: 650/1377] 10.0.0.214 () {34 vars in 684 bytes} [Thu Aug 13 19:37:57 2026] POST /v2.0/security-groups => generated 1625 bytes in 471 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1378] 10.0.0.214 () {32 vars in 663 bytes} [Thu Aug 13 19:37:58 2026] GET /v2.0/security-groups => generated 4530 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1379] 10.0.0.214 () {34 vars in 758 bytes} [Thu Aug 13 19:37:58 2026] PUT /v2.0/security-groups/e8cd6166-48c8-4d78-b688-1c7761208226 => generated 1662 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1380] 10.0.0.214 () {32 vars in 737 bytes} [Thu Aug 13 19:37:58 2026] GET /v2.0/security-groups/e8cd6166-48c8-4d78-b688-1c7761208226 => generated 1662 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:37:58.504 7 INFO neutron.db.l3_db [req-fa324215-0be5-42e1-8c1f-face6a7bd64a req-9e3f9df0-a125-47c1-949a-b4d3ab597624 a38ba48f39db40b785630e7e40e7618b 0f6b91f7b994458888f8f177dc114dbb - - default default] Floating IP 8adfe816-872e-4d6b-9955-a5f98f9b4887 disassociated. External IP: 10.96.250.211, port: 440ee0bc-b14e-4954-b61a-8e6cd7dd452c. [pid: 8|app: 0|req: 654/1381] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:37:58 2026] DELETE /v2.0/security-groups/e8cd6166-48c8-4d78-b688-1c7761208226 => 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: 655/1382] 10.0.0.214 () {32 vars in 663 bytes} [Thu Aug 13 19:37:58 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:37:58.614 8 INFO neutron.api.v2.resource [None req-d4be652d-f4fa-4c5c-a4ab-e441077c3f43 a0542db7e6a8492a9a161c6ca6c4e4cf da81dfeb93cb49c9a86b02b865040454 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 656/1383] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:37:58 2026] DELETE /v2.0/security-groups/e8cd6166-48c8-4d78-b688-1c7761208226 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1384] 10.0.0.214 () {34 vars in 684 bytes} [Thu Aug 13 19:37:58 2026] POST /v2.0/security-groups => generated 1624 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1385] 199.204.45.138 () {36 vars in 997 bytes} [Thu Aug 13 19:37:58 2026] DELETE /v2.0/ports/440ee0bc-b14e-4954-b61a-8e6cd7dd452c => generated 0 bytes in 611 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1386] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:37:58 2026] POST /v2.0/security-group-rules => generated 601 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:37:58.867 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b92aec34-75a3-4b1e-ba7b-94e179b17155'] response: {'server_uuid': '85e6c3b8-f0a5-4afd-8187-21f9db7924e1', 'name': 'network-vif-deleted', 'tag': '440ee0bc-b14e-4954-b61a-8e6cd7dd452c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 729/1387] 10.0.0.214 () {32 vars in 747 bytes} [Thu Aug 13 19:37:58 2026] GET /v2.0/security-group-rules/72ff2d4c-62d3-4102-bb53-356ee27ac7ff => generated 601 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1388] 10.0.0.214 () {32 vars in 673 bytes} [Thu Aug 13 19:37:58 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1389] 10.0.0.214 () {32 vars in 750 bytes} [Thu Aug 13 19:37:58 2026] DELETE /v2.0/security-group-rules/72ff2d4c-62d3-4102-bb53-356ee27ac7ff => 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: 660/1390] 10.0.0.214 () {32 vars in 673 bytes} [Thu Aug 13 19:37:58 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1391] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:37:59 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1392] 10.0.0.214 () {32 vars in 747 bytes} [Thu Aug 13 19:37:59 2026] GET /v2.0/security-group-rules/b5fb2fa0-21f8-4373-aed9-162502bc974a => 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: 732/1393] 10.0.0.214 () {32 vars in 673 bytes} [Thu Aug 13 19:37:59 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1394] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:37:59 2026] GET /v2.0/ports?device_id=85e6c3b8-f0a5-4afd-8187-21f9db7924e1 => 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: 733/1395] 10.0.0.214 () {32 vars in 750 bytes} [Thu Aug 13 19:37:59 2026] DELETE /v2.0/security-group-rules/b5fb2fa0-21f8-4373-aed9-162502bc974a => 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: 663/1396] 10.0.0.214 () {32 vars in 673 bytes} [Thu Aug 13 19:37:59 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:37:59.405 7 INFO neutron.db.securitygroups_db [None req-ad330982-91ec-4329-a5c8-d2e11317f5f5 a0542db7e6a8492a9a161c6ca6c4e4cf da81dfeb93cb49c9a86b02b865040454 - - default default] Project da81dfeb93cb49c9a86b02b865040454 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: 734/1397] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:37:59 2026] POST /v2.0/security-group-rules => generated 607 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1398] 10.0.0.214 () {32 vars in 747 bytes} [Thu Aug 13 19:37:59 2026] GET /v2.0/security-group-rules/42602286-9403-426e-b288-5196ca278d48 => generated 607 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1399] 10.0.0.214 () {32 vars in 673 bytes} [Thu Aug 13 19:37:59 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1400] 10.0.0.214 () {32 vars in 750 bytes} [Thu Aug 13 19:37:59 2026] DELETE /v2.0/security-group-rules/42602286-9403-426e-b288-5196ca278d48 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1401] 10.0.0.214 () {32 vars in 673 bytes} [Thu Aug 13 19:37:59 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1402] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:37:59 2026] DELETE /v2.0/security-groups/7e646267-76fe-4e75-9477-8070f1d705b9 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1403] 10.0.0.214 () {32 vars in 663 bytes} [Thu Aug 13 19:37:59 2026] GET /v2.0/security-groups => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1404] 10.0.0.214 () {32 vars in 663 bytes} [Thu Aug 13 19:37:59 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1405] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:37:59 2026] GET /v2.0/security-groups?tenant_id=577dc3e692004cce8f588919ba6f8c65&name=default => generated 2925 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1406] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:37:59 2026] DELETE /v2.0/security-groups/0657dfed-3650-46a8-b43c-a5be2e217437 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1407] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:00 2026] GET /v2.0/security-groups?tenant_id=0465d01ee65243eaa2fb9b54777fc99d&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: 672/1408] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:38:00 2026] GET /v2.0/ports?device_id=85e6c3b8-f0a5-4afd-8187-21f9db7924e1 => 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: 737/1409] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:00 2026] GET /v2.0/security-groups?tenant_id=da81dfeb93cb49c9a86b02b865040454&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1410] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:00 2026] DELETE /v2.0/security-groups/fc8ed055-eb49-4623-a29a-9b988030d5d6 => 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: 738/1411] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:00 2026] DELETE /v2.0/security-groups/de7fa0e3-666e-4b6e-aff3-579235551b90 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1412] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:38:01 2026] GET /v2.0/ports?device_id=85e6c3b8-f0a5-4afd-8187-21f9db7924e1 => 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: 739/1413] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:01 2026] GET /v2.0/security-groups?tenant_id=b2f8d8e50fbf4d7aa9dfd541091ad48f&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1414] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:02 2026] DELETE /v2.0/security-groups/57f7c0f1-5485-437c-b08c-4547e1318db7 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1415] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:02 2026] GET /v2.0/security-groups?tenant_id=a795d1f94d0546ccbf9a8841db9bbd40&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: 676/1416] 10.0.0.214 () {34 vars in 676 bytes} [Thu Aug 13 19:38:02 2026] POST /v2.0/subnetpools => generated 548 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1417] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:02 2026] DELETE /v2.0/security-groups/2601bcb0-be39-41ae-9670-cad0a26d30f7 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1418] 10.0.0.214 () {32 vars in 729 bytes} [Thu Aug 13 19:38:02 2026] GET /v2.0/subnetpools/50430774-d28f-4b90-8f4f-9aafd3ee0a22 => generated 548 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1419] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:02 2026] DELETE /v2.0/security-groups/f4be5595-e528-4c51-929e-60842ef053f1 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:38:02.864 8 INFO neutron.api.v2.resource [None req-d390359d-4f7e-4a1e-9be7-5fd9481af7ba a38ba48f39db40b785630e7e40e7618b 0f6b91f7b994458888f8f177dc114dbb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 678/1420] 10.0.0.214 () {32 vars in 737 bytes} [Thu Aug 13 19:38:02 2026] GET /v2.0/security-groups/f4be5595-e528-4c51-929e-60842ef053f1 => 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: 743/1421] 10.0.0.214 () {34 vars in 749 bytes} [Thu Aug 13 19:38:02 2026] PUT /v2.0/subnetpools/50430774-d28f-4b90-8f4f-9aafd3ee0a22 => generated 500 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1422] 10.0.0.214 () {32 vars in 732 bytes} [Thu Aug 13 19:38:02 2026] DELETE /v2.0/subnetpools/50430774-d28f-4b90-8f4f-9aafd3ee0a22 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:38:02.970 7 INFO neutron.api.v2.resource [None req-5d289848-1195-4b3d-be69-f32b4872c3d0 15adc190ff2e4d2d9bddf690efb31a34 febef6b377914e9f8c0542ba524539ea - - default default] show failed (client error): The resource could not be found. 2026-08-13 19:38:02.970 8 INFO neutron_taas.services.taas.taas_plugin [None req-ee2bd62e-207f-411c-9528-da6241848225 a38ba48f39db40b785630e7e40e7618b 0f6b91f7b994458888f8f177dc114dbb - - default default] TaaS: Handle Delete Port: d80e470d-61fa-47ad-b817-0b9250afb373 [pid: 7|app: 0|req: 745/1423] 10.0.0.214 () {32 vars in 729 bytes} [Thu Aug 13 19:38:02 2026] GET /v2.0/subnetpools/50430774-d28f-4b90-8f4f-9aafd3ee0a22 => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:38:02.974 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee2bd62e-207f-411c-9528-da6241848225 a38ba48f39db40b785630e7e40e7618b 0f6b91f7b994458888f8f177dc114dbb - - default default] Tap Mirror: Handle Delete Port: d80e470d-61fa-47ad-b817-0b9250afb373 2026-08-13 19:38:02.984 7 INFO neutron.api.v2.resource [None req-5ea39be7-1c39-4f52-a563-aff471ea2082 15adc190ff2e4d2d9bddf690efb31a34 febef6b377914e9f8c0542ba524539ea - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 746/1424] 10.0.0.214 () {32 vars in 732 bytes} [Thu Aug 13 19:38:02 2026] DELETE /v2.0/subnetpools/50430774-d28f-4b90-8f4f-9aafd3ee0a22 => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1425] 10.0.0.214 () {32 vars in 732 bytes} [Thu Aug 13 19:38:02 2026] DELETE /v2.0/floatingips/8adfe816-872e-4d6b-9955-a5f98f9b4887 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1426] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:03 2026] DELETE /v2.0/security-groups/e5690283-90b4-402f-b83e-d4e63830a568 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:38:03.707 8 INFO neutron_taas.services.taas.taas_plugin [None req-299bf633-5096-471f-91dd-c7e97cda7920 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: d56ef358-a679-4f90-9097-fac2fc05aa89 2026-08-13 19:38:03.710 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-299bf633-5096-471f-91dd-c7e97cda7920 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: d56ef358-a679-4f90-9097-fac2fc05aa89 [pid: 7|app: 0|req: 748/1427] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:03 2026] GET /v2.0/security-groups?tenant_id=febef6b377914e9f8c0542ba524539ea&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1428] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:03 2026] DELETE /v2.0/security-groups/acc9d3fd-30df-4476-825a-3f6360be60ce => 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: 680/1429] 10.0.0.214 () {34 vars in 789 bytes} [Thu Aug 13 19:38:03 2026] PUT /v2.0/routers/9efc8a40-2fbd-42c1-b33e-b236ceb463dc/remove_router_interface => generated 309 bytes in 971 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:38:04.498 7 INFO neutron_taas.services.taas.taas_plugin [None req-7717bcd5-1066-4555-83d0-3c2421e53fa2 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: 4b4c052c-a07e-4d52-9e03-2de1b1e9bbb7 2026-08-13 19:38:04.502 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7717bcd5-1066-4555-83d0-3c2421e53fa2 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: 4b4c052c-a07e-4d52-9e03-2de1b1e9bbb7 2026-08-13 19:38:04.734 7 INFO neutron_taas.services.taas.taas_plugin [None req-7717bcd5-1066-4555-83d0-3c2421e53fa2 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: 274781fb-fe9c-4427-b381-02e0d09924d4 2026-08-13 19:38:04.736 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7717bcd5-1066-4555-83d0-3c2421e53fa2 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: 274781fb-fe9c-4427-b381-02e0d09924d4 2026-08-13 19:38:05.104 7 INFO neutron.services.segments.plugin [-] Segment 59190b0a-b8fd-44e5-8cf7-4ce014abf549 resource provider aggregate not found 2026-08-13 19:38:05.113 7 INFO neutron.services.segments.plugin [-] Segment 59190b0a-b8fd-44e5-8cf7-4ce014abf549 resource provider aggregate not found 2026-08-13 19:38:05.126 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 59190b0a-b8fd-44e5-8cf7-4ce014abf549 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59190b0a-b8fd-44e5-8cf7-4ce014abf549 found for delete ", "request_id": "req-02b48659-7949-461f-b657-aa495c771a33"}]} 2026-08-13 19:38:05.135 7 INFO neutron.db.l3_hamode_db [None req-7717bcd5-1066-4555-83d0-3c2421e53fa2 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] HA network 5d0df430-ec04-43a4-bab0-f9478769a8ff was deleted as no HA routers are present in tenant 0f6b91f7b994458888f8f177dc114dbb. 2026-08-13 19:38:05.139 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 59190b0a-b8fd-44e5-8cf7-4ce014abf549 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59190b0a-b8fd-44e5-8cf7-4ce014abf549 found for delete ", "request_id": "req-0236bda3-b805-441f-9cf7-9ef893383c26"}]} [pid: 7|app: 0|req: 750/1430] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:38:04 2026] DELETE /v2.0/routers/9efc8a40-2fbd-42c1-b33e-b236ceb463dc => generated 0 bytes in 842 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1431] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:38:05 2026] DELETE /v2.0/subnets/03dce5eb-eae7-41c8-a278-0ed1a6887b68 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:38:05.406 7 INFO neutron_taas.services.taas.taas_plugin [None req-1f6e507a-de75-488f-bc12-88ec694d14cb bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: 6257e23f-3d73-4908-8b97-2db06e29018e 2026-08-13 19:38:05.408 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f6e507a-de75-488f-bc12-88ec694d14cb bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: 6257e23f-3d73-4908-8b97-2db06e29018e [pid: 8|app: 0|req: 681/1432] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:05 2026] GET /v2.0/security-groups?tenant_id=35cd9a2dd95c4c18b4076bdfaa0e28a9&name=default => generated 2925 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1433] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:05 2026] DELETE /v2.0/security-groups/d5bc9558-6c70-4c89-a8b3-e0d880eb3374 => 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: 752/1434] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:05 2026] DELETE /v2.0/networks/32f1e820-5cdc-468d-9cf9-27bc70db5597 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:38:06.006 8 INFO neutron_taas.services.taas.taas_plugin [None req-304d460e-18de-4482-ab41-0aebd4a1a963 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: b051c3e1-3181-4b46-97e6-8a92a46d8b29 2026-08-13 19:38:06.009 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-304d460e-18de-4482-ab41-0aebd4a1a963 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: b051c3e1-3181-4b46-97e6-8a92a46d8b29 [pid: 7|app: 0|req: 753/1435] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:05 2026] GET /v2.0/security-groups?tenant_id=9f3f0dd3b062498eb0e8a39755aa344e&name=default => generated 2925 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1436] 10.0.0.214 () {32 vars in 623 bytes} [Thu Aug 13 19:38:06 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1437] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:06 2026] DELETE /v2.0/security-groups/0b269b60-66f0-46f3-8052-b1e8cf96dd23 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1438] 10.0.0.214 () {32 vars in 633 bytes} [Thu Aug 13 19:38:06 2026] GET /v2.0/ => generated 632 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1439] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:06 2026] GET /v2.0/security-groups?tenant_id=8606db28d7e34d5da5ba16122ad3ea16&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1440] 10.0.0.214 () {34 vars in 789 bytes} [Thu Aug 13 19:38:05 2026] PUT /v2.0/routers/ffd0dbe2-3f6d-4354-a2cd-605d8005d849/remove_router_interface => generated 309 bytes in 879 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1441] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:06 2026] DELETE /v2.0/security-groups/df29ab63-191e-4517-b9cc-fc6b9e736072 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:38:06.650 8 INFO neutron_taas.services.taas.taas_plugin [None req-3f0bc62e-0784-4383-9fca-f115d7e28ca0 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: 18ae5c0f-ca61-4209-a720-63af363f2aa5 2026-08-13 19:38:06.653 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f0bc62e-0784-4383-9fca-f115d7e28ca0 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: 18ae5c0f-ca61-4209-a720-63af363f2aa5 2026-08-13 19:38:06.857 8 INFO neutron_taas.services.taas.taas_plugin [None req-3f0bc62e-0784-4383-9fca-f115d7e28ca0 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: bfdbd4e1-e78f-4048-92c6-fe2ec9865d0f 2026-08-13 19:38:06.859 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f0bc62e-0784-4383-9fca-f115d7e28ca0 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: bfdbd4e1-e78f-4048-92c6-fe2ec9865d0f [pid: 7|app: 0|req: 759/1442] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:06 2026] GET /v2.0/security-groups?tenant_id=a473e4fdc01e47c5b83ce3bc988da037&name=default => generated 2925 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1443] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:06 2026] DELETE /v2.0/security-groups/725d3c1d-d1fa-4c25-bd75-99f1bbf84bef => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:38:07.133 8 INFO neutron.services.segments.plugin [-] Segment f54ff1e2-4837-43bd-a435-a9e80718a3fd resource provider aggregate not found 2026-08-13 19:38:07.143 8 INFO neutron.services.segments.plugin [-] Segment f54ff1e2-4837-43bd-a435-a9e80718a3fd resource provider aggregate not found 2026-08-13 19:38:07.151 7 INFO neutron.services.segments.plugin [-] Segment 6d40ea3e-6734-4ea2-b08d-807855c6c061 resource provider aggregate not found 2026-08-13 19:38:07.154 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f54ff1e2-4837-43bd-a435-a9e80718a3fd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f54ff1e2-4837-43bd-a435-a9e80718a3fd found for delete ", "request_id": "req-f42f72ee-c12a-4f16-a3e3-6e950fddde86"}]} 2026-08-13 19:38:07.159 7 INFO neutron.services.segments.plugin [-] Segment 6d40ea3e-6734-4ea2-b08d-807855c6c061 resource provider aggregate not found 2026-08-13 19:38:07.160 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f54ff1e2-4837-43bd-a435-a9e80718a3fd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f54ff1e2-4837-43bd-a435-a9e80718a3fd found for delete ", "request_id": "req-1fce641b-5e24-4782-bcfd-6aba10bb0c50"}]} 2026-08-13 19:38:07.171 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6d40ea3e-6734-4ea2-b08d-807855c6c061 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d40ea3e-6734-4ea2-b08d-807855c6c061 found for delete ", "request_id": "req-820644d6-39d3-44dd-8c3e-5b0a5396022f"}]} 2026-08-13 19:38:07.173 8 INFO neutron.db.l3_hamode_db [None req-3f0bc62e-0784-4383-9fca-f115d7e28ca0 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] HA network 20bce204-d5f4-4b55-88c2-7550e4f8571a was deleted as no HA routers are present in tenant cbc0eef3e14146b0b0da69fe53d7e20b. 2026-08-13 19:38:07.174 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6d40ea3e-6734-4ea2-b08d-807855c6c061 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d40ea3e-6734-4ea2-b08d-807855c6c061 found for delete ", "request_id": "req-b2d93fcb-d86f-4875-8a52-6620d4be6e5b"}]} [pid: 8|app: 0|req: 684/1444] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:38:06 2026] DELETE /v2.0/routers/ffd0dbe2-3f6d-4354-a2cd-605d8005d849 => generated 0 bytes in 695 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1445] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:38:07 2026] DELETE /v2.0/subnets/69283127-ecca-4385-9677-2b7e059ac493 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:38:07.415 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d354ccd-dda7-4bb8-a906-8cd86c4c08ca bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: 01074f2a-f7dc-4d31-8a7b-fb35da3fbc1f 2026-08-13 19:38:07.418 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d354ccd-dda7-4bb8-a906-8cd86c4c08ca bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: 01074f2a-f7dc-4d31-8a7b-fb35da3fbc1f [pid: 8|app: 0|req: 685/1446] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:07 2026] DELETE /v2.0/networks/c4677c97-9647-44b0-bfc0-2590beba8070 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1447] 10.0.0.214 () {32 vars in 653 bytes} [Thu Aug 13 19:38:07 2026] GET /v2.0/extensions => generated 21537 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1448] 10.0.0.214 () {32 vars in 681 bytes} [Thu Aug 13 19:38:07 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1449] 10.0.0.214 () {32 vars in 681 bytes} [Thu Aug 13 19:38:07 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1450] 10.0.0.214 () {32 vars in 729 bytes} [Thu Aug 13 19:38:07 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1451] 10.0.0.214 () {32 vars in 665 bytes} [Thu Aug 13 19:38:07 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: 688/1452] 10.0.0.214 () {32 vars in 699 bytes} [Thu Aug 13 19:38:07 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1453] 10.0.0.214 () {32 vars in 697 bytes} [Thu Aug 13 19:38:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1454] 10.0.0.214 () {32 vars in 701 bytes} [Thu Aug 13 19:38:07 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: 766/1455] 10.0.0.214 () {32 vars in 689 bytes} [Thu Aug 13 19:38:07 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: 690/1456] 10.0.0.214 () {32 vars in 703 bytes} [Thu Aug 13 19:38:07 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1457] 10.0.0.214 () {32 vars in 693 bytes} [Thu Aug 13 19:38:07 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1458] 10.0.0.214 () {32 vars in 695 bytes} [Thu Aug 13 19:38:07 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: 768/1459] 10.0.0.214 () {32 vars in 685 bytes} [Thu Aug 13 19:38:07 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1460] 10.0.0.214 () {32 vars in 687 bytes} [Thu Aug 13 19:38:07 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1461] 10.0.0.214 () {32 vars in 661 bytes} [Thu Aug 13 19:38:07 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1462] 10.0.0.214 () {32 vars in 699 bytes} [Thu Aug 13 19:38:07 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1463] 10.0.0.214 () {32 vars in 679 bytes} [Thu Aug 13 19:38:07 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1464] 10.0.0.214 () {32 vars in 683 bytes} [Thu Aug 13 19:38:07 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1465] 10.0.0.214 () {32 vars in 675 bytes} [Thu Aug 13 19:38:07 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1466] 10.0.0.214 () {32 vars in 689 bytes} [Thu Aug 13 19:38:07 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1467] 10.0.0.214 () {32 vars in 723 bytes} [Thu Aug 13 19:38:07 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1468] 10.0.0.214 () {32 vars in 687 bytes} [Thu Aug 13 19:38:07 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1469] 10.0.0.214 () {32 vars in 669 bytes} [Thu Aug 13 19:38:07 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1470] 10.0.0.214 () {32 vars in 687 bytes} [Thu Aug 13 19:38:07 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1471] 10.0.0.214 () {32 vars in 681 bytes} [Thu Aug 13 19:38:07 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1472] 10.0.0.214 () {32 vars in 699 bytes} [Thu Aug 13 19:38:07 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1473] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:07 2026] GET /v2.0/security-groups?tenant_id=0f6b91f7b994458888f8f177dc114dbb&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1474] 10.0.0.214 () {32 vars in 679 bytes} [Thu Aug 13 19:38:07 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1475] 10.0.0.214 () {32 vars in 667 bytes} [Thu Aug 13 19:38:07 2026] GET /v2.0/extensions/router => generated 256 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1476] 10.0.0.214 () {32 vars in 677 bytes} [Thu Aug 13 19:38:07 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1477] 10.0.0.214 () {32 vars in 665 bytes} [Thu Aug 13 19:38:07 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1478] 10.0.0.214 () {32 vars in 675 bytes} [Thu Aug 13 19:38:07 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1479] 10.0.0.214 () {32 vars in 713 bytes} [Thu Aug 13 19:38:07 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1480] 10.0.0.214 () {32 vars in 691 bytes} [Thu Aug 13 19:38:07 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: 781/1481] 10.0.0.214 () {32 vars in 683 bytes} [Thu Aug 13 19:38:07 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1482] 10.0.0.214 () {32 vars in 669 bytes} [Thu Aug 13 19:38:07 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1483] 10.0.0.214 () {32 vars in 687 bytes} [Thu Aug 13 19:38:07 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: 7|app: 0|req: 784/1484] 10.0.0.214 () {32 vars in 705 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1485] 10.0.0.214 () {32 vars in 675 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1486] 10.0.0.214 () {32 vars in 701 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1487] 10.0.0.214 () {32 vars in 675 bytes} [Thu Aug 13 19:38:08 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: 788/1488] 10.0.0.214 () {32 vars in 693 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1489] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:07 2026] DELETE /v2.0/security-groups/d38da0ee-6556-443d-813f-18a49903e617 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1490] 10.0.0.214 () {32 vars in 689 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1491] 10.0.0.214 () {32 vars in 709 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1492] 10.0.0.214 () {32 vars in 705 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1493] 10.0.0.214 () {32 vars in 719 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1494] 10.0.0.214 () {32 vars in 697 bytes} [Thu Aug 13 19:38:08 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: 704/1495] 10.0.0.214 () {32 vars in 711 bytes} [Thu Aug 13 19:38:08 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: 792/1496] 10.0.0.214 () {32 vars in 669 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/binding => 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: 705/1497] 10.0.0.214 () {32 vars in 687 bytes} [Thu Aug 13 19:38:08 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: 793/1498] 10.0.0.214 () {32 vars in 681 bytes} [Thu Aug 13 19:38:08 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: 706/1499] 10.0.0.214 () {32 vars in 675 bytes} [Thu Aug 13 19:38:08 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: 794/1500] 10.0.0.214 () {32 vars in 671 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/provider => generated 191 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1501] 10.0.0.214 () {32 vars in 661 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1502] 10.0.0.214 () {32 vars in 699 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1503] 10.0.0.214 () {32 vars in 699 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1504] 10.0.0.214 () {32 vars in 677 bytes} [Thu Aug 13 19:38:08 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: 709/1505] 10.0.0.214 () {32 vars in 669 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1506] 10.0.0.214 () {32 vars in 683 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1507] 10.0.0.214 () {32 vars in 701 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1508] 10.0.0.214 () {32 vars in 685 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1509] 10.0.0.214 () {32 vars in 707 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1510] 10.0.0.214 () {32 vars in 669 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1511] 10.0.0.214 () {32 vars in 697 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1512] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/security-groups?tenant_id=cbc0eef3e14146b0b0da69fe53d7e20b&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1513] 10.0.0.214 () {32 vars in 695 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1514] 10.0.0.214 () {32 vars in 685 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1515] 10.0.0.214 () {32 vars in 689 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1516] 10.0.0.214 () {32 vars in 705 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1517] 10.0.0.214 () {32 vars in 667 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1518] 10.0.0.214 () {32 vars in 681 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1519] 10.0.0.214 () {32 vars in 681 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1520] 10.0.0.214 () {32 vars in 691 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1521] 10.0.0.214 () {32 vars in 691 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1522] 10.0.0.214 () {32 vars in 695 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1523] 10.0.0.214 () {32 vars in 685 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1524] 10.0.0.214 () {32 vars in 689 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1525] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:08 2026] DELETE /v2.0/security-groups/c1cef810-f4ce-48d3-9269-b36225d6bca9 => 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: 727/1526] 10.0.0.214 () {32 vars in 701 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/standard-attr-revisions => 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: 800/1527] 10.0.0.214 () {32 vars in 703 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1528] 10.0.0.214 () {32 vars in 713 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1529] 10.0.0.214 () {32 vars in 717 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1530] 10.0.0.214 () {32 vars in 715 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1531] 10.0.0.214 () {32 vars in 727 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1532] 10.0.0.214 () {32 vars in 741 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1533] 10.0.0.214 () {32 vars in 719 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1534] 10.0.0.214 () {32 vars in 683 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1535] 10.0.0.214 () {32 vars in 669 bytes} [Thu Aug 13 19:38:08 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: 8|app: 0|req: 732/1536] 10.0.0.214 () {32 vars in 719 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1537] 10.0.0.214 () {32 vars in 679 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1538] 10.0.0.214 () {32 vars in 669 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1539] 10.0.0.214 () {32 vars in 697 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1540] 10.0.0.214 () {32 vars in 705 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1541] 10.0.0.214 () {32 vars in 701 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1542] 10.0.0.214 () {32 vars in 701 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1543] 10.0.0.214 () {32 vars in 683 bytes} [Thu Aug 13 19:38:08 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: 8|app: 0|req: 736/1544] 10.0.0.214 () {32 vars in 705 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1545] 10.0.0.214 () {32 vars in 695 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1546] 10.0.0.214 () {32 vars in 689 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1547] 10.0.0.214 () {32 vars in 697 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1548] 10.0.0.214 () {32 vars in 679 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1549] 10.0.0.214 () {32 vars in 689 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1550] 10.0.0.214 () {32 vars in 701 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1551] 10.0.0.214 () {32 vars in 665 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1552] 10.0.0.214 () {32 vars in 681 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1553] 10.0.0.214 () {32 vars in 677 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1554] 10.0.0.214 () {32 vars in 693 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1555] 10.0.0.214 () {32 vars in 677 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1556] 10.0.0.214 () {32 vars in 667 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1557] 10.0.0.214 () {32 vars in 663 bytes} [Thu Aug 13 19:38:08 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: 8|app: 0|req: 743/1558] 10.0.0.214 () {32 vars in 675 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1559] 10.0.0.214 () {32 vars in 687 bytes} [Thu Aug 13 19:38:08 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:38:09.175 8 INFO neutron.services.segments.plugin [-] Segment 6d4b6a4a-2f81-418c-a411-4557a30c2b4d resource provider aggregate not found 2026-08-13 19:38:09.185 8 INFO neutron.services.segments.plugin [-] Segment 6d4b6a4a-2f81-418c-a411-4557a30c2b4d resource provider aggregate not found 2026-08-13 19:38:09.196 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6d4b6a4a-2f81-418c-a411-4557a30c2b4d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d4b6a4a-2f81-418c-a411-4557a30c2b4d found for delete ", "request_id": "req-f1ff6be5-3bd3-4b30-8bd0-ec65d47a7da1"}]} 2026-08-13 19:38:09.211 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6d4b6a4a-2f81-418c-a411-4557a30c2b4d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d4b6a4a-2f81-418c-a411-4557a30c2b4d found for delete ", "request_id": "req-2d6b7f9b-76e5-4d5e-b97b-f6f4d5fd0ac0"}]} [pid: 8|app: 0|req: 744/1560] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:09 2026] GET /v2.0/security-groups?tenant_id=6adfa756b0e848f8a997030f9dc192fb&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1561] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:09 2026] DELETE /v2.0/security-groups/2cd53fcd-5619-401e-977e-6482f85ada6c => 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: 745/1562] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:10 2026] GET /v2.0/security-groups?tenant_id=656f4ec795b04196b1ceefa0a0eb86c2&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1563] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:10 2026] DELETE /v2.0/security-groups/771d72d5-554c-4d40-b359-0f0d103c101a => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1564] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:10 2026] GET /v2.0/security-groups?tenant_id=ac7d0a18420644abb0cff3f14bec0834&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1565] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:10 2026] DELETE /v2.0/security-groups/4cbca0b5-1aa5-426b-a816-1eee2859e2eb => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:38:11.478 8 INFO neutron.db.segments_db [None req-4eb408ce-d600-41ce-b1a3-8878044d22f8 c73bf083833147e6aa61f44668d314bf 1a067d556af740c0ba4919d8bfbeb3d1 - - default default] Added segment b6999622-119c-4874-b7b8-5e360b91e191 of type vxlan for network 2b6c3252-ce73-4067-97d7-e19916579340 [pid: 8|app: 0|req: 747/1566] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:11 2026] POST /v2.0/networks => generated 644 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1567] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:38:11 2026] POST /v2.0/subnets => generated 641 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:38:11.908 7 INFO neutron.db.segments_db [None req-d8bd3913-5480-461d-b03a-6937fd02dc4c c73bf083833147e6aa61f44668d314bf 1a067d556af740c0ba4919d8bfbeb3d1 - - default default] Added segment 324d8ac2-7842-4135-922a-d8f0e60fc323 of type vxlan for network 9900d5af-84af-4fcd-a500-29524d3bc243 [pid: 7|app: 0|req: 821/1568] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:11 2026] POST /v2.0/networks => generated 643 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1569] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:11 2026] GET /v2.0/security-groups?tenant_id=2f142de742764246807bf0bc3b036fb9&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1570] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:11 2026] DELETE /v2.0/security-groups/00e49ad2-2b5b-4e52-8cc4-31721184acf7 => 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: 822/1571] 10.0.0.214 () {34 vars in 743 bytes} [Thu Aug 13 19:38:11 2026] PUT /v2.0/networks/9900d5af-84af-4fcd-a500-29524d3bc243 => generated 592 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1574] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:12 2026] GET /v2.0/security-groups?tenant_id=968b5665d03e40f498a2374af91bc839&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1575] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:38:12 2026] POST /v2.0/subnets => generated 626 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1576] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:12 2026] DELETE /v2.0/security-groups/76953fc8-72e7-4262-9eca-4bd4496065ad => 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: 752/1577] 10.0.0.214 () {34 vars in 741 bytes} [Thu Aug 13 19:38:12 2026] PUT /v2.0/subnets/b77211f9-7f9a-45e4-a3fe-fee3d1c660d9 => generated 636 bytes in 476 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:38:13.048 8 INFO neutron.services.segments.plugin [-] Segment 324d8ac2-7842-4135-922a-d8f0e60fc323 resource provider aggregate not found 2026-08-13 19:38:13.052 8 INFO neutron.services.segments.plugin [-] Segment 324d8ac2-7842-4135-922a-d8f0e60fc323 resource provider aggregate not found 2026-08-13 19:38:13.062 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 324d8ac2-7842-4135-922a-d8f0e60fc323 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 324d8ac2-7842-4135-922a-d8f0e60fc323 found for delete ", "request_id": "req-cc976023-ddf3-4a95-9833-5c43d2d0738c"}]} 2026-08-13 19:38:13.065 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 324d8ac2-7842-4135-922a-d8f0e60fc323 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 324d8ac2-7842-4135-922a-d8f0e60fc323 found for delete ", "request_id": "req-b1e25484-4159-42c7-ba09-7a55a0877364"}]} 2026-08-13 19:38:13.068 7 INFO neutron.db.segments_db [None req-cceea8a8-3b0b-4604-a54d-cf1ba3c3e20f bc65d578870d43a8bba7c62df8ca57f7 ff345f96813343d1918f7a6eb2c7a045 - - default default] Added segment 8b5ecaf8-b3a8-416f-979f-1f74877a929b of type vxlan for network 5d5d5d0b-c36d-4678-ad22-c3031a65fee0 [pid: 8|app: 0|req: 753/1578] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:12 2026] DELETE /v2.0/networks/9900d5af-84af-4fcd-a500-29524d3bc243 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:38:13.100 8 INFO neutron.pecan_wsgi.hooks.translation [None req-379294ce-cfa5-49fd-8b2a-ecb36d78c9de c73bf083833147e6aa61f44668d314bf 1a067d556af740c0ba4919d8bfbeb3d1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 754/1579] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:13 2026] DELETE /v2.0/networks/9900d5af-84af-4fcd-a500-29524d3bc243 => 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: 755/1580] 10.0.0.214 () {32 vars in 694 bytes} [Thu Aug 13 19:38:13 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1581] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:12 2026] POST /v2.0/networks => generated 631 bytes in 519 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1582] 10.0.0.214 () {32 vars in 742 bytes} [Thu Aug 13 19:38:13 2026] GET /v2.0/subnets?network_id=d1fcfcdf-73b4-4cb7-bd1c-c6bb355fc33e => generated 649 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1583] 10.0.0.214 () {32 vars in 653 bytes} [Thu Aug 13 19:38:13 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: 8|app: 0|req: 758/1584] 10.0.0.214 () {32 vars in 649 bytes} [Thu Aug 13 19:38:13 2026] GET /v2.0/networks => generated 1309 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1585] 10.0.0.214 () {32 vars in 647 bytes} [Thu Aug 13 19:38:13 2026] GET /v2.0/subnets => generated 1280 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1586] 10.0.0.214 () {32 vars in 723 bytes} [Thu Aug 13 19:38:13 2026] GET /v2.0/networks/2b6c3252-ce73-4067-97d7-e19916579340 => generated 669 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1587] 10.0.0.214 () {32 vars in 721 bytes} [Thu Aug 13 19:38:13 2026] GET /v2.0/subnets/36ee176a-10c8-4d7e-9197-d60fef6242b1 => generated 641 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:38:13.378 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1de4eeb4-c5af-47bc-af01-5ab47a7bdb84 c73bf083833147e6aa61f44668d314bf 1a067d556af740c0ba4919d8bfbeb3d1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 762/1588] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:38:13 2026] DELETE /v2.0/subnets/b77211f9-7f9a-45e4-a3fe-fee3d1c660d9 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:38:13.398 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f9f894f4-4064-4436-b792-55c8f2dd604e c73bf083833147e6aa61f44668d314bf 1a067d556af740c0ba4919d8bfbeb3d1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 763/1589] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:13 2026] DELETE /v2.0/networks/9900d5af-84af-4fcd-a500-29524d3bc243 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1590] 10.0.0.214 () {34 vars in 664 bytes} [Thu Aug 13 19:38:13 2026] POST /v2.0/ports => generated 743 bytes in 348 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: 764/1591] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:38:13 2026] DELETE /v2.0/subnets/36ee176a-10c8-4d7e-9197-d60fef6242b1 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:38:13.594 7 INFO neutron.db.segments_db [None req-24515a62-c4fa-4a0f-b301-603153c9c960 bc65d578870d43a8bba7c62df8ca57f7 ff345f96813343d1918f7a6eb2c7a045 - - default default] Added segment 858d31f7-c49a-4f17-9959-70fb11920e51 of type vxlan for network b7f38b35-0538-4e01-a92d-1986574cb37a 2026-08-13 19:38:13.653 8 INFO neutron_taas.services.taas.taas_plugin [None req-1f1d5226-892e-41ef-82ee-da6ee8618f44 c73bf083833147e6aa61f44668d314bf 1a067d556af740c0ba4919d8bfbeb3d1 - - default default] TaaS: Handle Delete Port: 43a7ff8f-5b23-4c77-b1fc-3b1431a6c75f 2026-08-13 19:38:13.657 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f1d5226-892e-41ef-82ee-da6ee8618f44 c73bf083833147e6aa61f44668d314bf 1a067d556af740c0ba4919d8bfbeb3d1 - - default default] Tap Mirror: Handle Delete Port: 43a7ff8f-5b23-4c77-b1fc-3b1431a6c75f [pid: 7|app: 0|req: 828/1592] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:13 2026] POST /v2.0/networks => generated 631 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1593] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:13 2026] DELETE /v2.0/networks/2b6c3252-ce73-4067-97d7-e19916579340 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1594] 10.0.0.214 () {34 vars in 664 bytes} [Thu Aug 13 19:38:13 2026] POST /v2.0/ports => generated 743 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:38:14.010 8 INFO neutron.db.segments_db [None req-57667ff0-861a-47ec-ad1d-26f9f0c49ffb bc65d578870d43a8bba7c62df8ca57f7 ff345f96813343d1918f7a6eb2c7a045 - - default default] Added segment 1fe2aecd-8807-4077-adc2-06d27b04bc86 of type vxlan for network a6cdb3b2-1dca-4a13-97ca-e14678b9fcf6 [pid: 8|app: 0|req: 766/1595] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:13 2026] POST /v2.0/networks => generated 631 bytes in 150 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: 830/1596] 10.0.0.214 () {34 vars in 664 bytes} [Thu Aug 13 19:38:14 2026] POST /v2.0/ports => generated 743 bytes in 299 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-08-13 19:38:14.473 7 INFO neutron.db.segments_db [None req-bc16d6ad-5d34-4953-9db8-8884c4259012 bc65d578870d43a8bba7c62df8ca57f7 ff345f96813343d1918f7a6eb2c7a045 - - default default] Added segment b958d562-1d56-4b3c-8ae6-a722d6be0507 of type vxlan for network b9abff45-51fe-477b-9261-7c6094289da3 [pid: 8|app: 0|req: 767/1597] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:14 2026] GET /v2.0/security-groups?tenant_id=1a067d556af740c0ba4919d8bfbeb3d1&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: 831/1598] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:14 2026] POST /v2.0/networks => generated 631 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1599] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:14 2026] DELETE /v2.0/security-groups/eb2ab55c-bafe-4f6e-afd2-10f24d08f8fb => 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: 832/1600] 10.0.0.214 () {34 vars in 664 bytes} [Thu Aug 13 19:38:14 2026] POST /v2.0/ports => generated 743 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:38:14.970 8 INFO neutron.db.segments_db [None req-9794ddad-a38a-4fa8-bf9e-d41150980ba2 bc65d578870d43a8bba7c62df8ca57f7 ff345f96813343d1918f7a6eb2c7a045 - - default default] Added segment 384c1ea0-be0a-417d-8f81-d300e9cdff40 of type vxlan for network e6566e4f-cf0c-4d47-8d6a-1c5a49443387 [pid: 8|app: 0|req: 769/1601] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:14 2026] POST /v2.0/networks => generated 632 bytes in 158 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-08-13 19:38:15.088 8 INFO neutron.services.segments.plugin [-] Segment b6999622-119c-4874-b7b8-5e360b91e191 resource provider aggregate not found 2026-08-13 19:38:15.098 8 INFO neutron.services.segments.plugin [-] Segment b6999622-119c-4874-b7b8-5e360b91e191 resource provider aggregate not found 2026-08-13 19:38:15.107 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b6999622-119c-4874-b7b8-5e360b91e191 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6999622-119c-4874-b7b8-5e360b91e191 found for delete ", "request_id": "req-7f1399ad-13bf-4d8b-a1b3-ce3da44e6147"}]} 2026-08-13 19:38:15.120 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b6999622-119c-4874-b7b8-5e360b91e191 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6999622-119c-4874-b7b8-5e360b91e191 found for delete ", "request_id": "req-8041ee3b-5608-4c10-bde4-cf91cc534f69"}]} [pid: 7|app: 0|req: 833/1602] 10.0.0.214 () {34 vars in 664 bytes} [Thu Aug 13 19:38: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) [pid: 8|app: 0|req: 770/1603] 10.0.0.214 () {34 vars in 747 bytes} [Thu Aug 13 19:38:15 2026] PUT /v2.0/ports/f11f72dd-eee5-462f-937d-a700b864de12/tags => generated 17 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, ' [pid: 7|app: 0|req: 834/1604] 10.0.0.214 () {34 vars in 747 bytes} [Thu Aug 13 19:38:15 2026] PUT /v2.0/ports/3a201cb1-d498-4433-88f3-e1a2e020d2e3/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 771/1605] 10.0.0.214 () {34 vars in 747 bytes} [Thu Aug 13 19:38:15 2026] PUT /v2.0/ports/fa4523cf-d82d-4c22-ac6b-a4643b4a78e3/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 835/1606] 10.0.0.214 () {34 vars in 747 bytes} [Thu Aug 13 19:38:15 2026] PUT /v2.0/ports/82809285-93ae-4b51-b599-cfaeb0b819ea/tags => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 772/1607] 10.0.0.214 () {32 vars in 660 bytes} [Thu Aug 13 19:38:15 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1608] 10.0.0.214 () {32 vars in 674 bytes} [Thu Aug 13 19:38:15 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1609] 10.0.0.214 () {32 vars in 670 bytes} [Thu Aug 13 19:38:15 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 53 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: 775/1610] 10.0.0.214 () {32 vars in 682 bytes} [Thu Aug 13 19:38:15 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1611] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:15 2026] GET /v2.0/security-groups?tenant_id=95381dff7d15424aa36bad9884e5ef61&name=default => generated 2925 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1612] 10.0.0.214 () {32 vars in 668 bytes} [Thu Aug 13 19:38:16 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1613] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:16 2026] DELETE /v2.0/security-groups/1508a99f-6a9a-4c17-9d74-fb6ab00065bc => 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: 777/1614] 10.0.0.214 () {32 vars in 682 bytes} [Thu Aug 13 19:38:16 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1615] 10.0.0.214 () {32 vars in 678 bytes} [Thu Aug 13 19:38:16 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1616] 10.0.0.214 () {32 vars in 690 bytes} [Thu Aug 13 19:38:16 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:38:16.552 7 INFO neutron_taas.services.taas.taas_plugin [None req-e4a8a03b-eb46-4f67-89ed-bf2cd92d0884 bc65d578870d43a8bba7c62df8ca57f7 ff345f96813343d1918f7a6eb2c7a045 - - default default] TaaS: Handle Delete Port: f11f72dd-eee5-462f-937d-a700b864de12 2026-08-13 19:38:16.555 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4a8a03b-eb46-4f67-89ed-bf2cd92d0884 bc65d578870d43a8bba7c62df8ca57f7 ff345f96813343d1918f7a6eb2c7a045 - - default default] Tap Mirror: Handle Delete Port: f11f72dd-eee5-462f-937d-a700b864de12 [pid: 7|app: 0|req: 839/1617] 10.0.0.214 () {32 vars in 720 bytes} [Thu Aug 13 19:38:16 2026] DELETE /v2.0/ports/f11f72dd-eee5-462f-937d-a700b864de12 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:38:16.719 8 INFO neutron_taas.services.taas.taas_plugin [None req-38deba17-607d-42b1-bce8-682982538ebb bc65d578870d43a8bba7c62df8ca57f7 ff345f96813343d1918f7a6eb2c7a045 - - default default] TaaS: Handle Delete Port: 3a201cb1-d498-4433-88f3-e1a2e020d2e3 2026-08-13 19:38:16.721 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38deba17-607d-42b1-bce8-682982538ebb bc65d578870d43a8bba7c62df8ca57f7 ff345f96813343d1918f7a6eb2c7a045 - - default default] Tap Mirror: Handle Delete Port: 3a201cb1-d498-4433-88f3-e1a2e020d2e3 [pid: 8|app: 0|req: 779/1618] 10.0.0.214 () {32 vars in 720 bytes} [Thu Aug 13 19:38:16 2026] DELETE /v2.0/ports/3a201cb1-d498-4433-88f3-e1a2e020d2e3 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:38:16.866 8 INFO neutron_taas.services.taas.taas_plugin [None req-dd6364c8-a4f9-4f9a-97f5-df0d465cc477 bc65d578870d43a8bba7c62df8ca57f7 ff345f96813343d1918f7a6eb2c7a045 - - default default] TaaS: Handle Delete Port: fa4523cf-d82d-4c22-ac6b-a4643b4a78e3 2026-08-13 19:38:16.868 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd6364c8-a4f9-4f9a-97f5-df0d465cc477 bc65d578870d43a8bba7c62df8ca57f7 ff345f96813343d1918f7a6eb2c7a045 - - default default] Tap Mirror: Handle Delete Port: fa4523cf-d82d-4c22-ac6b-a4643b4a78e3 [pid: 8|app: 0|req: 780/1619] 10.0.0.214 () {32 vars in 720 bytes} [Thu Aug 13 19:38:16 2026] DELETE /v2.0/ports/fa4523cf-d82d-4c22-ac6b-a4643b4a78e3 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1620] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:16 2026] GET /v2.0/security-groups?tenant_id=656fa238b1fc422eb66b7850f229d1bc&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:38:17.056 8 INFO neutron_taas.services.taas.taas_plugin [None req-316fdf87-1330-410c-a2f7-7c181b0e86c1 bc65d578870d43a8bba7c62df8ca57f7 ff345f96813343d1918f7a6eb2c7a045 - - default default] TaaS: Handle Delete Port: 82809285-93ae-4b51-b599-cfaeb0b819ea [pid: 7|app: 0|req: 841/1621] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:16 2026] DELETE /v2.0/security-groups/4707ba14-55ca-4318-a422-b30e0b208e22 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:38:17.060 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-316fdf87-1330-410c-a2f7-7c181b0e86c1 bc65d578870d43a8bba7c62df8ca57f7 ff345f96813343d1918f7a6eb2c7a045 - - default default] Tap Mirror: Handle Delete Port: 82809285-93ae-4b51-b599-cfaeb0b819ea [pid: 8|app: 0|req: 781/1622] 10.0.0.214 () {32 vars in 720 bytes} [Thu Aug 13 19:38:16 2026] DELETE /v2.0/ports/82809285-93ae-4b51-b599-cfaeb0b819ea => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:38:17.252 8 INFO neutron_taas.services.taas.taas_plugin [None req-c4cf75a4-475a-4c8e-9e08-a29b8c64f2c4 bc65d578870d43a8bba7c62df8ca57f7 ff345f96813343d1918f7a6eb2c7a045 - - default default] TaaS: Handle Delete Port: d285e7f4-c212-44e6-ba23-5aedb199bfc3 2026-08-13 19:38:17.255 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4cf75a4-475a-4c8e-9e08-a29b8c64f2c4 bc65d578870d43a8bba7c62df8ca57f7 ff345f96813343d1918f7a6eb2c7a045 - - default default] Tap Mirror: Handle Delete Port: d285e7f4-c212-44e6-ba23-5aedb199bfc3 [pid: 7|app: 0|req: 842/1623] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:17 2026] GET /v2.0/security-groups?tenant_id=0751721a3d8c40d1a17b436f8d115631&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1624] 10.0.0.214 () {32 vars in 720 bytes} [Thu Aug 13 19:38:17 2026] DELETE /v2.0/ports/d285e7f4-c212-44e6-ba23-5aedb199bfc3 => 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: 843/1625] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:17 2026] DELETE /v2.0/security-groups/9125252c-736b-4ef6-ba30-b35032831f14 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:38:17.470 8 INFO neutron.services.segments.plugin [-] Segment 8b5ecaf8-b3a8-416f-979f-1f74877a929b resource provider aggregate not found 2026-08-13 19:38:17.475 8 INFO neutron.services.segments.plugin [-] Segment 8b5ecaf8-b3a8-416f-979f-1f74877a929b resource provider aggregate not found 2026-08-13 19:38:17.489 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8b5ecaf8-b3a8-416f-979f-1f74877a929b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b5ecaf8-b3a8-416f-979f-1f74877a929b found for delete ", "request_id": "req-a32c786f-3657-4fe8-afff-f69d4d7815ae"}]} 2026-08-13 19:38:17.500 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8b5ecaf8-b3a8-416f-979f-1f74877a929b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b5ecaf8-b3a8-416f-979f-1f74877a929b found for delete ", "request_id": "req-8a64c530-9a29-4057-84bd-ab92f3917bed"}]} [pid: 8|app: 0|req: 783/1626] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:17 2026] DELETE /v2.0/networks/5d5d5d0b-c36d-4678-ad22-c3031a65fee0 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:38:17.652 7 INFO neutron.services.segments.plugin [-] Segment 858d31f7-c49a-4f17-9959-70fb11920e51 resource provider aggregate not found 2026-08-13 19:38:17.657 7 INFO neutron.services.segments.plugin [-] Segment 858d31f7-c49a-4f17-9959-70fb11920e51 resource provider aggregate not found 2026-08-13 19:38:17.672 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 858d31f7-c49a-4f17-9959-70fb11920e51 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 858d31f7-c49a-4f17-9959-70fb11920e51 found for delete ", "request_id": "req-c859821a-49a1-4f03-8869-d6d6620c0f86"}]} 2026-08-13 19:38:17.675 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 858d31f7-c49a-4f17-9959-70fb11920e51 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 858d31f7-c49a-4f17-9959-70fb11920e51 found for delete ", "request_id": "req-4064a972-b2b6-46e7-94d0-1b60bf814435"}]} [pid: 7|app: 0|req: 844/1627] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:17 2026] DELETE /v2.0/networks/b7f38b35-0538-4e01-a92d-1986574cb37a => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1628] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:17 2026] DELETE /v2.0/networks/a6cdb3b2-1dca-4a13-97ca-e14678b9fcf6 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1629] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:17 2026] DELETE /v2.0/networks/b9abff45-51fe-477b-9261-7c6094289da3 => 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: 785/1630] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:17 2026] DELETE /v2.0/networks/e6566e4f-cf0c-4d47-8d6a-1c5a49443387 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1631] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:18 2026] GET /v2.0/security-groups?tenant_id=63e59d9f1b2b4c7683a84f436d98311b&name=default => generated 2925 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1632] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:19 2026] DELETE /v2.0/security-groups/5d63a761-f58d-45f0-a6cb-15a1163b84ed => 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: 787/1633] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:19 2026] GET /v2.0/security-groups?tenant_id=f8c95b1a2ead4c38ad93d697ef1d6174&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:38:19.512 8 INFO neutron.services.segments.plugin [-] Segment 1fe2aecd-8807-4077-adc2-06d27b04bc86 resource provider aggregate not found 2026-08-13 19:38:19.517 8 INFO neutron.services.segments.plugin [-] Segment 1fe2aecd-8807-4077-adc2-06d27b04bc86 resource provider aggregate not found 2026-08-13 19:38:19.529 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1fe2aecd-8807-4077-adc2-06d27b04bc86 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fe2aecd-8807-4077-adc2-06d27b04bc86 found for delete ", "request_id": "req-f8a1db74-60f1-441d-b245-7ba98d343261"}]} 2026-08-13 19:38:19.534 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1fe2aecd-8807-4077-adc2-06d27b04bc86 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fe2aecd-8807-4077-adc2-06d27b04bc86 found for delete ", "request_id": "req-e42ed06e-86eb-4bd4-bc50-810f9db9d129"}]} [pid: 8|app: 0|req: 788/1634] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:19 2026] DELETE /v2.0/security-groups/a26bd681-996c-4591-83a3-8d92176ffb41 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:38:19.546 8 INFO neutron.services.segments.plugin [-] Segment 384c1ea0-be0a-417d-8f81-d300e9cdff40 resource provider aggregate not found 2026-08-13 19:38:19.546 7 INFO neutron.db.segments_db [None req-bf7cbdb0-4d32-483c-93f9-76fa2fc6eaec 9b76c8151b034a4e8b830ee1ca3c70e6 02e48b17fba6424180f5e13eecb5bd06 - - default default] Added segment b6de2816-0cf6-4a91-8072-a810c0e4544b of type vxlan for network 69c69a85-e21a-4693-95ca-5059b85ccfa4 2026-08-13 19:38:19.549 8 INFO neutron.services.segments.plugin [-] Segment 384c1ea0-be0a-417d-8f81-d300e9cdff40 resource provider aggregate not found 2026-08-13 19:38:19.557 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 384c1ea0-be0a-417d-8f81-d300e9cdff40 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 384c1ea0-be0a-417d-8f81-d300e9cdff40 found for delete ", "request_id": "req-5fa0693e-325e-43f9-9f3f-70fb8b8922e9"}]} 2026-08-13 19:38:19.566 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 384c1ea0-be0a-417d-8f81-d300e9cdff40 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 384c1ea0-be0a-417d-8f81-d300e9cdff40 found for delete ", "request_id": "req-21097092-6ba5-46e7-92ff-4b47eefd56ed"}]} [pid: 7|app: 0|req: 847/1635] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:19 2026] POST /v2.0/networks => generated 726 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:38:19.691 7 INFO neutron.services.segments.plugin [-] Segment b958d562-1d56-4b3c-8ae6-a722d6be0507 resource provider aggregate not found 2026-08-13 19:38:19.692 7 INFO neutron.services.segments.plugin [-] Segment b958d562-1d56-4b3c-8ae6-a722d6be0507 resource provider aggregate not found 2026-08-13 19:38:19.711 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b958d562-1d56-4b3c-8ae6-a722d6be0507 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b958d562-1d56-4b3c-8ae6-a722d6be0507 found for delete ", "request_id": "req-7701465f-408f-4da9-b776-09a67150c676"}]} 2026-08-13 19:38:19.711 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b958d562-1d56-4b3c-8ae6-a722d6be0507 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b958d562-1d56-4b3c-8ae6-a722d6be0507 found for delete ", "request_id": "req-bd29f68a-878d-492e-b92c-a1f03071f88f"}]} [pid: 7|app: 0|req: 848/1636] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:19 2026] GET /v2.0/security-groups?tenant_id=ff345f96813343d1918f7a6eb2c7a045&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1637] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:38:19 2026] POST /v2.0/subnets => generated 644 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:38:19.809 8 WARNING neutron.api.v2.base [None req-7c700bfe-eb12-4161-84ef-6e401ab64012 9b76c8151b034a4e8b830ee1ca3c70e6 02e48b17fba6424180f5e13eecb5bd06 - - 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-08-13 19:38:19.809 8 INFO neutron.api.v2.resource [None req-7c700bfe-eb12-4161-84ef-6e401ab64012 9b76c8151b034a4e8b830ee1ca3c70e6 02e48b17fba6424180f5e13eecb5bd06 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 790/1638] 10.0.0.214 () {34 vars in 681 bytes} [Thu Aug 13 19:38:19 2026] POST /v2.0/rbac-policies => generated 143 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1639] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:19 2026] DELETE /v2.0/security-groups/2a3e53b5-5e32-4c54-a3b8-a022f5216fc7 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1640] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:19 2026] DELETE /v2.0/networks/69c69a85-e21a-4693-95ca-5059b85ccfa4 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:38:20.061 7 INFO neutron.db.segments_db [None req-6a76df39-7099-4eef-8a44-59dc85f138d1 9b76c8151b034a4e8b830ee1ca3c70e6 02e48b17fba6424180f5e13eecb5bd06 - - default default] Added segment 4a613eb1-65d7-4797-a58a-338abc3e2020 of type vxlan for network 7d7b12d8-dd40-4d8d-859d-9b8613966f99 [pid: 7|app: 0|req: 850/1641] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:20 2026] POST /v2.0/networks => generated 727 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1642] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:38:20 2026] POST /v2.0/subnets => generated 647 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:38:20.349 7 WARNING neutron.api.v2.base [None req-b35ad7ed-d13c-4b61-a95b-1a0764cd9b04 9b76c8151b034a4e8b830ee1ca3c70e6 02e48b17fba6424180f5e13eecb5bd06 - - 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-08-13 19:38:20.351 7 INFO neutron.api.v2.resource [None req-b35ad7ed-d13c-4b61-a95b-1a0764cd9b04 9b76c8151b034a4e8b830ee1ca3c70e6 02e48b17fba6424180f5e13eecb5bd06 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 851/1643] 10.0.0.214 () {34 vars in 681 bytes} [Thu Aug 13 19:38:20 2026] POST /v2.0/rbac-policies => generated 547 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1644] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:20 2026] DELETE /v2.0/networks/7d7b12d8-dd40-4d8d-859d-9b8613966f99 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:38:20.635 7 INFO neutron.db.segments_db [None req-d5d22635-3d47-4620-afe7-9f776e13e635 9b76c8151b034a4e8b830ee1ca3c70e6 02e48b17fba6424180f5e13eecb5bd06 - - default default] Added segment b0362b4d-058a-4ef0-a0a6-fd1a84ea18a6 of type vxlan for network 51af16f8-49e6-4669-b6d8-89c87d7268e6 [pid: 7|app: 0|req: 852/1645] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:20 2026] POST /v2.0/networks => generated 726 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1646] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:38:20 2026] POST /v2.0/subnets => generated 647 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1647] 10.0.0.214 () {34 vars in 681 bytes} [Thu Aug 13 19:38:20 2026] POST /v2.0/rbac-policies => generated 324 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:38:21.574 8 INFO neutron.services.segments.plugin [-] Segment b6de2816-0cf6-4a91-8072-a810c0e4544b resource provider aggregate not found 2026-08-13 19:38:21.584 8 INFO neutron.services.segments.plugin [-] Segment b6de2816-0cf6-4a91-8072-a810c0e4544b resource provider aggregate not found 2026-08-13 19:38:21.596 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b6de2816-0cf6-4a91-8072-a810c0e4544b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6de2816-0cf6-4a91-8072-a810c0e4544b found for delete ", "request_id": "req-0eeb2e19-84f8-4eae-af90-4f689a9fb09f"}]} 2026-08-13 19:38:21.601 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b6de2816-0cf6-4a91-8072-a810c0e4544b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6de2816-0cf6-4a91-8072-a810c0e4544b found for delete ", "request_id": "req-7c2a9383-b526-4910-bf0b-a34c35ad3293"}]} 2026-08-13 19:38:21.614 8 INFO neutron.services.segments.plugin [-] Segment 4a613eb1-65d7-4797-a58a-338abc3e2020 resource provider aggregate not found 2026-08-13 19:38:21.638 8 INFO neutron.services.segments.plugin [-] Segment 4a613eb1-65d7-4797-a58a-338abc3e2020 resource provider aggregate not found 2026-08-13 19:38:21.641 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4a613eb1-65d7-4797-a58a-338abc3e2020 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a613eb1-65d7-4797-a58a-338abc3e2020 found for delete ", "request_id": "req-6e401257-7e71-4155-a59b-9485b72cabe3"}]} 2026-08-13 19:38:21.654 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4a613eb1-65d7-4797-a58a-338abc3e2020 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a613eb1-65d7-4797-a58a-338abc3e2020 found for delete ", "request_id": "req-d089b823-13a0-4c2c-8b51-b5b228a9d324"}]} [pid: 8|app: 0|req: 795/1648] 10.0.0.214 () {32 vars in 723 bytes} [Thu Aug 13 19:38:21 2026] GET /v2.0/networks/51af16f8-49e6-4669-b6d8-89c87d7268e6 => generated 654 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:38:22.231 7 INFO neutron.pecan_wsgi.hooks.translation [None req-03d38925-c2da-4ffe-8dd0-4e7137e9ade9 495e3c9beda940f384717e7edb5e2abc 4252637669a6414096fd3dfda97f9066 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 854/1649] 10.0.0.214 () {32 vars in 723 bytes} [Thu Aug 13 19:38:22 2026] GET /v2.0/networks/51af16f8-49e6-4669-b6d8-89c87d7268e6 => generated 138 bytes in 196 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:38:22.328 8 INFO neutron_taas.services.taas.taas_plugin [None req-820ebf47-3a1c-4474-94a5-745e6bbc5af0 9b76c8151b034a4e8b830ee1ca3c70e6 02e48b17fba6424180f5e13eecb5bd06 - - default default] TaaS: Handle Delete Port: 70822594-5033-4d97-812d-b68829dddd4e 2026-08-13 19:38:22.331 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-820ebf47-3a1c-4474-94a5-745e6bbc5af0 9b76c8151b034a4e8b830ee1ca3c70e6 02e48b17fba6424180f5e13eecb5bd06 - - default default] Tap Mirror: Handle Delete Port: 70822594-5033-4d97-812d-b68829dddd4e [pid: 8|app: 0|req: 796/1650] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:22 2026] DELETE /v2.0/networks/51af16f8-49e6-4669-b6d8-89c87d7268e6 => generated 0 bytes in 346 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:38:22.603 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9b3c0acb-486a-485d-a871-20a58e13d344 9b76c8151b034a4e8b830ee1ca3c70e6 02e48b17fba6424180f5e13eecb5bd06 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 855/1651] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:38:22 2026] DELETE /v2.0/subnets/97c87e9f-3aae-4459-baf7-e8ea560ea219 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:38:22.623 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4fe3079a-2728-4edb-9dc4-7e9fb51f295b 9b76c8151b034a4e8b830ee1ca3c70e6 02e48b17fba6424180f5e13eecb5bd06 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 797/1652] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:38:22 2026] DELETE /v2.0/subnets/1f4c1a57-64d5-463f-9fe0-29e58513136b => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:38:22.643 7 INFO neutron.pecan_wsgi.hooks.translation [None req-512805e3-5fe9-4296-b3ee-ce52fb85f651 9b76c8151b034a4e8b830ee1ca3c70e6 02e48b17fba6424180f5e13eecb5bd06 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 856/1653] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:38:22 2026] DELETE /v2.0/subnets/6621e6b3-5c18-4256-b6e5-b50ec1309fe4 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1654] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:23 2026] GET /v2.0/security-groups?tenant_id=f471baa60b2c4cf1bdee8fc33d6b5a30&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: 857/1655] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:23 2026] DELETE /v2.0/security-groups/692127e5-9da8-4ff3-b219-39d1752f3eca => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:38:23.674 8 INFO neutron.services.segments.plugin [-] Segment b0362b4d-058a-4ef0-a0a6-fd1a84ea18a6 resource provider aggregate not found 2026-08-13 19:38:23.684 8 INFO neutron.services.segments.plugin [-] Segment b0362b4d-058a-4ef0-a0a6-fd1a84ea18a6 resource provider aggregate not found 2026-08-13 19:38:23.697 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b0362b4d-058a-4ef0-a0a6-fd1a84ea18a6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0362b4d-058a-4ef0-a0a6-fd1a84ea18a6 found for delete ", "request_id": "req-91c9d674-aca6-4c70-95f2-a1277cb10ca1"}]} 2026-08-13 19:38:23.700 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b0362b4d-058a-4ef0-a0a6-fd1a84ea18a6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0362b4d-058a-4ef0-a0a6-fd1a84ea18a6 found for delete ", "request_id": "req-8e0935ba-4c4a-4118-af4a-32beef311ce7"}]} [pid: 8|app: 0|req: 799/1656] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:23 2026] GET /v2.0/security-groups?tenant_id=4252637669a6414096fd3dfda97f9066&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1657] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:23 2026] DELETE /v2.0/security-groups/ae19d290-d4d1-4f96-b1d7-2413cb266ebb => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1658] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:23 2026] GET /v2.0/security-groups?tenant_id=02f35bab256b4468b8772d3846b48f97&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1659] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:23 2026] DELETE /v2.0/security-groups/8eff0b9d-c6aa-48e8-b4f3-28f1d021e281 => 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: 859/1660] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:23 2026] GET /v2.0/security-groups?tenant_id=aa4898c24eb54278b587329112290270&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1661] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:24 2026] DELETE /v2.0/security-groups/7dec929f-52a6-494a-8b94-157ade5945e9 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1662] 10.0.0.214 () {34 vars in 678 bytes} [Thu Aug 13 19:38:24 2026] POST /v2.0/qos/policies => generated 359 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1663] 10.0.0.214 () {34 vars in 678 bytes} [Thu Aug 13 19:38:24 2026] POST /v2.0/qos/policies => generated 359 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1664] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:24 2026] GET /v2.0/security-groups?tenant_id=02e48b17fba6424180f5e13eecb5bd06&name=default => generated 2925 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1665] 10.0.0.214 () {34 vars in 678 bytes} [Thu Aug 13 19:38:24 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1666] 10.0.0.214 () {34 vars in 678 bytes} [Thu Aug 13 19:38:24 2026] POST /v2.0/qos/policies => generated 359 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1667] 10.0.0.214 () {34 vars in 678 bytes} [Thu Aug 13 19:38:24 2026] POST /v2.0/qos/policies => generated 359 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1668] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:24 2026] DELETE /v2.0/security-groups/8d0fd48e-6ef1-4df6-96bb-f0585527f26c => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1669] 10.0.0.214 () {34 vars in 753 bytes} [Thu Aug 13 19:38:24 2026] PUT /v2.0/policies/fadaa06a-34db-4dde-95ad-23e84a15db33/tags => generated 17 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1670] 10.0.0.214 () {34 vars in 753 bytes} [Thu Aug 13 19:38:24 2026] PUT /v2.0/policies/75345181-5706-4b94-bab3-c8efbac65a0c/tags => generated 25 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1671] 10.0.0.214 () {34 vars in 753 bytes} [Thu Aug 13 19:38:24 2026] PUT /v2.0/policies/79fc226d-964b-4357-9d89-c49caa17c87c/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1672] 10.0.0.214 () {34 vars in 753 bytes} [Thu Aug 13 19:38:24 2026] PUT /v2.0/policies/df48913f-3ca7-4438-84a4-e1f1f14d1fc5/tags => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1673] 10.0.0.214 () {32 vars in 674 bytes} [Thu Aug 13 19:38:25 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1674] 10.0.0.214 () {32 vars in 688 bytes} [Thu Aug 13 19:38:25 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1675] 10.0.0.214 () {32 vars in 684 bytes} [Thu Aug 13 19:38:25 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1676] 10.0.0.214 () {32 vars in 696 bytes} [Thu Aug 13 19:38:25 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1677] 10.0.0.214 () {32 vars in 682 bytes} [Thu Aug 13 19:38:25 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1678] 10.0.0.214 () {32 vars in 696 bytes} [Thu Aug 13 19:38:25 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1679] 10.0.0.214 () {32 vars in 692 bytes} [Thu Aug 13 19:38:25 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1680] 10.0.0.214 () {32 vars in 704 bytes} [Thu Aug 13 19:38:25 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1681] 10.0.0.214 () {32 vars in 734 bytes} [Thu Aug 13 19:38:25 2026] DELETE /v2.0/qos/policies/fadaa06a-34db-4dde-95ad-23e84a15db33 => 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: 870/1682] 10.0.0.214 () {32 vars in 734 bytes} [Thu Aug 13 19:38:25 2026] DELETE /v2.0/qos/policies/75345181-5706-4b94-bab3-c8efbac65a0c => 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: 871/1683] 10.0.0.214 () {32 vars in 734 bytes} [Thu Aug 13 19:38:25 2026] DELETE /v2.0/qos/policies/79fc226d-964b-4357-9d89-c49caa17c87c => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1684] 10.0.0.214 () {32 vars in 734 bytes} [Thu Aug 13 19:38:25 2026] DELETE /v2.0/qos/policies/df48913f-3ca7-4438-84a4-e1f1f14d1fc5 => 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: 873/1685] 10.0.0.214 () {32 vars in 734 bytes} [Thu Aug 13 19:38:26 2026] DELETE /v2.0/qos/policies/2022927a-b8e3-4c52-ba54-f0dd27cc8a14 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:38:26.141 8 INFO neutron.db.segments_db [None req-6c653c62-0faf-4f17-bed1-4f0fa593a94a c049a3a261f7466f8b5cf5c691f514a9 ac54baa452714ff19c43ab9de021787a - - default default] Added segment 4645016a-710d-442f-a14e-5224efae2151 of type vxlan for network 2c65f855-9f90-4ee7-9119-e3e99d21902c 2026-08-13 19:38:26.215 8 INFO neutron.db.segments_db [None req-6c653c62-0faf-4f17-bed1-4f0fa593a94a c049a3a261f7466f8b5cf5c691f514a9 ac54baa452714ff19c43ab9de021787a - - default default] Added segment fdd9cc0b-f721-426f-b9a4-6a9ebd121688 of type vxlan for network 5638a95b-cf43-48c1-81f5-c1cc149d764f [pid: 8|app: 0|req: 813/1686] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:25 2026] POST /v2.0/networks => generated 1244 bytes in 594 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1687] 10.0.0.214 () {32 vars in 649 bytes} [Thu Aug 13 19:38:26 2026] GET /v2.0/networks => generated 1843 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:38:26.526 8 INFO neutron.services.segments.plugin [-] Segment 4645016a-710d-442f-a14e-5224efae2151 resource provider aggregate not found 2026-08-13 19:38:26.531 8 INFO neutron.services.segments.plugin [-] Segment 4645016a-710d-442f-a14e-5224efae2151 resource provider aggregate not found 2026-08-13 19:38:26.548 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4645016a-710d-442f-a14e-5224efae2151 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4645016a-710d-442f-a14e-5224efae2151 found for delete ", "request_id": "req-50ef7371-0aa9-4f0f-998a-5e080b0d1773"}]} 2026-08-13 19:38:26.551 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4645016a-710d-442f-a14e-5224efae2151 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4645016a-710d-442f-a14e-5224efae2151 found for delete ", "request_id": "req-90cae0c0-ad97-496d-9da7-796d3fbda916"}]} [pid: 8|app: 0|req: 814/1688] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:26 2026] DELETE /v2.0/networks/2c65f855-9f90-4ee7-9119-e3e99d21902c => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:38:26.657 7 INFO neutron.services.segments.plugin [-] Segment fdd9cc0b-f721-426f-b9a4-6a9ebd121688 resource provider aggregate not found 2026-08-13 19:38:26.665 7 INFO neutron.services.segments.plugin [-] Segment fdd9cc0b-f721-426f-b9a4-6a9ebd121688 resource provider aggregate not found 2026-08-13 19:38:26.677 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fdd9cc0b-f721-426f-b9a4-6a9ebd121688 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdd9cc0b-f721-426f-b9a4-6a9ebd121688 found for delete ", "request_id": "req-00334fa6-ef2e-473f-85e1-328046d3610b"}]} 2026-08-13 19:38:26.682 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fdd9cc0b-f721-426f-b9a4-6a9ebd121688 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdd9cc0b-f721-426f-b9a4-6a9ebd121688 found for delete ", "request_id": "req-ce12ebe0-805c-4367-8a78-45f1b6130e5d"}]} [pid: 7|app: 0|req: 875/1689] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:26 2026] DELETE /v2.0/networks/5638a95b-cf43-48c1-81f5-c1cc149d764f => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1690] 10.0.0.214 () {32 vars in 649 bytes} [Thu Aug 13 19:38:26 2026] GET /v2.0/networks => generated 651 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:38:26.803 7 INFO neutron.db.segments_db [None req-a8efdf3f-1505-45c6-bc14-1aadb76cfbbc c049a3a261f7466f8b5cf5c691f514a9 ac54baa452714ff19c43ab9de021787a - - default default] Added segment 3b39b00a-c611-4725-90d8-e8f5bea026a2 of type vxlan for network d187aceb-95c9-40bd-bd7d-b928f4838f80 [pid: 7|app: 0|req: 876/1691] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:26 2026] POST /v2.0/networks => generated 654 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:38:26.948 8 INFO neutron.db.segments_db [None req-90bfbcf9-263d-4d83-b0e8-18d62140516b c049a3a261f7466f8b5cf5c691f514a9 ac54baa452714ff19c43ab9de021787a - - default default] Added segment 26f8fad1-683a-4103-b9e2-18692643503f of type vxlan for network ddb7f613-26b2-46a4-be16-e159a598c513 [pid: 8|app: 0|req: 816/1692] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:26 2026] POST /v2.0/networks => generated 653 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1693] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:26 2026] GET /v2.0/security-groups?tenant_id=cc96f8f1d0794789aeb4b1704cc94bfc&name=default => generated 2925 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1696] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:27 2026] DELETE /v2.0/security-groups/45098943-6f25-4fa8-84eb-955a1a39cc17 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1697] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:27 2026] GET /v2.0/security-groups?tenant_id=68313529d48f4c2c9bb6190c0bd4d104&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1698] 10.0.0.214 () {34 vars in 665 bytes} [Thu Aug 13 19:38:27 2026] POST /v2.0/ports => generated 1506 bytes in 573 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: 882/1699] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:27 2026] DELETE /v2.0/security-groups/4fe438d4-0f1e-478b-af70-1afb47171b0c => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1700] 10.0.0.214 () {32 vars in 643 bytes} [Thu Aug 13 19:38:27 2026] GET /v2.0/ports => generated 1506 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:38:27.785 7 INFO neutron_taas.services.taas.taas_plugin [None req-4a1a5f1a-0d19-45e2-8c46-34b07ba6f368 c049a3a261f7466f8b5cf5c691f514a9 ac54baa452714ff19c43ab9de021787a - - default default] TaaS: Handle Delete Port: 44045039-76e9-4615-82e5-e73777874165 2026-08-13 19:38:27.788 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a1a5f1a-0d19-45e2-8c46-34b07ba6f368 c049a3a261f7466f8b5cf5c691f514a9 ac54baa452714ff19c43ab9de021787a - - default default] Tap Mirror: Handle Delete Port: 44045039-76e9-4615-82e5-e73777874165 [pid: 7|app: 0|req: 883/1701] 10.0.0.214 () {32 vars in 720 bytes} [Thu Aug 13 19:38:27 2026] DELETE /v2.0/ports/44045039-76e9-4615-82e5-e73777874165 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1702] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:27 2026] GET /v2.0/security-groups?tenant_id=85bf681ac8a54d57bde87ab93f9cff61&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:38:27.986 8 INFO neutron_taas.services.taas.taas_plugin [None req-60c0e9b4-b5ff-45b7-a556-99c6fc249519 c049a3a261f7466f8b5cf5c691f514a9 ac54baa452714ff19c43ab9de021787a - - default default] TaaS: Handle Delete Port: 840e320a-95ed-4183-b111-2af30ae486ea 2026-08-13 19:38:27.989 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60c0e9b4-b5ff-45b7-a556-99c6fc249519 c049a3a261f7466f8b5cf5c691f514a9 ac54baa452714ff19c43ab9de021787a - - default default] Tap Mirror: Handle Delete Port: 840e320a-95ed-4183-b111-2af30ae486ea [pid: 8|app: 0|req: 820/1703] 10.0.0.214 () {32 vars in 720 bytes} [Thu Aug 13 19:38:27 2026] DELETE /v2.0/ports/840e320a-95ed-4183-b111-2af30ae486ea => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1704] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:28 2026] DELETE /v2.0/security-groups/700f85ba-8f47-4ab4-86d6-ddd2ce2beba7 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:38:28.174 7 INFO neutron.db.segments_db [None req-62561131-872b-4767-88c7-b0e7c1adc4ed 75203edc534c4ef5927e41231f623279 b927e04901d94aafa32ab1f5193dca48 - - default default] Added segment f462f870-52e4-4fa9-a0e0-3fdc680d3d40 of type vxlan for network b43bc317-dc9c-497c-8d1a-e4ee03b0f75a [pid: 8|app: 0|req: 822/1705] 10.0.0.214 () {32 vars in 643 bytes} [Thu Aug 13 19:38:28 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) [pid: 7|app: 0|req: 884/1706] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:27 2026] POST /v2.0/networks => generated 631 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:38:28.261 8 INFO neutron.db.segments_db [None req-8902b031-daa3-4695-9cb5-3d719e5e273a c049a3a261f7466f8b5cf5c691f514a9 ac54baa452714ff19c43ab9de021787a - - default default] Added segment 946ff978-fdc7-4bf3-aa1f-b7c9d06b3d9a of type vxlan for network aeaf0250-08f5-415e-b2cf-b41b4cd54e9c [pid: 8|app: 0|req: 823/1707] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:28 2026] POST /v2.0/networks => generated 653 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:38:28.400 8 INFO neutron.db.segments_db [None req-2d9ce74f-ba00-4862-86c2-a1267d7dcd0d c049a3a261f7466f8b5cf5c691f514a9 ac54baa452714ff19c43ab9de021787a - - default default] Added segment f5c1f018-3807-401d-97ec-5504a2847a03 of type vxlan for network 9274c21e-fc8b-4352-a570-5d6b122180be [pid: 8|app: 0|req: 824/1708] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:28 2026] POST /v2.0/networks => generated 654 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1709] 10.0.0.214 () {34 vars in 664 bytes} [Thu Aug 13 19:38:28 2026] POST /v2.0/ports => generated 743 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1710] 10.0.0.214 () {34 vars in 747 bytes} [Thu Aug 13 19:38:28 2026] PUT /v2.0/ports/9bd589a1-c456-446e-abc0-6552b64d336e/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 886/1711] 10.0.0.214 () {32 vars in 727 bytes} [Thu Aug 13 19:38:28 2026] GET /v2.0/ports/9bd589a1-c456-446e-abc0-6552b64d336e/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, ' [pid: 8|app: 0|req: 826/1712] 10.0.0.214 () {34 vars in 758 bytes} [Thu Aug 13 19:38:28 2026] PUT /v2.0/ports/9bd589a1-c456-446e-abc0-6552b64d336e/tags/green => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 887/1713] 10.0.0.214 () {32 vars in 727 bytes} [Thu Aug 13 19:38:28 2026] GET /v2.0/ports/9bd589a1-c456-446e-abc0-6552b64d336e/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 827/1714] 10.0.0.214 () {34 vars in 754 bytes} [Thu Aug 13 19:38:28 2026] PUT /v2.0/ports/9bd589a1-c456-446e-abc0-6552b64d336e/tags/red => generated 4 bytes in 71 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 888/1715] 10.0.0.214 () {32 vars in 727 bytes} [Thu Aug 13 19:38:28 2026] GET /v2.0/ports/9bd589a1-c456-446e-abc0-6552b64d336e/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 889/1716] 10.0.0.214 () {34 vars in 776 bytes} [Thu Aug 13 19:38:28 2026] PUT /v2.0/ports/9bd589a1-c456-446e-abc0-6552b64d336e/tags/black.or.white => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 890/1717] 10.0.0.214 () {32 vars in 727 bytes} [Thu Aug 13 19:38:29 2026] GET /v2.0/ports/9bd589a1-c456-446e-abc0-6552b64d336e/tags => generated 52 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 891/1718] 10.0.0.214 () {34 vars in 747 bytes} [Thu Aug 13 19:38:29 2026] PUT /v2.0/ports/9bd589a1-c456-446e-abc0-6552b64d336e/tags => generated 37 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 892/1719] 10.0.0.214 () {32 vars in 727 bytes} [Thu Aug 13 19:38:29 2026] GET /v2.0/ports/9bd589a1-c456-446e-abc0-6552b64d336e/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 893/1720] 10.0.0.214 () {32 vars in 735 bytes} [Thu Aug 13 19:38:29 2026] GET /v2.0/ports/9bd589a1-c456-446e-abc0-6552b64d336e/tags/red => generated 0 bytes in 59 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-08-13 19:38:29.326 7 INFO neutron.api.v2.resource [None req-8b01cfd0-b31f-4208-aeeb-4aa09d7d4183 75203edc534c4ef5927e41231f623279 b927e04901d94aafa32ab1f5193dca48 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 894/1721] 10.0.0.214 () {32 vars in 739 bytes} [Thu Aug 13 19:38:29 2026] GET /v2.0/ports/9bd589a1-c456-446e-abc0-6552b64d336e/tags/green => generated 99 bytes in 53 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: 828/1722] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:38:28 2026] POST /v2.0/subnets => generated 1323 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1723] 10.0.0.214 () {32 vars in 647 bytes} [Thu Aug 13 19:38:29 2026] GET /v2.0/subnets => generated 1959 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1724] 10.0.0.214 () {32 vars in 738 bytes} [Thu Aug 13 19:38:29 2026] DELETE /v2.0/ports/9bd589a1-c456-446e-abc0-6552b64d336e/tags/red => generated 0 bytes in 63 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: 830/1725] 10.0.0.214 () {32 vars in 727 bytes} [Thu Aug 13 19:38:29 2026] GET /v2.0/ports/9bd589a1-c456-446e-abc0-6552b64d336e/tags => generated 30 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: 7|app: 0|req: 896/1726] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:38:29 2026] DELETE /v2.0/subnets/3e5d22b4-a109-4460-9a9f-fba99ac70ade => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:38:29.525 8 INFO neutron.api.v2.resource [None req-7b066dec-d8f9-4d9a-8fbf-ffb0b6e563d2 75203edc534c4ef5927e41231f623279 b927e04901d94aafa32ab1f5193dca48 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 831/1727] 10.0.0.214 () {32 vars in 742 bytes} [Thu Aug 13 19:38:29 2026] DELETE /v2.0/ports/9bd589a1-c456-446e-abc0-6552b64d336e/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 832/1728] 10.0.0.214 () {32 vars in 730 bytes} [Thu Aug 13 19:38:29 2026] DELETE /v2.0/ports/9bd589a1-c456-446e-abc0-6552b64d336e/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: 897/1729] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:38:29 2026] DELETE /v2.0/subnets/3ba398b0-8313-452c-bbaf-8e2ff2cf57a9 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1730] 10.0.0.214 () {32 vars in 727 bytes} [Thu Aug 13 19:38:29 2026] GET /v2.0/ports/9bd589a1-c456-446e-abc0-6552b64d336e/tags => generated 12 bytes in 51 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: 898/1731] 10.0.0.214 () {32 vars in 647 bytes} [Thu Aug 13 19:38:29 2026] GET /v2.0/subnets => generated 649 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:38:29.747 8 INFO neutron_taas.services.taas.taas_plugin [None req-29dbf89b-f8be-459b-9a0d-2246ea40a3b1 75203edc534c4ef5927e41231f623279 b927e04901d94aafa32ab1f5193dca48 - - default default] TaaS: Handle Delete Port: 9bd589a1-c456-446e-abc0-6552b64d336e 2026-08-13 19:38:29.750 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29dbf89b-f8be-459b-9a0d-2246ea40a3b1 75203edc534c4ef5927e41231f623279 b927e04901d94aafa32ab1f5193dca48 - - default default] Tap Mirror: Handle Delete Port: 9bd589a1-c456-446e-abc0-6552b64d336e 2026-08-13 19:38:29.771 7 INFO neutron.services.segments.plugin [-] Segment f5c1f018-3807-401d-97ec-5504a2847a03 resource provider aggregate not found 2026-08-13 19:38:29.781 7 INFO neutron.services.segments.plugin [-] Segment f5c1f018-3807-401d-97ec-5504a2847a03 resource provider aggregate not found 2026-08-13 19:38:29.795 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f5c1f018-3807-401d-97ec-5504a2847a03 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5c1f018-3807-401d-97ec-5504a2847a03 found for delete ", "request_id": "req-8ec65a00-1bf3-441e-89b4-1958a5cfd2a0"}]} 2026-08-13 19:38:29.797 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f5c1f018-3807-401d-97ec-5504a2847a03 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5c1f018-3807-401d-97ec-5504a2847a03 found for delete ", "request_id": "req-6a20e384-eec5-40f8-9b3f-f1ca8d635821"}]} [pid: 7|app: 0|req: 899/1732] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:29 2026] DELETE /v2.0/networks/9274c21e-fc8b-4352-a570-5d6b122180be => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1733] 10.0.0.214 () {32 vars in 720 bytes} [Thu Aug 13 19:38:29 2026] DELETE /v2.0/ports/9bd589a1-c456-446e-abc0-6552b64d336e => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1734] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:29 2026] DELETE /v2.0/networks/aeaf0250-08f5-415e-b2cf-b41b4cd54e9c => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:38:29.950 8 INFO neutron.services.segments.plugin [-] Segment f462f870-52e4-4fa9-a0e0-3fdc680d3d40 resource provider aggregate not found 2026-08-13 19:38:29.953 8 INFO neutron.services.segments.plugin [-] Segment f462f870-52e4-4fa9-a0e0-3fdc680d3d40 resource provider aggregate not found 2026-08-13 19:38:29.967 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f462f870-52e4-4fa9-a0e0-3fdc680d3d40 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f462f870-52e4-4fa9-a0e0-3fdc680d3d40 found for delete ", "request_id": "req-fd9b1835-47ca-4573-b8d5-a7f6136372c2"}]} 2026-08-13 19:38:29.968 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f462f870-52e4-4fa9-a0e0-3fdc680d3d40 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f462f870-52e4-4fa9-a0e0-3fdc680d3d40 found for delete ", "request_id": "req-75dfc325-f92b-453f-86bd-d2aa684d7b7d"}]} [pid: 8|app: 0|req: 835/1735] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:29 2026] DELETE /v2.0/networks/b43bc317-dc9c-497c-8d1a-e4ee03b0f75a => 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: 901/1736] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:29 2026] DELETE /v2.0/networks/ddb7f613-26b2-46a4-be16-e159a598c513 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1737] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:30 2026] DELETE /v2.0/networks/d187aceb-95c9-40bd-bd7d-b928f4838f80 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1738] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:30 2026] GET /v2.0/security-groups?tenant_id=7ad6683e6158446b8abd9dcb1ca3f93e&name=default => generated 2925 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1739] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:30 2026] DELETE /v2.0/security-groups/e8225e0e-af69-40ab-8dcb-0c2cc31d7f9e => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1740] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:30 2026] GET /v2.0/security-groups?tenant_id=ac54baa452714ff19c43ab9de021787a&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1741] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:30 2026] GET /v2.0/security-groups?tenant_id=e1eaa081268e4516ab5a20aae5cc0ce9&name=default => generated 2925 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1742] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:30 2026] DELETE /v2.0/security-groups/de838a51-4e06-4f1f-b8e8-54f8b1cbd6f7 => 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: 904/1743] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:30 2026] DELETE /v2.0/security-groups/e02ff104-555a-405b-b5e4-e0fc35bad3a3 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1744] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:31 2026] GET /v2.0/security-groups?tenant_id=b927e04901d94aafa32ab1f5193dca48&name=default => 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: 905/1745] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:31 2026] DELETE /v2.0/security-groups/f55a3b8e-5114-45f2-a796-c40b5f980489 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:38:31.815 7 INFO neutron.services.segments.plugin [-] Segment 946ff978-fdc7-4bf3-aa1f-b7c9d06b3d9a resource provider aggregate not found 2026-08-13 19:38:31.819 7 INFO neutron.services.segments.plugin [-] Segment 946ff978-fdc7-4bf3-aa1f-b7c9d06b3d9a resource provider aggregate not found 2026-08-13 19:38:31.836 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 946ff978-fdc7-4bf3-aa1f-b7c9d06b3d9a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 946ff978-fdc7-4bf3-aa1f-b7c9d06b3d9a found for delete ", "request_id": "req-e321b8b6-166c-4db2-9529-7579733464da"}]} 2026-08-13 19:38:31.845 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 946ff978-fdc7-4bf3-aa1f-b7c9d06b3d9a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 946ff978-fdc7-4bf3-aa1f-b7c9d06b3d9a found for delete ", "request_id": "req-722317b5-3c2f-4da5-9229-6821d9efc143"}]} 2026-08-13 19:38:31.855 7 INFO neutron.services.segments.plugin [-] Segment 26f8fad1-683a-4103-b9e2-18692643503f resource provider aggregate not found 2026-08-13 19:38:31.860 7 INFO neutron.services.segments.plugin [-] Segment 26f8fad1-683a-4103-b9e2-18692643503f resource provider aggregate not found 2026-08-13 19:38:31.875 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 26f8fad1-683a-4103-b9e2-18692643503f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26f8fad1-683a-4103-b9e2-18692643503f found for delete ", "request_id": "req-f2508a68-ec56-48f0-9bca-b25513d39a81"}]} 2026-08-13 19:38:31.876 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 26f8fad1-683a-4103-b9e2-18692643503f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26f8fad1-683a-4103-b9e2-18692643503f found for delete ", "request_id": "req-8a6590ce-7182-4558-a321-40966fd01795"}]} 2026-08-13 19:38:31.989 8 INFO neutron.services.segments.plugin [-] Segment 3b39b00a-c611-4725-90d8-e8f5bea026a2 resource provider aggregate not found 2026-08-13 19:38:31.992 8 INFO neutron.services.segments.plugin [-] Segment 3b39b00a-c611-4725-90d8-e8f5bea026a2 resource provider aggregate not found 2026-08-13 19:38:32.005 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3b39b00a-c611-4725-90d8-e8f5bea026a2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b39b00a-c611-4725-90d8-e8f5bea026a2 found for delete ", "request_id": "req-2a2d7556-7e1f-4701-81e4-48d0f8761743"}]} 2026-08-13 19:38:32.006 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3b39b00a-c611-4725-90d8-e8f5bea026a2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b39b00a-c611-4725-90d8-e8f5bea026a2 found for delete ", "request_id": "req-13b44f44-4442-4c8b-9099-b19dbd8a7590"}]} 2026-08-13 19:38:32.438 8 INFO neutron.db.segments_db [None req-e3536dcb-757a-451d-bc53-4f6586d0e7ba cda8305fe7e843e2ab0e3cb1499c4faf e1b5ad5c2aed4c0b91d185812a8e2083 - - default default] Added segment 24e91c25-876b-443a-b4c0-b1b6715c447f of type vxlan for network 10a278f9-2012-4800-bdad-2dce481df10b [pid: 8|app: 0|req: 841/1746] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:32 2026] POST /v2.0/networks => generated 632 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1747] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:38:32 2026] POST /v2.0/subnets => generated 626 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:38:32.816 7 INFO neutron.db.segments_db [None req-4b8b104e-cfca-489f-9e62-fcf2fbe4295a cda8305fe7e843e2ab0e3cb1499c4faf e1b5ad5c2aed4c0b91d185812a8e2083 - - default default] Added segment 58f1d484-8110-4993-9c32-4e8d28edbb8a of type vxlan for network 072f1be1-843a-4159-ab2e-44ca86d3fce6 [pid: 7|app: 0|req: 907/1748] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:32 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-08-13 19:38:33.039 8 INFO neutron.db.segments_db [None req-b3bd2c14-c546-4f1f-a83c-2ac13144b925 3b2978293e4447f68d48d82388a3f6a2 c40a216da5554c2590426ac09233a66b - - default default] Added segment 865cde55-3a6e-4c64-9a7a-2ad29017a709 of type vxlan for network 0f4d92f1-fbf3-448d-ac2a-3e72f8e7a864 [pid: 8|app: 0|req: 842/1749] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:32 2026] POST /v2.0/networks => generated 644 bytes in 611 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1750] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:38:32 2026] POST /v2.0/subnets => generated 629 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:38:33.223 7 INFO neutron.db.segments_db [None req-e4e52ca1-0ea1-4558-b53f-dec6ab493082 cda8305fe7e843e2ab0e3cb1499c4faf e1b5ad5c2aed4c0b91d185812a8e2083 - - default default] Added segment 5214db38-f10c-4fb7-a110-7368b476edbd of type vxlan for network 75198dab-a5b4-4cfb-aeb8-bc1636438159 [pid: 7|app: 0|req: 909/1751] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:33 2026] POST /v2.0/networks => generated 632 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1752] 10.0.0.214 () {34 vars in 665 bytes} [Thu Aug 13 19:38:33 2026] POST /v2.0/ports => generated 775 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 19:38:33.479 8 INFO neutron.db.segments_db [None req-ef1d6da5-1e86-43d4-b061-03ab024b49dc 3b2978293e4447f68d48d82388a3f6a2 c40a216da5554c2590426ac09233a66b - - default default] Added segment db9c37f9-ce27-41b9-96d5-c9354245c820 of type vxlan for network 68b2cc07-4116-4682-bf48-eef3eec1c4ec [pid: 7|app: 0|req: 910/1753] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:38:33 2026] POST /v2.0/subnets => generated 629 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1754] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:33 2026] POST /v2.0/networks => generated 632 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:38:33.563 7 INFO neutron.db.segments_db [None req-61fe0533-402f-4b43-bf22-914ceb50e046 cda8305fe7e843e2ab0e3cb1499c4faf e1b5ad5c2aed4c0b91d185812a8e2083 - - default default] Added segment ca73f6c8-1086-4059-9252-a6e0dba470ef of type vxlan for network 2e710340-4805-4750-959c-8c54db7dcbe1 [pid: 7|app: 0|req: 911/1755] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:33 2026] POST /v2.0/networks => generated 632 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1756] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:38:33 2026] POST /v2.0/subnets => generated 626 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1757] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:38:33 2026] POST /v2.0/subnets => generated 629 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:38:34.107 7 INFO neutron.db.segments_db [None req-ed668147-0ef6-4a1b-adfb-dd315a89c8ea cda8305fe7e843e2ab0e3cb1499c4faf e1b5ad5c2aed4c0b91d185812a8e2083 - - default default] Added segment caf63305-e255-4476-9367-72d752f479fc of type vxlan for network 597adc86-093c-48aa-a4ec-d92887096167 [pid: 7|app: 0|req: 913/1758] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:34 2026] POST /v2.0/networks => generated 632 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1759] 10.0.0.214 () {34 vars in 665 bytes} [Thu Aug 13 19:38:33 2026] POST /v2.0/ports => generated 954 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 19:38:34.388 8 INFO neutron_taas.services.taas.taas_plugin [None req-59eafe1a-4649-4f06-9278-b5212227c996 3b2978293e4447f68d48d82388a3f6a2 c40a216da5554c2590426ac09233a66b - - default default] TaaS: Handle Delete Port: 50e82a37-dd98-40de-ac06-f6f5174fb700 2026-08-13 19:38:34.391 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59eafe1a-4649-4f06-9278-b5212227c996 3b2978293e4447f68d48d82388a3f6a2 c40a216da5554c2590426ac09233a66b - - default default] Tap Mirror: Handle Delete Port: 50e82a37-dd98-40de-ac06-f6f5174fb700 [pid: 7|app: 0|req: 914/1760] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:38:34 2026] POST /v2.0/subnets => generated 629 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1761] 10.0.0.214 () {32 vars in 720 bytes} [Thu Aug 13 19:38:34 2026] DELETE /v2.0/ports/50e82a37-dd98-40de-ac06-f6f5174fb700 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1762] 10.0.0.214 () {34 vars in 751 bytes} [Thu Aug 13 19:38:34 2026] PUT /v2.0/subnets/9fe5815a-40b0-4577-85bb-5d585197ea56/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:38:34.583 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a29dbbf0-2e09-44f4-81c6-4c8046b25a1c 3b2978293e4447f68d48d82388a3f6a2 c40a216da5554c2590426ac09233a66b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 849/1763] 10.0.0.214 () {32 vars in 720 bytes} [Thu Aug 13 19:38:34 2026] DELETE /v2.0/ports/50e82a37-dd98-40de-ac06-f6f5174fb700 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:38:34.626 7 INFO neutron.db.segments_db [None req-c934dbeb-1216-497f-baaf-648e292201d4 4f093476761c40079d1777b929487090 b7f9f4d870c84739a42b7f961248d0da - - default default] Added segment fbc853a0-db92-4053-9ba1-c443d24cb683 of type vxlan for network 682b394c-a33c-49ad-a724-7405fb055917 [pid: 8|app: 0|req: 850/1764] 10.0.0.214 () {34 vars in 751 bytes} [Thu Aug 13 19:38:34 2026] PUT /v2.0/subnets/9d350761-0073-48bb-bb0c-525806b24abe/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:38:34.639 8 INFO neutron.pecan_wsgi.hooks.translation [None req-92341550-3264-484c-a946-19abc4ed497b 3b2978293e4447f68d48d82388a3f6a2 c40a216da5554c2590426ac09233a66b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 851/1765] 10.0.0.214 () {32 vars in 717 bytes} [Thu Aug 13 19:38:34 2026] GET /v2.0/ports/50e82a37-dd98-40de-ac06-f6f5174fb700 => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1766] 10.0.0.214 () {34 vars in 751 bytes} [Thu Aug 13 19:38:34 2026] PUT /v2.0/subnets/2683815d-fa77-4f20-8fd3-548c8cda9ec2/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1767] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:38:34 2026] DELETE /v2.0/subnets/269ad211-6118-4dcb-9a15-12870d32640e => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1768] 10.0.0.214 () {34 vars in 751 bytes} [Thu Aug 13 19:38:34 2026] PUT /v2.0/subnets/d42d6fc0-8543-45c5-8b1d-311d54f6e28f/tags => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:38:34.845 7 INFO neutron.db.l3_hamode_db [None req-c934dbeb-1216-497f-baaf-648e292201d4 4f093476761c40079d1777b929487090 b7f9f4d870c84739a42b7f961248d0da - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 19:38:34.944 8 INFO neutron.services.segments.plugin [-] Segment db9c37f9-ce27-41b9-96d5-c9354245c820 resource provider aggregate not found 2026-08-13 19:38:34.952 7 INFO neutron.db.l3_hamode_db [None req-c934dbeb-1216-497f-baaf-648e292201d4 4f093476761c40079d1777b929487090 b7f9f4d870c84739a42b7f961248d0da - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 19:38:34.953 8 INFO neutron.services.segments.plugin [-] Segment db9c37f9-ce27-41b9-96d5-c9354245c820 resource provider aggregate not found 2026-08-13 19:38:34.967 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment db9c37f9-ce27-41b9-96d5-c9354245c820 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db9c37f9-ce27-41b9-96d5-c9354245c820 found for delete ", "request_id": "req-d8f6b252-7490-4693-ad26-841d64ac661f"}]} 2026-08-13 19:38:34.973 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment db9c37f9-ce27-41b9-96d5-c9354245c820 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db9c37f9-ce27-41b9-96d5-c9354245c820 found for delete ", "request_id": "req-14d62766-e4de-4156-b533-008546dc0375"}]} [pid: 8|app: 0|req: 855/1769] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:34 2026] DELETE /v2.0/networks/68b2cc07-4116-4682-bf48-eef3eec1c4ec => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1770] 10.0.0.214 () {32 vars in 664 bytes} [Thu Aug 13 19:38:34 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:38:35.057 8 INFO neutron.db.segments_db [None req-71fed31b-31c7-4cec-b97f-c6dd684e621e 3b2978293e4447f68d48d82388a3f6a2 c40a216da5554c2590426ac09233a66b - - default default] Added segment f8b15723-7ba4-479f-ac6c-32093504db84 of type vxlan for network 6c4deaf4-45b6-4f08-b2c2-d8f2e12a99b7 [pid: 8|app: 0|req: 857/1771] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:35 2026] POST /v2.0/networks => generated 632 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1772] 10.0.0.214 () {32 vars in 678 bytes} [Thu Aug 13 19:38:35 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1773] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:38:35 2026] POST /v2.0/subnets => generated 626 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1774] 10.0.0.214 () {32 vars in 674 bytes} [Thu Aug 13 19:38:35 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1775] 10.0.0.214 () {34 vars in 668 bytes} [Thu Aug 13 19:38:34 2026] POST /v2.0/routers => generated 474 bytes in 1104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1776] 10.0.0.214 () {32 vars in 686 bytes} [Thu Aug 13 19:38:35 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1777] 10.0.0.214 () {34 vars in 665 bytes} [Thu Aug 13 19:38:35 2026] POST /v2.0/ports => generated 916 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1778] 10.0.0.214 () {34 vars in 751 bytes} [Thu Aug 13 19:38:35 2026] PUT /v2.0/routers/0dd44faa-0489-4333-8776-07defa34f9d8/tags => generated 25 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1779] 10.0.0.214 () {32 vars in 672 bytes} [Thu Aug 13 19:38:35 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1780] 10.0.0.214 () {32 vars in 731 bytes} [Thu Aug 13 19:38:35 2026] GET /v2.0/routers/0dd44faa-0489-4333-8776-07defa34f9d8/tags => generated 25 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:38:35.828 7 INFO neutron_taas.services.taas.taas_plugin [None req-cd85763e-3475-4f32-a994-ba77b9d07b8a 3b2978293e4447f68d48d82388a3f6a2 c40a216da5554c2590426ac09233a66b - - default default] TaaS: Handle Delete Port: 61464582-1988-4df8-873f-91fb62711691 2026-08-13 19:38:35.831 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd85763e-3475-4f32-a994-ba77b9d07b8a 3b2978293e4447f68d48d82388a3f6a2 c40a216da5554c2590426ac09233a66b - - default default] Tap Mirror: Handle Delete Port: 61464582-1988-4df8-873f-91fb62711691 [pid: 8|app: 0|req: 864/1781] 10.0.0.214 () {32 vars in 686 bytes} [Thu Aug 13 19:38:35 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1782] 10.0.0.214 () {32 vars in 720 bytes} [Thu Aug 13 19:38:35 2026] DELETE /v2.0/ports/61464582-1988-4df8-873f-91fb62711691 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1783] 10.0.0.214 () {34 vars in 762 bytes} [Thu Aug 13 19:38:35 2026] PUT /v2.0/routers/0dd44faa-0489-4333-8776-07defa34f9d8/tags/green => generated 4 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-08-13 19:38:35.986 8 INFO neutron.pecan_wsgi.hooks.translation [None req-01cb7134-c74b-441d-acbe-405a1973fb3c 3b2978293e4447f68d48d82388a3f6a2 c40a216da5554c2590426ac09233a66b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 866/1784] 10.0.0.214 () {32 vars in 717 bytes} [Thu Aug 13 19:38:35 2026] GET /v2.0/ports/61464582-1988-4df8-873f-91fb62711691 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1785] 10.0.0.214 () {32 vars in 682 bytes} [Thu Aug 13 19:38:35 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1786] 10.0.0.214 () {32 vars in 731 bytes} [Thu Aug 13 19:38:35 2026] GET /v2.0/routers/0dd44faa-0489-4333-8776-07defa34f9d8/tags => generated 34 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1787] 10.0.0.214 () {32 vars in 694 bytes} [Thu Aug 13 19:38:36 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1788] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:38:36 2026] DELETE /v2.0/subnets/3fe75fb7-7f4b-479b-ae4d-704e4b48d2d9 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1789] 10.0.0.214 () {34 vars in 758 bytes} [Thu Aug 13 19:38:36 2026] PUT /v2.0/routers/0dd44faa-0489-4333-8776-07defa34f9d8/tags/red => generated 4 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1790] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:36 2026] DELETE /v2.0/networks/6c4deaf4-45b6-4f08-b2c2-d8f2e12a99b7 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1791] 10.0.0.214 () {32 vars in 731 bytes} [Thu Aug 13 19:38:36 2026] GET /v2.0/routers/0dd44faa-0489-4333-8776-07defa34f9d8/tags => generated 34 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1792] 10.0.0.214 () {34 vars in 665 bytes} [Thu Aug 13 19:38:36 2026] POST /v2.0/ports => generated 774 bytes in 220 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: 921/1793] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:38:36 2026] DELETE /v2.0/subnets/9fe5815a-40b0-4577-85bb-5d585197ea56 => generated 0 bytes in 553 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1794] 10.0.0.214 () {34 vars in 780 bytes} [Thu Aug 13 19:38:36 2026] PUT /v2.0/routers/0dd44faa-0489-4333-8776-07defa34f9d8/tags/black.or.white => generated 4 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1795] 10.0.0.214 () {34 vars in 737 bytes} [Thu Aug 13 19:38:36 2026] PUT /v2.0/ports/37584aae-b2ea-410c-b723-9a66b5986271 => generated 752 bytes in 181 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: 923/1796] 10.0.0.214 () {32 vars in 731 bytes} [Thu Aug 13 19:38:36 2026] GET /v2.0/routers/0dd44faa-0489-4333-8776-07defa34f9d8/tags => generated 52 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:38:36.990 8 INFO neutron.services.segments.plugin [-] Segment f8b15723-7ba4-479f-ac6c-32093504db84 resource provider aggregate not found 2026-08-13 19:38:36.994 8 INFO neutron.services.segments.plugin [-] Segment f8b15723-7ba4-479f-ac6c-32093504db84 resource provider aggregate not found 2026-08-13 19:38:37.007 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f8b15723-7ba4-479f-ac6c-32093504db84 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8b15723-7ba4-479f-ac6c-32093504db84 found for delete ", "request_id": "req-a6742a8e-ca92-4455-9eac-9477b513628b"}]} 2026-08-13 19:38:37.010 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f8b15723-7ba4-479f-ac6c-32093504db84 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8b15723-7ba4-479f-ac6c-32093504db84 found for delete ", "request_id": "req-4eeba792-5135-43d9-b850-47660ef2786d"}]} [pid: 8|app: 0|req: 874/1797] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:38:36 2026] DELETE /v2.0/subnets/9d350761-0073-48bb-bb0c-525806b24abe => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:38:37.050 7 INFO neutron_taas.services.taas.taas_plugin [None req-5bf83c11-6a62-4a8b-ac6f-4c96200752ec 3b2978293e4447f68d48d82388a3f6a2 c40a216da5554c2590426ac09233a66b - - default default] TaaS: Handle Delete Port: 37584aae-b2ea-410c-b723-9a66b5986271 2026-08-13 19:38:37.053 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5bf83c11-6a62-4a8b-ac6f-4c96200752ec 3b2978293e4447f68d48d82388a3f6a2 c40a216da5554c2590426ac09233a66b - - default default] Tap Mirror: Handle Delete Port: 37584aae-b2ea-410c-b723-9a66b5986271 [pid: 7|app: 0|req: 924/1798] 10.0.0.214 () {32 vars in 720 bytes} [Thu Aug 13 19:38:36 2026] DELETE /v2.0/ports/37584aae-b2ea-410c-b723-9a66b5986271 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1799] 10.0.0.214 () {34 vars in 751 bytes} [Thu Aug 13 19:38:37 2026] PUT /v2.0/routers/0dd44faa-0489-4333-8776-07defa34f9d8/tags => generated 37 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1800] 10.0.0.214 () {32 vars in 643 bytes} [Thu Aug 13 19:38:37 2026] GET /v2.0/ports => generated 778 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1801] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:38:37 2026] DELETE /v2.0/subnets/2683815d-fa77-4f20-8fd3-548c8cda9ec2 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:38:37.288 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bb8cbe94-5522-48f7-b1b7-fcf3ee7cff17 3b2978293e4447f68d48d82388a3f6a2 c40a216da5554c2590426ac09233a66b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 926/1802] 10.0.0.214 () {32 vars in 717 bytes} [Thu Aug 13 19:38:37 2026] GET /v2.0/ports/37584aae-b2ea-410c-b723-9a66b5986271 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1803] 10.0.0.214 () {32 vars in 731 bytes} [Thu Aug 13 19:38:37 2026] GET /v2.0/routers/0dd44faa-0489-4333-8776-07defa34f9d8/tags => generated 37 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1804] 10.0.0.214 () {32 vars in 739 bytes} [Thu Aug 13 19:38:37 2026] GET /v2.0/routers/0dd44faa-0489-4333-8776-07defa34f9d8/tags/red => 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: 927/1805] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:38:37 2026] DELETE /v2.0/subnets/d42d6fc0-8543-45c5-8b1d-311d54f6e28f => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1806] 10.0.0.214 () {32 vars in 643 bytes} [Thu Aug 13 19:38:37 2026] GET /v2.0/ports => generated 778 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:38:37.501 7 INFO neutron.api.v2.resource [None req-b1bc0b32-25a1-4fa4-ab4e-5a64af52ba7b 4f093476761c40079d1777b929487090 b7f9f4d870c84739a42b7f961248d0da - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 928/1807] 10.0.0.214 () {32 vars in 743 bytes} [Thu Aug 13 19:38:37 2026] GET /v2.0/routers/0dd44faa-0489-4333-8776-07defa34f9d8/tags/green => generated 99 bytes in 89 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1808] 10.0.0.214 () {32 vars in 717 bytes} [Thu Aug 13 19:38:37 2026] GET /v2.0/ports/6e54b9aa-8d41-417e-94b9-d4c24df0b47b => generated 775 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1809] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:38:37 2026] DELETE /v2.0/subnets/170b219c-ee6c-461a-8481-d9479a30fe9a => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:38:37.552 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f59a58c5-92ff-47f8-8738-04a3ea5025fb 3b2978293e4447f68d48d82388a3f6a2 c40a216da5554c2590426ac09233a66b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 881/1810] 10.0.0.214 () {32 vars in 720 bytes} [Thu Aug 13 19:38:37 2026] DELETE /v2.0/ports/61464582-1988-4df8-873f-91fb62711691 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:38:37.630 8 INFO neutron_taas.services.taas.taas_plugin [None req-691954ca-366e-4eda-a7d4-b44d1b8932e4 cda8305fe7e843e2ab0e3cb1499c4faf e1b5ad5c2aed4c0b91d185812a8e2083 - - default default] TaaS: Handle Delete Port: 894f6404-e72b-4055-852f-ad4696e563d0 [pid: 7|app: 0|req: 930/1811] 10.0.0.214 () {32 vars in 742 bytes} [Thu Aug 13 19:38:37 2026] DELETE /v2.0/routers/0dd44faa-0489-4333-8776-07defa34f9d8/tags/red => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:38:37.633 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-691954ca-366e-4eda-a7d4-b44d1b8932e4 cda8305fe7e843e2ab0e3cb1499c4faf e1b5ad5c2aed4c0b91d185812a8e2083 - - default default] Tap Mirror: Handle Delete Port: 894f6404-e72b-4055-852f-ad4696e563d0 2026-08-13 19:38:37.643 7 INFO neutron.pecan_wsgi.hooks.translation [None req-57cf9e09-1951-4ffb-bafc-12d8cad231db 3b2978293e4447f68d48d82388a3f6a2 c40a216da5554c2590426ac09233a66b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 931/1812] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:38:37 2026] DELETE /v2.0/subnets/3fe75fb7-7f4b-479b-ae4d-704e4b48d2d9 => 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: 932/1813] 10.0.0.214 () {32 vars in 731 bytes} [Thu Aug 13 19:38:37 2026] GET /v2.0/routers/0dd44faa-0489-4333-8776-07defa34f9d8/tags => generated 30 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:38:37.767 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b8913010-d516-4cb7-9632-ad6bef6745a6 3b2978293e4447f68d48d82388a3f6a2 c40a216da5554c2590426ac09233a66b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 933/1814] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:38:37 2026] DELETE /v2.0/subnets/269ad211-6118-4dcb-9a15-12870d32640e => 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: 882/1815] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:37 2026] DELETE /v2.0/networks/10a278f9-2012-4800-bdad-2dce481df10b => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:38:37.864 7 INFO neutron.api.v2.resource [None req-15638553-5495-4c49-aee5-6180622300b6 4f093476761c40079d1777b929487090 b7f9f4d870c84739a42b7f961248d0da - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 934/1816] 10.0.0.214 () {32 vars in 746 bytes} [Thu Aug 13 19:38:37 2026] DELETE /v2.0/routers/0dd44faa-0489-4333-8776-07defa34f9d8/tags/green => generated 99 bytes in 96 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-08-13 19:38:37.909 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a615577-f931-4a41-934d-0b083e88c6ce 3b2978293e4447f68d48d82388a3f6a2 c40a216da5554c2590426ac09233a66b - - default default] TaaS: Handle Delete Port: 6e54b9aa-8d41-417e-94b9-d4c24df0b47b 2026-08-13 19:38:37.912 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a615577-f931-4a41-934d-0b083e88c6ce 3b2978293e4447f68d48d82388a3f6a2 c40a216da5554c2590426ac09233a66b - - default default] Tap Mirror: Handle Delete Port: 6e54b9aa-8d41-417e-94b9-d4c24df0b47b 2026-08-13 19:38:37.957 7 INFO neutron_taas.services.taas.taas_plugin [None req-0962cc28-2a1f-453c-8e01-35fe0468b8d7 cda8305fe7e843e2ab0e3cb1499c4faf e1b5ad5c2aed4c0b91d185812a8e2083 - - default default] TaaS: Handle Delete Port: f158d76a-3038-4c24-89c3-a8ae992bce12 2026-08-13 19:38:37.959 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0962cc28-2a1f-453c-8e01-35fe0468b8d7 cda8305fe7e843e2ab0e3cb1499c4faf e1b5ad5c2aed4c0b91d185812a8e2083 - - default default] Tap Mirror: Handle Delete Port: f158d76a-3038-4c24-89c3-a8ae992bce12 [pid: 8|app: 0|req: 883/1817] 10.0.0.214 () {32 vars in 720 bytes} [Thu Aug 13 19:38:37 2026] DELETE /v2.0/ports/6e54b9aa-8d41-417e-94b9-d4c24df0b47b => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1818] 10.0.0.214 () {32 vars in 734 bytes} [Thu Aug 13 19:38:37 2026] DELETE /v2.0/routers/0dd44faa-0489-4333-8776-07defa34f9d8/tags => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:38:38.127 7 INFO neutron.services.segments.plugin [-] Segment 58f1d484-8110-4993-9c32-4e8d28edbb8a resource provider aggregate not found 2026-08-13 19:38:38.135 7 INFO neutron.services.segments.plugin [-] Segment 58f1d484-8110-4993-9c32-4e8d28edbb8a resource provider aggregate not found 2026-08-13 19:38:38.156 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 58f1d484-8110-4993-9c32-4e8d28edbb8a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58f1d484-8110-4993-9c32-4e8d28edbb8a found for delete ", "request_id": "req-0c860c07-c545-4ee4-b920-ee3af7faf693"}]} 2026-08-13 19:38:38.157 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 58f1d484-8110-4993-9c32-4e8d28edbb8a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58f1d484-8110-4993-9c32-4e8d28edbb8a found for delete ", "request_id": "req-62fc49f0-b0bb-483f-a715-23a5b63a5533"}]} [pid: 7|app: 0|req: 935/1819] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:37 2026] DELETE /v2.0/networks/072f1be1-843a-4159-ab2e-44ca86d3fce6 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1820] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:38 2026] DELETE /v2.0/networks/0f4d92f1-fbf3-448d-ac2a-3e72f8e7a864 => 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: 936/1821] 10.0.0.214 () {32 vars in 731 bytes} [Thu Aug 13 19:38:38 2026] GET /v2.0/routers/0dd44faa-0489-4333-8776-07defa34f9d8/tags => generated 12 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1822] 10.0.0.214 () {32 vars in 721 bytes} [Thu Aug 13 19:38:38 2026] GET /v2.0/routers/0dd44faa-0489-4333-8776-07defa34f9d8 => generated 480 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1823] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:38 2026] DELETE /v2.0/networks/75198dab-a5b4-4cfb-aeb8-bc1636438159 => 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: 887/1824] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:38 2026] DELETE /v2.0/networks/2e710340-4805-4750-959c-8c54db7dcbe1 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1825] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:38 2026] DELETE /v2.0/networks/597adc86-093c-48aa-a4ec-d92887096167 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1826] 10.0.0.214 () {34 vars in 742 bytes} [Thu Aug 13 19:38:38 2026] PUT /v2.0/routers/0dd44faa-0489-4333-8776-07defa34f9d8 => generated 480 bytes in 519 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1827] 10.0.0.214 () {32 vars in 736 bytes} [Thu Aug 13 19:38:38 2026] GET /v2.0/ports?device_id=0dd44faa-0489-4333-8776-07defa34f9d8 => 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: 889/1828] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:38 2026] GET /v2.0/security-groups?tenant_id=c40a216da5554c2590426ac09233a66b&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1829] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:38 2026] DELETE /v2.0/security-groups/b48b7b7a-5c18-452a-91b2-94f0e43fa2c0 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:38:38.998 7 INFO neutron_taas.services.taas.taas_plugin [None req-216719bf-cedf-4b0c-8077-5dc7cfb889df 4f093476761c40079d1777b929487090 b7f9f4d870c84739a42b7f961248d0da - - default default] TaaS: Handle Delete Port: 4ddac346-10be-40a2-a2fc-8e599dfcf7ca 2026-08-13 19:38:39.000 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-216719bf-cedf-4b0c-8077-5dc7cfb889df 4f093476761c40079d1777b929487090 b7f9f4d870c84739a42b7f961248d0da - - default default] Tap Mirror: Handle Delete Port: 4ddac346-10be-40a2-a2fc-8e599dfcf7ca 2026-08-13 19:38:39.023 8 INFO neutron.services.segments.plugin [-] Segment 24e91c25-876b-443a-b4c0-b1b6715c447f resource provider aggregate not found 2026-08-13 19:38:39.028 8 INFO neutron.services.segments.plugin [-] Segment 24e91c25-876b-443a-b4c0-b1b6715c447f resource provider aggregate not found 2026-08-13 19:38:39.037 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 24e91c25-876b-443a-b4c0-b1b6715c447f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24e91c25-876b-443a-b4c0-b1b6715c447f found for delete ", "request_id": "req-b45b0b26-dc75-4293-ab41-3feb83c606ce"}]} 2026-08-13 19:38:39.040 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 24e91c25-876b-443a-b4c0-b1b6715c447f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24e91c25-876b-443a-b4c0-b1b6715c447f found for delete ", "request_id": "req-fc6b0abc-52de-4aed-812e-47c0af5d64b3"}]} 2026-08-13 19:38:39.049 8 INFO neutron.services.segments.plugin [-] Segment 865cde55-3a6e-4c64-9a7a-2ad29017a709 resource provider aggregate not found 2026-08-13 19:38:39.054 8 INFO neutron.services.segments.plugin [-] Segment 865cde55-3a6e-4c64-9a7a-2ad29017a709 resource provider aggregate not found 2026-08-13 19:38:39.061 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 865cde55-3a6e-4c64-9a7a-2ad29017a709 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 865cde55-3a6e-4c64-9a7a-2ad29017a709 found for delete ", "request_id": "req-4d56ac31-ba83-4771-a57f-80d2290c26b3"}]} 2026-08-13 19:38:39.069 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 865cde55-3a6e-4c64-9a7a-2ad29017a709 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 865cde55-3a6e-4c64-9a7a-2ad29017a709 found for delete ", "request_id": "req-9b2c1663-133a-4ff7-bfef-c8e6e9cb25b4"}]} 2026-08-13 19:38:39.076 8 INFO neutron.services.segments.plugin [-] Segment 5214db38-f10c-4fb7-a110-7368b476edbd resource provider aggregate not found 2026-08-13 19:38:39.091 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5214db38-f10c-4fb7-a110-7368b476edbd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5214db38-f10c-4fb7-a110-7368b476edbd found for delete ", "request_id": "req-0e972e6d-3d14-40d1-a7c3-dc6f383f8fee"}]} 2026-08-13 19:38:39.096 8 INFO neutron.services.segments.plugin [-] Segment 5214db38-f10c-4fb7-a110-7368b476edbd resource provider aggregate not found 2026-08-13 19:38:39.107 8 INFO neutron.services.segments.plugin [-] Segment ca73f6c8-1086-4059-9252-a6e0dba470ef resource provider aggregate not found 2026-08-13 19:38:39.112 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5214db38-f10c-4fb7-a110-7368b476edbd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5214db38-f10c-4fb7-a110-7368b476edbd found for delete ", "request_id": "req-15dfe801-9af2-4c37-a573-dec3a9b25b4a"}]} 2026-08-13 19:38:39.126 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ca73f6c8-1086-4059-9252-a6e0dba470ef resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca73f6c8-1086-4059-9252-a6e0dba470ef found for delete ", "request_id": "req-1814e179-97dc-42b7-89ec-dabc19b2c750"}]} 2026-08-13 19:38:39.129 8 INFO neutron.services.segments.plugin [-] Segment ca73f6c8-1086-4059-9252-a6e0dba470ef resource provider aggregate not found 2026-08-13 19:38:39.142 8 INFO neutron.services.segments.plugin [-] Segment caf63305-e255-4476-9367-72d752f479fc resource provider aggregate not found 2026-08-13 19:38:39.154 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment caf63305-e255-4476-9367-72d752f479fc resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid caf63305-e255-4476-9367-72d752f479fc found for delete ", "request_id": "req-22a33f69-0fcf-4c14-a2b1-b685079196a1"}]} 2026-08-13 19:38:39.158 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ca73f6c8-1086-4059-9252-a6e0dba470ef resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca73f6c8-1086-4059-9252-a6e0dba470ef found for delete ", "request_id": "req-b6fed29c-a6e5-44bb-91bb-47789f64b65f"}]} 2026-08-13 19:38:39.172 8 INFO neutron.services.segments.plugin [-] Segment caf63305-e255-4476-9367-72d752f479fc resource provider aggregate not found 2026-08-13 19:38:39.186 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment caf63305-e255-4476-9367-72d752f479fc resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid caf63305-e255-4476-9367-72d752f479fc found for delete ", "request_id": "req-fbaa02b0-54c0-489b-8c81-e76e9aff3b32"}]} 2026-08-13 19:38:39.369 7 INFO neutron.db.l3_hamode_db [None req-216719bf-cedf-4b0c-8077-5dc7cfb889df 4f093476761c40079d1777b929487090 b7f9f4d870c84739a42b7f961248d0da - - default default] HA network 682b394c-a33c-49ad-a724-7405fb055917 was deleted as no HA routers are present in tenant b7f9f4d870c84739a42b7f961248d0da. [pid: 7|app: 0|req: 940/1830] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:38:38 2026] DELETE /v2.0/routers/0dd44faa-0489-4333-8776-07defa34f9d8 => generated 0 bytes in 508 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1831] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:39 2026] GET /v2.0/security-groups?tenant_id=843dc4586b434a3b9da2e52fe85fe408&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1832] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:39 2026] DELETE /v2.0/security-groups/befad3bf-508e-436a-9f21-ee22245ff733 => 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: 892/1833] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:39 2026] GET /v2.0/security-groups?tenant_id=e1b5ad5c2aed4c0b91d185812a8e2083&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1834] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:39 2026] DELETE /v2.0/security-groups/1dde8628-d349-426e-b3b1-34997f30213a => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:38:40.188 7 INFO neutron.services.segments.plugin [-] Segment fbc853a0-db92-4053-9ba1-c443d24cb683 resource provider aggregate not found 2026-08-13 19:38:40.189 7 INFO neutron.services.segments.plugin [-] Segment fbc853a0-db92-4053-9ba1-c443d24cb683 resource provider aggregate not found 2026-08-13 19:38:40.213 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fbc853a0-db92-4053-9ba1-c443d24cb683 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbc853a0-db92-4053-9ba1-c443d24cb683 found for delete ", "request_id": "req-7e77551d-140c-4529-838a-b2dc27747f01"}]} [pid: 8|app: 0|req: 893/1835] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:39 2026] GET /v2.0/security-groups?tenant_id=325e9815054e47d580ec742cdb0bce10&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:38:40.242 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fbc853a0-db92-4053-9ba1-c443d24cb683 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbc853a0-db92-4053-9ba1-c443d24cb683 found for delete ", "request_id": "req-f77f8ac5-f6e8-458a-a541-2c01eff7fac2"}]} [pid: 7|app: 0|req: 943/1836] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:40 2026] GET /v2.0/security-groups?tenant_id=496dd1a38e8547cf8b328e864d458f91&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1837] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:40 2026] DELETE /v2.0/security-groups/33ae65ef-17a0-4d3b-a6c3-7010519b2ec2 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1838] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:40 2026] DELETE /v2.0/security-groups/4c39323c-c674-4e0b-bb54-b8ecfe7815d3 => 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: 944/1839] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:40 2026] GET /v2.0/security-groups?tenant_id=cce18042174b45acb1a4e2b7e46f2cfc&name=default => generated 2925 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1840] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:40 2026] GET /v2.0/security-groups?tenant_id=b7f9f4d870c84739a42b7f961248d0da&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1841] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:40 2026] DELETE /v2.0/security-groups/3328032b-2bcf-4a65-9d53-c61c54961610 => 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: 897/1842] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:40 2026] DELETE /v2.0/security-groups/acb5994c-6fc8-4c14-b68b-4712d099a3da => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:38:41.036 7 INFO neutron.db.segments_db [None req-f8b549f2-7e36-4edf-aab6-fa320fb0e77e 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] Added segment b92f9e5a-2a60-4631-aace-2f36bde35539 of type vxlan for network d76478ad-0c17-4e43-9f75-c9921b981633 [pid: 7|app: 0|req: 946/1843] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:40 2026] POST /v2.0/networks => generated 632 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:38:41.200 8 INFO neutron.db.segments_db [None req-fc9de85e-520f-457e-a9ef-e92f4f1e4186 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] Added segment 912e5997-ba69-4873-9a83-2866d2974d72 of type vxlan for network 26484ff1-f6f3-4386-8c32-38bc2d430c53 [pid: 8|app: 0|req: 898/1844] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:41 2026] POST /v2.0/networks => generated 633 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1845] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:38:41 2026] POST /v2.0/subnets => generated 646 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1846] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:38:41 2026] POST /v2.0/subnets => generated 655 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:38:41.755 7 INFO neutron.db.segments_db [None req-fb436d26-b232-4da8-8d4b-3a14d9322d5c 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] Added segment 4c2f754c-f102-4818-ad08-eb57f16b3380 of type vxlan for network f2188c29-e354-42b0-aec1-e8e36cc889d2 2026-08-13 19:38:41.995 7 INFO neutron.db.l3_hamode_db [None req-fb436d26-b232-4da8-8d4b-3a14d9322d5c 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 19:38:42.114 7 INFO neutron.db.l3_hamode_db [None req-fb436d26-b232-4da8-8d4b-3a14d9322d5c 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 948/1849] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:38:41 2026] POST /v2.0/routers => generated 510 bytes in 853 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1850] 10.0.0.214 () {34 vars in 783 bytes} [Thu Aug 13 19:38:42 2026] PUT /v2.0/routers/b36f11d5-8500-4a8c-8a34-c1bb499d5dbb/add_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: 949/1851] 10.0.0.214 () {32 vars in 717 bytes} [Thu Aug 13 19:38:43 2026] GET /v2.0/ports/96614ed0-18e3-4568-b8dd-772b530f41d9 => generated 959 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1852] 10.0.0.214 () {34 vars in 676 bytes} [Thu Aug 13 19:38:43 2026] POST /v2.0/subnetpools => generated 516 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1853] 10.0.0.214 () {34 vars in 759 bytes} [Thu Aug 13 19:38:44 2026] PUT /v2.0/subnetpools/f812140c-850c-44b1-9e2b-24ffadb90a24/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: 952/1854] 10.0.0.214 () {32 vars in 739 bytes} [Thu Aug 13 19:38:44 2026] GET /v2.0/subnetpools/f812140c-850c-44b1-9e2b-24ffadb90a24/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1855] 10.0.0.214 () {34 vars in 770 bytes} [Thu Aug 13 19:38:44 2026] PUT /v2.0/subnetpools/f812140c-850c-44b1-9e2b-24ffadb90a24/tags/green => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1856] 10.0.0.214 () {32 vars in 739 bytes} [Thu Aug 13 19:38:44 2026] GET /v2.0/subnetpools/f812140c-850c-44b1-9e2b-24ffadb90a24/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1857] 10.0.0.214 () {34 vars in 766 bytes} [Thu Aug 13 19:38:44 2026] PUT /v2.0/subnetpools/f812140c-850c-44b1-9e2b-24ffadb90a24/tags/red => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1858] 10.0.0.214 () {32 vars in 739 bytes} [Thu Aug 13 19:38:44 2026] GET /v2.0/subnetpools/f812140c-850c-44b1-9e2b-24ffadb90a24/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1859] 10.0.0.214 () {34 vars in 788 bytes} [Thu Aug 13 19:38:44 2026] PUT /v2.0/subnetpools/f812140c-850c-44b1-9e2b-24ffadb90a24/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: 958/1860] 10.0.0.214 () {32 vars in 739 bytes} [Thu Aug 13 19:38:44 2026] GET /v2.0/subnetpools/f812140c-850c-44b1-9e2b-24ffadb90a24/tags => generated 52 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1861] 10.0.0.214 () {34 vars in 759 bytes} [Thu Aug 13 19:38:44 2026] PUT /v2.0/subnetpools/f812140c-850c-44b1-9e2b-24ffadb90a24/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1862] 10.0.0.214 () {34 vars in 676 bytes} [Thu Aug 13 19:38:44 2026] POST /v2.0/subnetpools => generated 516 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1863] 10.0.0.214 () {32 vars in 739 bytes} [Thu Aug 13 19:38:44 2026] GET /v2.0/subnetpools/f812140c-850c-44b1-9e2b-24ffadb90a24/tags => generated 37 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1864] 10.0.0.214 () {34 vars in 783 bytes} [Thu Aug 13 19:38:43 2026] PUT /v2.0/routers/b36f11d5-8500-4a8c-8a34-c1bb499d5dbb/add_router_interface => generated 309 bytes in 982 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1865] 10.0.0.214 () {34 vars in 676 bytes} [Thu Aug 13 19:38:44 2026] POST /v2.0/subnetpools => generated 516 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1866] 10.0.0.214 () {32 vars in 747 bytes} [Thu Aug 13 19:38:44 2026] GET /v2.0/subnetpools/f812140c-850c-44b1-9e2b-24ffadb90a24/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1867] 10.0.0.214 () {32 vars in 717 bytes} [Thu Aug 13 19:38:44 2026] GET /v2.0/ports/2da6d5a4-bdca-4245-91f3-ae9da5e6c784 => generated 967 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1868] 10.0.0.214 () {34 vars in 676 bytes} [Thu Aug 13 19:38:44 2026] POST /v2.0/subnetpools => generated 516 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:38:44.679 8 INFO neutron.api.v2.resource [None req-e606786e-ad0c-4bdd-b89a-44844c4e11e4 d828d984b17143559b385d0293f0855b f1e17e7dcc4e4eeeb1f4fe145fd87f34 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 907/1869] 10.0.0.214 () {32 vars in 751 bytes} [Thu Aug 13 19:38:44 2026] GET /v2.0/subnetpools/f812140c-850c-44b1-9e2b-24ffadb90a24/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-08-13 19:38:44.987 8 INFO neutron_taas.services.taas.taas_plugin [None req-e58cd30c-d1df-46e7-b59c-1a7fbbc9d3b0 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] TaaS: Handle Delete Port: 2da6d5a4-bdca-4245-91f3-ae9da5e6c784 2026-08-13 19:38:44.990 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e58cd30c-d1df-46e7-b59c-1a7fbbc9d3b0 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] Tap Mirror: Handle Delete Port: 2da6d5a4-bdca-4245-91f3-ae9da5e6c784 [pid: 7|app: 0|req: 963/1870] 10.0.0.214 () {34 vars in 676 bytes} [Thu Aug 13 19:38:44 2026] POST /v2.0/floatingips => generated 552 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1871] 10.0.0.214 () {34 vars in 676 bytes} [Thu Aug 13 19:38:45 2026] POST /v2.0/subnetpools => generated 516 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1872] 10.0.0.214 () {32 vars in 750 bytes} [Thu Aug 13 19:38:45 2026] DELETE /v2.0/subnetpools/f812140c-850c-44b1-9e2b-24ffadb90a24/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1873] 10.0.0.214 () {34 vars in 789 bytes} [Thu Aug 13 19:38:44 2026] PUT /v2.0/routers/b36f11d5-8500-4a8c-8a34-c1bb499d5dbb/remove_router_interface => generated 309 bytes in 685 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1874] 10.0.0.214 () {34 vars in 676 bytes} [Thu Aug 13 19:38:45 2026] POST /v2.0/subnetpools => generated 516 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1875] 10.0.0.214 () {32 vars in 739 bytes} [Thu Aug 13 19:38:45 2026] GET /v2.0/subnetpools/f812140c-850c-44b1-9e2b-24ffadb90a24/tags => generated 30 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1876] 10.0.0.214 () {34 vars in 676 bytes} [Thu Aug 13 19:38:45 2026] POST /v2.0/floatingips => generated 552 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1877] 10.0.0.214 () {34 vars in 759 bytes} [Thu Aug 13 19:38:45 2026] PUT /v2.0/subnetpools/0fad2e8d-9187-46b1-8bc9-5ddaed05f6d9/tags => generated 17 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:38:45.626 7 INFO neutron.api.v2.resource [None req-e0ea61c7-cd05-4dbe-b0fe-a2f72e5958fa d828d984b17143559b385d0293f0855b f1e17e7dcc4e4eeeb1f4fe145fd87f34 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 968/1878] 10.0.0.214 () {32 vars in 754 bytes} [Thu Aug 13 19:38:45 2026] DELETE /v2.0/subnetpools/f812140c-850c-44b1-9e2b-24ffadb90a24/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1879] 10.0.0.214 () {34 vars in 676 bytes} [Thu Aug 13 19:38:45 2026] POST /v2.0/floatingips => generated 552 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1880] 10.0.0.214 () {34 vars in 759 bytes} [Thu Aug 13 19:38:46 2026] PUT /v2.0/subnetpools/db2a878a-3768-4481-b6ed-a3ddc23251a9/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:38:46.084 8 INFO neutron_taas.services.taas.taas_plugin [None req-6ff92976-d8dc-44af-89bd-b1851eb2a3c1 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] TaaS: Handle Delete Port: 96614ed0-18e3-4568-b8dd-772b530f41d9 2026-08-13 19:38:46.088 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ff92976-d8dc-44af-89bd-b1851eb2a3c1 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] Tap Mirror: Handle Delete Port: 96614ed0-18e3-4568-b8dd-772b530f41d9 [pid: 7|app: 0|req: 971/1881] 10.0.0.214 () {32 vars in 742 bytes} [Thu Aug 13 19:38:46 2026] DELETE /v2.0/subnetpools/f812140c-850c-44b1-9e2b-24ffadb90a24/tags => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1882] 10.0.0.214 () {34 vars in 789 bytes} [Thu Aug 13 19:38:45 2026] PUT /v2.0/routers/b36f11d5-8500-4a8c-8a34-c1bb499d5dbb/remove_router_interface => generated 309 bytes in 1012 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1883] 10.0.0.214 () {34 vars in 759 bytes} [Thu Aug 13 19:38:46 2026] PUT /v2.0/subnetpools/28cd7aa4-baf9-4521-afc8-d8c70c91d02c/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1884] 10.0.0.214 () {32 vars in 739 bytes} [Thu Aug 13 19:38:46 2026] GET /v2.0/subnetpools/f812140c-850c-44b1-9e2b-24ffadb90a24/tags => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1885] 10.0.0.214 () {32 vars in 736 bytes} [Thu Aug 13 19:38:46 2026] GET /v2.0/ports?device_id=b36f11d5-8500-4a8c-8a34-c1bb499d5dbb => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1886] 10.0.0.214 () {34 vars in 759 bytes} [Thu Aug 13 19:38:46 2026] PUT /v2.0/subnetpools/4e7a8f72-4c73-45b1-bac7-ba465ff34046/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1887] 10.0.0.214 () {34 vars in 676 bytes} [Thu Aug 13 19:38:46 2026] POST /v2.0/floatingips => generated 552 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1888] 10.0.0.214 () {32 vars in 732 bytes} [Thu Aug 13 19:38:46 2026] DELETE /v2.0/subnetpools/f812140c-850c-44b1-9e2b-24ffadb90a24 => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1889] 10.0.0.214 () {32 vars in 672 bytes} [Thu Aug 13 19:38:46 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:38:46.775 7 INFO neutron_taas.services.taas.taas_plugin [None req-ee06fc75-6416-467f-bc8e-8657f1a29e6d 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] TaaS: Handle Delete Port: 310d5270-2258-4a32-b16b-89a31e4b5fcd 2026-08-13 19:38:46.778 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee06fc75-6416-467f-bc8e-8657f1a29e6d 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] Tap Mirror: Handle Delete Port: 310d5270-2258-4a32-b16b-89a31e4b5fcd 2026-08-13 19:38:47.143 7 INFO neutron.services.segments.plugin [-] Segment 4c2f754c-f102-4818-ad08-eb57f16b3380 resource provider aggregate not found 2026-08-13 19:38:47.150 7 INFO neutron.services.segments.plugin [-] Segment 4c2f754c-f102-4818-ad08-eb57f16b3380 resource provider aggregate not found 2026-08-13 19:38:47.166 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4c2f754c-f102-4818-ad08-eb57f16b3380 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c2f754c-f102-4818-ad08-eb57f16b3380 found for delete ", "request_id": "req-c1f3933d-529d-4da3-a8b5-17af632f8372"}]} [pid: 8|app: 0|req: 918/1890] 10.0.0.214 () {34 vars in 676 bytes} [Thu Aug 13 19:38:46 2026] POST /v2.0/floatingips => generated 552 bytes in 537 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:38:47.172 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4c2f754c-f102-4818-ad08-eb57f16b3380 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c2f754c-f102-4818-ad08-eb57f16b3380 found for delete ", "request_id": "req-7b4a6d1d-b060-4a2e-bef5-95df077b2a4b"}]} 2026-08-13 19:38:47.178 7 INFO neutron.db.l3_hamode_db [None req-ee06fc75-6416-467f-bc8e-8657f1a29e6d 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] HA network f2188c29-e354-42b0-aec1-e8e36cc889d2 was deleted as no HA routers are present in tenant 29c42cbd155e4cab9cb9cb35c590282a. [pid: 7|app: 0|req: 973/1891] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:38:46 2026] DELETE /v2.0/routers/b36f11d5-8500-4a8c-8a34-c1bb499d5dbb => generated 0 bytes in 577 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1892] 10.0.0.214 () {32 vars in 686 bytes} [Thu Aug 13 19:38:47 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1893] 10.0.0.214 () {34 vars in 759 bytes} [Thu Aug 13 19:38:47 2026] PUT /v2.0/floatingips/614ada65-73c6-4104-bab1-418b5f7f2a73/tags => generated 17 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1894] 10.0.0.214 () {32 vars in 682 bytes} [Thu Aug 13 19:38:47 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1895] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:38:47 2026] DELETE /v2.0/subnets/7bc05bb6-6124-4ed4-918e-ef1842b0f3c4 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1896] 10.0.0.214 () {34 vars in 759 bytes} [Thu Aug 13 19:38:47 2026] PUT /v2.0/floatingips/9804ccfe-b9a2-40b9-89de-32d8349d805c/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1897] 10.0.0.214 () {32 vars in 694 bytes} [Thu Aug 13 19:38:47 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1898] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:38:47 2026] DELETE /v2.0/subnets/5d349ef8-34fb-425e-a88f-6ce48c8e0ed5 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1899] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:47 2026] GET /v2.0/security-groups?tenant_id=2a8cbe9c20784b9791268623b4febf83&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1900] 10.0.0.214 () {32 vars in 680 bytes} [Thu Aug 13 19:38:47 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1901] 10.0.0.214 () {34 vars in 759 bytes} [Thu Aug 13 19:38:47 2026] PUT /v2.0/floatingips/07a789d1-a841-4b95-83cd-f588a0274978/tags => generated 34 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1902] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:47 2026] DELETE /v2.0/networks/26484ff1-f6f3-4386-8c32-38bc2d430c53 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1903] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:47 2026] DELETE /v2.0/security-groups/06d077e0-d862-4191-ae81-0b016e97c6e8 => 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: 980/1904] 10.0.0.214 () {32 vars in 694 bytes} [Thu Aug 13 19:38:47 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1905] 10.0.0.214 () {34 vars in 759 bytes} [Thu Aug 13 19:38:47 2026] PUT /v2.0/floatingips/97389430-f447-442d-9755-d240d0450d22/tags => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1906] 10.0.0.214 () {32 vars in 690 bytes} [Thu Aug 13 19:38:47 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1907] 10.0.0.214 () {32 vars in 672 bytes} [Thu Aug 13 19:38:47 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:38:47.738 7 INFO neutron_taas.services.taas.taas_plugin [None req-d47984cc-ba5f-435e-b889-9bfc53ebc2ad 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] TaaS: Handle Delete Port: dd0a68a3-327d-4459-8ed0-8dd1c6c11779 2026-08-13 19:38:47.741 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d47984cc-ba5f-435e-b889-9bfc53ebc2ad 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] Tap Mirror: Handle Delete Port: dd0a68a3-327d-4459-8ed0-8dd1c6c11779 [pid: 8|app: 0|req: 928/1908] 10.0.0.214 () {32 vars in 702 bytes} [Thu Aug 13 19:38:47 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1909] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:47 2026] GET /v2.0/security-groups?tenant_id=f1e17e7dcc4e4eeeb1f4fe145fd87f34&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1910] 10.0.0.214 () {32 vars in 686 bytes} [Thu Aug 13 19:38:47 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1911] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:47 2026] DELETE /v2.0/networks/d76478ad-0c17-4e43-9f75-c9921b981633 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1912] 10.0.0.214 () {32 vars in 732 bytes} [Thu Aug 13 19:38:47 2026] DELETE /v2.0/subnetpools/0fad2e8d-9187-46b1-8bc9-5ddaed05f6d9 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1913] 10.0.0.214 () {32 vars in 682 bytes} [Thu Aug 13 19:38:47 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1914] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:47 2026] DELETE /v2.0/security-groups/25a83145-3b3c-453d-bbc7-2de25ee4b3d1 => 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: 983/1915] 10.0.0.214 () {32 vars in 732 bytes} [Thu Aug 13 19:38:48 2026] DELETE /v2.0/subnetpools/db2a878a-3768-4481-b6ed-a3ddc23251a9 => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:38:48.116 8 INFO neutron.db.segments_db [None req-0f44ad72-56ec-4742-ae27-75e5ca48cd99 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] Added segment 85773661-d6e8-4a83-b249-cfe08ef01667 of type vxlan for network 2f08db2e-aa0d-43cb-bb26-672216b6dcce [pid: 7|app: 0|req: 984/1916] 10.0.0.214 () {32 vars in 694 bytes} [Thu Aug 13 19:38:48 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1917] 10.0.0.214 () {32 vars in 732 bytes} [Thu Aug 13 19:38:48 2026] DELETE /v2.0/subnetpools/28cd7aa4-baf9-4521-afc8-d8c70c91d02c => 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: 933/1918] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:48 2026] POST /v2.0/networks => generated 633 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1919] 10.0.0.214 () {32 vars in 680 bytes} [Thu Aug 13 19:38:48 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: 934/1920] 10.0.0.214 () {32 vars in 732 bytes} [Thu Aug 13 19:38:48 2026] DELETE /v2.0/subnetpools/4e7a8f72-4c73-45b1-bac7-ba465ff34046 => 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: 935/1921] 10.0.0.214 () {32 vars in 694 bytes} [Thu Aug 13 19:38:48 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1922] 10.0.0.214 () {32 vars in 732 bytes} [Thu Aug 13 19:38:48 2026] DELETE /v2.0/subnetpools/92443726-a825-48a1-a681-878189ac201f => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1923] 10.0.0.214 () {32 vars in 690 bytes} [Thu Aug 13 19:38:48 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1924] 10.0.0.214 () {32 vars in 702 bytes} [Thu Aug 13 19:38:48 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1925] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:38:48 2026] POST /v2.0/subnets => generated 646 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:38:48.546 8 INFO neutron_taas.services.taas.taas_plugin [None req-d3b9195d-8ad0-40c5-95cd-a76fa539eea0 0842baf0d163426b8a98a55153c3ab2c ea1dc7c7b094449ebe3be9565c5ef3bc - - default default] TaaS: Handle Delete Port: 7999e6d6-24c1-4176-9a64-3eda77c6a254 2026-08-13 19:38:48.549 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3b9195d-8ad0-40c5-95cd-a76fa539eea0 0842baf0d163426b8a98a55153c3ab2c ea1dc7c7b094449ebe3be9565c5ef3bc - - default default] Tap Mirror: Handle Delete Port: 7999e6d6-24c1-4176-9a64-3eda77c6a254 2026-08-13 19:38:48.575 7 INFO neutron.db.segments_db [None req-f817993e-b369-483d-b4ac-d18c197ba88b 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] Added segment d7c60e6c-d6d7-409d-8a6b-91874f459c5c of type vxlan for network fbc8086d-d359-4f80-a452-27de748b08fc [pid: 8|app: 0|req: 939/1926] 10.0.0.214 () {32 vars in 732 bytes} [Thu Aug 13 19:38:48 2026] DELETE /v2.0/floatingips/614ada65-73c6-4104-bab1-418b5f7f2a73 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:38:48.776 8 INFO neutron_taas.services.taas.taas_plugin [None req-b82c03e2-4987-4679-9057-8693033df8de 0842baf0d163426b8a98a55153c3ab2c ea1dc7c7b094449ebe3be9565c5ef3bc - - default default] TaaS: Handle Delete Port: 2a24f2e7-3d95-44de-9e61-59737f77cf14 2026-08-13 19:38:48.778 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b82c03e2-4987-4679-9057-8693033df8de 0842baf0d163426b8a98a55153c3ab2c ea1dc7c7b094449ebe3be9565c5ef3bc - - default default] Tap Mirror: Handle Delete Port: 2a24f2e7-3d95-44de-9e61-59737f77cf14 2026-08-13 19:38:48.817 7 INFO neutron.db.l3_hamode_db [None req-f817993e-b369-483d-b4ac-d18c197ba88b 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 940/1927] 10.0.0.214 () {32 vars in 732 bytes} [Thu Aug 13 19:38:48 2026] DELETE /v2.0/floatingips/9804ccfe-b9a2-40b9-89de-32d8349d805c => generated 0 bytes in 239 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:38:48.949 7 INFO neutron.db.l3_hamode_db [None req-f817993e-b369-483d-b4ac-d18c197ba88b 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 19:38:49.028 8 INFO neutron_taas.services.taas.taas_plugin [None req-7cb7859f-86a6-4dcd-9075-37dd936ff091 0842baf0d163426b8a98a55153c3ab2c ea1dc7c7b094449ebe3be9565c5ef3bc - - default default] TaaS: Handle Delete Port: 78183ba4-e4a4-4b87-94cf-fe7b77d4071d 2026-08-13 19:38:49.030 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cb7859f-86a6-4dcd-9075-37dd936ff091 0842baf0d163426b8a98a55153c3ab2c ea1dc7c7b094449ebe3be9565c5ef3bc - - default default] Tap Mirror: Handle Delete Port: 78183ba4-e4a4-4b87-94cf-fe7b77d4071d 2026-08-13 19:38:49.200 7 INFO neutron.services.segments.plugin [-] Segment 912e5997-ba69-4873-9a83-2866d2974d72 resource provider aggregate not found 2026-08-13 19:38:49.204 7 INFO neutron.services.segments.plugin [-] Segment 912e5997-ba69-4873-9a83-2866d2974d72 resource provider aggregate not found 2026-08-13 19:38:49.222 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 912e5997-ba69-4873-9a83-2866d2974d72 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 912e5997-ba69-4873-9a83-2866d2974d72 found for delete ", "request_id": "req-5fc3ac16-b281-4f9a-9536-866b124e4319"}]} 2026-08-13 19:38:49.225 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 912e5997-ba69-4873-9a83-2866d2974d72 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 912e5997-ba69-4873-9a83-2866d2974d72 found for delete ", "request_id": "req-8836f52c-767a-454f-b0cf-340965829f78"}]} [pid: 8|app: 0|req: 941/1928] 10.0.0.214 () {32 vars in 732 bytes} [Thu Aug 13 19:38:48 2026] DELETE /v2.0/floatingips/07a789d1-a841-4b95-83cd-f588a0274978 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:38:49.251 7 INFO neutron.services.segments.plugin [-] Segment b92f9e5a-2a60-4631-aace-2f36bde35539 resource provider aggregate not found 2026-08-13 19:38:49.254 7 INFO neutron.services.segments.plugin [-] Segment b92f9e5a-2a60-4631-aace-2f36bde35539 resource provider aggregate not found 2026-08-13 19:38:49.270 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b92f9e5a-2a60-4631-aace-2f36bde35539 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b92f9e5a-2a60-4631-aace-2f36bde35539 found for delete ", "request_id": "req-fe5d73c1-dc18-42b3-96cf-47159c65d3f7"}]} 2026-08-13 19:38:49.274 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b92f9e5a-2a60-4631-aace-2f36bde35539 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b92f9e5a-2a60-4631-aace-2f36bde35539 found for delete ", "request_id": "req-1874ca07-d02c-4f0e-9e3d-6099eb28ec30"}]} [pid: 8|app: 0|req: 942/1929] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:49 2026] GET /v2.0/security-groups?tenant_id=bff03c4eb05945a59480d3d87eeb3b66&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:38:49.524 8 INFO neutron_taas.services.taas.taas_plugin [None req-00c9d410-e97e-42ea-9173-bf68bea4b888 0842baf0d163426b8a98a55153c3ab2c ea1dc7c7b094449ebe3be9565c5ef3bc - - default default] TaaS: Handle Delete Port: 50688087-31ee-4a09-adee-2a01462dfaf1 2026-08-13 19:38:49.526 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00c9d410-e97e-42ea-9173-bf68bea4b888 0842baf0d163426b8a98a55153c3ab2c ea1dc7c7b094449ebe3be9565c5ef3bc - - default default] Tap Mirror: Handle Delete Port: 50688087-31ee-4a09-adee-2a01462dfaf1 [pid: 7|app: 0|req: 988/1930] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:38:48 2026] POST /v2.0/routers => generated 509 bytes in 1073 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1931] 10.0.0.214 () {32 vars in 732 bytes} [Thu Aug 13 19:38:49 2026] DELETE /v2.0/floatingips/97389430-f447-442d-9755-d240d0450d22 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1932] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:49 2026] DELETE /v2.0/security-groups/5e89e169-ee55-4758-b161-07f7d840a1b0 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:38:49.773 7 INFO neutron_taas.services.taas.taas_plugin [None req-93c82345-8b37-41cd-86fb-d3727038a11d 0842baf0d163426b8a98a55153c3ab2c ea1dc7c7b094449ebe3be9565c5ef3bc - - default default] TaaS: Handle Delete Port: 088bc686-c811-48a5-9f51-9fbd3fc89082 2026-08-13 19:38:49.776 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93c82345-8b37-41cd-86fb-d3727038a11d 0842baf0d163426b8a98a55153c3ab2c ea1dc7c7b094449ebe3be9565c5ef3bc - - default default] Tap Mirror: Handle Delete Port: 088bc686-c811-48a5-9f51-9fbd3fc89082 [pid: 7|app: 0|req: 990/1933] 10.0.0.214 () {32 vars in 732 bytes} [Thu Aug 13 19:38:49 2026] DELETE /v2.0/floatingips/99990599-d294-447f-b346-a0d67357676a => generated 0 bytes in 201 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1934] 10.0.0.214 () {34 vars in 665 bytes} [Thu Aug 13 19:38:49 2026] POST /v2.0/ports => generated 964 bytes in 277 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: 991/1935] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:49 2026] GET /v2.0/security-groups?tenant_id=2f40e9da111547cd8bb9516260052d16&name=default => generated 2925 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1936] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:49 2026] DELETE /v2.0/security-groups/ea95c4f5-4db2-447b-be08-8b03f2b2c6f1 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1937] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:50 2026] GET /v2.0/security-groups?tenant_id=1711ed666f244dac831622f3e4ecc59e&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1938] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:50 2026] DELETE /v2.0/security-groups/5bbf27d0-1c66-4a99-b8de-0a4c3d583e2f => 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: 945/1939] 10.0.0.214 () {34 vars in 783 bytes} [Thu Aug 13 19:38:49 2026] PUT /v2.0/routers/0b3ea8aa-9433-4604-9a17-11110c18cd06/add_router_interface => generated 309 bytes in 1080 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: 995/1940] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:50 2026] GET /v2.0/security-groups?tenant_id=cedc17b76038409380827ef8b20135bd&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1941] 10.0.0.214 () {32 vars in 717 bytes} [Thu Aug 13 19:38:51 2026] GET /v2.0/ports/75486f5c-9e35-424f-a3a6-ed7d2f26c3cc => generated 1038 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1942] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:51 2026] DELETE /v2.0/security-groups/91677bb4-0b3d-4803-98a8-9509eddd2ef9 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1943] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:51 2026] GET /v2.0/security-groups?tenant_id=5e4916549f8744acacaf2096867b3ef5&name=default => generated 2925 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:38:51.402 8 INFO neutron_taas.services.taas.taas_plugin [None req-272e970d-0f7b-4403-84c9-a0a1ceadefa7 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] TaaS: Handle Delete Port: 75486f5c-9e35-424f-a3a6-ed7d2f26c3cc 2026-08-13 19:38:51.405 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-272e970d-0f7b-4403-84c9-a0a1ceadefa7 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] Tap Mirror: Handle Delete Port: 75486f5c-9e35-424f-a3a6-ed7d2f26c3cc [pid: 7|app: 0|req: 998/1944] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:51 2026] DELETE /v2.0/security-groups/83ce1a37-ff6a-4dfa-a2d9-70378f827c79 => 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: 947/1945] 10.0.0.214 () {34 vars in 789 bytes} [Thu Aug 13 19:38:51 2026] PUT /v2.0/routers/0b3ea8aa-9433-4604-9a17-11110c18cd06/remove_router_interface => generated 309 bytes in 691 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-08-13 19:38:51.831 7 INFO neutron.db.segments_db [None req-14a7f25e-df1d-429e-a6fa-81c7febeb651 d1c73c64437349afb9fbaa8facf06f1b 937809d2e51b47eea85a4d9b13b42ff6 - - default default] Added segment 05e9fa14-ff31-4106-99d1-311e7a52e6f4 of type vxlan for network 5191cfbf-0ef3-4e06-aaef-096c107f5f79 [pid: 8|app: 0|req: 948/1946] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:51 2026] GET /v2.0/security-groups?tenant_id=ea1dc7c7b094449ebe3be9565c5ef3bc&name=default => generated 2925 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1947] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:51 2026] POST /v2.0/networks => generated 632 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:38:51.936 8 INFO neutron.api.v2.resource [None req-8a4ad30d-f6c5-487b-bf41-c82473c5e06f 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 949/1948] 10.0.0.214 () {34 vars in 789 bytes} [Thu Aug 13 19:38:51 2026] PUT /v2.0/routers/0b3ea8aa-9433-4604-9a17-11110c18cd06/remove_router_interface => generated 197 bytes in 78 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1949] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:51 2026] DELETE /v2.0/security-groups/010da328-e76f-4617-bcbc-1d77bf58cfa6 => 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: 1001/1950] 10.0.0.214 () {32 vars in 736 bytes} [Thu Aug 13 19:38:52 2026] GET /v2.0/ports?device_id=0b3ea8aa-9433-4604-9a17-11110c18cd06 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1951] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:38:51 2026] POST /v2.0/subnets => generated 626 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1952] 10.0.0.214 () {34 vars in 751 bytes} [Thu Aug 13 19:38:52 2026] PUT /v2.0/subnets/cbd43846-18fb-4775-9328-9a2b323785c0/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:38:52.242 7 INFO neutron_taas.services.taas.taas_plugin [None req-d3c02149-c8d1-4e9d-9a07-f3abfec01cb1 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] TaaS: Handle Delete Port: d4ffa16c-8f8c-4a74-b683-a3398f022991 2026-08-13 19:38:52.245 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3c02149-c8d1-4e9d-9a07-f3abfec01cb1 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] Tap Mirror: Handle Delete Port: d4ffa16c-8f8c-4a74-b683-a3398f022991 [pid: 8|app: 0|req: 952/1953] 10.0.0.214 () {32 vars in 731 bytes} [Thu Aug 13 19:38:52 2026] GET /v2.0/subnets/cbd43846-18fb-4775-9328-9a2b323785c0/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1954] 10.0.0.214 () {34 vars in 762 bytes} [Thu Aug 13 19:38:52 2026] PUT /v2.0/subnets/cbd43846-18fb-4775-9328-9a2b323785c0/tags/green => generated 4 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1955] 10.0.0.214 () {32 vars in 731 bytes} [Thu Aug 13 19:38:52 2026] GET /v2.0/subnets/cbd43846-18fb-4775-9328-9a2b323785c0/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1956] 10.0.0.214 () {34 vars in 758 bytes} [Thu Aug 13 19:38:52 2026] PUT /v2.0/subnets/cbd43846-18fb-4775-9328-9a2b323785c0/tags/red => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1957] 10.0.0.214 () {32 vars in 731 bytes} [Thu Aug 13 19:38:52 2026] GET /v2.0/subnets/cbd43846-18fb-4775-9328-9a2b323785c0/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:38:52.574 7 INFO neutron.services.segments.plugin [-] Segment d7c60e6c-d6d7-409d-8a6b-91874f459c5c resource provider aggregate not found 2026-08-13 19:38:52.574 7 INFO neutron.services.segments.plugin [-] Segment d7c60e6c-d6d7-409d-8a6b-91874f459c5c resource provider aggregate not found 2026-08-13 19:38:52.594 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d7c60e6c-d6d7-409d-8a6b-91874f459c5c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7c60e6c-d6d7-409d-8a6b-91874f459c5c found for delete ", "request_id": "req-28096765-0364-4ddd-bb63-e4726653ac23"}]} 2026-08-13 19:38:52.594 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d7c60e6c-d6d7-409d-8a6b-91874f459c5c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7c60e6c-d6d7-409d-8a6b-91874f459c5c found for delete ", "request_id": "req-1080691a-1f8d-44b1-9a05-36ebfb14c0d1"}]} [pid: 8|app: 0|req: 957/1958] 10.0.0.214 () {34 vars in 780 bytes} [Thu Aug 13 19:38:52 2026] PUT /v2.0/subnets/cbd43846-18fb-4775-9328-9a2b323785c0/tags/black.or.white => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-08-13 19:38:52.605 7 INFO neutron.db.l3_hamode_db [None req-d3c02149-c8d1-4e9d-9a07-f3abfec01cb1 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] HA network fbc8086d-d359-4f80-a452-27de748b08fc was deleted as no HA routers are present in tenant 29c42cbd155e4cab9cb9cb35c590282a. [pid: 7|app: 0|req: 1002/1959] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:38:52 2026] DELETE /v2.0/routers/0b3ea8aa-9433-4604-9a17-11110c18cd06 => generated 0 bytes in 559 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1960] 10.0.0.214 () {32 vars in 731 bytes} [Thu Aug 13 19:38:52 2026] GET /v2.0/subnets/cbd43846-18fb-4775-9328-9a2b323785c0/tags => generated 52 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1961] 10.0.0.214 () {34 vars in 751 bytes} [Thu Aug 13 19:38:52 2026] PUT /v2.0/subnets/cbd43846-18fb-4775-9328-9a2b323785c0/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: 1003/1962] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:38:52 2026] DELETE /v2.0/subnets/6b34ac1e-1a28-4367-abed-ce0881feff9a => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1963] 10.0.0.214 () {32 vars in 731 bytes} [Thu Aug 13 19:38:52 2026] GET /v2.0/subnets/cbd43846-18fb-4775-9328-9a2b323785c0/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1964] 10.0.0.214 () {32 vars in 739 bytes} [Thu Aug 13 19:38:52 2026] GET /v2.0/subnets/cbd43846-18fb-4775-9328-9a2b323785c0/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:38:52.861 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c7b4048-ac6c-487b-b5d6-bd33965fca01 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] TaaS: Handle Delete Port: 35a7943e-8a77-45e8-96c5-b3e8b1dd760a 2026-08-13 19:38:52.863 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c7b4048-ac6c-487b-b5d6-bd33965fca01 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] Tap Mirror: Handle Delete Port: 35a7943e-8a77-45e8-96c5-b3e8b1dd760a 2026-08-13 19:38:52.868 7 INFO neutron.api.v2.resource [None req-6d74c7cc-8a64-43e2-b1b6-c7c502e5ef92 d1c73c64437349afb9fbaa8facf06f1b 937809d2e51b47eea85a4d9b13b42ff6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1005/1965] 10.0.0.214 () {32 vars in 743 bytes} [Thu Aug 13 19:38:52 2026] GET /v2.0/subnets/cbd43846-18fb-4775-9328-9a2b323785c0/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1966] 10.0.0.214 () {32 vars in 742 bytes} [Thu Aug 13 19:38:52 2026] DELETE /v2.0/subnets/cbd43846-18fb-4775-9328-9a2b323785c0/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1967] 10.0.0.214 () {32 vars in 731 bytes} [Thu Aug 13 19:38:52 2026] GET /v2.0/subnets/cbd43846-18fb-4775-9328-9a2b323785c0/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:38:53.020 7 INFO neutron.api.v2.resource [None req-de553af1-d740-4e5f-8af9-29c4699d3fc4 d1c73c64437349afb9fbaa8facf06f1b 937809d2e51b47eea85a4d9b13b42ff6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1008/1968] 10.0.0.214 () {32 vars in 746 bytes} [Thu Aug 13 19:38:52 2026] DELETE /v2.0/subnets/cbd43846-18fb-4775-9328-9a2b323785c0/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-08-13 19:38:53.027 8 INFO neutron.services.segments.plugin [-] Segment 85773661-d6e8-4a83-b249-cfe08ef01667 resource provider aggregate not found 2026-08-13 19:38:53.034 8 INFO neutron.services.segments.plugin [-] Segment 85773661-d6e8-4a83-b249-cfe08ef01667 resource provider aggregate not found 2026-08-13 19:38:53.044 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 85773661-d6e8-4a83-b249-cfe08ef01667 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85773661-d6e8-4a83-b249-cfe08ef01667 found for delete ", "request_id": "req-a71eca4a-d9e0-430a-b489-ef1c26c5c792"}]} 2026-08-13 19:38:53.055 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 85773661-d6e8-4a83-b249-cfe08ef01667 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85773661-d6e8-4a83-b249-cfe08ef01667 found for delete ", "request_id": "req-742908fa-47d9-4bd7-9f2b-81e67c5ad307"}]} [pid: 8|app: 0|req: 961/1969] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:52 2026] DELETE /v2.0/networks/2f08db2e-aa0d-43cb-bb26-672216b6dcce => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1970] 10.0.0.214 () {32 vars in 734 bytes} [Thu Aug 13 19:38:53 2026] DELETE /v2.0/subnets/cbd43846-18fb-4775-9328-9a2b323785c0/tags => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:38:53.125 8 INFO neutron.db.segments_db [None req-6536662f-6168-4c9c-adc5-b6f07b11b7b4 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] Added segment f1eeaf34-91ef-4d8d-8f02-bcdda3019034 of type vxlan for network 6d77eb22-7780-49ab-b548-198645b924c9 [pid: 7|app: 0|req: 1010/1971] 10.0.0.214 () {32 vars in 731 bytes} [Thu Aug 13 19:38:53 2026] GET /v2.0/subnets/cbd43846-18fb-4775-9328-9a2b323785c0/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1972] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:53 2026] POST /v2.0/networks => generated 633 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1973] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:38:53 2026] DELETE /v2.0/subnets/cbd43846-18fb-4775-9328-9a2b323785c0 => 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: 1012/1974] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:53 2026] DELETE /v2.0/networks/5191cfbf-0ef3-4e06-aaef-096c107f5f79 => 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: 963/1975] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:38:53 2026] POST /v2.0/subnets => generated 646 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:38:53.539 7 INFO neutron.db.segments_db [None req-0d0b12d3-a9e1-451f-afaf-1c0cbe3c0bb4 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] Added segment ad50bd7e-b5aa-40b4-ac56-a6ff4c68d2ad of type vxlan for network 18729377-0cd5-4de5-9e1e-e4413c1daac8 2026-08-13 19:38:53.817 7 INFO neutron.db.l3_hamode_db [None req-0d0b12d3-a9e1-451f-afaf-1c0cbe3c0bb4 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 19:38:53.936 7 INFO neutron.db.l3_hamode_db [None req-0d0b12d3-a9e1-451f-afaf-1c0cbe3c0bb4 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 964/1976] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:54 2026] GET /v2.0/security-groups?tenant_id=78fb3767d0524c10a286715d3098a116&name=default => generated 2925 bytes in 359 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1977] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:38:53 2026] POST /v2.0/routers => generated 510 bytes in 1079 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1978] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:54 2026] DELETE /v2.0/security-groups/9aaa4016-a1a8-44c3-87c9-82786a31bc1d => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:38:54.621 7 INFO neutron.services.segments.plugin [-] Segment 05e9fa14-ff31-4106-99d1-311e7a52e6f4 resource provider aggregate not found 2026-08-13 19:38:54.622 7 INFO neutron.services.segments.plugin [-] Segment 05e9fa14-ff31-4106-99d1-311e7a52e6f4 resource provider aggregate not found 2026-08-13 19:38:54.646 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 05e9fa14-ff31-4106-99d1-311e7a52e6f4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05e9fa14-ff31-4106-99d1-311e7a52e6f4 found for delete ", "request_id": "req-c6e22e39-0fdf-4025-b3d1-062f45c58cb5"}]} 2026-08-13 19:38:54.649 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 05e9fa14-ff31-4106-99d1-311e7a52e6f4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05e9fa14-ff31-4106-99d1-311e7a52e6f4 found for delete ", "request_id": "req-33402e16-507f-460c-8cd2-b50c2c31e48b"}]} [pid: 8|app: 0|req: 966/1979] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:54 2026] GET /v2.0/security-groups?tenant_id=937809d2e51b47eea85a4d9b13b42ff6&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1980] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:54 2026] DELETE /v2.0/security-groups/ae0e3947-7fe8-4b86-9180-ec8bdbbf2aee => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:38:55.232 8 INFO neutron.db.segments_db [None req-e6f760a4-14c4-48da-aa6b-dd16a13d35c6 069187af14b84fdf9af5c4b1324802f2 603a7c50832d4cf0927598ef7cc189d6 - - default default] Added segment fe671210-7504-4eff-a3a4-3ddc59aea109 of type vxlan for network 40f0a4cd-86b7-4d6b-8fb9-e5032e487c9e [pid: 8|app: 0|req: 968/1981] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:54 2026] POST /v2.0/networks => generated 631 bytes in 472 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1982] 10.0.0.214 () {34 vars in 783 bytes} [Thu Aug 13 19:38:54 2026] PUT /v2.0/routers/fdc6d3c7-eeb2-47e2-a55b-00b0548d3dfa/add_router_interface => generated 309 bytes in 977 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1983] 10.0.0.214 () {32 vars in 717 bytes} [Thu Aug 13 19:38:55 2026] GET /v2.0/ports/298e2062-c250-4570-b1ae-b317a420acab => generated 959 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1984] 10.0.0.214 () {34 vars in 664 bytes} [Thu Aug 13 19:38:55 2026] POST /v2.0/ports => generated 743 bytes in 304 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: 970/1985] 10.0.0.214 () {34 vars in 666 bytes} [Thu Aug 13 19:38:55 2026] POST /v2.0/trunks => generated 407 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:38:55.897 7 INFO neutron_taas.services.taas.taas_plugin [None req-51544091-67c6-41c2-a426-d2a9cfa36665 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] TaaS: Handle Delete Port: 298e2062-c250-4570-b1ae-b317a420acab 2026-08-13 19:38:55.900 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51544091-67c6-41c2-a426-d2a9cfa36665 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] Tap Mirror: Handle Delete Port: 298e2062-c250-4570-b1ae-b317a420acab 2026-08-13 19:38:55.906 8 INFO neutron.db.segments_db [None req-824da1b7-2c93-4e77-9fcb-20e73b82cc60 069187af14b84fdf9af5c4b1324802f2 603a7c50832d4cf0927598ef7cc189d6 - - default default] Added segment a05a012d-4fca-464c-8480-8b5c69644146 of type vxlan for network 1772168f-cf46-4047-84a0-60ea200e7c92 [pid: 8|app: 0|req: 971/1986] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:55 2026] POST /v2.0/networks => generated 632 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1987] 10.0.0.214 () {34 vars in 664 bytes} [Thu Aug 13 19:38:55 2026] POST /v2.0/ports => generated 743 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1016/1988] 10.0.0.214 () {34 vars in 789 bytes} [Thu Aug 13 19:38:55 2026] PUT /v2.0/routers/fdc6d3c7-eeb2-47e2-a55b-00b0548d3dfa/remove_router_interface => generated 309 bytes in 652 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1989] 10.0.0.214 () {34 vars in 666 bytes} [Thu Aug 13 19:38:56 2026] POST /v2.0/trunks => generated 407 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1990] 10.0.0.214 () {32 vars in 736 bytes} [Thu Aug 13 19:38:56 2026] GET /v2.0/ports?device_id=fdc6d3c7-eeb2-47e2-a55b-00b0548d3dfa => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:38:56.452 8 INFO neutron.db.segments_db [None req-a14591d0-7862-4dfd-afbf-5b85a980c59f 069187af14b84fdf9af5c4b1324802f2 603a7c50832d4cf0927598ef7cc189d6 - - default default] Added segment 5ae41a5c-78ae-4259-9717-a17175b222e2 of type vxlan for network 947f367c-a197-46ec-ad35-981b1b0665de 2026-08-13 19:38:56.518 7 INFO neutron.db.segments_db [None req-6c0f7235-5286-466f-a580-da85a063b698 9c5744c19a944df9a3efc3bf207bcc39 1970a36c91e24344ab16d3f5018c900e - - default default] Added segment 60709211-41d0-4d16-a12c-df774f9d8363 of type vxlan for network 5574a330-15bc-4e85-b498-a549e4e94358 [pid: 8|app: 0|req: 975/1991] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:56 2026] POST /v2.0/networks => generated 631 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1992] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:56 2026] POST /v2.0/networks => generated 632 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:38:56.666 8 INFO neutron_taas.services.taas.taas_plugin [None req-cba02546-dcdd-410a-910b-f4eaeca54321 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] TaaS: Handle Delete Port: 5600df90-ed1e-4371-8c0d-14ab687bb9d0 2026-08-13 19:38:56.669 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cba02546-dcdd-410a-910b-f4eaeca54321 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] Tap Mirror: Handle Delete Port: 5600df90-ed1e-4371-8c0d-14ab687bb9d0 [pid: 7|app: 0|req: 1018/1993] 10.0.0.214 () {34 vars in 664 bytes} [Thu Aug 13 19:38:56 2026] POST /v2.0/ports => generated 743 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-08-13 19:38:56.890 7 INFO neutron.db.segments_db [None req-2bd189b0-84c7-469d-b94e-426383a3224a 9c5744c19a944df9a3efc3bf207bcc39 1970a36c91e24344ab16d3f5018c900e - - default default] Added segment 65148ff6-8d3e-4a1d-ba3d-557af7bb31e3 of type vxlan for network 1e72628e-c304-4add-b650-49d89847656b [pid: 7|app: 0|req: 1019/1994] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:56 2026] POST /v2.0/networks => generated 632 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:38:57.033 8 INFO neutron.services.segments.plugin [-] Segment ad50bd7e-b5aa-40b4-ac56-a6ff4c68d2ad resource provider aggregate not found 2026-08-13 19:38:57.036 8 INFO neutron.services.segments.plugin [-] Segment ad50bd7e-b5aa-40b4-ac56-a6ff4c68d2ad resource provider aggregate not found 2026-08-13 19:38:57.050 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ad50bd7e-b5aa-40b4-ac56-a6ff4c68d2ad resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad50bd7e-b5aa-40b4-ac56-a6ff4c68d2ad found for delete ", "request_id": "req-c4556742-2bda-4352-bed1-cd3e564b8762"}]} 2026-08-13 19:38:57.058 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ad50bd7e-b5aa-40b4-ac56-a6ff4c68d2ad resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad50bd7e-b5aa-40b4-ac56-a6ff4c68d2ad found for delete ", "request_id": "req-6a9fc634-b06a-4575-8bcf-cadaaed2ed2f"}]} 2026-08-13 19:38:57.058 8 INFO neutron.db.l3_hamode_db [None req-cba02546-dcdd-410a-910b-f4eaeca54321 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] HA network 18729377-0cd5-4de5-9e1e-e4413c1daac8 was deleted as no HA routers are present in tenant 29c42cbd155e4cab9cb9cb35c590282a. [pid: 8|app: 0|req: 976/1995] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:38:56 2026] DELETE /v2.0/routers/fdc6d3c7-eeb2-47e2-a55b-00b0548d3dfa => generated 0 bytes in 537 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:38:57.146 8 INFO neutron.db.segments_db [None req-5246fd34-dc52-4633-bc8d-6e53ffcc73f1 9c5744c19a944df9a3efc3bf207bcc39 1970a36c91e24344ab16d3f5018c900e - - default default] Added segment 980b6beb-59d0-47fe-bc18-096543d10c1c of type vxlan for network 61366107-5b35-4d92-ad47-d5127a998491 [pid: 7|app: 0|req: 1020/1996] 10.0.0.214 () {34 vars in 666 bytes} [Thu Aug 13 19:38:56 2026] POST /v2.0/trunks => generated 407 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1997] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:57 2026] POST /v2.0/networks => generated 632 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:38:57.364 8 INFO neutron.db.segments_db [None req-8a60c72d-fc7c-4958-8c15-207beb3cbac7 069187af14b84fdf9af5c4b1324802f2 603a7c50832d4cf0927598ef7cc189d6 - - default default] Added segment 40569fea-5f45-46db-9396-15231ad54990 of type vxlan for network 78c610dd-53a1-4a8e-96d8-bb9aa6967681 [pid: 7|app: 0|req: 1021/2000] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:38:57 2026] DELETE /v2.0/subnets/82149ac4-daf3-4e92-8fa8-fe16e9c8e51c => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2001] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:57 2026] POST /v2.0/networks => generated 631 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:38:57.468 7 INFO neutron.db.segments_db [None req-22c5dcba-ee69-438c-a8a0-20606436de5e 9c5744c19a944df9a3efc3bf207bcc39 1970a36c91e24344ab16d3f5018c900e - - default default] Added segment fa0de18d-f1de-4419-ba43-11f4d67728d3 of type vxlan for network 5a6cb21d-f0fa-4e20-8b86-a9e935f659ea [pid: 7|app: 0|req: 1022/2002] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:57 2026] POST /v2.0/networks => generated 632 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:38:57.564 8 INFO neutron_taas.services.taas.taas_plugin [None req-be7e1b2c-e9f2-41e3-a05c-6ef3af03f83e 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] TaaS: Handle Delete Port: d210e7e9-9a5c-4a14-b57f-dabcf6e27618 2026-08-13 19:38:57.568 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be7e1b2c-e9f2-41e3-a05c-6ef3af03f83e 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] Tap Mirror: Handle Delete Port: d210e7e9-9a5c-4a14-b57f-dabcf6e27618 [pid: 8|app: 0|req: 981/2003] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:57 2026] DELETE /v2.0/networks/6d77eb22-7780-49ab-b548-198645b924c9 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2004] 10.0.0.214 () {34 vars in 664 bytes} [Thu Aug 13 19:38:57 2026] POST /v2.0/ports => generated 743 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:38:57.839 8 INFO neutron.db.segments_db [None req-c6686852-388f-42ec-8928-f3e7805e10fe 9c5744c19a944df9a3efc3bf207bcc39 1970a36c91e24344ab16d3f5018c900e - - default default] Added segment 9a03d212-210f-4c33-b97d-494b9cd53eee of type vxlan for network 041dec42-7821-44fb-ad1f-1cd8e672a8bc /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-08-13 19:38:57.891 7 INFO neutron.db.segments_db [None req-50228a55-16c1-43a9-bf60-9d5e17cb6fdf 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] Added segment a5c302cc-95fa-4512-8f8b-0c5acfd66001 of type vxlan for network da5faae8-3951-46df-91b4-7d1faeea3b2f [pid: 8|app: 0|req: 982/2005] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:57 2026] POST /v2.0/networks => generated 632 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2006] 10.0.0.214 () {34 vars in 666 bytes} [Thu Aug 13 19:38:57 2026] POST /v2.0/trunks => generated 407 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2007] 10.0.0.214 () {34 vars in 753 bytes} [Thu Aug 13 19:38:58 2026] PUT /v2.0/networks/5574a330-15bc-4e85-b498-a549e4e94358/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:38:58.150 7 INFO neutron.db.l3_hamode_db [None req-50228a55-16c1-43a9-bf60-9d5e17cb6fdf 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 19:38:58.175 8 INFO neutron.db.segments_db [None req-a617d755-0d54-4a97-8a31-949995cbd68e 069187af14b84fdf9af5c4b1324802f2 603a7c50832d4cf0927598ef7cc189d6 - - default default] Added segment 62224f02-4567-4207-8709-5c16a0941e31 of type vxlan for network 69c40774-480c-4835-8a9a-0f81c026a730 [pid: 8|app: 0|req: 985/2008] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:38:58 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: 8|app: 0|req: 986/2009] 10.0.0.214 () {34 vars in 753 bytes} [Thu Aug 13 19:38:58 2026] PUT /v2.0/networks/1e72628e-c304-4add-b650-49d89847656b/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2010] 10.0.0.214 () {34 vars in 664 bytes} [Thu Aug 13 19:38:58 2026] POST /v2.0/ports => generated 743 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 988/2011] 10.0.0.214 () {34 vars in 753 bytes} [Thu Aug 13 19:38:58 2026] PUT /v2.0/networks/61366107-5b35-4d92-ad47-d5127a998491/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2012] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:58 2026] GET /v2.0/security-groups?tenant_id=71151f43ea62461e85a8fa5c5e3e585f&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2013] 10.0.0.214 () {34 vars in 666 bytes} [Thu Aug 13 19:38:58 2026] POST /v2.0/trunks => generated 407 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:38:59.067 8 INFO neutron.services.segments.plugin [-] Segment f1eeaf34-91ef-4d8d-8f02-bcdda3019034 resource provider aggregate not found 2026-08-13 19:38:59.079 8 INFO neutron.services.segments.plugin [-] Segment f1eeaf34-91ef-4d8d-8f02-bcdda3019034 resource provider aggregate not found 2026-08-13 19:38:59.087 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f1eeaf34-91ef-4d8d-8f02-bcdda3019034 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1eeaf34-91ef-4d8d-8f02-bcdda3019034 found for delete ", "request_id": "req-d10ed1b7-e5d1-4d21-a933-7ae840dfc936"}]} 2026-08-13 19:38:59.100 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f1eeaf34-91ef-4d8d-8f02-bcdda3019034 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1eeaf34-91ef-4d8d-8f02-bcdda3019034 found for delete ", "request_id": "req-a6bad2dc-d6da-4fcf-b1c9-5a1baa3a8204"}]} [pid: 8|app: 0|req: 991/2014] 10.0.0.214 () {34 vars in 753 bytes} [Thu Aug 13 19:38:59 2026] PUT /v2.0/networks/5a6cb21d-f0fa-4e20-8b86-a9e935f659ea/tags => generated 19 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2015] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:59 2026] DELETE /v2.0/security-groups/4f102469-6f41-49f0-8a01-79613c31b55b => 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: 993/2016] 10.0.0.214 () {34 vars in 749 bytes} [Thu Aug 13 19:38:59 2026] PUT /v2.0/trunks/b5d94f1f-810e-49b8-af9a-cfd450222e28/tags => generated 17 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2017] 10.0.0.214 () {32 vars in 666 bytes} [Thu Aug 13 19:38:59 2026] GET /v2.0/networks?tags=red => generated 1857 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2018] 10.0.0.214 () {34 vars in 749 bytes} [Thu Aug 13 19:38:59 2026] PUT /v2.0/trunks/a7056cc4-70c4-49e4-a2ec-c4236f580007/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:38:59.345 7 INFO neutron.db.l3_hamode_db [None req-50228a55-16c1-43a9-bf60-9d5e17cb6fdf 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 996/2019] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:38:59 2026] GET /v2.0/security-groups?tenant_id=70b3a8f59c924bfa97529b9ca8c13240&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2020] 10.0.0.214 () {32 vars in 680 bytes} [Thu Aug 13 19:38:59 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2021] 10.0.0.214 () {34 vars in 749 bytes} [Thu Aug 13 19:38:59 2026] PUT /v2.0/trunks/eee537cc-8254-4c31-9c56-104310e9a510/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: 999/2022] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:38:59 2026] DELETE /v2.0/security-groups/ba1b8cee-64c6-461d-89c1-b0bd4e859466 => 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: 1000/2023] 10.0.0.214 () {32 vars in 676 bytes} [Thu Aug 13 19:38:59 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2024] 10.0.0.214 () {34 vars in 749 bytes} [Thu Aug 13 19:38:59 2026] PUT /v2.0/trunks/073c5b97-7941-451c-a428-a0f1807d8790/tags => 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: 1002/2025] 10.0.0.214 () {32 vars in 688 bytes} [Thu Aug 13 19:38:59 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1857 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2026] 10.0.0.214 () {32 vars in 662 bytes} [Thu Aug 13 19:38:59 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2027] 10.0.0.214 () {32 vars in 674 bytes} [Thu Aug 13 19:38:59 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2028] 10.0.0.214 () {32 vars in 676 bytes} [Thu Aug 13 19:38:59 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2029] 10.0.0.214 () {32 vars in 688 bytes} [Thu Aug 13 19:38:59 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2469 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2030] 10.0.0.214 () {32 vars in 672 bytes} [Thu Aug 13 19:38:59 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2031] 10.0.0.214 () {32 vars in 684 bytes} [Thu Aug 13 19:38:59 2026] GET /v2.0/networks?not-tags-any=blue => generated 2469 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2032] 10.0.0.214 () {32 vars in 684 bytes} [Thu Aug 13 19:38:59 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2033] 10.0.0.214 () {32 vars in 696 bytes} [Thu Aug 13 19:38:59 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2034] 10.0.0.214 () {32 vars in 670 bytes} [Thu Aug 13 19:38:59 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2035] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:38:59 2026] DELETE /v2.0/networks/5574a330-15bc-4e85-b498-a549e4e94358 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2036] 10.0.0.214 () {32 vars in 684 bytes} [Thu Aug 13 19:39:00 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2037] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:38:57 2026] POST /v2.0/routers => generated 692 bytes in 2396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2038] 10.0.0.214 () {32 vars in 680 bytes} [Thu Aug 13 19:39:00 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2039] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:39:00 2026] DELETE /v2.0/networks/1e72628e-c304-4add-b650-49d89847656b => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2040] 10.0.0.214 () {32 vars in 721 bytes} [Thu Aug 13 19:39:00 2026] GET /v2.0/routers/08f194f0-b6e5-4787-8f2c-78226d37b58a => generated 698 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2041] 10.0.0.214 () {32 vars in 692 bytes} [Thu Aug 13 19:39:00 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:39:00.421 7 INFO neutron.services.segments.plugin [-] Segment 980b6beb-59d0-47fe-bc18-096543d10c1c resource provider aggregate not found [pid: 8|app: 0|req: 1016/2042] 10.0.0.214 () {32 vars in 647 bytes} [Thu Aug 13 19:39:00 2026] GET /v2.0/routers => generated 701 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:39:00.421 7 INFO neutron.services.segments.plugin [-] Segment 980b6beb-59d0-47fe-bc18-096543d10c1c resource provider aggregate not found 2026-08-13 19:39:00.437 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 980b6beb-59d0-47fe-bc18-096543d10c1c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 980b6beb-59d0-47fe-bc18-096543d10c1c found for delete ", "request_id": "req-b478851d-e7ff-4a08-ac76-ba2a39d00e97"}]} [pid: 8|app: 0|req: 1017/2043] 10.0.0.214 () {32 vars in 719 bytes} [Thu Aug 13 19:39:00 2026] GET /v2.0/trunks/b5d94f1f-810e-49b8-af9a-cfd450222e28 => generated 412 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:39:00.439 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 980b6beb-59d0-47fe-bc18-096543d10c1c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 980b6beb-59d0-47fe-bc18-096543d10c1c found for delete ", "request_id": "req-0f8ecefc-60e5-479a-94f5-1800c5cc81a6"}]} [pid: 7|app: 0|req: 1027/2044] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:39:00 2026] DELETE /v2.0/networks/61366107-5b35-4d92-ad47-d5127a998491 => 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: 1028/2045] 10.0.0.214 () {32 vars in 717 bytes} [Thu Aug 13 19:39:00 2026] GET /v2.0/ports/4872f398-03f3-4176-9652-8ade2cb8a592 => generated 826 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2046] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:39:00 2026] DELETE /v2.0/networks/5a6cb21d-f0fa-4e20-8b86-a9e935f659ea => generated 0 bytes in 89 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2047] 10.0.0.214 () {32 vars in 722 bytes} [Thu Aug 13 19:39:00 2026] DELETE /v2.0/trunks/b5d94f1f-810e-49b8-af9a-cfd450222e28 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2048] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:39:00 2026] DELETE /v2.0/networks/041dec42-7821-44fb-ad1f-1cd8e672a8bc => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2049] 10.0.0.214 () {32 vars in 719 bytes} [Thu Aug 13 19:39:00 2026] GET /v2.0/trunks/a7056cc4-70c4-49e4-a2ec-c4236f580007 => generated 420 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2050] 10.0.0.214 () {32 vars in 717 bytes} [Thu Aug 13 19:39:00 2026] GET /v2.0/ports/42370245-5a1c-4783-ac48-3e3efa80c0ec => generated 826 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2051] 10.0.0.214 () {34 vars in 741 bytes} [Thu Aug 13 19:39:00 2026] PUT /v2.0/routers/08f194f0-b6e5-4787-8f2c-78226d37b58a => generated 705 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2052] 10.0.0.214 () {32 vars in 721 bytes} [Thu Aug 13 19:39:00 2026] GET /v2.0/routers/08f194f0-b6e5-4787-8f2c-78226d37b58a => generated 705 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2053] 10.0.0.214 () {32 vars in 736 bytes} [Thu Aug 13 19:39:00 2026] GET /v2.0/ports?device_id=08f194f0-b6e5-4787-8f2c-78226d37b58a => 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: 1034/2054] 10.0.0.214 () {32 vars in 722 bytes} [Thu Aug 13 19:39:00 2026] DELETE /v2.0/trunks/a7056cc4-70c4-49e4-a2ec-c4236f580007 => 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: 1035/2055] 10.0.0.214 () {32 vars in 719 bytes} [Thu Aug 13 19:39:00 2026] GET /v2.0/trunks/eee537cc-8254-4c31-9c56-104310e9a510 => generated 429 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2056] 10.0.0.214 () {32 vars in 717 bytes} [Thu Aug 13 19:39:00 2026] GET /v2.0/ports/1e9f8f04-1104-415b-b4a1-7c5d2d735630 => generated 826 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:39:01.107 8 INFO neutron.services.segments.plugin [-] Segment 60709211-41d0-4d16-a12c-df774f9d8363 resource provider aggregate not found 2026-08-13 19:39:01.118 8 INFO neutron.services.segments.plugin [-] Segment 60709211-41d0-4d16-a12c-df774f9d8363 resource provider aggregate not found 2026-08-13 19:39:01.142 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 60709211-41d0-4d16-a12c-df774f9d8363 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60709211-41d0-4d16-a12c-df774f9d8363 found for delete ", "request_id": "req-e34f9629-87c7-476b-808c-a19e36108760"}]} 2026-08-13 19:39:01.148 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 60709211-41d0-4d16-a12c-df774f9d8363 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60709211-41d0-4d16-a12c-df774f9d8363 found for delete ", "request_id": "req-945c7021-2985-49b9-8849-5f9c709e7e0c"}]} [pid: 7|app: 0|req: 1037/2057] 10.0.0.214 () {32 vars in 722 bytes} [Thu Aug 13 19:39:01 2026] DELETE /v2.0/trunks/eee537cc-8254-4c31-9c56-104310e9a510 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:39:01.170 8 INFO neutron.services.segments.plugin [-] Segment 65148ff6-8d3e-4a1d-ba3d-557af7bb31e3 resource provider aggregate not found [pid: 7|app: 0|req: 1038/2058] 10.0.0.214 () {32 vars in 719 bytes} [Thu Aug 13 19:39:01 2026] GET /v2.0/trunks/073c5b97-7941-451c-a428-a0f1807d8790 => generated 414 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:39:01.172 8 INFO neutron.services.segments.plugin [-] Segment 65148ff6-8d3e-4a1d-ba3d-557af7bb31e3 resource provider aggregate not found 2026-08-13 19:39:01.195 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 65148ff6-8d3e-4a1d-ba3d-557af7bb31e3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65148ff6-8d3e-4a1d-ba3d-557af7bb31e3 found for delete ", "request_id": "req-653aceee-0d68-44ca-aeae-67c778171f31"}]} 2026-08-13 19:39:01.197 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 65148ff6-8d3e-4a1d-ba3d-557af7bb31e3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65148ff6-8d3e-4a1d-ba3d-557af7bb31e3 found for delete ", "request_id": "req-53e7e128-44c9-40c1-97b3-9a2a4f5c50e8"}]} [pid: 7|app: 0|req: 1039/2059] 10.0.0.214 () {32 vars in 717 bytes} [Thu Aug 13 19:39:01 2026] GET /v2.0/ports/74919aed-b0c9-462d-a500-28cbd6f389b9 => generated 826 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:39:01.257 8 INFO neutron_taas.services.taas.taas_plugin [None req-d758a7bd-6b4c-4305-aba2-85ee82e51cdb 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] TaaS: Handle Delete Port: a6dc1940-a273-4126-8138-ba9b79d96675 2026-08-13 19:39:01.260 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d758a7bd-6b4c-4305-aba2-85ee82e51cdb 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] Tap Mirror: Handle Delete Port: a6dc1940-a273-4126-8138-ba9b79d96675 [pid: 7|app: 0|req: 1040/2060] 10.0.0.214 () {32 vars in 722 bytes} [Thu Aug 13 19:39:01 2026] DELETE /v2.0/trunks/073c5b97-7941-451c-a428-a0f1807d8790 => 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: 1041/2061] 10.0.0.214 () {32 vars in 719 bytes} [Thu Aug 13 19:39:01 2026] GET /v2.0/trunks/dbb6fced-3b9f-4a08-b651-1efb19ace1e8 => generated 407 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2062] 10.0.0.214 () {32 vars in 717 bytes} [Thu Aug 13 19:39:01 2026] GET /v2.0/ports/e37fe3fa-d955-4afe-9de4-7d46ed35b00f => generated 826 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:39:01.505 8 INFO neutron_taas.services.taas.taas_plugin [None req-d758a7bd-6b4c-4305-aba2-85ee82e51cdb 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] TaaS: Handle Delete Port: 5d5cfdea-a6af-42cb-ad14-9589c0ec578f 2026-08-13 19:39:01.508 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d758a7bd-6b4c-4305-aba2-85ee82e51cdb 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] Tap Mirror: Handle Delete Port: 5d5cfdea-a6af-42cb-ad14-9589c0ec578f [pid: 7|app: 0|req: 1043/2063] 10.0.0.214 () {32 vars in 722 bytes} [Thu Aug 13 19:39:01 2026] DELETE /v2.0/trunks/dbb6fced-3b9f-4a08-b651-1efb19ace1e8 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:39:01.610 7 INFO neutron_taas.services.taas.taas_plugin [None req-f136f0e7-86ae-45ca-9d58-1fdc83e3dfab 069187af14b84fdf9af5c4b1324802f2 603a7c50832d4cf0927598ef7cc189d6 - - default default] TaaS: Handle Delete Port: 4872f398-03f3-4176-9652-8ade2cb8a592 2026-08-13 19:39:01.613 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f136f0e7-86ae-45ca-9d58-1fdc83e3dfab 069187af14b84fdf9af5c4b1324802f2 603a7c50832d4cf0927598ef7cc189d6 - - default default] Tap Mirror: Handle Delete Port: 4872f398-03f3-4176-9652-8ade2cb8a592 [pid: 7|app: 0|req: 1044/2064] 10.0.0.214 () {32 vars in 720 bytes} [Thu Aug 13 19:39:01 2026] DELETE /v2.0/ports/4872f398-03f3-4176-9652-8ade2cb8a592 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:39:01.927 8 INFO neutron.db.l3_hamode_db [None req-d758a7bd-6b4c-4305-aba2-85ee82e51cdb 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] HA network da5faae8-3951-46df-91b4-7d1faeea3b2f was deleted as no HA routers are present in tenant 29c42cbd155e4cab9cb9cb35c590282a. [pid: 8|app: 0|req: 1021/2065] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:39:00 2026] DELETE /v2.0/routers/08f194f0-b6e5-4787-8f2c-78226d37b58a => generated 0 bytes in 982 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:39:02.049 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce237ff4-95b9-41cb-a89b-9da957e562c9 069187af14b84fdf9af5c4b1324802f2 603a7c50832d4cf0927598ef7cc189d6 - - default default] TaaS: Handle Delete Port: 42370245-5a1c-4783-ac48-3e3efa80c0ec 2026-08-13 19:39:02.052 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce237ff4-95b9-41cb-a89b-9da957e562c9 069187af14b84fdf9af5c4b1324802f2 603a7c50832d4cf0927598ef7cc189d6 - - default default] Tap Mirror: Handle Delete Port: 42370245-5a1c-4783-ac48-3e3efa80c0ec [pid: 7|app: 0|req: 1045/2066] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:39:01 2026] GET /v2.0/security-groups?tenant_id=8891179d21464c23811956281b1be391&name=default => generated 2925 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2067] 10.0.0.214 () {32 vars in 736 bytes} [Thu Aug 13 19:39:02 2026] GET /v2.0/ports?device_id=08f194f0-b6e5-4787-8f2c-78226d37b58a => 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: 1022/2068] 10.0.0.214 () {32 vars in 720 bytes} [Thu Aug 13 19:39:01 2026] DELETE /v2.0/ports/42370245-5a1c-4783-ac48-3e3efa80c0ec => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:39:02.150 8 INFO neutron.api.v2.resource [None req-3740171d-3bde-44d6-b22c-5c2270e6a240 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1023/2069] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:39:02 2026] DELETE /v2.0/routers/08f194f0-b6e5-4787-8f2c-78226d37b58a => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2070] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:02 2026] DELETE /v2.0/security-groups/caa12e7b-e09d-4eab-8ff9-260a3a979ec6 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2071] 10.0.0.214 () {32 vars in 736 bytes} [Thu Aug 13 19:39:02 2026] GET /v2.0/ports?device_id=fdc6d3c7-eeb2-47e2-a55b-00b0548d3dfa => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:39:02.243 7 INFO neutron.api.v2.resource [None req-5cabdec1-ca36-48d1-92d8-73c69efb10cf 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1049/2072] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:39:02 2026] DELETE /v2.0/routers/fdc6d3c7-eeb2-47e2-a55b-00b0548d3dfa => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:39:02.255 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0b9e3c0f-1695-466b-8ad8-0f38def751c2 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1050/2073] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:39:02 2026] DELETE /v2.0/subnets/82149ac4-daf3-4e92-8fa8-fe16e9c8e51c => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:39:02.267 8 INFO neutron_taas.services.taas.taas_plugin [None req-a77aed22-0959-4ca6-af1a-ac403d1f9063 069187af14b84fdf9af5c4b1324802f2 603a7c50832d4cf0927598ef7cc189d6 - - default default] TaaS: Handle Delete Port: 1e9f8f04-1104-415b-b4a1-7c5d2d735630 2026-08-13 19:39:02.270 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a77aed22-0959-4ca6-af1a-ac403d1f9063 069187af14b84fdf9af5c4b1324802f2 603a7c50832d4cf0927598ef7cc189d6 - - default default] Tap Mirror: Handle Delete Port: 1e9f8f04-1104-415b-b4a1-7c5d2d735630 [pid: 7|app: 0|req: 1051/2074] 10.0.0.214 () {32 vars in 736 bytes} [Thu Aug 13 19:39:02 2026] GET /v2.0/ports?device_id=0b3ea8aa-9433-4604-9a17-11110c18cd06 => generated 12 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:39:02.286 7 INFO neutron.api.v2.resource [None req-97bd6b7f-95d5-4b3c-a7cf-159e7e1b28c8 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1052/2075] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:39:02 2026] DELETE /v2.0/routers/0b3ea8aa-9433-4604-9a17-11110c18cd06 => generated 135 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:39:02.297 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8787c0a7-e286-4881-a8fd-bbf0681a6667 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1053/2076] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:39:02 2026] DELETE /v2.0/subnets/6b34ac1e-1a28-4367-abed-ce0881feff9a => generated 136 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2077] 10.0.0.214 () {32 vars in 736 bytes} [Thu Aug 13 19:39:02 2026] GET /v2.0/ports?device_id=b36f11d5-8500-4a8c-8a34-c1bb499d5dbb => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:39:02.330 7 INFO neutron.api.v2.resource [None req-8690c9b3-c75a-480b-93ed-48ed5ad0d6cf 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1055/2078] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:39:02 2026] DELETE /v2.0/routers/b36f11d5-8500-4a8c-8a34-c1bb499d5dbb => generated 135 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2079] 10.0.0.214 () {32 vars in 720 bytes} [Thu Aug 13 19:39:02 2026] DELETE /v2.0/ports/1e9f8f04-1104-415b-b4a1-7c5d2d735630 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:39:02.343 7 INFO neutron.pecan_wsgi.hooks.translation [None req-19e868ab-0b34-4772-9477-811e6086d946 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1056/2080] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:39:02 2026] DELETE /v2.0/subnets/7bc05bb6-6124-4ed4-918e-ef1842b0f3c4 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:39:02.428 7 INFO neutron_taas.services.taas.taas_plugin [None req-b709fc04-96ea-4fc6-865d-9236e3b57b3d 069187af14b84fdf9af5c4b1324802f2 603a7c50832d4cf0927598ef7cc189d6 - - default default] TaaS: Handle Delete Port: 74919aed-b0c9-462d-a500-28cbd6f389b9 2026-08-13 19:39:02.431 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b709fc04-96ea-4fc6-865d-9236e3b57b3d 069187af14b84fdf9af5c4b1324802f2 603a7c50832d4cf0927598ef7cc189d6 - - default default] Tap Mirror: Handle Delete Port: 74919aed-b0c9-462d-a500-28cbd6f389b9 2026-08-13 19:39:02.458 7 INFO neutron.services.segments.plugin [-] Segment fa0de18d-f1de-4419-ba43-11f4d67728d3 resource provider aggregate not found [pid: 8|app: 0|req: 1025/2081] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:39:02 2026] GET /v2.0/security-groups?tenant_id=c804825f099149a695a1f231aeb79c02&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:39:02.469 8 INFO neutron.pecan_wsgi.hooks.translation [None req-eff6dc1d-671a-42c1-b1f2-0405d40d0cca 1a69046473f84ae9b418b849b9e5ffbc 29c42cbd155e4cab9cb9cb35c590282a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1026/2082] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:39:02 2026] DELETE /v2.0/subnets/5d349ef8-34fb-425e-a88f-6ce48c8e0ed5 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:39:02.475 7 INFO neutron.services.segments.plugin [-] Segment fa0de18d-f1de-4419-ba43-11f4d67728d3 resource provider aggregate not found 2026-08-13 19:39:02.491 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fa0de18d-f1de-4419-ba43-11f4d67728d3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa0de18d-f1de-4419-ba43-11f4d67728d3 found for delete ", "request_id": "req-b751bbd3-0f49-4b0a-ad18-8039326be17a"}]} 2026-08-13 19:39:02.497 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fa0de18d-f1de-4419-ba43-11f4d67728d3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa0de18d-f1de-4419-ba43-11f4d67728d3 found for delete ", "request_id": "req-0e10a989-3cbc-4f19-8250-300753bdf45b"}]} 2026-08-13 19:39:02.510 7 INFO neutron.services.segments.plugin [-] Segment 9a03d212-210f-4c33-b97d-494b9cd53eee resource provider aggregate not found 2026-08-13 19:39:02.514 7 INFO neutron.services.segments.plugin [-] Segment 9a03d212-210f-4c33-b97d-494b9cd53eee resource provider aggregate not found 2026-08-13 19:39:02.527 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9a03d212-210f-4c33-b97d-494b9cd53eee resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a03d212-210f-4c33-b97d-494b9cd53eee found for delete ", "request_id": "req-d7a2acb1-8a84-45c3-8a6e-0116cdc18c26"}]} 2026-08-13 19:39:02.528 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9a03d212-210f-4c33-b97d-494b9cd53eee resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a03d212-210f-4c33-b97d-494b9cd53eee found for delete ", "request_id": "req-049e49d8-79cb-44c0-94c3-60f2f4add23c"}]} [pid: 7|app: 0|req: 1057/2083] 10.0.0.214 () {32 vars in 720 bytes} [Thu Aug 13 19:39:02 2026] DELETE /v2.0/ports/74919aed-b0c9-462d-a500-28cbd6f389b9 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2084] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:02 2026] DELETE /v2.0/security-groups/9e4d4783-7098-49a6-bee2-364354596f1c => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:39:02.647 7 INFO neutron_taas.services.taas.taas_plugin [None req-88688217-160e-4a79-9ff5-944a4ab902ac 069187af14b84fdf9af5c4b1324802f2 603a7c50832d4cf0927598ef7cc189d6 - - default default] TaaS: Handle Delete Port: e37fe3fa-d955-4afe-9de4-7d46ed35b00f 2026-08-13 19:39:02.650 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88688217-160e-4a79-9ff5-944a4ab902ac 069187af14b84fdf9af5c4b1324802f2 603a7c50832d4cf0927598ef7cc189d6 - - default default] Tap Mirror: Handle Delete Port: e37fe3fa-d955-4afe-9de4-7d46ed35b00f [pid: 8|app: 0|req: 1028/2085] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:39:02 2026] GET /v2.0/security-groups?tenant_id=1970a36c91e24344ab16d3f5018c900e&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2086] 10.0.0.214 () {32 vars in 720 bytes} [Thu Aug 13 19:39:02 2026] DELETE /v2.0/ports/e37fe3fa-d955-4afe-9de4-7d46ed35b00f => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2087] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:02 2026] DELETE /v2.0/security-groups/65bcb8a0-bbd6-4356-881d-c8dd5452b7e6 => 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: 1059/2088] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:39:02 2026] DELETE /v2.0/networks/40f0a4cd-86b7-4d6b-8fb9-e5032e487c9e => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2089] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:39:02 2026] DELETE /v2.0/networks/1772168f-cf46-4047-84a0-60ea200e7c92 => 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: 1060/2090] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:39:02 2026] GET /v2.0/security-groups?tenant_id=29c42cbd155e4cab9cb9cb35c590282a&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2091] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:39:03 2026] DELETE /v2.0/networks/947f367c-a197-46ec-ad35-981b1b0665de => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:39:03.219 8 INFO neutron.services.segments.plugin [-] Segment a5c302cc-95fa-4512-8f8b-0c5acfd66001 resource provider aggregate not found 2026-08-13 19:39:03.223 8 INFO neutron.services.segments.plugin [-] Segment a5c302cc-95fa-4512-8f8b-0c5acfd66001 resource provider aggregate not found 2026-08-13 19:39:03.239 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a5c302cc-95fa-4512-8f8b-0c5acfd66001 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5c302cc-95fa-4512-8f8b-0c5acfd66001 found for delete ", "request_id": "req-63bbe900-b843-46f6-92b6-4ae05a24979d"}]} 2026-08-13 19:39:03.244 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a5c302cc-95fa-4512-8f8b-0c5acfd66001 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5c302cc-95fa-4512-8f8b-0c5acfd66001 found for delete ", "request_id": "req-6db1e73e-c161-4ccd-a973-951372c68621"}]} [pid: 7|app: 0|req: 1061/2092] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:03 2026] DELETE /v2.0/security-groups/cab00918-a7b9-45ff-98b6-554017f635bd => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:39:03.259 8 INFO neutron.services.segments.plugin [-] Segment a05a012d-4fca-464c-8480-8b5c69644146 resource provider aggregate not found 2026-08-13 19:39:03.266 8 INFO neutron.services.segments.plugin [-] Segment a05a012d-4fca-464c-8480-8b5c69644146 resource provider aggregate not found 2026-08-13 19:39:03.279 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a05a012d-4fca-464c-8480-8b5c69644146 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a05a012d-4fca-464c-8480-8b5c69644146 found for delete ", "request_id": "req-2de67859-c2d6-4409-a6d0-2cc4344663c1"}]} 2026-08-13 19:39:03.284 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a05a012d-4fca-464c-8480-8b5c69644146 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a05a012d-4fca-464c-8480-8b5c69644146 found for delete ", "request_id": "req-2c81c707-f3cd-4d82-ab33-589bf85393db"}]} 2026-08-13 19:39:03.298 8 INFO neutron.services.segments.plugin [-] Segment 5ae41a5c-78ae-4259-9717-a17175b222e2 resource provider aggregate not found 2026-08-13 19:39:03.302 8 INFO neutron.services.segments.plugin [-] Segment 5ae41a5c-78ae-4259-9717-a17175b222e2 resource provider aggregate not found 2026-08-13 19:39:03.315 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5ae41a5c-78ae-4259-9717-a17175b222e2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ae41a5c-78ae-4259-9717-a17175b222e2 found for delete ", "request_id": "req-611e4e8a-e123-4b8b-926e-6dbc7d34f4ce"}]} 2026-08-13 19:39:03.317 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5ae41a5c-78ae-4259-9717-a17175b222e2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ae41a5c-78ae-4259-9717-a17175b222e2 found for delete ", "request_id": "req-5a0e4bfd-f0b2-4bcd-b9b5-b1b203965364"}]} [pid: 8|app: 0|req: 1032/2093] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:39:03 2026] DELETE /v2.0/networks/78c610dd-53a1-4a8e-96d8-bb9aa6967681 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2094] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:39:03 2026] DELETE /v2.0/networks/69c40774-480c-4835-8a9a-0f81c026a730 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:39:04.549 7 INFO neutron.services.segments.plugin [-] Segment fe671210-7504-4eff-a3a4-3ddc59aea109 resource provider aggregate not found 2026-08-13 19:39:04.553 7 INFO neutron.services.segments.plugin [-] Segment fe671210-7504-4eff-a3a4-3ddc59aea109 resource provider aggregate not found 2026-08-13 19:39:04.570 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fe671210-7504-4eff-a3a4-3ddc59aea109 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe671210-7504-4eff-a3a4-3ddc59aea109 found for delete ", "request_id": "req-2db098e2-56ff-49b7-ac3b-906c15cdbe1b"}]} 2026-08-13 19:39:04.573 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fe671210-7504-4eff-a3a4-3ddc59aea109 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe671210-7504-4eff-a3a4-3ddc59aea109 found for delete ", "request_id": "req-39d2c3c8-5fbb-47dc-8cd7-950db8907fd0"}]} 2026-08-13 19:39:04.588 7 INFO neutron.services.segments.plugin [-] Segment 62224f02-4567-4207-8709-5c16a0941e31 resource provider aggregate not found [pid: 8|app: 0|req: 1033/2095] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:39:04 2026] GET /v2.0/security-groups?tenant_id=7e1f01477cfa48218f1152236d283fc4&name=default => generated 2925 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:39:04.596 7 INFO neutron.services.segments.plugin [-] Segment 62224f02-4567-4207-8709-5c16a0941e31 resource provider aggregate not found 2026-08-13 19:39:04.611 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 62224f02-4567-4207-8709-5c16a0941e31 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62224f02-4567-4207-8709-5c16a0941e31 found for delete ", "request_id": "req-4b25b7cb-223c-4c31-a4a1-1128282f2d31"}]} 2026-08-13 19:39:04.617 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 62224f02-4567-4207-8709-5c16a0941e31 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62224f02-4567-4207-8709-5c16a0941e31 found for delete ", "request_id": "req-3ea6585a-b6af-4f46-83f1-8641a89dbc95"}]} [pid: 7|app: 0|req: 1063/2096] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:04 2026] DELETE /v2.0/security-groups/e81511c4-800b-41bf-8f20-9baa981dcffd => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2097] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:39:04 2026] GET /v2.0/security-groups?tenant_id=603a7c50832d4cf0927598ef7cc189d6&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2098] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:04 2026] DELETE /v2.0/security-groups/e59b0d10-6b5d-40d6-8dd6-0809a59b54a3 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2099] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:39:05 2026] GET /v2.0/security-groups?tenant_id=d07d6a37102d404998d33db194c77207&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:39:05.349 8 INFO neutron.services.segments.plugin [-] Segment 40569fea-5f45-46db-9396-15231ad54990 resource provider aggregate not found 2026-08-13 19:39:05.356 8 INFO neutron.services.segments.plugin [-] Segment 40569fea-5f45-46db-9396-15231ad54990 resource provider aggregate not found 2026-08-13 19:39:05.365 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 40569fea-5f45-46db-9396-15231ad54990 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40569fea-5f45-46db-9396-15231ad54990 found for delete ", "request_id": "req-80dbaa9e-052c-445b-9af9-34ab3b11d0af"}]} 2026-08-13 19:39:05.374 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 40569fea-5f45-46db-9396-15231ad54990 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40569fea-5f45-46db-9396-15231ad54990 found for delete ", "request_id": "req-32618ba3-c9cf-405c-8219-7fd5fb5247f9"}]} [pid: 7|app: 0|req: 1065/2100] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:05 2026] DELETE /v2.0/security-groups/a14c36d0-7b59-428a-8087-7339df234b48 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:39:07.497 8 INFO neutron.db.segments_db [None req-d32e287e-a48d-48d5-8450-d62343c50f1c 41ddf6be50274017b45ffc581a1b404e 76a5f282f75849cd8d6cdd8eedfb1eb8 - - default default] Added segment 35432c80-b32f-48a7-8244-432229d52114 of type vxlan for network 625aa6de-634b-49be-b6a3-0b6e38110447 2026-08-13 19:39:07.762 8 INFO neutron.db.l3_hamode_db [None req-d32e287e-a48d-48d5-8450-d62343c50f1c 41ddf6be50274017b45ffc581a1b404e 76a5f282f75849cd8d6cdd8eedfb1eb8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 19:39:07.870 8 INFO neutron.db.l3_hamode_db [None req-d32e287e-a48d-48d5-8450-d62343c50f1c 41ddf6be50274017b45ffc581a1b404e 76a5f282f75849cd8d6cdd8eedfb1eb8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1036/2101] 10.0.0.214 () {34 vars in 668 bytes} [Thu Aug 13 19:39:07 2026] POST /v2.0/routers => generated 474 bytes in 1142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:39:08.520 7 INFO neutron.db.l3_hamode_db [None req-e4a60bb2-18bc-46b1-87ab-1e444d5efeac 41ddf6be50274017b45ffc581a1b404e 76a5f282f75849cd8d6cdd8eedfb1eb8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 19:39:08.639 7 INFO neutron.db.l3_hamode_db [None req-e4a60bb2-18bc-46b1-87ab-1e444d5efeac 41ddf6be50274017b45ffc581a1b404e 76a5f282f75849cd8d6cdd8eedfb1eb8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1037/2102] 10.0.0.214 () {34 vars in 676 bytes} [Thu Aug 13 19:39:08 2026] POST /v2.0/floatingips => generated 552 bytes in 519 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2103] 10.0.0.214 () {34 vars in 668 bytes} [Thu Aug 13 19:39:08 2026] POST /v2.0/routers => generated 474 bytes in 720 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2104] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:39:09 2026] GET /v2.0/security-groups?tenant_id=0b27328dd41541d08695f6d805faf559&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2105] 10.0.0.214 () {34 vars in 759 bytes} [Thu Aug 13 19:39:09 2026] PUT /v2.0/floatingips/610672f7-bb1a-4f22-8212-1865c353743a/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:39:09.393 8 INFO neutron.db.l3_hamode_db [None req-52ad30eb-0eb4-4801-82cf-a4f3586efa71 41ddf6be50274017b45ffc581a1b404e 76a5f282f75849cd8d6cdd8eedfb1eb8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 19:39:09.398 7 INFO neutron.db.segments_db [None req-d9e2b3c3-82df-49bb-9b19-753637d18e74 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] Added segment 89dff55c-5d96-44f9-83a6-1ca4b42fb9d1 of type vxlan for network 7c94c18e-1604-403e-af52-e0cf1d8ac842 [pid: 7|app: 0|req: 1067/2106] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:39:09 2026] POST /v2.0/networks => generated 639 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:39:09.498 8 INFO neutron.db.l3_hamode_db [None req-52ad30eb-0eb4-4801-82cf-a4f3586efa71 41ddf6be50274017b45ffc581a1b404e 76a5f282f75849cd8d6cdd8eedfb1eb8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1068/2107] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:09 2026] DELETE /v2.0/security-groups/d726143a-45ae-4f9a-a85f-437700232c66 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2108] 10.0.0.214 () {32 vars in 739 bytes} [Thu Aug 13 19:39:09 2026] GET /v2.0/floatingips/610672f7-bb1a-4f22-8212-1865c353743a/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2109] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:39:09 2026] POST /v2.0/subnets => generated 657 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2110] 10.0.0.214 () {34 vars in 770 bytes} [Thu Aug 13 19:39:09 2026] PUT /v2.0/floatingips/610672f7-bb1a-4f22-8212-1865c353743a/tags/green => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2111] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:39:09 2026] GET /v2.0/security-groups?tenant_id=5b70d1110d224cb78587cf4ff9444502&name=default => generated 2929 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2112] 10.0.0.214 () {32 vars in 722 bytes} [Thu Aug 13 19:39:09 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2113] 10.0.0.214 () {32 vars in 739 bytes} [Thu Aug 13 19:39:10 2026] GET /v2.0/floatingips/610672f7-bb1a-4f22-8212-1865c353743a/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2114] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:10 2026] DELETE /v2.0/security-groups/9b89dbe2-cfa1-480b-9465-f277ce7efb97 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2115] 10.0.0.214 () {34 vars in 668 bytes} [Thu Aug 13 19:39:09 2026] POST /v2.0/routers => generated 474 bytes in 1134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2116] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:39:10 2026] POST /v2.0/subnets => generated 732 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2117] 10.0.0.214 () {34 vars in 766 bytes} [Thu Aug 13 19:39:10 2026] PUT /v2.0/floatingips/610672f7-bb1a-4f22-8212-1865c353743a/tags/red => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-08-13 19:39:10.547 7 INFO neutron.db.l3_hamode_db [None req-0cbafb82-622d-49c5-8274-4a4f1a8b9d39 41ddf6be50274017b45ffc581a1b404e 76a5f282f75849cd8d6cdd8eedfb1eb8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 19:39:10.589 8 INFO neutron.db.segments_db [None req-012de890-ebf2-476f-aa75-73e2be0b311b 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] Added segment 54ca41c1-df35-470d-b315-5d817df578f7 of type vxlan for network 810737e6-bdb0-4cdc-a5ee-e561fdd9eceb 2026-08-13 19:39:10.639 7 INFO neutron.db.l3_hamode_db [None req-0cbafb82-622d-49c5-8274-4a4f1a8b9d39 41ddf6be50274017b45ffc581a1b404e 76a5f282f75849cd8d6cdd8eedfb1eb8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1042/2118] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:39:10 2026] POST /v2.0/networks => generated 638 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2119] 10.0.0.214 () {32 vars in 739 bytes} [Thu Aug 13 19:39:10 2026] GET /v2.0/floatingips/610672f7-bb1a-4f22-8212-1865c353743a/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: 1044/2120] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:39:10 2026] POST /v2.0/subnets => generated 655 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2121] 10.0.0.214 () {34 vars in 788 bytes} [Thu Aug 13 19:39:10 2026] PUT /v2.0/floatingips/610672f7-bb1a-4f22-8212-1865c353743a/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: 1077/2122] 10.0.0.214 () {34 vars in 668 bytes} [Thu Aug 13 19:39:10 2026] POST /v2.0/routers => generated 474 bytes in 681 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2123] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:39:10 2026] POST /v2.0/subnets => generated 726 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2124] 10.0.0.214 () {32 vars in 739 bytes} [Thu Aug 13 19:39:11 2026] GET /v2.0/floatingips/610672f7-bb1a-4f22-8212-1865c353743a/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:39:11.266 8 INFO neutron.db.l3_hamode_db [None req-2bfb8a42-90eb-45ea-810f-7cc4a6b6034e 41ddf6be50274017b45ffc581a1b404e 76a5f282f75849cd8d6cdd8eedfb1eb8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 19:39:11.284 7 INFO neutron.db.segments_db [None req-9fa9a2a3-2003-429d-b36a-4a5759cce3f7 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] Added segment b7c90754-8a40-4f21-b76d-f9c60782c53e of type vxlan for network 495e7f1d-e9c2-4642-9d27-936443ce8a26 [pid: 7|app: 0|req: 1079/2125] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:39:11 2026] POST /v2.0/networks => generated 638 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:39:11.404 8 INFO neutron.db.l3_hamode_db [None req-2bfb8a42-90eb-45ea-810f-7cc4a6b6034e 41ddf6be50274017b45ffc581a1b404e 76a5f282f75849cd8d6cdd8eedfb1eb8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1080/2126] 10.0.0.214 () {34 vars in 759 bytes} [Thu Aug 13 19:39:11 2026] PUT /v2.0/floatingips/610672f7-bb1a-4f22-8212-1865c353743a/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2127] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:39:11 2026] POST /v2.0/subnets => generated 655 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2128] 10.0.0.214 () {32 vars in 739 bytes} [Thu Aug 13 19:39:11 2026] GET /v2.0/floatingips/610672f7-bb1a-4f22-8212-1865c353743a/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2129] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:39:11 2026] POST /v2.0/subnets => generated 730 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2130] 10.0.0.214 () {32 vars in 747 bytes} [Thu Aug 13 19:39:11 2026] GET /v2.0/floatingips/610672f7-bb1a-4f22-8212-1865c353743a/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:39:11.899 7 INFO neutron.db.segments_db [None req-1fefbd4e-6555-45fa-ad9e-0286bd72129b 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] Added segment bb65404b-58a8-47d6-ab5c-b4d2306d7805 of type vxlan for network 1b0d2cbc-c527-4652-bef2-023a09e5428e [pid: 8|app: 0|req: 1047/2131] 10.0.0.214 () {34 vars in 668 bytes} [Thu Aug 13 19:39:11 2026] POST /v2.0/routers => generated 474 bytes in 754 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:39:12.027 8 INFO neutron.api.v2.resource [None req-c080fc4b-7906-49a0-950f-27a973722c0f 19c4a942a64c482fb9239dbd785e6a4a 04659a1205c948bb980b0868a731e35c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1048/2132] 10.0.0.214 () {32 vars in 751 bytes} [Thu Aug 13 19:39:11 2026] GET /v2.0/floatingips/610672f7-bb1a-4f22-8212-1865c353743a/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-08-13 19:39:12.103 7 INFO neutron.db.l3_hamode_db [None req-1fefbd4e-6555-45fa-ad9e-0286bd72129b 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1049/2133] 10.0.0.214 () {34 vars in 751 bytes} [Thu Aug 13 19:39:12 2026] PUT /v2.0/routers/be32ab9c-6465-4b98-b47b-ad52c6c15e42/tags => generated 17 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2134] 10.0.0.214 () {32 vars in 750 bytes} [Thu Aug 13 19:39:12 2026] DELETE /v2.0/floatingips/610672f7-bb1a-4f22-8212-1865c353743a/tags/red => 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: 1053/2137] 10.0.0.214 () {34 vars in 751 bytes} [Thu Aug 13 19:39:12 2026] PUT /v2.0/routers/05e9a5f0-71c7-443c-825d-e2647f12db2e/tags => generated 25 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2138] 10.0.0.214 () {32 vars in 739 bytes} [Thu Aug 13 19:39:12 2026] GET /v2.0/floatingips/610672f7-bb1a-4f22-8212-1865c353743a/tags => generated 30 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2139] 10.0.0.214 () {34 vars in 751 bytes} [Thu Aug 13 19:39:12 2026] PUT /v2.0/routers/ff810e4e-5ebe-4484-a5c1-316b70bc1732/tags => generated 34 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:39:12.481 8 INFO neutron.api.v2.resource [None req-f4da2f2b-e9a0-4ae5-bd51-d3a7227b8442 19c4a942a64c482fb9239dbd785e6a4a 04659a1205c948bb980b0868a731e35c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1056/2140] 10.0.0.214 () {32 vars in 754 bytes} [Thu Aug 13 19:39:12 2026] DELETE /v2.0/floatingips/610672f7-bb1a-4f22-8212-1865c353743a/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2141] 10.0.0.214 () {34 vars in 751 bytes} [Thu Aug 13 19:39:12 2026] PUT /v2.0/routers/138f7c77-2365-499a-bd16-73fe646aa72e/tags => generated 19 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2142] 10.0.0.214 () {32 vars in 742 bytes} [Thu Aug 13 19:39:12 2026] DELETE /v2.0/floatingips/610672f7-bb1a-4f22-8212-1865c353743a/tags => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2143] 10.0.0.214 () {32 vars in 664 bytes} [Thu Aug 13 19:39:12 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2144] 10.0.0.214 () {32 vars in 739 bytes} [Thu Aug 13 19:39:12 2026] GET /v2.0/floatingips/610672f7-bb1a-4f22-8212-1865c353743a/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2145] 10.0.0.214 () {32 vars in 678 bytes} [Thu Aug 13 19:39:12 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:39:12.836 7 INFO neutron.db.l3_hamode_db [None req-1fefbd4e-6555-45fa-ad9e-0286bd72129b 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 19:39:12.903 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce3cf50f-b25a-4f52-bdcb-303a02076c10 19c4a942a64c482fb9239dbd785e6a4a 04659a1205c948bb980b0868a731e35c - - default default] TaaS: Handle Delete Port: 30b69df1-8ad4-43c7-9c73-a02f1182b5d5 2026-08-13 19:39:12.905 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce3cf50f-b25a-4f52-bdcb-303a02076c10 19c4a942a64c482fb9239dbd785e6a4a 04659a1205c948bb980b0868a731e35c - - default default] Tap Mirror: Handle Delete Port: 30b69df1-8ad4-43c7-9c73-a02f1182b5d5 [pid: 8|app: 0|req: 1062/2146] 10.0.0.214 () {32 vars in 732 bytes} [Thu Aug 13 19:39:12 2026] DELETE /v2.0/floatingips/610672f7-bb1a-4f22-8212-1865c353743a => generated 0 bytes in 225 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2147] 10.0.0.214 () {32 vars in 674 bytes} [Thu Aug 13 19:39:13 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2148] 10.0.0.214 () {32 vars in 686 bytes} [Thu Aug 13 19:39:13 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2149] 10.0.0.214 () {32 vars in 672 bytes} [Thu Aug 13 19:39:13 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2150] 10.0.0.214 () {32 vars in 686 bytes} [Thu Aug 13 19:39:13 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2151] 10.0.0.214 () {32 vars in 682 bytes} [Thu Aug 13 19:39:13 2026] GET /v2.0/routers?not-tags-any=blue => 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: 1068/2152] 10.0.0.214 () {32 vars in 694 bytes} [Thu Aug 13 19:39:13 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2153] 10.0.0.214 () {32 vars in 721 bytes} [Thu Aug 13 19:39:13 2026] GET /v2.0/routers/be32ab9c-6465-4b98-b47b-ad52c6c15e42 => generated 485 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2154] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:39:11 2026] POST /v2.0/routers => generated 685 bytes in 1838 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2155] 10.0.0.214 () {34 vars in 742 bytes} [Thu Aug 13 19:39:13 2026] PUT /v2.0/routers/be32ab9c-6465-4b98-b47b-ad52c6c15e42 => generated 485 bytes in 476 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2156] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:39:13 2026] GET /v2.0/security-groups?tenant_id=d673f388558040c9bf6a39e76d3c4ccd&name=default => generated 2929 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2157] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:39:13 2026] GET /v2.0/security-groups?tenant_id=04659a1205c948bb980b0868a731e35c&name=default => generated 2929 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2158] 10.0.0.214 () {32 vars in 736 bytes} [Thu Aug 13 19:39:14 2026] GET /v2.0/ports?device_id=be32ab9c-6465-4b98-b47b-ad52c6c15e42 => 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: 1073/2159] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:14 2026] DELETE /v2.0/security-groups/3d3faaec-5d2d-4e5c-aa58-ee3eac1b5158 => 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: 1074/2160] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:14 2026] DELETE /v2.0/security-groups/243da1f8-1b4f-4abe-adf5-4530faf9ee6f => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:39:14.553 8 INFO neutron_taas.services.taas.taas_plugin [None req-83c915b2-8461-489d-8292-1b2948bba527 41ddf6be50274017b45ffc581a1b404e 76a5f282f75849cd8d6cdd8eedfb1eb8 - - default default] TaaS: Handle Delete Port: 3e361710-7397-415e-a5c7-b5245ee8db8d 2026-08-13 19:39:14.556 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83c915b2-8461-489d-8292-1b2948bba527 41ddf6be50274017b45ffc581a1b404e 76a5f282f75849cd8d6cdd8eedfb1eb8 - - default default] Tap Mirror: Handle Delete Port: 3e361710-7397-415e-a5c7-b5245ee8db8d [pid: 8|app: 0|req: 1075/2161] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:39:14 2026] DELETE /v2.0/routers/be32ab9c-6465-4b98-b47b-ad52c6c15e42 => generated 0 bytes in 366 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2162] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:39:14 2026] GET /v2.0/security-groups?tenant_id=51e291bf4a2a47ecb1600188c2aeb94a&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: 1077/2163] 10.0.0.214 () {32 vars in 721 bytes} [Thu Aug 13 19:39:14 2026] GET /v2.0/routers/05e9a5f0-71c7-443c-825d-e2647f12db2e => generated 493 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2164] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:14 2026] DELETE /v2.0/security-groups/0c75ef2c-508c-470f-a523-a79978eb9b24 => 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: 1087/2165] 10.0.0.214 () {34 vars in 783 bytes} [Thu Aug 13 19:39:13 2026] PUT /v2.0/routers/f70c0d32-5785-4151-a406-de0fcca952f5/add_router_interface => generated 309 bytes in 1296 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2166] 10.0.0.214 () {34 vars in 742 bytes} [Thu Aug 13 19:39:15 2026] PUT /v2.0/routers/05e9a5f0-71c7-443c-825d-e2647f12db2e => generated 493 bytes in 488 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2167] 10.0.0.214 () {32 vars in 736 bytes} [Thu Aug 13 19:39:15 2026] GET /v2.0/ports?device_id=05e9a5f0-71c7-443c-825d-e2647f12db2e => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:39:15.671 8 INFO neutron_taas.services.taas.taas_plugin [None req-71fbf0c8-d1c4-4066-a4b3-76bd303bcade 41ddf6be50274017b45ffc581a1b404e 76a5f282f75849cd8d6cdd8eedfb1eb8 - - default default] TaaS: Handle Delete Port: 89112beb-1148-474d-80a4-2397c4fa4bd9 2026-08-13 19:39:15.674 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71fbf0c8-d1c4-4066-a4b3-76bd303bcade 41ddf6be50274017b45ffc581a1b404e 76a5f282f75849cd8d6cdd8eedfb1eb8 - - default default] Tap Mirror: Handle Delete Port: 89112beb-1148-474d-80a4-2397c4fa4bd9 [pid: 8|app: 0|req: 1081/2168] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:39:15 2026] DELETE /v2.0/routers/05e9a5f0-71c7-443c-825d-e2647f12db2e => generated 0 bytes in 320 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2169] 10.0.0.214 () {32 vars in 721 bytes} [Thu Aug 13 19:39:15 2026] GET /v2.0/routers/ff810e4e-5ebe-4484-a5c1-316b70bc1732 => generated 502 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2170] 10.0.0.214 () {34 vars in 742 bytes} [Thu Aug 13 19:39:15 2026] PUT /v2.0/routers/ff810e4e-5ebe-4484-a5c1-316b70bc1732 => generated 502 bytes in 442 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2171] 10.0.0.214 () {32 vars in 736 bytes} [Thu Aug 13 19:39:16 2026] GET /v2.0/ports?device_id=ff810e4e-5ebe-4484-a5c1-316b70bc1732 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:39:16.543 8 INFO neutron_taas.services.taas.taas_plugin [None req-af4ec63b-2db9-4bda-b04e-178afe7d962d 41ddf6be50274017b45ffc581a1b404e 76a5f282f75849cd8d6cdd8eedfb1eb8 - - default default] TaaS: Handle Delete Port: 1f374c48-7ce8-4900-bacb-da99285f6068 2026-08-13 19:39:16.546 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af4ec63b-2db9-4bda-b04e-178afe7d962d 41ddf6be50274017b45ffc581a1b404e 76a5f282f75849cd8d6cdd8eedfb1eb8 - - default default] Tap Mirror: Handle Delete Port: 1f374c48-7ce8-4900-bacb-da99285f6068 [pid: 7|app: 0|req: 1088/2172] 10.0.0.214 () {34 vars in 783 bytes} [Thu Aug 13 19:39:15 2026] PUT /v2.0/routers/f70c0d32-5785-4151-a406-de0fcca952f5/add_router_interface => generated 309 bytes in 1339 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2173] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:39:16 2026] DELETE /v2.0/routers/ff810e4e-5ebe-4484-a5c1-316b70bc1732 => generated 0 bytes in 346 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2174] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:39:16 2026] GET /v2.0/security-groups?tenant_id=553abedc61c846299b7af1fbdac9be2b&name=default => generated 2929 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2175] 10.0.0.214 () {32 vars in 721 bytes} [Thu Aug 13 19:39:16 2026] GET /v2.0/routers/138f7c77-2365-499a-bd16-73fe646aa72e => generated 487 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2176] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:17 2026] DELETE /v2.0/security-groups/8cd6a0aa-48ed-4955-9841-c813a34dc7bd => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2177] 10.0.0.214 () {34 vars in 742 bytes} [Thu Aug 13 19:39:17 2026] PUT /v2.0/routers/138f7c77-2365-499a-bd16-73fe646aa72e => generated 487 bytes in 523 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2178] 10.0.0.214 () {32 vars in 736 bytes} [Thu Aug 13 19:39:17 2026] GET /v2.0/ports?device_id=138f7c77-2365-499a-bd16-73fe646aa72e => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:39:17.918 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5e1c321-be3f-4a06-b2f3-6f8980c301d7 41ddf6be50274017b45ffc581a1b404e 76a5f282f75849cd8d6cdd8eedfb1eb8 - - default default] TaaS: Handle Delete Port: 00039e81-2a58-4f2d-9409-ef14c30a8ceb 2026-08-13 19:39:17.921 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5e1c321-be3f-4a06-b2f3-6f8980c301d7 41ddf6be50274017b45ffc581a1b404e 76a5f282f75849cd8d6cdd8eedfb1eb8 - - default default] Tap Mirror: Handle Delete Port: 00039e81-2a58-4f2d-9409-ef14c30a8ceb [pid: 8|app: 0|req: 1086/2179] 10.0.0.214 () {34 vars in 783 bytes} [Thu Aug 13 19:39:16 2026] PUT /v2.0/routers/f70c0d32-5785-4151-a406-de0fcca952f5/add_router_interface => generated 309 bytes in 1306 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2180] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:39:17 2026] DELETE /v2.0/routers/138f7c77-2365-499a-bd16-73fe646aa72e => generated 0 bytes in 417 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2181] 10.0.0.214 () {32 vars in 721 bytes} [Thu Aug 13 19:39:18 2026] GET /v2.0/routers/16c16177-db73-44ad-8115-88d0270521e4 => generated 480 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2182] 10.0.0.214 () {34 vars in 684 bytes} [Thu Aug 13 19:39:18 2026] POST /v2.0/security-groups => generated 1630 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2183] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:39:18 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) [pid: 8|app: 0|req: 1089/2184] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:39:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2185] 10.0.0.214 () {34 vars in 742 bytes} [Thu Aug 13 19:39:18 2026] PUT /v2.0/routers/16c16177-db73-44ad-8115-88d0270521e4 => generated 480 bytes in 513 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:39:18.761 8 INFO neutron.db.segments_db [None req-7bff0083-14b3-4371-aa49-672e152fb37b 95bd9d5713964e7e9961665c1be3f117 63dbfb9f220642d98a0d6361ac84a8b0 - - default default] Added segment 050e6093-db9d-4f11-b8eb-6ea28b6f3a3c of type vxlan for network 317d9a1c-7a52-405a-bf4d-3fce43d99d98 [pid: 8|app: 0|req: 1090/2186] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:39:18 2026] POST /v2.0/networks => generated 631 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2187] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:39:18 2026] POST /v2.0/security-group-rules => generated 599 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2188] 10.0.0.214 () {32 vars in 736 bytes} [Thu Aug 13 19:39:18 2026] GET /v2.0/ports?device_id=16c16177-db73-44ad-8115-88d0270521e4 => 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: 1098/2189] 10.0.0.214 () {34 vars in 753 bytes} [Thu Aug 13 19:39:18 2026] PUT /v2.0/networks/317d9a1c-7a52-405a-bf4d-3fce43d99d98/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: 1092/2190] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:39:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2191] 10.0.0.214 () {32 vars in 733 bytes} [Thu Aug 13 19:39:18 2026] GET /v2.0/networks/317d9a1c-7a52-405a-bf4d-3fce43d99d98/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:39:19.058 7 INFO neutron_taas.services.taas.taas_plugin [None req-4c86d265-52de-4fff-8e39-fe4fb9580d05 41ddf6be50274017b45ffc581a1b404e 76a5f282f75849cd8d6cdd8eedfb1eb8 - - default default] TaaS: Handle Delete Port: 972e429c-1257-4d82-8af5-8a25e766d779 2026-08-13 19:39:19.061 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c86d265-52de-4fff-8e39-fe4fb9580d05 41ddf6be50274017b45ffc581a1b404e 76a5f282f75849cd8d6cdd8eedfb1eb8 - - default default] Tap Mirror: Handle Delete Port: 972e429c-1257-4d82-8af5-8a25e766d779 2026-08-13 19:39:19.251 8 INFO neutron.db.segments_db [None req-40b74c49-afdb-4c0c-9860-4b17ee4507a5 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Added segment 5e4c5cc9-026d-46a2-b5ac-1adfd7a77dde of type vxlan for network de297b54-60ba-4ad5-947e-d3617eabc34b [pid: 8|app: 0|req: 1094/2192] 10.0.0.214 () {34 vars in 671 bytes} [Thu Aug 13 19:39:19 2026] POST /v2.0/networks => generated 741 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:39:19.319 7 INFO neutron.services.segments.plugin [-] Segment 35432c80-b32f-48a7-8244-432229d52114 resource provider aggregate not found 2026-08-13 19:39:19.323 7 INFO neutron.services.segments.plugin [-] Segment 35432c80-b32f-48a7-8244-432229d52114 resource provider aggregate not found 2026-08-13 19:39:19.335 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 35432c80-b32f-48a7-8244-432229d52114 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35432c80-b32f-48a7-8244-432229d52114 found for delete ", "request_id": "req-0b64b300-365d-45bf-8348-d3397d8357b0"}]} 2026-08-13 19:39:19.338 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 35432c80-b32f-48a7-8244-432229d52114 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35432c80-b32f-48a7-8244-432229d52114 found for delete ", "request_id": "req-00049e0f-76f6-4162-8ec5-ce861d8b7aef"}]} 2026-08-13 19:39:19.347 7 INFO neutron.db.l3_hamode_db [None req-4c86d265-52de-4fff-8e39-fe4fb9580d05 41ddf6be50274017b45ffc581a1b404e 76a5f282f75849cd8d6cdd8eedfb1eb8 - - default default] HA network 625aa6de-634b-49be-b6a3-0b6e38110447 was deleted as no HA routers are present in tenant 76a5f282f75849cd8d6cdd8eedfb1eb8. [pid: 7|app: 0|req: 1099/2193] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:39:18 2026] DELETE /v2.0/routers/16c16177-db73-44ad-8115-88d0270521e4 => generated 0 bytes in 440 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2194] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:39:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2195] 10.0.0.214 () {34 vars in 764 bytes} [Thu Aug 13 19:39:19 2026] PUT /v2.0/networks/317d9a1c-7a52-405a-bf4d-3fce43d99d98/tags/green => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2196] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:39:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2197] 10.0.0.214 () {32 vars in 733 bytes} [Thu Aug 13 19:39:19 2026] GET /v2.0/networks/317d9a1c-7a52-405a-bf4d-3fce43d99d98/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2198] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:39:19 2026] POST /v2.0/subnets => generated 688 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2199] 10.0.0.214 () {34 vars in 760 bytes} [Thu Aug 13 19:39:19 2026] PUT /v2.0/networks/317d9a1c-7a52-405a-bf4d-3fce43d99d98/tags/red => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2200] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:39:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:39:19.664 8 INFO neutron.db.segments_db [None req-66da0e1b-a392-48ab-9b5e-b6a15d4a5669 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Added segment a16e54a4-ba1a-4d1b-8f05-b81d5fa8dfb3 of type vxlan for network f85f67d5-6ace-468b-bd90-390744ab97fd [pid: 7|app: 0|req: 1104/2201] 10.0.0.214 () {32 vars in 733 bytes} [Thu Aug 13 19:39:19 2026] GET /v2.0/networks/317d9a1c-7a52-405a-bf4d-3fce43d99d98/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2202] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:39:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:39:19.874 8 INFO neutron.db.l3_hamode_db [None req-66da0e1b-a392-48ab-9b5e-b6a15d4a5669 bb626975ff5b41fd931b181f48ad6e14 c44e49f929ce40b7b1048db17c89d899 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1106/2203] 10.0.0.214 () {34 vars in 782 bytes} [Thu Aug 13 19:39:19 2026] PUT /v2.0/networks/317d9a1c-7a52-405a-bf4d-3fce43d99d98/tags/black.or.white => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2204] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:39:19 2026] POST /v2.0/security-group-rules => generated 599 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2205] 10.0.0.214 () {32 vars in 733 bytes} [Thu Aug 13 19:39:19 2026] GET /v2.0/networks/317d9a1c-7a52-405a-bf4d-3fce43d99d98/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2206] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:39:20 2026] POST /v2.0/security-group-rules => generated 601 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2207] 10.0.0.214 () {34 vars in 753 bytes} [Thu Aug 13 19:39:20 2026] PUT /v2.0/networks/317d9a1c-7a52-405a-bf4d-3fce43d99d98/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: 1111/2208] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:39:20 2026] GET /v2.0/security-groups?tenant_id=76a5f282f75849cd8d6cdd8eedfb1eb8&name=default => generated 2929 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:39:20.522 8 INFO neutron.db.l3_hamode_db [None req-66da0e1b-a392-48ab-9b5e-b6a15d4a5669 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1112/2209] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:39:20 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: 1113/2210] 10.0.0.214 () {32 vars in 733 bytes} [Thu Aug 13 19:39:20 2026] GET /v2.0/networks/317d9a1c-7a52-405a-bf4d-3fce43d99d98/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2211] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:20 2026] DELETE /v2.0/security-groups/36b7d783-3f35-4a10-bb44-03910c698373 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2212] 10.0.0.214 () {32 vars in 741 bytes} [Thu Aug 13 19:39:20 2026] GET /v2.0/networks/317d9a1c-7a52-405a-bf4d-3fce43d99d98/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:39:20.815 7 INFO neutron.api.v2.resource [None req-15bfdebf-57f4-44d4-aadf-26c29fee4043 95bd9d5713964e7e9961665c1be3f117 63dbfb9f220642d98a0d6361ac84a8b0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1116/2213] 10.0.0.214 () {32 vars in 745 bytes} [Thu Aug 13 19:39:20 2026] GET /v2.0/networks/317d9a1c-7a52-405a-bf4d-3fce43d99d98/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2214] 10.0.0.214 () {32 vars in 744 bytes} [Thu Aug 13 19:39:20 2026] DELETE /v2.0/networks/317d9a1c-7a52-405a-bf4d-3fce43d99d98/tags/red => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2215] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:39:20 2026] GET /v2.0/security-groups?tenant_id=c9ae4282ba354726ae3419cae8db5e68&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2216] 10.0.0.214 () {32 vars in 733 bytes} [Thu Aug 13 19:39:21 2026] GET /v2.0/networks/317d9a1c-7a52-405a-bf4d-3fce43d99d98/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2217] 10.0.0.213 () {34 vars in 1096 bytes} [Thu Aug 13 19:39:21 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1667387937&fields=id&tenant_id=b6c0d5fde4a342fd8a2823a8b10047ef => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2218] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:21 2026] DELETE /v2.0/security-groups/1ea43283-1c09-465b-9a7d-7d9652e9d9f5 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:39:21.261 7 INFO neutron.api.v2.resource [None req-1dce0f38-385e-4772-8bca-52e10bba423a 95bd9d5713964e7e9961665c1be3f117 63dbfb9f220642d98a0d6361ac84a8b0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1122/2219] 10.0.0.214 () {32 vars in 748 bytes} [Thu Aug 13 19:39:21 2026] DELETE /v2.0/networks/317d9a1c-7a52-405a-bf4d-3fce43d99d98/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2220] 10.0.0.213 () {34 vars in 982 bytes} [Thu Aug 13 19:39:21 2026] GET /v2.0/networks?id=810737e6-bdb0-4cdc-a5ee-e561fdd9eceb => generated 705 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2221] 10.0.0.214 () {32 vars in 736 bytes} [Thu Aug 13 19:39:21 2026] DELETE /v2.0/networks/317d9a1c-7a52-405a-bf4d-3fce43d99d98/tags => 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: 1125/2222] 10.0.0.213 () {34 vars in 965 bytes} [Thu Aug 13 19:39:21 2026] GET /v2.0/quotas/b6c0d5fde4a342fd8a2823a8b10047ef => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2223] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:39:19 2026] POST /v2.0/routers => generated 728 bytes in 1830 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2224] 10.0.0.214 () {32 vars in 733 bytes} [Thu Aug 13 19:39:21 2026] GET /v2.0/networks/317d9a1c-7a52-405a-bf4d-3fce43d99d98/tags => 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: 1126/2225] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:39:21 2026] GET /v2.0/security-groups?tenant_id=c9f17417f0314c06b83cced7205151ff&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2226] 10.0.0.213 () {34 vars in 1002 bytes} [Thu Aug 13 19:39:21 2026] GET /v2.0/ports?tenant_id=b6c0d5fde4a342fd8a2823a8b10047ef&fields=id => generated 287 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:39:21.732 8 INFO neutron.services.segments.plugin [-] Segment 050e6093-db9d-4f11-b8eb-6ea28b6f3a3c resource provider aggregate not found 2026-08-13 19:39:21.739 8 INFO neutron.services.segments.plugin [-] Segment 050e6093-db9d-4f11-b8eb-6ea28b6f3a3c resource provider aggregate not found 2026-08-13 19:39:21.754 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 050e6093-db9d-4f11-b8eb-6ea28b6f3a3c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 050e6093-db9d-4f11-b8eb-6ea28b6f3a3c found for delete ", "request_id": "req-e4571bcd-e935-495f-94cb-904e0f3b1dcf"}]} 2026-08-13 19:39:21.761 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 050e6093-db9d-4f11-b8eb-6ea28b6f3a3c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 050e6093-db9d-4f11-b8eb-6ea28b6f3a3c found for delete ", "request_id": "req-f9ca69bf-92e0-4d3a-bdf3-5012fbcd4bd5"}]} [pid: 8|app: 0|req: 1101/2227] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:39:21 2026] DELETE /v2.0/networks/317d9a1c-7a52-405a-bf4d-3fce43d99d98 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2228] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:21 2026] DELETE /v2.0/security-groups/4e772255-d7c8-4d0c-8d1e-3d2a4e213d5d => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2229] 10.0.0.213 () {34 vars in 1008 bytes} [Thu Aug 13 19:39:21 2026] GET /v2.0/networks/810737e6-bdb0-4cdc-a5ee-e561fdd9eceb?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: 1104/2230] 10.0.0.213 () {34 vars in 1108 bytes} [Thu Aug 13 19:39:21 2026] GET /v2.0/networks/810737e6-bdb0-4cdc-a5ee-e561fdd9eceb?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: 1105/2231] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:39:22 2026] GET /v2.0/ports?device_id=09c800aa-83d4-4c9e-b495-bc2fc1765d35 => 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: 1106/2232] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:39:22 2026] GET /v2.0/security-groups?tenant_id=41a7bea41d27444ba50a1b2a4ceb1286&name=default => generated 2929 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2233] 10.0.0.214 () {34 vars in 783 bytes} [Thu Aug 13 19:39:21 2026] PUT /v2.0/routers/c96e3a96-c13e-4069-b6b7-70c11293069b/add_router_interface => generated 309 bytes in 1260 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2234] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:22 2026] DELETE /v2.0/security-groups/5232452a-98bf-4ebb-a532-946690f481be => 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: 1128/2235] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:39:22 2026] GET /v2.0/security-groups?tenant_id=63dbfb9f220642d98a0d6361ac84a8b0&name=default => generated 2929 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2236] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:22 2026] DELETE /v2.0/security-groups/92510de3-97ca-46d9-a7f0-b14797ec244d => 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: 1129/2237] 10.0.0.213 () {34 vars in 982 bytes} [Thu Aug 13 19:39:25 2026] GET /v2.0/networks?id=de297b54-60ba-4ad5-947e-d3617eabc34b => generated 673 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2238] 10.0.0.213 () {34 vars in 965 bytes} [Thu Aug 13 19:39:25 2026] GET /v2.0/quotas/c44e49f929ce40b7b1048db17c89d899 => 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: 1130/2239] 10.0.0.213 () {34 vars in 1002 bytes} [Thu Aug 13 19:39:25 2026] GET /v2.0/ports?tenant_id=c44e49f929ce40b7b1048db17c89d899&fields=id => generated 57 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2240] 10.0.0.213 () {34 vars in 1008 bytes} [Thu Aug 13 19:39:25 2026] GET /v2.0/networks/de297b54-60ba-4ad5-947e-d3617eabc34b?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2241] 10.0.0.213 () {34 vars in 1108 bytes} [Thu Aug 13 19:39:25 2026] GET /v2.0/networks/de297b54-60ba-4ad5-947e-d3617eabc34b?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: 1111/2242] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:39:25 2026] GET /v2.0/ports?device_id=58e155f1-4919-4e3a-8c44-8e36c1de26a5 => 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: 1132/2243] 10.0.0.214 () {34 vars in 684 bytes} [Thu Aug 13 19:39:26 2026] POST /v2.0/security-groups => generated 1603 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2244] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:39:26 2026] GET /v2.0/networks?id=810737e6-bdb0-4cdc-a5ee-e561fdd9eceb => generated 705 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2245] 10.0.0.214 () {34 vars in 684 bytes} [Thu Aug 13 19:39:26 2026] POST /v2.0/security-groups => generated 1603 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2246] 199.204.45.138 () {34 vars in 1050 bytes} [Thu Aug 13 19:39:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b6c0d5fde4a342fd8a2823a8b10047ef => generated 179 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:39:26.539 7 INFO neutron.db.segments_db [None req-2c3056a8-c39a-421c-91f2-3995cfcf66f2 1257d07adca44e0e99d8917741c16340 962851ee4fdf4533bd328f4fd053ce5c - - default default] Added segment 231b116a-aa0b-4faa-a460-8d9bedf17af5 of type vxlan for network 64ea4839-5252-4403-8575-4424d0c5530c [pid: 8|app: 0|req: 1115/2247] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:39:26 2026] GET /v2.0/ports?device_id=58e155f1-4919-4e3a-8c44-8e36c1de26a5 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2248] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:39:26 2026] POST /v2.0/networks => generated 631 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2249] 10.0.0.214 () {34 vars in 684 bytes} [Thu Aug 13 19:39:26 2026] POST /v2.0/security-groups => generated 1603 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2250] 10.0.0.214 () {34 vars in 664 bytes} [Thu Aug 13 19:39:26 2026] POST /v2.0/ports => generated 743 bytes in 234 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: 1134/2251] 199.204.45.138 () {38 vars in 955 bytes} [Thu Aug 13 19:39:26 2026] POST /v2.0/ports => generated 1179 bytes in 360 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: 1118/2252] 10.0.0.214 () {34 vars in 684 bytes} [Thu Aug 13 19:39:26 2026] POST /v2.0/security-groups => generated 1603 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2253] 10.0.0.214 () {34 vars in 666 bytes} [Thu Aug 13 19:39:26 2026] POST /v2.0/trunks => generated 407 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2254] 10.0.0.214 () {34 vars in 684 bytes} [Thu Aug 13 19:39:27 2026] POST /v2.0/security-groups => generated 1603 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2257] 10.0.0.214 () {34 vars in 749 bytes} [Thu Aug 13 19:39:27 2026] PUT /v2.0/trunks/b51aa309-0d3d-40f5-9107-13866b4b7556/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2258] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:39:27 2026] GET /v2.0/ports?device_id=09c800aa-83d4-4c9e-b495-bc2fc1765d35 => generated 1194 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2259] 10.0.0.214 () {34 vars in 767 bytes} [Thu Aug 13 19:39:27 2026] PUT /v2.0/security-groups/03f58e6e-2db9-4ddd-bc0f-3ddf5bbd4d2a/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2260] 10.0.0.214 () {32 vars in 729 bytes} [Thu Aug 13 19:39:27 2026] GET /v2.0/trunks/b51aa309-0d3d-40f5-9107-13866b4b7556/tags => generated 25 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2261] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:39:27 2026] GET /v2.0/security-groups?id=674d717a-9fe4-45b0-9830-990dd0a8566f&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: 1119/2262] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Aug 13 19:39:26 2026] PUT /v2.0/ports/12672faf-cb16-4cf7-9a4f-f9c0e846bc2a => generated 1460 bytes in 456 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1144/2263] 10.0.0.214 () {34 vars in 767 bytes} [Thu Aug 13 19:39:27 2026] PUT /v2.0/security-groups/367071d5-2add-4a32-a0ee-26cdbec79748/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:39:27.481 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ceda840f-23a8-43c2-87c8-fec1bf50fd0c'] response: {'name': 'network-changed', 'server_uuid': '09c800aa-83d4-4c9e-b495-bc2fc1765d35', 'tag': '12672faf-cb16-4cf7-9a4f-f9c0e846bc2a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1120/2264] 10.0.0.214 () {34 vars in 760 bytes} [Thu Aug 13 19:39:27 2026] PUT /v2.0/trunks/b51aa309-0d3d-40f5-9107-13866b4b7556/tags/green => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2265] 10.0.0.214 () {34 vars in 767 bytes} [Thu Aug 13 19:39:27 2026] PUT /v2.0/security-groups/431648cf-32d2-4205-ad1a-33c534a2faa1/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2266] 10.0.0.214 () {32 vars in 729 bytes} [Thu Aug 13 19:39:27 2026] GET /v2.0/trunks/b51aa309-0d3d-40f5-9107-13866b4b7556/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2267] 10.0.0.214 () {34 vars in 756 bytes} [Thu Aug 13 19:39:27 2026] PUT /v2.0/trunks/b51aa309-0d3d-40f5-9107-13866b4b7556/tags/red => generated 4 bytes in 23 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2268] 10.0.0.214 () {34 vars in 767 bytes} [Thu Aug 13 19:39:27 2026] PUT /v2.0/security-groups/39629079-2c64-4662-b449-cdb06f6a9fa3/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2269] 10.0.0.214 () {32 vars in 729 bytes} [Thu Aug 13 19:39:27 2026] GET /v2.0/trunks/b51aa309-0d3d-40f5-9107-13866b4b7556/tags => generated 34 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2270] 10.0.0.214 () {32 vars in 680 bytes} [Thu Aug 13 19:39:27 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2271] 10.0.0.214 () {34 vars in 778 bytes} [Thu Aug 13 19:39:27 2026] PUT /v2.0/trunks/b51aa309-0d3d-40f5-9107-13866b4b7556/tags/black.or.white => generated 4 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2272] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:39:27 2026] GET /v2.0/ports?device_id=58e155f1-4919-4e3a-8c44-8e36c1de26a5 => 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: 1125/2273] 10.0.0.214 () {32 vars in 694 bytes} [Thu Aug 13 19:39:27 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2274] 10.0.0.214 () {32 vars in 729 bytes} [Thu Aug 13 19:39:27 2026] GET /v2.0/trunks/b51aa309-0d3d-40f5-9107-13866b4b7556/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2275] 10.0.0.214 () {32 vars in 690 bytes} [Thu Aug 13 19:39:27 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2276] 10.0.0.214 () {34 vars in 749 bytes} [Thu Aug 13 19:39:27 2026] PUT /v2.0/trunks/b51aa309-0d3d-40f5-9107-13866b4b7556/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2277] 10.0.0.214 () {32 vars in 729 bytes} [Thu Aug 13 19:39:27 2026] GET /v2.0/trunks/b51aa309-0d3d-40f5-9107-13866b4b7556/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2278] 10.0.0.214 () {32 vars in 702 bytes} [Thu Aug 13 19:39:27 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2279] 10.0.0.214 () {32 vars in 737 bytes} [Thu Aug 13 19:39:27 2026] GET /v2.0/trunks/b51aa309-0d3d-40f5-9107-13866b4b7556/tags/red => generated 0 bytes in 23 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:39:27.796 7 INFO neutron.api.v2.resource [None req-a0eb048a-dc33-417c-b009-bc54c477b204 1257d07adca44e0e99d8917741c16340 962851ee4fdf4533bd328f4fd053ce5c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1153/2280] 10.0.0.214 () {32 vars in 741 bytes} [Thu Aug 13 19:39:27 2026] GET /v2.0/trunks/b51aa309-0d3d-40f5-9107-13866b4b7556/tags/green => generated 99 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2281] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:27 2026] DELETE /v2.0/trunks/b51aa309-0d3d-40f5-9107-13866b4b7556/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2282] 10.0.0.214 () {32 vars in 688 bytes} [Thu Aug 13 19:39:27 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2283] 10.0.0.214 () {32 vars in 729 bytes} [Thu Aug 13 19:39:27 2026] GET /v2.0/trunks/b51aa309-0d3d-40f5-9107-13866b4b7556/tags => generated 30 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:39:27.890 7 INFO neutron.api.v2.resource [None req-0e399edd-05ab-499a-9fd9-32bda7ed878d 1257d07adca44e0e99d8917741c16340 962851ee4fdf4533bd328f4fd053ce5c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1156/2284] 10.0.0.214 () {32 vars in 744 bytes} [Thu Aug 13 19:39:27 2026] DELETE /v2.0/trunks/b51aa309-0d3d-40f5-9107-13866b4b7556/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2285] 10.0.0.214 () {32 vars in 702 bytes} [Thu Aug 13 19:39:27 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2286] 10.0.0.214 () {32 vars in 732 bytes} [Thu Aug 13 19:39:27 2026] DELETE /v2.0/trunks/b51aa309-0d3d-40f5-9107-13866b4b7556/tags => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2287] 10.0.0.214 () {32 vars in 729 bytes} [Thu Aug 13 19:39:27 2026] GET /v2.0/trunks/b51aa309-0d3d-40f5-9107-13866b4b7556/tags => 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: 1159/2288] 10.0.0.214 () {32 vars in 719 bytes} [Thu Aug 13 19:39:27 2026] GET /v2.0/trunks/b51aa309-0d3d-40f5-9107-13866b4b7556 => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2289] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:39:27 2026] GET /v2.0/ports?tenant_id=b6c0d5fde4a342fd8a2823a8b10047ef&device_id=09c800aa-83d4-4c9e-b495-bc2fc1765d35 => generated 1463 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2290] 10.0.0.214 () {32 vars in 717 bytes} [Thu Aug 13 19:39:28 2026] GET /v2.0/ports/b34293bf-0f0c-41b1-bf32-283fb822b719 => generated 826 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2291] 199.204.45.138 () {34 vars in 1018 bytes} [Thu Aug 13 19:39:28 2026] GET /v2.0/networks?tenant_id=b6c0d5fde4a342fd8a2823a8b10047ef&shared=False => generated 2376 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2292] 10.0.0.214 () {32 vars in 722 bytes} [Thu Aug 13 19:39:28 2026] DELETE /v2.0/trunks/b51aa309-0d3d-40f5-9107-13866b4b7556 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2293] 199.204.45.138 () {34 vars in 930 bytes} [Thu Aug 13 19:39:28 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:39:28.332 7 INFO neutron_taas.services.taas.taas_plugin [None req-3ee4c96c-ad37-45f6-994f-254eac47807d 1257d07adca44e0e99d8917741c16340 962851ee4fdf4533bd328f4fd053ce5c - - default default] TaaS: Handle Delete Port: b34293bf-0f0c-41b1-bf32-283fb822b719 2026-08-13 19:39:28.336 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ee4c96c-ad37-45f6-994f-254eac47807d 1257d07adca44e0e99d8917741c16340 962851ee4fdf4533bd328f4fd053ce5c - - default default] Tap Mirror: Handle Delete Port: b34293bf-0f0c-41b1-bf32-283fb822b719 [pid: 7|app: 0|req: 1165/2294] 10.0.0.214 () {32 vars in 720 bytes} [Thu Aug 13 19:39:28 2026] DELETE /v2.0/ports/b34293bf-0f0c-41b1-bf32-283fb822b719 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2295] 10.0.0.214 () {32 vars in 698 bytes} [Thu Aug 13 19:39:27 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 517 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2296] 10.0.0.214 () {32 vars in 710 bytes} [Thu Aug 13 19:39:28 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2297] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:28 2026] DELETE /v2.0/security-groups/03f58e6e-2db9-4ddd-bc0f-3ddf5bbd4d2a => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:39:28.556 7 INFO neutron.services.segments.plugin [-] Segment 231b116a-aa0b-4faa-a460-8d9bedf17af5 resource provider aggregate not found 2026-08-13 19:39:28.562 7 INFO neutron.services.segments.plugin [-] Segment 231b116a-aa0b-4faa-a460-8d9bedf17af5 resource provider aggregate not found 2026-08-13 19:39:28.576 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 231b116a-aa0b-4faa-a460-8d9bedf17af5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 231b116a-aa0b-4faa-a460-8d9bedf17af5 found for delete ", "request_id": "req-5d501735-637a-4d35-a4e1-25677a57d679"}]} 2026-08-13 19:39:28.582 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 231b116a-aa0b-4faa-a460-8d9bedf17af5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 231b116a-aa0b-4faa-a460-8d9bedf17af5 found for delete ", "request_id": "req-c00dc914-635a-4746-88c9-dacc74ace35c"}]} [pid: 7|app: 0|req: 1166/2298] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:39:28 2026] DELETE /v2.0/networks/64ea4839-5252-4403-8575-4424d0c5530c => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2299] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:28 2026] DELETE /v2.0/security-groups/367071d5-2add-4a32-a0ee-26cdbec79748 => 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: 1167/2300] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:28 2026] DELETE /v2.0/security-groups/431648cf-32d2-4205-ad1a-33c534a2faa1 => 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: 1168/2301] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:39:28 2026] GET /v2.0/ports?device_id=58e155f1-4919-4e3a-8c44-8e36c1de26a5 => 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: 1134/2302] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:28 2026] DELETE /v2.0/security-groups/39629079-2c64-4662-b449-cdb06f6a9fa3 => 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: 1169/2303] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:28 2026] DELETE /v2.0/security-groups/d230fb6a-f130-4d9a-ae1e-d96c5dc18ecf => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2304] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:39:29 2026] GET /v2.0/ports?tenant_id=b6c0d5fde4a342fd8a2823a8b10047ef&device_id=09c800aa-83d4-4c9e-b495-bc2fc1765d35 => generated 1463 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2305] 199.204.45.138 () {34 vars in 1056 bytes} [Thu Aug 13 19:39:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.80&port_id=12672faf-cb16-4cf7-9a4f-f9c0e846bc2a => 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: 1172/2306] 199.204.45.138 () {34 vars in 1104 bytes} [Thu Aug 13 19:39:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1c3&port_id=12672faf-cb16-4cf7-9a4f-f9c0e846bc2a => 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: 1173/2307] 199.204.45.138 () {34 vars in 1064 bytes} [Thu Aug 13 19:39:29 2026] GET /v2.0/subnets?id=efae3a24-a938-4267-896b-20984460d705&id=e0929379-81a7-44f8-9579-ed89a141a14b => generated 1410 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2308] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:39:29 2026] GET /v2.0/ports?network_id=810737e6-bdb0-4cdc-a5ee-e561fdd9eceb&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2309] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:39:29 2026] GET /v2.0/ports?network_id=810737e6-bdb0-4cdc-a5ee-e561fdd9eceb&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: 8|app: 0|req: 1135/2310] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:39:29 2026] GET /v2.0/security-groups?tenant_id=962851ee4fdf4533bd328f4fd053ce5c&name=default => generated 2929 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2311] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:39:29 2026] GET /v2.0/networks/810737e6-bdb0-4cdc-a5ee-e561fdd9eceb?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2312] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:39:29 2026] GET /v2.0/networks/810737e6-bdb0-4cdc-a5ee-e561fdd9eceb?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: 1176/2313] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:29 2026] DELETE /v2.0/security-groups/181fcaba-e337-4263-8483-553c27e90694 => 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: 1138/2314] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:39:29 2026] GET /v2.0/networks?id=de297b54-60ba-4ad5-947e-d3617eabc34b => 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: 1177/2315] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:39:29 2026] GET /v2.0/security-groups?tenant_id=ad9c0c3fd2c6480a8ae572b9dd6e821a&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2316] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:39:29 2026] GET /v2.0/security-groups?tenant_id=0865620b94304b90bdf4dd9b6ed64ef5&name=default => generated 2929 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2317] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:39:30 2026] GET /v2.0/ports?device_id=58e155f1-4919-4e3a-8c44-8e36c1de26a5 => generated 957 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2318] 199.204.45.138 () {38 vars in 955 bytes} [Thu Aug 13 19:39:29 2026] POST /v2.0/ports => generated 954 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1141/2319] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:30 2026] DELETE /v2.0/security-groups/213125e8-89c7-4853-8c3b-d432e4a407ec => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2320] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:39:30 2026] GET /v2.0/security-groups?id=3e3418e5-b646-49c2-a59d-098b0e4db580&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2321] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:30 2026] DELETE /v2.0/security-groups/9a27a1b9-c7ef-49fe-ae68-ac8fa53ae7f2 => 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: 1180/2322] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:39:30 2026] GET /v2.0/security-groups?tenant_id=3d203dddc3014931b2ffb025cf507dd4&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2323] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:30 2026] DELETE /v2.0/security-groups/a852a968-84ab-4dc2-9265-c7faddce41f2 => 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: 1143/2324] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Aug 13 19:39:30 2026] PUT /v2.0/ports/21d8b6f2-c672-466d-8757-6aa79c3f3a98 => generated 1235 bytes in 434 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:39:30.691 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7d177261-513c-4332-a89a-6cbd3e0e07f7'] response: {'name': 'network-changed', 'server_uuid': '58e155f1-4919-4e3a-8c44-8e36c1de26a5', 'tag': '21d8b6f2-c672-466d-8757-6aa79c3f3a98', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1182/2325] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:39:30 2026] GET /v2.0/security-groups?tenant_id=202a60c476004c6c811f178a4479d950&name=default => generated 2929 bytes in 27 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: 1144/2326] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:30 2026] DELETE /v2.0/security-groups/4cb65bc2-478e-4cab-b061-e4afc44283e5 => 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: 1183/2327] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:39:31 2026] GET /v2.0/ports?tenant_id=c44e49f929ce40b7b1048db17c89d899&device_id=58e155f1-4919-4e3a-8c44-8e36c1de26a5 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2328] 199.204.45.138 () {34 vars in 1018 bytes} [Thu Aug 13 19:39:31 2026] GET /v2.0/networks?tenant_id=c44e49f929ce40b7b1048db17c89d899&shared=False => generated 769 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2329] 199.204.45.138 () {34 vars in 930 bytes} [Thu Aug 13 19:39:31 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2330] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:39:31 2026] GET /v2.0/ports?device_id=58e155f1-4919-4e3a-8c44-8e36c1de26a5 => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2331] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:39:31 2026] GET /v2.0/security-groups?id=3e3418e5-b646-49c2-a59d-098b0e4db580&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: 1185/2332] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:39:32 2026] GET /v2.0/ports?tenant_id=c44e49f929ce40b7b1048db17c89d899&device_id=58e155f1-4919-4e3a-8c44-8e36c1de26a5 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2333] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Aug 13 19:39:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=21d8b6f2-c672-466d-8757-6aa79c3f3a98 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2334] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:39:32 2026] GET /v2.0/subnets?id=7a39e8d9-d339-4c0b-9ebb-ea0b39931b11 => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2335] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:39:32 2026] GET /v2.0/ports?device_id=58e155f1-4919-4e3a-8c44-8e36c1de26a5 => 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: 1150/2336] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:39:32 2026] GET /v2.0/ports?network_id=de297b54-60ba-4ad5-947e-d3617eabc34b&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2337] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:39:32 2026] GET /v2.0/ports?device_id=09c800aa-83d4-4c9e-b495-bc2fc1765d35 => generated 1194 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2338] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:39:32 2026] GET /v2.0/security-groups?id=3e3418e5-b646-49c2-a59d-098b0e4db580&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2339] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:39:32 2026] GET /v2.0/networks/de297b54-60ba-4ad5-947e-d3617eabc34b?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: 1152/2340] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:39:32 2026] GET /v2.0/security-groups?id=674d717a-9fe4-45b0-9830-990dd0a8566f&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: 1189/2341] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:39:32 2026] GET /v2.0/networks/de297b54-60ba-4ad5-947e-d3617eabc34b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2342] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:39:33 2026] GET /v2.0/ports?device_id=58e155f1-4919-4e3a-8c44-8e36c1de26a5 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2343] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:39:33 2026] GET /v2.0/security-groups?id=3e3418e5-b646-49c2-a59d-098b0e4db580&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2344] 10.0.0.214 () {34 vars in 678 bytes} [Thu Aug 13 19:39:34 2026] POST /v2.0/qos/policies => generated 359 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2345] 10.0.0.214 () {34 vars in 753 bytes} [Thu Aug 13 19:39:34 2026] PUT /v2.0/policies/9d248666-71fd-40a3-906b-e9f2ee49bace/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2346] 10.0.0.214 () {32 vars in 733 bytes} [Thu Aug 13 19:39:34 2026] GET /v2.0/policies/9d248666-71fd-40a3-906b-e9f2ee49bace/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2347] 10.0.0.214 () {34 vars in 764 bytes} [Thu Aug 13 19:39:34 2026] PUT /v2.0/policies/9d248666-71fd-40a3-906b-e9f2ee49bace/tags/green => 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: 1156/2348] 10.0.0.214 () {32 vars in 733 bytes} [Thu Aug 13 19:39:34 2026] GET /v2.0/policies/9d248666-71fd-40a3-906b-e9f2ee49bace/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2349] 10.0.0.214 () {34 vars in 760 bytes} [Thu Aug 13 19:39:34 2026] PUT /v2.0/policies/9d248666-71fd-40a3-906b-e9f2ee49bace/tags/red => generated 4 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2350] 10.0.0.214 () {32 vars in 733 bytes} [Thu Aug 13 19:39:34 2026] GET /v2.0/policies/9d248666-71fd-40a3-906b-e9f2ee49bace/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2351] 10.0.0.214 () {34 vars in 782 bytes} [Thu Aug 13 19:39:34 2026] PUT /v2.0/policies/9d248666-71fd-40a3-906b-e9f2ee49bace/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: 1158/2352] 10.0.0.214 () {32 vars in 733 bytes} [Thu Aug 13 19:39:34 2026] GET /v2.0/policies/9d248666-71fd-40a3-906b-e9f2ee49bace/tags => generated 52 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2353] 10.0.0.214 () {34 vars in 753 bytes} [Thu Aug 13 19:39:34 2026] PUT /v2.0/policies/9d248666-71fd-40a3-906b-e9f2ee49bace/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2354] 10.0.0.214 () {32 vars in 733 bytes} [Thu Aug 13 19:39:34 2026] GET /v2.0/policies/9d248666-71fd-40a3-906b-e9f2ee49bace/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2355] 10.0.0.214 () {32 vars in 741 bytes} [Thu Aug 13 19:39:34 2026] GET /v2.0/policies/9d248666-71fd-40a3-906b-e9f2ee49bace/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:39:34.840 7 INFO neutron.api.v2.resource [None req-23115e6c-3177-4ff9-a333-e2e4c23dc874 362a7ab4d8b7478eab967f8fb3e03958 cf4ced2d621a4ed58855211de3c846a6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1197/2356] 10.0.0.214 () {32 vars in 745 bytes} [Thu Aug 13 19:39:34 2026] GET /v2.0/policies/9d248666-71fd-40a3-906b-e9f2ee49bace/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2357] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:39:34 2026] GET /v2.0/ports?device_id=58e155f1-4919-4e3a-8c44-8e36c1de26a5 => 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: 1198/2358] 10.0.0.214 () {32 vars in 744 bytes} [Thu Aug 13 19:39:34 2026] DELETE /v2.0/policies/9d248666-71fd-40a3-906b-e9f2ee49bace/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2359] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:39:34 2026] GET /v2.0/security-groups?id=3e3418e5-b646-49c2-a59d-098b0e4db580&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2360] 10.0.0.214 () {32 vars in 733 bytes} [Thu Aug 13 19:39:34 2026] GET /v2.0/policies/9d248666-71fd-40a3-906b-e9f2ee49bace/tags => generated 30 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:39:34.956 8 INFO neutron.api.v2.resource [None req-d274decd-5410-4771-a773-43701993910e 362a7ab4d8b7478eab967f8fb3e03958 cf4ced2d621a4ed58855211de3c846a6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1162/2361] 10.0.0.214 () {32 vars in 748 bytes} [Thu Aug 13 19:39:34 2026] DELETE /v2.0/policies/9d248666-71fd-40a3-906b-e9f2ee49bace/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2362] 10.0.0.214 () {32 vars in 736 bytes} [Thu Aug 13 19:39:34 2026] DELETE /v2.0/policies/9d248666-71fd-40a3-906b-e9f2ee49bace/tags => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2363] 10.0.0.214 () {32 vars in 733 bytes} [Thu Aug 13 19:39:35 2026] GET /v2.0/policies/9d248666-71fd-40a3-906b-e9f2ee49bace/tags => 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: 1201/2364] 10.0.0.214 () {32 vars in 734 bytes} [Thu Aug 13 19:39:35 2026] DELETE /v2.0/qos/policies/9d248666-71fd-40a3-906b-e9f2ee49bace => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2365] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:39:35 2026] GET /v2.0/security-groups?tenant_id=fbe823dca7244ad6ae75248bf53108cb&name=default => generated 2929 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2366] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:39:35 2026] GET /v2.0/ports?device_id=58e155f1-4919-4e3a-8c44-8e36c1de26a5 => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2367] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:35 2026] DELETE /v2.0/security-groups/94189fb5-8202-49fe-9163-3fa250f674b7 => 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: 1166/2368] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:39:36 2026] GET /v2.0/security-groups?id=3e3418e5-b646-49c2-a59d-098b0e4db580&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2369] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:39:36 2026] GET /v2.0/security-groups?tenant_id=cf4ced2d621a4ed58855211de3c846a6&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2370] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:36 2026] DELETE /v2.0/security-groups/cddbc6eb-2d30-4442-a78a-944f99c1fe83 => 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: 1204/2371] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:39:37 2026] GET /v2.0/ports?device_id=58e155f1-4919-4e3a-8c44-8e36c1de26a5 => generated 971 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2372] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:39:37 2026] GET /v2.0/security-groups?id=3e3418e5-b646-49c2-a59d-098b0e4db580&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2373] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:39:37 2026] GET /v2.0/ports?device_id=09c800aa-83d4-4c9e-b495-bc2fc1765d35 => generated 1196 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2374] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:39:37 2026] GET /v2.0/security-groups?id=674d717a-9fe4-45b0-9830-990dd0a8566f&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: 7|app: 0|req: 1206/2375] 10.0.0.214 () {32 vars in 818 bytes} [Thu Aug 13 19:39:37 2026] GET /v2.0/ports?network_id=810737e6-bdb0-4cdc-a5ee-e561fdd9eceb&mac_address=fa%3A16%3A3e%3A3c%3Ad9%3Acc => generated 1196 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2376] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:39:38 2026] GET /v2.0/ports?device_id=58e155f1-4919-4e3a-8c44-8e36c1de26a5 => 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: 1208/2377] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:39:38 2026] GET /v2.0/security-groups?id=3e3418e5-b646-49c2-a59d-098b0e4db580&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:39:38.808 8 INFO neutron.db.l3_db [None req-a020a0b2-6c46-4a57-a060-53a523ab9957 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] Floating IP cba4e426-f674-47e0-a9f2-9f18f2e7295c associated. External IP: 10.96.250.220, port: 12672faf-cb16-4cf7-9a4f-f9c0e846bc2a. [pid: 8|app: 0|req: 1170/2378] 10.0.0.214 () {34 vars in 677 bytes} [Thu Aug 13 19:39:37 2026] POST /v2.0/floatingips => generated 854 bytes in 1295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:39:39.232 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b0e65f41-c2fc-40a2-bed4-d0dec167ce49'] response: {'name': 'network-changed', 'server_uuid': '09c800aa-83d4-4c9e-b495-bc2fc1765d35', 'tag': '12672faf-cb16-4cf7-9a4f-f9c0e846bc2a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1209/2379] 10.0.0.213 () {34 vars in 1096 bytes} [Thu Aug 13 19:39:39 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1667387937&fields=id&tenant_id=b6c0d5fde4a342fd8a2823a8b10047ef => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2380] 10.0.0.213 () {34 vars in 982 bytes} [Thu Aug 13 19:39:39 2026] GET /v2.0/networks?id=495e7f1d-e9c2-4642-9d27-936443ce8a26 => generated 705 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2381] 10.0.0.213 () {34 vars in 965 bytes} [Thu Aug 13 19:39:39 2026] GET /v2.0/quotas/b6c0d5fde4a342fd8a2823a8b10047ef => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2382] 10.0.0.213 () {34 vars in 1002 bytes} [Thu Aug 13 19:39:39 2026] GET /v2.0/ports?tenant_id=b6c0d5fde4a342fd8a2823a8b10047ef&fields=id => generated 333 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2383] 10.0.0.213 () {34 vars in 1008 bytes} [Thu Aug 13 19:39:39 2026] GET /v2.0/networks/495e7f1d-e9c2-4642-9d27-936443ce8a26?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2384] 10.0.0.213 () {34 vars in 1108 bytes} [Thu Aug 13 19:39:39 2026] GET /v2.0/networks/495e7f1d-e9c2-4642-9d27-936443ce8a26?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: 1174/2385] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:39:39 2026] GET /v2.0/ports?tenant_id=b6c0d5fde4a342fd8a2823a8b10047ef&device_id=09c800aa-83d4-4c9e-b495-bc2fc1765d35 => generated 1465 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2386] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:39:39 2026] GET /v2.0/networks?id=810737e6-bdb0-4cdc-a5ee-e561fdd9eceb => generated 801 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2387] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:39:39 2026] GET /v2.0/ports?device_id=58e155f1-4919-4e3a-8c44-8e36c1de26a5 => 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: 1177/2388] 199.204.45.138 () {34 vars in 1056 bytes} [Thu Aug 13 19:39:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.80&port_id=12672faf-cb16-4cf7-9a4f-f9c0e846bc2a => generated 857 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2389] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:39:39 2026] GET /v2.0/ports?device_id=86570d46-3f57-4b5c-8712-3b4e68059e4e => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2390] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:39:39 2026] GET /v2.0/security-groups?id=3e3418e5-b646-49c2-a59d-098b0e4db580&fields=id&fields=name => generated 88 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2391] 199.204.45.138 () {34 vars in 1104 bytes} [Thu Aug 13 19:39:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1c3&port_id=12672faf-cb16-4cf7-9a4f-f9c0e846bc2a => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2392] 199.204.45.138 () {34 vars in 1064 bytes} [Thu Aug 13 19:39:40 2026] GET /v2.0/subnets?id=efae3a24-a938-4267-896b-20984460d705&id=e0929379-81a7-44f8-9579-ed89a141a14b => generated 1410 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2393] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:39:40 2026] GET /v2.0/ports?network_id=810737e6-bdb0-4cdc-a5ee-e561fdd9eceb&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2394] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:39:40 2026] GET /v2.0/ports?network_id=810737e6-bdb0-4cdc-a5ee-e561fdd9eceb&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2395] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:39:40 2026] GET /v2.0/networks/810737e6-bdb0-4cdc-a5ee-e561fdd9eceb?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: 1185/2396] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:39:40 2026] GET /v2.0/networks/810737e6-bdb0-4cdc-a5ee-e561fdd9eceb?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: 1212/2397] 10.0.0.214 () {34 vars in 684 bytes} [Thu Aug 13 19:39:39 2026] POST /v2.0/security-groups => generated 1603 bytes in 878 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2398] 10.0.0.214 () {34 vars in 767 bytes} [Thu Aug 13 19:39:40 2026] PUT /v2.0/security-groups/9c541b3b-cf3c-4bfd-b093-23abb8b1e16d/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2399] 10.0.0.214 () {32 vars in 747 bytes} [Thu Aug 13 19:39:40 2026] GET /v2.0/security-groups/9c541b3b-cf3c-4bfd-b093-23abb8b1e16d/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2400] 10.0.0.214 () {34 vars in 778 bytes} [Thu Aug 13 19:39:40 2026] PUT /v2.0/security-groups/9c541b3b-cf3c-4bfd-b093-23abb8b1e16d/tags/green => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2401] 10.0.0.214 () {32 vars in 747 bytes} [Thu Aug 13 19:39:40 2026] GET /v2.0/security-groups/9c541b3b-cf3c-4bfd-b093-23abb8b1e16d/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2402] 10.0.0.214 () {34 vars in 774 bytes} [Thu Aug 13 19:39:40 2026] PUT /v2.0/security-groups/9c541b3b-cf3c-4bfd-b093-23abb8b1e16d/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2403] 10.0.0.214 () {32 vars in 747 bytes} [Thu Aug 13 19:39:40 2026] GET /v2.0/security-groups/9c541b3b-cf3c-4bfd-b093-23abb8b1e16d/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2404] 10.0.0.214 () {34 vars in 796 bytes} [Thu Aug 13 19:39:40 2026] PUT /v2.0/security-groups/9c541b3b-cf3c-4bfd-b093-23abb8b1e16d/tags/black.or.white => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2405] 10.0.0.214 () {32 vars in 747 bytes} [Thu Aug 13 19:39:40 2026] GET /v2.0/security-groups/9c541b3b-cf3c-4bfd-b093-23abb8b1e16d/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2406] 10.0.0.214 () {34 vars in 767 bytes} [Thu Aug 13 19:39:40 2026] PUT /v2.0/security-groups/9c541b3b-cf3c-4bfd-b093-23abb8b1e16d/tags => generated 37 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2407] 10.0.0.214 () {32 vars in 747 bytes} [Thu Aug 13 19:39:41 2026] GET /v2.0/security-groups/9c541b3b-cf3c-4bfd-b093-23abb8b1e16d/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2408] 10.0.0.214 () {32 vars in 755 bytes} [Thu Aug 13 19:39:41 2026] GET /v2.0/security-groups/9c541b3b-cf3c-4bfd-b093-23abb8b1e16d/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2409] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:39:41 2026] GET /v2.0/ports?device_id=58e155f1-4919-4e3a-8c44-8e36c1de26a5 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:39:41.156 8 INFO neutron.api.v2.resource [None req-f5d0e81b-cb39-44af-9feb-fdcad4f0cc09 7060d68a72304565a3e5351a0515c70b 7ddb3697af1841c7b7e424f7a7804659 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1192/2410] 10.0.0.214 () {32 vars in 759 bytes} [Thu Aug 13 19:39:41 2026] GET /v2.0/security-groups/9c541b3b-cf3c-4bfd-b093-23abb8b1e16d/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2411] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:39:41 2026] GET /v2.0/security-groups?id=3e3418e5-b646-49c2-a59d-098b0e4db580&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2412] 10.0.0.214 () {32 vars in 758 bytes} [Thu Aug 13 19:39:41 2026] DELETE /v2.0/security-groups/9c541b3b-cf3c-4bfd-b093-23abb8b1e16d/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: 1220/2413] 10.0.0.214 () {32 vars in 747 bytes} [Thu Aug 13 19:39:41 2026] GET /v2.0/security-groups/9c541b3b-cf3c-4bfd-b093-23abb8b1e16d/tags => generated 30 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:39:41.274 8 INFO neutron.api.v2.resource [None req-83742f1d-7163-49a1-bb0a-6308f3d1d3bd 7060d68a72304565a3e5351a0515c70b 7ddb3697af1841c7b7e424f7a7804659 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1194/2414] 10.0.0.214 () {32 vars in 762 bytes} [Thu Aug 13 19:39:41 2026] DELETE /v2.0/security-groups/9c541b3b-cf3c-4bfd-b093-23abb8b1e16d/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2415] 10.0.0.214 () {32 vars in 750 bytes} [Thu Aug 13 19:39:41 2026] DELETE /v2.0/security-groups/9c541b3b-cf3c-4bfd-b093-23abb8b1e16d/tags => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2416] 10.0.0.214 () {32 vars in 747 bytes} [Thu Aug 13 19:39:41 2026] GET /v2.0/security-groups/9c541b3b-cf3c-4bfd-b093-23abb8b1e16d/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2417] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:41 2026] DELETE /v2.0/security-groups/9c541b3b-cf3c-4bfd-b093-23abb8b1e16d => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2420] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:39:42 2026] GET /v2.0/security-groups?tenant_id=7ddb3697af1841c7b7e424f7a7804659&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2421] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:42 2026] DELETE /v2.0/security-groups/4ec618dc-5584-4697-b48c-c140e9755778 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2422] 199.204.45.138 () {34 vars in 994 bytes} [Thu Aug 13 19:39:42 2026] GET /v2.0/ports?device_id=58e155f1-4919-4e3a-8c44-8e36c1de26a5 => 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: 1226/2423] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:39:42 2026] GET /v2.0/ports?device_id=58e155f1-4919-4e3a-8c44-8e36c1de26a5 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2424] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:39:42 2026] GET /v2.0/security-groups?id=3e3418e5-b646-49c2-a59d-098b0e4db580&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:39:42.399 8 INFO neutron_taas.services.taas.taas_plugin [req-76dcfea9-99d1-4eb5-8cd3-6b4473813f3a req-86702248-3140-4c37-b005-dcf1d39c7df7 29297ef822224aa9918ed1b5659536bb c44e49f929ce40b7b1048db17c89d899 - - default default] TaaS: Handle Delete Port: 21d8b6f2-c672-466d-8757-6aa79c3f3a98 2026-08-13 19:39:42.402 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-76dcfea9-99d1-4eb5-8cd3-6b4473813f3a req-86702248-3140-4c37-b005-dcf1d39c7df7 29297ef822224aa9918ed1b5659536bb c44e49f929ce40b7b1048db17c89d899 - - default default] Tap Mirror: Handle Delete Port: 21d8b6f2-c672-466d-8757-6aa79c3f3a98 [pid: 7|app: 0|req: 1228/2425] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:39:42 2026] GET /v2.0/security-groups?tenant_id=61e08488d4f3456d975e82734ac1593e&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2426] 199.204.45.138 () {36 vars in 997 bytes} [Thu Aug 13 19:39:42 2026] DELETE /v2.0/ports/21d8b6f2-c672-466d-8757-6aa79c3f3a98 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2427] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:42 2026] DELETE /v2.0/security-groups/13ae4b6d-82f3-4f30-8daf-4ed052e6083b => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:39:42.572 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8a5db961-6d61-44d5-ab5f-a2973354a1e6'] response: {'server_uuid': '58e155f1-4919-4e3a-8c44-8e36c1de26a5', 'name': 'network-vif-deleted', 'tag': '21d8b6f2-c672-466d-8757-6aa79c3f3a98', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1199/2428] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:39:43 2026] GET /v2.0/ports?device_id=58e155f1-4919-4e3a-8c44-8e36c1de26a5 => 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: 1230/2429] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:39:44 2026] GET /v2.0/networks?id=495e7f1d-e9c2-4642-9d27-936443ce8a26 => generated 705 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2430] 199.204.45.138 () {34 vars in 1050 bytes} [Thu Aug 13 19:39:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b6c0d5fde4a342fd8a2823a8b10047ef => generated 179 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2431] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:39:44 2026] GET /v2.0/ports?device_id=58e155f1-4919-4e3a-8c44-8e36c1de26a5 => 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: 1231/2432] 199.204.45.138 () {38 vars in 955 bytes} [Thu Aug 13 19:39:44 2026] POST /v2.0/ports => generated 1183 bytes in 388 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: 1202/2433] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Aug 13 19:39:44 2026] PUT /v2.0/ports/19ad0920-119c-45aa-a141-ff620e6edc7f => generated 1464 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2434] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:39:45 2026] GET /v2.0/ports?device_id=86570d46-3f57-4b5c-8712-3b4e68059e4e => generated 1198 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 19:39:45.097 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bee2625c-43f4-414e-b717-a6a60f3f50c0'] response: {'name': 'network-changed', 'server_uuid': '86570d46-3f57-4b5c-8712-3b4e68059e4e', 'tag': '19ad0920-119c-45aa-a141-ff620e6edc7f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1203/2435] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:39:45 2026] GET /v2.0/security-groups?id=674d717a-9fe4-45b0-9830-990dd0a8566f&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: 1204/2436] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:39:45 2026] GET /v2.0/ports?tenant_id=b6c0d5fde4a342fd8a2823a8b10047ef&device_id=86570d46-3f57-4b5c-8712-3b4e68059e4e => generated 1467 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2437] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:39:45 2026] GET /v2.0/ports?device_id=58e155f1-4919-4e3a-8c44-8e36c1de26a5 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2438] 199.204.45.138 () {34 vars in 1018 bytes} [Thu Aug 13 19:39:45 2026] GET /v2.0/networks?tenant_id=b6c0d5fde4a342fd8a2823a8b10047ef&shared=False => generated 2376 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2439] 199.204.45.138 () {34 vars in 930 bytes} [Thu Aug 13 19:39:45 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:39:45.847 7 INFO neutron.db.segments_db [None req-d8861802-970d-41f8-80d8-1989d7163af2 de42dd7da1eb4704acfab87057532ca7 5b8a9cf4884d41c0bde0458bb9dcf35e - - default default] Added segment 8353b381-d585-4d3e-a470-3c3e25c883c2 of type vxlan for network 21d32790-4fd7-472b-ad82-eeaf9875858a [pid: 7|app: 0|req: 1233/2440] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:39:45 2026] POST /v2.0/networks => generated 632 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:39:45.969 8 INFO neutron.db.segments_db [None req-448503c6-d6f0-4089-b555-bee7c213a945 de42dd7da1eb4704acfab87057532ca7 5b8a9cf4884d41c0bde0458bb9dcf35e - - default default] Added segment abc68682-27ca-4df3-a05e-31d56539593d of type vxlan for network 3d0534e4-3766-4133-9725-8fc50e207aa5 [pid: 8|app: 0|req: 1208/2441] 10.0.0.214 () {34 vars in 670 bytes} [Thu Aug 13 19:39:45 2026] POST /v2.0/networks => generated 632 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2442] 10.0.0.214 () {34 vars in 753 bytes} [Thu Aug 13 19:39:46 2026] PUT /v2.0/networks/21d32790-4fd7-472b-ad82-eeaf9875858a/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2443] 10.0.0.214 () {32 vars in 733 bytes} [Thu Aug 13 19:39:46 2026] GET /v2.0/networks/21d32790-4fd7-472b-ad82-eeaf9875858a/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2444] 10.0.0.214 () {34 vars in 753 bytes} [Thu Aug 13 19:39:46 2026] PUT /v2.0/networks/3d0534e4-3766-4133-9725-8fc50e207aa5/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2445] 10.0.0.214 () {32 vars in 733 bytes} [Thu Aug 13 19:39:46 2026] GET /v2.0/networks/3d0534e4-3766-4133-9725-8fc50e207aa5/tags => generated 17 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2446] 10.0.0.214 () {34 vars in 753 bytes} [Thu Aug 13 19:39:46 2026] PUT /v2.0/networks/3d0534e4-3766-4133-9725-8fc50e207aa5/tags => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2447] 10.0.0.214 () {32 vars in 733 bytes} [Thu Aug 13 19:39:46 2026] GET /v2.0/networks/3d0534e4-3766-4133-9725-8fc50e207aa5/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2448] 10.0.0.214 () {32 vars in 733 bytes} [Thu Aug 13 19:39:46 2026] GET /v2.0/networks/21d32790-4fd7-472b-ad82-eeaf9875858a/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:39:46.546 8 INFO neutron.services.segments.plugin [-] Segment 8353b381-d585-4d3e-a470-3c3e25c883c2 resource provider aggregate not found 2026-08-13 19:39:46.550 8 INFO neutron.services.segments.plugin [-] Segment 8353b381-d585-4d3e-a470-3c3e25c883c2 resource provider aggregate not found 2026-08-13 19:39:46.564 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8353b381-d585-4d3e-a470-3c3e25c883c2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8353b381-d585-4d3e-a470-3c3e25c883c2 found for delete ", "request_id": "req-1613db27-bbf8-411f-bc8e-4fbaa2c1eda3"}]} 2026-08-13 19:39:46.566 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8353b381-d585-4d3e-a470-3c3e25c883c2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8353b381-d585-4d3e-a470-3c3e25c883c2 found for delete ", "request_id": "req-69c24147-bfaa-4667-afae-f5e9b765275d"}]} [pid: 8|app: 0|req: 1212/2449] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:39:46 2026] DELETE /v2.0/networks/21d32790-4fd7-472b-ad82-eeaf9875858a => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2450] 10.0.0.6 () {34 vars in 988 bytes} [Thu Aug 13 19:39:46 2026] GET /v2.0/ports?device_id=09c800aa-83d4-4c9e-b495-bc2fc1765d35 => generated 1465 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2451] 10.0.0.6 () {34 vars in 1038 bytes} [Thu Aug 13 19:39:46 2026] GET /v2.0/security-groups?id=674d717a-9fe4-45b0-9830-990dd0a8566f&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2452] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:39:46 2026] DELETE /v2.0/networks/3d0534e4-3766-4133-9725-8fc50e207aa5 => 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: 1240/2453] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:39:46 2026] GET /v2.0/ports?tenant_id=b6c0d5fde4a342fd8a2823a8b10047ef&device_id=86570d46-3f57-4b5c-8712-3b4e68059e4e => generated 1467 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2454] 199.204.45.138 () {34 vars in 1056 bytes} [Thu Aug 13 19:39:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.79&port_id=19ad0920-119c-45aa-a141-ff620e6edc7f => 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: 1241/2455] 199.204.45.138 () {34 vars in 1106 bytes} [Thu Aug 13 19:39:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3e5&port_id=19ad0920-119c-45aa-a141-ff620e6edc7f => 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: 1215/2456] 199.204.45.138 () {34 vars in 1064 bytes} [Thu Aug 13 19:39:46 2026] GET /v2.0/subnets?id=ae80f7a5-aba3-42ab-8ba8-ac351ceaf7d1&id=3810b896-418f-4519-83a9-e366fdcfff3d => generated 1414 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2457] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:39:46 2026] GET /v2.0/ports?network_id=495e7f1d-e9c2-4642-9d27-936443ce8a26&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2458] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:39:46 2026] GET /v2.0/ports?network_id=495e7f1d-e9c2-4642-9d27-936443ce8a26&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2459] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:39:46 2026] GET /v2.0/networks/495e7f1d-e9c2-4642-9d27-936443ce8a26?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2460] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:39:47 2026] GET /v2.0/networks/495e7f1d-e9c2-4642-9d27-936443ce8a26?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: 1244/2461] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:39:47 2026] GET /v2.0/security-groups?tenant_id=fae088e1062f499da19944b79f4a8b6b&name=default => generated 2929 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2462] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:47 2026] DELETE /v2.0/security-groups/ee42ae34-55b4-482c-9384-855274b8fe32 => 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: 1245/2463] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:39:47 2026] GET /v2.0/security-groups?tenant_id=5b8a9cf4884d41c0bde0458bb9dcf35e&name=default => generated 2929 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2464] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:47 2026] DELETE /v2.0/security-groups/7191e915-3b6a-4193-aed6-d6def99d7267 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:39:48.259 7 INFO neutron_taas.services.taas.taas_plugin [None req-ff927e98-411c-4b86-a849-841d4965c1a9 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: 621f21b0-a8c0-42d7-9ca9-6eca47768ad2 2026-08-13 19:39:48.266 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff927e98-411c-4b86-a849-841d4965c1a9 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: 621f21b0-a8c0-42d7-9ca9-6eca47768ad2 2026-08-13 19:39:48.581 8 INFO neutron.services.segments.plugin [-] Segment abc68682-27ca-4df3-a05e-31d56539593d resource provider aggregate not found 2026-08-13 19:39:48.585 8 INFO neutron.services.segments.plugin [-] Segment abc68682-27ca-4df3-a05e-31d56539593d resource provider aggregate not found 2026-08-13 19:39:48.595 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment abc68682-27ca-4df3-a05e-31d56539593d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abc68682-27ca-4df3-a05e-31d56539593d found for delete ", "request_id": "req-c760923c-81ab-452a-bd12-ae8a976952fe"}]} 2026-08-13 19:39:48.597 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment abc68682-27ca-4df3-a05e-31d56539593d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abc68682-27ca-4df3-a05e-31d56539593d found for delete ", "request_id": "req-61bb096b-39e5-4873-b96d-7fd95ffd8bdc"}]} [pid: 7|app: 0|req: 1246/2465] 10.0.0.214 () {34 vars in 789 bytes} [Thu Aug 13 19:39:47 2026] PUT /v2.0/routers/c96e3a96-c13e-4069-b6b7-70c11293069b/remove_router_interface => generated 309 bytes in 894 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:39:48.960 8 INFO neutron_taas.services.taas.taas_plugin [None req-383158fc-bb76-41dc-9c58-6cba4fdd962f bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: 7efd83e9-0380-49ae-818a-d1c4e8e50a98 2026-08-13 19:39:48.963 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-383158fc-bb76-41dc-9c58-6cba4fdd962f bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: 7efd83e9-0380-49ae-818a-d1c4e8e50a98 2026-08-13 19:39:49.256 8 INFO neutron_taas.services.taas.taas_plugin [None req-383158fc-bb76-41dc-9c58-6cba4fdd962f bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: 9b925090-e80c-47fa-87b5-4569368c6b75 2026-08-13 19:39:49.259 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-383158fc-bb76-41dc-9c58-6cba4fdd962f bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: 9b925090-e80c-47fa-87b5-4569368c6b75 2026-08-13 19:39:49.648 8 INFO neutron.db.l3_hamode_db [None req-383158fc-bb76-41dc-9c58-6cba4fdd962f bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] HA network f85f67d5-6ace-468b-bd90-390744ab97fd was deleted as no HA routers are present in tenant c44e49f929ce40b7b1048db17c89d899. [pid: 8|app: 0|req: 1220/2466] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:39:48 2026] DELETE /v2.0/routers/c96e3a96-c13e-4069-b6b7-70c11293069b => generated 0 bytes in 880 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2467] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:39:49 2026] DELETE /v2.0/subnets/7a39e8d9-d339-4c0b-9ebb-ea0b39931b11 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:39:49.899 8 INFO neutron_taas.services.taas.taas_plugin [None req-bf20a8d6-2358-478f-8dda-655a7705e61a bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: c72ef573-9f54-4c4b-a973-df86c62f6941 2026-08-13 19:39:49.902 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf20a8d6-2358-478f-8dda-655a7705e61a bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: c72ef573-9f54-4c4b-a973-df86c62f6941 [pid: 8|app: 0|req: 1221/2468] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:39:49 2026] DELETE /v2.0/networks/de297b54-60ba-4ad5-947e-d3617eabc34b => 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: 1248/2469] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:39:50 2026] GET /v2.0/ports?device_id=86570d46-3f57-4b5c-8712-3b4e68059e4e => generated 1200 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2470] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:39:50 2026] GET /v2.0/security-groups?tenant_id=c44e49f929ce40b7b1048db17c89d899&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: 1223/2471] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:39:50 2026] GET /v2.0/security-groups?id=674d717a-9fe4-45b0-9830-990dd0a8566f&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: 7|app: 0|req: 1249/2472] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:50 2026] DELETE /v2.0/security-groups/3e3418e5-b646-49c2-a59d-098b0e4db580 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:39:50.628 8 INFO neutron.services.segments.plugin [-] Segment a16e54a4-ba1a-4d1b-8f05-b81d5fa8dfb3 resource provider aggregate not found 2026-08-13 19:39:50.636 8 INFO neutron.services.segments.plugin [-] Segment a16e54a4-ba1a-4d1b-8f05-b81d5fa8dfb3 resource provider aggregate not found 2026-08-13 19:39:50.645 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a16e54a4-ba1a-4d1b-8f05-b81d5fa8dfb3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a16e54a4-ba1a-4d1b-8f05-b81d5fa8dfb3 found for delete ", "request_id": "req-5f2f6a2c-e3ba-48cb-b09a-78602aa5c631"}]} 2026-08-13 19:39:50.650 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a16e54a4-ba1a-4d1b-8f05-b81d5fa8dfb3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a16e54a4-ba1a-4d1b-8f05-b81d5fa8dfb3 found for delete ", "request_id": "req-0f0f3d2f-df04-41c8-a93e-80bae11be0ef"}]} 2026-08-13 19:39:50.675 8 INFO neutron.services.segments.plugin [-] Segment 5e4c5cc9-026d-46a2-b5ac-1adfd7a77dde resource provider aggregate not found 2026-08-13 19:39:50.680 8 INFO neutron.services.segments.plugin [-] Segment 5e4c5cc9-026d-46a2-b5ac-1adfd7a77dde resource provider aggregate not found 2026-08-13 19:39:50.692 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5e4c5cc9-026d-46a2-b5ac-1adfd7a77dde resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e4c5cc9-026d-46a2-b5ac-1adfd7a77dde found for delete ", "request_id": "req-8cb51cc2-1db2-476d-8726-43f057ae55db"}]} 2026-08-13 19:39:50.697 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5e4c5cc9-026d-46a2-b5ac-1adfd7a77dde resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e4c5cc9-026d-46a2-b5ac-1adfd7a77dde found for delete ", "request_id": "req-9280bf19-45ed-4d53-bc32-94f9363de84a"}]} [pid: 8|app: 0|req: 1224/2473] 10.0.0.12 () {30 vars in 649 bytes} [Thu Aug 13 19:39:53 2026] GET /v2.0/extensions => generated 21537 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2474] 10.0.0.12 () {30 vars in 723 bytes} [Thu Aug 13 19:39:53 2026] GET /v2.0/quotas/97bcfaf58e2b4ec09b8f3ba36c8cbd59/details => generated 847 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2475] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:39:55 2026] GET /v2.0/ports?device_id=86570d46-3f57-4b5c-8712-3b4e68059e4e => generated 1200 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2476] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:39:55 2026] GET /v2.0/security-groups?id=674d717a-9fe4-45b0-9830-990dd0a8566f&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: 1226/2477] 10.0.0.214 () {32 vars in 818 bytes} [Thu Aug 13 19:39:55 2026] GET /v2.0/ports?network_id=495e7f1d-e9c2-4642-9d27-936443ce8a26&mac_address=fa%3A16%3A3e%3A46%3A32%3A44 => generated 1200 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2478] 10.0.0.12 () {30 vars in 649 bytes} [Thu Aug 13 19:39:55 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: 8|app: 0|req: 1228/2479] 10.0.0.12 () {30 vars in 723 bytes} [Thu Aug 13 19:39:55 2026] GET /v2.0/quotas/97bcfaf58e2b4ec09b8f3ba36c8cbd59/details => generated 847 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:39:56.273 7 INFO neutron.db.l3_db [None req-073022ed-b02a-4cbb-98b8-eac59dacce9f 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] Floating IP 460434b2-f95b-44b7-9290-f2f769c06af2 associated. External IP: 10.96.250.214, port: 19ad0920-119c-45aa-a141-ff620e6edc7f. [pid: 7|app: 0|req: 1252/2480] 10.0.0.214 () {34 vars in 677 bytes} [Thu Aug 13 19:39:55 2026] POST /v2.0/floatingips => generated 854 bytes in 992 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:39:56.616 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0cb074c1-9449-4801-85fa-4c2e8442478b'] response: {'name': 'network-changed', 'server_uuid': '86570d46-3f57-4b5c-8712-3b4e68059e4e', 'tag': '19ad0920-119c-45aa-a141-ff620e6edc7f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1254/2483] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:39:57 2026] GET /v2.0/ports?tenant_id=b6c0d5fde4a342fd8a2823a8b10047ef&device_id=86570d46-3f57-4b5c-8712-3b4e68059e4e => generated 1469 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2484] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:39:57 2026] GET /v2.0/networks?id=495e7f1d-e9c2-4642-9d27-936443ce8a26 => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2485] 199.204.45.138 () {34 vars in 1056 bytes} [Thu Aug 13 19:39:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.79&port_id=19ad0920-119c-45aa-a141-ff620e6edc7f => generated 857 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2486] 199.204.45.138 () {34 vars in 1106 bytes} [Thu Aug 13 19:39:57 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3e5&port_id=19ad0920-119c-45aa-a141-ff620e6edc7f => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2487] 199.204.45.138 () {34 vars in 1064 bytes} [Thu Aug 13 19:39:57 2026] GET /v2.0/subnets?id=ae80f7a5-aba3-42ab-8ba8-ac351ceaf7d1&id=3810b896-418f-4519-83a9-e366fdcfff3d => generated 1414 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2488] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:39:57 2026] GET /v2.0/ports?network_id=495e7f1d-e9c2-4642-9d27-936443ce8a26&device_owner=network%3Adhcp => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2489] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:39:57 2026] GET /v2.0/ports?network_id=495e7f1d-e9c2-4642-9d27-936443ce8a26&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2490] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:39:57 2026] GET /v2.0/networks/495e7f1d-e9c2-4642-9d27-936443ce8a26?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: 1258/2491] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:39:57 2026] GET /v2.0/networks/495e7f1d-e9c2-4642-9d27-936443ce8a26?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: 1234/2492] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:39:57 2026] GET /v2.0/security-groups?tenant_id=97bcfaf58e2b4ec09b8f3ba36c8cbd59&name=default => generated 2929 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2493] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:39:58 2026] DELETE /v2.0/security-groups/7885257e-2066-4c40-987d-f47f55537bb2 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:40:01.338 8 INFO neutron.db.segments_db [None req-0e50de80-6745-46c1-80ea-39d4d085e414 64a8f59f7d894460a21c19cec28254c4 4f813224988d4a7a994587ce5768290a - - default default] Added segment 9843ce5f-e9f8-4080-bcb0-9e9350f92bc8 of type vxlan for network 73b050c9-d753-441c-b4f1-fa6655853b87 [pid: 8|app: 0|req: 1235/2494] 10.0.0.214 () {34 vars in 671 bytes} [Thu Aug 13 19:40:00 2026] POST /v2.0/networks => generated 632 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:40:01.481 7 INFO neutron.db.segments_db [None req-7c42a560-b11d-431f-9396-e324efb266c1 64a8f59f7d894460a21c19cec28254c4 4f813224988d4a7a994587ce5768290a - - default default] Added segment c79ebdad-1349-45ed-9fa8-f7c2b3e787fd of type vxlan for network 133ff24b-d633-4c39-ac87-06370312c2d0 2026-08-13 19:40:01.697 7 INFO neutron.db.l3_hamode_db [None req-7c42a560-b11d-431f-9396-e324efb266c1 64a8f59f7d894460a21c19cec28254c4 4f813224988d4a7a994587ce5768290a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 19:40:02.392 7 INFO neutron.db.l3_hamode_db [None req-7c42a560-b11d-431f-9396-e324efb266c1 64a8f59f7d894460a21c19cec28254c4 4f813224988d4a7a994587ce5768290a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1260/2495] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:40:01 2026] POST /v2.0/routers => generated 695 bytes in 1741 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2496] 10.0.0.214 () {32 vars in 776 bytes} [Thu Aug 13 19:40:03 2026] GET /v2.0/subnets?project_id=4f813224988d4a7a994587ce5768290a&cidr=10.100.0.0%2F28 => 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: 1261/2497] 10.0.0.214 () {32 vars in 694 bytes} [Thu Aug 13 19:40:03 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2498] 10.0.0.214 () {32 vars in 784 bytes} [Thu Aug 13 19:40:03 2026] GET /v2.0/subnets?network_id=d1fcfcdf-73b4-4cb7-bd1c-c6bb355fc33e&cidr=10.100.0.0%2F28 => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2499] 10.0.0.6 () {34 vars in 988 bytes} [Thu Aug 13 19:40:03 2026] GET /v2.0/ports?device_id=86570d46-3f57-4b5c-8712-3b4e68059e4e => generated 1469 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2500] 10.0.0.214 () {34 vars in 669 bytes} [Thu Aug 13 19:40:03 2026] POST /v2.0/subnets => generated 656 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2501] 10.0.0.6 () {34 vars in 1038 bytes} [Thu Aug 13 19:40:03 2026] GET /v2.0/security-groups?id=674d717a-9fe4-45b0-9830-990dd0a8566f&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2502] 10.0.0.214 () {34 vars in 783 bytes} [Thu Aug 13 19:40:03 2026] PUT /v2.0/routers/ac9427b3-a361-49b2-8074-38b15ffba7ed/add_router_interface => generated 309 bytes in 1288 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2503] 10.0.0.214 () {32 vars in 649 bytes} [Thu Aug 13 19:40:04 2026] GET /v2.0/networks => generated 6663 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2504] 10.0.0.214 () {32 vars in 647 bytes} [Thu Aug 13 19:40:04 2026] GET /v2.0/subnets => generated 7419 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2505] 10.0.0.214 () {32 vars in 647 bytes} [Thu Aug 13 19:40:05 2026] GET /v2.0/routers => generated 1453 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2506] 10.0.0.214 () {34 vars in 685 bytes} [Thu Aug 13 19:40:05 2026] POST /v2.0/security-groups => generated 1677 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2507] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:40:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2508] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:40:05 2026] POST /v2.0/security-group-rules => generated 596 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2509] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:40:05 2026] POST /v2.0/security-group-rules => generated 602 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2510] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:40:05 2026] POST /v2.0/security-group-rules => generated 601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:40:05.959 8 INFO neutron.db.securitygroups_db [None req-5d721f8c-738a-443e-96e4-4b0c50a6502a 64a8f59f7d894460a21c19cec28254c4 4f813224988d4a7a994587ce5768290a - - default default] Project 4f813224988d4a7a994587ce5768290a 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: 1244/2511] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:40:05 2026] POST /v2.0/security-group-rules => generated 607 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:40:06.149 7 INFO neutron.db.securitygroups_db [None req-3eafc47b-c7e2-4ae5-8284-f6ed505ca72a 64a8f59f7d894460a21c19cec28254c4 4f813224988d4a7a994587ce5768290a - - default default] Project 4f813224988d4a7a994587ce5768290a 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: 1268/2512] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:40:06 2026] POST /v2.0/security-group-rules => generated 606 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2513] 10.0.0.214 () {32 vars in 649 bytes} [Thu Aug 13 19:40:06 2026] GET /v2.0/networks => generated 1297 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2514] 10.0.0.213 () {34 vars in 1100 bytes} [Thu Aug 13 19:40:06 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2028626337&fields=id&tenant_id=4f813224988d4a7a994587ce5768290a => generated 69 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2515] 10.0.0.213 () {34 vars in 982 bytes} [Thu Aug 13 19:40:06 2026] GET /v2.0/networks?id=73b050c9-d753-441c-b4f1-fa6655853b87 => 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: 1270/2516] 10.0.0.213 () {34 vars in 965 bytes} [Thu Aug 13 19:40:06 2026] GET /v2.0/quotas/4f813224988d4a7a994587ce5768290a => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2517] 10.0.0.213 () {34 vars in 1002 bytes} [Thu Aug 13 19:40:06 2026] GET /v2.0/ports?tenant_id=4f813224988d4a7a994587ce5768290a&fields=id => generated 103 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2518] 10.0.0.213 () {34 vars in 1008 bytes} [Thu Aug 13 19:40:06 2026] GET /v2.0/networks/73b050c9-d753-441c-b4f1-fa6655853b87?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: 1248/2519] 10.0.0.213 () {34 vars in 1108 bytes} [Thu Aug 13 19:40:07 2026] GET /v2.0/networks/73b050c9-d753-441c-b4f1-fa6655853b87?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: 1272/2520] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:07 2026] GET /v2.0/ports?device_id=92017a00-cb07-49d8-b513-5c65112c4ec3 => 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: 1249/2521] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:08 2026] GET /v2.0/ports?device_id=92017a00-cb07-49d8-b513-5c65112c4ec3 => 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: 1273/2522] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:09 2026] GET /v2.0/ports?device_id=92017a00-cb07-49d8-b513-5c65112c4ec3 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2523] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:10 2026] GET /v2.0/ports?device_id=92017a00-cb07-49d8-b513-5c65112c4ec3 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2524] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:40:11 2026] GET /v2.0/networks?id=73b050c9-d753-441c-b4f1-fa6655853b87 => generated 660 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2525] 199.204.45.138 () {34 vars in 1050 bytes} [Thu Aug 13 19:40:11 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4f813224988d4a7a994587ce5768290a => generated 181 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2526] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:11 2026] GET /v2.0/ports?device_id=92017a00-cb07-49d8-b513-5c65112c4ec3 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2527] 199.204.45.138 () {38 vars in 955 bytes} [Thu Aug 13 19:40:11 2026] POST /v2.0/ports => generated 954 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2530] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Aug 13 19:40:11 2026] PUT /v2.0/ports/b3851788-b161-4fac-b8bb-839263592906 => generated 1235 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:40:12.303 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-629f6947-a81f-4567-8516-a25972da9220'] response: {'name': 'network-changed', 'server_uuid': '92017a00-cb07-49d8-b513-5c65112c4ec3', 'tag': 'b3851788-b161-4fac-b8bb-839263592906', '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: 1278/2531] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:12 2026] GET /v2.0/ports?device_id=92017a00-cb07-49d8-b513-5c65112c4ec3 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1254/2532] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:40:12 2026] GET /v2.0/security-groups?id=28a9b58d-6f64-4626-8515-b27264e8bd3e&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2533] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:40:12 2026] GET /v2.0/ports?tenant_id=4f813224988d4a7a994587ce5768290a&device_id=92017a00-cb07-49d8-b513-5c65112c4ec3 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2534] 199.204.45.138 () {34 vars in 1018 bytes} [Thu Aug 13 19:40:12 2026] GET /v2.0/networks?tenant_id=4f813224988d4a7a994587ce5768290a&shared=False => generated 756 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2535] 199.204.45.138 () {34 vars in 930 bytes} [Thu Aug 13 19:40:12 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2536] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:13 2026] GET /v2.0/ports?device_id=92017a00-cb07-49d8-b513-5c65112c4ec3 => generated 969 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2537] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:40:13 2026] GET /v2.0/security-groups?id=28a9b58d-6f64-4626-8515-b27264e8bd3e&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: 1257/2538] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:40:13 2026] GET /v2.0/ports?tenant_id=4f813224988d4a7a994587ce5768290a&device_id=92017a00-cb07-49d8-b513-5c65112c4ec3 => generated 1238 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2539] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Aug 13 19:40:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=b3851788-b161-4fac-b8bb-839263592906 => 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: 1258/2540] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:40:14 2026] GET /v2.0/subnets?id=f73b3037-de8e-40e0-8f0f-e36a9ee7cccf => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2541] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:40:14 2026] GET /v2.0/ports?network_id=73b050c9-d753-441c-b4f1-fa6655853b87&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2542] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:40:14 2026] GET /v2.0/networks/73b050c9-d753-441c-b4f1-fa6655853b87?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: 1284/2543] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:40:14 2026] GET /v2.0/networks/73b050c9-d753-441c-b4f1-fa6655853b87?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: 1260/2544] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:14 2026] GET /v2.0/ports?device_id=92017a00-cb07-49d8-b513-5c65112c4ec3 => generated 969 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2545] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:40:14 2026] GET /v2.0/security-groups?id=28a9b58d-6f64-4626-8515-b27264e8bd3e&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: 1261/2546] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:15 2026] GET /v2.0/ports?device_id=92017a00-cb07-49d8-b513-5c65112c4ec3 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2547] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:40:16 2026] GET /v2.0/security-groups?id=28a9b58d-6f64-4626-8515-b27264e8bd3e&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2548] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:17 2026] GET /v2.0/ports?device_id=92017a00-cb07-49d8-b513-5c65112c4ec3 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2549] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:40:17 2026] GET /v2.0/security-groups?id=28a9b58d-6f64-4626-8515-b27264e8bd3e&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: 1263/2550] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:18 2026] GET /v2.0/ports?device_id=92017a00-cb07-49d8-b513-5c65112c4ec3 => 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: 1288/2551] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:40:18 2026] GET /v2.0/security-groups?id=28a9b58d-6f64-4626-8515-b27264e8bd3e&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: 1264/2552] 10.0.0.214 () {32 vars in 721 bytes} [Thu Aug 13 19:40:18 2026] GET /v2.0/subnets/8cfb418e-cd18-4130-9f3b-eff4f1d38785 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2553] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:19 2026] GET /v2.0/ports?device_id=92017a00-cb07-49d8-b513-5c65112c4ec3 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2554] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:40:19 2026] GET /v2.0/security-groups?id=28a9b58d-6f64-4626-8515-b27264e8bd3e&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2555] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:19 2026] GET /v2.0/ports?device_id=92017a00-cb07-49d8-b513-5c65112c4ec3 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2556] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:40:19 2026] GET /v2.0/security-groups?id=28a9b58d-6f64-4626-8515-b27264e8bd3e&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2557] 10.0.0.214 () {32 vars in 736 bytes} [Thu Aug 13 19:40:19 2026] GET /v2.0/ports?device_id=92017a00-cb07-49d8-b513-5c65112c4ec3 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2558] 10.0.0.74 () {30 vars in 689 bytes} [Thu Aug 13 19:40:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2559] 10.0.0.74 () {30 vars in 691 bytes} [Thu Aug 13 19:40:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2560] 10.0.0.74 () {30 vars in 667 bytes} [Thu Aug 13 19:40:20 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: 1295/2561] 10.0.0.74 () {30 vars in 703 bytes} [Thu Aug 13 19:40:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2562] 10.0.0.74 () {28 vars in 438 bytes} [Thu Aug 13 19:40:20 2026] GET / => generated 151 bytes in 5 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2563] 10.0.0.74 () {30 vars in 727 bytes} [Thu Aug 13 19:40:20 2026] GET /v2.0/subnets/8cfb418e-cd18-4130-9f3b-eff4f1d38785 => generated 657 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:40:20.657 8 INFO neutron.db.l3_db [None req-14dddbc5-b520-4777-8c54-cb982773f655 64a8f59f7d894460a21c19cec28254c4 4f813224988d4a7a994587ce5768290a - - default default] Floating IP c2544189-ae8d-42d3-a7e0-3edc4cdb7566 associated. External IP: 10.96.250.213, port: b3851788-b161-4fac-b8bb-839263592906. [pid: 7|app: 0|req: 1298/2564] 10.0.0.74 () {30 vars in 689 bytes} [Thu Aug 13 19:40:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2565] 10.0.0.74 () {30 vars in 691 bytes} [Thu Aug 13 19:40:20 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: 1300/2566] 10.0.0.74 () {30 vars in 667 bytes} [Thu Aug 13 19:40: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: 1301/2567] 10.0.0.74 () {30 vars in 703 bytes} [Thu Aug 13 19:40:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2568] 10.0.0.74 () {30 vars in 727 bytes} [Thu Aug 13 19:40:20 2026] GET /v2.0/subnets/8cfb418e-cd18-4130-9f3b-eff4f1d38785 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2569] 10.0.0.74 () {30 vars in 689 bytes} [Thu Aug 13 19:40:20 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: 1304/2570] 10.0.0.74 () {30 vars in 691 bytes} [Thu Aug 13 19:40:20 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: 1305/2571] 10.0.0.74 () {30 vars in 667 bytes} [Thu Aug 13 19:40: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: 1306/2572] 10.0.0.74 () {30 vars in 703 bytes} [Thu Aug 13 19:40:20 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: 1307/2573] 10.0.0.74 () {30 vars in 729 bytes} [Thu Aug 13 19:40:20 2026] GET /v2.0/networks/7c94c18e-1604-403e-af52-e0cf1d8ac842 => generated 799 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2574] 10.0.0.74 () {30 vars in 681 bytes} [Thu Aug 13 19:40:20 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2575] 10.0.0.214 () {34 vars in 677 bytes} [Thu Aug 13 19:40:19 2026] POST /v2.0/floatingips => generated 855 bytes in 1189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:40:21.050 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d78f65f0-3da8-4676-bcc8-c370ba6b77b1'] response: {'name': 'network-changed', 'server_uuid': '92017a00-cb07-49d8-b513-5c65112c4ec3', 'tag': 'b3851788-b161-4fac-b8bb-839263592906', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1268/2576] 10.0.0.214 () {32 vars in 729 bytes} [Thu Aug 13 19:40:21 2026] GET /v2.0/floatingips/c2544189-ae8d-42d3-a7e0-3edc4cdb7566 => generated 855 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2577] 10.0.0.74 () {34 vars in 703 bytes} [Thu Aug 13 19:40:20 2026] POST /v2.0/ports => generated 1128 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2578] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:40:21 2026] GET /v2.0/ports?tenant_id=4f813224988d4a7a994587ce5768290a&device_id=92017a00-cb07-49d8-b513-5c65112c4ec3 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1310/2579] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:40:21 2026] GET /v2.0/networks?id=73b050c9-d753-441c-b4f1-fa6655853b87 => generated 756 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2580] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Aug 13 19:40:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=b3851788-b161-4fac-b8bb-839263592906 => generated 858 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2581] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:40:21 2026] GET /v2.0/subnets?id=f73b3037-de8e-40e0-8f0f-e36a9ee7cccf => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2582] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:40:21 2026] GET /v2.0/ports?network_id=73b050c9-d753-441c-b4f1-fa6655853b87&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: 1312/2583] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:40:21 2026] GET /v2.0/networks/73b050c9-d753-441c-b4f1-fa6655853b87?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2584] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:40:21 2026] GET /v2.0/networks/73b050c9-d753-441c-b4f1-fa6655853b87?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2585] 10.0.0.214 () {32 vars in 729 bytes} [Thu Aug 13 19:40:22 2026] GET /v2.0/floatingips/c2544189-ae8d-42d3-a7e0-3edc4cdb7566 => generated 855 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2586] 10.0.0.214 () {32 vars in 729 bytes} [Thu Aug 13 19:40:23 2026] GET /v2.0/floatingips/c2544189-ae8d-42d3-a7e0-3edc4cdb7566 => 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: 1314/2587] 199.204.45.138 () {30 vars in 703 bytes} [Thu Aug 13 19:40:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2588] 199.204.45.138 () {30 vars in 705 bytes} [Thu Aug 13 19:40:24 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2589] 199.204.45.138 () {30 vars in 681 bytes} [Thu Aug 13 19:40:24 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2590] 199.204.45.138 () {30 vars in 717 bytes} [Thu Aug 13 19:40:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2591] 199.204.45.138 () {30 vars in 737 bytes} [Thu Aug 13 19:40:24 2026] GET /v2.0/ports/86114fde-4d24-46ab-ac54-1cf85ac1bd66 => generated 1128 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2592] 199.204.45.138 () {30 vars in 703 bytes} [Thu Aug 13 19:40:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2593] 199.204.45.138 () {30 vars in 705 bytes} [Thu Aug 13 19:40:24 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: 1277/2594] 199.204.45.138 () {30 vars in 681 bytes} [Thu Aug 13 19:40:24 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: 7|app: 0|req: 1318/2595] 199.204.45.138 () {30 vars in 717 bytes} [Thu Aug 13 19:40:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:40:24.418 8 INFO neutron.api.v2.resource [None req-dd999e24-6c91-4b52-bee0-5037a76836d2 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1278/2596] 199.204.45.138 () {30 vars in 763 bytes} [Thu Aug 13 19:40:24 2026] GET /v2.0/security-groups/lb-7a6af316-7edf-4a23-acee-b0bc65eae79b => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2597] 199.204.45.138 () {30 vars in 785 bytes} [Thu Aug 13 19:40:24 2026] GET /v2.0/security-groups?name=lb-7a6af316-7edf-4a23-acee-b0bc65eae79b => generated 23 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2598] 199.204.45.138 () {34 vars in 736 bytes} [Thu Aug 13 19:40:24 2026] POST /v2.0/security-groups => generated 1638 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2599] 199.204.45.138 () {30 vars in 815 bytes} [Thu Aug 13 19:40:24 2026] GET /v2.0/security-group-rules?security_group_id=31e5810b-b083-49ea-b83e-270a2b82f296 => generated 1182 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2600] 199.204.45.138 () {34 vars in 789 bytes} [Thu Aug 13 19:40:24 2026] PUT /v2.0/ports/86114fde-4d24-46ab-ac54-1cf85ac1bd66 => generated 1128 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2601] 199.204.45.138 () {30 vars in 703 bytes} [Thu Aug 13 19:40:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1281/2602] 199.204.45.138 () {30 vars in 705 bytes} [Thu Aug 13 19:40:24 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2603] 199.204.45.138 () {30 vars in 681 bytes} [Thu Aug 13 19:40:24 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2604] 199.204.45.138 () {30 vars in 717 bytes} [Thu Aug 13 19:40:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2605] 199.204.45.138 () {30 vars in 741 bytes} [Thu Aug 13 19:40:24 2026] GET /v2.0/subnets/8cfb418e-cd18-4130-9f3b-eff4f1d38785 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2608] 10.0.0.6 () {34 vars in 988 bytes} [Thu Aug 13 19:40:28 2026] GET /v2.0/ports?device_id=92017a00-cb07-49d8-b513-5c65112c4ec3 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2609] 10.0.0.6 () {34 vars in 1038 bytes} [Thu Aug 13 19:40:28 2026] GET /v2.0/security-groups?id=28a9b58d-6f64-4626-8515-b27264e8bd3e&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: 1285/2610] 10.0.0.213 () {34 vars in 1016 bytes} [Thu Aug 13 19:40:32 2026] GET /v2.0/security-groups?id=360007a0-61c1-487b-862d-fa0628b41a35&fields=id => 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: 1326/2611] 10.0.0.213 () {34 vars in 982 bytes} [Thu Aug 13 19:40:32 2026] GET /v2.0/networks?id=47c89c1c-a90f-4fba-87ae-933e5f7ee414 => 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: 1286/2612] 10.0.0.213 () {34 vars in 965 bytes} [Thu Aug 13 19:40:32 2026] GET /v2.0/quotas/61f9360e66d446fb9efddc2b631d16fa => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2613] 10.0.0.213 () {34 vars in 1002 bytes} [Thu Aug 13 19:40:32 2026] GET /v2.0/ports?tenant_id=61f9360e66d446fb9efddc2b631d16fa&fields=id => generated 149 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2614] 10.0.0.213 () {34 vars in 1008 bytes} [Thu Aug 13 19:40:32 2026] GET /v2.0/networks/47c89c1c-a90f-4fba-87ae-933e5f7ee414?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: 1328/2615] 10.0.0.213 () {34 vars in 1108 bytes} [Thu Aug 13 19:40:32 2026] GET /v2.0/networks/47c89c1c-a90f-4fba-87ae-933e5f7ee414?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2616] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:32 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => 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: 1329/2617] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:33 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => 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: 1289/2618] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:35 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => 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: 1330/2619] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:35 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => 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: 1290/2620] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:40:37 2026] GET /v2.0/networks?id=47c89c1c-a90f-4fba-87ae-933e5f7ee414 => generated 735 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2621] 199.204.45.138 () {34 vars in 1050 bytes} [Thu Aug 13 19:40:37 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=61f9360e66d446fb9efddc2b631d16fa => 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: 1291/2622] 199.204.45.138 () {38 vars in 955 bytes} [Thu Aug 13 19:40:37 2026] POST /v2.0/ports => generated 1082 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2623] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Aug 13 19:40:37 2026] PUT /v2.0/ports/770dd577-8930-4ab9-a91e-5610fece2a99 => generated 1243 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:40:38.001 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b1c7a924-865e-4872-b747-74581c65aa42'] response: {'name': 'network-changed', 'server_uuid': '1c2a3896-7383-4b38-8e28-0eb218132d4a', 'tag': '770dd577-8930-4ab9-a91e-5610fece2a99', '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: 1292/2624] 10.0.0.214 () {32 vars in 826 bytes} [Thu Aug 13 19:40:38 2026] GET /v2.0/ports?project_id=4f813224988d4a7a994587ce5768290a&network_id=73b050c9-d753-441c-b4f1-fa6655853b87 => generated 3691 bytes in 98 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: 1333/2625] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:40:38 2026] GET /v2.0/ports?tenant_id=61f9360e66d446fb9efddc2b631d16fa&device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 1246 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2626] 199.204.45.138 () {34 vars in 1018 bytes} [Thu Aug 13 19:40:38 2026] GET /v2.0/networks?tenant_id=61f9360e66d446fb9efddc2b631d16fa&shared=False => generated 735 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2627] 199.204.45.138 () {34 vars in 930 bytes} [Thu Aug 13 19:40:38 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2628] 10.0.0.214 () {32 vars in 742 bytes} [Thu Aug 13 19:40:38 2026] GET /v2.0/subnets?network_id=d1fcfcdf-73b4-4cb7-bd1c-c6bb355fc33e => generated 667 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2629] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:38 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2630] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:40:38 2026] GET /v2.0/security-groups?id=360007a0-61c1-487b-862d-fa0628b41a35&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2631] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:38 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 1246 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:40:38.991 7 INFO neutron.db.l3_db [None req-62300440-f5b6-4d90-a824-0bf1c89e1d07 64a8f59f7d894460a21c19cec28254c4 4f813224988d4a7a994587ce5768290a - - default default] Floating IP c2544189-ae8d-42d3-a7e0-3edc4cdb7566 disassociated. External IP: 10.96.250.213, port: b3851788-b161-4fac-b8bb-839263592906. [pid: 7|app: 0|req: 1336/2632] 10.0.0.214 () {34 vars in 749 bytes} [Thu Aug 13 19:40:38 2026] PUT /v2.0/floatingips/c2544189-ae8d-42d3-a7e0-3edc4cdb7566 => generated 554 bytes in 457 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2633] 10.0.0.214 () {32 vars in 729 bytes} [Thu Aug 13 19:40:39 2026] GET /v2.0/floatingips/c2544189-ae8d-42d3-a7e0-3edc4cdb7566 => 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: 1337/2634] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:40:39 2026] GET /v2.0/ports?tenant_id=61f9360e66d446fb9efddc2b631d16fa&device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2635] 199.204.45.138 () {34 vars in 1062 bytes} [Thu Aug 13 19:40:39 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.212&port_id=770dd577-8930-4ab9-a91e-5610fece2a99 => 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: 1338/2636] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:40:39 2026] GET /v2.0/subnets?id=31384f4a-279a-44dd-8fb5-6b4492f7f851 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2637] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:40:39 2026] GET /v2.0/ports?network_id=47c89c1c-a90f-4fba-87ae-933e5f7ee414&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2638] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:40:39 2026] GET /v2.0/networks/47c89c1c-a90f-4fba-87ae-933e5f7ee414?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: 1300/2639] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:40:39 2026] GET /v2.0/networks/47c89c1c-a90f-4fba-87ae-933e5f7ee414?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:40:40.039 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3cc29983-d9b0-482f-950f-4ace22858dac'] response: {'name': 'network-changed', 'server_uuid': '92017a00-cb07-49d8-b513-5c65112c4ec3', 'tag': 'b3851788-b161-4fac-b8bb-839263592906', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1340/2640] 10.0.0.214 () {32 vars in 729 bytes} [Thu Aug 13 19:40:40 2026] GET /v2.0/floatingips/c2544189-ae8d-42d3-a7e0-3edc4cdb7566 => generated 554 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2641] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:40:40 2026] GET /v2.0/ports?tenant_id=4f813224988d4a7a994587ce5768290a&device_id=92017a00-cb07-49d8-b513-5c65112c4ec3 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2642] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:40:40 2026] GET /v2.0/networks?id=73b050c9-d753-441c-b4f1-fa6655853b87 => generated 756 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2643] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Aug 13 19:40:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=b3851788-b161-4fac-b8bb-839263592906 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2644] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:40:40 2026] GET /v2.0/subnets?id=f73b3037-de8e-40e0-8f0f-e36a9ee7cccf => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2645] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:40:40 2026] GET /v2.0/ports?network_id=73b050c9-d753-441c-b4f1-fa6655853b87&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2646] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:40:40 2026] GET /v2.0/networks/73b050c9-d753-441c-b4f1-fa6655853b87?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: 1304/2647] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:40:40 2026] GET /v2.0/networks/73b050c9-d753-441c-b4f1-fa6655853b87?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2648] 10.0.0.214 () {32 vars in 729 bytes} [Thu Aug 13 19:40:41 2026] GET /v2.0/floatingips/c2544189-ae8d-42d3-a7e0-3edc4cdb7566 => generated 552 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2649] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:41 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2650] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:40:41 2026] GET /v2.0/security-groups?id=360007a0-61c1-487b-862d-fa0628b41a35&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/2651] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:41 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => 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: 1308/2654] 10.0.0.214 () {34 vars in 685 bytes} [Thu Aug 13 19:40:42 2026] POST /v2.0/security-groups => generated 1677 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2655] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:40:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2656] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:40:42 2026] POST /v2.0/security-group-rules => generated 596 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2657] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:40:42 2026] POST /v2.0/security-group-rules => generated 602 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2658] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:40:42 2026] POST /v2.0/security-group-rules => generated 601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:40:43.132 7 INFO neutron.db.securitygroups_db [None req-d393c2ba-1232-448b-a5a9-556c098c7ba5 64a8f59f7d894460a21c19cec28254c4 4f813224988d4a7a994587ce5768290a - - default default] Project 4f813224988d4a7a994587ce5768290a 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: 1349/2659] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:40:43 2026] POST /v2.0/security-group-rules => generated 607 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 19:40:43.268 8 INFO neutron.db.securitygroups_db [None req-40c33e47-c13e-4ac6-aace-88da2071a725 64a8f59f7d894460a21c19cec28254c4 4f813224988d4a7a994587ce5768290a - - default default] Project 4f813224988d4a7a994587ce5768290a 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: 1311/2660] 10.0.0.214 () {34 vars in 695 bytes} [Thu Aug 13 19:40:43 2026] POST /v2.0/security-group-rules => generated 606 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2661] 10.0.0.214 () {32 vars in 649 bytes} [Thu Aug 13 19:40:43 2026] GET /v2.0/networks => generated 1297 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2662] 10.0.0.213 () {34 vars in 1100 bytes} [Thu Aug 13 19:40:43 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2088359158&fields=id&tenant_id=4f813224988d4a7a994587ce5768290a => 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: 1351/2663] 10.0.0.213 () {34 vars in 982 bytes} [Thu Aug 13 19:40:43 2026] GET /v2.0/networks?id=73b050c9-d753-441c-b4f1-fa6655853b87 => generated 660 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2664] 10.0.0.213 () {34 vars in 965 bytes} [Thu Aug 13 19:40:43 2026] GET /v2.0/quotas/4f813224988d4a7a994587ce5768290a => 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: 1352/2665] 10.0.0.213 () {34 vars in 1002 bytes} [Thu Aug 13 19:40:43 2026] GET /v2.0/ports?tenant_id=4f813224988d4a7a994587ce5768290a&fields=id => generated 149 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2666] 10.0.0.213 () {34 vars in 1008 bytes} [Thu Aug 13 19:40:43 2026] GET /v2.0/networks/73b050c9-d753-441c-b4f1-fa6655853b87?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: 1353/2667] 199.204.45.138 () {34 vars in 994 bytes} [Thu Aug 13 19:40:44 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 1246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2668] 199.204.45.138 () {34 vars in 1044 bytes} [Thu Aug 13 19:40:44 2026] GET /v2.0/security-groups?id=360007a0-61c1-487b-862d-fa0628b41a35&fields=id&fields=name => generated 96 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2669] 10.0.0.213 () {34 vars in 1108 bytes} [Thu Aug 13 19:40:44 2026] GET /v2.0/networks/73b050c9-d753-441c-b4f1-fa6655853b87?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: 1355/2670] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:44 2026] GET /v2.0/ports?device_id=cf601118-6662-4daf-af9a-fd8fd67cb493 => 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: 1316/2671] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:44 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 1248 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2672] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:40:44 2026] GET /v2.0/security-groups?id=360007a0-61c1-487b-862d-fa0628b41a35&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2673] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:44 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2674] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:45 2026] GET /v2.0/ports?device_id=cf601118-6662-4daf-af9a-fd8fd67cb493 => 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: 1318/2675] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:46 2026] GET /v2.0/ports?device_id=cf601118-6662-4daf-af9a-fd8fd67cb493 => 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: 1358/2676] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:47 2026] GET /v2.0/ports?device_id=cf601118-6662-4daf-af9a-fd8fd67cb493 => 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: 1319/2677] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:47 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2678] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:40:47 2026] GET /v2.0/security-groups?id=360007a0-61c1-487b-862d-fa0628b41a35&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2679] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:47 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2680] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:48 2026] GET /v2.0/ports?device_id=cf601118-6662-4daf-af9a-fd8fd67cb493 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2681] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:40:48 2026] GET /v2.0/networks?id=73b050c9-d753-441c-b4f1-fa6655853b87 => generated 660 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2682] 199.204.45.138 () {34 vars in 1050 bytes} [Thu Aug 13 19:40:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4f813224988d4a7a994587ce5768290a => generated 274 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2683] 199.204.45.138 () {38 vars in 955 bytes} [Thu Aug 13 19:40:48 2026] POST /v2.0/ports => generated 958 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2684] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Aug 13 19:40:49 2026] PUT /v2.0/ports/f2c329cc-b9f3-4a54-8fa2-9963c2c85faa => generated 1239 bytes in 475 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:40:49.565 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5744f18a-96d6-43c6-b3bf-74cdc3b9e0fc'] response: {'name': 'network-changed', 'server_uuid': 'cf601118-6662-4daf-af9a-fd8fd67cb493', 'tag': 'f2c329cc-b9f3-4a54-8fa2-9963c2c85faa', '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: 1362/2685] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:49 2026] GET /v2.0/ports?device_id=cf601118-6662-4daf-af9a-fd8fd67cb493 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1324/2686] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:40:49 2026] GET /v2.0/security-groups?id=e7bf18d1-78bb-4c72-9467-655a7335ee78&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2687] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:40:50 2026] GET /v2.0/ports?tenant_id=4f813224988d4a7a994587ce5768290a&device_id=cf601118-6662-4daf-af9a-fd8fd67cb493 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2688] 199.204.45.138 () {34 vars in 1018 bytes} [Thu Aug 13 19:40:50 2026] GET /v2.0/networks?tenant_id=4f813224988d4a7a994587ce5768290a&shared=False => generated 756 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2689] 199.204.45.138 () {34 vars in 930 bytes} [Thu Aug 13 19:40:50 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2690] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:50 2026] GET /v2.0/ports?device_id=cf601118-6662-4daf-af9a-fd8fd67cb493 => generated 973 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2691] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:40:50 2026] GET /v2.0/security-groups?id=e7bf18d1-78bb-4c72-9467-655a7335ee78&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: 1327/2692] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:40:51 2026] GET /v2.0/ports?tenant_id=4f813224988d4a7a994587ce5768290a&device_id=cf601118-6662-4daf-af9a-fd8fd67cb493 => 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: 1366/2693] 199.204.45.138 () {34 vars in 1060 bytes} [Thu Aug 13 19:40:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=f2c329cc-b9f3-4a54-8fa2-9963c2c85faa => 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: 1328/2694] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:40:51 2026] GET /v2.0/subnets?id=f73b3037-de8e-40e0-8f0f-e36a9ee7cccf => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2695] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:40:51 2026] GET /v2.0/ports?network_id=73b050c9-d753-441c-b4f1-fa6655853b87&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2696] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:40:51 2026] GET /v2.0/networks/73b050c9-d753-441c-b4f1-fa6655853b87?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: 1368/2697] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:40:51 2026] GET /v2.0/networks/73b050c9-d753-441c-b4f1-fa6655853b87?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: 1330/2698] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:51 2026] GET /v2.0/ports?device_id=cf601118-6662-4daf-af9a-fd8fd67cb493 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2699] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:40:52 2026] GET /v2.0/security-groups?id=e7bf18d1-78bb-4c72-9467-655a7335ee78&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: 1331/2700] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:53 2026] GET /v2.0/ports?device_id=cf601118-6662-4daf-af9a-fd8fd67cb493 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2701] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:40:53 2026] GET /v2.0/security-groups?id=e7bf18d1-78bb-4c72-9467-655a7335ee78&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: 1332/2702] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:54 2026] GET /v2.0/ports?device_id=cf601118-6662-4daf-af9a-fd8fd67cb493 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2703] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:40:54 2026] GET /v2.0/security-groups?id=e7bf18d1-78bb-4c72-9467-655a7335ee78&fields=id&fields=name => generated 114 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2704] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:55 2026] GET /v2.0/ports?device_id=cf601118-6662-4daf-af9a-fd8fd67cb493 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2705] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:40:55 2026] GET /v2.0/security-groups?id=e7bf18d1-78bb-4c72-9467-655a7335ee78&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: 1334/2706] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:56 2026] GET /v2.0/ports?device_id=cf601118-6662-4daf-af9a-fd8fd67cb493 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2707] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:40:56 2026] GET /v2.0/security-groups?id=e7bf18d1-78bb-4c72-9467-655a7335ee78&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: 1335/2708] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:40:56 2026] GET /v2.0/ports?device_id=cf601118-6662-4daf-af9a-fd8fd67cb493 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2709] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:40:56 2026] GET /v2.0/security-groups?id=e7bf18d1-78bb-4c72-9467-655a7335ee78&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: 1336/2710] 10.0.0.214 () {32 vars in 736 bytes} [Thu Aug 13 19:40:56 2026] GET /v2.0/ports?device_id=cf601118-6662-4daf-af9a-fd8fd67cb493 => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:40:57.377 7 INFO neutron.db.l3_db [None req-ee5d8e9f-2d9f-41e1-aea8-2600b5175eee 64a8f59f7d894460a21c19cec28254c4 4f813224988d4a7a994587ce5768290a - - default default] Floating IP c2544189-ae8d-42d3-a7e0-3edc4cdb7566 associated. External IP: 10.96.250.213, port: f2c329cc-b9f3-4a54-8fa2-9963c2c85faa. [pid: 7|app: 0|req: 1375/2713] 10.0.0.214 () {34 vars in 749 bytes} [Thu Aug 13 19:40:56 2026] PUT /v2.0/floatingips/c2544189-ae8d-42d3-a7e0-3edc4cdb7566 => generated 856 bytes in 775 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:40:57.796 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ad3328d0-9189-4086-b3a6-fa9c835a066a'] response: {'name': 'network-changed', 'server_uuid': 'cf601118-6662-4daf-af9a-fd8fd67cb493', 'tag': 'f2c329cc-b9f3-4a54-8fa2-9963c2c85faa', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1339/2714] 10.0.0.214 () {32 vars in 729 bytes} [Thu Aug 13 19:40:57 2026] GET /v2.0/floatingips/c2544189-ae8d-42d3-a7e0-3edc4cdb7566 => generated 856 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2715] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:40:58 2026] GET /v2.0/ports?tenant_id=4f813224988d4a7a994587ce5768290a&device_id=cf601118-6662-4daf-af9a-fd8fd67cb493 => 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: 1340/2716] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:40:58 2026] GET /v2.0/networks?id=73b050c9-d753-441c-b4f1-fa6655853b87 => generated 756 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2717] 199.204.45.138 () {34 vars in 1060 bytes} [Thu Aug 13 19:40:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=f2c329cc-b9f3-4a54-8fa2-9963c2c85faa => generated 859 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2718] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:40:58 2026] GET /v2.0/subnets?id=f73b3037-de8e-40e0-8f0f-e36a9ee7cccf => generated 677 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2719] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:40:58 2026] GET /v2.0/ports?network_id=73b050c9-d753-441c-b4f1-fa6655853b87&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: 1342/2720] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:40:58 2026] GET /v2.0/networks/73b050c9-d753-441c-b4f1-fa6655853b87?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2721] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:40:58 2026] GET /v2.0/networks/73b050c9-d753-441c-b4f1-fa6655853b87?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2722] 10.0.0.214 () {32 vars in 729 bytes} [Thu Aug 13 19:40:58 2026] GET /v2.0/floatingips/c2544189-ae8d-42d3-a7e0-3edc4cdb7566 => generated 856 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2723] 10.0.0.214 () {32 vars in 729 bytes} [Thu Aug 13 19:40:59 2026] GET /v2.0/floatingips/c2544189-ae8d-42d3-a7e0-3edc4cdb7566 => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2724] 10.0.0.6 () {34 vars in 988 bytes} [Thu Aug 13 19:41:07 2026] GET /v2.0/ports?device_id=cf601118-6662-4daf-af9a-fd8fd67cb493 => 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: 1381/2725] 10.0.0.6 () {34 vars in 1038 bytes} [Thu Aug 13 19:41:07 2026] GET /v2.0/security-groups?id=e7bf18d1-78bb-4c72-9467-655a7335ee78&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2728] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:41:17 2026] GET /v2.0/ports?device_id=cf601118-6662-4daf-af9a-fd8fd67cb493 => generated 975 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2729] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:41:17 2026] GET /v2.0/security-groups?id=e7bf18d1-78bb-4c72-9467-655a7335ee78&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: 1384/2730] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:41:18 2026] GET /v2.0/ports?device_id=cf601118-6662-4daf-af9a-fd8fd67cb493 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2731] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:41:18 2026] GET /v2.0/security-groups?id=e7bf18d1-78bb-4c72-9467-655a7335ee78&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: 1385/2732] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:41:19 2026] GET /v2.0/ports?device_id=cf601118-6662-4daf-af9a-fd8fd67cb493 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2733] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:41:19 2026] GET /v2.0/security-groups?id=e7bf18d1-78bb-4c72-9467-655a7335ee78&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: 1386/2734] 199.204.45.138 () {34 vars in 994 bytes} [Thu Aug 13 19:41:19 2026] GET /v2.0/ports?device_id=cf601118-6662-4daf-af9a-fd8fd67cb493 => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:41:19.941 8 INFO neutron_taas.services.taas.taas_plugin [req-5b73c9f0-db57-4f85-af6b-856482137119 req-7c2e2071-116e-4592-bdf9-b04ed0740367 64a8f59f7d894460a21c19cec28254c4 4f813224988d4a7a994587ce5768290a - - default default] TaaS: Handle Delete Port: f2c329cc-b9f3-4a54-8fa2-9963c2c85faa 2026-08-13 19:41:19.944 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5b73c9f0-db57-4f85-af6b-856482137119 req-7c2e2071-116e-4592-bdf9-b04ed0740367 64a8f59f7d894460a21c19cec28254c4 4f813224988d4a7a994587ce5768290a - - default default] Tap Mirror: Handle Delete Port: f2c329cc-b9f3-4a54-8fa2-9963c2c85faa 2026-08-13 19:41:20.097 8 INFO neutron.db.l3_db [req-5b73c9f0-db57-4f85-af6b-856482137119 req-7c2e2071-116e-4592-bdf9-b04ed0740367 64a8f59f7d894460a21c19cec28254c4 4f813224988d4a7a994587ce5768290a - - default default] Floating IP c2544189-ae8d-42d3-a7e0-3edc4cdb7566 disassociated. External IP: 10.96.250.213, port: f2c329cc-b9f3-4a54-8fa2-9963c2c85faa. [pid: 8|app: 0|req: 1349/2735] 199.204.45.138 () {36 vars in 997 bytes} [Thu Aug 13 19:41:19 2026] DELETE /v2.0/ports/f2c329cc-b9f3-4a54-8fa2-9963c2c85faa => generated 0 bytes in 755 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:41:20.698 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e977004d-f92e-4c1b-be7b-b302696bec1e'] response: {'server_uuid': 'cf601118-6662-4daf-af9a-fd8fd67cb493', 'name': 'network-vif-deleted', 'tag': 'f2c329cc-b9f3-4a54-8fa2-9963c2c85faa', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1387/2736] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:41:20 2026] GET /v2.0/ports?device_id=cf601118-6662-4daf-af9a-fd8fd67cb493 => 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: 1350/2737] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:41:21 2026] GET /v2.0/ports?device_id=cf601118-6662-4daf-af9a-fd8fd67cb493 => 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: 1388/2738] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:41:23 2026] GET /v2.0/ports?device_id=cf601118-6662-4daf-af9a-fd8fd67cb493 => 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: 1351/2739] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:41:24 2026] DELETE /v2.0/security-groups/e7bf18d1-78bb-4c72-9467-655a7335ee78 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:41:24.411 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5d16507-0fac-4a71-ae4e-d99f96d9de5a 64a8f59f7d894460a21c19cec28254c4 4f813224988d4a7a994587ce5768290a - - default default] TaaS: Handle Delete Port: 55349b6f-3f6e-498e-8167-a254a18e5cbe 2026-08-13 19:41:24.414 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5d16507-0fac-4a71-ae4e-d99f96d9de5a 64a8f59f7d894460a21c19cec28254c4 4f813224988d4a7a994587ce5768290a - - default default] Tap Mirror: Handle Delete Port: 55349b6f-3f6e-498e-8167-a254a18e5cbe [pid: 7|app: 0|req: 1389/2740] 10.0.0.214 () {32 vars in 732 bytes} [Thu Aug 13 19:41:24 2026] DELETE /v2.0/floatingips/c2544189-ae8d-42d3-a7e0-3edc4cdb7566 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2741] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:41:24 2026] GET /v2.0/ports?device_id=92017a00-cb07-49d8-b513-5c65112c4ec3 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2742] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:41:24 2026] GET /v2.0/security-groups?id=28a9b58d-6f64-4626-8515-b27264e8bd3e&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: 1353/2743] 199.204.45.138 () {30 vars in 703 bytes} [Thu Aug 13 19:41:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2744] 199.204.45.138 () {30 vars in 705 bytes} [Thu Aug 13 19:41:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2745] 199.204.45.138 () {30 vars in 681 bytes} [Thu Aug 13 19:41:25 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2746] 199.204.45.138 () {30 vars in 717 bytes} [Thu Aug 13 19:41:25 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: 1355/2747] 199.204.45.138 () {30 vars in 741 bytes} [Thu Aug 13 19:41:25 2026] GET /v2.0/subnets/8cfb418e-cd18-4130-9f3b-eff4f1d38785 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2748] 199.204.45.138 () {30 vars in 769 bytes} [Thu Aug 13 19:41:25 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2749] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:41:25 2026] GET /v2.0/ports?device_id=92017a00-cb07-49d8-b513-5c65112c4ec3 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2750] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:41:25 2026] GET /v2.0/security-groups?id=28a9b58d-6f64-4626-8515-b27264e8bd3e&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2751] 199.204.45.138 () {34 vars in 717 bytes} [Thu Aug 13 19:41:25 2026] POST /v2.0/ports => generated 1055 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2752] 10.0.0.213 () {34 vars in 971 bytes} [Thu Aug 13 19:41:26 2026] GET /v2.0/ports/88f441e8-7d87-4078-b022-11b0cdb6e17f => generated 1055 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2753] 10.0.0.213 () {34 vars in 907 bytes} [Thu Aug 13 19:41:26 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: 8|app: 0|req: 1359/2756] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:41:27 2026] GET /v2.0/ports?device_id=92017a00-cb07-49d8-b513-5c65112c4ec3 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2757] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:41:27 2026] GET /v2.0/security-groups?id=28a9b58d-6f64-4626-8515-b27264e8bd3e&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: 1360/2758] 199.204.45.138 () {34 vars in 994 bytes} [Thu Aug 13 19:41:27 2026] GET /v2.0/ports?device_id=92017a00-cb07-49d8-b513-5c65112c4ec3 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:41:27.311 7 INFO neutron_taas.services.taas.taas_plugin [req-d586e5a3-3e46-4cb2-9dad-094a6f31be17 req-593f77ff-50f8-4343-9143-8d81a298f2f5 64a8f59f7d894460a21c19cec28254c4 4f813224988d4a7a994587ce5768290a - - default default] TaaS: Handle Delete Port: b3851788-b161-4fac-b8bb-839263592906 2026-08-13 19:41:27.314 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d586e5a3-3e46-4cb2-9dad-094a6f31be17 req-593f77ff-50f8-4343-9143-8d81a298f2f5 64a8f59f7d894460a21c19cec28254c4 4f813224988d4a7a994587ce5768290a - - default default] Tap Mirror: Handle Delete Port: b3851788-b161-4fac-b8bb-839263592906 [pid: 8|app: 0|req: 1361/2759] 199.204.45.138 () {34 vars in 1262 bytes} [Thu Aug 13 19:41:27 2026] GET /v2.0/ports/88f441e8-7d87-4078-b022-11b0cdb6e17f?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2760] 199.204.45.138 () {36 vars in 997 bytes} [Thu Aug 13 19:41:27 2026] DELETE /v2.0/ports/b3851788-b161-4fac-b8bb-839263592906 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2761] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:41:27 2026] GET /v2.0/networks/7c94c18e-1604-403e-af52-e0cf1d8ac842?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2762] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:41:27 2026] GET /v2.0/networks/7c94c18e-1604-403e-af52-e0cf1d8ac842?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:41:27.527 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8a778cc6-6607-46e8-b680-29638f3df518'] response: {'server_uuid': '92017a00-cb07-49d8-b513-5c65112c4ec3', 'name': 'network-vif-deleted', 'tag': 'b3851788-b161-4fac-b8bb-839263592906', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1363/2763] 199.204.45.138 () {34 vars in 975 bytes} [Thu Aug 13 19:41:28 2026] GET /v2.0/ports/88f441e8-7d87-4078-b022-11b0cdb6e17f => generated 1055 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2764] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:41:28 2026] GET /v2.0/networks?id=7c94c18e-1604-403e-af52-e0cf1d8ac842 => generated 802 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2765] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:41:28 2026] GET /v2.0/ports?device_id=92017a00-cb07-49d8-b513-5c65112c4ec3 => 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: 1364/2766] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Aug 13 19:41:28 2026] PUT /v2.0/ports/88f441e8-7d87-4078-b022-11b0cdb6e17f => generated 1245 bytes in 408 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:41:28.567 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6038c10e-f26b-424a-9f4d-9b2dc06fe1a2'] response: {'name': 'network-changed', 'server_uuid': '1c2a3896-7383-4b38-8e28-0eb218132d4a', 'tag': '88f441e8-7d87-4078-b022-11b0cdb6e17f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1403/2767] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:41:29 2026] GET /v2.0/ports?tenant_id=61f9360e66d446fb9efddc2b631d16fa&device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 2485 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2768] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:41:29 2026] GET /v2.0/networks?id=7c94c18e-1604-403e-af52-e0cf1d8ac842 => generated 802 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2769] 199.204.45.138 () {34 vars in 1056 bytes} [Thu Aug 13 19:41:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.75&port_id=88f441e8-7d87-4078-b022-11b0cdb6e17f => 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: 1366/2770] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:41:29 2026] GET /v2.0/subnets?id=8cfb418e-cd18-4130-9f3b-eff4f1d38785 => 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: 1405/2771] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:41:29 2026] GET /v2.0/ports?network_id=7c94c18e-1604-403e-af52-e0cf1d8ac842&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2772] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:41:29 2026] GET /v2.0/networks/7c94c18e-1604-403e-af52-e0cf1d8ac842?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2773] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:41:29 2026] GET /v2.0/ports?device_id=92017a00-cb07-49d8-b513-5c65112c4ec3 => 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: 1368/2774] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:41:29 2026] GET /v2.0/networks/7c94c18e-1604-403e-af52-e0cf1d8ac842?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: 1407/2775] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:41:30 2026] GET /v2.0/ports?tenant_id=61f9360e66d446fb9efddc2b631d16fa&device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 2485 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2776] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:41:30 2026] GET /v2.0/ports?device_id=92017a00-cb07-49d8-b513-5c65112c4ec3 => 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: 1408/2777] 199.204.45.138 () {34 vars in 1062 bytes} [Thu Aug 13 19:41:30 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.212&port_id=770dd577-8930-4ab9-a91e-5610fece2a99 => 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: 1370/2778] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:41:30 2026] GET /v2.0/subnets?id=31384f4a-279a-44dd-8fb5-6b4492f7f851 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2779] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:41:30 2026] GET /v2.0/ports?network_id=47c89c1c-a90f-4fba-87ae-933e5f7ee414&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: 1371/2780] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:41:30 2026] GET /v2.0/networks/47c89c1c-a90f-4fba-87ae-933e5f7ee414?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2781] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:41:30 2026] GET /v2.0/networks/47c89c1c-a90f-4fba-87ae-933e5f7ee414?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: 1372/2782] 199.204.45.138 () {34 vars in 1056 bytes} [Thu Aug 13 19:41:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.75&port_id=88f441e8-7d87-4078-b022-11b0cdb6e17f => 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: 1411/2783] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:41:30 2026] GET /v2.0/subnets?id=8cfb418e-cd18-4130-9f3b-eff4f1d38785 => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2784] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:41:30 2026] GET /v2.0/ports?network_id=7c94c18e-1604-403e-af52-e0cf1d8ac842&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: 1412/2785] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:41:30 2026] GET /v2.0/networks/7c94c18e-1604-403e-af52-e0cf1d8ac842?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: 1374/2786] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:41:30 2026] GET /v2.0/networks/7c94c18e-1604-403e-af52-e0cf1d8ac842?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: 1413/2787] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:41:31 2026] DELETE /v2.0/security-groups/28a9b58d-6f64-4626-8515-b27264e8bd3e => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:41:32.022 8 INFO neutron_taas.services.taas.taas_plugin [None req-43256a1e-625d-4e2f-ba3e-c82ba72c1621 64a8f59f7d894460a21c19cec28254c4 4f813224988d4a7a994587ce5768290a - - default default] TaaS: Handle Delete Port: 5117dec9-ae68-4c9e-a921-173927fb6f99 2026-08-13 19:41:32.025 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43256a1e-625d-4e2f-ba3e-c82ba72c1621 64a8f59f7d894460a21c19cec28254c4 4f813224988d4a7a994587ce5768290a - - default default] Tap Mirror: Handle Delete Port: 5117dec9-ae68-4c9e-a921-173927fb6f99 [pid: 8|app: 0|req: 1375/2788] 10.0.0.214 () {34 vars in 789 bytes} [Thu Aug 13 19:41:31 2026] PUT /v2.0/routers/ac9427b3-a361-49b2-8074-38b15ffba7ed/remove_router_interface => generated 309 bytes in 815 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2789] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:41:32 2026] DELETE /v2.0/subnets/f73b3037-de8e-40e0-8f0f-e36a9ee7cccf => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:41:32.823 8 INFO neutron_taas.services.taas.taas_plugin [None req-4d78d69d-6842-4616-93be-485accb27664 64a8f59f7d894460a21c19cec28254c4 4f813224988d4a7a994587ce5768290a - - default default] TaaS: Handle Delete Port: 7729b64b-76db-4fcb-8c67-3eba1f0bde86 2026-08-13 19:41:32.826 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d78d69d-6842-4616-93be-485accb27664 64a8f59f7d894460a21c19cec28254c4 4f813224988d4a7a994587ce5768290a - - default default] Tap Mirror: Handle Delete Port: 7729b64b-76db-4fcb-8c67-3eba1f0bde86 2026-08-13 19:41:33.097 8 INFO neutron_taas.services.taas.taas_plugin [None req-4d78d69d-6842-4616-93be-485accb27664 64a8f59f7d894460a21c19cec28254c4 4f813224988d4a7a994587ce5768290a - - default default] TaaS: Handle Delete Port: c3b1dfc9-003a-4ec4-8516-b4f7c55595b6 2026-08-13 19:41:33.101 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d78d69d-6842-4616-93be-485accb27664 64a8f59f7d894460a21c19cec28254c4 4f813224988d4a7a994587ce5768290a - - default default] Tap Mirror: Handle Delete Port: c3b1dfc9-003a-4ec4-8516-b4f7c55595b6 2026-08-13 19:41:33.463 8 INFO neutron.db.l3_hamode_db [None req-4d78d69d-6842-4616-93be-485accb27664 64a8f59f7d894460a21c19cec28254c4 4f813224988d4a7a994587ce5768290a - - default default] HA network 133ff24b-d633-4c39-ac87-06370312c2d0 was deleted as no HA routers are present in tenant 4f813224988d4a7a994587ce5768290a. 2026-08-13 19:41:33.467 8 INFO neutron.services.segments.plugin [-] Segment c79ebdad-1349-45ed-9fa8-f7c2b3e787fd resource provider aggregate not found [pid: 8|app: 0|req: 1376/2790] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:41:32 2026] DELETE /v2.0/routers/ac9427b3-a361-49b2-8074-38b15ffba7ed => generated 0 bytes in 830 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:41:33.489 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c79ebdad-1349-45ed-9fa8-f7c2b3e787fd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c79ebdad-1349-45ed-9fa8-f7c2b3e787fd found for delete ", "request_id": "req-0d5c836f-7e0a-4fe3-a537-5262726430e1"}]} 2026-08-13 19:41:33.490 8 INFO neutron.services.segments.plugin [-] Segment c79ebdad-1349-45ed-9fa8-f7c2b3e787fd resource provider aggregate not found 2026-08-13 19:41:33.506 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c79ebdad-1349-45ed-9fa8-f7c2b3e787fd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c79ebdad-1349-45ed-9fa8-f7c2b3e787fd found for delete ", "request_id": "req-9ebe405c-ef96-4fea-9744-73eb34b17470"}]} 2026-08-13 19:41:33.576 7 INFO neutron_taas.services.taas.taas_plugin [None req-ab8839e6-051d-4823-bfa6-7ac98d34ace7 64a8f59f7d894460a21c19cec28254c4 4f813224988d4a7a994587ce5768290a - - default default] TaaS: Handle Delete Port: 0a506aae-981c-4234-90fd-0baa5393eac9 2026-08-13 19:41:33.579 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab8839e6-051d-4823-bfa6-7ac98d34ace7 64a8f59f7d894460a21c19cec28254c4 4f813224988d4a7a994587ce5768290a - - default default] Tap Mirror: Handle Delete Port: 0a506aae-981c-4234-90fd-0baa5393eac9 /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-08-13 19:41:33.758 7 INFO neutron.services.segments.plugin [-] Segment 9843ce5f-e9f8-4080-bcb0-9e9350f92bc8 resource provider aggregate not found [pid: 7|app: 0|req: 1415/2791] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:41:33 2026] DELETE /v2.0/networks/73b050c9-d753-441c-b4f1-fa6655853b87 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:41:33.770 7 INFO neutron.services.segments.plugin [-] Segment 9843ce5f-e9f8-4080-bcb0-9e9350f92bc8 resource provider aggregate not found 2026-08-13 19:41:33.773 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9843ce5f-e9f8-4080-bcb0-9e9350f92bc8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9843ce5f-e9f8-4080-bcb0-9e9350f92bc8 found for delete ", "request_id": "req-8bdd07bd-5e20-4bff-bfe8-8b3d1b179d3c"}]} 2026-08-13 19:41:33.785 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9843ce5f-e9f8-4080-bcb0-9e9350f92bc8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9843ce5f-e9f8-4080-bcb0-9e9350f92bc8 found for delete ", "request_id": "req-db2fd11b-7730-4d19-b938-3d15969ab71e"}]} [pid: 8|app: 0|req: 1377/2792] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:41:34 2026] GET /v2.0/security-groups?tenant_id=4f813224988d4a7a994587ce5768290a&name=default => generated 2929 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2793] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:41:34 2026] DELETE /v2.0/security-groups/81d8f1bd-fa2b-4af2-a68c-321c4811b2ca => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2794] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:41:34 2026] GET /v2.0/security-groups?tenant_id=5daf148d045d49a28af779d779a35a04&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2795] 10.0.0.213 () {34 vars in 971 bytes} [Thu Aug 13 19:41:34 2026] GET /v2.0/ports/88f441e8-7d87-4078-b022-11b0cdb6e17f => generated 1247 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2796] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:41:34 2026] DELETE /v2.0/security-groups/db7dd724-b4c4-42af-99ac-0b975435024b => 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: 1380/2797] 199.204.45.138 () {34 vars in 789 bytes} [Thu Aug 13 19:41:34 2026] PUT /v2.0/ports/88f441e8-7d87-4078-b022-11b0cdb6e17f => generated 1271 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:41:35.198 7 INFO neutron.api.v2.resource [None req-7b4d2b0e-d02d-49b6-9520-2af5273b2374 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1418/2798] 199.204.45.138 () {30 vars in 763 bytes} [Thu Aug 13 19:41:35 2026] GET /v2.0/security-groups/lb-7a6af316-7edf-4a23-acee-b0bc65eae79b => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:41:35.212 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-16ab8dc8-43eb-4914-ae6a-76f9dcbb2e08'] response: {'name': 'network-changed', 'server_uuid': '1c2a3896-7383-4b38-8e28-0eb218132d4a', 'tag': '88f441e8-7d87-4078-b022-11b0cdb6e17f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1381/2799] 199.204.45.138 () {30 vars in 785 bytes} [Thu Aug 13 19:41:35 2026] GET /v2.0/security-groups?name=lb-7a6af316-7edf-4a23-acee-b0bc65eae79b => 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: 1419/2800] 199.204.45.138 () {34 vars in 789 bytes} [Thu Aug 13 19:41:35 2026] PUT /v2.0/ports/88f441e8-7d87-4078-b022-11b0cdb6e17f => generated 1309 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:41:35.529 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-999bdc09-a005-4b06-a13b-2f3629a10ab7'] response: {'name': 'network-changed', 'server_uuid': '1c2a3896-7383-4b38-8e28-0eb218132d4a', 'tag': '88f441e8-7d87-4078-b022-11b0cdb6e17f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1382/2801] 199.204.45.138 () {30 vars in 703 bytes} [Thu Aug 13 19:41:35 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: 1420/2802] 199.204.45.138 () {30 vars in 705 bytes} [Thu Aug 13 19:41:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2803] 199.204.45.138 () {30 vars in 681 bytes} [Thu Aug 13 19:41:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2804] 199.204.45.138 () {30 vars in 717 bytes} [Thu Aug 13 19:41: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: 8|app: 0|req: 1384/2805] 199.204.45.138 () {30 vars in 741 bytes} [Thu Aug 13 19:41:35 2026] GET /v2.0/subnets/8cfb418e-cd18-4130-9f3b-eff4f1d38785 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2806] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:41:35 2026] GET /v2.0/ports?tenant_id=61f9360e66d446fb9efddc2b631d16fa&device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 2585 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2807] 199.204.45.138 () {30 vars in 737 bytes} [Thu Aug 13 19:41:35 2026] GET /v2.0/ports/86114fde-4d24-46ab-ac54-1cf85ac1bd66 => generated 1128 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2808] 199.204.45.138 () {30 vars in 737 bytes} [Thu Aug 13 19:41:35 2026] GET /v2.0/ports/88f441e8-7d87-4078-b022-11b0cdb6e17f => generated 1345 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2809] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:41:35 2026] GET /v2.0/networks?id=7c94c18e-1604-403e-af52-e0cf1d8ac842 => generated 802 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2810] 199.204.45.138 () {30 vars in 741 bytes} [Thu Aug 13 19:41:35 2026] GET /v2.0/subnets/8cfb418e-cd18-4130-9f3b-eff4f1d38785 => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2811] 199.204.45.138 () {34 vars in 1056 bytes} [Thu Aug 13 19:41:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.75&port_id=88f441e8-7d87-4078-b022-11b0cdb6e17f => 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: 1425/2812] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:41:35 2026] GET /v2.0/subnets?id=8cfb418e-cd18-4130-9f3b-eff4f1d38785 => generated 678 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2813] 199.204.45.138 () {30 vars in 743 bytes} [Thu Aug 13 19:41:35 2026] GET /v2.0/networks/7c94c18e-1604-403e-af52-e0cf1d8ac842 => generated 799 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2814] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:41:35 2026] GET /v2.0/ports?network_id=7c94c18e-1604-403e-af52-e0cf1d8ac842&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2815] 199.204.45.138 () {30 vars in 737 bytes} [Thu Aug 13 19:41:35 2026] GET /v2.0/ports/86114fde-4d24-46ab-ac54-1cf85ac1bd66 => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2816] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:41:35 2026] GET /v2.0/networks/7c94c18e-1604-403e-af52-e0cf1d8ac842?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2817] 199.204.45.138 () {30 vars in 741 bytes} [Thu Aug 13 19:41:35 2026] GET /v2.0/subnets/8cfb418e-cd18-4130-9f3b-eff4f1d38785 => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2818] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:41:35 2026] GET /v2.0/networks/7c94c18e-1604-403e-af52-e0cf1d8ac842?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2819] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:41:37 2026] GET /v2.0/ports?tenant_id=61f9360e66d446fb9efddc2b631d16fa&device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 2585 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2820] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:41:37 2026] GET /v2.0/networks?id=7c94c18e-1604-403e-af52-e0cf1d8ac842 => generated 802 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2821] 199.204.45.138 () {34 vars in 1056 bytes} [Thu Aug 13 19:41:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.75&port_id=88f441e8-7d87-4078-b022-11b0cdb6e17f => 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: 1430/2822] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:41:37 2026] GET /v2.0/subnets?id=8cfb418e-cd18-4130-9f3b-eff4f1d38785 => generated 678 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2823] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:41:37 2026] GET /v2.0/ports?network_id=7c94c18e-1604-403e-af52-e0cf1d8ac842&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: 1431/2824] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:41:37 2026] GET /v2.0/networks/7c94c18e-1604-403e-af52-e0cf1d8ac842?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: 1394/2825] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:41:37 2026] GET /v2.0/networks/7c94c18e-1604-403e-af52-e0cf1d8ac842?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) 2026-08-13 19:41:42.476 7 INFO neutron.db.l3_db [None req-ff14e9e0-0c88-4936-8c0f-2ccac1a5f46d 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] Floating IP 1aea7ff7-7f27-4479-9cba-14534d665f73 associated. External IP: 10.96.250.209, port: 86114fde-4d24-46ab-ac54-1cf85ac1bd66. [pid: 7|app: 0|req: 1432/2828] 10.0.0.214 () {34 vars in 677 bytes} [Thu Aug 13 19:41:41 2026] POST /v2.0/floatingips => generated 898 bytes in 1060 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2829] 199.204.45.138 () {30 vars in 703 bytes} [Thu Aug 13 19:41:45 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: 1433/2830] 199.204.45.138 () {30 vars in 705 bytes} [Thu Aug 13 19:41:45 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: 1398/2831] 199.204.45.138 () {30 vars in 681 bytes} [Thu Aug 13 19:41:45 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: 1434/2832] 199.204.45.138 () {30 vars in 717 bytes} [Thu Aug 13 19:41:45 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-08-13 19:41:45.766 8 INFO neutron.api.v2.resource [None req-5f84d853-2c66-4c1b-b3a9-90dc18448d9b bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1399/2833] 199.204.45.138 () {30 vars in 763 bytes} [Thu Aug 13 19:41:45 2026] GET /v2.0/security-groups/lb-7a6af316-7edf-4a23-acee-b0bc65eae79b => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2834] 199.204.45.138 () {30 vars in 785 bytes} [Thu Aug 13 19:41:45 2026] GET /v2.0/security-groups?name=lb-7a6af316-7edf-4a23-acee-b0bc65eae79b => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2835] 199.204.45.138 () {30 vars in 815 bytes} [Thu Aug 13 19:41:45 2026] GET /v2.0/security-group-rules?security_group_id=31e5810b-b083-49ea-b83e-270a2b82f296 => generated 1182 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2836] 199.204.45.138 () {34 vars in 747 bytes} [Thu Aug 13 19:41:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2837] 199.204.45.138 () {34 vars in 747 bytes} [Thu Aug 13 19:41:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2838] 10.0.0.74 () {30 vars in 689 bytes} [Thu Aug 13 19:41:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2839] 10.0.0.74 () {30 vars in 691 bytes} [Thu Aug 13 19:41:54 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: 1438/2840] 10.0.0.74 () {30 vars in 667 bytes} [Thu Aug 13 19:41:54 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: 1403/2841] 10.0.0.74 () {30 vars in 703 bytes} [Thu Aug 13 19:41:54 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: 1439/2842] 10.0.0.74 () {28 vars in 438 bytes} [Thu Aug 13 19:41:55 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: 1404/2843] 10.0.0.74 () {30 vars in 727 bytes} [Thu Aug 13 19:41:55 2026] GET /v2.0/subnets/efae3a24-a938-4267-896b-20984460d705 => generated 655 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2844] 199.204.45.138 () {30 vars in 703 bytes} [Thu Aug 13 19:41:56 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: 1405/2845] 199.204.45.138 () {30 vars in 705 bytes} [Thu Aug 13 19:41:56 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: 1441/2846] 199.204.45.138 () {30 vars in 681 bytes} [Thu Aug 13 19:41:56 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: 1406/2847] 199.204.45.138 () {30 vars in 717 bytes} [Thu Aug 13 19:41:56 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: 1442/2848] 199.204.45.138 () {30 vars in 741 bytes} [Thu Aug 13 19:41:56 2026] GET /v2.0/subnets/efae3a24-a938-4267-896b-20984460d705 => generated 673 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2849] 199.204.45.138 () {30 vars in 769 bytes} [Thu Aug 13 19:41:56 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 2585 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2850] 199.204.45.138 () {30 vars in 703 bytes} [Thu Aug 13 19:41:56 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: 1408/2851] 199.204.45.138 () {30 vars in 705 bytes} [Thu Aug 13 19:41:56 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: 1444/2852] 199.204.45.138 () {30 vars in 681 bytes} [Thu Aug 13 19:41:56 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: 1409/2853] 199.204.45.138 () {30 vars in 717 bytes} [Thu Aug 13 19:41:56 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: 1445/2854] 199.204.45.138 () {34 vars in 717 bytes} [Thu Aug 13 19:41:56 2026] POST /v2.0/ports => generated 1328 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2855] 10.0.0.213 () {34 vars in 971 bytes} [Thu Aug 13 19:41:56 2026] GET /v2.0/ports/81ee8bbd-2afe-4332-ad62-4b0735fba3a0 => generated 1328 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2858] 199.204.45.138 () {34 vars in 1262 bytes} [Thu Aug 13 19:41:57 2026] GET /v2.0/ports/81ee8bbd-2afe-4332-ad62-4b0735fba3a0?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1447/2859] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:41:57 2026] GET /v2.0/networks/810737e6-bdb0-4cdc-a5ee-e561fdd9eceb?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2860] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:41:57 2026] GET /v2.0/networks/810737e6-bdb0-4cdc-a5ee-e561fdd9eceb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2861] 199.204.45.138 () {34 vars in 975 bytes} [Thu Aug 13 19:41:58 2026] GET /v2.0/ports/81ee8bbd-2afe-4332-ad62-4b0735fba3a0 => generated 1328 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2862] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:41:58 2026] GET /v2.0/networks?id=810737e6-bdb0-4cdc-a5ee-e561fdd9eceb => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2863] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Aug 13 19:41:58 2026] PUT /v2.0/ports/81ee8bbd-2afe-4332-ad62-4b0735fba3a0 => generated 1518 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:41:58.984 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d899f968-5348-4cbf-b081-c1ade3479b63'] response: {'name': 'network-changed', 'server_uuid': '1c2a3896-7383-4b38-8e28-0eb218132d4a', 'tag': '81ee8bbd-2afe-4332-ad62-4b0735fba3a0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1415/2864] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:41:59 2026] GET /v2.0/ports?tenant_id=61f9360e66d446fb9efddc2b631d16fa&device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 4095 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1450/2865] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:41:59 2026] GET /v2.0/networks?id=810737e6-bdb0-4cdc-a5ee-e561fdd9eceb => generated 801 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2866] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Aug 13 19:41:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.211&port_id=81ee8bbd-2afe-4332-ad62-4b0735fba3a0 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2867] 199.204.45.138 () {34 vars in 1104 bytes} [Thu Aug 13 19:41:59 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3d7&port_id=81ee8bbd-2afe-4332-ad62-4b0735fba3a0 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2868] 199.204.45.138 () {34 vars in 1064 bytes} [Thu Aug 13 19:41:59 2026] GET /v2.0/subnets?id=efae3a24-a938-4267-896b-20984460d705&id=e0929379-81a7-44f8-9579-ed89a141a14b => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2869] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:41:59 2026] GET /v2.0/ports?network_id=810737e6-bdb0-4cdc-a5ee-e561fdd9eceb&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: 1418/2870] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:41:59 2026] GET /v2.0/ports?network_id=810737e6-bdb0-4cdc-a5ee-e561fdd9eceb&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: 1453/2871] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:41:59 2026] GET /v2.0/networks/810737e6-bdb0-4cdc-a5ee-e561fdd9eceb?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: 1419/2872] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:41:59 2026] GET /v2.0/networks/810737e6-bdb0-4cdc-a5ee-e561fdd9eceb?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: 1454/2873] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:42:00 2026] GET /v2.0/ports?tenant_id=61f9360e66d446fb9efddc2b631d16fa&device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 4095 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2874] 199.204.45.138 () {34 vars in 1062 bytes} [Thu Aug 13 19:42:00 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.212&port_id=770dd577-8930-4ab9-a91e-5610fece2a99 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2875] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:42:00 2026] GET /v2.0/subnets?id=31384f4a-279a-44dd-8fb5-6b4492f7f851 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2876] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:42:01 2026] GET /v2.0/ports?network_id=47c89c1c-a90f-4fba-87ae-933e5f7ee414&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2877] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:42:01 2026] GET /v2.0/networks/47c89c1c-a90f-4fba-87ae-933e5f7ee414?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: 1422/2878] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:42:01 2026] GET /v2.0/networks/47c89c1c-a90f-4fba-87ae-933e5f7ee414?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: 1457/2879] 199.204.45.138 () {34 vars in 1056 bytes} [Thu Aug 13 19:42:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.75&port_id=88f441e8-7d87-4078-b022-11b0cdb6e17f => 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: 1423/2880] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:42:01 2026] GET /v2.0/subnets?id=8cfb418e-cd18-4130-9f3b-eff4f1d38785 => generated 678 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2881] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:42:01 2026] GET /v2.0/ports?network_id=7c94c18e-1604-403e-af52-e0cf1d8ac842&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2882] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:42:01 2026] GET /v2.0/networks/7c94c18e-1604-403e-af52-e0cf1d8ac842?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2883] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:42:01 2026] GET /v2.0/networks/7c94c18e-1604-403e-af52-e0cf1d8ac842?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: 1425/2884] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Aug 13 19:42:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.211&port_id=81ee8bbd-2afe-4332-ad62-4b0735fba3a0 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2885] 199.204.45.138 () {34 vars in 1104 bytes} [Thu Aug 13 19:42:01 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3d7&port_id=81ee8bbd-2afe-4332-ad62-4b0735fba3a0 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2886] 199.204.45.138 () {34 vars in 1064 bytes} [Thu Aug 13 19:42:01 2026] GET /v2.0/subnets?id=efae3a24-a938-4267-896b-20984460d705&id=e0929379-81a7-44f8-9579-ed89a141a14b => generated 1410 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2887] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:42:01 2026] GET /v2.0/ports?network_id=810737e6-bdb0-4cdc-a5ee-e561fdd9eceb&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: 1427/2888] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:42:01 2026] GET /v2.0/ports?network_id=810737e6-bdb0-4cdc-a5ee-e561fdd9eceb&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: 1462/2889] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:42:01 2026] GET /v2.0/networks/810737e6-bdb0-4cdc-a5ee-e561fdd9eceb?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2890] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:42:01 2026] GET /v2.0/networks/810737e6-bdb0-4cdc-a5ee-e561fdd9eceb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2891] 10.0.0.213 () {34 vars in 971 bytes} [Thu Aug 13 19:42:05 2026] GET /v2.0/ports/81ee8bbd-2afe-4332-ad62-4b0735fba3a0 => 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: 1429/2892] 199.204.45.138 () {30 vars in 743 bytes} [Thu Aug 13 19:42:05 2026] GET /v2.0/networks/810737e6-bdb0-4cdc-a5ee-e561fdd9eceb => generated 798 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2893] 199.204.45.138 () {30 vars in 741 bytes} [Thu Aug 13 19:42:05 2026] GET /v2.0/subnets/efae3a24-a938-4267-896b-20984460d705 => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2894] 199.204.45.138 () {30 vars in 741 bytes} [Thu Aug 13 19:42:05 2026] GET /v2.0/subnets/e0929379-81a7-44f8-9579-ed89a141a14b => generated 744 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2895] 199.204.45.138 () {30 vars in 703 bytes} [Thu Aug 13 19:42:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2896] 199.204.45.138 () {30 vars in 705 bytes} [Thu Aug 13 19:42:06 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: 1466/2897] 199.204.45.138 () {30 vars in 681 bytes} [Thu Aug 13 19:42:06 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: 1432/2898] 199.204.45.138 () {30 vars in 717 bytes} [Thu Aug 13 19:42:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2899] 199.204.45.138 () {30 vars in 741 bytes} [Thu Aug 13 19:42:06 2026] GET /v2.0/subnets/8cfb418e-cd18-4130-9f3b-eff4f1d38785 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2900] 199.204.45.138 () {30 vars in 737 bytes} [Thu Aug 13 19:42:06 2026] GET /v2.0/ports/86114fde-4d24-46ab-ac54-1cf85ac1bd66 => generated 1128 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2901] 199.204.45.138 () {30 vars in 737 bytes} [Thu Aug 13 19:42:06 2026] GET /v2.0/ports/88f441e8-7d87-4078-b022-11b0cdb6e17f => generated 1345 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2902] 199.204.45.138 () {30 vars in 741 bytes} [Thu Aug 13 19:42:06 2026] GET /v2.0/subnets/8cfb418e-cd18-4130-9f3b-eff4f1d38785 => generated 675 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2903] 199.204.45.138 () {30 vars in 743 bytes} [Thu Aug 13 19:42:06 2026] GET /v2.0/networks/7c94c18e-1604-403e-af52-e0cf1d8ac842 => generated 799 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2904] 199.204.45.138 () {30 vars in 737 bytes} [Thu Aug 13 19:42:06 2026] GET /v2.0/ports/86114fde-4d24-46ab-ac54-1cf85ac1bd66 => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2905] 199.204.45.138 () {30 vars in 741 bytes} [Thu Aug 13 19:42:06 2026] GET /v2.0/subnets/8cfb418e-cd18-4130-9f3b-eff4f1d38785 => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2908] 10.0.0.74 () {30 vars in 689 bytes} [Thu Aug 13 19:42:15 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: 1437/2909] 10.0.0.74 () {30 vars in 691 bytes} [Thu Aug 13 19:42:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2910] 10.0.0.74 () {30 vars in 667 bytes} [Thu Aug 13 19:42:15 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: 1438/2911] 10.0.0.74 () {30 vars in 703 bytes} [Thu Aug 13 19:42:15 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: 1474/2912] 10.0.0.74 () {28 vars in 438 bytes} [Thu Aug 13 19:42:16 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: 1439/2913] 10.0.0.74 () {30 vars in 727 bytes} [Thu Aug 13 19:42:16 2026] GET /v2.0/subnets/3810b896-418f-4519-83a9-e366fdcfff3d => generated 655 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2914] 199.204.45.138 () {30 vars in 703 bytes} [Thu Aug 13 19:42:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2915] 199.204.45.138 () {30 vars in 705 bytes} [Thu Aug 13 19:42:17 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: 1476/2916] 199.204.45.138 () {30 vars in 681 bytes} [Thu Aug 13 19:42:17 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: 1441/2917] 199.204.45.138 () {30 vars in 717 bytes} [Thu Aug 13 19:42: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: 1477/2918] 199.204.45.138 () {30 vars in 741 bytes} [Thu Aug 13 19:42:17 2026] GET /v2.0/subnets/efae3a24-a938-4267-896b-20984460d705 => 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: 1442/2919] 199.204.45.138 () {30 vars in 741 bytes} [Thu Aug 13 19:42:17 2026] GET /v2.0/subnets/3810b896-418f-4519-83a9-e366fdcfff3d => generated 673 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2920] 199.204.45.138 () {30 vars in 769 bytes} [Thu Aug 13 19:42:17 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 4097 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2921] 199.204.45.138 () {30 vars in 703 bytes} [Thu Aug 13 19:42:17 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: 1479/2922] 199.204.45.138 () {30 vars in 705 bytes} [Thu Aug 13 19:42:17 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: 1444/2923] 199.204.45.138 () {30 vars in 681 bytes} [Thu Aug 13 19:42:17 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: 1480/2924] 199.204.45.138 () {30 vars in 717 bytes} [Thu Aug 13 19:42:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2925] 199.204.45.138 () {34 vars in 717 bytes} [Thu Aug 13 19:42:17 2026] POST /v2.0/ports => generated 1332 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2926] 10.0.0.213 () {34 vars in 971 bytes} [Thu Aug 13 19:42:18 2026] GET /v2.0/ports/05e21452-6b6a-4547-a0b3-785709610884 => generated 1332 bytes in 29 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: 1446/2927] 199.204.45.138 () {34 vars in 1262 bytes} [Thu Aug 13 19:42:19 2026] GET /v2.0/ports/05e21452-6b6a-4547-a0b3-785709610884?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2928] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:42:19 2026] GET /v2.0/networks/495e7f1d-e9c2-4642-9d27-936443ce8a26?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: 1447/2929] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:42:19 2026] GET /v2.0/networks/495e7f1d-e9c2-4642-9d27-936443ce8a26?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: 1483/2930] 199.204.45.138 () {34 vars in 975 bytes} [Thu Aug 13 19:42:19 2026] GET /v2.0/ports/05e21452-6b6a-4547-a0b3-785709610884 => generated 1332 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2931] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:42:19 2026] GET /v2.0/networks?id=495e7f1d-e9c2-4642-9d27-936443ce8a26 => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2932] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Aug 13 19:42:19 2026] PUT /v2.0/ports/05e21452-6b6a-4547-a0b3-785709610884 => generated 1522 bytes in 492 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:42:20.453 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2250cf6d-929e-4be8-88e6-0f02838d7970'] response: {'name': 'network-changed', 'server_uuid': '1c2a3896-7383-4b38-8e28-0eb218132d4a', 'tag': '05e21452-6b6a-4547-a0b3-785709610884', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1449/2933] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:42:20 2026] GET /v2.0/ports?tenant_id=61f9360e66d446fb9efddc2b631d16fa&device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 5611 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1485/2934] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:42:21 2026] GET /v2.0/networks?id=495e7f1d-e9c2-4642-9d27-936443ce8a26 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2935] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Aug 13 19:42:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.109&port_id=05e21452-6b6a-4547-a0b3-785709610884 => 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: 1486/2936] 199.204.45.138 () {34 vars in 1106 bytes} [Thu Aug 13 19:42:21 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A111&port_id=05e21452-6b6a-4547-a0b3-785709610884 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2937] 199.204.45.138 () {34 vars in 1064 bytes} [Thu Aug 13 19:42:21 2026] GET /v2.0/subnets?id=ae80f7a5-aba3-42ab-8ba8-ac351ceaf7d1&id=3810b896-418f-4519-83a9-e366fdcfff3d => generated 1414 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2938] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:42:21 2026] GET /v2.0/ports?network_id=495e7f1d-e9c2-4642-9d27-936443ce8a26&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: 1452/2939] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:42:21 2026] GET /v2.0/ports?network_id=495e7f1d-e9c2-4642-9d27-936443ce8a26&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: 1488/2940] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:42:21 2026] GET /v2.0/networks/495e7f1d-e9c2-4642-9d27-936443ce8a26?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: 1453/2941] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:42:21 2026] GET /v2.0/networks/495e7f1d-e9c2-4642-9d27-936443ce8a26?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: 1489/2942] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:42:22 2026] GET /v2.0/ports?tenant_id=61f9360e66d446fb9efddc2b631d16fa&device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 5611 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2943] 199.204.45.138 () {34 vars in 1062 bytes} [Thu Aug 13 19:42:22 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.212&port_id=770dd577-8930-4ab9-a91e-5610fece2a99 => 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: 1490/2944] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:42:22 2026] GET /v2.0/subnets?id=31384f4a-279a-44dd-8fb5-6b4492f7f851 => 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: 1455/2945] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:42:22 2026] GET /v2.0/ports?network_id=47c89c1c-a90f-4fba-87ae-933e5f7ee414&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: 7|app: 0|req: 1491/2946] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:42:22 2026] GET /v2.0/networks/47c89c1c-a90f-4fba-87ae-933e5f7ee414?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: 1456/2947] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:42:22 2026] GET /v2.0/networks/47c89c1c-a90f-4fba-87ae-933e5f7ee414?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: 1492/2948] 199.204.45.138 () {34 vars in 1056 bytes} [Thu Aug 13 19:42:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.75&port_id=88f441e8-7d87-4078-b022-11b0cdb6e17f => 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: 1457/2949] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:42:22 2026] GET /v2.0/subnets?id=8cfb418e-cd18-4130-9f3b-eff4f1d38785 => 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: 1493/2950] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:42:22 2026] GET /v2.0/ports?network_id=7c94c18e-1604-403e-af52-e0cf1d8ac842&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: 8|app: 0|req: 1458/2951] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:42:22 2026] GET /v2.0/networks/7c94c18e-1604-403e-af52-e0cf1d8ac842?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: 1494/2952] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:42:22 2026] GET /v2.0/networks/7c94c18e-1604-403e-af52-e0cf1d8ac842?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2953] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Aug 13 19:42:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.211&port_id=81ee8bbd-2afe-4332-ad62-4b0735fba3a0 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2954] 199.204.45.138 () {34 vars in 1104 bytes} [Thu Aug 13 19:42:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3d7&port_id=81ee8bbd-2afe-4332-ad62-4b0735fba3a0 => 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: 1460/2955] 199.204.45.138 () {34 vars in 1064 bytes} [Thu Aug 13 19:42:22 2026] GET /v2.0/subnets?id=efae3a24-a938-4267-896b-20984460d705&id=e0929379-81a7-44f8-9579-ed89a141a14b => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2956] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:42:23 2026] GET /v2.0/ports?network_id=810737e6-bdb0-4cdc-a5ee-e561fdd9eceb&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2957] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:42:23 2026] GET /v2.0/ports?network_id=810737e6-bdb0-4cdc-a5ee-e561fdd9eceb&device_owner=network%3Adhcp => generated 1457 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2958] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:42:23 2026] GET /v2.0/networks/810737e6-bdb0-4cdc-a5ee-e561fdd9eceb?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2959] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:42:23 2026] GET /v2.0/networks/810737e6-bdb0-4cdc-a5ee-e561fdd9eceb?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: 1498/2960] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Aug 13 19:42:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.109&port_id=05e21452-6b6a-4547-a0b3-785709610884 => 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: 1463/2961] 199.204.45.138 () {34 vars in 1106 bytes} [Thu Aug 13 19:42:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A111&port_id=05e21452-6b6a-4547-a0b3-785709610884 => 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: 1499/2962] 199.204.45.138 () {34 vars in 1064 bytes} [Thu Aug 13 19:42:23 2026] GET /v2.0/subnets?id=ae80f7a5-aba3-42ab-8ba8-ac351ceaf7d1&id=3810b896-418f-4519-83a9-e366fdcfff3d => generated 1414 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2963] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:42:23 2026] GET /v2.0/ports?network_id=495e7f1d-e9c2-4642-9d27-936443ce8a26&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2964] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:42:23 2026] GET /v2.0/ports?network_id=495e7f1d-e9c2-4642-9d27-936443ce8a26&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: 1465/2965] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:42:23 2026] GET /v2.0/networks/495e7f1d-e9c2-4642-9d27-936443ce8a26?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2966] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:42:23 2026] GET /v2.0/networks/495e7f1d-e9c2-4642-9d27-936443ce8a26?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2969] 10.0.0.213 () {34 vars in 971 bytes} [Thu Aug 13 19:42:27 2026] GET /v2.0/ports/05e21452-6b6a-4547-a0b3-785709610884 => generated 1524 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2970] 199.204.45.138 () {30 vars in 743 bytes} [Thu Aug 13 19:42:27 2026] GET /v2.0/networks/495e7f1d-e9c2-4642-9d27-936443ce8a26 => generated 798 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2971] 199.204.45.138 () {30 vars in 741 bytes} [Thu Aug 13 19:42:27 2026] GET /v2.0/subnets/3810b896-418f-4519-83a9-e366fdcfff3d => generated 673 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2972] 199.204.45.138 () {30 vars in 741 bytes} [Thu Aug 13 19:42:27 2026] GET /v2.0/subnets/ae80f7a5-aba3-42ab-8ba8-ac351ceaf7d1 => generated 748 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2973] 199.204.45.138 () {30 vars in 737 bytes} [Thu Aug 13 19:42:27 2026] GET /v2.0/ports/81ee8bbd-2afe-4332-ad62-4b0735fba3a0 => generated 1520 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2974] 199.204.45.138 () {34 vars in 790 bytes} [Thu Aug 13 19:42:27 2026] PUT /v2.0/ports/81ee8bbd-2afe-4332-ad62-4b0735fba3a0 => generated 1255 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:42:27.811 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-645d8eb0-8ca1-46af-9601-c449170cfe00'] response: {'name': 'network-changed', 'server_uuid': '1c2a3896-7383-4b38-8e28-0eb218132d4a', 'tag': '81ee8bbd-2afe-4332-ad62-4b0735fba3a0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1506/2975] 199.204.45.138 () {30 vars in 743 bytes} [Thu Aug 13 19:42:27 2026] GET /v2.0/networks/810737e6-bdb0-4cdc-a5ee-e561fdd9eceb => generated 798 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: 1470/2976] 199.204.45.138 () {30 vars in 741 bytes} [Thu Aug 13 19:42:27 2026] GET /v2.0/subnets/efae3a24-a938-4267-896b-20984460d705 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2977] 199.204.45.138 () {30 vars in 703 bytes} [Thu Aug 13 19:42:27 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: 1471/2978] 199.204.45.138 () {30 vars in 705 bytes} [Thu Aug 13 19:42:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2979] 199.204.45.138 () {30 vars in 681 bytes} [Thu Aug 13 19:42:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2980] 199.204.45.138 () {30 vars in 717 bytes} [Thu Aug 13 19:42:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2981] 199.204.45.138 () {30 vars in 741 bytes} [Thu Aug 13 19:42:28 2026] GET /v2.0/subnets/8cfb418e-cd18-4130-9f3b-eff4f1d38785 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2982] 199.204.45.138 () {30 vars in 737 bytes} [Thu Aug 13 19:42:28 2026] GET /v2.0/ports/86114fde-4d24-46ab-ac54-1cf85ac1bd66 => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2983] 199.204.45.138 () {30 vars in 737 bytes} [Thu Aug 13 19:42:28 2026] GET /v2.0/ports/88f441e8-7d87-4078-b022-11b0cdb6e17f => generated 1345 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2984] 199.204.45.138 () {30 vars in 741 bytes} [Thu Aug 13 19:42:28 2026] GET /v2.0/subnets/8cfb418e-cd18-4130-9f3b-eff4f1d38785 => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2985] 199.204.45.138 () {30 vars in 743 bytes} [Thu Aug 13 19:42:28 2026] GET /v2.0/networks/7c94c18e-1604-403e-af52-e0cf1d8ac842 => generated 799 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2986] 199.204.45.138 () {30 vars in 737 bytes} [Thu Aug 13 19:42:28 2026] GET /v2.0/ports/86114fde-4d24-46ab-ac54-1cf85ac1bd66 => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2987] 199.204.45.138 () {30 vars in 741 bytes} [Thu Aug 13 19:42:28 2026] GET /v2.0/subnets/8cfb418e-cd18-4130-9f3b-eff4f1d38785 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2988] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:42:28 2026] GET /v2.0/ports?tenant_id=61f9360e66d446fb9efddc2b631d16fa&device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 5384 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2989] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:42:28 2026] GET /v2.0/networks?id=810737e6-bdb0-4cdc-a5ee-e561fdd9eceb => generated 801 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2990] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Aug 13 19:42:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.211&port_id=81ee8bbd-2afe-4332-ad62-4b0735fba3a0 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2991] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:42:28 2026] GET /v2.0/subnets?id=efae3a24-a938-4267-896b-20984460d705 => generated 676 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2992] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:42:28 2026] GET /v2.0/ports?network_id=810737e6-bdb0-4cdc-a5ee-e561fdd9eceb&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: 1515/2993] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:42:28 2026] GET /v2.0/networks/810737e6-bdb0-4cdc-a5ee-e561fdd9eceb?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: 1479/2994] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:42:28 2026] GET /v2.0/networks/810737e6-bdb0-4cdc-a5ee-e561fdd9eceb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2995] 199.204.45.138 () {30 vars in 703 bytes} [Thu Aug 13 19:42:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2996] 199.204.45.138 () {30 vars in 705 bytes} [Thu Aug 13 19:42:40 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: 1517/2997] 199.204.45.138 () {30 vars in 681 bytes} [Thu Aug 13 19:42:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2998] 199.204.45.138 () {30 vars in 717 bytes} [Thu Aug 13 19:42:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2999] 199.204.45.138 () {30 vars in 741 bytes} [Thu Aug 13 19:42:40 2026] GET /v2.0/subnets/efae3a24-a938-4267-896b-20984460d705 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3000] 199.204.45.138 () {30 vars in 769 bytes} [Thu Aug 13 19:42:40 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 5384 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3001] 199.204.45.138 () {30 vars in 703 bytes} [Thu Aug 13 19:42:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3002] 199.204.45.138 () {30 vars in 705 bytes} [Thu Aug 13 19:42:41 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3003] 199.204.45.138 () {30 vars in 681 bytes} [Thu Aug 13 19:42:41 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3004] 199.204.45.138 () {30 vars in 717 bytes} [Thu Aug 13 19:42:41 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: 1521/3005] 199.204.45.138 () {30 vars in 737 bytes} [Thu Aug 13 19:42:41 2026] GET /v2.0/ports/05e21452-6b6a-4547-a0b3-785709610884 => generated 1524 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3006] 199.204.45.138 () {34 vars in 790 bytes} [Thu Aug 13 19:42:41 2026] PUT /v2.0/ports/05e21452-6b6a-4547-a0b3-785709610884 => generated 1311 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:42:41.495 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4265a0fa-c174-4b96-b4bb-41d77830f07f'] response: {'name': 'network-changed', 'server_uuid': '1c2a3896-7383-4b38-8e28-0eb218132d4a', 'tag': '05e21452-6b6a-4547-a0b3-785709610884', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1522/3007] 199.204.45.138 () {30 vars in 743 bytes} [Thu Aug 13 19:42:41 2026] GET /v2.0/networks/495e7f1d-e9c2-4642-9d27-936443ce8a26 => generated 798 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1486/3008] 199.204.45.138 () {30 vars in 741 bytes} [Thu Aug 13 19:42:41 2026] GET /v2.0/subnets/ae80f7a5-aba3-42ab-8ba8-ac351ceaf7d1 => generated 748 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3009] 199.204.45.138 () {30 vars in 737 bytes} [Thu Aug 13 19:42:41 2026] GET /v2.0/ports/05e21452-6b6a-4547-a0b3-785709610884 => generated 1347 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3010] 199.204.45.138 () {34 vars in 789 bytes} [Thu Aug 13 19:42:41 2026] PUT /v2.0/ports/05e21452-6b6a-4547-a0b3-785709610884 => generated 1080 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3011] 199.204.45.138 () {30 vars in 743 bytes} [Thu Aug 13 19:42:41 2026] GET /v2.0/networks/495e7f1d-e9c2-4642-9d27-936443ce8a26 => generated 798 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1488/3012] 199.204.45.138 () {30 vars in 769 bytes} [Thu Aug 13 19:42:41 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 4976 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3013] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:42:42 2026] GET /v2.0/ports?tenant_id=61f9360e66d446fb9efddc2b631d16fa&device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 4976 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3014] 199.204.45.138 () {30 vars in 769 bytes} [Thu Aug 13 19:42:42 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 4976 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3017] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:42:42 2026] GET /v2.0/networks?id=495e7f1d-e9c2-4642-9d27-936443ce8a26 => generated 801 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3018] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:42:42 2026] GET /v2.0/networks/495e7f1d-e9c2-4642-9d27-936443ce8a26?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: 1527/3019] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:42:42 2026] GET /v2.0/networks/495e7f1d-e9c2-4642-9d27-936443ce8a26?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: 1493/3020] 199.204.45.138 () {30 vars in 769 bytes} [Thu Aug 13 19:42:43 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 4976 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:42:43.524 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-93877568-b163-4fb0-8808-c9ad409a2d70'] response: {'name': 'network-changed', 'server_uuid': '1c2a3896-7383-4b38-8e28-0eb218132d4a', 'tag': '05e21452-6b6a-4547-a0b3-785709610884', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1528/3021] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:42:44 2026] GET /v2.0/ports?tenant_id=61f9360e66d446fb9efddc2b631d16fa&device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 4976 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3022] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:42:44 2026] GET /v2.0/networks?id=495e7f1d-e9c2-4642-9d27-936443ce8a26 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3023] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:42:44 2026] GET /v2.0/networks/495e7f1d-e9c2-4642-9d27-936443ce8a26?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: 1495/3024] 199.204.45.138 () {30 vars in 769 bytes} [Thu Aug 13 19:42:44 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 4976 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3025] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:42:44 2026] GET /v2.0/networks/495e7f1d-e9c2-4642-9d27-936443ce8a26?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3026] 199.204.45.138 () {34 vars in 975 bytes} [Thu Aug 13 19:42:44 2026] GET /v2.0/ports/05e21452-6b6a-4547-a0b3-785709610884 => generated 1116 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3027] 199.204.45.138 () {34 vars in 1060 bytes} [Thu Aug 13 19:42:44 2026] GET /v2.0/ports/05e21452-6b6a-4547-a0b3-785709610884?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3028] 199.204.45.138 () {34 vars in 1016 bytes} [Thu Aug 13 19:42:44 2026] GET /v2.0/networks/495e7f1d-e9c2-4642-9d27-936443ce8a26?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: 1532/3029] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Aug 13 19:42:44 2026] PUT /v2.0/ports/05e21452-6b6a-4547-a0b3-785709610884 => generated 917 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3030] 199.204.45.138 () {30 vars in 769 bytes} [Thu Aug 13 19:42:45 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 3868 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 19:42:45.368 7 INFO neutron_taas.services.taas.taas_plugin [None req-189df254-ff8c-4847-8bcf-3c0aaadf5e02 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: 05e21452-6b6a-4547-a0b3-785709610884 2026-08-13 19:42:45.370 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-189df254-ff8c-4847-8bcf-3c0aaadf5e02 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: 05e21452-6b6a-4547-a0b3-785709610884 [pid: 7|app: 0|req: 1533/3031] 199.204.45.138 () {32 vars in 759 bytes} [Thu Aug 13 19:42:45 2026] DELETE /v2.0/ports/05e21452-6b6a-4547-a0b3-785709610884 => 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: 1499/3032] 199.204.45.138 () {30 vars in 703 bytes} [Thu Aug 13 19:42:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3033] 199.204.45.138 () {30 vars in 705 bytes} [Thu Aug 13 19:42:45 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: 1500/3034] 199.204.45.138 () {30 vars in 681 bytes} [Thu Aug 13 19:42:45 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3035] 199.204.45.138 () {30 vars in 717 bytes} [Thu Aug 13 19:42:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3036] 199.204.45.138 () {30 vars in 741 bytes} [Thu Aug 13 19:42:45 2026] GET /v2.0/subnets/8cfb418e-cd18-4130-9f3b-eff4f1d38785 => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3037] 199.204.45.138 () {30 vars in 737 bytes} [Thu Aug 13 19:42:45 2026] GET /v2.0/ports/86114fde-4d24-46ab-ac54-1cf85ac1bd66 => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3038] 199.204.45.138 () {30 vars in 737 bytes} [Thu Aug 13 19:42:45 2026] GET /v2.0/ports/88f441e8-7d87-4078-b022-11b0cdb6e17f => generated 1345 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3039] 199.204.45.138 () {30 vars in 741 bytes} [Thu Aug 13 19:42:45 2026] GET /v2.0/subnets/8cfb418e-cd18-4130-9f3b-eff4f1d38785 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3040] 199.204.45.138 () {30 vars in 743 bytes} [Thu Aug 13 19:42:45 2026] GET /v2.0/networks/7c94c18e-1604-403e-af52-e0cf1d8ac842 => generated 799 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3041] 199.204.45.138 () {30 vars in 737 bytes} [Thu Aug 13 19:42:45 2026] GET /v2.0/ports/86114fde-4d24-46ab-ac54-1cf85ac1bd66 => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3042] 199.204.45.138 () {30 vars in 741 bytes} [Thu Aug 13 19:42:45 2026] GET /v2.0/subnets/8cfb418e-cd18-4130-9f3b-eff4f1d38785 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3043] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:42:46 2026] GET /v2.0/ports?tenant_id=61f9360e66d446fb9efddc2b631d16fa&device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 3868 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3044] 199.204.45.138 () {34 vars in 1226 bytes} [Thu Aug 13 19:42:46 2026] GET /v2.0/networks?id=47c89c1c-a90f-4fba-87ae-933e5f7ee414&id=7c94c18e-1604-403e-af52-e0cf1d8ac842&id=810737e6-bdb0-4cdc-a5ee-e561fdd9eceb&id=495e7f1d-e9c2-4642-9d27-936443ce8a26 => generated 3097 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3045] 199.204.45.138 () {34 vars in 1062 bytes} [Thu Aug 13 19:42:46 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.212&port_id=770dd577-8930-4ab9-a91e-5610fece2a99 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3046] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:42:46 2026] GET /v2.0/subnets?id=31384f4a-279a-44dd-8fb5-6b4492f7f851 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3047] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:42:46 2026] GET /v2.0/ports?network_id=47c89c1c-a90f-4fba-87ae-933e5f7ee414&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3048] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:42:46 2026] GET /v2.0/networks/47c89c1c-a90f-4fba-87ae-933e5f7ee414?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: 1542/3049] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:42:46 2026] GET /v2.0/networks/47c89c1c-a90f-4fba-87ae-933e5f7ee414?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3050] 199.204.45.138 () {34 vars in 1056 bytes} [Thu Aug 13 19:42:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.75&port_id=88f441e8-7d87-4078-b022-11b0cdb6e17f => 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: 1543/3051] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:42:46 2026] GET /v2.0/subnets?id=8cfb418e-cd18-4130-9f3b-eff4f1d38785 => generated 678 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3052] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:42:46 2026] GET /v2.0/ports?network_id=7c94c18e-1604-403e-af52-e0cf1d8ac842&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3053] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:42:46 2026] GET /v2.0/networks/7c94c18e-1604-403e-af52-e0cf1d8ac842?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: 1510/3054] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:42:46 2026] GET /v2.0/networks/7c94c18e-1604-403e-af52-e0cf1d8ac842?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: 1545/3055] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Aug 13 19:42:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.211&port_id=81ee8bbd-2afe-4332-ad62-4b0735fba3a0 => 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: 1511/3056] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:42:46 2026] GET /v2.0/subnets?id=efae3a24-a938-4267-896b-20984460d705 => 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: 1546/3057] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:42:46 2026] GET /v2.0/ports?network_id=810737e6-bdb0-4cdc-a5ee-e561fdd9eceb&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3058] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:42:46 2026] GET /v2.0/networks/810737e6-bdb0-4cdc-a5ee-e561fdd9eceb?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: 1547/3059] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:42:46 2026] GET /v2.0/networks/810737e6-bdb0-4cdc-a5ee-e561fdd9eceb?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: 1513/3060] 199.204.45.138 () {30 vars in 703 bytes} [Thu Aug 13 19:42:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3061] 199.204.45.138 () {30 vars in 705 bytes} [Thu Aug 13 19:42:51 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: 1514/3062] 199.204.45.138 () {30 vars in 681 bytes} [Thu Aug 13 19:42:51 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: 1549/3063] 199.204.45.138 () {30 vars in 717 bytes} [Thu Aug 13 19:42:52 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3064] 199.204.45.138 () {30 vars in 769 bytes} [Thu Aug 13 19:42:52 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 3868 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3065] 199.204.45.138 () {30 vars in 703 bytes} [Thu Aug 13 19:42:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3066] 199.204.45.138 () {30 vars in 705 bytes} [Thu Aug 13 19:42:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3067] 199.204.45.138 () {30 vars in 681 bytes} [Thu Aug 13 19:42:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3068] 199.204.45.138 () {30 vars in 717 bytes} [Thu Aug 13 19:42:52 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3069] 199.204.45.138 () {30 vars in 737 bytes} [Thu Aug 13 19:42:52 2026] GET /v2.0/ports/81ee8bbd-2afe-4332-ad62-4b0735fba3a0 => generated 1291 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3070] 199.204.45.138 () {34 vars in 789 bytes} [Thu Aug 13 19:42:52 2026] PUT /v2.0/ports/81ee8bbd-2afe-4332-ad62-4b0735fba3a0 => generated 1080 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:42:52.632 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0df17639-af44-4222-a5a2-44e4564b3471'] response: {'name': 'network-changed', 'server_uuid': '1c2a3896-7383-4b38-8e28-0eb218132d4a', 'tag': '81ee8bbd-2afe-4332-ad62-4b0735fba3a0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1553/3071] 199.204.45.138 () {30 vars in 743 bytes} [Thu Aug 13 19:42:52 2026] GET /v2.0/networks/810737e6-bdb0-4cdc-a5ee-e561fdd9eceb => generated 798 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1519/3072] 199.204.45.138 () {30 vars in 769 bytes} [Thu Aug 13 19:42:52 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 3693 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3073] 199.204.45.138 () {30 vars in 769 bytes} [Thu Aug 13 19:42:52 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 3693 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3074] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:42:53 2026] GET /v2.0/ports?tenant_id=61f9360e66d446fb9efddc2b631d16fa&device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 3693 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3075] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:42:53 2026] GET /v2.0/networks?id=810737e6-bdb0-4cdc-a5ee-e561fdd9eceb => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3076] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:42:53 2026] GET /v2.0/networks/810737e6-bdb0-4cdc-a5ee-e561fdd9eceb?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: 1556/3077] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:42:53 2026] GET /v2.0/networks/810737e6-bdb0-4cdc-a5ee-e561fdd9eceb?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: 1522/3078] 199.204.45.138 () {30 vars in 769 bytes} [Thu Aug 13 19:42:53 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 3693 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3079] 199.204.45.138 () {34 vars in 975 bytes} [Thu Aug 13 19:42:54 2026] GET /v2.0/ports/81ee8bbd-2afe-4332-ad62-4b0735fba3a0 => generated 1116 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3080] 199.204.45.138 () {34 vars in 1060 bytes} [Thu Aug 13 19:42:54 2026] GET /v2.0/ports/81ee8bbd-2afe-4332-ad62-4b0735fba3a0?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3081] 199.204.45.138 () {30 vars in 769 bytes} [Thu Aug 13 19:42:54 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 3693 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3082] 199.204.45.138 () {34 vars in 1016 bytes} [Thu Aug 13 19:42:54 2026] GET /v2.0/networks/810737e6-bdb0-4cdc-a5ee-e561fdd9eceb?fields=dns_domain => generated 29 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3083] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Aug 13 19:42:54 2026] PUT /v2.0/ports/81ee8bbd-2afe-4332-ad62-4b0735fba3a0 => generated 917 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3084] 199.204.45.138 () {30 vars in 769 bytes} [Thu Aug 13 19:42:55 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 2585 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 19:42:56.080 7 INFO neutron_taas.services.taas.taas_plugin [None req-4bad5529-609f-4264-ac67-edd055307a1a bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: 81ee8bbd-2afe-4332-ad62-4b0735fba3a0 2026-08-13 19:42:56.085 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4bad5529-609f-4264-ac67-edd055307a1a bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: 81ee8bbd-2afe-4332-ad62-4b0735fba3a0 [pid: 7|app: 0|req: 1560/3085] 199.204.45.138 () {32 vars in 759 bytes} [Thu Aug 13 19:42:55 2026] DELETE /v2.0/ports/81ee8bbd-2afe-4332-ad62-4b0735fba3a0 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3086] 199.204.45.138 () {30 vars in 703 bytes} [Thu Aug 13 19:42:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3087] 199.204.45.138 () {30 vars in 705 bytes} [Thu Aug 13 19:42:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3088] 199.204.45.138 () {30 vars in 681 bytes} [Thu Aug 13 19:42:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3089] 199.204.45.138 () {30 vars in 717 bytes} [Thu Aug 13 19:42:56 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: 1528/3090] 199.204.45.138 () {30 vars in 741 bytes} [Thu Aug 13 19:42:56 2026] GET /v2.0/subnets/8cfb418e-cd18-4130-9f3b-eff4f1d38785 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3091] 199.204.45.138 () {30 vars in 737 bytes} [Thu Aug 13 19:42:56 2026] GET /v2.0/ports/86114fde-4d24-46ab-ac54-1cf85ac1bd66 => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3092] 199.204.45.138 () {30 vars in 737 bytes} [Thu Aug 13 19:42:56 2026] GET /v2.0/ports/88f441e8-7d87-4078-b022-11b0cdb6e17f => generated 1345 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3093] 199.204.45.138 () {30 vars in 741 bytes} [Thu Aug 13 19:42:56 2026] GET /v2.0/subnets/8cfb418e-cd18-4130-9f3b-eff4f1d38785 => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3094] 199.204.45.138 () {30 vars in 743 bytes} [Thu Aug 13 19:42:56 2026] GET /v2.0/networks/7c94c18e-1604-403e-af52-e0cf1d8ac842 => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3095] 199.204.45.138 () {30 vars in 737 bytes} [Thu Aug 13 19:42:56 2026] GET /v2.0/ports/86114fde-4d24-46ab-ac54-1cf85ac1bd66 => generated 1128 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3096] 199.204.45.138 () {30 vars in 741 bytes} [Thu Aug 13 19:42:56 2026] GET /v2.0/subnets/8cfb418e-cd18-4130-9f3b-eff4f1d38785 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3097] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:42:56 2026] GET /v2.0/ports?tenant_id=61f9360e66d446fb9efddc2b631d16fa&device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 2585 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3098] 199.204.45.138 () {34 vars in 1146 bytes} [Thu Aug 13 19:42:56 2026] GET /v2.0/networks?id=47c89c1c-a90f-4fba-87ae-933e5f7ee414&id=7c94c18e-1604-403e-af52-e0cf1d8ac842&id=810737e6-bdb0-4cdc-a5ee-e561fdd9eceb => generated 2310 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3099] 199.204.45.138 () {34 vars in 1062 bytes} [Thu Aug 13 19:42:56 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.212&port_id=770dd577-8930-4ab9-a91e-5610fece2a99 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3100] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:42:56 2026] GET /v2.0/subnets?id=31384f4a-279a-44dd-8fb5-6b4492f7f851 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3101] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:42:56 2026] GET /v2.0/ports?network_id=47c89c1c-a90f-4fba-87ae-933e5f7ee414&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: 1534/3102] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:42:56 2026] GET /v2.0/networks/47c89c1c-a90f-4fba-87ae-933e5f7ee414?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3103] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:42:56 2026] GET /v2.0/networks/47c89c1c-a90f-4fba-87ae-933e5f7ee414?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3104] 199.204.45.138 () {34 vars in 1056 bytes} [Thu Aug 13 19:42:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.75&port_id=88f441e8-7d87-4078-b022-11b0cdb6e17f => 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: 1570/3105] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:42:57 2026] GET /v2.0/subnets?id=8cfb418e-cd18-4130-9f3b-eff4f1d38785 => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3108] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:42:57 2026] GET /v2.0/ports?network_id=7c94c18e-1604-403e-af52-e0cf1d8ac842&device_owner=network%3Adhcp => generated 1461 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3109] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:42:57 2026] GET /v2.0/networks/7c94c18e-1604-403e-af52-e0cf1d8ac842?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: 1537/3110] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:42:57 2026] GET /v2.0/networks/7c94c18e-1604-403e-af52-e0cf1d8ac842?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: 1574/3111] 199.204.45.138 () {30 vars in 703 bytes} [Thu Aug 13 19:43:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3112] 199.204.45.138 () {30 vars in 705 bytes} [Thu Aug 13 19:43:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3113] 199.204.45.138 () {30 vars in 681 bytes} [Thu Aug 13 19:43:08 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: 1539/3114] 199.204.45.138 () {30 vars in 717 bytes} [Thu Aug 13 19:43:08 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-08-13 19:43:08.692 7 INFO neutron.api.v2.resource [None req-bc981ba2-ad63-4b46-9a15-10782f9a08c9 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1576/3115] 199.204.45.138 () {30 vars in 763 bytes} [Thu Aug 13 19:43:08 2026] GET /v2.0/security-groups/lb-7a6af316-7edf-4a23-acee-b0bc65eae79b => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3116] 199.204.45.138 () {30 vars in 785 bytes} [Thu Aug 13 19:43:08 2026] GET /v2.0/security-groups?name=lb-7a6af316-7edf-4a23-acee-b0bc65eae79b => generated 2865 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3117] 199.204.45.138 () {30 vars in 815 bytes} [Thu Aug 13 19:43:08 2026] GET /v2.0/security-group-rules?security_group_id=31e5810b-b083-49ea-b83e-270a2b82f296 => generated 2334 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3118] 199.204.45.138 () {32 vars in 789 bytes} [Thu Aug 13 19:43:08 2026] DELETE /v2.0/security-group-rules/2fe8b0db-366a-40f1-8150-a002873a578e => 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: 1578/3119] 199.204.45.138 () {32 vars in 789 bytes} [Thu Aug 13 19:43:08 2026] DELETE /v2.0/security-group-rules/c8c70c76-75ba-4d15-8c18-afcacf59b48b => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:43:11.447 8 INFO neutron_taas.services.taas.taas_plugin [None req-a7b87ef9-57c9-40a3-9c68-9ccfcf9a4a99 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] TaaS: Handle Delete Port: 4b3d0c5d-1e36-4ced-aa98-b9e615e1a931 2026-08-13 19:43:11.450 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7b87ef9-57c9-40a3-9c68-9ccfcf9a4a99 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] Tap Mirror: Handle Delete Port: 4b3d0c5d-1e36-4ced-aa98-b9e615e1a931 2026-08-13 19:43:11.624 8 INFO neutron.db.l3_db [None req-a7b87ef9-57c9-40a3-9c68-9ccfcf9a4a99 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] Floating IP 1aea7ff7-7f27-4479-9cba-14534d665f73 disassociated (deleted). External IP: 10.96.250.209, port: 86114fde-4d24-46ab-ac54-1cf85ac1bd66. [pid: 8|app: 0|req: 1542/3120] 10.0.0.214 () {32 vars in 732 bytes} [Thu Aug 13 19:43:11 2026] DELETE /v2.0/floatingips/1aea7ff7-7f27-4479-9cba-14534d665f73 => generated 0 bytes in 571 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:43:11.940 7 INFO neutron.api.v2.resource [None req-507a4c02-7ba0-448c-b1d6-07ed3fb48eb4 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1579/3121] 10.0.0.214 () {32 vars in 729 bytes} [Thu Aug 13 19:43:11 2026] GET /v2.0/floatingips/1aea7ff7-7f27-4479-9cba-14534d665f73 => 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: 1581/3124] 199.204.45.138 () {30 vars in 703 bytes} [Thu Aug 13 19:43:12 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: 1544/3125] 199.204.45.138 () {30 vars in 705 bytes} [Thu Aug 13 19:43:12 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: 1582/3126] 199.204.45.138 () {30 vars in 681 bytes} [Thu Aug 13 19:43:12 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: 1545/3127] 199.204.45.138 () {30 vars in 717 bytes} [Thu Aug 13 19:43:12 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-08-13 19:43:12.809 7 INFO neutron.api.v2.resource [None req-7f7be29f-b24a-453c-9f18-206921e0f4be bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1583/3128] 199.204.45.138 () {30 vars in 763 bytes} [Thu Aug 13 19:43:12 2026] GET /v2.0/security-groups/lb-7a6af316-7edf-4a23-acee-b0bc65eae79b => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3129] 199.204.45.138 () {30 vars in 785 bytes} [Thu Aug 13 19:43:12 2026] GET /v2.0/security-groups?name=lb-7a6af316-7edf-4a23-acee-b0bc65eae79b => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3130] 199.204.45.138 () {30 vars in 815 bytes} [Thu Aug 13 19:43:12 2026] GET /v2.0/security-group-rules?security_group_id=31e5810b-b083-49ea-b83e-270a2b82f296 => generated 1182 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3131] 199.204.45.138 () {30 vars in 703 bytes} [Thu Aug 13 19:43:12 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: 1585/3132] 199.204.45.138 () {30 vars in 705 bytes} [Thu Aug 13 19:43:13 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: 1548/3133] 199.204.45.138 () {30 vars in 681 bytes} [Thu Aug 13 19:43: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: 1586/3134] 199.204.45.138 () {30 vars in 717 bytes} [Thu Aug 13 19:43: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: 1549/3135] 199.204.45.138 () {30 vars in 741 bytes} [Thu Aug 13 19:43:13 2026] GET /v2.0/subnets/8cfb418e-cd18-4130-9f3b-eff4f1d38785 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3136] 199.204.45.138 () {30 vars in 769 bytes} [Thu Aug 13 19:43:13 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 2585 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3137] 199.204.45.138 () {30 vars in 769 bytes} [Thu Aug 13 19:43:13 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 2585 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3138] 199.204.45.138 () {30 vars in 769 bytes} [Thu Aug 13 19:43:13 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 2585 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3139] 199.204.45.138 () {30 vars in 769 bytes} [Thu Aug 13 19:43:14 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 2585 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3140] 199.204.45.138 () {34 vars in 975 bytes} [Thu Aug 13 19:43:15 2026] GET /v2.0/ports/88f441e8-7d87-4078-b022-11b0cdb6e17f => generated 1345 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3141] 199.204.45.138 () {34 vars in 1060 bytes} [Thu Aug 13 19:43:15 2026] GET /v2.0/ports/88f441e8-7d87-4078-b022-11b0cdb6e17f?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3142] 199.204.45.138 () {30 vars in 769 bytes} [Thu Aug 13 19:43:15 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 2585 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3143] 199.204.45.138 () {34 vars in 1016 bytes} [Thu Aug 13 19:43:15 2026] GET /v2.0/networks/7c94c18e-1604-403e-af52-e0cf1d8ac842?fields=dns_domain => generated 29 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3144] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Aug 13 19:43:15 2026] PUT /v2.0/ports/88f441e8-7d87-4078-b022-11b0cdb6e17f => generated 1146 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3145] 199.204.45.138 () {30 vars in 769 bytes} [Thu Aug 13 19:43:16 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1592/3146] 199.204.45.138 () {34 vars in 789 bytes} [Thu Aug 13 19:43:16 2026] PUT /v2.0/ports/88f441e8-7d87-4078-b022-11b0cdb6e17f => generated 1086 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3147] 199.204.45.138 () {30 vars in 737 bytes} [Thu Aug 13 19:43:16 2026] GET /v2.0/ports/88f441e8-7d87-4078-b022-11b0cdb6e17f => generated 1086 bytes in 30 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-08-13 19:43:16.791 7 INFO neutron_taas.services.taas.taas_plugin [None req-911b4437-7bf0-44e7-8402-79a157047287 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: 88f441e8-7d87-4078-b022-11b0cdb6e17f 2026-08-13 19:43:16.794 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-911b4437-7bf0-44e7-8402-79a157047287 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: 88f441e8-7d87-4078-b022-11b0cdb6e17f [pid: 7|app: 0|req: 1593/3148] 199.204.45.138 () {32 vars in 759 bytes} [Thu Aug 13 19:43:16 2026] DELETE /v2.0/ports/88f441e8-7d87-4078-b022-11b0cdb6e17f => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3149] 199.204.45.138 () {30 vars in 703 bytes} [Thu Aug 13 19:43:16 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: 1594/3150] 199.204.45.138 () {30 vars in 705 bytes} [Thu Aug 13 19:43:17 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: 1557/3151] 199.204.45.138 () {30 vars in 681 bytes} [Thu Aug 13 19:43:17 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: 1595/3152] 199.204.45.138 () {30 vars in 717 bytes} [Thu Aug 13 19:43:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:43:17.070 8 INFO neutron.pecan_wsgi.hooks.translation [None req-893cc3c7-8927-4440-aac1-2b1047536365 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1558/3153] 199.204.45.138 () {32 vars in 759 bytes} [Thu Aug 13 19:43:17 2026] DELETE /v2.0/ports/88f441e8-7d87-4078-b022-11b0cdb6e17f => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3154] 199.204.45.138 () {30 vars in 737 bytes} [Thu Aug 13 19:43:17 2026] GET /v2.0/ports/86114fde-4d24-46ab-ac54-1cf85ac1bd66 => generated 1128 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:43:17.151 8 INFO neutron.api.v2.resource [None req-ede04f43-2c8d-48e6-b0c2-d51777eacdaf bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1559/3155] 199.204.45.138 () {30 vars in 763 bytes} [Thu Aug 13 19:43:17 2026] GET /v2.0/security-groups/lb-7a6af316-7edf-4a23-acee-b0bc65eae79b => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3156] 199.204.45.138 () {30 vars in 785 bytes} [Thu Aug 13 19:43:17 2026] GET /v2.0/security-groups?name=lb-7a6af316-7edf-4a23-acee-b0bc65eae79b => generated 1639 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3157] 199.204.45.138 () {30 vars in 737 bytes} [Thu Aug 13 19:43:17 2026] GET /v2.0/ports/86114fde-4d24-46ab-ac54-1cf85ac1bd66 => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3158] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:43:17 2026] GET /v2.0/ports?tenant_id=61f9360e66d446fb9efddc2b631d16fa&device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3159] 199.204.45.138 () {34 vars in 1066 bytes} [Thu Aug 13 19:43:17 2026] GET /v2.0/networks?id=47c89c1c-a90f-4fba-87ae-933e5f7ee414&id=7c94c18e-1604-403e-af52-e0cf1d8ac842 => generated 1523 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3160] 199.204.45.138 () {34 vars in 1062 bytes} [Thu Aug 13 19:43:17 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.212&port_id=770dd577-8930-4ab9-a91e-5610fece2a99 => 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: 1561/3161] 199.204.45.138 () {34 vars in 789 bytes} [Thu Aug 13 19:43:17 2026] PUT /v2.0/ports/86114fde-4d24-46ab-ac54-1cf85ac1bd66 => generated 1090 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3162] 199.204.45.138 () {32 vars in 779 bytes} [Thu Aug 13 19:43:17 2026] DELETE /v2.0/security-groups/31e5810b-b083-49ea-b83e-270a2b82f296 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:43:17.656 8 INFO neutron_taas.services.taas.taas_plugin [None req-252c9366-8205-41c3-9a60-c23e8ae59753 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: 86114fde-4d24-46ab-ac54-1cf85ac1bd66 2026-08-13 19:43:17.658 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-252c9366-8205-41c3-9a60-c23e8ae59753 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: 86114fde-4d24-46ab-ac54-1cf85ac1bd66 [pid: 7|app: 0|req: 1601/3163] 199.204.45.138 () {34 vars in 984 bytes} [Thu Aug 13 19:43:17 2026] GET /v2.0/subnets?id=31384f4a-279a-44dd-8fb5-6b4492f7f851 => generated 654 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3164] 199.204.45.138 () {32 vars in 759 bytes} [Thu Aug 13 19:43:17 2026] DELETE /v2.0/ports/86114fde-4d24-46ab-ac54-1cf85ac1bd66 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3165] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:43:17 2026] GET /v2.0/ports?network_id=47c89c1c-a90f-4fba-87ae-933e5f7ee414&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3166] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:43:17 2026] GET /v2.0/networks/47c89c1c-a90f-4fba-87ae-933e5f7ee414?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: 1603/3167] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:43:17 2026] GET /v2.0/networks/47c89c1c-a90f-4fba-87ae-933e5f7ee414?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: 1565/3168] 199.204.45.138 () {34 vars in 994 bytes} [Thu Aug 13 19:43:20 2026] GET /v2.0/ports?device_id=1c2a3896-7383-4b38-8e28-0eb218132d4a => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:43:20.806 7 INFO neutron_taas.services.taas.taas_plugin [req-48301773-7b38-4b66-afa2-560b817f6a02 req-30ec684b-9db3-4294-807f-3703d0569259 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] TaaS: Handle Delete Port: 770dd577-8930-4ab9-a91e-5610fece2a99 2026-08-13 19:43:20.808 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-48301773-7b38-4b66-afa2-560b817f6a02 req-30ec684b-9db3-4294-807f-3703d0569259 bb626975ff5b41fd931b181f48ad6e14 61f9360e66d446fb9efddc2b631d16fa - - default default] Tap Mirror: Handle Delete Port: 770dd577-8930-4ab9-a91e-5610fece2a99 [pid: 7|app: 0|req: 1604/3169] 199.204.45.138 () {36 vars in 997 bytes} [Thu Aug 13 19:43:20 2026] DELETE /v2.0/ports/770dd577-8930-4ab9-a91e-5610fece2a99 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:43:20.979 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-06f6edb1-28b6-417d-8f65-6e00f9984e94'] response: {'server_uuid': '1c2a3896-7383-4b38-8e28-0eb218132d4a', 'name': 'network-vif-deleted', 'tag': '770dd577-8930-4ab9-a91e-5610fece2a99', 'status': 'completed', 'code': 200} 2026-08-13 19:43:22.292 8 INFO neutron_taas.services.taas.taas_plugin [None req-b1885006-8eea-483b-9f57-9efcd405e8cf 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] TaaS: Handle Delete Port: 2147ce91-157f-46b1-ba55-7e4aa2963cd2 2026-08-13 19:43:22.294 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1885006-8eea-483b-9f57-9efcd405e8cf 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] Tap Mirror: Handle Delete Port: 2147ce91-157f-46b1-ba55-7e4aa2963cd2 2026-08-13 19:43:22.451 8 INFO neutron.db.l3_db [None req-b1885006-8eea-483b-9f57-9efcd405e8cf 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] Floating IP 460434b2-f95b-44b7-9290-f2f769c06af2 disassociated (deleted). External IP: 10.96.250.214, port: 19ad0920-119c-45aa-a141-ff620e6edc7f. [pid: 8|app: 0|req: 1566/3170] 10.0.0.214 () {32 vars in 732 bytes} [Thu Aug 13 19:43:22 2026] DELETE /v2.0/floatingips/460434b2-f95b-44b7-9290-f2f769c06af2 => generated 0 bytes in 619 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:43:22.820 7 INFO neutron.api.v2.resource [None req-c8f878de-2f71-4aae-b998-c7b6cceefdf5 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1605/3171] 10.0.0.214 () {32 vars in 729 bytes} [Thu Aug 13 19:43:22 2026] GET /v2.0/floatingips/460434b2-f95b-44b7-9290-f2f769c06af2 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:43:22.834 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3ff998e2-8d08-4e2e-b3bf-9c7830022240'] response: {'name': 'network-changed', 'server_uuid': '86570d46-3f57-4b5c-8712-3b4e68059e4e', 'tag': '19ad0920-119c-45aa-a141-ff620e6edc7f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1567/3172] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:43:23 2026] GET /v2.0/ports?device_id=86570d46-3f57-4b5c-8712-3b4e68059e4e => generated 1200 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3173] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:43:23 2026] GET /v2.0/security-groups?id=674d717a-9fe4-45b0-9830-990dd0a8566f&fields=id&fields=name => generated 112 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3174] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:43:23 2026] GET /v2.0/ports?tenant_id=b6c0d5fde4a342fd8a2823a8b10047ef&device_id=86570d46-3f57-4b5c-8712-3b4e68059e4e => generated 1469 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3175] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:43:23 2026] GET /v2.0/networks?id=495e7f1d-e9c2-4642-9d27-936443ce8a26 => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3176] 199.204.45.138 () {34 vars in 1056 bytes} [Thu Aug 13 19:43:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.79&port_id=19ad0920-119c-45aa-a141-ff620e6edc7f => 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: 1608/3177] 199.204.45.138 () {34 vars in 1106 bytes} [Thu Aug 13 19:43:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3e5&port_id=19ad0920-119c-45aa-a141-ff620e6edc7f => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3178] 199.204.45.138 () {34 vars in 1064 bytes} [Thu Aug 13 19:43:23 2026] GET /v2.0/subnets?id=ae80f7a5-aba3-42ab-8ba8-ac351ceaf7d1&id=3810b896-418f-4519-83a9-e366fdcfff3d => generated 1414 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3179] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:43:23 2026] GET /v2.0/ports?network_id=495e7f1d-e9c2-4642-9d27-936443ce8a26&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3180] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:43:23 2026] GET /v2.0/ports?network_id=495e7f1d-e9c2-4642-9d27-936443ce8a26&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: 1610/3181] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:43:23 2026] GET /v2.0/networks/495e7f1d-e9c2-4642-9d27-936443ce8a26?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: 1572/3182] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:43:23 2026] GET /v2.0/networks/495e7f1d-e9c2-4642-9d27-936443ce8a26?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3183] 199.204.45.138 () {34 vars in 994 bytes} [Thu Aug 13 19:43:25 2026] GET /v2.0/ports?device_id=86570d46-3f57-4b5c-8712-3b4e68059e4e => generated 1200 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:43:25.643 8 INFO neutron_taas.services.taas.taas_plugin [req-cbc11bcb-6057-4d8c-b442-4f78591c095a req-ae91b233-0808-48a7-98bb-9a7dd7601efc 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] TaaS: Handle Delete Port: 19ad0920-119c-45aa-a141-ff620e6edc7f 2026-08-13 19:43:25.646 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cbc11bcb-6057-4d8c-b442-4f78591c095a req-ae91b233-0808-48a7-98bb-9a7dd7601efc 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] Tap Mirror: Handle Delete Port: 19ad0920-119c-45aa-a141-ff620e6edc7f [pid: 8|app: 0|req: 1573/3184] 199.204.45.138 () {36 vars in 997 bytes} [Thu Aug 13 19:43:25 2026] DELETE /v2.0/ports/19ad0920-119c-45aa-a141-ff620e6edc7f => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:43:25.864 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-56c1527c-8e11-4a97-b747-18df72a833b7'] response: {'server_uuid': '86570d46-3f57-4b5c-8712-3b4e68059e4e', 'name': 'network-vif-deleted', 'tag': '19ad0920-119c-45aa-a141-ff620e6edc7f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1613/3187] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:43:28 2026] GET /v2.0/ports?device_id=86570d46-3f57-4b5c-8712-3b4e68059e4e => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 19:43:33.455 8 INFO neutron_taas.services.taas.taas_plugin [None req-c6f535b1-a33c-46db-a916-2f01f994ab6e 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] TaaS: Handle Delete Port: 3e06432b-3bfd-428a-ab11-795fd68cdcdc 2026-08-13 19:43:33.458 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6f535b1-a33c-46db-a916-2f01f994ab6e 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] Tap Mirror: Handle Delete Port: 3e06432b-3bfd-428a-ab11-795fd68cdcdc 2026-08-13 19:43:33.624 8 INFO neutron.db.l3_db [None req-c6f535b1-a33c-46db-a916-2f01f994ab6e 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] Floating IP cba4e426-f674-47e0-a9f2-9f18f2e7295c disassociated (deleted). External IP: 10.96.250.220, port: 12672faf-cb16-4cf7-9a4f-f9c0e846bc2a. [pid: 8|app: 0|req: 1575/3188] 10.0.0.214 () {32 vars in 732 bytes} [Thu Aug 13 19:43:33 2026] DELETE /v2.0/floatingips/cba4e426-f674-47e0-a9f2-9f18f2e7295c => generated 0 bytes in 1022 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:43:34.350 7 INFO neutron.api.v2.resource [None req-b6aec8f1-7483-4d06-afc2-2bebfd9ea829 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1614/3189] 10.0.0.214 () {32 vars in 729 bytes} [Thu Aug 13 19:43:34 2026] GET /v2.0/floatingips/cba4e426-f674-47e0-a9f2-9f18f2e7295c => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:43:34.353 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c288a47-6472-48b1-a825-901a99a4f375'] response: {'name': 'network-changed', 'server_uuid': '09c800aa-83d4-4c9e-b495-bc2fc1765d35', 'tag': '12672faf-cb16-4cf7-9a4f-f9c0e846bc2a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1576/3190] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:43:34 2026] GET /v2.0/ports?device_id=09c800aa-83d4-4c9e-b495-bc2fc1765d35 => generated 1196 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3191] 10.0.0.213 () {34 vars in 1040 bytes} [Thu Aug 13 19:43:34 2026] GET /v2.0/security-groups?id=674d717a-9fe4-45b0-9830-990dd0a8566f&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: 1577/3192] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Aug 13 19:43:34 2026] GET /v2.0/ports?tenant_id=b6c0d5fde4a342fd8a2823a8b10047ef&device_id=09c800aa-83d4-4c9e-b495-bc2fc1765d35 => generated 1465 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3193] 199.204.45.138 () {34 vars in 986 bytes} [Thu Aug 13 19:43:34 2026] GET /v2.0/networks?id=810737e6-bdb0-4cdc-a5ee-e561fdd9eceb => generated 801 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3194] 199.204.45.138 () {34 vars in 1056 bytes} [Thu Aug 13 19:43:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.80&port_id=12672faf-cb16-4cf7-9a4f-f9c0e846bc2a => 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: 1617/3195] 199.204.45.138 () {34 vars in 1104 bytes} [Thu Aug 13 19:43:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1c3&port_id=12672faf-cb16-4cf7-9a4f-f9c0e846bc2a => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3196] 199.204.45.138 () {34 vars in 1064 bytes} [Thu Aug 13 19:43:35 2026] GET /v2.0/subnets?id=efae3a24-a938-4267-896b-20984460d705&id=e0929379-81a7-44f8-9579-ed89a141a14b => generated 1410 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3197] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:43:35 2026] GET /v2.0/ports?network_id=810737e6-bdb0-4cdc-a5ee-e561fdd9eceb&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: 1580/3198] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Aug 13 19:43:35 2026] GET /v2.0/ports?network_id=810737e6-bdb0-4cdc-a5ee-e561fdd9eceb&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3199] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Aug 13 19:43:35 2026] GET /v2.0/networks/810737e6-bdb0-4cdc-a5ee-e561fdd9eceb?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: 1581/3200] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Aug 13 19:43:35 2026] GET /v2.0/networks/810737e6-bdb0-4cdc-a5ee-e561fdd9eceb?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: 1620/3201] 199.204.45.138 () {34 vars in 994 bytes} [Thu Aug 13 19:43:36 2026] GET /v2.0/ports?device_id=09c800aa-83d4-4c9e-b495-bc2fc1765d35 => generated 1196 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 19:43:37.071 8 INFO neutron_taas.services.taas.taas_plugin [req-a66fdeea-2df4-4b10-9ab4-732fdfaa032f req-cfe1af91-46be-4a85-9905-9a4ffb7f8375 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] TaaS: Handle Delete Port: 12672faf-cb16-4cf7-9a4f-f9c0e846bc2a 2026-08-13 19:43:37.074 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a66fdeea-2df4-4b10-9ab4-732fdfaa032f req-cfe1af91-46be-4a85-9905-9a4ffb7f8375 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] Tap Mirror: Handle Delete Port: 12672faf-cb16-4cf7-9a4f-f9c0e846bc2a [pid: 8|app: 0|req: 1582/3202] 199.204.45.138 () {36 vars in 997 bytes} [Thu Aug 13 19:43:36 2026] DELETE /v2.0/ports/12672faf-cb16-4cf7-9a4f-f9c0e846bc2a => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:43:37.228 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ce5458f-6949-4afd-8444-8b8bb08a1141'] response: {'server_uuid': '09c800aa-83d4-4c9e-b495-bc2fc1765d35', 'name': 'network-vif-deleted', 'tag': '12672faf-cb16-4cf7-9a4f-f9c0e846bc2a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1621/3203] 10.0.0.213 () {34 vars in 990 bytes} [Thu Aug 13 19:43:39 2026] GET /v2.0/ports?device_id=09c800aa-83d4-4c9e-b495-bc2fc1765d35 => 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: 1584/3206] 10.0.0.214 () {32 vars in 750 bytes} [Thu Aug 13 19:43:44 2026] DELETE /v2.0/security-group-rules/a4712375-73c3-4a83-9196-e3c552e98ab4 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:43:44.816 7 INFO neutron.api.v2.resource [None req-72291b0d-8898-4fbf-84ff-d43f98451e0f 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1623/3207] 10.0.0.214 () {32 vars in 747 bytes} [Thu Aug 13 19:43:44 2026] GET /v2.0/security-group-rules/a4712375-73c3-4a83-9196-e3c552e98ab4 => 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: 1585/3208] 10.0.0.214 () {32 vars in 750 bytes} [Thu Aug 13 19:43:44 2026] DELETE /v2.0/security-group-rules/cc0b4cd8-804e-4f8b-85b8-2719cfc22590 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:43:44.880 7 INFO neutron.api.v2.resource [None req-1bb41896-ab13-475f-b5ff-b9a0e59392aa 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1624/3209] 10.0.0.214 () {32 vars in 747 bytes} [Thu Aug 13 19:43:44 2026] GET /v2.0/security-group-rules/cc0b4cd8-804e-4f8b-85b8-2719cfc22590 => 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: 1586/3210] 10.0.0.214 () {32 vars in 750 bytes} [Thu Aug 13 19:43:44 2026] DELETE /v2.0/security-group-rules/8d836e4e-bdbc-4200-9303-bb4e769d30a5 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:43:44.949 7 INFO neutron.api.v2.resource [None req-023ac242-5645-48ca-bc17-828a5aa1599b 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1625/3211] 10.0.0.214 () {32 vars in 747 bytes} [Thu Aug 13 19:43:44 2026] GET /v2.0/security-group-rules/8d836e4e-bdbc-4200-9303-bb4e769d30a5 => 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: 1587/3212] 10.0.0.214 () {32 vars in 750 bytes} [Thu Aug 13 19:43:44 2026] DELETE /v2.0/security-group-rules/0c762a8a-e6a3-4c62-ab28-b94f340f0dbe => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:43:45.026 7 INFO neutron.api.v2.resource [None req-2ba653d5-aaea-4c40-8b5f-a6181f8972fa 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1626/3213] 10.0.0.214 () {32 vars in 747 bytes} [Thu Aug 13 19:43:45 2026] GET /v2.0/security-group-rules/0c762a8a-e6a3-4c62-ab28-b94f340f0dbe => 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: 1588/3214] 10.0.0.214 () {32 vars in 750 bytes} [Thu Aug 13 19:43:45 2026] DELETE /v2.0/security-group-rules/4e9f0621-c7cc-4e78-9ad2-e65e47653981 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:43:45.107 7 INFO neutron.api.v2.resource [None req-1108fb99-2f07-4577-8ca1-feb8952928a1 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1627/3215] 10.0.0.214 () {32 vars in 747 bytes} [Thu Aug 13 19:43:45 2026] GET /v2.0/security-group-rules/4e9f0621-c7cc-4e78-9ad2-e65e47653981 => 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: 1589/3216] 10.0.0.214 () {32 vars in 750 bytes} [Thu Aug 13 19:43:45 2026] DELETE /v2.0/security-group-rules/bbae53ca-8bd2-48c4-b2a9-2ec77d98f5f4 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:43:45.196 7 INFO neutron.api.v2.resource [None req-0560519e-e49a-4ebd-b740-7f1b49ad68b5 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1628/3217] 10.0.0.214 () {32 vars in 747 bytes} [Thu Aug 13 19:43:45 2026] GET /v2.0/security-group-rules/bbae53ca-8bd2-48c4-b2a9-2ec77d98f5f4 => 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: 1590/3218] 10.0.0.214 () {32 vars in 750 bytes} [Thu Aug 13 19:43:45 2026] DELETE /v2.0/security-group-rules/7b3f0d82-3651-487f-a34c-7fa6849bbf87 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:43:45.279 7 INFO neutron.api.v2.resource [None req-2738ce1e-87f1-4394-8288-ccf1e9673275 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1629/3219] 10.0.0.214 () {32 vars in 747 bytes} [Thu Aug 13 19:43:45 2026] GET /v2.0/security-group-rules/7b3f0d82-3651-487f-a34c-7fa6849bbf87 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3220] 10.0.0.214 () {32 vars in 750 bytes} [Thu Aug 13 19:43:45 2026] DELETE /v2.0/security-group-rules/6e3a94da-717d-4603-aef5-67aed9b13a7e => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:43:45.364 7 INFO neutron.api.v2.resource [None req-c3020eeb-ece4-497c-aa8d-61de4a020d8e 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1630/3221] 10.0.0.214 () {32 vars in 747 bytes} [Thu Aug 13 19:43:45 2026] GET /v2.0/security-group-rules/6e3a94da-717d-4603-aef5-67aed9b13a7e => 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: 1592/3222] 10.0.0.214 () {32 vars in 750 bytes} [Thu Aug 13 19:43:45 2026] DELETE /v2.0/security-group-rules/61a4e320-3547-47a2-bb73-f318c72d0657 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:43:45.442 7 INFO neutron.api.v2.resource [None req-8f21617d-4d31-43e9-8102-ddc9cae6cabb 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1631/3223] 10.0.0.214 () {32 vars in 747 bytes} [Thu Aug 13 19:43:45 2026] GET /v2.0/security-group-rules/61a4e320-3547-47a2-bb73-f318c72d0657 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3224] 10.0.0.214 () {32 vars in 750 bytes} [Thu Aug 13 19:43:45 2026] DELETE /v2.0/security-group-rules/50887e80-0d51-4509-b90e-adff553dac84 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:43:45.524 7 INFO neutron.api.v2.resource [None req-b5ab0759-2bba-4bd2-8c81-f4a4b149e2a3 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1632/3225] 10.0.0.214 () {32 vars in 747 bytes} [Thu Aug 13 19:43:45 2026] GET /v2.0/security-group-rules/50887e80-0d51-4509-b90e-adff553dac84 => 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: 1594/3226] 10.0.0.214 () {32 vars in 750 bytes} [Thu Aug 13 19:43:45 2026] DELETE /v2.0/security-group-rules/8a9ceabc-991b-4dbb-888f-2722220f1faa => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:43:45.614 7 INFO neutron.api.v2.resource [None req-3cdc5edc-29e8-4caa-b385-3e5d3fe55e53 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1633/3227] 10.0.0.214 () {32 vars in 747 bytes} [Thu Aug 13 19:43:45 2026] GET /v2.0/security-group-rules/8a9ceabc-991b-4dbb-888f-2722220f1faa => 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: 1595/3228] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:43:45 2026] DELETE /v2.0/security-groups/674d717a-9fe4-45b0-9830-990dd0a8566f => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:43:45.708 7 INFO neutron.api.v2.resource [None req-4b0a3373-7ac1-4b35-956b-0bbb944e78ad 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1634/3229] 10.0.0.214 () {32 vars in 737 bytes} [Thu Aug 13 19:43:45 2026] GET /v2.0/security-groups/674d717a-9fe4-45b0-9830-990dd0a8566f => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:43:46.080 8 INFO neutron_taas.services.taas.taas_plugin [None req-ade02e01-1a1b-4248-9da4-eb2ab6292b63 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] TaaS: Handle Delete Port: 11bea461-c8e0-4739-a701-f061a6c33687 2026-08-13 19:43:46.085 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ade02e01-1a1b-4248-9da4-eb2ab6292b63 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] Tap Mirror: Handle Delete Port: 11bea461-c8e0-4739-a701-f061a6c33687 [pid: 8|app: 0|req: 1596/3230] 10.0.0.214 () {34 vars in 789 bytes} [Thu Aug 13 19:43:45 2026] PUT /v2.0/routers/f70c0d32-5785-4151-a406-de0fcca952f5/remove_router_interface => generated 309 bytes in 846 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:43:46.767 7 INFO neutron.api.v2.resource [None req-eb3b9f21-6c91-43d3-8f83-6f1f3b426a7c 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1635/3231] 10.0.0.214 () {34 vars in 789 bytes} [Thu Aug 13 19:43:46 2026] PUT /v2.0/routers/f70c0d32-5785-4151-a406-de0fcca952f5/remove_router_interface => generated 198 bytes in 157 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:43:47.163 8 INFO neutron_taas.services.taas.taas_plugin [None req-5981890f-4143-4b85-9ff8-80577d56107f 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] TaaS: Handle Delete Port: c9039615-51a4-4502-8cb7-507760760565 2026-08-13 19:43:47.167 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5981890f-4143-4b85-9ff8-80577d56107f 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] Tap Mirror: Handle Delete Port: c9039615-51a4-4502-8cb7-507760760565 [pid: 8|app: 0|req: 1597/3232] 10.0.0.214 () {34 vars in 789 bytes} [Thu Aug 13 19:43:46 2026] PUT /v2.0/routers/f70c0d32-5785-4151-a406-de0fcca952f5/remove_router_interface => generated 309 bytes in 961 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:43:47.940 7 INFO neutron.api.v2.resource [None req-3ed14a40-94e3-498d-873b-eb712cbd2b9a 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1636/3233] 10.0.0.214 () {34 vars in 789 bytes} [Thu Aug 13 19:43:47 2026] PUT /v2.0/routers/f70c0d32-5785-4151-a406-de0fcca952f5/remove_router_interface => generated 198 bytes in 203 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:43:48.350 8 INFO neutron_taas.services.taas.taas_plugin [None req-42ffd58a-0dbe-40ae-a7fe-9205e670a641 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] TaaS: Handle Delete Port: 9853b2ef-8d72-4a1e-ae8b-192b7715b4b5 2026-08-13 19:43:48.352 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42ffd58a-0dbe-40ae-a7fe-9205e670a641 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] Tap Mirror: Handle Delete Port: 9853b2ef-8d72-4a1e-ae8b-192b7715b4b5 [pid: 8|app: 0|req: 1598/3234] 10.0.0.214 () {34 vars in 789 bytes} [Thu Aug 13 19:43:47 2026] PUT /v2.0/routers/f70c0d32-5785-4151-a406-de0fcca952f5/remove_router_interface => generated 309 bytes in 973 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 19:43:49.084 7 INFO neutron.api.v2.resource [None req-63e8088a-933b-4c96-b968-e9c79adc6baf 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1637/3235] 10.0.0.214 () {34 vars in 789 bytes} [Thu Aug 13 19:43:48 2026] PUT /v2.0/routers/f70c0d32-5785-4151-a406-de0fcca952f5/remove_router_interface => generated 198 bytes in 162 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:43:49.318 8 INFO neutron_taas.services.taas.taas_plugin [None req-66a2725c-17d4-4211-8b0b-8d476d253fcf 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] TaaS: Handle Delete Port: d1bbe97b-c51e-4bbd-a402-6845efb90a46 2026-08-13 19:43:49.325 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66a2725c-17d4-4211-8b0b-8d476d253fcf 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] Tap Mirror: Handle Delete Port: d1bbe97b-c51e-4bbd-a402-6845efb90a46 2026-08-13 19:43:49.575 8 INFO neutron_taas.services.taas.taas_plugin [None req-66a2725c-17d4-4211-8b0b-8d476d253fcf 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] TaaS: Handle Delete Port: ce836700-6220-4625-9481-21178cebed65 2026-08-13 19:43:49.577 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66a2725c-17d4-4211-8b0b-8d476d253fcf 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] Tap Mirror: Handle Delete Port: ce836700-6220-4625-9481-21178cebed65 2026-08-13 19:43:49.879 8 INFO neutron.services.segments.plugin [-] Segment bb65404b-58a8-47d6-ab5c-b4d2306d7805 resource provider aggregate not found 2026-08-13 19:43:49.888 8 INFO neutron.services.segments.plugin [-] Segment bb65404b-58a8-47d6-ab5c-b4d2306d7805 resource provider aggregate not found 2026-08-13 19:43:49.898 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment bb65404b-58a8-47d6-ab5c-b4d2306d7805 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb65404b-58a8-47d6-ab5c-b4d2306d7805 found for delete ", "request_id": "req-b72e5185-3292-4f34-ad96-8afed9c1a41b"}]} 2026-08-13 19:43:49.904 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment bb65404b-58a8-47d6-ab5c-b4d2306d7805 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb65404b-58a8-47d6-ab5c-b4d2306d7805 found for delete ", "request_id": "req-86dea4f2-5b3a-4ec5-91b0-7c306edd6f61"}]} 2026-08-13 19:43:49.909 8 INFO neutron.db.l3_hamode_db [None req-66a2725c-17d4-4211-8b0b-8d476d253fcf 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] HA network 1b0d2cbc-c527-4652-bef2-023a09e5428e was deleted as no HA routers are present in tenant b6c0d5fde4a342fd8a2823a8b10047ef. [pid: 8|app: 0|req: 1599/3236] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:43:49 2026] DELETE /v2.0/routers/f70c0d32-5785-4151-a406-de0fcca952f5 => generated 0 bytes in 825 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 19:43:49.943 7 INFO neutron.api.v2.resource [None req-6933a638-bf51-4e14-ab93-899fe6554933 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1638/3237] 10.0.0.214 () {32 vars in 721 bytes} [Thu Aug 13 19:43:49 2026] GET /v2.0/routers/f70c0d32-5785-4151-a406-de0fcca952f5 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3238] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:43:49 2026] DELETE /v2.0/subnets/ae80f7a5-aba3-42ab-8ba8-ac351ceaf7d1 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:43:50.137 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c89e9230-acfd-409b-9633-2e13704b1b01 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1639/3239] 10.0.0.214 () {32 vars in 721 bytes} [Thu Aug 13 19:43:50 2026] GET /v2.0/subnets/ae80f7a5-aba3-42ab-8ba8-ac351ceaf7d1 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3240] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:43:50 2026] DELETE /v2.0/subnets/3810b896-418f-4519-83a9-e366fdcfff3d => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:43:50.332 7 INFO neutron.pecan_wsgi.hooks.translation [None req-46cc347d-1bb4-4a75-bc4c-1740f6c7b16c 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1640/3241] 10.0.0.214 () {32 vars in 721 bytes} [Thu Aug 13 19:43:50 2026] GET /v2.0/subnets/3810b896-418f-4519-83a9-e366fdcfff3d => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:43:50.420 8 INFO neutron_taas.services.taas.taas_plugin [None req-bf16c12f-8793-4327-b6bb-34328db01967 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] TaaS: Handle Delete Port: e90bc001-1d23-4b60-9a3a-01b0e4bf8c61 2026-08-13 19:43:50.423 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf16c12f-8793-4327-b6bb-34328db01967 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] Tap Mirror: Handle Delete Port: e90bc001-1d23-4b60-9a3a-01b0e4bf8c61 [pid: 8|app: 0|req: 1602/3242] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:43:50 2026] DELETE /v2.0/networks/495e7f1d-e9c2-4642-9d27-936443ce8a26 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:43:50.675 7 INFO neutron.pecan_wsgi.hooks.translation [None req-651d44cd-1785-4d70-9b7c-6502356c5e6d 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1641/3243] 10.0.0.214 () {32 vars in 723 bytes} [Thu Aug 13 19:43:50 2026] GET /v2.0/networks/495e7f1d-e9c2-4642-9d27-936443ce8a26 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3244] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:43:50 2026] DELETE /v2.0/subnets/e0929379-81a7-44f8-9579-ed89a141a14b => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:43:50.855 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f9e56c14-855e-46c7-b17c-3284842d8e70 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1642/3245] 10.0.0.214 () {32 vars in 721 bytes} [Thu Aug 13 19:43:50 2026] GET /v2.0/subnets/e0929379-81a7-44f8-9579-ed89a141a14b => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3246] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:43:50 2026] DELETE /v2.0/subnets/efae3a24-a938-4267-896b-20984460d705 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:43:51.028 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4e09b023-7e96-4b9b-8b84-9b03b508d1c7 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1643/3247] 10.0.0.214 () {32 vars in 721 bytes} [Thu Aug 13 19:43:51 2026] GET /v2.0/subnets/efae3a24-a938-4267-896b-20984460d705 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:43:51.145 8 INFO neutron_taas.services.taas.taas_plugin [None req-60db20e6-5158-474a-9f13-95bf896dc9d8 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] TaaS: Handle Delete Port: 1f9dd67a-d464-43f1-8711-492d760e6e7a 2026-08-13 19:43:51.151 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60db20e6-5158-474a-9f13-95bf896dc9d8 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] Tap Mirror: Handle Delete Port: 1f9dd67a-d464-43f1-8711-492d760e6e7a [pid: 8|app: 0|req: 1605/3248] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:43:51 2026] DELETE /v2.0/networks/810737e6-bdb0-4cdc-a5ee-e561fdd9eceb => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:43:51.347 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d8e1e8d4-a3a5-407d-9066-2b62f990b917 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1644/3249] 10.0.0.214 () {32 vars in 723 bytes} [Thu Aug 13 19:43:51 2026] GET /v2.0/networks/810737e6-bdb0-4cdc-a5ee-e561fdd9eceb => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3250] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:43:51 2026] DELETE /v2.0/subnets/671f4e64-cbd8-476c-a0e3-9af463afedbc => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:43:51.542 7 INFO neutron.pecan_wsgi.hooks.translation [None req-499965ff-7f80-4a65-9da1-af4ff36ecf69 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1645/3251] 10.0.0.214 () {32 vars in 721 bytes} [Thu Aug 13 19:43:51 2026] GET /v2.0/subnets/671f4e64-cbd8-476c-a0e3-9af463afedbc => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3252] 10.0.0.214 () {32 vars in 724 bytes} [Thu Aug 13 19:43:51 2026] DELETE /v2.0/subnets/8cfb418e-cd18-4130-9f3b-eff4f1d38785 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:43:51.712 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f25b2f9f-1da7-415e-8369-a021bf597d12 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1646/3253] 10.0.0.214 () {32 vars in 721 bytes} [Thu Aug 13 19:43:51 2026] GET /v2.0/subnets/8cfb418e-cd18-4130-9f3b-eff4f1d38785 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:43:51.803 8 INFO neutron_taas.services.taas.taas_plugin [None req-7be5778e-5280-4146-a727-d3b8d0a380cf 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] TaaS: Handle Delete Port: 3295347c-2b4d-4f60-8d37-0ca7c089ad28 2026-08-13 19:43:51.805 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7be5778e-5280-4146-a727-d3b8d0a380cf 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] Tap Mirror: Handle Delete Port: 3295347c-2b4d-4f60-8d37-0ca7c089ad28 2026-08-13 19:43:51.926 8 INFO neutron.services.segments.plugin [-] Segment b7c90754-8a40-4f21-b76d-f9c60782c53e resource provider aggregate not found 2026-08-13 19:43:51.927 8 INFO neutron.services.segments.plugin [-] Segment b7c90754-8a40-4f21-b76d-f9c60782c53e resource provider aggregate not found 2026-08-13 19:43:51.949 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b7c90754-8a40-4f21-b76d-f9c60782c53e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7c90754-8a40-4f21-b76d-f9c60782c53e found for delete ", "request_id": "req-1ab4587d-7e4d-46e1-acfc-3e81a2f3d42e"}]} 2026-08-13 19:43:51.954 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b7c90754-8a40-4f21-b76d-f9c60782c53e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7c90754-8a40-4f21-b76d-f9c60782c53e found for delete ", "request_id": "req-750b88b4-c598-473c-858d-ba7d6d1a8b8e"}]} 2026-08-13 19:43:51.971 8 INFO neutron.services.segments.plugin [-] Segment 54ca41c1-df35-470d-b315-5d817df578f7 resource provider aggregate not found 2026-08-13 19:43:51.992 8 INFO neutron.services.segments.plugin [-] Segment 54ca41c1-df35-470d-b315-5d817df578f7 resource provider aggregate not found 2026-08-13 19:43:51.999 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 54ca41c1-df35-470d-b315-5d817df578f7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54ca41c1-df35-470d-b315-5d817df578f7 found for delete ", "request_id": "req-37391c9a-0ff2-4d60-a4ea-0fe67f8d0c9e"}]} 2026-08-13 19:43:52.019 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 54ca41c1-df35-470d-b315-5d817df578f7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54ca41c1-df35-470d-b315-5d817df578f7 found for delete ", "request_id": "req-a528079b-d693-4e94-b810-1cbd327f5d97"}]} [pid: 8|app: 0|req: 1608/3254] 10.0.0.214 () {32 vars in 726 bytes} [Thu Aug 13 19:43:51 2026] DELETE /v2.0/networks/7c94c18e-1604-403e-af52-e0cf1d8ac842 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 19:43:52.045 7 INFO neutron.pecan_wsgi.hooks.translation [None req-787be477-12a3-459e-a93e-d06cbc72717b 57e19c2d99a949d48a04e84b6c7c1cc8 b6c0d5fde4a342fd8a2823a8b10047ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1647/3255] 10.0.0.214 () {32 vars in 723 bytes} [Thu Aug 13 19:43:52 2026] GET /v2.0/networks/7c94c18e-1604-403e-af52-e0cf1d8ac842 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 19:43:54.029 8 INFO neutron.services.segments.plugin [-] Segment 89dff55c-5d96-44f9-83a6-1ca4b42fb9d1 resource provider aggregate not found 2026-08-13 19:43:54.052 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 89dff55c-5d96-44f9-83a6-1ca4b42fb9d1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89dff55c-5d96-44f9-83a6-1ca4b42fb9d1 found for delete ", "request_id": "req-b608682b-d5e9-48df-a4fa-0d1b76d43390"}]} 2026-08-13 19:43:54.054 8 INFO neutron.services.segments.plugin [-] Segment 89dff55c-5d96-44f9-83a6-1ca4b42fb9d1 resource provider aggregate not found 2026-08-13 19:43:54.077 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 89dff55c-5d96-44f9-83a6-1ca4b42fb9d1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89dff55c-5d96-44f9-83a6-1ca4b42fb9d1 found for delete ", "request_id": "req-52224581-4cb6-4683-9494-07e64e425b35"}]} [pid: 8|app: 0|req: 1609/3256] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:43:53 2026] GET /v2.0/security-groups?tenant_id=b6c0d5fde4a342fd8a2823a8b10047ef&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3257] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:43:54 2026] DELETE /v2.0/security-groups/bdbe4e3d-bfbf-4a30-939e-680e869a7389 => 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: 1610/3258] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:43:54 2026] GET /v2.0/security-groups?tenant_id=b06665b868eb4ac8bd2365d2c3b7ba3a&name=default => generated 2929 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3259] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:43:54 2026] DELETE /v2.0/security-groups/f07132f8-6aaf-4b5e-9816-5f01727458db => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3260] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:43:54 2026] GET /v2.0/security-groups?tenant_id=466f04b16d1048b2a57fd5f20c1de5d1&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3261] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:43:54 2026] DELETE /v2.0/security-groups/62b295c4-fac9-4e13-81a0-8cbfe9fad037 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3262] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:43:55 2026] GET /v2.0/security-groups?tenant_id=7406794a276c4e66829cf6df25a6a42d&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3263] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:43:55 2026] DELETE /v2.0/security-groups/ae1c45d4-afc0-41dc-b985-7dd279f7b459 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3264] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:43:55 2026] GET /v2.0/security-groups?tenant_id=8abf554816894b309d1fb542b78da0eb&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3265] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:43:55 2026] DELETE /v2.0/security-groups/6e76bd7a-9da9-4cec-bf01-0dc3e7334826 => 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: 1614/3266] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:43:55 2026] GET /v2.0/security-groups?tenant_id=02800307ac4840e29aeef3383fbee3b4&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3267] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:43:55 2026] DELETE /v2.0/security-groups/279d5222-0366-4f49-8cb3-771c75080563 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3268] 10.0.0.214 () {32 vars in 774 bytes} [Thu Aug 13 19:43:56 2026] GET /v2.0/security-groups?tenant_id=e977b07fe3914c7f84e968cedf67683c&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3269] 10.0.0.214 () {32 vars in 740 bytes} [Thu Aug 13 19:43:56 2026] DELETE /v2.0/security-groups/845d8981-517b-423f-acdc-83a063ca2ce9 => 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: 1617/3272] 10.0.0.214 () {32 vars in 649 bytes} [Thu Aug 13 19:43:58 2026] GET /v2.0/networks => generated 2167 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3273] 10.0.0.214 () {32 vars in 655 bytes} [Thu Aug 13 19:44:00 2026] GET /v2.0/floatingips => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3274] 10.0.0.214 () {32 vars in 647 bytes} [Thu Aug 13 19:44:00 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1657/3275] 10.0.0.214 () {32 vars in 643 bytes} [Thu Aug 13 19:44:00 2026] GET /v2.0/ports => generated 4725 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3276] 10.0.0.214 () {32 vars in 647 bytes} [Thu Aug 13 19:44:00 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3277] 10.0.0.214 () {32 vars in 649 bytes} [Thu Aug 13 19:44:00 2026] GET /v2.0/networks => generated 2167 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3278] 10.0.0.214 () {32 vars in 663 bytes} [Thu Aug 13 19:44:00 2026] GET /v2.0/security-groups => generated 20305 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3279] 10.0.0.214 () {32 vars in 655 bytes} [Thu Aug 13 19:44:00 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)